@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,游ゴシック,'YuGothic','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
ul,ol {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
#pagebody {
	display: table;
	background-image: url(img/st07_bg.gif);
	width: 100%;
	min-width: 1000px;
	height: 100%;
	min-height: 100%;
}
body > #pagebody{
	height: auto;
}
div#pagebody header {
	display: table;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1050px;
}
header div#head {
	display: table;
	width: 100%;
}
div#head h1 {
	width: 240px;
}
div#head h1 img {
	float: left;
	margin: 15px 0;
	height: 60px;
}
div#head nav {
	float: right;
	display: table;
	margin-top: 45px;
}
div#head nav ul {
	display: table;
	font-weight: bold;
}
div#head nav ul li {
	display: table-cell;
	text-align: center;
	padding: 0 1em;
	border-left: 1px solid #ccc;
}
div#head nav ul li a {
	display: block;
	font-size: 1.4em;
	line-height: 30px;
	padding: 0 1em;
}
div#head nav ul li.if {
	border-right: 1px solid #ccc;
}
div#head nav ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #f00;
}
div#pagebody div#container {
	clear: both;
	display: table;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1050px;
}
div#container #topimg-outer {
	position: relative;
	line-height: 0;
	margin: 0 auto;
	width: 100%;
}
#topimg-outer img {
	width: 100% !important;
	height: auto !important;
}
#topimg-outer h2 {
	position: absolute;
	top: 50%;
	left: 0;
	font-family: 'Georgia',serif;
	line-height: 1.5;
	text-align: center;
	margin: -1.5em 0 0 0;
	width: 100%;
}
#topimg-outer h2 span {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
#topimg-outer h2 b {
	display: inline-block;
	font-size: 15px;
}
#topimg-outer h2 strong {
	display: inline-block;
	font-size: 30px;
	color: #fff;
	_text-shadow: 0 0 1em #000;
}
div#pagebody div#contents {
	clear: both;
	display: table;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1050px;
}
div#contents div#right {
	float: right;
	display: table;
	margin: 0 0 0 auto;
	padding: 15px 0;
	width: 77%;
}
div#right div#topnews {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#topnews h3 {
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#topnews h3 b {
	display: inline-block;
	font-size: 18px;
	line-height: 2;
}
div#topnews h3 a {
	float: right;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #036;
	padding: 0.5em 1.5em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}
div#topnews div#scrl {
	_overflow: auto;
	margin: 10px auto;
	border-bottom: 1px solid #ccc;
	height: 350px;
	_-webkit-overflow-scrolling: touch;
}
div#scrl dl {
	clear: both;
	display: table;
	font-size: 14px;
	line-height: 1.75;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#scrl dl dt {
	display: table-cell;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding: 10px 0;
	border-right: 1px dotted #999;
}
div#scrl dl dt span {
	float: left;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #036;
	margin: 0 0.5em;
	padding: 0.3em 1em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
}
div#scrl dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	width: 75%;
}
div#scrl dl dd span {
	float: right;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
	padding: 3px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div#topnews div#list {
	display: table;
	margin: 10px auto;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#list dl {
	clear: both;
	display: table;
	font-size: 14px;
	line-height: 1.75;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#list dl dt {
	display: table-cell;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding: 5px 0;
	border-right: 1px dotted #999;
}
div#list dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 5px 15px;
	width: 85%;
}
div#list dl dd span {
	float: right;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
	padding: 3px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div#topnews a {
	color: #036;
}
div#topnews a:hover {
	text-decoration: underline;
}
div#right div#topmovie {
	clear: both;
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#topmovie iframe {
	width: 100%;
	height: 350px;
}
div#topmovie p {
	font-size: 12px;
	line-height: 2;
	margin: 15px auto;
}
div#right div#message {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#message h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#message p {
	font-size: 14px;
	line-height: 2;
	margin: 30px auto;
}
div#message p a {
	display: inline-block;
	text-align: center;
	margin: 15px auto;
	width: 100%;
}
div#message p a img {
	border: 2px solid #ddd;
	width: 100%;
}
div#right div#members {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#members h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#members table {
	font-size: 14px;
	line-height: 2;
	margin: 15px auto;
	width: 100%;
}
div#members table caption {
	text-align: right;
}
div#members table td {
	vertical-align: top;
	padding: 0.5em 1em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
div#right div#q_and_a {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#q_and_a h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#q_and_a dl {
	display: table;
	font-size: 14px;
	line-height: 1.75;
	margin: 15px auto;
	padding: 0.5em 0;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#q_and_a dl dt {
	padding: 0.5em;
}
div#q_and_a dl dd {
	padding: 0.5em 1.5em;
}
div#q_and_a ul {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#q_and_a ul li {
	display: table-cell;
}
div#q_and_a ul li img {
	width: 100%;
	height: 20em;
	object-fit: contain;
}
div#q_and_a a {
	color: #036;
	text-decoration: underline;
}
div#right div#news {
	display: table;
	margin: 30px auto;
	width: 100%;
}
div#news h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#news div {
	clear: both;
	display: table;
	font-size: 14px;
	line-height: 1.75;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#news div img {
	float: left;
	border: 2px solid #ddd;
	width: 20%;
}
div#news dl {
	float: right;
	display: table;
	padding: 0 1em;
	width: 80%;
}
div#news dl dt {
	padding: 0.5em;
}
div#news dl dd {
	padding: 0.5em 1.5em;
}
div#news a {
	color: #036;
	text-decoration: underline;
}
div#right div#info {
	clear: both;
	display: table;
	margin: 30px auto;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#info h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#info div.imgleft {
	float: left;
	margin: 30px 0;
	width: 27.5%;
}
div#info img {
	border: 2px solid #ddd;
	width: 100%;
}
div#info div.txtright {
	float: right;
	display: table;
	margin: 30px 0;
	width: 70%;
}
div#info table {
	font-size: 14px;
	line-height: 2;
	width: 100%;
}
div#info table th {
	background-color: #eee;
}
div#info table th,
div#info table td {
	vertical-align: top;
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}
div#info p {
	font-size: 14px;
	line-height: 2;
	margin: 15px 0;
}
div#info p.ato {
	font-size: 14px;
	line-height: 2;
	margin: -5px 0 15px 0;
}
div#info div.imgcenter {
	margin: 30px 0;
	width: 100%;
}
div#info a {
	color: #036;
	text-decoration: underline;
}
div#right div#links {
	display: table;
	margin: 30px auto;
	width: 100%;
}
div#links h3 {
	font-size: 18px;
	line-height: 2;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
div#links ul {
	display: table;
	font-size: 12px;
	line-height: 2;
	padding: 1em 0;
	width: 100%;
}
div#links ul li {
	display: inline-block;
	padding: 1em 0;
	border-bottom: 1px dotted #999;
	width: 50%;
}
div#links ul li span {
	display: inline-block;
	padding: 0 1em;
	border-left: 1px dotted #999;
}
div#links p {
	font-size: 12px;
	line-height: 2;
}
div#links p a {
	float: left;
	margin: 0 15px 0 0;
}
div#links a {
	color: #036;
	text-decoration: underline;
}
div#right div#results {
	display: table;
	margin: 30px auto;
	width: 100%;
}
div#results p {
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}
div#contents div#left {
	float: left;
	display: table;
	margin: 0 auto 0 0;
	padding: 15px 0;
	width: 17%;
}
div#left div#menu {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#menu ul {
	display: table;
	width: 100%;
}
div#menu ul li {
	display: table;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #999;
	width: 100%;
}
div#menu ul li span {
	display: block;
	line-height: 0;
	border-left: 1px solid #999;
	width: 100%;
}
div#menu ul li.ms {
	border-top: 1px solid #999;
}
div#menu ul li.sp {
	border-bottom: none;
}
div#menu ul li.sp span {
	height: 10px;
}
div#menu ul li span a img {
	width: 100%;
}
div#left div#sns {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#sns ul {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#sns ul li {
	font-size: 12px;
	padding: 15px 0;
	border-bottom: 1px dotted #999;
}
div#sns ul li img {
	width: 100%;
}
div#left div#contact {
	display: table;
	margin: 15px auto;
	width: 100%;
}
div#contact p {
	display: table;
	font-size: 12px;
	margin: 15px auto;
	border-bottom: 1px dotted #999;
	width: 100%;
}
div#contact p a {
	display: inline-block;
	color: #fff;
	background-color: #036;
	text-align: center;
	padding: 0 0 0 2em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 100%;
}
div#contact p a b {
	display: inline-block;
	background-image: url(img/bg_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 1.5em;
	width: 100%;
}
div#contact p span {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
}
div#left a:hover {
	text-decoration: none;
	opacity: 0.75;
}
div#left a:hover {
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}
div#pagebody footer {
	clear: both;
	display: table;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	max-width: 1050px;
}
footer div#foot {
	display: table;
	background-image: url(img/bg_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px 0;
	width: 100%;
}
div#foot p {
	font-size: 12px;
	text-align: left;
	padding: 15px 0;
}
div#foot ul {
	display: table;
	font-size: 12px;
	margin: 15px 0;
}
div#foot ul li {
	float: left;
}
div#foot ul li a:after {
	content: "≫";
	display: inline-block;
	margin: 0 15px;
}
div#foot ul li span:after {
	content: "：";
	display: inline-block;
	margin: 0 15px;
}
div#foot ul li a {
	text-decoration: underline;
}
div#foot ul li a:hover {
	text-decoration: none;
}
footer address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	padding: 15px 0;
}
