@charset "utf-8";
/*-----------------------
max-width: 767px
----------------------  */
/*-----------------------
base
----------------------  */
body {
-webkit-text-size-adjust: 100%;
}
#page{
	padding:0;
	}
#sp_header{
	display:block;
	}
#sp_header{
	width:100%;
	height:50px;
	background:rgb(32,55,68);
	background:rgba(32,55,68,.9);
	color:#fff;
	}
#sp_header #gnav{
	width:100%;
	padding:0 0 0 10px;
	height:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#sp_header #siteId{
	float:left;
	width:135px;
	height:30px;
	margin:10px 0 0 0;
	}
#sp_header #siteId a{
	display:block;
	width:135px;
	height:30px;
	background:url(/img/logo.png) no-repeat 0 0;
	background-size:135px 30px;
	}
#sp_header #siteId span{
	display:none;
	}
#header{
	display:none;
	}
#sp_header a{
	color:#fff;
	}
#sp_header #gnav .menu{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:10001;
	}

#sp_header #gnav .menu a.btn {
	display:block;
	width:50px;
	height:50px;
	float:right;
	background:url(/img/icon_menu.png) no-repeat 0 0;
	background-size:50px 50px;
	}
#sp_header #gnav .menu a.btn.close{
	background:url(/img/icon_menu_close.png) no-repeat 0 0;
	background-size:50px 50px;
	}
#sp_header #gnav .menu .btn span{
	display:none;
	}
#sp_header #gnav .menu ul.list{
	display:none;
	position:absolute;
	top:50px;
	right:0;
	width:100%;
	background:rgb(32,55,68);
	background:rgba(32,55,68,.9);
	color:#fff;
	z-index:100000;
	border-top:2px solid #6b7b84;
	border-bottom:1px solid #6b7b84;
	}
#sp_header #gnav .menu ul.list li{
	margin:0;
	padding:0;
	border-bottom:1px solid #6b7b84;
	}
#sp_header #gnav .menu ul.list a{
	float:none;
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:10px;
	background:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#sp_header #gnav .menu ul.list a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #6b7b84;
	border-right: 2px solid #6b7b84;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#contents{
	width:100%;
	padding:0 20px;
	padding-bottom:50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#top #contents{
	padding:0;
	padding-bottom:50px;
	}
#footer{
	padding:20px 10px 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#footer .inner{
	width:100%;
	margin:0 auto;
    display: block;
	}

#footer .f_siteId{
	float:none;
	width:100%;
	margin-bottom:10px;
	}
#copyright{
	float:none;
	margin-top:10px;
	text-align:right;
	}


/*-----------------------
home
----------------------  */
#topmain{
	position:relative;
	height:510px;
	background-size:1024px 570px;
	}
#topmain .artist{
	width:100%;
	position:absolute;
	bottom:10px;
	left:0;
	line-height:1;
	}
#topmain .artist p {
	width:100%;
	margin:0 auto;
	text-align:right;
	}
#topmain .artist p span{
	margin-right:10px;
	}
#contents #home h2{
	margin:0 10px 10px 10px;
	}
#home{
	padding:10px 0;
	}
#home .left{
	float:none;
	width:100%;
	}
#home .right{
	float:none;
	width:90%;
	margin:0 auto;
	}
.topmenu li a{
	float:left;
	display:block;
	width:100%;
	margin:0;
	padding:10px;
	border-bottom:1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:left;
	position:relative;
	padding-right:16px;
	}
.topmenu li a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #007bbb;
	border-right: 2px solid #007bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topmenu li a span{
	display:block;
	width:100%;
	background:none;
	}
.topmenu li.clear {
	clear:both;
	}
.toputility{
	clear:both;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:left;
	}
.toputility li{
	display:block;
	float:left;
	margin-bottom:5px;
	}
.toputility li.clear{
	clear:both;
	}
#home .left .pict{
	text-align:center;
	}
#home .left .pict img{
	width:90%;
	max-width:475px;
	height:auto;
	margin:0 auto;
	}

/*-----------------------
common
----------------------  */
#contents h2{
	font-size:24px;
	line-height:1.6em;
	}
#contents h3{
	font-size:20px;
	line-height:1.6em;
}
#contents h4{
	font-size:16px;
	line-height:1.6em;
}
#contents p{
	font-size:13px;
	}
#contents .lead{
	font-size:15px;
	line-height:1.6em;
	}
#contents .lead2{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:30px;
	}
#contents .txtm{
	font-size:14px;
	line-height:1.6em;
	}
	
/*-----------------------
editing
----------------------  */
#contents .postbox{
	margin:0 -20px;
	margin-bottom:30px;
	padding-top:30px;
	}

.editing_table table{
	line-height:1.8em;
	}
.editing_table .box{
	float:none;
	width:100%;
	margin-bottom:45px;
	}
.editing_table .box.wid{
	width:100%;
	}
.editing_table th{
	font-size:13px;
	}
.editing_table td{
	font-size:12px;
	}
.sheet iframe{
	width:100%;
	height:800px;
	}
.sheet2 iframe{
	width:100%;
	height:600px;
	}
/*-----------------------
link
----------------------  */
#contents .link{
	padding-bottom:0;
	}
#contents .link dl{
	padding:30px 0;
	font-size:13px;
	line-height:1.7em;
	}
#contents .link dt{
	float:none;
	width:100%;
	margin-bottom:10px;
	}
#contents .link dd{
	float:none;
	width:100%;
	}
#contents .link dd li{
	float:none;
	width:100%;
	}

/*-----------------------
outline
----------------------  */
#contents .outline_policy{
	margin:0 -20px 20px -20px;
	padding:30px 20px 10px 20px;
	background:url(/img/bg_toukou.png) repeat center 0;
	text-align:center;
	}
#contents .outline_policy ul{
	width:100%;
	font-size:13px;
	}
#contents .outline_p1{
	font-size:13px;
	line-height:1.7em;
	}
#contents .history {
	margin:40px 0 50px 0;
	}
#contents .history dl{
	float:none;
	width:100%;
	font-size:13px;
	margin-bottom:20px;
	}
	
#contents .history dl.right{
	float:right;
	}
#contents .history dt{
	display:table-cell;
	width:30%;
	font-weight:bold;
	font-size:13px;
	}
#contents .history dd{
	display:table-cell;
	font-size:12px;
	}
#contents .officer{
	padding-bottom:30px;
	}
#contents .officer dl{
	padding:10px 0;
	font-size:12px;
	line-height:1.7em;
	}
#contents .officer dt{
	float:none;
	width:100%;
	padding-top:8px;
	margin-bottom:15px;
	}
#contents .officer dd{
	float:none;
	width:100%;
	}
#contents .officer dd li{
	float:left;
	width:50%;
	margin-bottom:8px;
	}


/*-----------------------
international
----------------------  */
#contents .txt16{
	margin-bottom:20px;
	font-size:14px !important;
	text-align:center;
	line-height:1.6em;
	}
#contents .txtm .notice{
	font-size:12px;
	}
#contents .interlist{
	margin-bottom:0;
	font-size:13px;
	}
#contents .interlist .in{
	padding-bottom:20px;
	background:url(/img/dotline.png) repeat-x 0 bottom;
	}
#contents .interlist li{
	margin-bottom:10px;
	}
#contents .interlist .left{
	float:none;
	width:100%;
	}
#contents .interlist .right{
	float:none;
	width:100%;
	}


/*-----------------------
post_regulation
----------------------  */
#contents .bg_pict{
	margin:0 -20px 20px -20px;
	}
#contents .bg_pict a{
	color:#007bbb;
	}
#contents .bg_pict p{
	font-size:13px;
	}
#contents .post_regulation{
	width:100%;
	padding:0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}
#contents .post_regulation dt{
	font-size:14px;
	margin-bottom:15px;
	}
#contents .notes,
#contents .notes2{
	width:100%;
	font-size:13px;
	}


/*-----------------------
admission
----------------------  */
#contents .para p{
	font-size:13px;
	line-height:1.7em;
	}
#contents .list_style_decimal01 li,
#contents .list_style_disc01 li{
	font-size:13px;
	line-height:1.7em;
	}
#contents .museum {
	font-size:13px;
	line-height:1.7em;
	}
#contents .museum .left{
	float:none;
	width:100%;
	}
#contents .museum .right{
	float:none;
	width:100%;
	}
#contents .adguide{
	width:100%;
	margin-bottom:30px;
	}
#contents .adguide dt{
	float:none;
	width:100%;
	font-size:14px;
	}
#contents .adguide dd{
	float:none;
	width:100%;
	font-size:13px;
	}
#contents .adcontact h3{
	font-size:16px;
	margin-bottom:20px;
	}
#contents .nyukai{
	font-size:14px;
}


/*-----------------------
english
----------------------  */
#contents .english_sec01{
	margin-bottom:55px;
	background:url(/img/border_2.png) repeat-x 0 0;
	text-align:center;
	}
#contents .english_sec01 .in{
	padding:30px 0 15px 0;
	background:url(/img/border_2.png) repeat-x 0 bottom;
	}
#contents .english_sec01 h3{
	font-size:18px;
	margin-bottom:20px;
	}
#contents .english_sec02{
	width:100%;
	padding-bottom:25px;
	}
#contents .english_sec02 p{
	font-size:13px;
	}
#contents .english_sec02 img.kokusai{
	vertical-align:middle;
	}
#contents .english_sec02 h4{
	margin-bottom:20px;
	font-size:13px;
	}
#contents .english_sec03{
	width:100%;
	padding-bottom:0;
	}
#contents .english_sec03 p{
	font-size:13px;
	}
#contents .english_sec03 table{
	font-size:13px;
	text-align:left;
	}
#contents .english_sec03 th{
	padding-right:20px;
	}


/*-----------------------
office
----------------------  */
#contents .tokuten .left{
	float:none;
	width:100%;
	}
#contents .tokuten .right{
	float:none;
	width:100%;
	}
#contents .tokuten dt{
	margin-bottom:15px;
	font-size:14px;
	}
#contents .tokuten dd p{
	font-size:13px;
	}
#contents a.zoom{
	padding:0 0 0 22px;
	background:url(/img/icon_zoom.png) no-repeat 0 top;
	background-size:16px 16px;
	font-size:13px;
	}
#contents .tokuten dd .zoompict {
	text-align:center;
	}
#contents .tokuten dd .zoompict img{
	width:100%;
	height:auto;
	margin:0 auto;
	}
#contents .tokuten dd .alignright{
	width:100%;
	}
#contents .tokuten dd .alignright{
	}
#contents .tokuten dd table{}
#contents .tokuten dd td,
#contents .tokuten dd th{
	font-size:13px;
	}
#contents .tokuten dd th{
	width:70px;
	}
/*-----------------------
top-paypal
----------------------  */

.paypal {
    padding: 10px;
}
.paypal:last-of-type{
	padding-top: 10px;
	padding-left: 10px;
}
.paypal:last-of-type li:last-of-type{
	padding-left: 0;
}
.en-pay {
    position: static;
}

.right-ban img {
	float: none;
	width: 90%;
	margin: 20px;
}
