/*-------------------------------------------
Base Setting
-------------------------------------------*/
body,select,input,textarea{
	font-size:13px;
	font-family:Meiryo,'MS PGothic','Hiragino Kaku Gothic ProN','Lucida Grande',sans-serif;
	line-height:1.5;
	-webkit-text-size-adjust:none;
	color:#555;
	background:#fff;
}
a{color:#864a30;
	text-decoration:none;
}
a:hover{
	color:#92553b;
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}
a:link{
	-webkit-tap-highlight-color:#fcd700;
}
ins{
	background-color:#fcd700;
	color:#000;
	text-decoration:none;
}
mark{
	background-color:#fcd700;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
select,input,textarea{
	border:#dedede 1px solid;
	vertical-align:top;
}
select{
	height:1.8em;
}
input{
	padding:0 2px;
}

input[type="text"],input[type="submit"]{
	appearance:none;
	-webkit-appearance:none;
	border-radius:0;
}

input[type="checkbox"], input[type="radio"]{
	bottom: auto;
}

textarea{
	padding:2px;
}

/* display
---------------------------------*/

.noPC{display:none!important;}

@media screen and (max-width:640px){
	.noPC{display:block!important;}
	.noSP{display:none!important;}
}

/*-------------------------------------------
wrap
-------------------------------------------*/

@media screen and (max-width:640px){
	#wrap{
		min-width:320px;
	}
}

/*-------------------------------------------
header
-------------------------------------------*/
header{
	width:940px;
	margin:0 auto;
	padding-top:12px;
}

@media screen and (max-width:640px){
	header{
		width:100%;
	}
}

/* spHeader
---------------------------------*/
#spHeader{
	display:none;
}

@media screen and (max-width:640px){
	#spHeader{
		display:block;
		width:94%;
		margin:0 3%;
	}

	#spHeader p.logo{
		margin-top: 0;
		float:left;
	}

	#spHeader ul{
		float:right;
		width:73.8%;
	}

	#spHeader ul li{
		float:right;
		margin-left:10px;
		padding:2.3%;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		background:#f4f4f4;
		cursor:pointer;
	}

	#spHeader ul li.active{
		padding-bottom:5%;
		border-bottom:none;
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}

	#spHeader ul li.drawerBtn{
		background:#ff1100;
	}

	#spHeader ul li.drawerBtn.active{
	padding-bottom:2.3%;
		border-radius:5px
	}
}

/* siteFunctions
---------------------------------*/
#siteFunctions{
	width:auto;
	float:right;
	margin-bottom:15px;
}

#siteFunctions img{
	vertical-align:top;
}

#siteFunctions #fontSet,
#siteFunctions #langSet{
	float:left;
	margin:1px 10px 0 0;
}

#siteFunctions #fontSet p{
	float:left;
	margin:5px 10px 0 0;
}

#siteFunctions #fontSet ul,
#siteFunctions #langSet{
	float:left;
	border:#e7e7e7 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

#siteFunctions #fontSet ul li,
#siteFunctions #langSet li{
	float:left;
	width:30px;
	height:20px;
	border-left:#dadada 1px solid;
	background:url(/sites/default/files/inline-images/common/images/bg_sitefunction_btn.gif) 0 0 repeat-x;
	text-align:center;
	cursor:pointer;
}

#siteFunctions #fontSet ul li.first,
#siteFunctions #langSet li.first{
	border:none;
}

#siteFunctions #fontSet ul li.active,
#siteFunctions #langSet li.active{
	background-image:none;
	background-color:#ededed;
}

#siteFunctions #fontSet ul li.active a,
#siteFunctions #langSet li.active a{
	cursor:default;
}

#siteFunctions #fontSet ul li img,
#siteFunctions #langSet li img{padding-top:5px;}
#siteFunctions #langSet li{width:50px;}
#siteFunctions #searchSet{
	float:left;
	display:block;
}

#siteFunctions #searchSet input#searchWin{
	padding:1px 3px 1px 3px;
	width:165px;
	height:24px;
	border:#ff1100 1px solid;
	border-right:none;
	vertical-align:top;
	font-size:10px!important;
}

#siteFunctions #searchSet input#searchSubmit{
	border:none;
	background:url(/sites/default/files/inline-images/common/images/btn_search.png) 0 0 no-repeat;
	width:26px;
	height:24px;
	cursor:pointer;
}

@media screen and (max-width:640px){
	#siteFunctions{width:auto; float:none;}
	#siteFunctions #fontSet,
	#siteFunctions #langSet,
	#siteFunctions #searchSet{display:none;}
	#siteFunctions #langSet.active,
	#siteFunctions #searchSet.active{display:block;}
	#siteFunctions #langSet,
	#siteFunctions #searchSet{
		margin:0 3%;
		padding:2%;
		width:94%;
		background-color:#f4f4f4;
		border:none;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	}
	#siteFunctions #langSet li{
		width:32%;
		height:auto;
		margin-left:2%;
		border:none;
	}

	#siteFunctions #langSet li img{
		display:none;
	}

	#siteFunctions #langSet li a{
		display:block;
		padding:10px 0;
		background-color:#fff;
		text-decoration:none;
	}

	#siteFunctions #langSet li:first-child{margin-left:0;}
	#siteFunctions #langSet li a:before {content: attr(data-label);}
	#siteFunctions #searchSet{padding:4%; width:94%;}
	#siteFunctions #searchSet input#searchWin{
		width:90%;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border:#dadada 1px solid;
		border-top-left-radius:3px;
		border-bottom-left-radius:3px;
		-webkit-border-top-right-radius:none;
		-webkit-border-bottom-right-radius:none;
	}

	#siteFunctions #searchSet input#searchSubmit{
		background: url(/sites/default/files/inline-images/common/images/co_btn_search_002.png) no-repeat left top;;
	}
}

/* navMenus
---------------------------------*/
#navMenus{
	clear:both;
}

#navMenus #logo{
	float:left;
	width:47px;
	margin:0;
}

#navMenus nav{
	float:right;
	width:855px;
	margin-top:20px;
	color:#222;
}

#navMenus nav #gnavArea li a{
	display:block;
	width:120px;
	float:left;
	text-align:center;
	position:relative;
	z-index:2;
}

#navMenus nav #gnavArea li a{
	min-height:47px;
}

#navMenus nav #gnavArea li.koras a{
	background:url(/sites/default/files/inline-images/common/images/icon_koras.png) 8px 12px no-repeat;
	width:105px;
}

#navMenus nav #gnavArea li.safety a{
	width:135px;
}

#navMenus nav #gnavArea li.ir a{
	width:135px;
}

#navMenus nav #gnavArea li.koras span{
	padding-left:20px;
}

#navMenus nav #gnavArea li.corpo a,
#navMenus nav #gnavArea li.safety a,
#navMenus nav #gnavArea li.csr a,
#navMenus nav #gnavArea li.ir a{
	display:block;
	border-bottom:#fff 4px solid;
	color:#555;
	text-decoration:none;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_009.gif) no-repeat center 2.8em;
}

#navMenus nav #gnavArea li.act a{
	border-bottom:#ff1100 4px solid;
	color:#ff1100;
}

#navMenus nav #gnavArea li.corpo.act a,
#navMenus nav #gnavArea li.safety.act a,
#navMenus nav #gnavArea li.csr.act a,
#navMenus nav #gnavArea li.ir.act a{
	border-bottom:#ff1100 4px solid;
	color:#ff1100;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_009_active_navi.gif) no-repeat center 2.8em;
}

#navMenus nav #gnavArea li a{
	padding:12px 0 10px;
	border-bottom:#fff 4px solid;
	color:#555;
	text-decoration:none;
}

#navMenus nav #gnavArea .navWrap{
	position:relative;
}

/* dropDown
---------------------------------*/
li .dropDown{
	display:none;
	width:935px;
	padding:15px 28px;
	background:#fff;
	border:2px solid #ff2819;
	position:absolute;
	top:47px;
	left:-82px;
	z-index:1;
	text-align:left;
}

.dropDown p.title{
	font-size:107.7%;
	margin-bottom:15px;
}

.dropDown .linkBlockA01{
	width:880px;
	padding-bottom:20px;
	border-bottom:1px dotted #666;
	margin-bottom:20px;
}

.dropDown .linkBlockA01 ul{
	margin-top:20px;
}

.dropDown .linkBlockA01 ul.firstChild{
	margin-top:0;
}

.dropDown .linkBlockA01 ul li{
	letter-spacing:normal;
	float:left;
	margin-right:20px;
}
body#env .dropDown .linkBlockA01 ul li{
	letter-spacing:normal !important;
	float:left !important;
	margin-right:20px !important;
	background:none !important;
	padding-left: 0 !important;
}

.dropDown .linkBlockA01 ul li a{
	width:160px !important;
	border:none !important;
	padding:0 !important;
	background:none !important;
}

.dropDown .linkBlockA01 ul li.lastChild{
	margin-right:0;
}
body#env .dropDown .linkBlockA01 ul li.lastChild{
	margin-right:0 !important;
	background:none !important;
	padding-left: 0 !important;
}
.dropDown .linkBlockA01 ul li span{
	display:block;
	text-align:left;
	color:#555;
	padding-top:10px;
	font-size:84.6%;
	line-height: 1.5em;
}

.dropDown .linkBtn{
	width:210px;
	margin:0 auto;
}

.dropDown .linkBtn p a{
	border:none !important;
	background:#ff2819 url(/sites/default/files/inline-images/common/images/co_icon_bullet_011.png) no-repeat 15px center !important;
	padding:7px 20px 5px !important;
	width:210px !important;
	margin:0 auto !important;
	color:#fff !important;
	min-height:0px !important;
	display:block;
	text-align:center;
	border-radius:3px;
}


.dropDown .linkBtn p a:hover{
	text-decoration:underline !important;
}

@media screen and (max-width:640px){
	#navMenus #logo,
	#navMenus nav{display:none;}
}

/*-------------------------------------------
topicpath
-------------------------------------------*/
#topicpath{
	background-color:#f4f4f4;
	margin-bottom:30px;
	padding:10px;
	min-width:940px;
}

#topicpath #topicInner{
	width:930px;
	margin:0 auto;
	padding:0 10px 0 0;
}

#topicpath #topicInner ul.path{
	padding:5px 0 0 8px;
	overflow:hidden;
	zoom:1;
	color:#000;
}

#topicpath #topicInner ul.path li{
	display:inline-block;
}

#topicpath #topicInner ul.path li span{
	margin-right:8px;
}

#topicpath #topicInner ul.path a{
	margin:0 8px 0 0;
	white-space:nowrap;
}


#topicpath #topicInner .printBtn{
	float:right;
	cursor:pointer;
}

#topicpath #topicInner .socialBtn{
	float:right;
	width:260px;
	margin:2px 10px 0 0;
	font-size:10px!important;
	line-height:1.3;
}

#topicpath #topicInner .socialBtn .twitter,
#topicpath #topicInner .socialBtn .hatena,
#topicpath #topicInner .socialBtn .facebook,
#topicpath #topicInner .socialBtn .googleplus{
	float:left;
	margin-left:10px;
	height:20px;
}

#topicpath #topicInner .socialBtn .twitter{
	margin-left:3px;
}

#topicpath #topicInner .socialBtn .twitter iframe{
	width:68px!important;
}

#topicpath #topicInner .socialBtn .hatena{
	width:20px;
}

.ie8 #topicpath #topicInner .socialBtn .facebook{
	width:auto;
}

@media screen and (max-width:640px){
	#topicpath{
		box-sizing:border-box;
		width:100%;
		padding:0 0 0 15px;
		margin:0 0 15px 0;
		min-width:320px;
	}

	#topicpath #topicInner{
		box-sizing:border-box;
		width:100%;
		padding:0;
		font-size:85%;
		position:relative;
	}

	#topicpath #topicInner ul.path{
		padding:0;
		margin:0;
	}

	#topicpath #topicInne p.sp_home{
		position:relative;
		left:10px;
		top:0;
	}

	#topicpath #topicInner p.sp_home a{
		display:inline-block;
		width:30px;
		height:30px;
		background:#f77656 url(/sites/default/files/inline-images/common/images/co_icon_bullet_004.png) no-repeat 50% 50%;
		background-size:8px 14px;
		text-indent:-9999px;
	}
	#topicpath #topicInner ul{
		position:absolute;
		left:40px;
		top:25%;
	}
	#topicpath #topicInner .printBtn{
		display:none;
	}
	.socialBtn{
		float:right;
		width:260px;
		margin:5px 0 0 0;
		font-size:10px!important;
		line-height:1.3;
	}
	.socialBtn .twitter,
	.socialBtn .hatena,
	.socialBtn .facebook,
	.socialBtn .googleplus{
		float:left;
		margin-left:10px;
		height:20px;
	}
	.socialBtn .twitter{
		margin-left:3px;
	}
	.socialBtn .twitter iframe{
		width:68px!important;
	}
	.socialBtn .hatena{
		width:20px;
	}
	.ie8 .socialBtn .facebook{
		width:auto;
	}
}

/*-------------------------------------------
searchPress for Press Release
-------------------------------------------*/
input[type='radio']{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
}

input[type='checkbox']{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
}

input[type="button"]{
	appearance:none;
	-webkit-appearance:none;
}

.searchPress{
	padding:8px 0 15px;
	border-bottom:1px solid #dedede;
}

.searchPress p.searchTextA01,
.searchPress p.searchTextA03{
	font-weight:bold;
	color:#555;
	font-size:107.7%;
	margin-bottom:8px;
}

.searchPress input.text{
	margin:0 0 8px 0;
	padding:1px 3px;
	/*width:152px;*/
	width:158px;
	height:20px;
	border:#dadada 1px solid;
	vertical-align:top;
}

.searchPress .SelectBlock .select01{
	font-size:11px !important;
}

.searchPress .SelectBlock span.text{
	font-size:11px !important;
}

.searchPress .SelectBlock .select01.hasCustomSelect{
	width:64px;
	height:22px;
	line-height:22px;
	padding:1px 0 0 5px;
}
.searchPress .SelectBlock .select01.customSelect{
	/*width:64px;*/
	width:69px;
	/*height:22px;*/
	height:23px;
	line-height:22px;
	margin-bottom:8px;
	background:url(/sites/default/files/inline-images/common/images/co_form_btn_001.png);
	padding:1px 0 0 5px;
}

.radioBlockA01 .radio01{
	box-sizing:border-box;
	background:url(/sites/default/files/inline-images/common/images/co_form_btn_003.png) no-repeat left top;
	height:14px;
	line-height:14px;
	display:inline-block;
	cursor:pointer;
	overflow:hidden;
	margin:0 0 5px 10px;
	font-size:13px;
}

.radioBlockA01 span.text{
	padding-left:20px;
}

.radioBlockA01 .r_on{
	background-position:left bottom;
}

.checkBlockA01{
	margin-left:10px;
}

.checkBlockA01 .check01{
	background:url(/sites/default/files/inline-images/common/images/co_form_btn_002.png) no-repeat left 0.2em;
	background-size:14px 14px;
	display:inline-block;
	cursor:pointer;
	margin-bottom:10px;
}

.checkBlockA01 span.text{
	padding-left:20px;
	display:block;
	font-size:10px;
}

.checkBlockA01 .c_on{
	background:url(/sites/default/files/inline-images/common/images/co_form_btn_002_active.png) no-repeat left 0.2em;
	background-size:14px 14px;
}

.searchPress input.btn{
	display:block;
	color:#fff;
	box-sizing:border-box;
	background:#fe6253 url(/sites/default/files/inline-images/common/images/co_icon_bullet_001.png) no-repeat 95% center;
	border-radius:4px;
	width:140px;
	padding:8px 20px 8px 15px;
	margin:0 0 0 10px;
	font-size:108%;
	border:none;
}

@media screen and (max-width:640px){
	.searchPress{
		border-bottom:none;
		background:#f6f5e3;
		padding:15px;
		margin-bottom:15px;
	}

	.spSearchBlock{
		width:100%;
		margin:0 auto;
	}

	.searchPress span.text{
		display:inline-block;
		text-align:center;
		letter-spacing:normal;
		font-size: 14px;
	}

	.searchPress option{
		letter-spacing:normal;
	}

	p.searchTextA01{
		font-size:123.1%;
		background:#f8f8f8;
		color:#f77656;
		font-weight:normal;
		padding:5px 10px;
		margin-bottom:20px;
	}

	.searchPress .searchTextA02,
	.searchPress .searchTextA03,
	.searchPress .searchTextA04{
		font-weight:bold;
		color:#555;
		font-size:107.7%;
		margin-bottom:15px;
	}

	.searchPress input.text{
		display:block;
		box-sizing:border-box;
		border:#dadada 1px solid;
		border-radius:4px;
		width:100%;
		margin:0 0 20px 0;
		padding:5px 5px;
		height:40px;
		vertical-align:top;
	}

	.searchPress .SelectBlock .select01.spSelect.hasCustomSelect{
		box-sizing:border-box;
		width:40% !important;
		height:35px !important;
		line-height:44px;
		padding:5px 0 0 10px;
	}

	.searchPress .SelectBlock .select01.spSelect.customSelect{
		box-sizing:border-box;
		border:#dadada 1px solid;
		border-radius:4px;
		width:46%;
		height:35px;
		margin:0 0 15px 0;
		background:#fff url(/sites/default/files/inline-images/common/images/co_form_icon_001.png) no-repeat 95% center;
		background-size:6px 6px;
		padding:5px 0 0 5px;
	}

	.radioBlockA01 li{
		float:left;
		margin-right:15px;
	}

	.radioBlockA01 .radio01{
		background:url(/sites/default/files/inline-images/common/images/co_form_btn_003.png) no-repeat left top;
		height:14px;
		line-height:14px;
		display:block;
		cursor:pointer;
		overflow:hidden;
		margin:0 0 15px 0;
		font-size:13px !important;
		width:100px;
	}

	.radioBlockA01 .r_on{
		background-position:left bottom;
	}

	.checkBlockA01{
		margin-left:0;
	}

	.searchPress input.btn{
		box-sizing:border-box;
		width:100%;
		background:#fe6253 url(/sites/default/files/inline-images/common/images/co_icon_bullet_001.png) no-repeat 95% center;
		border-radius:4px;
		margin:0 0 0 0;
		color:#fff;
		letter-spacing:1em;
		padding:8px 30px 8px 15px;
	}
}


/*-------------------------------------------
contentsSet
-------------------------------------------*/
#contentsSet{
	width:940px;
	margin:0 auto;
	padding:0 0 90px;
	position:relative;
}

body.path-info-termshtml #wrap #rid-subfeatures-fourth #contentsSet{
	padding:0 0 40px;
}

#contentsSet .backTop {
	position:absolute;
	right:10px;
	bottom:20px;
	padding-right:18px;
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_02_s_up.png) 100% 50% no-repeat;
}

.pageTop{
	margin:1em 0;
	text-align:right;
}

.pageTop a{
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_02_s_up.png) no-repeat 100% 50%;
	padding-right:18px;
}

@media screen and (max-width:640px){
	#contentsSet{
		width:100%;
		padding:0 3% 70px;
		box-sizing:border-box;
	}
}

/* mainContents
---------------------------------*/
#mainContentsA01{
	width:460px;
	float:left;
	margin-top:45px;
}

#mainContentsA02{
	width:460px;
	float:right;
	margin-top:45px;
}

#mainContentsB01{
	width:700px;
	float:left;
}

#mainContentsC01{
	width:940px;
	margin-top:45px;
}

#mainContentsC02{
	margin-top:30px;
	width:940px;
	clear:both;
}

#mainContentsD01{
	width:220px;
	float:right;
}

#mainContentsE01{
	width:760px;
	float:right;
}

@media screen and (max-width:640px){
	#mainContentsA01,
	#mainContentsA02,
	#mainContentsB01,
	#mainContentsC01,
	#mainContentsC02,
	#mainContentsD01{
		width:100%;
		margin-bottom:20px;
		padding-bottom:20px;
		box-sizing:border-box;
		box-sizing:-webkit-border-box;
	}

	#mainContentsA01,
	#mainContentsA02,
	#mainContentsC01{
		margin-top:0;
	}

	#mainContentsC01{
		margin-bottom:0;
		padding-bottom:0;
	}

	#mainContentsA01,
	#mainContentsA02,
	#mainContentsB01,
	#mainContentsD01{
		border-bottom:1px solid #dedede;
	}

		#mainContentsC02{
			margin:0;
			padding:15px 0 0 0;
			border-top:1px solid #ff1302;
	}

	#mainContentsE01{
		width:100%;
		float:none;
	}
}

/* sideContents
---------------------------------*/
#sideContents{
	width:160px;
	float:left;
}

#sideContents h2{
	background:#fe6253;
	color:#fff;
	font-size:123.1%;
}

#sideContents h2 a{
	color:#fff;
	display:block;
	padding:5px 10px;
}

@media screen and (max-width:640px){
	#sideContents{
		width:100%;
		float:none;
		margin:20px 0 25px 0;
	}
}

/* localNav
---------------------------------*/
#sideContents ul#localNav li{
	border-bottom:#dedede 1px solid;
	font-size:107.7%;
}

#sideContents ul#localNav li a{
	display:block;
	padding:8px 18px 8px 28px;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_002.png) no-repeat 12px 50%;
}

#sideContents ul#localNav li ul li{
	border:none;
	font-size:90%;
	font-weight:normal;
}

#sideContents ul#localNav li ul li a{
	padding:2px 5px 2px 10px;
}

#sideContents ul#localNav li a:hover{
	background-color: #efefef !important;
	text-decoration: none;
}

#sideContents ul#localNav li ul li a span{
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
}

#sideContents ul#localNav li.active > a{
	color:#fe6253;
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_01_active.png) 98% 50% no-repeat;
}

#sideContents ul#localNav li.lower1.active > a{
	color:#fe6253;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_002_active_down.png) no-repeat 10px 50%;
	border-bottom:1px solid #dedede;
}

#sideContents ul#localNav li.lower1 ul li.active > a{
	color:#fe6253;
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_04_active_s.png) 95% 50% no-repeat;
}

#sideContents ul#localNav li.lower1 > ul{
	margin:5px 0;
	display:block!important;
}

#sideContents ul#localNav li.lower1 a{
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_01_down.png) 98% 50% no-repeat;
}

#sideContents ul#localNav li.lower1 ul li a{
	background:none;
}

#sideContents ul#localNav.pressNav li ul{
	display:none;
}

#sideContents ul#localNav.pressNav li.lower1 ul{
	display:block;
}

/* sideNavBlock
---------------------------------*/
#sideContents #sideNavBlock ul#localNavBlock li{
	border-bottom:#dedede 1px solid;
}

#sideContents #sideNavBlock ul#localNavBlock li a{
	display:block;
	padding:8px 5px 8px 25px;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_002.png) no-repeat 12px 0.9em;
}

#sideContents #sideNavBlock ul#localNavBlock li.linkBlank a {
	background: url(/sites/default/files/inline-images/common/images/icon_blank_02.png) no-repeat 10px 50%;
}

#sideContents #sideNavBlock ul#localNavBlock li a:hover{
	text-decoration:none;
	background-color:#efefef;
}

#sideContents #sideNavBlock ul#localNavBlock li.active a:hover{
	text-decoration:none;
	background-color:#efefef;
}

#sideContents #sideNavBlock ul#localNavBlock li.active a{
	color:#fe6253;
	background:url(/sites/default/files/inline-images/common/images/co_icon_bullet_002_active_down.png) no-repeat 10px 1em;
	font-weight:bold;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav{
	border-top:#dedede 1px solid;
	padding:5px 0 0;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li a{
	font-weight:normal;
	color:#864a30;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li{
	border:none;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.onlyChild{
	border:none;
	padding-bottom:5px;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.lastChild{
	padding-bottom:5px;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li a{
	background-image:none;
	font-size:93%;
	padding:5px 5px 5px 10px;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.active a{
	color:#fe6253;
	font-weight:normal;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li a:hover{
	text-decoration:none;
}

#sideContents #sideNavBlock ul#localNavBlock ul.subNav li a span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
}

#sideContents ul.subList{margin-top:20px;}

#sideContents ul.subList li{

	margin-bottom:0.3em;

	padding-left:10px;

	background:url(/sites/default/files/inline-images/common/images/icon_bullet_05.png) 0 5px no-repeat;

}

@media screen and (max-width:640px){
	#sideContents #sideNavBlock ul#localNavBlock li{
		border-left:#dedede 1px solid;
		border-right:#dedede 1px solid;
		background:#f8f8f8;
	}

	#sideContents #sideNavBlock ul#localNavBlock li a{
		background:url(/sites/default/files/inline-images/common/images/co_menu_bullet_004.png) 97% 50% no-repeat;
		padding:10px 30px 8px 10px;
	}

	#sideContents #sideNavBlock ul#localNavBlock li.linkBlank a {
		background: url(/sites/default/files/inline-images/common/images/icon_blank_02.png) no-repeat 97% 50%;
	}

	#sideContents #sideNavBlock ul#localNavBlock li.active a{
		background:url(/sites/default/files/inline-images/common/images/co_menu_bullet_004.png) 97% 50% no-repeat;
		padding:10px 18px 8px 10px;
	}

	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.active a:hover,
	#sideContents #sideNavBlock ul#localNavBlock li.linkBlank a:hover{
		background-color:#efefef;
	}


	#sideContents #sideNavBlock ul#localNavBlock ul.subNav{
		padding:0;
	}

	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li{
		border-bottom:#dedede 1px solid;
	}

	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.onlyChild{
		border:none;
		padding-bottom:0;
	}

	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.lastChild{
		border-bottom:none;
		padding-bottom:0;
}


	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li a{
		background:#fff url(/sites/default/files/inline-images/common/images/co_menu_bullet_003.png) no-repeat 98.3% 50%;
		padding:10px 30px 10px 10px;
	}

	#sideContents #sideNavBlock ul#localNavBlock ul.subNav li.active a{
		background-color:#fff;
	}
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer{
	background-color:#f4f4f4;
	padding:30px 10px;
	min-width:940px;
}

#footerInner{
	width:940px;
	margin:0 auto;
}

#footerInner .siteCategory{
	font-size:92.3%;
	margin-bottom:15px;
}

#footerInner .siteCategory ul{
	float:left;
}

#footerInner .siteCategory ul.corpo{
	width:20%;
}

#footerInner .siteCategory ul.safety{
	width:25%;
}

#footerInner .siteCategory ul.csr{
	width:19%;
}

#footerInner .siteCategory ul.ir{
	width:21%;
}

#footerInner .siteCategory ul.otherCategory{
	width:15%;
}

#footerInner .siteCategory ul li{
	margin-bottom:15px;
	padding-left:20px;
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_01.png) 0 0.1em no-repeat;
}

#footerInner .siteCategory ul li ul{
	margin:10px 0 0 -10px;
	float:none;
	width:auto;
}

#footerInner .siteCategory ul li ul li{
	margin-bottom:8px;
	padding-left:10px;
	background:url(/sites/default/files/inline-images/common/images/icon_bullet_04_s.png) 0 0.5em no-repeat;
}

#footerInner #groupCompany{
	border-top:1px solid #dfd9d7;
	border-bottom:1px solid #dfd9d7;
	margin:0 0 30px;
	padding:25px 0;
	font-size:92.3%;
}

#footerInner #groupCompany li{
	float:left;
	width:25%;
	padding-left:20px;
	background:url(/sites/default/files/inline-images/common/images/co_icon_blank_001.png) 0 0.2em no-repeat;
}

footer #copyright{
	float:left;
	color:#555;
	font-size:84.6%;
}

footer #footerMenu{
	float:right;
	font-size:84.6%;
}

@media screen and (max-width:640px){
	#footer{
		box-sizing:border-box;
		min-width:320px;
	}

	#footerInner{
		width:100%;
	}

	#footerInner .siteCategory,
	#footerInner #groupCompany{
		display:none;
	}

	footer #footerMenu{
		float:none;
		text-align:center;
		margin-bottom:10px;
	}

	footer #footerMenu span{
		color:#555;
	}

	footer #copyright{
		float:none;
		text-align:center;
	}
}

/*-------------------------------------------
clearfix
-------------------------------------------*/
.clearfix:after,
#spHeader:after,
.dropDown .linkBlockA01 ul:after,
#contentsSet:after,
#siteFunctions:after,
#fontSet:after,
#fontSet ul:after,
#langSet:after,
#navMenus:after,
#navMenus nav:after,
.navWrap:after,
#topicInner:after,
.socialBtn:after,
.siteCategory:after,
#groupCompany:after,
ul.otherCategory:after,
footer:after{
	content:'';
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

.clearfix,
#spHeader,
.dropDown .linkBlockA01 ul,
#contentsSet,
#siteFunctions,
#fontSet,
#fontSet ul,
#langSet,
#navMenus,
#navMenus nav,
.navWrap,
#topicInner,
.socialBtn,
.siteCategory,
#groupCompany,
ul.otherCategory,
footer{
	zoom:1;
}

/*-------------------------------------------
bcpBlock
-------------------------------------------*/
.bcpBlock01{
	width: 100%;
	margin: 0 0 45px 0;
	padding: 20px 0 20px 0;
	background: #f4f4f4;
}

.bcpBlock01 .bcpBlock01Inner{
	max-width: 858px;
	min-height: 338px;
	margin: 0 auto;
	padding: 20px 38px 5px 38px;
	background: url(/sites/default/files/inline-images/common/images/bcp_bg_001.jpg) left top no-repeat #fff;
	border: double #ff2111;
}

.bcpBlock01 .bcpBlock01Inner .headingBlock01{
	margin: 0 0 5px 0;
	font-size: 170%;
	color: #595959;
}

.bcpBlock01 .bcpBlock01Inner .headingBlock02{
	margin: 0 0 25px 0;
	padding: 10px 30px;
	font-size: 138.5%;
	text-align: center;
	color: #ff0e00;
	border-top: double #ff1000;
	border-bottom: double #ff1000;
}

.bcpBlock01 .bcpBlock01Inner .linkBlockB01 dl{
	margin: 0 0 15px 0;
	color: #8f4f2f;
	word-break: break-all;
}

.bcpBlock01 .bcpBlock01Inner .linkBlockB01 .date{
	width: 125px;
	float: left;
	font-size: 115.4%;
	text-align: left;
	color: #6a6a6a;
}

.bcpBlock01 .bcpBlock01Inner .linkBlockB01 .txt01{
	width: 713px;
	float: left;
	padding: 0 0 0 20px;
	font-size: 107.7%;
	color: #8f4f2f;
}

.bcpBlock01 .bcpBlock01Inner .linkBlockB01 a{
	color: #8f4f2f;
}

.bcpBlock01 .bcpBlock01Inner .linkBlockB01 .ico_pdf{
	background:url(/sites/default/files/inline-images/common/images/icon_pdf.png) 0 0.1em no-repeat;
}

@media screen and (max-width:640px){
	.bcpBlock01{
		margin: 0;
		padding: 0 3% 3% 3%;
		background: #fff;
		box-sizing: border-box;
	}

	.bcpBlock01 .bcpBlock01Inner{
		min-height: auto;
		padding: 10px;
		box-sizing: border-box;
	}

	.bcpBlock01 .bcpBlock01Inner .headingBlock02{
		padding: 10px;
	}

	.bcpBlock01 .bcpBlock01Inner .headingBlock01{
		text-align: center;
	}

	.bcpBlock01 .bcpBlock01Inner .linkBlockB01 .date{
		width: 100%;
	}

	.bcpBlock01 .bcpBlock01Inner .linkBlockB01 .txt01{
		width: 100%;
		box-sizing: border-box;
	}
}
.path-info-group-policyhtml .listType2 li,
.path-info-group-policyhtml .listType1 li .listType2 li,
.path-info-group-policyhtml .listType3 li .listType2 li{
	margin-bottom:0.3em;
	padding-left:10px;
	background:url(/common/images/icon_bullet_05.png) 0 5px no-repeat;
	zoom:1;
}