@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a img {
	visibility: hidden;
}

#gNavi li:nth-child(2) .subList li:nth-child(2) a {
    background: url(../../../img/common/g_sub_navi06_over.gif) no-repeat left top;
}

#gNavi li:nth-child(2) .subList li:nth-child(2) a img{
    visibility: hidden;
}

.pageTitle {
	margin-bottom: 0;
	background: url(../../../img/service/hikkou/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/service/hikkou/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	width: auto;
}

#main .made {
	margin-bottom: 66px;
	padding: 156px 0 25px;
	min-height: 319px;
	background: url(../../../img/service/hikkou/made_bg.jpg) no-repeat left top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/service/hikkou/made_bg.jpg',  sizingMethod='scale');
}

#main .made .info .title {
	margin-bottom: 11px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

#main .made .info p, 
#main .made .info h2 {
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
    color:#fff;
    -moz-text-shadow: 6px 1px 14px rgba(102, 102, 102, 0.8);
    -webkit-text-shadow: 6px 1px 14px rgba(102, 102, 102, 0.8);
    -ms-text-shadow: 6px 1px 14px rgba(102, 102, 102, 0.8);
    text-shadow: 6px 1px 14px rgba(102, 102, 102, 0.8);
}

#main .made .info .comLink {
	margin: 0 auto;
}

#main .topP {
	margin: 0 auto 34px;
	width: 990px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#main .comImgBox02 .photoBox span {
	height: 351px;
	background: url(../../../img/service/hikkou/photo01.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .photoBox span {
	height: 350px;
	background: url(../../../img/service/hikkou/photo02.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .textBox {
	background-color: #F0F2EE;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../../../img/service/hikkou/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}	

	#main {
		margin: 0;
	}

	#main .made {
		margin-bottom: 36px;
		padding: 62px 0 25px;
		min-height: 113px;
		background: url(../../../img/service/hikkou/sp_made_bg.jpg) no-repeat left top;
		background-size: 100% 100%;
	}
	
	#main .made .info .title {
		margin-bottom: 6px;
		font-size: 18px;
	}
	
	#main .made .info p {
		margin-bottom: 8px;
		font-size: 14px;
		text-align: left;
	}
	
	#main .topP {
		margin: 0 23px 19px;
		width: auto;
		font-size: 14px;
		text-align: left;
	}
	
	#main .comImgBox02 {
		margin-bottom: 40px;
	}

	#main .comImgBox01 .photoBox {
		margin-bottom: 0;
	}
	
	#main .comImgBox01 .textBox {
		padding: 20px 23px 40px;
	}

}

@media all and (min-width: 737px) and (max-width: 1050px) {
	#main .comImgBox03 .textBox .subBox p {
		width: auto;
	}
}