@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	margin: 0;
}
h1{
	margin: 0;
	font-size: 15px;
}
h2 {
	background-color: #0259B9;
	height: 80px;
	width: 100%;
	padding-top: 32px;
	margin-top: 30px;
}

h4 {
	font-size: 28px;
	text-align: left;
}

h5 {
	font-size: 25px;
	color: #0259B9;
}

.contact a img {
	margin-top:10px
	margin-bottom: 10px;
	padding-top: 3px;
}

/* header */

#container {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#header .title {
	float: left;
}


/* content */

#contents {
	text-align: center;
	width: 100%;
	margin-top: 5px;
}

.clearfix .left {
	float: left;
}
p {
	text-align: left;
}

/* main */

#main .bg {
	height: 458px;
	width: 100%;
	background-image: url(../img/main/background.png);
}
.bg .wrap {
	z-index: 2;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main .main_img {
	margin-top: -126px;
	 z-index: 1;
	  position: relative;
}

#main .contact {
	text-align: center;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
/* melit */

#contents .melit {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.melit ul li {
	list-style:none;

}

ul li dl dt {
	float: left;
	margin-right: 38px;

}

.melit ul li dl dd {
	text-align: left;
	width: 700px;
	margin-left: auto;
	padding-right: 50px;
	height: auto;
}


/* preparation */

.preparation {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
h3 {
	text-align: left;
}


ul li {text-align: left;

}

.preparation ul li {
	font-size: 22px;
}

/* mind */
.mind .clearfix {
	height: 250px;
	width: 960px;
	margin-top: 5px;
}


#contents .mind {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.mind .clearfix .right {
	float: right;
}
.mind .clearfix .left p {
	width: 600px;
}
.mind-btn{
	position: absolute;
	top: 70px;
	left: 100px;
	z-index: 10;
}

/* contact */

.cont .clearfix {
	height: 360px;
	width: 960px;
	margin-top: 20px;
}


#contents .cont {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.cont .clearfix .right {
	float: right;
}

tbody tr th {
	width: 130px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0159B8;
	height: 47px;
	text-align: left;
	padding-left: 20px;
}
tbody tr td {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	width: 315px;
	padding-left: 20px;
}

/* footer */

#footer {
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 20px;
	padding-top: 30px;
	height: 80px;
}


.red{
	color: red;
}
.tac{
	text-align: center;
}

.box-contact{
	padding: 20px;
	border: #000 1px solid;
}

table, tr, th, td, a, img{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.contact-wrap{
	width: 680px;
	margin: 20px auto;
}
.table-contact{
	width: 100%;
	margin: 20px 0;
	border-bottom: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
.table-contact th{
	width: 190px;
	padding: 10px 20px;
	vertical-align: top;
	background: #8FC4FE;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
.table-contact td{
	padding: 0 20px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
input{
	font-size: 119%;
	width: 300px;
}
.address{
	margin-bottom: 10px;
}
.address input{
	width: 200px;
}
textarea{
	padding: 1% 2%;
	margin: 10px 0;
	width: 95%;
	height: 10em;
	resize: none;
}
input[type="submit"]{
	padding: 10px 60px;
	width: auto;
	color: #FFF;
	font-size: 158%;
	background: #0259B9;
	border: none;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
}
input[type="submit"]:hover{
	background: #0239A9;
}
input[type="submit"]:active{
	background: #021999;
}

.opa:hover {
    filter: alpha(opacity=75);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -moz-opacity: 0.75; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}