body {
	margin: 0;
	text-align: center;
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #e3007f;
}

img {
	border:none;
	vertical-align:bottom;
}

.inner {
	margin: 0 auto;
	width: 960px;
}

/* ------------------------------------------------------------------------
	header
------------------------------------------------------------------------ */
header { border-bottom: 10px solid #700950; }

header .inner {
	padding-top: 5px;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
}

header p { padding-top: 15px; }


/* ------------------------------------------------------------------------
	sectiin
------------------------------------------------------------------------ */
section {
	padding-bottom: 25px;
	background: url(../images/main.jpg) center -100px / cover no-repeat;
}

section h2 { margin-bottom: 320px; }

section h2 img { margin-top: -17px; }

section .info {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 960px;
	border-radius: 20px;
	background: rgba(255,255,255,0.8);
}

section .info h3 { margin-bottom: 12px; }

section .info table {
	margin: 0 0 0 40px;
	text-align: left;
	font-weight: bold;
	width: 880px;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
	border-top: 1px dashed #000;
}
section .info table tbody {
	width: 100%;
	}

section .info table th {
	padding: 5px 2% 5px 0;
	text-align: right;
	width: 20%;
	border-bottom: 1px dashed #000;
}

section .info table td {
	padding: 5px 0;
	border-bottom: 1px dashed #000;
	text-align: left;
	vertical-align: top;
}

/* ------------------------------------------------------------------------
	footer
------------------------------------------------------------------------ */
footer {
	/*padding-top: 5px;*/
	padding-top: 0px;
	/*padding-bottom: 30px;*/
	padding-bottom: 15px;
	color: #fff;
	/*border-top: 10px solid #700950;*/
}

footer .banner{
	padding:1.5em 0;
	background:#700950;
	text-align:center;
}

@media screen and (max-width: 1600px) {
/* ------------------------------------------------------------------------
	sectiin
------------------------------------------------------------------------ */
section { background: url(../images/main.jpg) center top / cover no-repeat; }
}

