  @charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

#contents #contentsInner {
	width: 100%;
	margin:0px auto;
	padding:0 0 50px;
	background: #333f48;
}
#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;
}


/ 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: 40px;
	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: 94px 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_innovation dt::after{content:"イノベーション";}
#contents #updateArea .boxes dl.ico_company dt::after{content:"企業情報";}
#contents #updateArea .boxes dl.ico_csr dt::after{content:"CSR";}
#contents #updateArea .boxes dl.ico_recruit dt::after{content:"採用情報";}
#contents #updateArea .boxes dl.ico_press dt::after{content:"建機PRESS";}
#contents #updateArea .boxes dl.ico_factory dt::after{content:"FACTORY TOUR";}
#contents #updateArea .boxes dl.ico_pickup dt::after{content:"PICKUP";}
#contents #updateArea .boxes dl.ico_koukoku dt::after{content:"電子公告";}
#contents #updateArea .boxes dl.ico_funfan dt::after{content:"Fun! Fan!";}
#contents #updateArea .boxes dl.ico_fanshop dt::after{content:"FANSHOP";}

/ newsBlock /
#contents #newsArea {
	width:100%;
	background:#e6e6e6;
}
#contents #newsArea #newsBoxWrapper{
	position:relative;
	width:90%;
	margin:0 auto;
}
#contents #newsArea #newsBoxWrapper .newsTitle {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #333f48;
	position: absolute;
	width: 100%;
	top: 25px;
	margin-top:0;
}
#contents #newsArea #newsBoxWrapper .newsTitle:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #333f48;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	margin-bottom:20px;
	padding-top:85px;
	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 .newsDate {
	padding-bottom: 5px;
}
#contents #newsArea #newsBoxWrapper #newsBoxInner .newsBox .newsSpace .newsText{
	max-height: 110px;
	line-height: 22px;
	overflow: hidden;
}
#contents #newsArea #newsBoxWrapper p.moreNews{
	margin:0 auto;
	padding-bottom:50px;
	width:275px;
	
}
#contents #newsArea #newsBoxWrapper p.moreNews 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{
	border:1px solid #00a7ac;
	background-color:#00a7ac;
}
#contents #newsArea #newsBoxWrapper p.moreNews span {
	display: block;
	width: 100%;
	position: relative;
}
#contents #newsArea #newsBoxWrapper p.moreNews 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;
}


/ youtube /

#contents #youtubeArea {
	width:100%;
	padding:50px 0 60px;
	background: url(/jp/shared/images/bg_youtubeArea.jpg) no-repeat center center;
	background-size:cover;
}
#contents #youtubeArea p.ttl {
	color:#ffffff;
	font-size:160%;
	font-weight:bold;
	letter-spacing:1px;
	display:table;
	margin:0 auto 20px;
	padding-left:95px;
	background:url(/jp/shared/images/ico_youtube.png) no-repeat left center;
	background-size:contain;
}
#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(/jp/shared/images/ic_other_top.png) no-repeat right center;
    padding-right: 0px;
}


/ wideLinkArea /
#contents #wideLinkArea{
	width:100%;
	padding-bottom:50px;
}
#contents #wideLinkArea .wideLinkBox{
	width:50%;
	float:left;
}
#contents #wideLinkArea .wideLinkBox:first-child{
	margin-left:-1px;
	margin-right:1px;
}
#contents #wideLinkArea .wideLinkBox a{
	text-decoration:none;
}
#contents #wideLinkArea .wideLinkBox img{
	width:100%;
	height:100%;
}


/ 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: 106%;
}
#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 & Topicsアイコン追加
-------------------------------------------------- */
#contents #newsArea {
	width:100%;
	background:#fff;
}
#contents #newsArea #newsBoxWrapper .newsTitle {
	font-size: 160%;
	top: 35px;
	/*font-family: ;*/
}
#contents #newsArea #newsBoxWrapper #newsBoxInner{
	width: 1200px;
	margin:0 auto 20px;
	padding-top:90px;
}
#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;
}

/**171205youtubeタイトルボタン化**/
#contents #youtubeArea .ttl{
	background-image: url(/shared/images/ico_youtube.png), url(/shared/images/ic_other_top.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, 14px 11px;
	padding-right:25px;
	color: #ffffff;
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto 20px;
    padding-left: 95px;}
#contents #youtubeArea .ttl:hover{color:#FFF; opacity:0.6; text-decoration:none !important;}
#contents #youtubeArea a{text-decoration:none !important;}


/** 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 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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;
}




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

200422_ティッカー箇所にcovidまとめリンク追加

========================================== */
#tickerWrap #ticker_custom{
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 1200px;
    margin: 0 auto;
}
#tickerWrap #ticker_custom .ticker_design{
    width: 800px;
    margin: 0 15px 0 0;
    float: left;
}
#tickerWrap #ticker_custom .ticker_design ul li {
	width: 540px;
}
#tickerWrap #ticker_custom .covidLink{
    width: 380px;
    float: left;
}
#tickerWrap #ticker_custom .covidLink a{
    width: 100%;
    line-height:50px;
    display: block;
    background-color: #00a7ac;
    box-sizing: border-box;
	border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding-right: 5px;
    opacity: 1.0;
    transition: opacity .25s ease-out;
}
#tickerWrap #ticker_custom .covidLink a::after{
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffffff;
}
#tickerWrap #ticker_custom .covidLink a:hover{
    opacity: 0.82;
}


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

230630_コベルコスティーラーズスポンサー追加

========================================== */
#contents #sponsorWrap{
	padding: 30px 10px 25px;
	text-align: center;
	font-size: 85%;
}
#contents #sponsorWrap img{
	width: 362px;
	height: auto;
	margin-bottom: 7px;
}
@media screen and (max-width: 767px){
	#contents #sponsorWrap{
        padding: 10px;
    }
	#contents #sponsorWrap p{
		line-height: 1.4;
		font-size: 12px;
    }
    #contents #sponsorWrap img{
        width: 75%;
        height: auto;
    }
}





@media screen and (max-width: 767px){
	#contents {
		margin-top: 0;
	}
	#contents #contentsInner .col2image .colLeft > p,
	#contents #contentsInner .col2image .colRight > p {
		font-size: 70%;
	}
/ 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_updateBlock /

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

/ SP_newsBlock /

#contents #newsArea #newsBoxWrapper .newsTitle {
	font-size: 120%;
	top: 20px;
}
#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{
	padding-bottom:35px;
	width:65%;
}
#contents #newsArea #newsBoxWrapper p.moreNews a{
	font-size:90%;
	letter-spacing:1px;
    padding:8px;
    border-radius: 20px;
}

/ SP_youtube /
#contents #youtubeArea {
	padding:40px 0 40px;
	background-size:cover;
}
#contents #youtubeArea p.ttl {
	font-size:106%;
	padding-left:70px;
	letter-spacing:1px;
}
#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;
}

/ wideLinkArea /
#contents #wideLinkArea{
	width:100%;
	padding-bottom:0px;
}
#contents #wideLinkArea .wideLinkBox{
	width:100%;
	float:none;
}
#contents #wideLinkArea .wideLinkBox:first-child{
	margin-left:0px;
	margin-right:0px;
}


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


/**171205youtubeタイトルボタン化**/
#contents #youtubeArea .ttl {
    font-size: 106%;
    padding-left: 70px;
    letter-spacing: 1px;
}
/**171205追記ここまで**/


/** 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;
}




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

200422_（SP）ティッカー箇所にcovidまとめリンク追加

========================================== */
#tickerWrap{height: 130px;}
#tickerWrap #ticker_custom{
    width: calc(100% - 20px);
    margin: 0 auto;
}
#tickerWrap #ticker_custom .ticker_design{
	width: 100%;
    margin: 0 auto 10px auto;
    float: none;
}
#tickerWrap #ticker_custom .ticker_design ul li {width: 100%;}
#tickerWrap #ticker_custom .covidLink{
    width: 100%;
    float: none;
}
#tickerWrap #ticker_custom .covidLink a{font-size: 14px;}
#tickerWrap #ticker_custom .covidLink a::after{
    right: 15px;
    /*content: "";
    position: absolute;*/
}




}



@media screen and (max-width: 374px){
    
#tickerWrap #ticker_custom .covidLink a{font-size: 13px;}

}