@charset "utf-8";

/*=====================================================
 * Style URL: /common/css/screen.css
 * Version: 1.0
 * Last Up Date: 2017/03/xx
 *
 * Markup Reference:
 *
=====================================================*/



/*----- contents -------

	1: Main Interface setting
		: container
		: header
		: footer
		: wrapper
		: main_contents
		: sub_contents
	2: Module
	3: Common
	4: clearfix	
	
----------------------*/



/*
===== 1: Main Interface setting ===========================*/

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}


/* header
--------------------*/
header .header_inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #ffffff;
	z-index: 100;
}

header.menu_open .header_inner {
	visibility: hidden;
}

header .header_inner.fixed {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}

header #logo_uni {
	position: absolute;
	top: 10px;
	left: 15px;
	font-size: 0;
	line-height: 0;
}

header #logo_uni img {
	width: 50%;
}

header .nav_menu {
	position: absolute;
	top: 0;
	right: 0;
}

header .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.85;
	z-index: 10;
}

header .menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

header .menu_inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}


header .menu .nav_close {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

header #logo {
	margin: 40px 0 0;
	padding: 18px 0;
	background: #f5f5f5;
	text-align: center;
}

header #logo img {
	width: 187px;
}

/* gnav */
header #gnav > ul > li {
	position: relative;
}

header #gnav > ul > li > a,
header #gnav > ul > li > em {
	display: block;
	padding: 11px 0 11px 15px;
	background: #f5f5f5;
	border-bottom: 1px solid #02b5c0;
	color: #09c8d4;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

header #gnav > ul > li > a[href^="http"]{
	background:#f5f5f5 url(../img/icon_win.png) no-repeat right 10px center;
}

header #gnav .gnav_index a{
	color:#333;
}
header #gnav .gnav_index a img{
	display:none;
}

header #gnav .toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 40px;
	background: url(../img/bullet_arrow_01.png) no-repeat 100% 0;
	background-size: auto 40px;
	cursor: pointer;
}

header #gnav .toggle.open {
	background-image: url(../img/bullet_arrow_02.png);
}

header #gnav p .toggle {
	background-image: url(../img/bullet_arrow_03.png);
}

header #gnav p .toggle.open {
	background-image: url(../img/bullet_arrow_04.png);
}

header .share {
	padding: 20px 25px;
	background: #037485;
}

header .share ul {
	display: table;
	width: 100%;
}

header .share ul li {
	display: table-cell;
	text-align: center;
}

/* sec_dropdown */
header #gnav .sec_dropdown {
	display: none;
	background: #ffffff;
}

header #gnav .sec_dropdown p {
	display: block;
	position: relative;
	clear: both;
	padding: 11px 0 11px 15px;
	background: #037485;
	border-bottom: 1px solid #02b5c0;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

header #gnav .sec_dropdown .wrap {
	display: none;
}

header #gnav .sec_dropdown dl {
	font-size: 13px;
	line-height: 1.4;
}

header #gnav .sec_dropdown dl dt {
	clear: both;
	padding: 11.5px 0 11.5px 15px;
	background: #9adbdd;
	color: #037485;
	font-weight: bold;
}

header #gnav .sec_dropdown dl dd {
	min-height: 40px;
}

header #gnav .sec_dropdown dl dd.col2 {
	float: left;
	width: 50%;
}

header #gnav .sec_dropdown dl dd a {
	display: block;
	color: #333333;
	padding: 11.5px 0 11.5px 15px;
}

header #gnav .sec_dropdown dl dd.row1,
header #gnav .sec_dropdown dl dd.row3 {
	background: #c0e3e4;
}
/*header #gnav .sec_dropdown dl dd.row1 a[href^="/gakubu/"],
header #gnav .sec_dropdown dl dd.row3 a[href^="/gakubu/"]{
	background:#c0e3e4 url(/common/img/icon_win.png) no-repeat right 10px center;
}
header #gnav .sec_dropdown dl dd.row3 a[href^="http"]{
	background:#c0e3e4 url(/common/img/icon_win.png) no-repeat right 10px center;
}*/

header #gnav .sec_dropdown dl dd.row2 {
	background: #9adbdd;
}
/*header #gnav .sec_dropdown dl dd.row2 a[href^="http"]{
	background:#9adbdd url(/common/img/icon_win.png) no-repeat right 10px center;
}*/

header #gnav .sec_dropdown dl dd.row2.col1,
header #gnav .sec_dropdown dl dd.row3.col1,
header #gnav .sec_dropdown dl dd.row4.col1,
header #gnav .sec_dropdown dl dd.row5.col1 {
	clear: both;
}

header #gnav .gnav_admission .sec_dropdown li a {
	display: block;
	clear: both;
	padding: 11.5px 0 11.5px 15px;
	color: #333333;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

header #gnav .gnav_admission .sec_dropdown ul:first-child {
	border-bottom: 1px solid #02b5c0;
}

header #gnav .gnav_admission .sec_dropdown ul:first-child li a {
	background: #b9d5d6;
}

header #gnav .gnav_admission .sec_dropdown ul:first-child li:nth-child(even) a {
	background: #cbdddd;
}

header #gnav .gnav_admission .sec_dropdown ul + ul li a {
	background: #9adbdd;
}

header #gnav .gnav_admission .sec_dropdown ul + ul li:nth-child(even) a {
	background: #c0e3e4;
}

header #gnav .gnav_admission .sec_dropdown ul:last-child li a {
	background: #c0e3e4;
}

header #gnav .gnav_admission .sec_dropdown ul:last-child li:nth-child(even) a {
	background: #9adbdd;
}

header #gnav .gnav_admission .sec_dropdown ul:last-child li a[href^="http"] {
	background:#C0E3E4 url(../img/icon_win.png) no-repeat right 10px center;
}
header #gnav .gnav_admission .sec_dropdown ul:first-child li a[href $='.pdf']{
	background:#b9d5d6 url(../img/icon_pdf.png) no-repeat right 10px center;
	background-size:15px;
}

/*---==医学部==--*/
header #gnav .gnav_admission .sec_dropdown ul:last-child li:last-child a {
	padding-bottom:5px;
}
header #gnav li.gnav_admission .sec_dropdown .tab_igakubu ol{
	font-size:12px;
	background: #C0E3E4;
	border-bottom: 1px solid #02b5c0;
}
header #gnav li.gnav_admission .sec_dropdown .tab_igakubu ol li{
	padding: 0 0 5px 20px;
	color: #3DB0B4;
}
/*---==メール==--*/
header #gnav .sec_dropdown ul.add{
	border-bottom: 1px solid #02b5c0;
}
header #gnav .sec_dropdown ul.add li{
	padding-left:10px;
	background: #9adbdd;
}
header #gnav .sec_dropdown ul.add li:nth-child(even) {
	background: #c0e3e4;
}
header #gnav .sec_dropdown ul.add span{
	display:block;
	margin-left:10px;
	padding-left:14px;	
	background: url(../img/icon_mail.png) no-repeat left center;
}
header #gnav .sec_dropdown ul.add span a{
	color:#333;
}

/*---==入試Q&Aと無料送迎バス==--
header #gnav li.gnav_admission .sec_dropdown ul:first-child li:nth-child(3),
header #gnav li.gnav_admission .sec_dropdown ul:first-child li:nth-child(4){
	display:none;
}

*/

/* footer
--------------------*/
footer {
	position: relative;
	background: #f5f5f5;
}

footer .ms {
	margin: 0 auto;
	padding: 50px 15px 0;
}

footer .ms .ls {
	float: none !important;
}

footer .ms .ls .lc,
footer .ms .ls .rc {
	width: 48%;
}

footer .ms .rs {
	float: none !important;
}

footer .ms p {
	padding: 0 0 8px;
	border-bottom: 1px solid #02b5c0;
	color: #02b5c0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
}

footer .ms ul + p,
footer .ms .rs {
	padding: 25px 0 0;
}

footer .ms p span {
	margin: -2px 0 5px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

footer .ms ul {
	padding: 5px 0 0 8px;
}

footer .ms ul li {
	margin: 12px 0 0;
	font-size: 10px;
}

footer .ms ul li a {
	color: #000000;
}

footer .ms ul li a:hover {
	text-decoration: underline;
}

footer .ms ul.share {
	padding: 15px 0 0;
}

footer .ms ul.share li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	background-size: 40px 40px;
}

footer .ms ul.share li.twitter { background-image: url(../img/icon_twitter_sp.png); }
footer .ms ul.share li.facebook { background-image: url(../img/icon_facebook_sp.png); }
footer .ms ul.share li.line { background-image: url(../img/icon_line_sp.png); }
footer .ms ul.share li.youtube { background-image: url(../img/icon_youtube_sp.png); }

footer .ms ul.share li img {
	display: none;
}

footer .ms ul.share li a {
	display: block;
	width: 40px;
	height: 40px;
}

footer .ms ul.share + ul {
	padding: 15px 0 0;
}

footer .logo_uni {
	margin: 40px 0 0;
	text-align: center;
}

footer .logo_uni img {
	width: 200px;
}

footer .copyright {
	margin: 50px 0 0;
	background: #02b5c0;
	color: #ffffff;
	font-size: 10px;
	line-height: 35px;
	text-align: center;
}

footer .pagetop {
	position: fixed;
	right: 5px;
	bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}

footer a[href^="http"]{
	padding-right:15px;
	background: url(../img/icon_win.png) no-repeat right 2px center;
	background-size:9px;
}
footer .ms ul.share li a[href^="http"],
p.logo_uni a{
  background:none;
  padding-right:0px;
}
footer a[href $='.pdf']{
	padding-right:13px;
	background: url(../img/icon_pdf.png) no-repeat right center;
	background-size:9px;
}

/*---==メール==--*/
footer .add span{
/*	display:block;
	padding-left:15px;
	background: url(/common/img/icon_mail.png) no-repeat left center;*/
	display: inline-block;
	background: url(../img/icon_mail.png) no-repeat right center;
	background-size: 9px;
	padding-right: calc(1em + 0.4rem);
}
footer .ms ul.add li a {
  color: #01aeb9;
}

/*---==医学部==--*/
footer .ms ul li .ft_igakubu ol{	
}
footer .ms ul li .ft_igakubu ol li{
	margin:10px 0 0 10px;
}
/*---==入試Q&Aと無料送迎バス==--*/
footer .wrap_sp .lc ul:first-child li:nth-child(3),
footer .wrap_sp .lc ul:first-child li:nth-child(4){
	display:none;
}


/* container
--------------------*/
#container {
	width: 100%;
	overflow: hidden;
}


/* contents
--------------------*/
#contents {}


/* wrapper
--------------------*/
#wrapper {}


/* main_contents
--------------------*/
#main_contents {}


/* sub_contents
--------------------*/
#sub_contents {}


/*
===== 2: Module ===========================*/

/* bread_crumbs
--------------------*/
.bread_crumbs {}


/* h
--------------------*/
/* h_lv_01 */
.h_lv_01 {}


/* sec_table
--------------------*/
.sec_table_scroll {
/*	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;*/
}

.sec_table_scroll_inner {
	/*min-width: 500px;
	min-width: 800px;*/
}

/*スクロール個別設定*/
.tb_sc_on{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.tb_sc_on div.sec_table_scroll_inner{
	min-width: 800px;
}

.sec_table_01,
.sec_table_02,
.sec_table_03 {
	width: 100%;
	border: 1px solid #090204;
}

.sec_table_01 th,
.sec_table_01 td {
	width: 50%;
	padding: 7px 15px;
	border-top: 1px solid #090204;
	border-right: 1px solid #090204;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}
.sec_table_02 th,
.sec_table_02 td {
	width: 25%;
	padding: 7px 15px;
	border-top: 1px solid #090204;
	border-right: 1px solid #090204;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}

.sec_table_03 th,
.sec_table_03 td {
	padding: 7px 15px 6px;
	border-top: 1px solid #090204;
	border-right: 1px solid #090204;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}

.sec_table_01 th,
.sec_table_02 th,
.sec_table_03 th {
	background: #efefef;
	font-weight: bold;
}

.sec_table_01 thead th,
.sec_table_02 thead th,
.sec_table_03 thead th {
	background: #d2d2d2;
}
td.no_wrap {
	white-space: nowrap;
}


/* bt
--------------------*/
.sec_bt_01 {
	text-align: center;
}

.sec_bt_01 a {
	display: inline-block;
	padding: 5px 7px 5px 25px;
	background: #02b5c0;
	border-radius: 3px;
	color: #ffffff !important;
	font-size: 10.5px;
	font-weight: bold;
	line-height: 1.4;
}

.sec_bt_01 a span {
	padding: 0 21px 0 0;
	background: url(../img/bullet_arrow_05.png) no-repeat 100% 50%;
	background-size: auto 12px;
}

.sec_bt_01 a:hover {
	background: #c0e5e7;
}


/* list
--------------------*/

.sec_list_disc_01 > li {
	list-style: outside disc;
	margin-left: 1.4em;
	font-size: 13px;
}

.sec_list_square_01 > li {
	margin-left: 1.3em;
	text-indent: -1.3em;
	font-size: 13px;
}

.sec_list_square_01 > li span {
	display: inline-block;
	width: 1.3em;
	text-indent: 0;
}

.sec_list_num_01 > li {
	list-style: outside decimal;
	margin-left: 1.6em;
	font-size: 13px;
}

.sec_list_note_01 > li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 13px;
}

.sec_list_note_01 > li span {
	display: inline-block;
	width: 1em;
	text-indent: 0;
}

.sec_list_note_02 > li {
	margin-left: 2em;
	text-indent: -2em;
	font-size: 13px;
}

.sec_list_note_02 > li span {
	display: inline-block;
	width: 2em;
	text-indent: 0;
}


/* Link setting
-------------------------------------*/

a:link { color: #09c8d4; text-decoration: none; }
a:visited { color: #09c8d4; text-decoration: none; }
a:active { color: #98ecf8; text-decoration: none; }
a:hover { color: #98ecf8; text-decoration: none; }


/*
===== 3: Common ===========================*/

.sp_hidden { display: none; }
.br_pc { display: none; }
#container .hidetxt { text-indent: -9999px; overflow: hidden; }
#container .ls, #container .lc { float: left; }
#container .rs, #container .rc { float: right; }
#container .tx_l { text-align: left !important; }
#container .tx_c { text-align: center !important; }
#container .tx_r { text-align: right !important; }
#container .va_t { vertical-align: top !important; }
#container .va_m { vertical-align: middle !important; }
#container .va_b { vertical-align: bottom !important; }
#container .img_txt { font-size: 0; line-height: 0; }
#container .att_txt { color:#f864ca !important;}
#container .r_txt { color:red !important;}
#container .bold_txt{ font-weight:bold !important;}

/*--- margin ---*/
#container .mt0  { margin-top: 0px !important; }
#container .mt5  { margin-top: 5px !important; }
#container .mt10 { margin-top: 10px !important; }
#container .mt15 { margin-top: 15px !important; }
#container .mt20 { margin-top: 20px !important; }
#container .mt25 { margin-top: 25px !important; }
#container .mt30 { margin-top: 30px !important; }
#container .mt35 { margin-top: 35px !important; }
#container .mt40 { margin-top: 40px !important; }
#container .mt50 { margin-top: 50px !important; }
#container .mt60 { margin-top: 60px !important; }

#container .ml0  { margin-left: 0px !important; }
#container .ml5  { margin-left: 5px !important; }
#container .ml10 { margin-left: 10px !important; }
#container .ml15 { margin-left: 15px !important; }
#container .ml20 { margin-left: 20px !important; }

#container .pt5  { padding-top: 5px !important; }
#container .pt10 { padding-top: 10px !important; }
#container .pt15 { padding-top: 15px !important; }
#container .pt20 { padding-top: 20px !important; }
#container .pt25 { padding-top: 25px !important; }
#container .pt30 { padding-top: 30px !important; }
#container .pt35 { padding-top: 35px !important; }
#container .pt40 { padding-top: 40px !important; }


/*
===== 4: clearfix ===========================*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */