@charset "utf-8";
/*------------------------------------------------------------
	productsページ
------------------------------------------------------------*/
#main2 img {
	width:100%;
}
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

#main .topBox {
	min-height: 280px;
	background: url(../img/common/top_bg.jpg) no-repeat top center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/common/main_bg01.jpg',sizingMethod='scale');
}

#main .btmBox {
	min-height: 310px;
	background: url(../img/common/btm_bg02.jpg) no-repeat bottom center;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/common/main_bg02.jpg',sizingMethod='scale');
}

#main h2 {
	margin: -31px 0 8px;
	text-align: center;
}


#main h2 img {
	height: 74px;
}

#main h2 span {
	margin-top: 11px;
	display: block;
	font-size: 21px;
	font-weight: normal;
}

#main p {
	font-size: 21px;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 1px;
}



#main p span {
	display: block;
	margin-top: 26px;
}

#main .text {
	margin-bottom: 102px;
}

#main .txtList {
	margin-bottom: 90px;
	text-align: center;
}

#main .txtList li {
	display: inline-block;
	font-size: 21px;
	line-height: 1.8;
	letter-spacing: 1px;
}

#main .txtList .list {
	padding: 0 160px;
}



table {
		width: 80%;
}

table , td, th {
	border: 1px solid #999;
	border-collapse: collapse;
}







#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:80%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#main .topBox {
		min-height: 60px;
		background: url(../img/common/top_bg.jpg) no-repeat bottom center;
		background-size: cover;
	}
	
	#main .btmBox {
		min-height: 80px;
		background: url(../img/common/btm_bg02.jpg) no-repeat top center;
		background-size: cover;
	}
	
	#main h2 {
		margin: 12px 0 20px;
	}
	
	#main h2 img {
		height: 34px;
	}
	
	#main h2 span {
		margin-top: 14px;
		font-size: 12px;
	}
	
	#main p {
		margin: 0 30px 15px;
		font-size: 16px;
		text-align: left;
		line-height: 1.1;
	}
	
	#main p span {
		margin-top: 20px;
		text-align: center;
	}
	
	#main .text {
		margin-bottom: 50px;
	}
	
	#main .txtList li {
		display: block;
		font-size: 16px;
		line-height: 1.1;
	}
	
	#main .txtList .list {
		padding: 30px 0;
	}
}