@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/*-------------
全デバイスとスマホ向け
-------------*/
html,body {
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.6;
	font-size: 14px;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

.mb0 {
	margin-bottom: 0!important;
}

.pc-only {
	display: none!important;
}

/*body*/
body {
	width: 100%;
	background: #ffffff;
	font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅';
	color: #333333;
	font-size: 1.0em;
}
a {
	color: #084ea1;
}
a:hover {
	color: #084ea1;
	text-decoration: none;
}

ul.alert-btn {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 10px;
}
ul.alert-btn li {
	display: block;
	width: 48%;
	border-radius: 5px;
}
ul.alert-btn li a {
	display: block;
	padding: 5px 0 10px 0;
	text-decoration: none;
}
.btm-alert {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
ul.alert-btn li.ff-line {
	background: #eee;
}
ul.alert-btn li .icon-paperplane {
	font-size: 38px;
}

/*header*/
header {
	background: #296338;
	padding: 5px 2%;
	overflow: hidden;
}
header h1 {
	width: 42%;
	float: left;
	margin-top: 3px;
}
#header-area {
	display: none;
}
#header-tel {
	width: 55%;
	float: right;
	margin-top: 5px;
}

/*メイン部分*/
#main {
	background-image: url(../images/bg_main_202301.jpg);
	background-size: cover;
	background-position: center center;
	padding: 10px 1%;
}
#main-pc {
	display: none;
}

/*共通*/
.inner {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.movie-contents video {
	width: 100%;
}

/*価格*/
#price {
	text-align: center;
}
#price h3 {
}
.price1 {
	font-weight: bold;
	font-size: 3.5vw;
	margin-bottom: 5px;
}
.price1 span {
	font-size: 2.2vw;
}
.price2 {
	font-weight: bold;
	font-size: 3.5vw;
}
.price2 span {
	font-size: 2.2vw;
}

/*プロによる品質*/
#quality {
	border-top: 1px solid #ccc;
}
#quality h3 {
	text-align: center;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1.4;
	margin-bottom: 12px;
}

/*CVボタン電話*/
.linkBox-new {
	width: 95%;
	margin: 0 auto 30px;
}
.linkBox-new ul {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 6px;
}
.linkBox-new ul li {
	width: 49%;
}
#btn-cv {
	margin-bottom: 30px;
}
.mitsumori {
	width: 95%;
	margin: 0 auto;
}
.btn-cv-in {
	display: block;
	width: 90%;
	margin: 0 auto 5px;
}
.animate69,.a-option69,.a-btnsub69 {-webkit-animation-timing-function: ease-in;-moz-animation-timing-function: ease-in;-o-animation-timing-function: ease-in;animation-timing-function: ease-in;-moz-animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;-o-animation-iteration-count: infinite;-ms-animation-iteration-count: infinite;animation-iteration-count: infinite;}a.a-btn {position:relative;display:inline-block;margin:auto;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}a.a-btn img {display: block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}img.a-option {z-index: 55;position: absolute;}img.a-main {width:100%;position:relative;z-index: 54;}a.shover:hover * {animation-name:none!important;}@-moz-keyframes animate69 {0%{ -moz-transform: skewX(9deg);}10%{ -moz-transform: skewX(-8deg);}20%{ -moz-transform: skewX(7deg);}30%{ -moz-transform: skewX(-6deg);}40%{ -moz-transform: skewX(5deg);}50%{ -moz-transform: skewX(-4deg);}60%{ -moz-transform: skewX(3deg);}70%{ -moz-transform: skewX(-2deg);}80%{ -moz-transform: skewX(1deg);}90%{ -moz-transform: skewX(0deg);}100%{ -moz-transform: skewX(0deg);}}@-o-keyframes animate69 {0%{ -o-transform: skewX(9deg);}10%{ -o-transform: skewX(-8deg);}20%{ -o-transform: skewX(7deg);}30%{ -o-transform: skewX(-6deg);}40%{ -o-transform: skewX(5deg);}50%{ -o-transform: skewX(-4deg);}60%{ -o-transform: skewX(3deg);}70%{ -o-transform: skewX(-2deg);}80%{ -o-transform: skewX(1deg);}90%{ -o-transform: skewX(0deg);}100%{ -o-transform: skewX(0deg);}}@-webkit-keyframes animate69 {0%{ -webkit-transform: skewX(9deg);}10%{ -webkit-transform: skewX(-8deg);}20%{ -webkit-transform: skewX(7deg);}30%{ -webkit-transform: skewX(-6deg);}40%{ -webkit-transform: skewX(5deg);}50%{ -webkit-transform: skewX(-4deg);}60%{ -webkit-transform: skewX(3deg);}70%{ -webkit-transform: skewX(-2deg);}80%{ -webkit-transform: skewX(1deg);}90%{ -webkit-transform: skewX(0deg);}100%{ -webkit-transform: skewX(0deg);}}@keyframes animate69 {0%{ transform: skewX(9deg);}10%{ transform: skewX(-8deg);}20%{ transform: skewX(7deg);}30%{ transform: skewX(-6deg);}40%{ transform: skewX(5deg);}50%{ transform: skewX(-4deg);}60%{ transform: skewX(3deg);}70%{ transform: skewX(-2deg);}80%{ transform: skewX(1deg);}90%{ transform: skewX(0deg);}100%{ transform: skewX(0deg);}}.animate69{-webkit-animation-name: animate69;-moz-animation-name: animate69;-o-animation-name: animate69;animation-name: animate69;}@-moz-keyframes option69 {0%{ -moz-transform: translateX(0);}20%{ -moz-transform: translateX(9%);}50%{ -moz-transform: translateX(5%); }60%{ -moz-transform: translateX(13%);}90%{ -moz-transform: translateX(0);}100%{ -moz-transform: translateX(0);}}@-o-keyframes option69 {0%{ -o-transform: translateX(0);}20%{ -o-transform: translateX(9%);}50%{ -o-transform: translateX(5%); }60%{ -o-transform: translateX(13%);}90%{ -o-transform: translateX(0);}100%{ -o-transform: translateX(0);}}@-webkit-keyframes option69 {0%{ -webkit-transform: translateX(0);}20%{ -webkit-transform: translateX(9%);}50%{ -webkit-transform: translateX(5%); }60%{ -webkit-transform: translateX(13%);}90%{ -webkit-transform: translateX(0);}100%{ -webkit-transform: translateX(0);}}@keyframes option69 {0%{ transform: translateX(0);}20%{ transform: translateX(9%);}50%{ transform: translateX(5%); }60%{ transform: translateX(13%);}90%{ transform: translateX(0);}100%{ transform: translateX(0);}}.a-option69{-webkit-animation-name: option69;-moz-animation-name: option69;-o-animation-name: option69;animation-name: option69;}img.a-option69 {left:0;top:18%;}</style><style type="text/css" class="style_custom">.a-btn69{padding-left:7%!important;}.a-option69{top:10%!important;}.a-option69{width:20%!important;}.a-btn69{max-width:100%!important;}.animate69,.a-btnsub69,.a-option69{animation-duration:1s!important;-webkit-animation-duration:1s;-ms-animation-duration:1s;-moz-animation-duration:1s!important;}

	/*よくあるQ&A*/
	#yokuaru h3 {
		background: #eee;
		padding: 8px 0;
		text-align: center;
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.yokuaru-detail {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.yokuaru-photo {
		margin-bottom: 15px;
	}
	.yokuaru-txt {
		margin-bottom: 30px;
	}
	.yokuaru-txt dt {
		font-size: 14px;
		color: #ffa800;
		margin-bottom: 5px;
	}
	.yokuaru-txt dd {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		color: #00a8ff;
		margin-bottom: 15px;
	}
	
	/*侵入経路*/
	#root {
	}
	#root h3 {
		background: #eee;
		padding: 8px 0;
		text-align: center;
		font-weight: bold;
		font-size: 4.5vw;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.root-txt1 {
		width: 90%;
		margin: 0 auto;
	}
	#root ul {
		list-style-type: none;
		width: 90%;
		margin: 0 auto 20px;
	}
	.root-txt2 {
		width: 90%;
		margin: 0 auto 30px;
		font-weight: bold;
	}
	.root-movie {
		width: 90%;
		margin: 0 auto;
	}
	.root-txt3 {
		width: 90%;
		margin: 0 auto 30px;
		font-weight: bold;
	}
	
	/*なぜ 選ばれる理由*/
	#why {
		width: 90%;
		margin: 0 auto;
	}
	#why h3 {
		margin-bottom: 5px;
	}
	#why ul {
		list-style-type: none;
	}
	#why ul li {
		background: #f1f1f1;
		border-radius: 5px;
		padding: 20px 8%;
		margin-bottom: 15px;
		position: relative;
	}
	.why-no {
		width: 18%;
		position: absolute;
		top: -5px;
		left: -5px;
	}
	#why ul li h4 {
		font-size: 4.8vw;
		margin-left: 12%;
		margin-bottom: 15px;
		line-height: 1.7;
	}
	#why ul li h5 {
		font-size: 3.6vw;
		margin-bottom: 15px;
		color: #ff0000;
	}
	#why ul li h4 span {
		border-bottom: 3px solid #eb6100;
		padding-bottom: 1px;
	}
	#why ul li div {
		margin-bottom: 15px;
	}
	
	/*お客様の声*/
	#revoice {
		border-top: 2px solid #2a5706;
		border-bottom: 2px solid #2a5706;
		padding: 20px 0 10px;
	}
	#revoice h3 {
		width: 96%;
		margin: 0 auto 15px;
	}
	#revoice ul {
		list-style-type: none;
		width: 90%;
		margin: 0 auto;
	}
	#revoice ul li {
		background: #fbe8cd;
		padding: 20px 6%;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.revoice-photo {
		margin-bottom: 12px;
	}
	.revoice-tgt {
		font-size: 15px;
		text-align: right;
		margin-top: 10px;
	}

	/*施工の流れ*/
	#flow {
		background: #f7ee13;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	#flow h2 {
		width: 100%;
		margin-bottom: 10px;
	}
	#flow ul {
		width: 90%;
		margin: 0 auto;
		list-style-type: none;
	}
	.flow-ct {
		background: #fff;
		padding: 10px 6%;
		overflow: hidden;
	}
	.flow-photo {
		width: 80%;
		margin: 0 auto 10px;
	}
	.flow-arrow {
		width:20%;
		margin-left: auto;
		margin-right: auto;
	}
	#flow h3 {
		font-size: 4.1vw;
		margin-bottom: 4px;
	}
	
	/*会社概要*/
	#company {
	}
	#company h2 {
		text-align: center;
		font-weight: bold;
		font-size: 6vw;
		margin-bottom: 15px;
	}
	#company table {
		width: 90%;
		margin: 0 auto 30px;
		font-size: 14px;
		line-height: 1.5;
	}
	#company table th {
		padding: 10px;
		border-bottom: 2px solid #333;
		white-space: nowrap;
	}
	#company table td {
		padding: 10px;
		border-bottom: 1px solid #333;
	}
	
	/*資料請求フォーム*/
	#seikyu {
	}
	.header_rmesg {
		font-size: 95%;
	}
	ul.taiou-date li {
		display: inline-block;
	}
	
	/*footer*/
	footer {
		background: #296338;
		width: 100%;
		padding-top: 15px;
		color: #fff;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		color: #fff;
	}
	.footlogo {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	.footlogo img {
		width: 100%;
		max-width: 897px;
	}
	.cominfo {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 70%;
	line-height: 1.7;
	margin-top: 10px;
}
address {
	font-size: 50%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 100px;
}
#foot-fix-all {
	width: 100%;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 99999;
	display: block;
}
#foot-fix {
	background: #fffb5c;
	width: 100%;
}
#foot-fix2 {
	background: #ff0000;
	padding: 5px 3%;
}
.ff-copy {
	font-size: 4.8vw;
	color: #c1312a;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 3px 0 4px 0;
}
#foot-fix ul {
	list-style-type: none;
	width: 100%;
	display: table;
}
#foot-fix ul li {
	display: table-cell;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.3;
}
#foot-fix ul li a {
	display: block;
	letter-spacing: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 8px;
}
.ff-phone {
	width: 34%;
	background: #1d4e9c;
}
.ff-phone a {
	color: #fff;
}
.icon-phone1 {
	font-size: 8vw;
}
.ff-form {
	width: 33%;
	background: #d22d25;
}
.ff-form a {
	color: #fff;
}
.icon-paperplane {
	font-size: 8vw;
}
.ff-line {
	width: 33%;
	background: #fff;
	padding-top: 5px;
	line-height: 1.4;
}
.ff-line a {
	color: #000;
}
.icon-line {
	font-size: 8vw;
}

#html-alert {
background: #4fb1ca;
}
#alert {
width: 95%;
margin: 15px auto;
}
.alert-copy {
margin-bottom: 10px;
}
.alert-price {
margin-bottom: 10px;
}
.btn-alert-tel {
width: 95%;
margin: 15px auto;
}
.btn-alert-mail {
width: 90%;
margin: 0 auto;
}

/*2019追加*/
#ro {
margin-bottom: 30px;
}
#ro_order{
list-style:none;
margin-top: 1px;
margin-right: 1px;
padding:1px;
}
#ro_order li{
width:100%;
height:50px;
border:1px solid #999;
margin-bottom:3px;
}
#ro_order li img{
width:50px;
height:50px;
margin:10px;
display: block;
float:left;
}
#ro_order li{
font-size:0.95em;
}
.money{
font-size:1.0em;
color: #ed0a17;
font-weight:bold;
padding: 0 5px;
}
.ureyuki{
	height: 30px;
	padding: 5px;
	text-align: center;
	background-color: #6A6A6A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}

/*別ページ*/
#contents {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
#contents h2 {
	text-align: center;
	background: #eeeeee;
	border-radius: 5px;
	padding: 7px 0;
	margin-bottom: 15px;
	font-size: 4vw;
}
#contents table {
	font-size: 14px;
}
#contents table th {
	padding: 10px;
	background: #333;
	color: #fff;
	border: 1px solid #fff;
}
#contents table td {
	padding: 10px;
	border: 1px solid #cecece;
}

/*-------------
PC向け（680px以上）
-------------*/
@media only screen and (min-width: 680px) {

a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.sp-only {
	display: none!important;
}
.pc-only {
	display: block;
}

/*body*/
body {
}
p {
	font-size: 16px;
}
/*header*/
header {
	padding: 20px 0;
}
#header-inner {
	width: 980px;
	margin: 0 auto;
}
header h1 {
	width: 250px;
	float: left;
	margin-top: 13px;
}
header h1 img {
	width: 250px;
}
/*#header-area {
	display: block;
	width: 290px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}*/
#header-tel {
	width: 340px;
	float: right;
}
#header-tel img {
	width: 340px;
}

/*メイン部分*/
#main {
	padding: 6px 0 15px;
}
#main-sp {
	display: none;
}
#main-pc {
	display: block;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
		}
		
		/*共通*/
		.inner {
			width: 1020px;
			margin: 0 auto;
			padding-top: 30px;
			padding-bottom: 30px;
		}
		.movie-contents video {
			width: 100%;
		}
		
		/*価格*/
		#price h3 {
			width: 840px;
			margin: 0 auto;
		}
		.price1 {
			font-size: 33px;
			margin-bottom: 10px;
		}
		.price1 span {
			font-size: 22px;
		}
		.price2 {
			font-size: 33px;
		}
		.price2 span {
			font-size: 22px;
		}

		/*プロによる品質*/
		#quality {
		}
		#quality h3 {
			font-size: 33px;
			margin-bottom: 20px;
		}
		
		/*CVボタン電話*/
		.linkBox-new {
			width: 800px;
			margin: 0 auto 50px;
		}
		.linkBox-new ul {
			margin-bottom: 15px;
		}
		.linkBox-new ul li {
			width: 49%;
		}
		#btn-cv {
			margin-bottom: 30px;
		}
		.mitsumori {
			width: 770px;
			margin: 0 auto;
		}
		.btn-cv-in {
			display: block;
			width: 600px;
			margin: 0 auto 5px;
		}
		
		/*よくあるQ&A*/
		#yokuaru h3 {
			padding: 15px 0;
			font-size: 33px;
			margin-bottom: 20px;
		}
		.yokuaru-detail {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			width: 1020px;
			margin: 0 auto;
			align-items: center;
		}
		.yokuaru-photo {
			width: 30%;
			margin-bottom: 0;
		}
		.yokuaru-txt {
			width: 65%;
			margin-bottom: 0;
		}
		.yokuaru-txt dt {
			font-size: 16px;
			margin-bottom: 10px;
		}
		.yokuaru-txt dd {
			font-size: 16px;
			margin-bottom: 20px;
		}
		.yokuaru-txt dd:last-child {
			margin-bottom: 0;
		}
	
		/*侵入経路*/
		#root {
		}
		#root h3 {
			padding: 15px 0;
			font-size: 33px;
			margin-bottom: 20px;
		}
		.root-txt1 {
			width: 1020px;
			margin: 0 auto;
			text-align: center;
		}
		#root ul {
			width: 1020px;
			margin: 0 auto 30px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.root-txt2 {
			width: 1020px;
			margin: 0 auto 30px;
		}
		.root-movie {
			width: 800px;
			margin: 0 auto;
		}
		.root-txt3 {
			width: 800px;
			margin: 0 auto 30px;
		}
		
		/*なぜ 選ばれる理由*/
		#why {
			width: 1020px;
			margin: 30px auto;
		}
		#why h3 {
			width: 700px;
			margin: 0 auto 20px;
		}
		#why ul {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		#why ul li {
			width: 25%;
			padding: 20px 35px;
			margin-bottom: 30px;
		}
		.why-no {
			width: 70px;
			position: absolute;
			top: -10px;
			left: -10px;
		}
		#why ul li h4 {
			font-size: 24px;
			margin-left: 30px;
			margin-bottom: 15px;
			line-height: 1.7;
		}
		#why ul li h5 {
			font-size: 18px;
			margin-bottom: 15px;
		}
		#why ul li h4 span {
		}
		#why ul li div {
			margin-bottom: 15px;
		}

		/*お客様の声*/
		#revoice {
			border-top: 3px solid #2a5706;
			border-bottom: 3px solid #2a5706;
			padding: 30px 0 38px;
		}
		#revoice h3 {
			width: 720px;
			margin: 0 auto 10px;
		}
		#revoice ul {
			width: 1020px;
			margin: 0 auto;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		#revoice ul li {
			width: 430px;
			padding: 30px 33px;
			border-radius: 15px;
			margin-bottom: 0;
		}
		.revoice-photo {
			margin-bottom: 18px;
		}
		.revoice-tgt {
			font-size: 15px;
			margin-top: 15px;
		}

		/*施工の流れ*/
		#flow {
			padding-top: 30px;
			padding-bottom: 30px;
		}
		#flow h2 {
			width: 760px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 15px;
		}
		#flow ul {
			width: 880px;
		}
		.flow-photo {
			width: 39%;
			float: left;
			margin: 0 25px 10px 0;
		}
		.flow-ct {
			padding: 25px 35px;
		}
		.flow-arrow {
			width:100px;
		}
		#flow h3 {
			font-size: 24px;
			margin-bottom: 12px;
		}
		
		/*会社概要*/
		#company {
		}
		#company h2 {
			font-size: 33px;
			margin-bottom: 20px;
		}
		#company table {
			width: 1020px;
			margin: 0 auto 30px;
			font-size: 15px;
			line-height: 1.5;
		}
		#company table th {
			padding: 16px;
			border-bottom: 3px solid #333;
		}
		#company table td {
			padding: 16px;
			border-bottom: 1px solid #333;
		}



/*資料請求フォーム*/
#seikyu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: #f4f4f4;
	padding-left: 40px;
	padding-right: 40px;
}
#seikyu h2 {
	font-size: 125%;
	margin-bottom: 20px;
	padding: 10px;
}
.header_rmesg {
	font-size: 105%;
}
ul.taiou-date li {
	display: inline-block;
}


/*footer*/
footer {
	padding-top: 25px;
}
.footlogo {
	width: 300px;
}
.footlogo img {
	width: 300px;
}
.cominfo {
	width: 980px;
	font-size: 110%;
	margin-top: 15px;
}
address {
	font-size: 70%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 70px;
}
#seikyu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#foot-fix {
	display: none;
}

#html-alert {
background: #4fb1ca;
}
#alert {
width: 600px;
margin: 30px auto;
}
.alert-copy {
margin-bottom: 20px;
}
.alert-price {
margin-bottom: 20px;
}
.btn-alert-tel {
width: 500px;
margin: 20px auto;
}
.btn-alert-mail {
width: 450px;
margin: 0 auto;
}

/*別ページ*/
#contents {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
#contents h2 {
	padding: 12px 0;
	margin-bottom: 20px;
	font-size: 20px;
}
#contents table {
	font-size: 14px;
}
#contents table th {
	padding: 10px;
	background: #333;
	color: #fff;
	border: 1px solid #fff;
}
#contents table td {
	padding: 10px;
	border: 1px solid #cecece;
}

}