/* body
------------------------------ */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	font-size: 14px;
	background-color: #f8f4e6;
}
h2, h3 {
	font-weight: bold;
}
a {
	color: #0044cc;
	text-decoration: underline;
}
a:hover {
	color: #0044cc;
	text-decoration: none;
}
a img {
	transition: 0.3s;
}
a:hover img {
	opacity: 0.5;
}
@media (min-width: 768px) {
    body {
	    background-image: url(img/line_right.png), url(img/line_left.png);
		background-position: right 15px top, left 15px top;
		background-repeat: repeat-y;
    }
}

/* header
------------------------------ */

header .container-fluid {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}
header p {
	color: #572923;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin: 20px 0 0 0;
}
@media (min-width: 992px) {
	header .main-sp {
		display: none;
	}
}
@media (max-width: 991px) {
	header .main-pc {
		display: none;
	}
}
@media (min-width: 768px) {
	header {
		background-image: url(img/bg_center.png);
		background-repeat: repeat-x;
		background-position: center top;
	}
	header .container-fluid {
		background-image: url(img/bg_right.png), url(img/bg_left.png);
		background-position: right top, left top;
		background-repeat: no-repeat;
	}
}
@media (max-width: 767px) {
	header .container-fluid {
		padding-top: 30px;
	}
	header p {
		font-size: 16px;
	}
}

/* section
------------------------------ */

.section {
	padding: 0 0 50px 0;
}
.section .section-title {
	background-image: url(img/bg_title_1.png);
	color: #572923;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin: 0 0 30px 0;
}
.section h3 {
	font-size: 18px;
	margin: 30px 0 15px 0;
}
.section .table {
	margin: 30px 0;
}
.section .table th,
.section .table td {
	border: 1px solid #a48d7c;
	padding: 10px 15px;
}
.section .table th {
	background-color: rgba(255,255,255,0.5);
	width: 20%;
}
@media (min-width: 768px) {
	.section .container-fluid {
		max-width: 1100px;
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.section .table-sp th,
	.section .table-sp td {
		display: block;
		width: 100%;
		padding: 10px;
		border-bottom: none;
	}
	.section .table-sp tr:last-child {
		border-bottom: 1px solid #a48d7c;
	}
}

/* award
------------------------------ */

.award h2 {
	background-color: #da4164;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	padding: 5px;
	margin: 0 0 20px 0;
}
.award dl dt {
	margin-bottom: 10px;
}
.award dl dd {
	text-align: center;
	line-height: 1.6;
}
@media (min-width: 768px) {
	.award .col-lg {
		padding: 0 30px;
	}
}

/* about
------------------------------ */

.about dl dt {
	font-size: 20px;
}
.about dl dt:before {
	content: "●";
	color: #ed9f4a;
}
.about .table th,
.about .table td {
	width: 50%;
}
.about .red {
	color: #ff0000;
}
@media (min-width: 768px) {
	.about dl {
		display: table;
		margin: 0;
	}
	.about dl dt,
	.about dl dd {
		display: table-cell;
	}
	.about .table {
		margin: 20px 0;
	}
}

/* member
------------------------------ */

.member dl {
	display: table;
	max-width: 540px;
	margin: 0 auto 30px auto;
}
.member dl dt,
.member dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.member dl dt img,
.member dl dd img {
	width: 100%;
}
@media (max-width: 767px) {
	.member dl dt,
	.member dl dd {
		padding: 0 10px;
	}
}

/* download
------------------------------ */

.download ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.download .table tr:first-child ul li {
	display: inline-block;
	margin-right: 10px;
}
.download .table tr:first-child ul li a dl {
	display: inline-block;
	margin: 0;
}
.download .table tr:first-child ul li a dl dd {
	text-decoration: underline;
}
.download .table tr:first-child ul li a:hover dl dd {
	text-decoration: none;
}
.download .table img {
	width: 200px;
	border: 1px solid #ffffff;
}

/* footer
------------------------------ */

.copyright {
	position: relative;
	border-top: 1px dotted #a48d7c;
	padding: 50px 0;
	text-align: center;
	font-size: 12px;
	margin-top: 50px;
}
.copyright .pagetop {
	position: absolute;
	top: -30px;
	right: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	background-color: #572923;
}
.copyright .pagetop a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
@media (min-width: 768px) {
	footer .container-fluid {
		max-width: 1100px;
		padding: 0 50px;
	}
}

/* shinsa
------------------------------ */

.shinsa .col-md-4 {
	margin-bottom: 20px;
}
.shinsa .col-md-4 dl dt {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.shinsa .col-md-6 {
		margin-bottom: 30px;
	}
}

/* nyusho
------------------------------ */

.nyushou .col-md-4 {
	margin-bottom: 20px;
}
.nyushou .col-md-4 dl {
	text-align: center;
}
.nyushou .col-md-4 dl dt {
	margin-bottom: 10px;
}
.nyushou .table-box table {
	margin: 0 0 10px 0;
	width: 100%;
}
.nyushou .table-box table th,
.nyushou .table-box table td {
	border: 1px solid #a48d7c;
	padding: 10px 15px;
}
.nyushou .table-box table th {
	background-color: rgba(255,255,255,0.5);
}
.nyushou .row-special {
	margin-top: 50px;
}
@media (max-width: 767px) {
	.nyushou .table-box {
		overflow: auto;
		white-space: nowrap;
	}
}