﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body {
	font-family: "Lucida Grande", "segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #f7f7f7;
	padding-top: 25px;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

label.select-label {
}
label.select-label > select {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	/*Firefox用*/
	 text-indent: .01px;
	 text-overflow: "";
}
label.select-label > select::-ms-expand {
display: none;
}

a {
	color: #0097cd;
}

.d-none {
	display: none;
}

.pc-none {
	display: none;
}

.pc-fl-l {
	float: left;
}

.pc-fl-r {
	float: right;
}

.txt-l {
	text-align: left !important;
}

.txt-c {
	text-align: center !important;
}

.txt-r {
	text-align: right !important;
}

.f-b {
	font-weight: bold;
}

.pc-mgb10 {
	margin-bottom: 10px !important;
}

.pc-mgb20 {
	margin-bottom: 20px !important;
}

.pc-mgb30 {
	margin-bottom: 30px !important;
}

.pc-mgb40 {
	margin-bottom: 40px !important;
}

#table-none {
	display: none;
}

.mg-l5 {
	margin-left: 5px;
}

.t-red {
	color: #c5375a !important;
}

.t-green {
	color: #47ab7d !important;
}

.t-blue {
	color: #576ec7 !important;
}

.pc-pd {
	visibility: hidden;
	line-height: 1;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding: 5px 0 0 0;
}

.box-shaow {
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 10px 0px;
	border-radius: 5px;
}

.cf:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.fa.fa-sign-in {
	margin-left: 5px;
	font-size: 18px;
}

.fa.fa-arrow-circle-right {
	margin-left: 5px;
	font-size: 18px;
}

.fa.fa-question-circle {
	margin-right: 5px;
}

.fa.fa-exclamation-circle {
	margin-right: 5px;
	color: #c1272d;
}

.fa.fa-chevron-circle-right {
	margin-left: 5px;
	font-size: 18px;
}

#header {
	position: fixed;
	top: 0;left: 0;
	width: 100%;
	height: 50px;
	z-index: 99;
	background-color: #134b88;
}
#header #header-inner {
	position: relative;
	min-width: 768px;
	max-width: 1080px;
	height: 50px;
	color: #ffffff;
	margin: 0 auto;
}

#header #header-inner a {
	display: block;
}

#header #header-inner a#header-homebtn {
	position: absolute;
	top: 15px;left: 240px;
	display: block;
	width: 80px;
	height: 20px;
	border: none;
	color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 14px;
	margin: 0 0;
	border-radius: 5px;
	background: #0097cd;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
#header #header-inner a#header-homebtn:hover {
	opacity: 0.8;
}

#header-nav {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	border-left: 1px solid #828282;
}
#header-nav li {
	float: left;
	text-align: center;
}
#header-nav li a {
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #828282;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
#header-nav li a:hover {
	color: #d8d8d8;
}
#header-nav #header-login-btn {
	padding: 5px 10px;
	border-right: 1px solid #828282;
}
#header-nav #header-login-btn input {
	display: block;
	width: 100px;
	height: 40px;
	border: none;
	color: #ffffff;
	font-size: 15px;
	margin: 0 auto;
	border-radius: 5px;
	background: #0097cd;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
#header-nav #header-login-btn input:hover {
	background-color: #0066cc;
}

#footer {
	width: 100%;
	background-color: #134b88;
}
#footer #footer-inner {
	position: relative;
	min-width: 768px;
	max-width: 1080px;
	height: 50px;
	color: #ffffff;
	line-height: 50px;
	text-align: right;
	margin: 0 auto;
}

#pagetop-btn {
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 50;
	width: 60px;
	height: 60px;
}
#pagetop-btn a {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
}
#pagetop-btn a:hover {
	opacity: 0.8;
}

#main {
	overflow: hidden;
	/*width: 1080px;*/
	padding: 60px 0;
	margin: 0 auto;
}

.pc-box-460 {
	width: 460px;
	min-height: 480px;
	background-color: #ffffff;
}

.pc-box-580 {
	width: 580px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 0 40px;
}

.pc-box-680 {
	width: 680px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 0 40px;
}

.pc-box-780 {
	width: 780px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 0 40px;
}

.pc-box-960 {
	width: 960px;
	margin: 0 auto;
}

.pc-box-w530 {
	width: 550px;
	margin: 0 auto;
}

.login-about {
	padding: 0 20px;
}
.login-about dt {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.box-inner {
	padding: 40px 0 0;
}

.annotation-list-tu {
	margin-top: -30px;
	margin-bottom: 60px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
.annotation-list-tu li {
	font-size: 12px;
	margin-bottom: 5px;
}

.annotation-list {
	margin-top: -10px;
	margin-bottom: 40px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}
.annotation-list li {
	font-size: 12px;
	margin-bottom: 5px;
}

.policy-box {
	padding: 15px;
	background-color: #eee;
}
.policy-box .policy-lead {
	font-size: 12px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.policy-box .policy-inner {
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 12px;
	height: 120px;
	overflow: auto;
	margin-bottom: 10px;
}
.policy-box .policy-title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}
.policy-box .policy-txt {
	padding-top: 20px;
}
.policy-box .policy-txt dt {
	font-weight: bold;
}
.policy-box .policy-txt dd p {
	margin-bottom: 1em;
}
.policy-box .policy-check-area {
	border: 1px solid #ccc;
	background-color: #ffffff;
	text-align: center;
	padding: 5px;
}
.policy-box ul {
	list-style: disc;
	list-style-position: inside;
}
.policy-box ol {
	list-style: decimal;
	list-style-position: inside;
}

#modal-btn-area span {
	display: none;
}

#modal-btn {
	position: relative;
	z-index: 100;
	top: -30px;
	width: 780px;
	margin: 0 auto;
	text-align: right;
}

#modal-btn a {
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	background-color: #0097cd;
	font-size: 14px;
	color: #ffffff;
	text-indent: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
#modal-btn a:hover {
	/* box-shadow */
	background-color: #0066cc;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
}

.mypage-box {
	padding: 40px 40px;
	/*
		.test-search {
			padding: 20px 0 20px;
			margin-bottom: 20px;
			text-align: center;
			background-color: #eee;
			select {
				width: 240px;
				height: 20px;
				font-size: 18px;
			}
		}
	*/
}
.mypage-box .mypage-title {
	border-left: 5px solid #134b88;
	padding-left: 10px;
	font-size: 21px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.mypage-box #mypage-news-area {
	margin-bottom: 40px;
}
.mypage-box #mypage-news-area dt {
	position: relative;
	color: #0097cd;
	margin-bottom: 10px;
	padding-left: 1.5em;
}
.mypage-box #mypage-news-area dt:hover {
	color: #007ecc;
}
.mypage-box #mypage-news-area dt i {
	position: absolute;
	top: 5px;
	left: 0;
}
.mypage-box #mypage-news-area dt a {
	display: block;
	text-decoration: none;
}
.mypage-box #mypage-news-area dt a .date {
	font-weight: bold;
	margin-right: 5px;
}
.mypage-box #mypage-news-area dd {
	display: none;
	margin-bottom: 10px;
	padding: 0 0 0 1.5em;
}
.mypage-box .mypage-report {
	margin-bottom: 40px;
	background-color: #fff;
}
.mypage-box .mypage-report .schedule {
	font-size: 12px;
	font-weight: bold;
	background-color: #134b88;
	color: #ffffff;
}
.mypage-box .mypage-report th, .mypage-box .mypage-report td {
	text-align: center;
	border: 1px solid #666666;
	padding: 5px 0;
	width: 52px;
}
.mypage-box .mypage-report .subject {
	background-color: #fcfbe3;
}
.mypage-box .mypage-report tr td:nth-child(even) {
	background-color: #eaeaea;
}
.mypage-box .search-field {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mypage-box .search-field input[type="text"].schoolname {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	width: 95%;
	border-radius: 3px;
	border: 1px solid #666;
	height: 30px;
	padding-left: 5px;
}
.mypage-box .search-field th, .mypage-box .search-field td {
	border: 1px solid #666666;
	height: 50px;
}
.mypage-box .search-field th {
	font-weight: bold;
	background-color: #fcfbe3;
	padding-left: 10px;
	width: 120px;
}
.mypage-box .search-field td {
	padding-left: 10px;
}
.mypage-box .search-field02 {
	width: 500px;
	margin: 30px auto;
}
.mypage-box .search-field02 .field-other-title {
	color: #333;
	font-size: 14px;
	width: 80px;
	text-align: right;
	padding: 10px;
}
.mypage-box .search-field-hyouka input[type="text"] {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	width: 95%;
	border-radius: 3px;
	border: 1px solid #666;
	height: 30px;
	padding-left: 5px;
}
.mypage-box .search-field-hyouka {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mypage-box .search-field-hyouka th, .mypage-box .search-field-hyouka td {
	border: 1px solid #666666;
}
.mypage-box .search-field-hyouka th {
	background-color: #fcfbe3;
	padding: 10px 5px;
	width: 180px;
	font-weight: bold;
	font-size: 14px;
}
.mypage-box .search-field-hyouka td {
	padding-left: 10px;
}
.mypage-box .search-field td span#tdspantext {
	display: block;
	font-size: 10px;
	vertical-align: middle;
	line-height: 1.5;
}
.mypage-box .my-favorite {
	width: 100%;
	border: 1px solid #666666;
}
.mypage-box .my-favorite thead, .mypage-box .my-favorite tbody {
	width: 100%;
}
.mypage-box .my-favorite th, .mypage-box .my-favorite td {
	text-align: center;
	border: 1px solid #666666;
	padding: 3px 5px;
}
.mypage-box .my-favorite thead th {
	background-color: #134b88;
	color: #ffffff;
}
.mypage-box .my-favorite .evaluation {
	width: 100px;
	font-size: 12px;
}
.mypage-box .my-favorite .evaluation span {
	display: block;
}
.mypage-box .my-favorite .classification {
	width: 60px;
}
.mypage-box .my-favorite tbody tr:nth-child(even) td {
	background-color: #eaeaea;
}
.mypage-box .my-favorite ul.star-box {
	padding: 5px 0 0;
	display: inline-block;
	overflow: hidden;
}
.mypage-box .my-favorite ul.star-box li {
	float: left;
	width: 15px;
	height: 13px;
}
.mypage-box .my-favorite ul.star-box li.one {
	background: url(../images/star_all.png) no-repeat;
}
.mypage-box .my-favorite ul.star-box li.harf {
	background: url(../images/star_harf.png) no-repeat;
}
.mypage-box .my-favorite ul.star-box li.no {
	background: url(../images/star_no.png) no-repeat;
}
.mypage-box .results-title {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 21px;
	border-left: 10px solid #134b88;
	padding-left: 10px;
	background-color: #eee;
}
.mypage-box .results-table {
	width: 100%;
	margin-bottom: 40px;
}
.mypage-box .results-table th, .mypage-box .results-table td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}
.mypage-box .results-table th {
	background-color: #134b88;
	font-weight: bold;
	color: #ffffff;
}
.mypage-box .results-table th span {
	display: block;
}
.mypage-box .results-table td {
	font-size: 16px;
}
.mypage-box .results-table td span {
	display: block;
	font-size: 12px;
}
.mypage-box .results-table .subject {
	font-weight: bold;
	background-color: #eee;
}
.mypage-box #results-btn {
	padding: 0 0 20px;
}
.mypage-box .results-table-50 th {
	width: 50%;
}

.mypage-box.searchpage {
	padding: 40px 40px;
	padding-bottom: 0;
	overflow: auto;
}

.search-field-hyouka .radio-btn {
	padding: 10px 0;
}

.school-detail {
	padding: 40px 40px;
}
.school-detail #school-title {
	position: relative;
	margin-bottom: 10px;
	font-size: 24px;
	padding: 20px 0 20px 20px;
	font-weight: bold;
	background-color: #fbfbee;
	color: #134b88;
	border-left: 10px solid #134b88;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.school-detail #school-title .school-title-wide {
	display: block;
	width: 550px;
}
.school-detail #school-title .icn-area {
	position: absolute;
	top: 50%;
	right: 10px;
	text-align: right;
	margin-top: -20px;
}
.school-detail #school-title .icn-class {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
}
.school-detail #school-title .btns {
	position: absolute;
	top: 0;
	right: 0;
}
.school-detail #school-title .btns li {
	float: left;
	border-left: 1px solid #ccc;
}
.school-detail #school-title .btns li a {
	display: block;
	height: 36px;
	font-size: 14px;
	background-color: #0097cd;
	color: #ffffff;
	padding: 0 10px;
	color: #ffffff;
}
.school-detail .mypage-title {
	position: relative;
	font-size: 21px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	background-color: #134b88;
	padding-left: 10px;
	color: #ffffff;
	letter-spacing: 0.1em;
}
.school-detail .mypage-title .year-title {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.year-title {
	font-size: 14px;
	margin-bottom: 5px;
	color: #134b88;
	font-weight: bold;
	border-left: 5px solid #134b88;
	padding-left: 10px;
}
#detail-page-anchor {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
}
#detail-page-anchor li {
	width: 20%;
	float: left;
}
#detail-page-anchor li a {
	display: block;
	color: #ffffff;
	background-color: #0097cd;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#school-detail-text {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fcf1f1;
}

#detail-star-box {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #fff6e4;
	margin-left: auto;
}
#detail-star-box th, #detail-star-box td {
	width: 33%;
	font-size: 14px;
	text-align: center;
	padding: 2.5px 5px;
	background-color: #fbfbee;
	border: 1px solid #ccc;
}
#detail-star-box .fine {
	background-color: #134b88;
	color: #ffffff;
}
#detail-star-box .score {
	margin-left: 5px;
}
#detail-star-box .star {
	background-color: #ffffff;
}
#detail-star-box .evaluation {
	display: block;
	background-color: #0097cd;
	color: #ffffff;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
}
#detail-star-box ul.star-box {
	padding: 0;
	display: inline-block;
	overflow: hidden;
}
#detail-star-box ul.star-box li {
	float: left;
	width: 15px;
	height: 13px;
	border-bottom: none;
	padding: 0;
}
#detail-star-box ul.star-box li.one {
	background: url(../images/star_all.png) no-repeat;
}
#detail-star-box ul.star-box li.harf {
	background: url(../images/star_harf.png) no-repeat;
}
#detail-star-box ul.star-box li.no {
	background: url(../images/star_no.png) no-repeat;
}

#school-detail-table00 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table00 th {
	background-color: #fbfbee;
	color: #ffffff;
	font-weight: bold;
}
#school-detail-table00 th, #school-detail-table00 td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
}

#school-detail-table01 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table01 th {
	background-color: #fbfbee;
	color: #134b88;
	font-weight: bold;
}
#school-detail-table01 th, #school-detail-table01 td {
	padding: 5px 0;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#school-detail-table01 .table01-title {
	background-color: #134b88;
}
#school-detail-table01 .none-men {
	display: none;
}
#school-detail-table01 .none-women {
	display: none;
}
#school-detail-table01 .nocell {
	background-color: transparent;
}
#school-detail-table01 .border-bottom {
	border-bottom: 2px solid #999999;
}

#school-detail-table02 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table02 th {
	text-align: center;
	background-color: #fbfbee;
	color: #333;
	width: 10%;
	font-weight: bold;
}
#school-detail-table02 th, #school-detail-table02 td {
	padding: 5px 0;
	text-align: center;
	border: 1px solid #b3b3b3;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#school-detail-table03 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table03 th {
	font-size: 21px;
	color: #333;
	width: 180px;
	font-weight: bold;
	text-align: center;
	background-color: #fbfbee;
}
#school-detail-table03 td {
	text-align: left;
}
#school-detail-table03 th, #school-detail-table03 td {
	padding: 10px;
	border: 1px solid #b3b3b3;
	letter-spacing: 0.1em;
}

#school-detail-table04 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table04 .colspantitle {
	background-color: #666;
	color: #ffffff;
}
#school-detail-table04 th {
	text-align: left;
	background-color: #fbfbee;
	color: #333;
	width: 150px;
	font-weight: bold;
}
#school-detail-table04 td {
	text-align: left;
}
#school-detail-table04 th, #school-detail-table04 td {
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #b3b3b3;
	font-size: 13px;
	letter-spacing: 0.1em;
}

#school-detail-table06 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table06 .colspantitle {
	background-color: #666;
	color: #ffffff;
}
#school-detail-table06 th {
	text-align: left;
	background-color: #fbfbee;
	color: #333;
	width: 150px;
	font-weight: bold;
}
#school-detail-table06 td {
	text-align: left;
}
#school-detail-table06 th, #school-detail-table06 td {
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #b3b3b3;
	font-size: 13px;
	letter-spacing: 0.1em;
}

#school-detail-table05 {
	width: 100%;
	margin-bottom: 40px;
}
#school-detail-table05 th {
	text-align: center;
	background-color: #fbfbee;
	color: #333;
	width: 20%;
	font-weight: bold;
	font-size: 13px;
}
#school-detail-table05 td {
	text-align: center;
	font-size: 15px;
}
#school-detail-table05 th, #school-detail-table05 td {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #b3b3b3;
	letter-spacing: 0.1em;
}

#shools {
	margin-bottom: 40px;
}
#shools table {
	width: 100%;
}
#shools table th, #shools table td {
	border: 1px solid #b3b3b3;
	padding: 3px 10px;
	letter-spacing: 0.1em;
}
#shools table th {
	width: 30%;
	background-color: #fbfbee;
	font-weight: bold;
}
#shools table td {
	width: 20%;
	text-align: center;
}
#shools #btn-under {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}
#shools #btn-under i {
	margin-right: 5px;
}

#gmap iframe {
	width: 620px;
	height: 400px;
}

#favarite-header {
	position: relative;
	height: 40px;
	margin-bottom: 20px;
}
#favarite-header #header-search-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.icn-class {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
}

.icn-private {
	color: #ffffff;
	background-color: #f08800;
}

.icn-national {
	color: #ffffff;
	background-color: #005785;
}

.icn-public {
	color: #ffffff;
	background-color: #67913e;
}

.icn-men {
	color: #000000;
	background-color: #a5d1f0;
}

.icn-women {
	color: #000000;
	background-color: #efbed7;
}

.icn-coeducation {
	color: #000000;
	background-color: #7ac8c2;
}

.icn-another {
	color: #ffffff;
	background-color: #7779D4;
}

.btn__a {
	text-align: center;
	margin: 0 auto;
}
.btn__a a {
	display: inline-block;
	padding: 10px;
	background-color: #0097cd;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.btn__a a:hover {
	/* box-shadow */
	background-color: #0066cc;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
}

.btn__b {
	text-align: center;
	margin: 0 auto;
}
.btn__b a {
	display: inline-block;
	padding: 10px;
	background-color: #CE59C4;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.btn__b a:hover {
	/* box-shadow */
	background-color: #BB35B0;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
}

.btn-box {
	text-align: center;
}
.btn-box li {
	display: inline-block;
}
.btn-box .btn__a {
	margin: 0 20px;
}

.submt-icn {
	position: relative;
	text-align: center;
	border-radius: 5px;
}
.submt-icn i {
	position: absolute;
	top: 50%;
	right: 10px;
	color: #ffffff;
	z-index: 10;
	margin-top: -0.5em;
}
.submt-icn .submit__a {
	display: block;
	height: 41px;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	cursor: pointer;
	border: none;
	border-style: none;
	border-radius: 5px;
	background-color: #0097cd;
	padding: 0 30px 0 10px;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.submt-icn .submit__a:hover {
	/* box-shadow */
	background-color: #0066cc;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
}
.submt-icn .submit__b {
	display: block;
	height: 41px;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	cursor: pointer;
	border: none;
	border-style: none;
	border-radius: 5px;
	background-color: #CE59C4;
	padding: 0 30px 0 10px;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.submt-icn .submit__b:hover {
	/* box-shadow */
	background-color: #BB35B0;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
}

.submt-icn-end {
	position: relative;
	text-align: center;
	border-radius: 5px;
	padding: 10px 10px;
	background-color: #ccc;
	color: #333;
	font-weight: bold;
}

.submt-icn.btn-fixed {
	width: 150px;
}
.submt-icn.btn-fixed .submit__a {
	width: 150px;
}

.submt-icn.btn-w240 {
	width: 240px;
	margin: 0 auto;
}
.submt-icn.btn-w240 .submit__a {
	width: 240px;
}

.box-table th, .box-table td {
	padding: 5px;
}
.box-table th {
	font-size: 18px;
	font-weight: bold;
	width: 180px;
	text-align: right;
}
.box-table td {
	font-size: 14px;
}
.box-table td input {
	width: 220px;
	padding: 5px 0.5em;
	border-radius: 3px;
}
.box-table .conf {
	padding-bottom: 10px;
}
.box-table .conf span {
	display: block;
	background-color: #e0e0e0;
	border-radius: 3px;
	padding: 5px 0.5em;
}
.box-table .sex {
	margin-left: 15px;
}

#login table {
	width: 390px;
	margin: 0 auto 30px;
}

#forget table {
	width: 390px;
	margin: 0 auto 30px;
}

#forget-kakunin table {
	width: 630px;
	margin: 0 auto 30px;
}

#form table {
	width: 630px;
	margin: 0 auto 30px;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../images/bg_cover_w_90.png);
}
#overlay #mypage-box {
	width: 700px;
	margin: 0 auto;
}
#overlay #close-btn-b {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 200;
	width: 60px;
	height: 60px;
}
#overlay #close-btn-b a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/close_btn.png) no-repeat;
}

#modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../images/bg_cover_w_90.png);
	overflow: auto;
}
#modal #mypage-box {
	width: 700px;
	margin: 0 auto;
}
#modal #close-btn a {
	position:fixed;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: url(../images/close_btn.png) no-repeat;
}

.box-title {
	position: relative;
	height: 80px;
	line-height: 80px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #134b88;
	text-indent: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.box-title #user-name {
	position: absolute;
	right: 20px;
	font-size: 14px;
}
.box-title #user-name:after {
	content: "さん";
}

.box-subtitle {
	position: relative;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 0 10px;
	border-left: 5px solid #134b88;
	margin-bottom: 10px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.radio-btn:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.radio-btn input {
	display: none;
}

.radio-btn label {
	display: block;
	float: left;
	cursor: pointer;
	width: 100px;
	margin: 0;
	padding: 10px;
	background: #bdc3c7;
	color: #869198;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

.radio-btn label.radius:first-of-type {
	border-radius: 15px;
	margin: 0 10px;
	font-size: 12px;
	padding: 5px;
}

.radio-btn label.radius:last-of-type {
	border-radius: 15px;
	margin: 0 10px;
	font-size: 12px;
	padding: 5px;
}

.radio-btn.long label {
	width: 120px;
}

.radio-btn label:first-of-type {
	border-radius: 3px 0 0 3px;
}

.radio-btn label:last-of-type {
	border-radius: 0 3px 3px 0;
}

.radio-btn input[type="radio"]:checked + .e01_shuketu-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e01_shuketu-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e02_ninzu-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e02_ninzu-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e03_simei-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e03_simei-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e04_inin-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e04_inin-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e05_konshin-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e05_konshin-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e04_inin-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e04_inin-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e05_konshin-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e05_konshin-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e06_bento-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e06_bento-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e07_kotohira-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e07_kotohira-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e08_basou-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e08_basou-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e09_jiyu-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e09_jiyu-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e10_okosama-on {
	background-color: #6495ed;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .e10_okosama-off {
	background-color: #e67168;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .allscholl-on {
	background-color: #0097cd;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .private-on {
	background-color: #f08800;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .public-on {
	background-color: #005785;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .national-on {
	background-color: #67913e;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .national-on {
	background-color: #67913e;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .all-on {
	background-color: #0097cd;
	color: #fff;
}

.radio-btn input[type="radio"]:checked + .men-on {
	background-color: #a5d1f0;
	color: #333;
}

.radio-btn input[type="radio"]:checked + .women-on {
	background-color: #efbed7;
	color: #333;
}

.radio-btn input[type="radio"]:checked + .coedu-on {
	background-color: #7ac8c2;
	color: #333;
}

.select-label {
	position: relative;
	display: inline-block;
}
.select-label:after {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	top: 10px;
	right: 10px;
	background: url(../images/select_arrow_icn.png) no-repeat 0 0;
}

.haihon {
	padding: 0 5px;
}

.search-field select {
	display: inline-block;
	border: none;
	padding: 3px 20px 3px 3px;
	font-size: 14px;
	border: 1px solid #ccc;
	width: 220px;
}

.search-field select.shiken {
	width: 300px;
}

.search-field select.city {
	width: 120px;
}

select.num {
	width: 50px;
}

.checkbox-area {
	padding: 10px 0;
}

.checkbox-area input[type="checkbox"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: bottom;
	background-image: url("../images/checkbox_off.png");
	background-repeat: no-repeat;
}

.checkbox-area input[type="checkbox"]:checked {
	background-image: url("../images/checkbox_on.png");
}

.radio-td input[type="radio"] {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("../images/radio_off.png");
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.radio-td input[type="radio"]:checked {
	background-image: url("../images/radio_on.png");
}

.school-hit {
	text-align: right;
}

.pagenav {
	padding: 10px 0;
	text-align: right;
}
.pagenav li {
	display: inline-block;
}
.pagenav li a {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #0097cd;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
}
.pagenav li a:hover {
	background-color: #0066cc;
}
.pagenav .pagenum {
	margin: 0 10px;
}

#school-detail-controler {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: url(../images/bg_cover_bg_50.png);
	padding: 10px 3px;
	text-align: center;
}
#school-detail-controler ul {
	display: inline-block;
	overflow: hidden;
}
#school-detail-controler ul li {
	float: left;
	margin: 0 10px;
}

#hyouka-textarea-box {
	padding: 10px;
}

#hyouka-textarea {
	width: 450px;
	height: 150px;
	resize: none;
	overflow: auto;
}

.none-area {
	display: none;
}
select#fa_time {
  width: 50px;
}

/* マップ検索用ページスタイル
---------------------------------------------------------------------- */
#map_search * {
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial !important;
}

#map_search .row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* 左カラム
------------------------------- */
#map_search .row .col01 {
	-webkit-flex: 0 0 180px;
	flex: 0 0 180px;
}

#map_search .row .col01 h3 {
	background: #134B88;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 13px;
}

#map_search .row .col01 .school_list {
	height: 500px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#map_search .row .col01 .school_list h4 {
	border-bottom: 2px solid #aaa;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 5px;
	margin: 0 0 5px;
}

#map_search .row .col01 .school_list ul {
	font-size: 11px;
	margin: 0 0 10px;
}

#map_search .row .col01 .school_list ul li {
	margin: 0 0 5px;
}

#map_search .row .col02 {
	-webkit-flex: 0 0 500px;
	flex: 0 0 500px;
}

#map_search .row .col02 #map {
	background: #999;
	height: 520px;
}


#infowindow h3 {
	border-bottom: 2px solid #ccc;
	padding: 0 0 5px;
	font-weight: bold;
	background: none;
	line-height: 1.4;
	margin: 0 0 10px;
}

#infowindow ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#infowindow ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: dotted 1px #ddd;
	line-height: 1.4;
	font-size: 12px;
	overflow: hidden;
}

#infowindow ul li span {
	display: block;
	float: left;
}

#infowindow ul li span:first-child {
	word-break: normal;
	width: 70px;
	font-weight: bold;
}

#infowindow ul li span:nth-of-type(2) {
	word-break: break-all;
	width: 225px;
	float: right;
}

#infowindow ul li:first-child span {
	display: block;
	margin: 0 0 0 70px;
}

#infowindow ul li:first-child span:first-child {
	width: 100%;
	margin: 0;
}

#infowindow ul li:first-child {
	border: none;
}

#infowindow ul li:first-child span a {
	display: block;
	text-decoration: none;
	padding: 4px 0 3px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background: #d9534f;
	border: 1px solid #d43f3a;
	width: 100%;
	box-sizing: border-box;
}

#infowindow ul li:first-child span a:hover {
	opacity: .7;
}
#message {
	font-size: 18px;
	margin-bottom: 20px;
}
#message dt {
	position: relative;
	display: block;
	width: 97%;
	height: 60px;
	line-height: 60px;
	background-color: #e8675a;
	font-weight: bold;
	color: #ffffff;
	padding-left: 3%;
	cursor: pointer;
}
#message dt:after {
	content: "";
	display: block;
	width: 90px;
	height: 24px;
	background: url(../images/arrow_top.png) no-repeat 0 0;
	position: absolute;
	top: 50%;right: 20px;
	margin-top: -12px;
}
#message dt.on:after {
	background: url(../images/arrow_top.png) no-repeat 0 -24px;
}
#message dd {
	font-size: 13px;
	background-color: #fdf3ef;
	padding: 20px;
	overflow: hidden;
	display: none;
	border: 1px solid #d96458;
	border-top: none;
}
#message dd span {
	display: block;
	font-weight: bold;
}
#message dd i {
	color: #ff2a4f;
}
#message dd .message-left {
	width: 48%;
	float: left;
}
#message dd .message-right {
	width: 48%;
	float: right;
}
@media screen and (min-width: 416px) and (max-width: 768px) {
	html {
		zoom: 0.95;
	}
	#message {
		width: 460px;
		margin: 0 auto 30px;
	}
	#message dt {
		position: relative;
		display: block;
		height: 60px;
		line-height: 60px;
		background-color: #e8675a;
		font-weight: bold;
		color: #ffffff;
		cursor: pointer;
		font-size: 16px;
	}
	#message dd {
	}
	#message dd .message-left {
		width: 100%;
	}
	#message dd .message-right {
		width: 100%;
	}
	#message dd .pc-fl-r {
		float: right;
	}
	#header-nav li a {
		width: 85px;
		font-size: 14px;
	}
	.pc-fl-r,
	.pc-fl-l {
		float: none;
		margin: 0 auto 30px;
	}
	.pc-box-960 {
		width: auto;
	}
	#login table {
    width: 360px;
    margin: 0 auto 30px;
	}
	.box-table th {
    font-size: 14px;
	}
}


@media screen and (max-width: 767px) {
	/* 767px以下用（スマートフォン用）の記述 */
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body {
		font-family: "Lucida Grande", "segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		color: #333;
		background-color: #f7f7f7;
		padding-top: 0;
	}

	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}

	a {
		color: #0097cd;
	}

	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	.pc-fl-l {
		float: none;
	}

	.pc-fl-r {
		float: none;
	}

	.pc-pd {
		display: none;
	}

	.sp-mg0 {
		margin: 0 !important;
	}

	.pc-mgb10 {
		margin-bottom: 0;
	}

	.pc-mgb20 {
		margin-bottom: 0;
	}

	.pc-mgb30 {
		margin-bottom: 0;
	}

	.sp-pdt10 {
		padding-top: 10px !important;
	}

	.sp-mgb10 {
		margin-bottom: 10px !important;
	}

	.sp-mgb20 {
		margin-bottom: 20px !important;
	}

	.sp-mgb30 {
		margin-bottom: 30px !important;
	}

	.sp-pdb20 {
		padding-bottom: 20px !important;
	}

	.sp-pdb30 {
		padding-bottom: 30px !important;
	}

	.mg-l5 {
		margin-left: 5px;
	}

	.sp-fs-10 {
		font-size: 10px;
	}

	.sp-fs-14 {
		font-size: 14px;
	}

	.sp-block {
		display: block;
	}

	.box-shaow {
		/* box-shadow */
		box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
		border-radius: 5px;
	}

	.cf:after {
		content: "";
		display: block;
		height: 1px;
		clear: both;
		visibility: hidden;
	}

	.fa.fa-sign-in {
		margin-left: 5px;
		font-size: 18px;
	}

	.fa.fa-arrow-circle-right {
		margin-left: 5px;
		font-size: 18px;
	}

	.fa.fa-question-circle {
		margin-right: 5px;
	}

	.fa.fa-exclamation-circle {
		margin-right: 5px;
		color: #c1272d;
	}

	.fa.fa-chevron-circle-right {
		margin-left: 5px;
		font-size: 18px;
	}

	#header {
		position: static;
		background-color: #134b88;
		height: auto;
	}
	#header #header-inner {
		min-width: 100%;
		max-width: 100%;
		height: 25px;
		color: #ffffff;
		margin: 0 0;
	}

	#header #header-inner a#header-homebtn {
		position: absolute;
		top: 5px;left: 120px;
		display: block;
		width: 60px;
		height: 15px;
		border: none;
		color: #ffffff;
		border: 1px solid #cccccc;
		font-size: 10px;
		margin: 0 0;
		border-radius: 5px;
		background: #0097cd;
		line-height: 12px;
		text-align: center;
	}

	#header #header-inner img {
		height: 25px;
		width: auto;
	}

	#header-nav {
		border: none;
		margin-right: 5px;
	}
	#header-nav #header-login-btn {
		padding: 5px 0 0;
		border-right: none;
	}
	#header-nav #header-login-btn li {
		border-right: none;
	}
	#header-nav #header-login-btn input {
		display: block;
		width: 80px;
		height: 15px;
		border: none;
		color: #ffffff;
		border: 1px solid #cccccc;
		font-size: 10px;
		margin: 0 0;
		border-radius: 5px;
		background: #0097cd;
		line-height: 12px;
	}

	#footer {
		position: static;
	}
	#footer #footer-inner {
		min-width: 100%;
		max-width: 100%;
		height: 30px;
		color: #ffffff;
		line-height: 30px;
		text-align: center;
		margin: 0 0;
	}

	#pagetop-btn {
		bottom: 50px;
		right: 10px;
		width: 40px;
		height: 40px;
	}
	#pagetop-btn a {
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../images/pagetop.png);
		background-size: 40px 40px;
	}
	#pagetop-btn a:hover {
		opacity: 1;
	}

	#modal-btn-area {
		position: relative;
		padding: 10px 0;
		background-color: #fcfbe3;
		text-align: right;
		min-height: 40px;
	}
	#modal-btn-area span {
		display: inline-block;
		position: absolute;
		left: 10px;
		font-size: 13px;
	}

	#modal-btn {
		position: static;
		display: inline-block;
		z-index: 100;
		top: 0;
		width: auto;
		margin: 0 10px 0 0;
	}

	#modal-btn a {
		display: inline-block;
		border-radius: 5px;
		text-decoration: none;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		background-color: #0097cd;
		font-size: 12px;
		color: #ffffff;
		text-indent: 0;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
	}
	#modal-btn a:hover {
		/* box-shadow */
		background-color: #0066cc;
		box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 1px 0px;
	}

	#modal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 100%;
	    padding-bottom: 40px;
		background: url(../images/bg_cover_w_90.png);
		overflow: auto;
	}
	#modal #mypage-box {
		width: 100%;
		margin: 0 0;
		padding: 0 20px;
	}
	#modal #close-btn a {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: url(../images/close_btn.png) no-repeat;
		background-size: 30px 30px;
	}
	#main {
		overflow: hidden;
		width: 100%;
		padding: 20px 10px;
		margin: 0 0;
	}

	#main.mypage {
		overflow: hidden;
		width: 100%;
		padding: 0 0;
		margin: 0 0;
	}

	.pc-box-460 {
		width: 100%;
		min-height: auto;
		padding: 0 0 20px;
		height: auto;
		background-color: #ffffff;
	}

	.pc-box-580 {
		width: 100%;
		margin: 0 0;
		background-color: #ffffff;
		padding: 0 0 20px;
	}

	.pc-box-780 {
		width: 100%;
		margin: 0 0;
		background-color: #ffffff;
		padding: 0 0 0;
	}

	.pc-box-960 {
		width: 100%;
		margin: 0 0;
	}

	.pc-box-w530 {
		width: 100%;
		margin: 0 0;
	}

	.login-about {
		padding: 0 0;
	}
	.login-about dt {
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.box-inner {
		padding: 20px 20px 0;
	}

	.policy-box {
		padding: 10px;
	}
	.policy-box .policy-lead {
		font-size: 10px;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.policy-box .policy-inner {
		padding: 10px;
		background-color: #ffffff;
		border: 1px solid #ccc;
		font-size: 10px;
		height: 80px;
		overflow: auto;
		margin-bottom: 10px;
	}
	.policy-box .policy-title {
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.policy-box .policy-txt {
		padding-top: 10px;
	}
	.policy-box .policy-txt dt {
		font-weight: bold;
	}
	.policy-box .policy-txt dd p {
		margin-bottom: 1em;
	}
	.policy-box .policy-check-area {
		border: 1px solid #ccc;
		background-color: #ffffff;
		text-align: center;
		padding: 5px;
	}

	.annotation-list-tu {
		margin-top: -20px;
		margin-bottom: 40px;
		padding: 0 10px 0 20px;
	}
	.annotation-list-tu li {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.annotation-list {
		margin-top: -10px;
		margin-bottom: 30px;
		padding: 0 10px 0 20px;
	}
	.annotation-list li {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.sp-mypage-name {
		display: block;
		width: 100%;
		position: relative;
		font-size: 12px;
		padding: 3px 3px 3px;
		background-color: #3B3F40;
		color: #ffffff;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.sp-mypage-name:after {
		content: "さん";
	}
	.sp-mypage-name span {
		display: block;
		width: 200px;
	}

	#mypage-sp-nav {
		width: 100%;
		overflow: hidden;
	}
	#mypage-sp-nav li {
		width: 25%;
		float: left;
		text-align: center;
	}
	#mypage-sp-nav li a {
		position: relative;
		height: 55px;
		width: 100%;
		display: block;
		text-decoration: none;
		border-left: 1px solid #ccc;
		background-color: #0097cd;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	}
	#mypage-sp-nav li a span {
		position: absolute;
		bottom: 8px;
		left: 0;
		display: block;
		font-size: 12px;
		color: #ffffff;
		width: 100%;
		height: auto;
		line-height: 1.2;
		letter-spacing: 0.1em;
	}
	#mypage-sp-nav li a i {
		color: #ffffff;
		font-size: 24px;
		padding-top: 8px;
	}
	#mypage-sp-nav li:first-child a {
		border-left: none;
	}

	.mypage-box.pd {
		padding-bottom: 30px !important;
	}

	.mypage-box {
		padding: 0 0 0;
		/*
			.test-search {
				padding: 20px 0 20px;
				text-align: center;
				select {
					width: 240px;
					height: 20px;
					font-size: 18px;
				}
			}
		*/
	}
	.mypage-box .mypage-title {
		border-left: none;
		background-color: #134b88;
		color: #fff;
		padding-left: 10px;
		font-size: 16px;
		font-weight: normal;
		height: 20px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.mypage-box .search-field-hyouka input[type="text"] {
		display: block;
		font-size: 10px;
		letter-spacing: 0;
		width: 95%;
		border-radius: 3px;
		border: 1px solid #666;
		height: 30px;
		padding-left: 5px;
	}
	.mypage-box .search-field-hyouka {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top: 1px solid #ccc;
	}
	.mypage-box .search-field-hyouka th, .mypage-box .search-field-hyouka td {
		border: none;
		display: block;
	}
	.mypage-box .search-field-hyouka th {
		background-color: #fcfbe3;
		padding: 5px 5px;
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
	}
	.mypage-box .search-field-hyouka td {
		padding-left: 5px;
		border-bottom: 1px solid #ccc;
		font-size: 13px;
	}
	.mypage-box .search-field-hyouka .radio-btn input[type="radio"] + .allscholl-on {
		width: 50px;
	}
	.mypage-box #mypage-news-area {
		margin-bottom: 0;
	}
	.mypage-box #mypage-news-area dt {
		position: relative;
		height: auto;
		color: #0097cd;
		cursor: default;
		display: block;
		padding: 15px 25px 15px 10px;
		text-decoration: none;
		margin-bottom: 0;
		border-bottom: 1px dotted #ccc;
	}
	.mypage-box #mypage-news-area dt:hover {
		color: #007ecc;
		text-decoration: none;
	}
	.mypage-box #mypage-news-area dt i {
		position: absolute;
		top: 50%;
		left: auto;
		right: 10px;
		margin-right: 0;
		margin-top: -8px;
		font-size: 16px;
	}
	.mypage-box #mypage-news-area dd {
		display: none;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
	}
	.mypage-box .mypage-report-sp {
		width: 90%;
		margin: 20px 5% 20px;
		background-color: #fff;
	}
	.mypage-box .mypage-report-sp .schedule {
		font-size: 12px;
		font-weight: bold;
		background-color: #134b88;
		color: #ffffff;
		padding: 5px 5px;
	}
	.mypage-box .mypage-report-sp th, .mypage-box .mypage-report-sp td {
		text-align: center;
		border: 1px solid #666666;
		padding: 5px 0;
	}
	.mypage-box .mypage-report-sp .subject {
		background-color: #fcfbe3;
	}
	.mypage-box .mypage-report-sp tr td:nth-child(even) {
		background-color: #eaeaea;
	}
	.mypage-box .mypage-report-btns {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.mypage-box .mypage-report-btns li {
		width: 50%;
		float: left;
	}
	.mypage-box .search-field {
		width: 100%;
		margin: 20px 0 0;
		/*
				.sp-select-area select {
					display: inline-block;
					width: 120px;
					height: 20px;
					margin-bottom: 10px;
				}
		*/
	}
	.mypage-box .search-field th, .mypage-box .search-field td {
		border: none;
		height: auto;
		display: list-item;
		list-style: none;
		width: 100%;
	}
	.mypage-box .search-field th {
		font-weight: normal;
		background-color: transparent;
		padding-left: 0;
		width: 100%;
		padding-left: 10px;
		margin-bottom: 10px;
		color: #333333;
		font-size: 14px;
		background-color: #ededed;
	}
	.mypage-box .search-field td {
		padding-left: 0;
		margin-bottom: 20px;
		font-size: 15px;
		padding: 0 10px;
	}
	.mypage-box .search-field .sp-txt {
		font-size: 18px;
		line-height: 2em;
	}
	.mypage-box .search-field02 {
		width: 300px;
		margin: 20px auto;
	}
	.mypage-box .search-field02 .field-other-title {
		color: #333;
		font-size: 13px;
		width: 40px;
		text-align: right;
		padding: 10px 0;
	}
	.mypage-box #search-add {
		text-align: center;
		padding-top: 20px;
		font-size: 18px;
	}
	.mypage-box .my-favorite-list li {
		position: relative;
		border-bottom: 1px dotted #666;
		padding: 5px 10px 20px;
	}
	.mypage-box .my-favorite-list ul.star-box {
		position: absolute;
		bottom: 10px;
		right: 10px;
		padding: 0;
		display: inline-block;
		overflow: hidden;
	}
	.mypage-box .my-favorite-list ul.star-box li {
		float: left;
		width: 15px;
		height: 13px;
		border-bottom: none;
		padding: 0;
	}
	.mypage-box .my-favorite-list ul.star-box li.one {
		background: url(../images/star_all.png) no-repeat;
	}
	.mypage-box .my-favorite-list ul.star-box li.harf {
		background: url(../images/star_harf.png) no-repeat;
	}
	.mypage-box .my-favorite-list ul.star-box li.no {
		background: url(../images/star_no.png) no-repeat;
	}
	.mypage-box .my-favorite-list .icn-class {
		text-align: center;
	}
	.mypage-box .my-favorite-list .schoolname {
		display: block;
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		padding-top: 5px;
	}
	.mypage-box .my-favorite-list .value-n {
		position: absolute;
		top: 5px;
		right: 10px;
		font-size: 12px;
		font-weight: bold;
	}
	.mypage-box .my-favorite-list .btn__a {
		position: absolute;
		bottom: 30px;
		right: 10px;
	}
	.mypage-box .my-favorite-list .btn__a a {
		padding: 5px;
	}
	.mypage-box .my-favorite-list .btn__a span {
		display: inline-block;
		padding: 0 5px;
	}
	.mypage-box .results-title {
		height: 36px;
		line-height: 36px;
		margin-bottom: 10px;
		font-size: 14px;
		border-left: 10px solid #134b88;
		padding-left: 10px;
		background-color: #eee;
	}
	.mypage-box .results-table {
		width: 100%;
		margin-bottom: 20px;
		/*
				th,td {
					text-align: center;
					border: 1px solid #ccc;
					padding: 5px;
				}
				th {
					background-color: #134b88;
					color: #ffffff;
				}
		*/
	}
	.mypage-box .results-table .subject {
		font-weight: bold;
		background-color: #eee;
	}
	.mypage-box #results-btn {
		padding: 20px 0 20px;
	}

	.searchpage.mypage-box {
		padding: 0 0 20px;
		overflow: auto;
	}

	.school-detail {
		padding: 0 0;
	}
	.school-detail #school-title {
		position: relative;
		margin-bottom: 10px;
		font-size: 14px;
		border-left: 5px solid #134b88;
		padding-left: 5px;
		background-color: #fbfbee;
	}
	.school-detail #school-title .icn-area {
		position: absolute;
		top: 50%;
		right: 10px;
		text-align: right;
		margin-top: -10px;
	}
	.school-detail #school-title .icn-class {
		display: inline-block;
		height: 20px;
		width: 20px;
		line-height: 20px;
		border-radius: 10px;
		text-align: center;
		font-size: 12px;
	}
	.school-detail #school-title .school-title-wide {
		width: 80%;
	}
	.school-detail #school-title .btns {
		position: absolute;
		top: 0;
		right: 0;
	}
	.school-detail #school-title .btns li {
		float: left;
		font-size: 10px;
		border-left: 1px solid #ccc;
		padding: 5px;
		line-height: 1.25;
		text-align: center;
		height: 36px;
	}
	.school-detail #school-title .btns li a {
		display: block;
		height: 36px;
	}
	.school-detail #school-title .btns li i {
		font-size: 10px;
	}
	.school-detail .year-title {
		font-size: 12px;
		margin-bottom: 5px;
		color: #134b88;
		font-weight: bold;
		border-left: 3px solid #134b88;
		padding-left: 10px;
	}
	.school-detail .mypage-title {
		padding-left: 10px;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 20px;
		height: auto;
		line-height: auto;
		background-color: #134b88;
		color: #ffffff;
		letter-spacing: 0.1em;
	}

	#school-detail-text {
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 10px;
		margin-bottom: 0;
		margin: 10px;
		background-color: #fcf1f1;
	}

	#detail-star-box {
		width: 100%;
	}
	#detail-star-box th, #detail-star-box td {
		width: 33%;
		font-size: 11px;
		text-align: center;
		padding: 3px;
		background-color: #fbfbee;
		border: 1px solid #134b88;
	}

	#school-detail-table00 {
		width: 100%;
		margin-bottom: 30px;
	}
	#school-detail-table00 th {
		background-color: #fbfbee;
		color: #333;
		font-weight: bold;
	}
	#school-detail-table00 th, #school-detail-table00 td {
		padding: 5px 5px;
		text-align: center;
		border: 1px solid #ccc;
		font-size: 11px;
		letter-spacing: 0.1em;
		text-align: left;
	}

	#school-detail-table01 {
		width: 100%;
		margin-bottom: 30px;
	}
	#school-detail-table01 th {
		background-color: #fbfbee;
		color: #333;
		font-weight: bold;
	}
	#school-detail-table01 th, #school-detail-table01 td {
		padding: 5px 0;
		text-align: center;
		border: 1px solid #ccc;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	#school-detail-table01 .table01-title {
		background-color: #134b88;
	}
	#school-detail-table01 .none {
		display: none;
	}
	#school-detail-table01 .nocell {
		background-color: transparent;
	}
	#school-detail-table01 .border-bottom {
		border-bottom: 2px solid #999999;
	}

	#school-detail-table02 {
		width: 100%;
		margin-bottom: 30px;
	}
	#school-detail-table02 th {
		text-align: center;
		background-color: #fbfbee;
		color: #333;
		width: 10%;
		font-weight: bold;
	}
	#school-detail-table02 th, #school-detail-table02 td {
		padding: 5px 0;
		text-align: center;
		border: 1px solid #ccc;
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	#school-detail-table03 {
		width: 100%;
		margin-bottom: 30px;
		border-top: 1px solid #ccc;
	}
	#school-detail-table03 th {
		font-size: 21px;
		color: #333;
		width: 100%;
		font-weight: bold;
		text-align: center;
		background-color: #fbfbee;
	}
	#school-detail-table03 td {
		text-align: center;
	}
	#school-detail-table03 th, #school-detail-table03 td {
		display: block;
		padding: 10px;
		border: none;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #ccc;
	}

	#school-detail-table04 {
		width: 100%;
		margin-bottom: 30px;
	}
	#school-detail-table04 th {
		text-align: left;
		background-color: #fbfbee;
		color: #333;
		width: 85px;
		font-weight: bold;
	}
	#school-detail-table04 td {
		text-align: left;
	}
	#school-detail-table04 th, #school-detail-table04 td {
		padding: 5px 5px;
		text-align: left;
		border: 1px solid #ccc;
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	#school-detail-table05 {
		width: 100%;
		margin-bottom: 10px;
	}
	#school-detail-table05 th {
		text-align: center;
		background-color: #fbfbee;
		color: #333;
		width: 20%;
		font-weight: bold;
		font-size: 10px;
	}
	#school-detail-table05 td {
		text-align: center;
		font-size: 12px;
	}
	#school-detail-table05 th, #school-detail-table05 td {
		padding: 5px 5px;
		text-align: center;
		border: 1px solid #ccc;
		letter-spacing: 0.1em;
	}

	#school-detail-table06 {
		width: 100%;
		margin-bottom: 30px;
	}
	#school-detail-table06 th {
		text-align: left;
		background-color: #fbfbee;
		color: #333;
		width: 50%;
		font-weight: bold;
	}
	#school-detail-table06 td {
		text-align: left;
	}
	#school-detail-table06 th, #school-detail-table06 td {
		padding: 5px 5px;
		text-align: left;
		border: 1px solid #ccc;
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	#shools table {
		width: 100%;
		border-top: 1px solid #ccc;
	}
	#shools table th, #shools table td {
		letter-spacing: 0.1em;
	}
	#shools table th {
		width: 30%;
		letter-spacing: 0;
		vertical-align: middle;
		border-bottom: 1px solid #ccc;
	}
	#shools table td {
		text-align: center;
		width: 20%;
		border-bottom: 1px solid #ccc;
	}

	#gmap iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

	body#school-detail {
		padding-bottom: 60px;
		background-color: #333;
	}

	#favarite-header {
		position: static;
		height: auto;
		margin-bottom: auto;
	}
	#favarite-header #header-search-btn {
		display: none;
	}

	#footer-fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		height: 40px;
		width: 100%;
		background: url(../images/bg_cover_bg_50.png);
	}
	#footer-fixed .inner {
		position: relative;
		width: 100%;
		height: 60px;
	}
	#footer-fixed #footer-search-btn {
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -75px;
	}

	.btn__a {
		text-align: center;
	}
	.btn__a a {
		display: inline-block;
		padding: 10px;
		background-color: #0097cd;
		border-radius: 5px;
		color: #ffffff;
		text-decoration: none;
		/* box-shadow */
		box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
	}
	.btn__a a:hover {
		/* box-shadow */
		background-color: #0066cc;
		box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px 0px;
	}

	.submt-icn .submit__a {
		display: block;
		height: 41px;
		font-size: 14px;
		line-height: 1.5;
		color: #ffffff;
		cursor: pointer;
		border: none;
		border-radius: 5px;
		background-color: #0097cd;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
	}
	.submt-icn .submit__a:hover {
		/* box-shadow */
		background-color: #0066cc;
	}

	#footer-fixed .submt-icn .submit__a {
		height: 20px;
	}

	.box-table th, .box-table td {
		display: list-item;
		list-style: none;
		padding: 0;
	}
	.box-table th {
		font-size: 14px;
		font-weight: bold;
		width: 100%;
		height: 20px;
		line-height: 20px;
		text-align: left;
		border-left: 5px solid #134b88;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.box-table td input {
		font-size: 12px;
		width: 100%;
		height: 2.5em;
		letter-spacing: 0;
		padding: 0 0 0 0.5em;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	#login table {
		width: 100%;
		margin: 0 0 10px;
	}

	#login-registration table {
		width: 100%;
		margin: 0 0 0;
	}
	#login-registration .sp-en-txt {
		font-size: 10px;
		margin-bottom: 10px;
	}

	#forget table {
		width: 100%;
		margin: 0 0 0;
	}

	#forget-kakunin table {
		width: 100%;
		margin: 0 0 0;
	}
	#forget-kakunin .sp-en-txt {
		font-size: 10px;
		margin-bottom: 20px;
	}

	#form table {
		width: 100%;
		margin: 0 0 10px;
	}

	#login-index .login-toroku-txt {
		font-weight: bold;
		color: #134b88;
		text-align: center;
		margin-bottom: 10px;
		line-height: 1.75;
	}
	#login-index .login-toroku-txt span {
		display: block;
	}

	.box-title {
		display: none;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	#login-index .box-title {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.box-title #user-name {
		font-size: 11px;
	}

	.select-label {
		position: relative;
	}
	.select-label:after {
		content: "";
		position: absolute;
		display: block;
		width: 9px;
		height: 9px;
		top: 10px;
		right: 10px;
		background: url(../images/select_arrow_icn.png) no-repeat 0 0;
	}

	.haihon {
		padding: 0 5px;
	}

	.search-field select {
		display: inline-block;
		border: none;
		padding: 3px 30px 3px 5px;
		font-size: 14px;
		border: 1px solid #ccc;
		width: auto;
		margin-bottom: 10px;
	}

	.search-field .radio-btn label {
		display: inline-block;
		float: left;
		cursor: default;
		width: 65px;
		margin: 0;
		font-size: 14px;
		padding: 10px 0;
		background: #bdc3c7;
		color: #869198;
		text-align: center;
		line-height: 1;
		transition: .2s;
	}

	.search-field .radio-btn.long label {
		width: 80px;
	}

	.mypage-box .search-field .checkbox-area {
		line-height: 2;
	}

	.checkbox-area {
		padding: 0 0;
	}
	.checkbox-area label {
		display: inline-block;
		margin-right: 5px;
		padding: 5px 0;
	}

	.checkbox-area input[type="checkbox"] {
		display: inline-block;
		background-color: #ccc;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		vertical-align: middle;
		background-image: url("../images/checkbox_off.png");
		background-repeat: no-repeat;
		background-size: 20px 20px;
	}

	.checkbox-area input[type="checkbox"]:checked {
		background-image: url("../images/checkbox_on.png");
	}

	.radio-td input[type="radio"] {
		display: inline-block;
		width: 16px;
		height: 16px;
		background-image: url("../images/radio_off.png");
		background-repeat: no-repeat;
		vertical-align: middle;
	}

	.radio-td input[type="radio"]:checked {
		background-image: url("../images/radio_on.png");
	}

	.radio-btn label.radius:first-of-type {
		width: 100px;
		border-radius: 15px;
		margin: 0 5px;
	}

	.radio-btn label.radius:last-of-type {
		width: 100px;
		border-radius: 15px;
		margin: 0 5px;
	}

	#overlay {
		padding-top: 60px;
	}
	#overlay #mypage-box {
		width: 100%;
		margin: 0 0;
	}
	#overlay #close-btn-b {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	#overlay #close-btn-b a {
		display: block;
		width: 30px;
		height: 30px;
		background-image: url(../images/close_btn.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
	}

	.school-hit {
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
	}

	.pagenav {
		padding: 5px 0;
		text-align: center;
	}
	.pagenav li {
		display: inline-block;
		font-size: 16px;
	}
	.pagenav li a {
		display: inline-block;
		height: 20px;
		width: 20px;
		line-height: 20px;
		text-align: center;
		color: #ffffff;
		background-color: #0097cd;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
	}
	.pagenav li a:hover {
		background-color: #0066cc;
	}
	.pagenav .pagenum {
		margin: 0 10px;
	}

	#school-detail-controler {
		position: fixed;
		bottom: 0px;
		width: 100%;
		background: url(../images/bg_cover_bg_50.png);
		padding: 5px 3px;
		text-align: center;
	}
	#school-detail-controler ul {
		display: inline-block;
		overflow: hidden;
	}
	#school-detail-controler ul li {
		float: left;
		margin: 0 3px;
	}
	#school-detail-controler ul li .submit__a {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		height: 30px;
	}
	#school-detail-controler ul li .submit__b {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		height: 30px;
	}
	#school-detail-controler ul li .btn__a a {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		height: 30px;
	}
	#school-detail-controler ul li .btn__b a {
		font-size: 10px;
		padding: 5px 5px 5px 5px;
		height: 30px;
	}

	#hyouka-textarea-box {
		padding: 10px;
	}

	#hyouka-textarea {
		width: 90%;
		height: 100px;
		resize: none;
		overflow: auto;
	}




	/* マップ検索用ページスタイル
	---------------------------------------------------------------------- */

	#map_search .row {
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	/* 左カラム
	------------------------------- */

	#map_search .row .col01 {
		flex: 0 0 auto;
	}

	#map_search .row .col01 h3 {
		background: #134B88;
		border-bottom: 1px solid #ddd;
		color: #fff;
		font-weight: bold;
		padding: 2px 5px;
		font-size: 13px;
	}

	#map_search .row .col01 .school_list {
		height: 200px;
		overflow-y: scroll;
		padding: 0 10px 50px;
		-webkit-overflow-scrolling: touch;
	}

	#map_search .row .col01 .school_list ul {
		overflow: hidden;
		margin: 0 0 5px;
	}

	#map_search .row .col01 .school_list li {
		width: 50%;
		float: left;
	}

	#map_search .row .col02 {
		flex: 0 0 auto;
	}

	#map_search .row .col02 #map {
		height: 300px;
	}


	#infowindow {
		min-width: 250px;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

	#infowindow h3 {
		border-bottom: none;
		padding: 0;
		font-weight: bold;
		background: none;
		line-height: 1.4;
		margin: 0 0 3px;
		font-size: 14px;
	}

	#infowindow ul li:first-child {
		padding-bottom: 0;
	}

	#infowindow ul li {
		margin: 0 0 2px;
		padding: 0 0 2px;
		line-height: 1.2;
	}

	#infowindow ul li span {
		display: block;
	}

	#infowindow ul li span:first-child {
		width: 15%;
	}

	#infowindow ul li span:nth-of-type(2) {
		width: 85%;
	}

	#infowindow ul li:last-child span {
		display: block;
		margin: 0;
	}

	#infowindow ul li:first-child span a {
		padding: 2px 0 1px;
		margin-bottom: 2px;
		width: 80%;
	}
	#detail-page-anchor {
		overflow: hidden;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#detail-page-anchor li {
		width: 20%;
		float: left;
	}
	#detail-page-anchor li a {
		display: block;
		color: #ffffff;
		font-size: 10px;
		background-color: #0097cd;
		text-align: center;
		text-decoration: none;
		padding: 5px 0;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	#message {
		width: 100%;
		margin: 0 0 20px;
	}
	#message dt {
		position: relative;
		display: block;
		height: 40px;
		line-height: 40px;
		background-color: #e8675a;
		font-weight: bold;
		color: #ffffff;
		cursor: pointer;
		font-size: 10px;
		width: 100%;
	}
	#message dt:after {
		content: "";
		display: block;
		width: 45px;
		height: 12px;
		background: url(../images/arrow_top.png) no-repeat 0 0;
		background-size: 45px 24px;
		position: absolute;
		top: 50%;right: 10px;
		margin-top: -6px;
	}
	#message dt.on:after {
		background: url(../images/arrow_top.png) no-repeat 0 -12px;
		background-size: 45px 24px;
	}
	#message dd .message-left {
		width: 100%;
	}
	#message dd .message-right {
		width: 100%;
	}
	#message dd .pc-fl-r {
		float: right;
	}
	#header-nav li a {
		width: 85px;
		font-size: 14px;
	}

}
