@charset "UTF-8";

/* CSS Document */

/***GENERAL***/
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	background: #000;
	font-size: 15px;
	line-height: 1.8;
}

section {
	margin: 0 auto;
	padding: 0 10px 30px;
}

a,
a:link,
a:visited {
	color: #31a7f2;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

.f13 { font-size: 13px; }
.f18 { font-size: 18px; }

.cRed { color: #c00; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px; !important; }

.opacity:hover{
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75)";
}

.both {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/***HEADER***/
header {
	width: 100%;
	background: url(../image/bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 40px;
	margin-bottom: 30px;
	display: block;
}
header h1 {
	margin: 0 auto;
}


/***FOOTER***/
footer {
	width: 100%;
	background: #979797;
	margin-top: 60px;
	padding: 30px 0;
	color: #fff;
}
footer address {
	margin: 0;
	font-size: 12px;
	text-align: center;
}


/*** CONTENT ***/
#content {
	background: #000;
	margin: -70px 0;
	padding-top: 50px;
}
#content .container {
	width: 900px;
	margin-top: 40px;
	padding-bottom: 30px;
	background: #fff;
}

.sub {
	margin: -30px -25px 10px;
	padding: 12px 15px;
	color: #fff;
	background: #31a7f2;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.1em;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
}

.gbox {
	width: auto;
	margin: 20px 0;
	padding: 10px 20px 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #eeeeee;
}

ul.iconList {
	margin: 20px 0;
	padding: 15px 20px 10px;
	list-style: none;
	border: 2px solid #c00;
	font-weight: bold;
}
ul.iconList li {
	margin: 0;
	padding: 0 0 5px 30px;
	background: url(../image/iconList.png) 0 0 no-repeat;
}


/*----- Form -----*/
form {
	margin: 0;
	padding: 0;
	text-align: center;
}

form .txtBox {
	width: 300px;
	height: 33px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 5px;
	padding: 0 10px;
}

form .btnTouroku {
	display: inline-block;
	width: 210px;
	height: 33px;
	line-height: 33px;
	margin: 0 0 0 5px;
	padding: 0 15px;
	background: #d2373b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 17px;
	border: none;
}
form .btnTouroku:hover {
	opacity:0.7;
	filter: alpha(opacity=7);
	-ms-filter: "alpha( opacity=7 )";
	text-decoration: none;
	color: #fff;
}


/*----------------------------------
 * RESPONSIVE
 *---------------------------------*/
 @media (max-width: 900px) {
 	#content .container {
		width: auto;
	}
 }

@media (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.7;
	}
	.sub {
		font-size: 18px;
	}
	.f13 {
		font-size: 12px;
	}
	.f18 {
		font-size: 16px;
	}
	form .txtBox {
		width: auto;
		margin: 5px auto 15px;
	}
}

/*----- Thanks Page -----*/
.btn-gotop {
	margin: 20px 0 40px;
	color: #fff!important;
	text-decoration: none!important;
}
