@charset "utf-8";
/* CSS Document */


#mainwrap {
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display:block !important;
	margin-bottom: 20px;
}
#mainwrap img, #mainwrap_mp img {
	width: 100%;
	height: auto;
}
#mainwrap_mp {
	display: none !important;
}
#submit {
	text-align: center;
}

@media only screen and (max-width: 700px) {
#mainwrap_mp {
	width: 100%;
	max-width:500px;
	height:auto;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display:block !important;
}
#mainwrap {
	display: none !important;
}

}


/************************************************************
 * 概要テーブル
************************************************************/
.content table {
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.content table th {
	background-color:#307992;
	border-bottom:#FFF 1px dotted;
	color:#FFFFFF;
	padding:10px 25px;
	text-align:right;
}

.content table td {
	border-bottom:#999 1px dotted;
	padding:10px 25px;
	text-align:left;
}
.freetxt {
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

@media only screen and (max-width: 600px) {

.content table th {
	padding:6px 10px;
	width:20%;
}

.content table td {
	padding:6px 10px;
}
}



@media only screen and (max-width: 600px) {
.gaiyoph {
	width:calc(44% - 14px);
	margin-left:2%;
	margin-right:2%;
	display:inline-block;
	vertical-align:top;
	border:#999999 1px solid;
	padding:6px;
	max-width:438px;
	margin-bottom:20px;
}
}

.soshinbtn {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	font-size: 1.2em;
	border: 2px solid #307992;
	color: #307992;
	font-weight: bold;
	background-color: #FFF;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	margin-bottom:50px;
}
.soshinbtn a:hover {
	background-color: #307992;
	color: #FFF;
}



.hissu {
	font-size:0.7em;
	background-color:#C30;
	padding:0px 5px;
	color:#FFFFFF;
	text-align:center;
}

.gotopbtn {
	width:90%;
	max-width:800px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background-color: #000;
	transition: background-color 0.8s;
	border: 1px solid #000;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
}
.gotopbtn a {
	text-decoration: none;
	color: #FFF;

}
.gotopbtn:hover {
	background-color: #AF744F;
	border: 1px solid #AF744F;
}

.message{
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}

