﻿@charset "UTF-8";

/* **************************************************

Name: common_option.css

Description: CSS for Additional Common Modules

Create: 2017.01.31
Update: 2020.11.10

Copyright 2017 Hitachi, Ltd.

***************************************************** */



/* MegaMenu
=========================================================================================== */

#MegaMenu {
	width: 965px;
	margin: 0 auto;
}
#MegaMenu:after {
	content: "";
	display: block;
	clear: both;
}

.MMGlobalNaviStyle {
	float: left;
}

.MMGlobalNaviStyle a {
	display: block;
	line-height: 35px;
	padding: 0 15px;
	font-size: 83%;
}

.MMGlobalNaviStyle a:link,
.MMGlobalNaviStyle a:visited {
	color: #333;
	text-decoration: none;
}
.MMGlobalNaviStyle a:hover,
.MMGlobalNaviStyle a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}

.MMGlobalNaviStyle.MMSetMenu a {
	padding: 0 15px;
}

.MMGlobalNaviStyle.MMSetMenu a:hover,
.MMGlobalNaviStyle.MMSetMenu a:active,
.MMGlobalNaviStyle.MMSetMenu a.Active {
	background-color: #282828;
	color: #fff;
}

.MMGlobalNaviStyle.Current a {
	padding: 0;
	line-height: 45px;
}
.MMGlobalNaviStyle.Current a:link,
.MMGlobalNaviStyle.Current a:visited { color: #000; }
.MMGlobalNaviStyle.Current a:hover,
.MMGlobalNaviStyle.Current a:active { color: #fff; }
.MMGlobalNaviStyle.Current a em {
	display: block;
	padding: 0 15px;
	background: url(../../image/r1/bg_g_navi_current.gif) no-repeat center bottom;
	font-weight: bold;
	font-style: normal;
	line-height: 35px;
}
.MMGlobalNaviStyle.Current a strong {
	display: block;
	padding: 0 15px;
	background: #b1000e url(../../image/r1/bg_g_navi_current.gif) no-repeat center bottom;
	color: #fff;
	line-height: 35px;
}

.MMGlobalNaviStyle.Current.MMSetMenu a {
	padding: 0;
	line-height: 45px;
}

.MMGlobalNaviStyle.Current.MMSetMenu a:link,
.MMGlobalNaviStyle.Current.MMSetMenu a:visited {
	color: #000;
}
.MMGlobalNaviStyle.Current.MMSetMenu a:hover,
.MMGlobalNaviStyle.Current.MMSetMenu a:active,
.MMGlobalNaviStyle.Current.MMSetMenu a.Active {
	background-color: #282828;
	color: #fff;
}
.MMGlobalNaviStyle.Current.MMSetMenu a em {
	display: block;
	padding: 0 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 35px;
}
.MMGlobalNaviStyle.Current.MMSetMenu a:link em,
.MMGlobalNaviStyle.Current.MMSetMenu a:visited em {
	background: url(../../image/r1/bg_g_navi_current.gif) no-repeat center bottom;
}
.MMGlobalNaviStyle.Current.MMSetMenu a:hover em,
.MMGlobalNaviStyle.Current.MMSetMenu a:active em,
.MMGlobalNaviStyle.Current.MMSetMenu a.Active em {
	background-image: none;
}

.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:visited {
	background-color: #b1000e;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:hover,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:active,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong.Active {
	background-color: #282828;
}

.MMGlobalNaviStyle.Current.MMSetMenu a.Strong strong {
	display: block;
	padding: 0 15px;
	color: #fff;
	line-height: 35px;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:link strong,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:visited strong {
	background: url(../../image/r1/bg_g_navi_current.gif) no-repeat center bottom;
}
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:hover strong,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong:active strong,
.MMGlobalNaviStyle.Current.MMSetMenu a.Strong.Active strong {
	background-image: none;
}

.MMSet {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 965px;
	height: 0;
	padding: 30px 0 0;
	background: url(../../image/r1/bg_megamenu.png);
	z-index: 3;
	overflow: hidden;
}

.MMColumnArea {
	width: 965px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.MMColumnArea:after {
	content: "";
	display: block;
	clear: both;
}

.MMColumnArea * {line-height: 140%;}

.MMGrid1 {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
}

.MMGrid2 {
	float: left;
	width: 475px;
	margin: 0 0 0 15px;
}

.MMGrid3 {
	float: left;
	width: 720px;
	margin: 0 0 0 15px;
}

.MMGrid4 {
	width: 965px;
}

.MMGrid2:after,
.MMGrid3:after,
.MMGrid4:after {
	content: "";
	display: block;
	clear: both;
}

.MMGrid1.MMFirstItem,
.MMGrid2.MMFirstItem,
.MMGrid3.MMFirstItem {margin: 0;}

.MMColumn1,
.MMTopColumnMenu1,
.MMBottomColumnMenu {
	float: left;
	width: 230px;
	margin: 0 0 0 15px;
}

.MMColumn2,
.MMTopColumnMenu2 {
	float: left;
	width: 475px;
	margin: 0 0 0 15px;
}

.MMColumn3,
.MMTopColumnMenu3 {
	float: left;
	width: 720px;
	margin: 0 0 0 15px;
}

.MMColumn4,
.MMTopColumnMenu4 {width: 965px;}

.MMColumn1.MMFirstItem,
.MMColumn2.MMFirstItem,
.MMColumn3.MMFirstItem,
.MMTopColumnMenu1.MMFirstItem,
.MMTopColumnMenu2.MMFirstItem,
.MMTopColumnMenu3.MMFirstItem,
.MMBottomColumnMenu.MMFirstItem {margin: 0;}

h2.MMSubHeaderStyle,
h3.MMSubHeaderStyle,
p.MMSubHeaderStyle {
	margin: 0 0 10px;
	padding: 0;
	background: none transparent;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

ul.MMSubHeaderStyle {margin: -5px 0 15px;}

ul.MMSubHeaderStyle li {
	padding: 5px 0 0;
	font-size: 90%;
	font-weight: bold;
}

.MMSubHeaderStyle a {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.MMSubHeaderStyle a:link,
.MMSubHeaderStyle a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(../../image/r1/icon/icon_link_right_xl_hd.gif);
}
.MMSubHeaderStyle a:hover,
.MMSubHeaderStyle a:active {
	color: #fff;
	text-decoration: underline;
	background-image: url(../../image/r1/icon/icon_link_right_xl_hover_hd.gif);
}

ul.MMLinkListStyle {
	margin: -5px -15px 15px 0;
	overflow: hidden;
}

ul.MMLinkListStyle li {
	width: 230px;
	margin: 0 15px 0 0;
	padding: 5px 0 0;
	color: #fff;
	font-size: 83%;
}

ul.MMLinkListStyle li a {
	padding: 0 17px 0 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

ul.MMLinkListStyle li a:link,
ul.MMLinkListStyle li a:visited {
	color: #fff;
	text-decoration: none;
	background-image: url(../../image/r1/icon/icon_link_right_hd.gif);
}
ul.MMLinkListStyle li a:hover,
ul.MMLinkListStyle li a:active {
	color: #fff;
	text-decoration: underline;
	background-image: url(../../image/r1/icon/icon_link_right_hover_hd.gif);
}

ul.MMLinkListStyle li ul.MMListStyle {margin: 0 0 0 15px;}

ul.MMLinkListStyle li ul.MMListStyle li {
	width: auto;
	margin: 0;
	font-size: 100%;
}

h2.MMBannerLinkStyle,
h3.MMBannerLinkStyle,
p.MMBannerLinkStyle {
	margin: 0 0 15px;
	padding: 0;
	background: none transparent;
}

.MMBannerLinkStyle a {
	display: block;
	padding: 0;
}
.MMBannerLinkStyle a:link,
.MMBannerLinkStyle a:visited,
.MMBannerLinkStyle a:hover,
.MMBannerLinkStyle a:active {
	color: #fff;
	background-image: none;
	text-decoration: none;
}

.MMBannerLinkStyle strong {
	display: block;
	font-size: 90%;
	color: #fff;
	background-image: url(../../image/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
}

.MMBannerLinkStyle a:link strong,
.MMBannerLinkStyle a:visited strong {
	padding: 0 22px 0 15px;
	background-color: #e60027;
	border-right: solid 3px transparent;
}

.MMBannerLinkStyle a:hover strong,
.MMBannerLinkStyle a:active strong {
	padding: 0 24px 0 15px;
	background-color: #b1000e;
	border-right: solid 1px transparent;
}

.MMBannerLinkStyle span {
	display: table-cell;
	height: 3em;
	padding: 0;
	color: #fff;
	background-color: transparent;
	vertical-align: middle;
	font-size: 100%;
	line-height: 120% !important;
}



/* Social Account Button
=========================================================================================== */

#GlobalNavi .ClearFix {
	position: relative;
}

#GlobalNavi .SocialAccountStyle {
	width: 720px;
	padding: 0 245px 0 0;
}

#SocialAccountTop {
	width: 965px;
	height: 29px;
	margin: -29px auto 0;
	text-align: right;
	letter-spacing: -0.4em;
}

#SocialAccountTop li {
	position: relative;
	z-index: 2;
	display: inline-block;
	letter-spacing: 1em;
	margin: 0 0 0 1px;
}

#SocialAccountBottom {
	padding: 0 0 12px;
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
}

#SocialAccountBottom ul {
	width: 965px;
	height: 29px;
	margin: 0 auto;
	text-align: right;
	letter-spacing: -0.4em;
}

#SocialAccountBottom li {
	display: inline-block;
	letter-spacing: 1em;
	margin: 0 0 0 1px;
}



/* Floating Grid
=========================================================================================== */

#FloatingGridSet.Fixed {position: fixed;}
#FloatingGridSet.Bottom {position: absolute;}
#FloatingGridSet.Fixed,
#FloatingGridSet.Bottom {
	width: 100%;
	left: 0;
}

#FloatingGridSet.Fixed #FloatingContainer,
#FloatingGridSet.Bottom #FloatingContainer {
	position: relative;
	width: 965px;
	margin: 0 auto;
}

#FloatingGridSet.Fixed .Grid1,
#FloatingGridSet.Bottom .Grid1 {
	position: absolute;
	float: none;
	right: 0;
}



/* Rotation Banner
=========================================================================================== */

#RotationBanner {
	min-width: 965px;
	padding: 25px 0 10px;
	background-color: #f2f2f2;
	border-top: solid 1px #fff;
	overflow: hidden;
}
.JS #RotationBanner {
	padding-bottom: 25px;
}

#RotationBanner .FatBanner {
	position: relative;
	width: 965px;
	margin: 0 auto;
	padding: 0;
	border-top: 0 none;
}

#RotationBanner ul {width: 980px;}

.JS #RotationBanner ul {
	position: relative;
	width: 9665px;
}

#RotationBanner ul:after {
	content: "";
	display: block;
	clear: both;
}

#RotationBanner li,
#RotationBanner li.FirstItem {margin: 0 15px 15px 0;}
.JS #RotationBanner li,
.JS #RotationBanner li.FirstItem {
	clear: none;
	margin-bottom: 0;
}

#RotationBanner #SlideButton {
	width: 85px;
	margin: 10px auto -15px;
	overflow: hidden;
}

#RotationBanner #SlideButton div {
	float: left;
	width: 25px;
	height: 25px;
	overflow: hidden;
}

#RotationBanner #SlideButtonStop,
#RotationBanner #SlideButtonRight {
	margin-left: 5px;
}

#RotationBanner #SlideButton div a {
	display: block;
	width: 25px;
	height: 50px;
}

#RotationBanner #SlideButton div a:link,
#RotationBanner #SlideButton div a:visited {margin-top: 0;}
#RotationBanner #SlideButton div a:hover,
#RotationBanner #SlideButton div a:active {margin-top: -25px;}



/* Share Buttons
=========================================================================================== */

.Grid3 .ShareButtonSet,
.Grid4 .ShareButtonSet {
	text-align: right;
}

.Grid3 .ShareButtonSet li,
.Grid4 .ShareButtonSet li {
	display: inline-block;
	overflow: hidden;
}

.Grid3 .ShareButtonSet .SbGplusone,
.Grid4 .ShareButtonSet .SbGplusone {
	width: 83px;
}

.Grid3 .ShareButtonSet .SbFacebook,
.Grid4 .ShareButtonSet .SbFacebook {
	width: 110px;
	height: 28px;
}

.Grid3 .ShareButtonSet .SbTwitter,
.Grid4 .ShareButtonSet .SbTwitter {
}

.Grid3 .ShareButtonSet li iframe.twitter-share-button,
.Grid4 .ShareButtonSet li iframe.twitter-share-button {
	width: 90px !important;
}

.Grid3 .ShareButtonSet .SbLinkedIn,
.Grid4 .ShareButtonSet .SbLinkedIn {
	width: 95px;
	height: 27px;
	text-align: left;
}

.Grid3 .ShareButtonSet .blank,
.Grid4 .ShareButtonSet .blank {display: none !important;}

.Grid1 .ShareButtonSet {
	position: relative;
	height: auto;
	margin: 0 0 15px;
}

.Grid1 .ShareButtonSet li {
	position: relative;
	height: 36px;
	padding: 8px;
	background-color: #f2f2f2;
	overflow: hidden;
	border-top:1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.Grid1 .ShareButtonSet li.SbFacebook {
	width: 100%;
	top: 0;
	left: 0;
}
.Grid1 .ShareButtonSet li.SbTwitter {
	width: 100%;
	bottom: 0;
	left: 0;
}
.Grid1 .ShareButtonSet li.SbGplusone {
	width: 100%;
	top: 0;
	right: 0;
}
.Grid1 .ShareButtonSet li.SbLinkedIn {
	width: 100%;
	bottom: 0;
	right: 0;
}



/* Modal Window for YouTube
=========================================================================================== */

#ModalYouTubeCover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#ModalYouTube {
	display: none;
	position: absolute;
	padding: 50px;
	z-index: 102;
}

#ModalYouTube .Inner {
	position: relative;
	background-color: #000;
	box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
}

#ModalYouTube iframe {
	display: block;
	width: 100%;
}

#ModalYouTube .Title {
	height: 50px;
	background-color: #f2f2f2;
	overflow: hidden;
}

#ModalYouTube .Title p {
	display: table-cell;
	height: 50px;
	padding: 0 80px 0 20px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	color: #575757;
}

#ModalYouTube .BtnClose {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 130%;
}

#ModalYouTube .BtnClose a {
	display: table-cell;
	min-width: 50px;
	height: 30px;
	padding: 20px 5px 0;
	font-size: 76%;
	text-align: center;
	background-image: url(../../image/r1/icon/icon_close_hd.gif);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	vertical-align: middle;
}

#ModalYouTube .BtnClose a:link,
#ModalYouTube .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
#ModalYouTube .BtnClose a:hover,
#ModalYouTube .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}

.ImgOnlyStyle .ModalYouTubeLink {
	position: relative;
	display: inline-block;
}

.ImgOnlyStyle .ModalYouTubeLink:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	background-color: #e60027;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.ImgOnlyStyle .ModalYouTubeLink:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	background-color: #e60027;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:before,
.PC .ImgOnlyStyle .ModalYouTubeLink:hover:after,
.PC .ImgOnlyStyle .ModalYouTubeLink:active:after {background-color: #b1000e;}

.ImgOnlyStyle .ModalYouTubeLink span {
	position: relative;
	display: block;
}
.ImgOnlyStyle .ModalYouTubeLink span:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -3px;
	border-left: solid 9px #fff;
	border-top: solid 9px transparent;
	border-bottom: solid 9px transparent;
}



/* Modal Window for Images
=========================================================================================== */

#ModalImageCover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
}

#ModalImageLoader {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	z-index: 101;
}

#ModalImage {
	display: none;
	position: absolute;
	padding: 50px;
	z-index: 102;
}

#ModalImage .Inner {
	position: relative;
	box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-o-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 0 35px rgba(0, 0, 0, .4);
}

#ModalImage img {
	width: 100%;
	height: auto;
}

#ModalImage .Title {
	height: 50px;
	background-color: #f2f2f2;
	overflow: hidden;
}

#ModalImage .Title p {
	display: table-cell;
	height: 50px;
	padding: 0 80px 0 20px;
	vertical-align: middle;
	font-size: 90%;
	font-weight: bold;
	line-height: 130%;
	color: #575757;
}

#ModalImage .BtnClose {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 130%;
}

#ModalImage .BtnClose a {
	display: table-cell;
	min-width: 50px;
	height: 30px;
	padding: 20px 5px 0;
	font-size: 76%;
	text-align: center;
	background-image: url(../../image/r1/icon/icon_close_hd.gif);
	background-position: center 7px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	vertical-align: middle;
}

#ModalImage .BtnClose a:link,
#ModalImage .BtnClose a:visited {
	color: #fff;
	background-color: #e60027;
	text-decoration: none;
}
#ModalImage .BtnClose a:hover,
#ModalImage .BtnClose a:active {
	color: #fff;
	background-color: #b1000e;
	text-decoration: none;
}



/* Branding Image Rotation
=========================================================================================== */

#BrandingImgStyle noscript p,
#BrandingImgStyle1 noscript p,
#BrandingImgStyle2 noscript p,
.branding-image,
.CategoryNavi,
.TabNavi {
	position: relative;
}


/* --- Slide --- */

.branding-image .slide {
	height: 250px;
	background-color: #363434;
}

.branding-image .slide .slide-list {
	position:absolute;
	z-index: 1;
	display: none;
	overflow:hidden;
	top:0;
	left:0;
}


/* --- Controller --- */

.branding-image .controller {
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 0;
	bottom: 70px;
	text-align: center;
}

.branding-image .controller ul {
	display: inline-block;
	height: 30px;
	padding: 10px 7px 0 7px;
	background: url(../../image/r1/bg_branding_controller.png);
}


/* Button */

.branding-image .controller li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	overflow: hidden;
}

.branding-image .controller a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.branding-image .controller a.active,
.branding-image .controller a.focus {top: -20px;}

.branding-image .controller img {
	width: 20px;
	height: 40px;
	vertical-align: top;
}



/* YouTube Box
=========================================================================================== */

.YouTubeBox {
	margin: 0 0 20px;
	background-color: #363434;
}

.YouTubeBox .Movie {
	display: inline-block;
	width: 66.66666666%;
	overflow: hidden;
	vertical-align: middle;
	font-size: 1px;
	line-height: 0;
}

.YouTubeBox .Inner {
	display: inline-block;
	width: 33.33333333%;
	padding: 15px 0 5px;
	vertical-align: middle;
}

.YouTubeBox .Inner h2,
.YouTubeBox .Inner h3,
.YouTubeBox .Inner h4 {
	margin: 0 10% 10px;
	padding: 0;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	background-image: none;
}

.YouTubeBox .Inner .TextStyle1,
.YouTubeBox .Inner .TextStyle2 {
	margin: 0 10% 10px;
	color: #fff;
}

.YouTubeBox .Inner .TopBorderSet {
	padding-top: 10px;
	border-top: solid 1px #555;
}

.YouTubeBox em,
.YouTubeBox strong {
	font-style: normal;
	line-height: 140%;
	color: #fff;
}
.YouTubeBox .Inner .TextStyle1 em,
.YouTubeBox .Inner .TextStyle1 strong,
.YouTubeBox .Inner .TextStyle2 em,
.YouTubeBox .Inner .TextStyle2 strong {font-size: 133%;}

.YouTubeBox .Inner .ButtonStyle1 {margin: 0 10% 10px;}

.YouTubeBox .Inner .ButtonStyle1 a {
	min-width: 123px;
	margin-bottom: 0;
}



/* Branding Image + Text
=========================================================================================== */

#BrandingImgStyle3,
#BrandingImgStyle4 {margin: 0 0 30px;}
#BrandingImgStyle3.hover,
#BrandingImgStyle4.hover {cursor: pointer;}

#BrandingImgStyle3 {background-color: #363434;}
#BrandingImgStyle4 {background-color: #f8f8f8;}

#BrandingImgStyle3 .Img,
#BrandingImgStyle4 .Img {
	display: inline-block;
	width: 640px;
	vertical-align: middle;
	overflow: hidden;
}

#BrandingImgStyle3 .Img span,
#BrandingImgStyle4 .Img span {
	display: block;
}

#BrandingImgStyle3 .Img img,
#BrandingImgStyle4 .Img img {
	width: 100%;
	height: auto;
}

#BrandingImgStyle3 .Inner,
#BrandingImgStyle4 .Inner {
	display: inline-block;
	width: 325px;
	padding: 15px 0;
	vertical-align: middle;
}

#BrandingImgStyle3 .Inner .TextStyle1,
#BrandingImgStyle4 .Inner .TextStyle1,
#BrandingImgStyle3 .Inner .TextStyle2,
#BrandingImgStyle4 .Inner .TextStyle2 {
	margin: 0 10%;
}

#BrandingImgStyle3 .Inner .TextStyle1,
#BrandingImgStyle3 .Inner .TextStyle2 {color: #fff;}
#BrandingImgStyle4 .Inner .TextStyle1,
#BrandingImgStyle4 .Inner .TextStyle2 {color: #666;}

#BrandingImgStyle3 .Inner em,
#BrandingImgStyle3 .Inner strong,
#BrandingImgStyle4 .Inner em,
#BrandingImgStyle4 .Inner strong {
	font-style: normal;
	line-height: 140%;
}
#BrandingImgStyle3 .Inner .TextStyle1 em,
#BrandingImgStyle3 .Inner .TextStyle1 strong,
#BrandingImgStyle4 .Inner .TextStyle1 em,
#BrandingImgStyle4 .Inner .TextStyle1 strong,
#BrandingImgStyle3 .Inner .TextStyle2 em,
#BrandingImgStyle3 .Inner .TextStyle2 strong,
#BrandingImgStyle4 .Inner .TextStyle2 em,
#BrandingImgStyle4 .Inner .TextStyle2 strong {font-size: 133%;}
#BrandingImgStyle3 .Inner em,
#BrandingImgStyle3 .Inner strong {color: #fff;}
#BrandingImgStyle4 .Inner em,
#BrandingImgStyle4 .Inner strong {color: #000;}

#BrandingImgStyle3 .Inner .ButtonStyle1,
#BrandingImgStyle4 .Inner .ButtonStyle1 {margin: 10px 10% 0;}

#BrandingImgStyle3 .Inner .ButtonStyle1 a,
#BrandingImgStyle4 .Inner .ButtonStyle1 a {margin-bottom: 0;}
#BrandingImgStyle3.hover:hover .Inner .ButtonStyle1 a,
#BrandingImgStyle3.hover:active .Inner .ButtonStyle1 a,
#BrandingImgStyle4.hover:hover .Inner .ButtonStyle1 a,
#BrandingImgStyle4.hover:active .Inner .ButtonStyle1 a {
	padding-right: 24px;
	background-color: #b1000e;
	border-right: solid 1px transparent;
}


#BrandingImgStyle3 .Inner .TopBorderSet,
#BrandingImgStyle4 .Inner .TopBorderSet {
	margin-top: 10px;
	padding-top: 10px;
}
#BrandingImgStyle3 .Inner .TopBorderSet {border-top: solid 1px #555;}
#BrandingImgStyle4 .Inner .TopBorderSet {border-top: solid 1px #ddd;}



/* for print
=========================================================================================== */

@media print {

	#ModalYouTubeCover,
	#ModalImageCover {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
	}
	@-moz-document url-prefix() {
		#ModalYouTubeCover,
		#ModalImageCover {position: fixed;}
	}

	#ModalYouTube,
	#ModalImage {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		padding: 0 !important;
	}

	#ModalYouTube .Inner {
		width: 853px !important;
		height: 530px !important;
		margin: 300px auto 0 !important;
	}

	#ModalImage .Inner {
		max-width: 865px !important;
		height: auto !important;
		margin: 300px auto 0 !important;
	}

	#ModalYouTube .Movie,
	#ModalYouTube .Movie iframe {
		width: 853px !important;
		height: 480px !important;
	}

}





/* for RWD
=========================================================================================== */

/* ------ Rotation Banner ------ */

.OptionRWD.JS #RotationBanner #SlideButton div a:link,
.OptionRWD.JS #RotationBanner #SlideButton div a:visited,
.OptionRWD.JS #RotationBanner #SlideButton div a:hover,
.OptionRWD.JS #RotationBanner #SlideButton div a:active {margin-top: 0;}
.OptionRWD.PC #RotationBanner #SlideButton div a:hover,
.OptionRWD.PC #RotationBanner #SlideButton div a:active {margin-top: -25px;}


/* ------ Branding Image Rotation ------ */

.OptionRWD.JS .branding-image .controller a.focus {top: 0;}
.OptionRWD.JS .branding-image .controller a.active,
.OptionRWD.PC .branding-image .controller a.focus {top: -20px;}



/* for 995px -
=========================================================================================== */

@media screen and (min-width: 995px) {

	/* ------ Branding Image + Text ------ */

	.OptionRWD.JS #BrandingImgStyle3 .Img span,
	.OptionRWD.JS #BrandingImgStyle4 .Img span {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

}



/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

	/* ------ MegaMenu ------ */

	.OptionRWD.JS #MegaMenu {
		width: auto;
		margin: 0;
	}

	.OptionRWD.JS .MMSet {min-width: 768px;}

	.OptionRWD.JS .MMColumnArea {
		width: auto;
		padding: 0 15px 15px 0;
	}

	.OptionRWD.JS .MMGrid1 {
		width: 25%;
		margin: 0;
		/* 2020.11.10 */
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.OptionRWD.JS .MMGrid2 {
		width: 50%;
		margin: 0;
		/* 2020.11.10 */
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.OptionRWD.JS .MMGrid3 {
		width: 75%;
		margin: 0;
		/* 2020.11.10 */
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.OptionRWD.JS .MMGrid4 {
		width: 100%;
		margin: 0;
	}

	.OptionRWD.JS .MMGrid1 > div,
	.OptionRWD.JS .MMGrid2 > div,
	.OptionRWD.JS .MMGrid3 > div,
	.OptionRWD.JS .MMGrid4 > div {
		margin: 0;
		padding: 0 0 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.OptionRWD.JS .MMGrid1 .MMColumn1,
	.OptionRWD.JS .MMGrid1 .MMTopColumnMenu1,
	.OptionRWD.JS .MMGrid1 .MMBottomColumnMenu {width: 100%;}

	.OptionRWD.JS .MMGrid2 .MMColumn1,
	.OptionRWD.JS .MMGrid2 .MMTopColumnMenu1,
	.OptionRWD.JS .MMGrid2 .MMBottomColumnMenu {width: 50%;}
	.OptionRWD.JS .MMGrid2 .MMColumn2,
	.OptionRWD.JS .MMGrid2 .MMTopColumnMenu2 {width: 100%;}

	.OptionRWD.JS .MMGrid3 .MMColumn1,
	.OptionRWD.JS .MMGrid3 .MMTopColumnMenu1,
	.OptionRWD.JS .MMGrid3 .MMBottomColumnMenu {width: 33.3333333%;}
	.OptionRWD.JS .MMGrid3 .MMColumn2,
	.OptionRWD.JS .MMGrid3 .MMTopColumnMenu2 {width: 66.6666666%;}
	.OptionRWD.JS .MMGrid3 .MMColumn3,
	.OptionRWD.JS .MMGrid3 .MMTopColumnMenu3 {width: 100%;}

	.OptionRWD.JS .MMGrid4 .MMColumn1,
	.OptionRWD.JS .MMGrid4 .MMTopColumnMenu1,
	.OptionRWD.JS .MMGrid4 .MMBottomColumnMenu {width: 25%;}
	.OptionRWD.JS .MMGrid4 .MMColumn2,
	.OptionRWD.JS .MMGrid4 .MMTopColumnMenu2 {width: 50%;}
	.OptionRWD.JS .MMGrid4 .MMColumn3,
	.OptionRWD.JS .MMGrid4 .MMTopColumnMenu3 {width: 75%;}
	.OptionRWD.JS .MMGrid4 .MMColumn4,
	.OptionRWD.JS .MMGrid4 .MMTopColumnMenu4 {width: 100%;}

	.OptionRWD.JS h2.MMSubHeaderStyle,
	.OptionRWD.JS h3.MMSubHeaderStyle {margin-left: 0;}

	.OptionRWD.JS ul.MMLinkListStyle li {
		margin: 0;
		padding: 5px 15px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.OptionRWD.JS .MMColumn1 ul.MMLinkListStyle li,
	.OptionRWD.JS .MMTopColumnMenu1 ul.MMLinkListStyle li,
	.OptionRWD.JS .MMBottomColumnMenu ul.MMLinkListStyle li {width: 100%;}
	.OptionRWD.JS .MMColumn2 ul.MMLinkListStyle li,
	.OptionRWD.JS .MMTopColumnMenu2 ul.MMLinkListStyle li {width: 50%;}
	.OptionRWD.JS .MMColumn3 ul.MMLinkListStyle li,
	.OptionRWD.JS .MMTopColumnMenu3 ul.MMLinkListStyle li {width: 33.3333333%;}
	.OptionRWD.JS .MMColumn4 ul.MMLinkListStyle li,
	.OptionRWD.JS .MMTopColumnMenu4 ul.MMLinkListStyle li {width: 25%;}

	.OptionRWD.JS .MMBannerLinkStyle img {
		width: 100%;
		height: auto;
	}

	.OptionRWD.JS h2.MMBannerLinkStyle,
	.OptionRWD.JS h3.MMBannerLinkStyle {margin-left: 0;}


	/* ------ Social Account Button ------ */

	.OptionRWD.JS #GlobalNavi .SocialAccountStyle {
		padding: 0 25% 0 0;
	}

	.OptionRWD.JS #SocialAccountTop {
		width: auto;
	}

	.OptionRWD.JS #SocialAccountBottom ul {
		width: auto;
		min-width: 290px;
		padding: 0 15px;
	}


	/* ------ Floating Grid ------ */

	.OptionRWD.JS #FloatingGridSet.Fixed,
	.OptionRWD.JS #FloatingGridSet.Bottom {
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.OptionRWD.JS #FloatingGridSet.Fixed #FloatingContainer,
	.OptionRWD.JS #FloatingGridSet.Bottom #FloatingContainer {
		width: auto;
		margin: auto;
	}

	.OptionRWD.JS #FloatingGridSet.Fixed .Grid1
	.OptionRWD.JS #FloatingGridSet.Bottom .Grid1 {
		width: 25%;
	}


	/* ------ Rotation Banner ------ */

	.OptionRWD.JS #RotationBanner {
		position: relative;
		width: 100%;
		min-width: 320px;
		padding: 25px 0 25px 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.OptionRWD.JS #RotationBanner .FatBanner {
		width: 100%;
		min-width: 305px;
	}
	.OptionRWD.JS #RotationBanner .FatBanner:after {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		height: 100%;
		top: 0;
		right: 0;
		background-color: #f2f2f2;
	}

	.OptionRWD.JS #RotationBanner ul {
		width: 1000%;
		max-width: 10000px;	/* for iOS 4.x & Android 2.x */
	}

	.OptionRWD.JS #RotationBanner li,
	.OptionRWD.JS #RotationBanner li.FirstItem {
		width: 2.5%;
		margin-right: 0;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.OptionRWD.JS #RotationBanner li a {margin-left: 0;}

	.OptionRWD.JS #RotationBanner #SlideButton {padding: 0 15px 0 0;}


	/* ------ Share Buttons ------ */

	.OptionRWD.JS .Grid1 .ShareButtonSet {height: auto;}

	.OptionRWD.JS .Grid1 .ShareButtonSet li {
		position: static;
		margin-bottom: 1px;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbFacebook,
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbTwitter,
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbGplusone,
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbLinkedIn {width: auto;}


	/* ------ Branding Image Rotation ------ */

	.OptionRWD.JS .branding-image {
		width: auto !important;
		height: auto !important;
	}

	.OptionRWD.JS .branding-image .slide {
		position: relative;
		width: 100% !important;
	}

	.OptionRWD.JS .branding-image .slide .slide-list {
		width: 100% !important;
		height: auto !important;
	}

	.OptionRWD.JS .branding-image .slide .slide-list img {
		width: 100% !important;
		height: auto !important;
	}


	/* ------ YouTube Box ------ */

	.OptionRWD.JS .YouTubeBox .Movie {
		position: relative;
		padding-bottom: 37.125%; /* 56.25% x 66% */
		height: 0;
		overflow: hidden;
	}

	.OptionRWD.JS .YouTubeBox .Movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.OptionRWD.JS .YouTubeBox .Inner h2,
	.OptionRWD.JS .YouTubeBox .Inner h3,
	.OptionRWD.JS .YouTubeBox .Inner h4 {font-size: 100%;}

	.OptionRWD.JS .YouTubeBox .Inner .TextStyle1 em,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle1 strong,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle2 em,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle2 strong {font-size: 120%;}


	/* ------ Branding Image + Text ------ */

	.OptionRWD.JS #BrandingImgStyle3 .Img,
	.OptionRWD.JS #BrandingImgStyle4 .Img {width: 66.32124352%;}

	.OptionRWD.JS #BrandingImgStyle3 .Inner,
	.OptionRWD.JS #BrandingImgStyle4 .Inner {width: 33.67875648%;}

	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle1 em,
	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle1 strong,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle1 em,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle1 strong,
	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle2 em,
	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle2 strong,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle2 em,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle2 strong {font-size: 120%;}

}



/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {

	/* ------ Social Account Button ------ */

	.OptionRWD.JS #GlobalNavi .SocialAccountStyle {
		padding: 0;
	}

	.OptionRWD.JS #SocialAccountTopSP {
		height: auto;
		margin: 0;
		padding: 20px 0;
		text-align: center;
		background-color: #333;
		border-bottom: solid 1px #444;
	}

	.OptionRWD.JS #SocialAccountTopSP li {
		display: inline-block;
		padding: 0 1px 0 0;
	}
	.OptionRWD.JS #SocialAccountTopSP li:last-of-type {padding: 0;}

	.OptionRWD.JS #SocialAccountBottom {
		padding: 15px 0;
	}

	.OptionRWD.JS #Contents + #SocialAccountBottom {
		border-top: 0 none;
	}

	.OptionRWD.JS #SocialAccountBottom ul {
		width: auto;
		height: auto;
		margin: 0;
		text-align: center;
	}

	.OptionRWD.JS #SocialAccountTopSP img,
	.OptionRWD.JS #SocialAccountBottom img {
		width: 40px;
		height: 40px;
	}


	/* ------ Floating Grid ------ */

	.OptionRWD.JS #FloatingGridSet,
	.OptionRWD.JS #FloatingGridSet.Fixed,
	.OptionRWD.JS #FloatingGridSet.Bottom {
		position: static;
		padding: 0;
	}

	.OptionRWD.JS #FloatingGridSet.Fixed #FloatingContainer,
	.OptionRWD.JS #FloatingGridSet.Bottom #FloatingContainer {
		position: static;
	}

	.OptionRWD.JS #FloatingGridSet.Fixed .Grid1,
	.OptionRWD.JS #FloatingGridSet.Bottom .Grid1 {
		position: static;
		width: auto;
		margin: 0 -15px -1px 0;
	}


	/* ------ Rotation Banner ------ */

	.OptionRWD.JS #RotationBanner {padding: 15px 0 15px 15px;}

	.OptionRWD.JS #RotationBanner li,
	.OptionRWD.JS #RotationBanner li.FirstItem {width: 3.33333333%;}

	.OptionRWD.JS #RotationBanner #SlideButton {margin: 10px auto -5px;}


	/* ------ Share Button ------ */

	.OptionRWD.JS .Grid4 .ShareButtonSet,
	.OptionRWD.JS .Grid3 .ShareButtonSet {text-align: center;}

	.OptionRWD.JS .Grid1 .ShareButtonSet {
		height: auto;
		background-color: #f2f2f2;	/* for Android 4.x */
	}

	.OptionRWD.JS .Grid1 .ShareButtonSet li {
		height: auto;
		margin: 0;
		height: 36px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbFacebook {
		width: 100%;
		border-top: solid 1px #e0e0e0;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbTwitter {
		width: 100%;
		border-top: solid 1px #e0e0e0;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbGplusone {
		width: 100%;
		border-top: solid 1px #e0e0e0;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbLinkedIn {
		width: 100%;
		border-top: solid 1px #e0e0e0;
	}


	/* --- Modal Window for YouTube --- */

	.OptionRWD.JS #ModalYouTube {padding: 50px 0;}

	.OptionRWD.JS #ModalYouTube .Title p {font-size: 83%;}


	/* ------ Modal Window for Images ------ */

	.OptionRWD.JS #ModalImage {padding: 50px 0;}

	.OptionRWD.JS #ModalImage .Title p {font-size: 83%;}


	/* ------ Branding Image Rotation ------ */

	.OptionRWD.JS .branding-image .controller {bottom: 40px;}


	/* ------ YouTube Box ------ */

	.OptionRWD.JS .YouTubeBox .Movie {
		display: block;
		width: auto;
		padding-bottom: 56.25%;
	}

	.OptionRWD.JS .YouTubeBox .Inner {
		display: block;
		width: auto;
	}

	.OptionRWD.JS .YouTubeBox .Inner h2,
	.OptionRWD.JS .YouTubeBox .Inner h3,
	.OptionRWD.JS .YouTubeBox .Inner h4,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle2,
	.OptionRWD.JS .YouTubeBox .Inner .ButtonStyle1 {margin: 0 15px 10px;}

	.OptionRWD.JS .YouTubeBox .Inner .ButtonStyle1 a {min-width: 130px;}


	/* ------ Branding Image + Text ------ */

	.OptionRWD.JS #BrandingImgStyle3,
	.OptionRWD.JS #BrandingImgStyle4 {margin: 0 -15px 15px;}

	.OptionRWD.JS #BrandingImgStyle3 .Img,
	.OptionRWD.JS #BrandingImgStyle4 .Img {
		display: block;
		width: auto;
	}

	.OptionRWD.JS #BrandingImgStyle3 .Img span,
	.OptionRWD.JS #BrandingImgStyle4 .Img span {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	.OptionRWD.JS #BrandingImgStyle3 .Inner,
	.OptionRWD.JS #BrandingImgStyle4 .Inner {
		display: block;
		width: auto;
	}

	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle1,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle1,
	.OptionRWD.JS #BrandingImgStyle3 .Inner .TextStyle2,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TextStyle2 {margin: 0 15px;}

	.OptionRWD.JS #BrandingImgStyle3 .Inner .TopBorderSet,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .TopBorderSet {margin-top: 10px;}

	.OptionRWD.JS #BrandingImgStyle3 .Inner .ButtonStyle1,
	.OptionRWD.JS #BrandingImgStyle4 .Inner .ButtonStyle1 {margin: 10px 15px 0;}

}



/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {

	/* ------ Branding Image Rotation ------ */

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image {margin-bottom: 50px !important;}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .controller {
		height: 50px;
		bottom: -35px;
		background-color: #363434;
	}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .controller ul {
		display: block;
		height: auto;
		padding: 15px 15px 0;
		background-image: none;
	}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .slide .slide-list {cursor: pointer;}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .ResponsiveTextSet {
		position: relative;
		background-color: #363434;
	}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .ResponsiveButton {
		position: absolute;
		width: 100%;
	}

	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .slide .slide-list:hover .ButtonStyle1 a,
	.OptionRWD.JS .ResponsiveBrandingImgStyle .branding-image .slide .slide-list:active .ButtonStyle1 a {
		padding-right: 24px;
		background-color: #b1000e;
		border-right: solid 1px transparent;
	}


	/* ------ Rotation Banner ------ */

	.OptionRWD.JS #RotationBanner li,
	.OptionRWD.JS #RotationBanner li.FirstItem {width: 5%;}


	/* ------ Share Button ------ */

	.OptionRWD.JS .Grid1 .ShareButtonSet {height: auto;}

	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbFacebook {
		width: 100%;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbTwitter {
		width: 100%;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbGplusone {
		width: 100%;
	}
	.OptionRWD.JS .Grid1 .ShareButtonSet li.SbLinkedIn {
		width: 100%;
	}


	/* ------ YouTube Box ------ */

	.OptionRWD.JS .YouTubeBox .Inner h2,
	.OptionRWD.JS .YouTubeBox .Inner h3,
	.OptionRWD.JS .YouTubeBox .Inner h4 {font-size: 90%;}

	.OptionRWD.JS .YouTubeBox .Inner .TextStyle1 em,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle1 strong,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle2 em,
	.OptionRWD.JS .YouTubeBox .Inner .TextStyle2 strong {font-size: 108%;}

}



/* for print
=========================================================================================== */

@media print {

	.OptionRWD.JS #BrandingImgStyle3 .Img span,
	.OptionRWD.JS #BrandingImgStyle4 .Img span {
		width: auto !important;
		margin-left: 0 !important;
	}

	.OptionRWD.JS #RotationBanner .FatBanner {height: auto !important;}

	.OptionRWD.JS #RotationBanner .FatBanner li {display: block !important;}

}



