@charset "UTF-8";
/* CSS Document */

* {
	/zoom : 1;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
body {
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3 {line-height: 100%;}
img {
	max-width: 100%;
}


#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

section {
	padding: 20px 50px 70px 50px;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.h1_btm {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
h2 {
	font-size: 180%;
	padding: 10px;
	border-bottom: 5px solid #B5B5B5;
	background-image: url(img/logo_s.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}


table.spec {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 5px;
}
.spec tr {
	background-color: #d6d7e4;
}
.spec tr:nth-of-type(2n) {
	background-color: #ededf2;
}
.spec th, .spec td {
	padding: 10px;
	text-align: center;
}
.spec th {
	width: 50% !important;
	font-weight: normal;
}
.spec th.w20 {
	width: 20% !important;
	font-weight: normal;
}
.spec td {
	width: 50% !important;
}
.spec td.w20 {
	width: 20% !important;
}
.spec .sp1 {
	font-weight: bold;
	color: #FFF;
	background-color: #444ca7;
}

.box {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	margin-bottom: 20px;
}
.box2 {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin-right: 10px;
}
.box3 {
	display: inline-block;
	vertical-align: top;
	width: 180px;
}
.box4 {
	background-color: #fcf0d8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	border: 3px solid #fdbf2c;
}

.mr {margin-right: 20px;}
.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}

.alignC {text-align: center;}
.alignR {text-align: right;}

.relative {position: relative;}
.bold {font-weight: bold;}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

.price {
	font-size: 200%;
	color: #F00;
}


@media only screen and (min-width:481px) {
	
.sp {display:none;}

}


@media only screen and (max-width:768px) {

#wrapper,
h2 {
	width: auto;
	left: 20px;
	top: -20px;
}
.box,
.box2,
.box3 {
	width: 100%;
	display: block;
}

.mr {margin-right: 0;}


}
