@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:180%;
}

article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	border:0;
	vertical-align:bottom;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

li {
	list-style:none;
}

.box {
	border:solid 1px #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



/* CSS Document */

input[type="text"] {
	color:#999;
}



/* CSS Document */

header {
	border-top:solid 10px #444444;
}
header h1 {
	background:url(../images/top_sub_bg.jpg) repeat-x;
}
header h1 img {
	display:block;
	margin:0 auto;
}



/* CSS Document */

.top_banner {
	background:url(../images/top_bg.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center top;
	width:100%;
	margin:0 0 20px;
	padding:10px 0;
}
.top_banner li img {
	display:block;
	margin:20px auto;
}
.top_banner a {
	display:block;
	width:602px;
	margin:0 auto 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#000;
}
.top_banner a img {
	width:100%;
}



/* CSS Document */

#wrap {
	border:solid 1px #EEE;
	background:#FFF;
	width:900px;
	margin:0 auto;
	padding-top:20px;
	-webkit-box-shadow: 0 0 10px 0 #EEE;
	-moz-box-shadow: 0 0 10px 0 #EEE;
	box-shadow: 0 0 10px 0 #EEE;
}



/* CSS Document */

.menu {
	width:240px;
	padding:0 30px 0 0;
	display:table-cell;
	vertical-align:top;
}
.menu dl dt {
	background:#00C300;
	color:#FFF;
	padding:5px 7px 4px;
	font-size:70%;
	line-height:100%;
	font-weight:bold;
}

.menu dl.list {
	width:210px;
}
.menu dl.list dd {
	border:solid 1px #DDD;
	border-top:0;
	padding:7px 8px 8px;
}
.menu dl.list dd .btn img {
	width:100%;
	display:block;
}
.menu dl.list dd  .mail_bt_text {
	text-align:center;
	font-size:60%;
	line-height:150%;
	margin:5px 0;
}
.menu dl.list dd .form .address input[type="text"] {
	width:100%;
	padding:3px;
	margin:0 0 8px;
	border:solid 1px #CCC;
}
.menu dl.list dd .form .button input {
	display:block;
	width:100%;
	cursor:pointer;
}


.menu dl.profile {
	margin:10px 0;
}
.menu dl.profile dd {
	border:solid 1px #DDD;
	border-top:0;
	padding-top:1px;
}
.menu dl.profile dd div {
	width:70%;
	margin:0 auto;
}
.menu dl.profile dd div img {
	width:100%;
	display:block;
}
.menu dl.profile dd h2 {
	font-size:80%;
	line-height:130%;
	text-align:center;
	margin:5px 10px 10px;
}
.menu dl.profile dd h2 small {
	font-size:70%;
	line-height:130%;
	margin:0 5px 0 0;
}
.menu dl.profile dd h3 {
	font-size:80%;
	line-height:130%;
	text-align:center;
	margin:20px 10px 10px;
	background:#00C300;
	color:#FFF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:2px 0 0;
}
.menu dl.profile dd p {
	font-size:70%;
	line-height:150%;
	margin:5px 12px;
}
.menu dl.profile dd ul {
	margin:10px;
	font-size:70%;
	line-height:130%;
	text-align:center;
}
.menu dl.profile dd ul li {
	margin:10px 0;
}
.menu dl.profile dd ul li img {
	display:block;
	width:50%;
	margin:0 auto 5px;
}



/* CSS Document */

.main {
	width:660px;
	padding:0 30px 30px 30px;
	display:table-cell;
	vertical-align:top;
}


.main .img {
}
.main .img img {
	display:block;
	width:100%;
}


.main h2 {
	margin:50px 0 30px;
}
.main h2:first-child {
	margin-top:0;
}
.main h2 img {
	display:block;
}
.main h3 {
	margin:30px 0;
}


.main .text {
	margin:20px 0;
}
.main .text p {
	margin:20px 0;
}
.main .text p img {
	display:block;
	width:100%;
	margin:30px 0;
}


.check {
	margin:30px 0;
	font-weight:bold;
}
.check li {
	background:url(../images/check.jpg) no-repeat;
	background-position:left center;
	background-size:20px;
	padding:5px 0 10px 30px;
	margin:10px 0;
	border-bottom:dotted 1px #CCC;
}


.main .btn {
	text-align:center;
	margin-top:-10px;
}
.main .mail_bt_text {
	text-align:center;
	font-size:90%;
	line-height:130%;
	margin:10px 0;
}
.main .form {
	margin:0 0 30px;
	border:solid 10px #EEE;
	padding:20px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.main .form:last-child {
	margin-bottom:0;
}
.main .form .address input[type="text"] {
	width:100%;
	padding:5px;
	margin:0 0 10px;
	border:solid 1px #CCC;
	font-size:180%;
	line-height:100%;
}
.main .form .button input {
	display:block;
	width:100%;
	cursor:pointer;
}




/* CSS Document */

.voice {
	background:#00C300;
	padding:20px;
	margin:-20px 0 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	color:#FFF;
}
.voice dt {
	margin:0 0 10px;
	font-size:115%;
	line-height:130%;
}
.voice dd {
	font-size:80%;
	line-height:160%;
	margin:0 0 30px;
	padding:0 0 30px;
	border-bottom:dashed 1px #FFF;
}
.voice dd:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

.voice2 {
	padding:20px;
	margin:-20px 0 30px;
	border:solid 1px #EEE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.voice2 dt {
	margin:0 0 10px;
	color:#666;
	font-size:115%;
	line-height:130%;
	font-weight:bold;
}
.voice2 dd {
	color:#999;
	font-size:90%;
	line-height:180%;
	margin:0 0 30px;
}
.voice2 dd:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}



.newyear {
	margin:40px 0;
}
.newyear img {
	display:block;
}


.container {
	font-size:200%;
	line-height:130%;
	padding:10px 0 0;
	background:#444;
	color:#FFF;
	margin:0 0 -5px;
	text-align:center;
}
#Timer {
	font-size:150%;
	line-height:130%;
}




/* CSS Document */

footer {
	background:#00C300;
	margin:20px 0 0;
}

footer ul {
	width:900px;
	margin:0 auto;
	padding:15px 0 10px;
	text-align:center;
}
footer ul li img {
	display:block;
	margin:0 auto 10px;
}
footer ul li {
	font-size:70%;
	line-height:130%;
	color:#FFF;
	margin:5px 0;
}
footer ul li a {
	color:#FFF;
	text-decoration:none;
	margin:0 10px;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}

.center {
	text-align:center;
}

.big {
	font-size:120%;
	line-height:130%;
}