@charset "utf-8";
/*------------------------------------------------

(C) International Budo University

base.css

------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	width: 100%;
	height: 100%;
	line-height: 1.0em;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}


/*------------------------------------------------
common
------------------------------------------------*/
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.0em;
	color: #333;
	background: #fff;
}
a:link,
a:visited {
	color: #00afcb;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
a, a img {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}
a:hover img {
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a.pdf {
	background-image: url(/common/img/icon_pdf.png) !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	background-size: 16px 16px !important;
}
a.blank {
	background-image: url(/common/img/icon_blank.png) !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	background-size: 16px 16px !important;
}
sup {
	font-size: 0.7em;
	vertical-align: top;
}
#wrapper {
	position: relative;
	width: 100%;
	min-width: 1020px;
	font-size: 0.9em;
}
.spOnly,
.spTop {
	display: none;
}
.pcOnly {
	display: block;
}
.red {
	color: #e00 !important;
}


/*------------------------------------------------
header
------------------------------------------------*/
.burger {
	position: absolute;
	top: 7px;
	right: 2%;
	padding: 10px;
	display: none;
	float: right;
}
.burger li {
	margin: 5px 0;
	width: 25px;
	height: 2px;
	background: #333;
}
.burger.open li {
	background: #ccc;
}
#header {
	position: absolute;
	top: -166px;
	left: 0;
	margin: 166px 0 0 0;
	width: 100%;
	min-width: 1020px;
	height: 166px;
	background: #fff;
	z-index: 1;
}
#header .inner {
	position: relative;
	width: 100%;
}
#header p#logo {
	display: none;
}

/* global navigation */
#gNav {
	margin: 0 auto;
	width: 100%;
	height: 130px;
	color: #fff;
}
#gNav ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}
#gNav ul li.nav {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
	width: calc((100%/6) - 0.01%);
	height: 40px;
	background: #00afcb;
	float: left;
}
#gNav ul li.nav a {
	width: 100%;
	height: 40px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: block;
}
#gNav ul li.nav.ac a {
	height: 37px;
}
#gNav ul li#nav01.nav .pcOnly a {
	background: #fff url(../img/gnav_outline.png) center top no-repeat;
}
#gNav ul li#nav01.nav .pcOnly a:hover,
#gNav ul li#nav01.nav:hover .pcOnly a {
	background: url(/common/img/gnav_outline_on.png) center top no-repeat !important;
}
#gNav ul li#nav02.nav .pcOnly a {
	background: #fff url(../img/gnav_examination.png) center top no-repeat;
}
#gNav ul li#nav02.nav .pcOnly a:hover,
#gNav ul li#nav02.nav:hover .pcOnly a {
	background: url(/common/img/gnav_examination_on.png) center top no-repeat !important;
}
#gNav ul li#nav03.nav .pcOnly a {
	background: #fff url(../img/gnav_department.png) center top no-repeat;
}
#gNav ul li#nav03.nav .pcOnly a:hover,
#gNav ul li#nav03.nav:hover .pcOnly a {
	background: url(/common/img/gnav_department_on.png) center top no-repeat !important;
}
#gNav ul li#nav04.nav .pcOnly a {
	background: #fff url(../img/gnav_career.png) center top no-repeat;
}
#gNav ul li#nav04.nav .pcOnly a:hover,
#gNav ul li#nav04.nav:hover .pcOnly a {
	background: url(/common/img/gnav_career_on.png) center top no-repeat !important;
}
#gNav ul li#nav05.nav .pcOnly a {
	background: #fff url(../img/gnav_campuslife.png) center top no-repeat;
}
#gNav ul li#nav05.nav .pcOnly a:hover,
#gNav ul li#nav05.nav:hover .pcOnly a {
	background: url(/common/img/gnav_campuslife_on.png) center top no-repeat !important;
}
#gNav ul li#nav06.nav .pcOnly a {
	background: #fff url(../img/gnav_club.png) center top no-repeat;
}
#gNav ul li#nav06.nav .pcOnly a:hover,
#gNav ul li#nav06.nav:hover .pcOnly a {
	background: url(/common/img/gnav_club_on.png) center top no-repeat !important;
}
#gNav ul li.nav:hover {
	background: rgba(30,30,30,0.9);
}
#gNav ul li#navLogo {
	padding: 5px 0;
	width: 100%;
	height: 80px;
	font-size: 0;
	line-height: 0;
	background: url(/common/img/logo.png) center no-repeat;
}
#gNav ul li#navLogo a {
	margin: 0 auto;
	width: 270px;
	height: 80px;
	display: block;
}
#gNav ul li.nav .menu_second-level {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	max-height: 0;
	background: rgba(30,30,30,0.9);
	overflow: hidden;
	opacity: 0;
	z-index: 1000;
}
#gNav ul li.nav:hover .menu_second-level {
	top: 100%;
	max-height: 9999px;
	opacity: 1;
}
#gNav ul li.nav .menu_second-level .detailWrap {
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	transition: .3s ease-in;
	margin: 0 auto;
	width: 98%;
	max-width: 1020px;
	font-size: 0.9em;
	display: table;
	opacity: 0;
}
#gNav ul li.nav:hover .menu_second-level .detailWrap {
	opacity: 1;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailImg {
	padding: 20px 2% 20px 0;
	width: 18%;
	vertical-align: top;
	border-right: 1px solid #404040;
	display: table-cell;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailImg img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec.sec1 {
	padding: 20px 2%;
	width: 96%;
	vertical-align: top;
	border-right: 1px solid #404040;
	display: table-cell;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec.sec2 {
	padding: 20px 2%;
	width: 36%;
	vertical-align: top;
	border-right: 1px solid #404040;
	display: table-cell;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul {
	border-top: 1px solid #404040;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li {
	border-bottom: 1px solid #404040;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li a {
	margin: 4px 0;
	padding: 7px 15px;
	width: 94%;
	height: auto;
	font-size: 1.0em;
	color: #fff;
	line-height: 1.0em;
	text-align: left;
	border-left: 3px solid #00afcb;
	display: block;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li a:hover {
	color: #00afcb;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li ul {
	margin: 0 0 5px 20px;
	width: auto;
	border: none;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li ul li {
	margin: 0 0 1px 0;
	width: 100%;
	border: none;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li ul.club li {
	margin: 0 1px 1px 0;
	width: 33%;
	float: left;
}
#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li ul li a {
	margin: 0;
	padding: 5px 15px;
	width: auto;
	height: auto;
	background: rgba(150,150,150,0.1);
	border: none;
	display: block;
}

/* fixed */
#header.fixed {
	-webkit-transition: top .5s ease-out;
	-moz-transition: top .5s ease-out;
	transition: top .5s ease-out;
	-webkit-box-shadow: 0 1px 3px 0 #ccc;
	-moz-box-shadow: 0 1px 3px 0 #ccc;
	box-shadow: 0 1px 3px 0 #ccc;
	position: fixed;
	top: 0;
	margin: 0;
	height: 100px;
	background: #fff;
	z-index: 10;
}
#header.fixed #gNav ul li#navLogo {
	height: 50px;
	background: url(/common/img/logo.png) center no-repeat;
	background-size: 169px 50px;
}
#header.fixed #gNav ul li#navLogo a {
	width: 169px;
	height: 50px;
}
#header.fixed #gSub {
	display: none;
}

/* global sub navigation */
#gSub {
	width: 100%;
	height: 36px;
	background: #f6f6f6;
}
#gSub .inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1020px;
}
#gSubTarget {
	width: 75.8%;
	height: 36px;
	border-right: 1px solid #e0e0e0;
	float: left;
}
#gSubTarget .targetKey {
	display: none;
}
#gSubTarget ol li {
	margin: 0 2% 0 0;
	float: left;
}
#gSubTarget ol li a {
	padding: 0 0 0 15px;
	font-size: 0.85em;
	line-height: 36px;
	color: #333;
	background: url(/common/img/arrow_s.png) left center no-repeat;
	background-size: 16px 16px;
	display: block;
}
#gSubTarget ol li a:hover {
	color: #00afcb;
}
#gSubOpt {
	width: 24%;
	float: right;
}
#gSubOpt p {
	position: relative;
	padding: 0 1%;
	width: 15%;
	height: 36px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	float: left;
}
#gSubOpt p a {
	width: 100%;
	height: 36px;
	display: block;
}
#gSubOpt p.gSubAccess {
	background: url(/common/img/icon_access.png) center no-repeat;
	background-size: 20px 20px;
}
#gSubOpt p.gSubLang {
	background: url(/common/img/icon_lang_en.png) center no-repeat;
	background-size: 20px 20px;
}
#gSubOpt p.gSubDoc {
	display: none;
}
#gSubOpt p span {
	display: none;
}
#gSubOpt p:hover span {
	position: absolute;
	top: 38px;
	left: -50%;
	padding: 5px 1%;
	width: 198%;
	font-size: 0.85em;
	color: #fff;
	background: #00afcb;
	display: block;
	z-index: 100;
}
#gSubOpt p span:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 44.5%;
	width: 0;
	height: 0;
	display: block;
	border: 12px transparent solid;
	border-right-width: 0;
	border-left-color: #00afcb;
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	z-index: 100;
}
#gSubOpt .search {
	padding: 4px 0 0 1%;
	width: 60%;
	height: 32px;
	float: right;
}
#gSubOpt .searchForm {
	width: 100%;
	height: 26px;
	background: #fff;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
#gSubOpt .search .keywords {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 4%;
	width: 72%;
	font-size: 0.85em;
	line-height: 26px;
	vertical-align: middle;
	outline: none;
	background: none;
	border: none;
	float: left;
}
#gSubOpt .search .searchBtn {
	width: 26px;
	height: 26px;
	float: right;
}
#gSubOpt .search input[type="image"] {
	width: 26px;
	height: 26px;
}


/*------------------------------------------------
footer
------------------------------------------------*/
#footer {
	padding: 30px 0 0 0;
	width: 100%;
	color: #fff;
	background: #333;
}
#footer a {
	color: #fff !important;
}
#footer a:hover {
	color: #ccc !important;
}
#footer .inner {
	margin: 0 auto;
	width: 98%;
	max-width: 1020px;
}
#footer .inner ul {
	padding: 10px 0 15px 0;
	width: 80%;
	float: left;
}
#footer .inner ul li {
	margin: 0 3% 0 0;
	float: left;
}
#footer .inner ul li a {
	padding: 5px 0 5px 20px;
	background: url(/common/img/arrow_s.png) left center no-repeat;
	background-size: 16px 16px;
	display: block;
}
#footer .inner p.request {
	width: 19%;
	float: right;
}
#footer .inner p.request a {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	background: url(/common/img/arrow_next.png) 98% center no-repeat;
	background-size: 40px 40px;
	border: 1px solid #fff;
	display: block;
}
#footer .inner p.request a:hover {
	background-color: #505050;
	border: 1px solid #ccc;
}
#footer .inner ol {
	clear: both;
	padding: 20px 0 40px 0;
	width: 100%;
	border-top: 1px solid #5c5c5c;
}
#footer .inner ol li {
	margin: 0 2% 0 0;
	font-size: 0.9em;
	float: left;
}
#footer #btm {
	padding: 20px 0 25px 0;
	background: #000;
}
#footer #btm address {
	padding: 20px 0 20px 290px;
	width: 25%;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	background: url(/common/img/logo_footer.png) left center no-repeat;
	float: left;
}
#footer #btm p {
	padding: 45px 0 0 0;
	width: 45%;
	font-size: 0.75em;
	text-align: right;
	float: right;
}

/* pagetop */
#footPagetop {
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 50px;
}
#footPagetop a {
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	background: #00afcb url(../img/icon_pagetop.png) center no-repeat;
	background-size: 50px 50px;
	display: block;
}
#footPagetop a:hover {
	background-color: #0558ad;
}


/*------------------------------------------------
layout
------------------------------------------------*/
/* article */
#article {
	position: relative;
	padding: 480px 0 0 0;
	width: 100%;
}
#article .section {
	position: relative;
	width: 100%;
	background: #fff;
}
#article .section .inner {
	margin: 0 auto;
	padding: 0 0 140px 0;
	width: 98%;
	max-width: 1020px;
}
#main {
	width: 740px;
	float: left;
}
#breadcrumb {
	margin: 0 0 40px 0;
	padding: 15px 0;
	font-size: 0.85em;
}
#breadcrumb ul li {
	padding: 0 5px 0 0;
	float: left;
}
#breadcrumb ul li a {
	padding: 0 19px 0 0;
	background: url(/common/img/icon_breadcrumb.png) right center no-repeat;
}

/* title */
#title {
	position: absolute;
	top: 280px;
	left: 0;
	width: 100%;
}
#title h1 {
	padding: 15px 5% 15px 5%;
	max-width: 50%;
	font-size: 2.0em;
	font-weight: normal;
	color: #fff;
	line-height: 1.0em;
	background: rgba(0,175,203,0.9);
	display: inline-block;
	overflow: hidden;
}

/* side */
#aside {
	margin: -30px 0 0 0;
	width: 220px;
	float: right;
}
#aside .contsName {
	padding: 25% 3%;
	width: 94%;
	font-size: 1.6em;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
	background: #00afcb;
}
#aside ul {
	margin: 0 0 30px 0;
	width: 100%;
	border-bottom: 2px solid #ddd;
}
#aside ul li a {
	padding: 8% 15% 8% 8%;
	color: #333;
	line-height: 1.5em;
	text-decoration: none;
	background: #f1f0ed url(/common/img/arrow_next_blue.png) 100% center no-repeat;
	background-size: 30px 30px;
	border-bottom: 1px solid #ddd;
	display: block;
}
#aside ul li a:hover,
#aside ul li.active a {
	color: #00afcb;
	background-color: #dcf2f6;
}
#aside ul li .category {
	border-bottom: 1px solid #ddd;
}
#aside ul li .category .categoryTitle {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
	background: #f1f0ed;
}
#aside ul li .category .categoryTitle:hover {
	color: #00afcb;
	background: #dcf2f6;
}
#aside ul li .category .toggleContents {
	border: none;
	z-index: 10;
}
#aside ul li .category .toggleContents {
	margin: 0;
}
#aside ul li .category .toggleContents li a {
	padding: 6% 8% 6% 16%;
	font-size: 0.9em;
	color: #333;
	line-height: 1.4em;
	text-decoration: none;
	background: #e4e2dc url(/common/img/arrow_s.png) 15px center no-repeat;
	background-size: 16px 16px;
	border-bottom: 1px solid #fff;
	display: block;
}
#aside ul li .category .toggleContents li:last-child a {
	border: none;
}
#aside ul li .category .toggleContents li a:hover {
	background-color: #eae9e4;
}
.toggleKey {
	padding: 8% 15% 8% 8%;
	line-height: 1.5em;
	background: url(/common/img/icon_toggle_open_blue.png) 96% center no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
	display: block;
}
.toggleKey.open {
	color: #00afcb;
	background: #dcf2f6 url(/common/img/icon_toggle_close.png) 96% center no-repeat;
	background-size: 14px 14px;
}
#aside ol li {
	margin: 0 0 10px 0;
	width: 100%;
}
#aside ol li img {
	width: 100%;
	height: auto;
}


/*------------------------------------------------
main image
------------------------------------------------*/
#mainImg {
	position: fixed;
	width: 100%;
	min-width: 1020px;
	height: 480px;
	font-size: 0;
	line-height: 0;
	background: #f0fafc;
	z-index: 0;
}


/*------------------------------------------------
index
------------------------------------------------*/
.index #article .section {
	background: #f6f6f6;
}
.index #main .box {
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
	margin: 0 0 30px 0;
	padding: 20px 3%;
	width: 94%;
	background: #fff;
}
.index #main .box.lead,
#contact.index #main .box {
	padding: 30px 3%;
}
.index #main .box:last-child {
	margin: 0;
}
.index #main .box h3 {
	width: 100%;
}
.index #main .box h4 {
	font-size: 1.5em;
	line-height: 1.4em;
}
.index #main .box p {
	margin: 20px 0 0 0;
	line-height: 1.6em;
}
.index #main .box h3 a {
	padding: 10px 30px 10px 15px;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	background: url(/common/img/arrow_next_blue.png) right center no-repeat;
	background-size: 30px 30px;
	border-left: 3px solid #00afcb;
	display: block;
}
.index #main .box dl {
	margin: 20px 0 0 0;
	width: 100%;
}
.index #main .box dl dt {
	width: 40%;
	float: left;
}
.index #main .box dl dt img {
	width: 100%;
	max-width: 260px;
	height: auto;
}
.index #main .box dl dd {
	padding: 0 0 0 2%;
	width: 58%;
	line-height: 1.6em;
	float: right;
}
.index #main .box ul {
	margin: 20px 0 0 0;
	width: 100%;
}
.index #main .box ul li {
	margin: 1px;
	width: 49.6%;
	float: left;
}
.index #main .box ul li:nth-child(2n+1) {
	clear: both;
}
.index #main .box ul li a {
	padding: 10px 5px 10px 30px !important;
	font-size: 0.9em;
	color: #333;
	line-height: 1.5em;
	text-decoration: none;
	background: #f6f6f6 url(/common/img/arrow_s.png) 10px center no-repeat;
	background-size: 16px 16px;
	display: block;
}
.index #main .box ul li a.pdf {
	background: #f6f6f6 url(/common/img/icon_pdf.png) 10px center no-repeat;
	background-size: 16px 16px;
}
.index #main .box ul li .fsmall a {
	padding: 11.5px 5px 11.5px 30px;
	font-size: 0.85em;
}
.index #main .box ul li a:hover {
	color: #00afcb;
	background-color: #f0fafc;
}

/* contact */
#contact.index #main .box h3 {
	font-size: 1.4em;
	line-height: 1.2em;
}
#contact.index #main .box a.blank {
	padding: 5px 5px 5px 22px;
}


/*------------------------------------------------
contents
------------------------------------------------*/
#main h2 {
	margin: 0 0 50px 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}
#main h2.mgb {
	margin: 0 0 25px 0;
	font-weight: normal;
}
.conts #main h3 {
	margin: 0 0 30px 0;
	padding: 7px 0 7px 15px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	border-left: 3px solid #00afcb;
	border-bottom: 1px solid #e0e0e0;
}
.conts #main h4 {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	background: #f1f0ed;
}
.conts #main h5 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #0057a6;
	line-height: 1.4em;
	border-bottom: 1px solid #e0e0e0;
}
.conts #main h6 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
}
.conts #main .box {
	margin: -130px 0 60px 0;
	padding: 130px 0 0 0;
	width: 100%;
}
.conts #main .box:last-child {
	margin: -130px 0 0 0;
}
.conts #main .boxIn {
	margin: 0 0 40px 0;
	width: 100%;
}
.conts #main .boxIn:last-child {
	margin: 0;
}
.conts #main .box p {
	margin: 0 0 30px 0;
	line-height: 1.6em;
}
.conts #main .box p.img {
	text-align: center;
}
.conts #main .box p.img img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}
.conts #main .box p.img.s img {
	width: auto;
}
.conts #main .box .note {
	margin: 0;
	font-size: 0.9em;
	color: #999;
}
.conts #main .box ol {
	margin: 0 0 30px 20px;
	list-style: decimal;
}
.conts #main .box ol li {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}
.conts #main .box table {
	margin: 0 0 10px 0;
	width: 100% !important;
	font-size: 0.8em;
	border: 1px solid #e0e0e0;
}
.conts #main .box table caption {
	margin: 0 0 15px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: left;
}
.conts #main .box table th {
	padding: 10px;
	font-weight: normal;
	line-height: 1.5em;
	vertical-align: middle;
	background: #f1f0ed;
	border: 1px solid #e0e0e0;
}
.conts #main .box table td {
	padding: 10px;
	line-height: 1.5em;
	vertical-align: middle;
	border: 1px solid #e0e0e0;
}
.conts #main .box table td.bg {
	text-align: center !important;
	background: #f0fafc;
}
.conts #main .box table .txtLeft {
	text-align: left !important;
}

/* pagetop */
.conts #main .box p.ptop {
	padding: 20px 0 0 0;
	text-align: right;
}
.conts #main .box p.ptop a {
	padding: 5px 5px 5px 22px;
	font-size: 0.9em;
	color: #333;
	background: url(/common/img/icon_pagetop_s.png) left center no-repeat;
	background-size: 16px 16px;
}
.conts #main .box p.ptop a:hover {
	color: #00afcb;
}

/* contact */
.conts #main .box .contsContact dl {
	margin: 0 0 15px 0;
	width: 100%;
	border: 1px solid #e0e0e0;
	display: table;
}
.conts #main .box .contsContact dl dt {
	padding: 15px 3%;
	width: 24%;
	font-weight: bold;
	line-height: 1.6em;
	vertical-align: middle;
	text-align: center;
	background: #f6f6f6;
	display: table-cell;
}
.conts #main .box .contsContact dl dd {
	padding: 15px 5%;
	width: 60%;
	line-height: 1.6em;
	vertical-align: middle;
	display: table-cell;
}
.conts #main .box .contsContact dl dd .icon {
	margin: 0 3px 0 0;
	width: 24px;
	height: auto;
	vertical-align: middle;
}

/* anchor */
.conts #main .box.anchor ul {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
	background: #f6f6f6;
}
.conts #main .box.anchor ul li {
	padding: 5px 5px 5px 22px;
	line-height: 1.6em;
	background: url(/common/img/arrow_s.png) left 9px no-repeat;
	background-size: 16px 16px;
}
.conts #main .box.anchor ul li a {
	color: #333;
}
.conts #main .box.anchor ul li a:hover {
	color: #00afcb;
}

/* contents list */
.conts #main .box ul.contsList li {
	margin: 0 0 10px 0;
	width: 100%;
}
.conts #main .box ul.contsList li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 35px 15px 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
	background: #f0fafc url(/common/img/arrow_next_blue.png) 98% center no-repeat;
	background-size: 30px 30px;
	border: 1px solid #f0fafc;
	display: block;
}
.conts #main .box ul.contsList li a:hover {
	background-color: #fff;
	border: 1px solid #00afcb;
}

/* link list */
.conts #main .box .lnkList {
	margin: 0 0 30px 0;
	width: 100%;
}
.conts #main .box .lnkList li {
	width: 48%;
	line-height: 1.6em;
	float: left;
}
.conts #main .box .lnkList li:nth-child(2n) {
	float: right;
}
.conts #main .box .lnkList li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 10px 15px 22px;
	text-align: center;
	text-decoration: none;
	background: #f0fafc url(/common/img/arrow_s.png) 10px center no-repeat;
	background-size: 16px 16px;
	border: 1px solid #f0fafc;
	display: block;
}
.conts #main .box .lnkList li a:hover {
	background-color: #fff;
	border: 1px solid #00afcb;
}

/* link */
.conts #main .box p.lnk {
	text-align: center;
}
.conts #main .box p.lnk.mgb {
	margin: 0 0 5px 0;
}
.conts #main .box p.lnk a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 2% 10px 2%;
	padding: 15px 2% 15px 6%;
	width: 37%;
	text-align: center;
	text-decoration: none;
	background: #f0fafc url(/common/img/arrow_s.png) 10px center no-repeat;
	background-size: 16px 16px;
	border: 1px solid #f0fafc;
	display: inline-block;
}
.conts #main .box p.lnk.single a {
	margin: 0 0 10px 0;
	width: 92%;
}
.conts #main .box p.lnk a.pdf {
	background-position: 10px center !important;
}
.conts #main .box p.lnk a:hover {
	background-color: #fff;
	border: 1px solid #00afcb;
}

/* photo */
.conts #main .ph li {
	margin: 0 0 30px 0;
	padding: 0 5%;
	width: 40%;
	line-height: 1.6em;
	text-align: center;
	float: left;
}
.conts #main .ph li:nth-child(2n+1) {
	clear: both;
}
.conts #main .ph li img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}

/* news */
.news {
	margin: 0 0 80px 0;
	width: 100%;
}
.news h2 {
	margin: 0 0 25px 0 !important;
	font-weight: normal !important;
}
.news .inner {
	-webkit-box-shadow: 0 0 3px 0 #ccc;
	-moz-box-shadow: 0 0 3px 0 #ccc;
	box-shadow: 0 0 3px 0 #ccc;
	padding: 20px 3% !important;
	width: 94% !important;
	max-width: 94% !important;
	background: #fff;
}
.news .inner ul li {
	padding: 15px 0;
	width: 100%;
	line-height: 1.5em;
	border-bottom: 1px solid #e0e0e0;
	overflow: auto;
}
.news .inner ul li:last-child {
	border: none;
}
.news .inner ul li .date {
	padding: 0 15px 0 0;
	width: 105px;
	float: left;
}
.news .inner ul li .ctg {
	margin: 0 15px 0 0;
	float: left;
}
.news .inner ul li .txt {
	width: 63%;
	float: left;
	display: block;
}

/* category label */
.ctg {
	padding: 5px 3px;
	width: 114px;
	font-size: 0.75em;
	color: #fff;
	line-height: 1.0em;
	text-align: center;
	background: #ccc;
}
.ctg.ctgNews {
	background: #0558ad;
}
.ctg.ctgTopx {
	background: #f06e84;
}
.ctg.ctgExam {
	background: #00afcb;
}
.ctg.ctgDept {
	background: #a8b;
}
.ctg.ctgClub {
	background: #e90;
}


/*------------------------------------------------
other contents
------------------------------------------------*/
#contact #main,
#community #main,
#policy #main,
#request #main,
#link #main,
#kinen #main,
#sitemap #main {
	width: 100%;
	float: none;
}
#contact #mainImg,
#community #mainImg,
#policy #mainImg,
#request #mainImg,
#link #mainImg,
#kinen #mainImg,
#ugp #mainImg,
#sitemap #mainImg {
	background: url(/common/img/mainimg_common.jpg) center bottom no-repeat;
	background-size: cover;
}
#target #mainImg {
	background: url(/common/img/mainimg_target.jpg) center bottom no-repeat;
	background-size: cover;
}
#link #main .box a.blank {
	padding: 5px 5px 5px 22px;
	background-position: left center !important;
}
#kinen #main .ph {
	margin: 0 auto;
	width: 70%;
}
#sitemap.index #main .box h3.nonLink {
	padding: 10px 30px 10px 15px;
	width: auto;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	border-left: 3px solid #ccc;
	display: block;
}
#sitemap.index #main .box ul {
	border-top: 1px solid #e0e0e0;
}
#sitemap.index #main .box ul.nonb {
	border: none;
}
#sitemap.index #main .box ul li {
	width: 100%;
	font-size: 1.1em;
	border-bottom: 1px solid #e0e0e0;
}
#sitemap.index #main .box ul li:last-child {
	border: none;
}
#sitemap.index #main .box ul li a {
	padding: 10px !important;
	background: url(/common/img/arrow_next_blue.png) right center no-repeat;
	background-size: 30px 30px;
}
#sitemap.index #main .box ul li ul {
	margin: 0 0 10px 0;
	border: none;
}
#sitemap.index #main .box ul li ul li {
	width: 33.1%;
	font-size: 0.9em;
	border: none;
}
#sitemap.index #main .box ul li ul li:nth-child(2n+1) {
	clear: inherit;
}
#sitemap.index #main .box ul li ul li:nth-child(3n+1) {
	clear: both;
}
#sitemap.index #main .box ul li ul li a {
	padding: 10px 10px 10px 30px !important;
	background: #f6f6f6 url(/common/img/arrow_s.png) 10px center no-repeat;
	background-size: 16px 16px;
}
#sitemap.index #main .box ul li ul li a.pdf {
	background-position: 10px center !important;
}
#sitemap.index #main .box ul li ul li a:hover {
	background-color: #f0fafc;
}





@media screen and (max-width: 768px) {
	a:link,
	a:visited {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	a:active,
	a:hover {
		text-decoration: none;
	}
	a, a img {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		transition: none;
	}
	a:hover img {
		-moz-opacity: 1;
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	#wrapper {
		min-width: 100%;
		font-size: 14px;
	}
	.spOnly,
	.spTop {
		display: block;
	}
	.pcOnly {
		display: none;
	}


/*------------------------------------------------
header
------------------------------------------------*/
	.burger {
		cursor: pointer;
		display: block;
	}
	#header {
		position: relative;
		top: 0;
		margin: 0;
		min-width: 100%;
		height: auto;
		background: #fff !important;
	}
	#header .inner {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		height: 60px;
		z-index: 2;
	}
	#header p#logo {
		width: 100%;
		height: 60px;
		font-size: 0;
		line-height: 0;
		background: url(/common/img/logo.png) center no-repeat;
		background-size: 135px 40px;
		display: block;
	}
	#header p#logo a {
		margin: 0 auto;
		width: 135px;
		height: 60px;
		display: block;
	}
	#gNav {
		-webkit-transform: translate3d(0,0,0)scale(1);
		-moz-transform: translate3d(0,0,0)scale(1);
		transform: translate3d(0,0,0)scale(1);
		position: fixed;
		top: 0;
		right: 0;
		padding: 0;
		width: 80%;
		height: 100%;
		background: #202020;
		opacity: 0;
		overflow-y: auto;
	}
	#gNav ul {
		width: 100%;
		/* height: 100%; */
	}
	#gNav ul li.nav {
		width: 100%;
		height: auto;
		background: none;
		border-bottom: 1px solid #333;
		float: none;
	}
	#gNav ul li.nav:hover {
		background: none;
	}
	#gNav ul li#navLogo {
		padding: 0;
		width: 100%;
		height: auto;
		font-size: 1.0em;
		line-height: 1.0em;
		background: none !important;
		border-bottom: 1px solid #333;
	}
	#gNav ul li.nav a,
	#gNav ul li#navLogo a {
		margin: 5px 0 5px 3%;
		padding: 12px 0 12px 4%;
		width: 92% !important;
		height: auto !important;
		font-size: 1.0em;
		color: #fff;
		line-height: 1.0em;
		text-align: left;
		text-decoration: none;
		background: url(/common/img/icon_toggle_open.png) 97% center no-repeat;
		background-size: 14px 14px;
		border-left: 2px solid #00afcb;
		display: block;
	}
	#gNav ul li#navLogo a {
		background: url(/common/img/arrow_next.png) 99% center no-repeat;
		background-size: 30px 30px;
	}
	#gNav ul li.nav .spOnly.active a {
		color: #00afcb;
		background: url(/common/img/icon_toggle_close.png) 97% center no-repeat;
		background-size: 14px 14px;
	}

/* Open Effect */
	#gNav.open {
		-webkit-transform: translate3d(0,0,0)scale(1);
		-webkit-animation: slideIn .35s ease-in-out;
		-moz-transform: translate3d(0,0,0)scale(1);
		-moz-animation: slideIn .35s ease-in-out;
		transform: translate3d(0,0,0)scale(1);
		animation: slideIn .35s ease-in-out;
		opacity: 1;
	}
	@-webkit-keyframes slideIn {
		0% { opacity: 0; -webkit-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 1; -webkit-transform: translate3d(0,0,0)scale(1); }
	}
	@-moz-keyframes slideIn {
		0% { opacity: 0; -moz-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 1; -moz-transform: translate3d(0,0,0)scale(1); }
	}
	@keyframes slideIn {
		0% { opacity: 0; transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 1; transform: translate3d(0,0,0)scale(1); }
	}

/* Closed Effect */
	#gNav.close {
		-webkit-transform: translate3d(5%,0,0)scale(1);
		-webkit-animation: slideOut .3s ease-in-out;
		-moz-transform: translate3d(5%,0,0)scale(1);
		-moz-animation: slideOut .3s ease-in-out;
		transform: translate3d(5%,0,0)scale(1);
		animation: slideOut .3s ease-in-out;
		opacity: 0;
	}
	@-webkit-keyframes slideOut {
		0% { opacity: 1; -webkit-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; -webkit-transform: translate3d(5%,0,0)scale(1); }
	}
	@-moz-keyframes slideOut {
		0% { opacity: 1; -moz-transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; -moz-transform: translate3d(5%,0,0)scale(1); }
	}
	@keyframes slideOut {
		0% { opacity: 1; transform: translate3d(0,0,0)scale(1); }
		100% { opacity: 0; transform: translate3d(5%,0,0)scale(1); }
	}

/* global navigation */
	#gNav ul li.nav .menu_second-level {
		position: relative !important;
		top: 0;
		max-height: inherit;
		background: #000;
		opacity: 1;
		display: none;
	}
	#gNav ul li.nav:hover .menu_second-level {
		top: 0;
	}
	#gNav ul li.nav .menu_second-level .detailWrap {
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		border: none;
		display: inherit;
		opacity: 1;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailImg {
		display: none;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec.sec1,
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec.sec2 {
		padding: 0;
		width: 100%;
		border: none;
		display: inherit;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul {
		border-top: 1px solid #292929;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li {
		border-bottom: 1px solid #292929;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li:last-child {
		border: none;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li a {
		margin: 0;
		padding: 13px 8%;
		width: 84% !important;
		line-height: 1.5em;
		background: url(/common/img/arrow_next.png) 97% center no-repeat;
		background-size: 24px 24px;
		border: none;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li a:hover {
		color: #fff;
	}
	#gNav ul li.nav .menu_second-level .detailWrap .detailSec ul li ul {
		display: none;
	}

/* sub navigation */
	#gSub {
		height: auto;
		background: none;
	}
	#gSub .inner {
		width: 100%;
		height: auto;
	}
	#gSubTarget {
		clear: both;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #000;
		float: none;
	}
	#gSubTarget ol {
		background: #000;
		display: none;
	}
	#gSubTarget ol li {
		margin: 0;
		border-bottom: 1px solid #292929;
		float: none;
	}
	#gSubTarget ol li:last-child {
		border: none;
	}
	#gSubTarget ol li a {
		padding: 13px 15px 13px 25px;
		font-size: 12px;
		color: #fff;
		line-height: 1.5em;
		text-decoration: none;
		background: url(/common/img/arrow_next.png) 97% center no-repeat;
		background-size: 24px 24px;
	}
	#gSubTarget .targetKey {
		padding: 5px 0;
		background: #292929;
		border-top: 1px solid #000;
		display: block;
	}
	#gSubTarget .targetKey span {
		margin: 0 0 0 3%;
		padding: 12px 0 12px 4%;
		width: 92% !important;
		height: auto !important;
		font-size: 1.0em;
		color: #fff;
		line-height: 1.0em;
		text-align: left;
		text-decoration: none;
		background: url(/common/img/icon_toggle_open.png) 97% center no-repeat;
		background-size: 14px 14px;
		border-left: 2px solid #999;
		cursor: pointer;
		display: block;
	}
	#gSubTarget .targetKey span.close {
		color: #00afcb;
		background: url(/common/img/icon_toggle_close.png) 97% center no-repeat;
		background-size: 14px 14px;
	}
	#gSubOpt {
		width: 100%;
		float: none;
	}
	#gSubOpt p {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		width: 33.3%;
		height: auto;
		border-right: 1px solid #000;
	}
	#gSubOpt p a {
		padding: 70px 2% 15px 2%;
		width: 96%;
		height: auto;
		font-size: 11px;
		color: #fff;
		text-decoration: none;
	}
	#gSubOpt p.gSubAccess {
		background: url(/common/img/icon_access_sp.png) center 15px no-repeat;
		background-size: 40px 40px;
	}
	#gSubOpt p.gSubLang {
		background: url(/common/img/icon_lang_en_sp.png) center 15px no-repeat;
		background-size: 40px 40px;
	}
	#gSubOpt p.gSubDoc {
		background: url(/common/img/icon_doc_sp.png) center 15px no-repeat;
		background-size: 40px 40px;
		border: none;
		display: block;
	}
	#gSubOpt p span {
		display: block;
	}
	#gSubOpt p:hover span {
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		width: 100%;
		font-size: 11px;
		background: none;
	}
	#gSubOpt p span:before {
		display: none;
	}
	#gSubOpt .search {
		clear: both;
		padding: 15px 10px;
		width: auto;
		height: auto;
		float: none;
		border-top: 1px solid #000;
	}
	#gSubOpt .searchForm {
		height: 40px;
		border: none;
	}
	#gSubOpt .search .keywords {
		width: 74%;
		font-size: 12px;
		line-height: 40px;
	}
	#gSubOpt .search .searchBtn {
		width: 40px;
		height: 40px;
	}
	#gSubOpt .search input[type="image"] {
		width: 40px;
		height: 40px;
	}


/*------------------------------------------------
footer
------------------------------------------------*/
	#footer {
		padding: 10px 0 0 0;
	}
	#footer a:hover {
		color: #fff !important;
		text-decoration: none;
	}
	#footer .inner {
		width: 90%;
	}
	#footer .inner ul {
		width: 100%;
		float: none;
	}
	#footer .inner ul li {
		margin: 0;
		width: 100%;
	}
	#footer .inner ul li a {
		padding: 12px 0 12px 15px;
		display: block;
	}
	#footer .inner p.request {
		margin: 0 0 20px 0;
		width: 100%;
		float: none;
	}
	#footer .inner p.request a:hover {
		background-color: #333;
		border: 1px solid #fff;
	}
	#footer .inner ol {
		padding: 10px 0 30px 0;
	}
	#footer .inner ol li {
		margin: 0;
		width: auto;
		font-size: 12px;
		text-align: center;
	}
	#footer .inner ol li a {
		padding: 10px;
		display: block;
	}
	#footer #btm address {
		padding: 70px 0 0 0;
		width: 100%;
		font-size: 12px;
		text-align: center;
		background: url(/common/img/logo_footer.png) center top no-repeat;
		background-size: 203px 60px;
		float: none;
	}
	#footer #btm p {
		padding: 30px 0 0 0;
		width: 100%;
		font-size: 11px;
		text-align: center;
		float: none;
	}

/* pagetop */
	#footPagetop {
		bottom: 0;
		width: 35px;
		z-index: 10000;
	}
	#footPagetop a {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
	}
	#footPagetop a:hover {
		background-color: #00afcb;
	}


/*------------------------------------------------
layout
------------------------------------------------*/
	.content {
		position: relative;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 1;
	}

/* Open Effect */
	#header .inner.open,
	.content.open {
		-webkit-transform: translate3d(-80%,0,0);
		transform: translate3d(-80%,0,0);
		-moz-transform: translate3d(-80%,0,0);
		-moz-animation: open .5s ease-in-out;
		-webkit-animation: open .5s ease-in-out;
		animation: open .5s ease-in-out;
	}
	@-webkit-keyframes open {
		0% { -webkit-transform: translate3d(0,0,0); }
		100% { -webkit-transform: translate3d(-80%,0,0); }
	}
	@-moz-keyframes open {
		0% { -moz-transform: translate3d(0,0,0); }
		100% { -moz-transform: translate3d(-80%,0,0); }
	}
	@keyframes open {
		0% { transform: translate3d(0,0,0); }
		100% { transform: translate3d(-80%,0,0); }
	}
	#header .inner.open {
		background: #fff;
	}
	.content.open {
		position: fixed;
		width: 100%;
		height: 100%;
	}

/* Closed Effect */
	#header .inner.close,
	.content.close {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-animation: close .3s ease-in-out;
		-moz-animation: close .3s ease-in-out;
		animation: close .3s ease-in-out;
	}
	@-webkit-keyframes close {
		0% { -webkit-transform: translate3d(-80%,0,0); }
		100% { -webkit-transform: translate3d(0,0,0); }
	}
	@-moz-keyframes close {
		0% { -moz-transform: translate3d(-80%,0,0); }
		100% { -moz-transform: translate3d(0,0,0); }
	}
	@keyframes close {
		0% { transform: translate3d(-80%,0,0); }
		100% { transform: translate3d(0,0,0); }
	}

/* article */
	#article {
		padding: 0;
	}
	#article .section {
		padding: 30px 0 0 0;
	}
	#article .section .inner {
		padding: 0 0 80px 0;
		width: 100%;
	}
	#main {
		width: 100%;
		float: none;
	}
	#breadcrumb {
		display: none;
	}

/* title */
	#title {
		top: -240px;
	}
	#title h1 {
		padding: 10px 10% 10px 3%;
		max-width: 87%;
		font-size: 17px;
		line-height: 1.2em;
		background: #00afcb;
		display: block;
	}

/* aside */
	.mean-container .mean-bar {
		position: relative;
		top: -240px;
		z-index: 100000;
	}
	.mean-container a.meanmenu-reveal {
		position: absolute;
		top: 0;
		right: 10px;
		margin: 0 2% 0 0;
		width: 95%;
		height: 40px;
		cursor: pointer;
		background: url(/common/img/icon_title_toggle_open.png) right center no-repeat;
		background-size: 30px 30px;
		display: block;
	}
	.mean-container a.meanmenu-reveal img {
		padding: 5px 0 0 0;
		float: right;
	}
	.mean-container .mean-nav {
		position: absolute;
		top: 40px;
		width: 100%;
		background: #fff;
		/* float: left; */
	}
	.mean-container .mean-nav ul li a {
		padding: 12px 5%;
		width: 90%;
		font-size: 12px;
		color: #333;
		border-bottom: 1px solid #e0e0e0;
		background: #dcf2f6 url(/common/img/arrow_next_blue.png) 98% center no-repeat;
		background-size: 30px 30px;
		display: block;
	}
	.mean-container .contsName,
	.mean-container ol {
		display: none !important;
	}


/*------------------------------------------------
main image
------------------------------------------------*/
	#mainImg {
		position: relative;
		min-width: 100%;
		height: 240px;
	}


/*------------------------------------------------
index
------------------------------------------------*/
	.index #main .box {
		margin: 0 auto 30px auto;
		width: 92%;
	}
	.index #main .box:last-child {
		margin: 0 auto;
	}
	.index #main .box h3 a {
		padding: 6px 20px 6px 10px !important;
		font-size: 16px;
	}
	.index #main .box ul li a {
		font-size: 13px;
	}
	.index #main .box ul li a:hover {
		color: #333;
		background-color: #f6f6f6;
	}

/* contact */
	#contact.index #main .box h3 {
		font-size: 16px;
	}


/*------------------------------------------------
contents
------------------------------------------------*/
	#main h2 {
		margin: 0 2% 40px 2%;
		font-size: 20px;
	}
	#main h2.mgb {
		margin: 0 2% 25px 2%;
	}
	.conts #main .box {
		margin: -130px auto 50px auto;
		width: 96%;
	}
	.conts #main .box:last-child {
		margin: -130px auto 0 auto;
	}

/* pagetop */
	.conts #main .box p.ptop {
		padding: 15px 0 0 0;
	}
	.conts #main .box p.ptop a {
		font-size: 12px;
		color: #333 !important;
	}

/* anchor */
	.conts #main .box.anchor ul {
		padding: 20px;
	}
	.conts #main .box.anchor ul li a:hover {
		color: #333;
	}

/* contents list */
	.conts #main .box ul.contsList li a {
		font-size: 16px;
		border: 1px solid #00afcb;
	}
	.conts #main .box ul.contsList li a:hover {
		background-color: #f0fafc;
	}

/* link list */
	.conts #main .box .lnkList li,
	.conts #main .box .lnkList li:nth-child(2n) {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.conts #main .box .lnkList li a {
		border: 1px solid #00afcb;
	}
	.conts #main .box .lnkList li a:hover {
		background-color: #f0fafc;
	}

/* link */
	.conts #main .box p.lnk a {
		margin: 0 1% 10px 1%;
		width: 39%;
		border: 1px solid #00afcb;
	}
	.conts #main .box p.lnk a:hover {
		background-color: #f0fafc;
	}

/* news */
	.news h2 {
		margin: 0 2% 25px 2% !important;
	}
	.news .inner {
		width: 92% !important;
	}
	.news .inner ul li .txt {
		padding: 10px 0 0 0;
		width: 100%;
	}

/* YouTube */
	.youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
	}
	.youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
	}
/*------------------------------------------------
other contents
------------------------------------------------*/
	#kinen #main .ph {
		width: 80%;
	}
	#sitemap.index #main .box h3.nonLink {
		padding: 6px 20px 6px 10px;
		font-size: 16px;
	}
	#sitemap.index #main .box ul li {
		font-size: 14px;
	}
	#sitemap.index #main .box ul li ul li {
		width: 49.6%;
		font-size: 12px;
	}
	#sitemap.index #main .box ul li ul li:nth-child(2n+1) {
		clear: both;
	}
	#sitemap.index #main .box ul li ul li:nth-child(3n+1) {
		clear: inherit;
	}
	#sitemap.index #main .box ul li ul li a:hover {
		background-color: #f6f6f6;
	}
}





@media screen and (max-width: 640px) {
/*------------------------------------------------
index
------------------------------------------------*/
	.index #main .box {
		margin: 0 auto 15px auto;
		padding: 5% 3%
	}
	.index #main .box.lead,
	#contact.index #main .box {
		padding: 7% 3%;
	}
	.index #main .box h4 {
		font-size: 18px;
	}
	.index #main .box p {
		margin: 15px 0 0 0;
		line-height: 1.5em;
	}
	.index #main .box h3 a {
		padding: 6px 30px 6px 15px;
	}
	.index #main .box dl {
		margin: 15px 0 0 0;
	}
	.index #main .box dl dt {
		width: 100%;
		text-align: center;
		float: none;
	}
	.index #main .box dl dt img {
		max-width: 600px;
	}
	.index #main .box dl dd {
		padding: 15px 0 0 0;
		width: 100%;
		line-height: 1.5em;
		float: none;
	}
	.index #main .box ul {
		margin: 15px 0 0 0;
	}
	.index #main .box ul li {
		margin: 0 0 2px 0;
		width: 100%;
		float: none;
	}


/*------------------------------------------------
contents
------------------------------------------------*/
	#main h2 {
		margin: 0 4% 30px 4%;
	}
	#main h2.mgb {
		margin: 0 4% 15px 4%;
	}
	.conts #main h3 {
		margin: 0 0 20px 0;
		padding: 6px 0 6px 15px;
		font-size: 16px;
		line-height: 1.5em;
	}
	.conts #main h4 {
		margin: 0 0 15px 0;
		font-size: 15px;
	}
	.conts #main h5,
	.conts #main h6 {
		font-size: 14px;
		line-height: 1.5em;
	}
	.conts #main .box {
		margin: 0 auto 40px auto;
		padding: 0;
		width: 92%;
	}
	.conts #main .box:last-child {
		margin: 0 auto;
	}
	.conts #main .boxIn {
		margin: 0 0 30px 0;
	}
	.conts #main .box p {
		margin: 0 0 20px 0;
	}
	.conts #main .box p.img.s img {
		width: 100%;
	}
	.conts #main .box p.note {
		font-size: 12px;
	}
	.conts #main .box table {
		width: 600px !important;
		font-size: 12px;
	}
	.conts #main .box .spTbl {
		width: 100%;
		overflow: auto;
	}

/* contact */
	.conts #main .box .contsContact dl {
		display: inherit;
	}
	.conts #main .box .contsContact dl dt,
	.conts #main .box .contsContact dl dd {
		padding: 10px 3%;
		width: 94%;
		display: block;
	}

/* anchor */
	.conts #main .box.anchor ul {
		padding: 0;
		background: none;
	}
	.conts #main .box.anchor ul li {
		padding: 0 0 0 22px;
		background-position: left center;
		border-bottom: 1px solid #e0e0e0;
	}
	.conts #main .box.anchor ul li a {
		padding: 10px 0;
		display: block;
	}

/* contents list */
	.conts #main .box ul.contsList li a {
		padding: 15px 30px 15px 15px;
	}

/* link */
	.conts #main .box p.lnk a {
		margin: 0 0 10px 0;
		padding: 15px 3% 15px 9%;
		width: 88% !important;
	}
	.conts #main .box p.lnk span {
		display: block;
	}

/* photo */
	.conts #main .ph li {
		margin: 0 auto 30px auto;
		padding: 0;
		width: 100%;
		float: none;
	}
	.conts #main .ph li:last-child {
		margin: 0 auto;
	}

/* news */
	.news {
		margin: 0 0 40px 0;
	}
	.news h2 {
		margin: 0 4% 15px 4% !important;
	}
	.news .inner {
		padding: 3% !important;
	}


/*------------------------------------------------
other contents
------------------------------------------------*/
	#kinen #main .ph {
		width: 100%;
	}
	#kinen #main .ph li {
		margin: 0;
	}
	#sitemap.index #main .box {
		padding: 3%;
	}
	#sitemap.index #main .box ul li a {
		padding: 10px 30px 10px 10px !important;
	}
	#sitemap.index #main .box ul li ul li {
		margin: 0 0 2px 0;
		width: 100%;
	}
}
