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

*{
	margin:0;
	padding:0
}
body{
	/*min-width:961px;
	height:100%;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #777;
    line-height: 1.6em;
    width: 100%;
    background-color: #fff;
    min-width: 1000px;
    overflow-x: hidden;
}
h1{
	display: none;
}

#wrapper{
	text-align: center;
}
#all {
	text-align: center;
}
.inner{
	margin:0 auto;
}
#wrapper .test{
	background-color: #fef5c2;
}

#wrapper .header{
	border-bottom: 4px solid #1d2088;
	background-color: #fff;
}

#wrapper .nairankai{
	margin-bottom: 0px;
	background-color:#ffd2e4;
}
#wrapper .cont01,.cont03,.cont04 {
	margin-bottom: 0px;
}
#wrapper .cont02 {
	margin-bottom: 40px;
}
#wrapper .cont05{
	margin: 20px 0 40px;
	display: block;
	overflow: hidden;
}
#wrapper .cont06{
	margin-bottom: 0px;
}

#wrapper #gmap{
	width: 100%;
	height: 400px;
	text-align:center;
}

/*募集要項*/

#wrapper table{
	width: 910px;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}
#wrapper table tr th{
	background-color: #fdedc5;
	font-size: 16px;
	color: #1d2088;
	width: 286px;
	vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
#wrapper table tr th{
	border-top: #1d2088 2px solid;
	border-left: #1d2088 2px solid;
}
#wrapper table tr th.btm{
	border-bottom: #1d2088 2px solid;
}


#wrapper table tr td{
	border-top: #1d2088 2px solid;
	border-left: #1d2088 2px solid;
	border-right: #1d2088 2px solid;
	background-color: #fff;
	font-size: 15px;
	color: #666;
	padding: 15px 20px 16px;
    line-height: 25px;
    width: 70%;
}
#wrapper table tr td.btm{
	border-bottom: #1d2088 2px solid;
}


#wrapper table tr td img{
	padding-top: 10px;
}

#wrapper .chiiki{
	background-color:#c7ecff;
	text-align:center;
}

#wrapper .chiiki-box{
	width:880px;
	margin: 0 auto;
	margin-bottom:0px;
	padding:30px 0;
}

#wrapper .chiiki p{
	color:#666;
	font-size:16px;
	line-height:1.6em;
	text-align:left;
}
#wrapper .chiiki p .midashi{
	font-weight:bold;
	font-size:20px;
	line-height:2em;
}

#footerArea{
	background-color: #1d2088;
    text-align: center;
}
#footerArea .copy {
    background-color: #fff;
}
#footerArea .copy p{
    color: #1d2088;
    display: inline-block;
    padding: 5px 0 5px;
}


@media screen and (max-width: 1000px) {
    body {
		min-width: auto;
		overflow: unset;
	}
    body .inner{
		overflow: unset;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#wrapper table {
		max-width: 96%;
        margin: 0 auto;
	}

	#wrapper .chiiki-box {
		max-width: 96%;
	}
}