@charset "utf-8";



/*
 *		ボタン
*/


.btn {
display: block;
margin: 0px auto 0;
width: 553px;
height: 100px;
background: url("../images/button3.jpg") center top no-repeat;
text-indent: -9999px;
}

.btn:hover {
background-position:  center bottom;
}


/*
 *		ボタンここまで
 */


/*
 *		フォーム


.submit {
	margin: 30px -90px 30px;
	padding-top:148px;
	width:980px;
	height:516px;
	font-size:30px;
	background:url(../images/bg_form.png) center top no-repeat #EEE;
	}
.submit .btn {
	display:block;
	margin:10px auto 0;
	width:553px;
	height:65px;
}
.deco {/* フォームの入力欄装飾用 
	display:block;
	margin:10px auto;
	padding:10px 6px 4px;
	width:553px;
	height:65px;
	text-align:center;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#54b2de;
	-moz-box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 2px 9px -6px rgba(0, 0, 0, 0.5);
	border-radius:6px;
	background:#fff;
	border: 2px solid #000000;
}

 *		フォームここまで


/*
 *		テーブル１
 */

.table1 {
	margin: 50px auto 20px;
	width:800px;
	border: 1px solid #ddd;
	background: #fff;
}

.table1 caption {
	padding:0.4em 0;
	width:800px;
	border: 1px solid #ddd;
	background: #88abda;
	/*
	background: -webkit-linear-gradient       (top, #d70035 0%, #A13323 100%);
	background:         linear-gradient( to bottom, #d70035 0%, #A13323 100%);
	 */
	color:#ffffff;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	font-size:1.5em;
	text-align:center;
	vertical-align:middle;
}

.table1 th {
	padding: 1em 1.2em;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	font-size:1em;
}
.table1 td {
	padding: 1em 1.2em;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.table1 th {
	width:120px;
	background: #f5f5ff;
	background: -webkit-linear-gradient       (top, #fafaff 0%, #f5f5ff 100%);
	background:         linear-gradient( to bottom, #fafaff 0%, #f5f5ff 100%);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: normal;
	text-align:center;
}



/*
 *		テーブル2
 */

.table2 {
	margin: 50px auto 20px;
	width:800px;
	border: 1px solid #ddd;
	background: #fff;
}
.table2 caption {
	padding:0.4em 0;
	width:800px;
	border: 1px solid #ddd;
	background: #88abda;
	/*
	background: -webkit-linear-gradient       (top, #d70035 0%, #A13323 100%);
	background:         linear-gradient( to bottom, #d70035 0%, #A13323 100%);
	 */
	color:#ffffff;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	font-size:1.5em;
	text-align:center;
	vertical-align:middle;
}

.table2 td {
	padding: 20px 25px 60px 25px;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	color:#3d474d;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	font-size:2em;
	text-align:center;
}


.cen {text-align: center; }


body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size:100%;/* 16px */
	/*font-size:112.5%; 18px */
	/*	font-size:131.25%; 21px */
	line-height:1.8;
	background:url(../images/bg.png);
}
h1 {
	height:805px;
	background:url(../images/header.jpg) center top no-repeat;
	text-indent:-9999px;
	}
h2 {
	margin:0px -90px;
	width:980px;
	font-size:larger;
	}

h3 {
	margin:0px -90px;
	width:980px;
	font-size:larger;
	
	}

img {
	display:block;
	margin:0 auto;
}

.large {
	font-size:120%;
	}

.xlarge {
	font-size:144%;
	}

.xxlarge {
	font-size:172.8%;
	}
.small {
	font-size:82.5%;
	}
.xsmall {
	font-size:62.5%;
	}
.xxsmall {
	font-size:56.25%;
	}	
.u {
	text-decoration:underline;
}
.red {
	color:red;
}
.highlight {
	background-color:#FFFF00;
}
.redhigh {
	color:red;
	background-color:#FFFF00;
	}

strong {
	font-weight:bold;
	}
#wrapper {
	margin:0 auto;
	background:url(../images/shadow.png) center top repeat-y;
}
main {
	margin:0 auto;
	padding: 0 90px;
	width:980px;
	background:#fff;
	color:#000;
}
footer {
	margin:50px -90px 0;
	padding:20px 90px;
	background:#4b749e;
	color:#fff;
	text-align:center;
}
footer a {
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
}
address {
	font-style:normal;
}

ul {
	margin:50px auto;
	padding:20px 30px;
	width:587px;
	border: 3px solid #E00;
	border-radius:6px;
	font-weight:bold;
	box-shadow:0 2px 6px rgba(0,0,0,0.5);
	}
	
ul li {
	position:relative;
	margin-top:1em;
	padding-left:24px;
	background:url(../images/check.png) left center no-repeat;
	}

ul li:first-child {
	margin-top:0;
}

/*
 *		特商法
 */	

/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:720px;
	margin:30px auto 30px;
	background:#ccc;
}
.tb01 .title{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color:#EBEBEB;
	padding:6px;
	width:25%;
}
.tb01 td{
	font-size: 12px;
	vertical-align: top;
	background-color:#FFFFFF;
	padding:6px;
}

	
@media screen and (max-width: 1023px) {
	h1 {
		width:980px;
		height:805px;
		text-indent:-9999px;
		background:url(../images/header_s.jpg) center top no-repeat;
		}
	main {
		width:980px;
		font-size: 200%;
	}
}