@charset "utf-8";
/* CSS Document */

#contents #contentsInner {
	width: 100%;
	margin:0px auto;
	padding:0 0 50px;
	background: #333f48;
}
#contents #contentsInner .sectionTitle {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
	color: #333f48;
	position: absolute;
	width: 100%;
	top: 35px;
	margin-top:0;
}
#contents #contentsInner .sectionTitle:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #333f48;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}

#contents #contentsInner .mainimage img,
#contents #contentsInner .col2image img {
	width: 100%;
	height: auto;
}
#contents #contentsInner .col2image > div {
	width: 50%;
}

#contents #contentsInner .col2image .colLeft {
	float: left;
}
#contents #contentsInner .col2image .colRight {
	float: right;
}
#contents #contentsInner .col2image .colLeft > p,
#contents #contentsInner .col2image .colRight > p {
	position:absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 110%;
	bottom: 3%;
	z-index: 3;
}

/****************************** map ******************************/

#contents #contentsInner .worldMap {
	background: url(/shared/images/top_worldmap.png) no-repeat center center;
	height: 200px;
	width: 100%;
	min-width: 1200px;
	position: relative;
}
#contents .worldMap > p {
	color: #fff;
	font-size: 190%;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -310px;
}
#contents .worldMap.jp > p {
	left: 35%;
}
#contents .worldMap > p:after {
	display:block;
	content:'';
	width: 56px;
	height: 82px;
	background: url(/shared/images/ic_map_anchor.png) no-repeat center;
	position: absolute;
	top: -15px;
	left: -80px;
}
#contents .worldMap > div {
	width: 580px;
	top: 105px;
	position: absolute;
	left: 50%;
	margin-left: 35px;
}
#contents .worldMap > div > .textBtn {
	width: 200px;
	float: left;
}
#contents .worldMap > div > .textBtn:first-child {
	margin-right: 40px;
}
#contents .worldMap > div > .textBtn a {
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
}
#contents .worldMap > div > .textBtn a:hover {
	background: #00adb0;
	color: #fff !important;
	border: #00adb0 1px solid;
}
#contents .worldMap > div > .textBtn a > span {
	position: relative;
	background: none;
}
#contents .worldMap > div > .textBtn a > span:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #fff;
	background: none;
}
#contents .worldMap > div > .textBtn a:hover > span {
	background: none;
}

/****************************** newsBlock ******************************/
#contents #newsArea {
	width:100%;
	background:#e6e6e6;
}
#contents #newsArea #newsBoxWrapper{
	position:relative;
	width:90%;
	margin:0 auto;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	margin-bottom:20px;
	padding-top:90px;
	position:relative;
	overflow:visible;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .linkBox{
	outline:none;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace{
	background: #fff;
	border-bottom: #b8b8b8 1px solid;
	box-sizing: border-box;
	margin:0 10px;
	padding:20px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace a{
	outline: none;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace .newsDate {
	padding-bottom: 5px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace .newsText{
	max-height: 110px;
	line-height: 22px;
	overflow: hidden;
}
#contents #newsArea #newsBoxWrapper p.moreNews,
#contents #pickupArea p.morePickup{
	margin:0 auto;
	padding-bottom:50px;
	width:275px;
}
#contents #newsArea #newsBoxWrapper p.moreNews a,
#contents #pickupArea p.morePickup a{
    display: block;
    border: #333f48 1px solid;
    padding:10px;
    text-align: center;
    color: #ffffff;
	letter-spacing:2px;
    text-decoration: none;
    border-radius: 22px;
	background-color:#333f48;
}
#contents #newsArea #newsBoxWrapper p.moreNews a:hover,
#contents #pickupArea p.morePickup a:hover{
	border:1px solid #00a7ac;
	background-color:#00a7ac;
}
#contents #newsArea #newsBoxWrapper p.moreNews span,
#contents #pickupArea p.morePickup span{
	display: block;
	width: 100%;
	position: relative;
}
#contents #newsArea #newsBoxWrapper p.moreNews span:after,
#contents #pickupArea p.morePickup span:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #fff;
	background: none;
}


/****************************** updateBlock ******************************/
#contents #updateArea {
	width:100%;
	background:#fff;
	border-top: 1px dotted #333f48;
}
#contents #updateArea #updateBoxWrapper{
	position:relative;
	width:90%;
	margin:0 auto;
}
#contents #updateArea #updateBoxWrapper .updateTitle {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #333f48;
	position: absolute;
	width: 100%;
	top: 35px;
	margin-top:0;
}
#contents #updateArea #updateBoxWrapper .updateTitle:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #333f48;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}
#contents #updateArea #updateBoxWrapper #updateBoxInner{
	width: 1200px;
    margin: 0 auto;
    padding: 88px 0 45px 0;
	position:relative;
	overflow:visible;
}
#contents #updateArea .boxes dl dt::after{
	color: #ffffff;
	background-color: #00a7ac;
	padding: 4px 0;
}
#contents #updateArea .boxes dl.ico_pickup dt::after{content:"PickUp";}
#contents #updateArea .boxes dl.ico_innovation dt::after{content:"Innovation";}
#contents #updateArea .boxes dl.ico_company dt::after{content:"Company";}
#contents #updateArea .boxes dl.ico_csr dt::after{content:"CSR";}
#contents #updateArea .boxes dl.ico_ss dt::after{content:"Sales";}
#contents #updateArea .boxes dl.ico_gallery dt::after{content:"Gallery";}
#contents #updateArea .boxes dl.ico_funfan dt::after{content:"Fun! Fan!";}
#contents #updateArea .boxes dl.ico_factory dt::after{content:"FACTORY TOUR";}

/****************************** youtube ******************************/
#contents #youtubeArea {
	width:100%;
	padding:90px 0 60px;
	background: url(../images/bg_youtubeArea.jpg) no-repeat center center;
	background-size:cover;
	position: relative;
}
#contents #youtubeArea p.sectionTitle {
	color:#ffffff;
	/*font-size:160%;
	font-weight:bold;
	letter-spacing:1px;
	display:table;
	margin:0 auto 20px;
	padding-left:95px;
	background:url(../images/ico_youtube.png) no-repeat left center;
	background-size:contain;*/
}
#contents #youtubeArea p.sectionTitle:after {
	background: #ffffff;
	/*content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;*/
}
#contents #youtubeArea #youtubeBox {
	width:1200px;
	height:436px;
	margin:0 auto;
	padding:0;
}
#contents #youtubeArea #youtubeBox #youtube {
	width:720px;
	float:left;
}
#contents #youtubeArea #youtubeBox #youtube #youtube_responsive{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#contents #youtubeArea #youtubeBox #youtube #youtube_responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contents #youtubeArea #youtubeBox #menu {
	width:480px;
	height:100%;
	float:right;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu{
	height:100%;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li{
	display:block;
	width:100%;
	height:109px;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a{
	display:block;
	width:440px;
	height:68px;
	padding:20px 20px;
	border-bottom:1px solid #42505a;
	background:rgba(39,47,52,0.5);
	color:#ffffff;
	text-decoration:none;
    position: relative;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a.current{
	background:#00a7ac;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a.current:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 15px solid transparent;
    border-right-color:#00a7ac;
    left: -30px;
    top: 40px;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a:hover{
	background:#00a7ac;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li:last-child a{
	border-bottom:0px;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a div{
	display:table;
	width:100%;
	height:100%;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a img{
	margin-right:20px;
	width:120px;
	height:68px;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a span{
	width:300px;
	height:68px;
	display:table-cell;
	vertical-align:middle;
}
#contents #youtubeArea .textBtn{
	margin:20px auto 0;
}
#contents #youtubeArea .textBtn a{
	border:1px solid #ffffff;
	color:#ffffff !important;
	letter-spacing:1px;
	padding:10px 20px 10px 10px;
    border-radius: 22px;
}
#contents #youtubeArea .textBtn a:hover{
	border:1px solid #00a7ac;
}
#contents #youtubeArea .textBtn a.icOtherW > span {
    background: url(../images/ic_other_top.png) no-repeat right center;
    padding-right: 0px;
}

/****************************** linkBlock ******************************/
#contents .col2Wrapper {
	background: #333f48;
}
#contents .col2Wrapper > div,
#contents .col2Wrapper > div > .linkBox {
	width: 50%;
	float: left;
}

#contents .col2Wrapper > div:first-child,
#contents .col2Wrapper > div > .linkBox:first-child {
	margin-right: 1px;
	margin-left: -1px;
}
#contents .col2Wrapper .linkBox {
	margin-bottom: 1px;
}

#contents .col2Wrapper.newsBlock {
	padding-bottom: 50px;
	height: auto;
}
#contents .col2Wrapper.newsBlock .linkBox {
	margin-bottom: 0;
	position: relative;
}


#contents .col2Wrapper > div > .linkBox img {
	width: 100%;
	vertical-align: bottom;
}
#contents .col2Wrapper > .newsBlockInner {
	float: right;
	height: auto;
	vertical-align: bottom;
}

#contents .col2Wrapper a {
	text-decoration:none;
}
#contents .linkBox .linkText {
	display: block;
	width: 100%;
	height: 62px;
	color: #fff !important;
	background: #191f24;
	box-sizing: border-box;
	padding: 7px 15px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
#contents .jp .linkBox .linkText {
	font-size: 110%;
}
#contents .linkBox .linkText span {
	display: block;
	width: 100%;
	padding-right: 15px;
	padding-top: 13px;
	position: relative;
}
#contents .linkBox .linkText span:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: 3px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #fff;
	background: none;
}

#contents .linkBox .linkText.icOtherW span:after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/shared/images/ic_other_top.png) no-repeat center;
	margin-top: 0;
}
#contents .linkBox.current .linkText {
	background: #00adb0;
}
#contents .linkBox.current img {
	opacity: 0.7;
}

#contents .imgShadow {
	position: relative;
	height: auto;
}
#contents .shadowBox {
	position: relative;
	display: block;
}
#contents .shadowBox:after {
/*	content:'';*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom:0;
	left:0;
}
#contents .col2image .shadowBox:after {
	background: url(/shared/images/top_shadow_l.png) no-repeat bottom;
	background-size: 100%;
}
#contents .col2Wrapper .shadowBox:after {
	background: url(/shared/images/top_shadow_m.png) no-repeat bottom;
	background-size: 100%;
}
#contents .linkBox .shadowBox:after {
	background: url(/shared/images/top_shadow_s.png) no-repeat bottom;
	background-size: 100%;
}



/* 171129_News アイコン追加
-------------------------------------------------- */
#contents #newsArea {
	width:100%;
	background:#fff;
}
#contents #newsArea #newsBoxWrapper .newsTitle {
	top: 40px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	width: 1200px;
	margin:0 auto 20px;
	padding-top:85px;
}
#contents .boxes dl{
	width:92%;
	padding: 14px 4% 18px;
	margin: 0;
}
#contents .boxes dl dt{
	width: 26%;
	position: relative;
	padding-top: 4px;
}
#contents .boxes dl dt::after{
	position: absolute;
	right: 0;
	top:0;
	padding:3px 0 2px;
	margin-left:0px;
}
#contents .boxes dl dd{
	width: 70%;
	padding-top: 3px;
}


/* 171129_Pickupエリア追加
-------------------------------------------------- */
#contents #pickupArea {
	width:100%;
	padding:95px 0 0;
	margin-bottom: 40px;
	background-color: #e6e6e6;
	position: relative;
}
#contents #pickupArea .pickupBoxInner{
	margin:0 auto 30px;
	text-align: center;
}
#contents #pickupArea .pickupBoxInner .linkBox{
	float: left;
	box-sizing: border-box;
	/*width: 33%;*/
	width : calc(100% / 4) ;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(n+5){
	border-top: 0;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(4n){
	border-right: 0;
}
#contents #pickupArea .pickupBoxInner .linkBox img{
	width: 100%;
	height: 100%;
}
#contents #pickupArea .pickupBoxInner .linkBox a{
	text-decoration: none;
}
#contents #pickupArea .pickupBoxInner .linkBox .linkText{
	background: #333f48;
}
#contents #pickupArea .pickupBoxInner .linkBox.current .linkText{
	background: #00adb0;
}


/** 180409_スライダー上部にアラート表示 **/
.topAleartBase {
	width: 100%;
	min-width: 1200px;
	padding: 12px 0;
    background-color: #333f48;
    margin: 0 auto;
}
.topAlert {
    width: 1200px;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 12px;
    background-color: #ffffff;
    border: 3px solid #00a7ac;
	border-radius: 4px;
    text-align: center;
	line-height: 1.0;
}
.topAlert a,
.topAlert a:visited{
	color: #00a7ac;
}
.topAlert a{
	padding: 5px 0 5px 26px;
	background: url(/shared/images/ico_alert.png) left center no-repeat;
	background-size: 20px;
	letter-spacing: 1px;
}
@media all and (-ms-high-contrast: none) {/* IEのみ適用 */
	.topAlert a {
		padding: 7px 0 5px 26px;
	}
}


/** 180614_ティッカー表示 **/
#tickerWrap {
	width: 100%;
	min-width: 1200px;
	height: 70px;
    margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
    background-color: #333f48;
}
#tickerWrap .ticker_design {
	width: 1200px;
	height: 50px;
	/*height: auto;*/
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
    background-color: #ffffff;
	box-sizing: border-box;
	border: 3px solid #00a7ac;
	border-radius: 4px;
}
#tickerWrap .ticker_design p {
	color: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: 1px;
	background-color: #00a7ac;
	margin: 0 20px 0 0;
	padding:0 20px;
}
#tickerWrap .ticker_design ul {
	float: left;
	height:50px;
	margin: 0;
	padding:0;
}
#tickerWrap .ticker_design ul li {
	font-size: 15px;
	line-height: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 930px;
	color: #00a7ac;
	display: block;
	white-space: nowrap;
}
#tickerWrap .ticker_design li a {
	color: #00a7ac;
	opacity: 1.0;
	transition: opacity .2s linear;
}
#tickerWrap .ticker_design li a:hover {
	opacity: .65;
}


/** 230630_スティーラーズスポンサー追加 **/

#contents #sponsorWrap{
	padding: 30px 10px 25px;
	text-align: center;
	font-size: 85%;
}
#contents #sponsorWrap img{
	width: 362px;
	height: auto;
	margin-bottom: 7px;
}


/* ===================================================

for SmartPhone

=================================================== */
@media screen and (max-width: 767px){

	#contents {
		margin-top: 0;
	}
	#contents #contentsInner .col2image .colLeft > p,
	#contents #contentsInner .col2image .colRight > p {
		font-size: 70%;
	}

	#contents #contentsInner .sectionTitle {
		font-size: 120%;
		top: 20px;
	}

	/****************************** map ******************************/


	#contents #contentsInner .worldMap {
		height: 200px;
		width: 100%;
		min-width: inherit;
		background-size: cover;
	}
	#contents .worldMap > p {
		width: 230px;
		top: 24px;
		margin-left: -90px;
		left: 50% !important;
	}

	#contents .worldMap > p:after {
		top: -22px;
		left: -64px;
		background-size: 80%;
	}
	#contents .worldMap > div {
		width: 180px;
		top: 90px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
	}
	#contents .worldMap > div > .textBtn {
		width: 100%;
	}
	#contents .worldMap > div > .textBtn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	#contents .worldMap > div > .textBtn a {
		padding: 4px 7px 3px;
	}
	#contents .worldMap > div > .textBtn a > span:after {
		margin-top: -5px;
	}


/****************************** linkBlock ******************************/

	#contents .col2Wrapper,#contents .col2Wrapper > div {
		float: none;
		width: 100%;
	}
	#contents .col2Wrapper > .newsWrapper {
		float: none;
	}
	#contents .col2Wrapper > div:first-child {
		margin: 0;
	}
	#contents .newsBlock .readText {
		font-size: 100%;
	}
	#contents .linkBox .linkText {
		height: auto;
		padding: 8px 7px;
		font-size: 75% !important;
		display: table;
	}
	#contents .linkBox .linkText span {
		padding: 0;
		display: table-cell;
		vertical-align: middle;
		width: auto;
		padding-right: 15px;
	}
	#contents .linkBox .linkText span:after {
		right: 0;
		border-width: 3px 0px 3px 5px;
		margin-top: -3px
	}
	#contents .linkBox .linkText.icOtherW span:after {
		margin-top: -5px
	}


/****************************** SP_newsBlock ******************************/
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	padding-top:70px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace{
	margin:0 5px;
	padding:10px;
	font-size:75%;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace .newsDate {
	padding-bottom: 5px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace .newsText{
	max-height: 90px;
	line-height: 18px;
}
#contents #newsArea #newsBoxWrapper p.moreNews,
#contents #pickupArea p.morePickup{
	padding-bottom:30px;
	width:65%;
}
#contents #newsArea #newsBoxWrapper p.moreNews a,
#contents #pickupArea p.morePickup a{
	font-size:90%;
	letter-spacing:1px;
    padding:8px;
    border-radius: 20px;
}

/****************************** SP_updateBlock ******************************/

#contents #updateArea #updateBoxWrapper .updateTitle {
	font-size: 120%;
	top: 25px;
}
#contents #updateArea #updateBoxWrapper #updateBoxInner{
	width: 100%;
	padding: 65px 0 30px 0;
}

/****************************** SP_youtube ******************************/
#contents #youtubeArea {
	padding:70px 0 40px;
	background-size:cover;
}
#contents #youtubeArea #youtubeBox {
	width:100%;
	height:100%;
}
#contents #youtubeArea #youtubeBox #youtube {
	width:100%;
	float:none;
}
#contents #youtubeArea #youtubeBox #menu {
	width:100%;
	height:100%;
	float:none;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu{
	height:100%;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li{
	height:auto;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a{
	width:auto;
	height:auto;
	padding:14px 16px;
	display:block;
	background:rgba(39,47,52,1.0);
	font-size:80%;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a.current:before {
    border:none;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a img{
	margin-right:15px;
	width:96px;
	height:54px;
}
#contents #youtubeArea #youtubeBox #menu ul.youtubeMenu li a span{
	width:100%;
	height:54px;
}
#contents #youtubeArea .textBtn{
	width:60%;
}
#contents #youtubeArea .textBtn a{
	letter-spacing:1px;
	font-size:90%;
    padding:8px 14px 8px 8px;
    border-radius: 20px;
}
#contents #youtubeArea .textBtn a:hover{
	border:1px solid #00a7ac;
}



/* 171129_News & Topicsアイコン追加
-------------------------------------------------- */
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	width: 100%;
	padding-top:55px;
}
#contents .boxes dl{
	width:100%;
	padding: 15px 0;
}
#contents .boxes dl dt{
	width: 100%;
}
#contents .boxes dl dt::after{
	font-size:75%;
	padding:3px 0;
}
#contents .boxes dl dd{
	width: 100%;
	padding-top: 0px;
}

/* 171129_Pickupエリア追加
-------------------------------------------------- */
#contents #pickupArea {
	padding:70px 0 0;
	margin-bottom: 30px;
}
#contents #pickupArea .pickupBoxInner{
	margin:0 auto 20px;
}
#contents #pickupArea .pickupBoxInner .linkBox{
	width : 50% ;
	padding: 10px;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(n+4){
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(3),
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(6){
	border-right: 1px solid #ccc;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(even){
	border-right: 0;
}
#contents #pickupArea .pickupBoxInner .linkBox:nth-child(n+3){
	border-top:0;
}


/** 180409_スライダー上部にアラート表示 **/
.topAleartBase {
	min-width: inherit;
	padding: 16px 0;
}
.topAlert {
    width: 90%;
	padding: 8px;
    text-align: left;
	line-height: 1.4;
}
.topAlert a{
	font-size: 13px;
	display: block;
	padding: 0 0 0 26px;
	background: url(/shared/images/ico_alert.png) left center no-repeat;
	background-size: 20px;
	letter-spacing: 0px;
}


/** 180614_ティッカー表示 **/
#tickerWrap {
	min-width: inherit;
}
#tickerWrap .ticker_design {
	width: calc(100% - 20px);
	height: 50px;
}
#tickerWrap .ticker_design p {
	display: none;
}
#tickerWrap .ticker_design ul {
	float: none;
	overflow: hidden;
	height:44px;
}
#tickerWrap .ticker_design ul li {
	font-size: 13px;
	line-height: 1.4;
	width: 100%;
	min-height: 44px;
	white-space: normal;
	overflow: hidden;
}
#tickerWrap .ticker_design li a {
	line-height: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 3px 10px 0;
}
#tickerWrap .ticker_design li a.icOtherW {
	background-image: none;
}

/** 230630_スティーラーズスポンサー追加 **/


	#contents #sponsorWrap{
        padding: 10px;
	font-size: 75%;
    }
	#contents #sponsorWrap p{
		line-height: 1.4;
    }
    #contents #sponsorWrap img{
        width: 75%;
        height: auto;
    }



}
