@charset "utf-8";

	
/* メインコンテンツ */

.main_contents{
	width:970px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
	}

.main_contents h1{
	display:none;
	padding-bottom:25px;
	}

.indexBox{
	background-color:#fff;
	width:475px;
	margin:0 0 20px 20px;
	float:left;
	}

.indexBox .indexImg{
	width:475px;
	height:180px;
	position:relative;
	}

.indexBox h2{
	color:#fff;
	font-weight:900;
	font-size:1.25em;
	position:absolute;
	left:0;
	bottom:0;
	padding:0 0 12px 20px;
	}	

.featured-content .entry-header{
	background:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity:0.80;
	padding: 5px 10px;
	min-height:30%;
	width:100%;
	position: absolute;
	bottom: 0;
}

.indexBox h2 span{
	display:block;
	}

.languages .indexImg{
	background:url(/global/special/other/index/images/bg_index01.jpg) no-repeat left top;
	}

.export .indexImg{
	background:url(/global/special/other/index/images/bg_index02.jpg) no-repeat left top;
	}

.column .indexImg{
	background:url(/global/special/other/index/images/bg_index03.jpg) no-repeat left top;
	}
	
.faq .indexImg{
	background:url(/global/special/other/index/images/bg_index04.jpg) no-repeat left top;
	}

.indexBox li {
	line-height:2;
	}

.indexBox .innerBox{
	padding:20px 20px 15px;
	}

.indexBox .innerBox p {
	font-size: 0.9em;
	}
		
.indexBox ul.mainMenu{
	font-size:0.95em;
	}

.indexBox ul.mainMenu li{
	background:url(/global/special/other/index/images/blt_red.gif) no-repeat left 7px;
	padding-left:13px;
	}	

.indexBox ul.mainMenu > li > a{
	}	

.indexBox ul.nestNull li{
	background:none;
	padding-left:0;
	}

.indexBox ul.mmChild {
	font-size:1.05em;
	padding-bottom:5px;
	}

.indexBox ul.mmChild li{
	font-size:0.95em;
	background:url(/global/special/other/common/images/arrow_red.png) no-repeat left 9px;
	padding-left:13px;
	}

.indexBox li.lines{
	line-height:1.5;
	padding-top:3px;
	}
	
.indexBox li span.blank {
	background:url(/global/special/other/common/images/icon_blank.png) no-repeat right 5px;
	padding-right:17px;
	}


/* 640 */
@media screen and (max-width: 640px) {

.main_contents{
	width:100%;
	}

.main_contents h1{
	font-size:0.9em;
	font-weight:normal;
	text-align:center;
	display:block;
	}

.indexBox{
	width:100%;
	margin:0px auto;
	clear:both;
	}

.indexBox h2{
	display:none;
	}

.languages .indexImg{
	background:url(/global/special/other/index/images/sp_bg_index01.jpg) no-repeat center top;
	width:100%;
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding:0;
	}

.export .indexImg{
	background:url(/global/special/other/index/images/sp_bg_index02.jpg) no-repeat center top;
	width:100%;
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding:0;
	}

.column .indexImg{
	background:url(/global/special/other/index/images/sp_bg_index03_new.jpg) no-repeat center top;
	width:100%;
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding:0;
	}

.faq .indexImg{
	background:url(/global/special/other/index/images/sp_bg_index04.jpg) no-repeat center top;
	width:100%;
	height:auto;
	-moz-background-size:100% auto;
	background-size:100% auto; 
	padding:0;
	}

.column .indexImg:before,
.languages .indexImg:before,
.export .indexImg:before,
.faq .indexImg:before{
	content:"";
	display: block;
	padding-top:38%;
	}

.indexBox .innerBox{
	width:94%;
	margin:0 auto;
	padding:3% 0 4%;
	}

.indexBox ul.mainMenu li{
	background:url(/global/special/other/index/images/sp_blt_red.gif) no-repeat left 9px;
	padding-left:3%;
	}	

.indexBox ul.nestNull li{
	background:none;
	padding-left:0;
	}

.indexBox ul.mmChild {
	font-size:1.05em;
	padding-bottom:5px;
	}

.indexBox ul.mmChild li{
	font-size:0.95em;
	background:url(/global/special/other/common/images/sp_arrow_red.png) no-repeat left 16px;
	padding-left:2.8%;
	}

.indexBox li span.blank {
	background:url(/global/special/other/common/images/sp_icon_blank.png) no-repeat right 4px;
	padding-right:26px;
	}
}