@charset "UTF-8"; 
/*	Default style */

body{ font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
a{ text-decoration:none; color:#141414;}

html, body{

	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}
#container {
	
		width: 100%;
		min-height: 100%;
		position: relative;
		/* コンテンツ部分の高さが画面に収まらない場合はコンテンツの高さに合わせる*/
		height: auto !important;
		height: 100%;
}
#contents {
	padding-bottom: 250px;
}
#footer
{
	position: absolute!important;       /* 絶対位置指定することを定義 */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */
}
.dummy{
	opacity:0;
}

/* posted images setting */
.imagePosted3{
	display:block; 
	width:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#FFF;
	}
.imagePosted{
	display:block; 
	width:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	background-color:#FFF;
	}
.imagePosted2{
	display:block; 
	width:100%;
	background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
	background-color:#FFF;
	}

/*ＩＥでテーブルがはみ出るバグ対応*/
.tableLayoutWrap table{
	width: 100%;
	table-layout:fixed;
}
/* 981以上、PC */
@media screen and (min-width:1101px){
	.sponly,
	.tbonly{display:none;}
	
	/* header ------------------------------------ */
	#pcSHead{
		background:#141414;
		height:32px;
		margin-bottom: 75px;
	}
	#pcSHead ul{
		letter-spacing: -.40em;
		text-align:right;
		margin:0 auto;
	}
	#pcSHead ul li{
		display:inline-block;
		margin:0 0 0 20px;
		padding-top: 2px;
		letter-spacing: normal;
		vertical-align:middle;
		line-height:0.85;
		font-size:85%;
	}
	#pcSHead ul li.logo {
		margin-left:23px;
	}
	#pcSHead ul li:last-child {
		padding-top: 8px;
	}
	#pcSHead ul li:last-child a{
		padding: 10px 23px 9px;
		background-color: #050505;
	}
	#pcSHead ul li:last-child a.eng{
		background-color: #2a2a2a;
	}
	#pcSHead ul li a{
		color:#fff;
	}
	/*ＴＯＰ用ヘッダー*/
	#header{
		position: absolute;
		top: 32px;
		width: 100%;
		height:75px;
		background-color: rgba(2,2,5,0.4);
		z-index: 15;
	}
	#header.fixed{
		width:100%;
		background-color: rgba(2,2,5,0.4);
		position: fixed;
		top: 0;
		z-index:100;
	}
	#headerInner{
		margin:0 auto;
		position:relative;
	}
	#header h1{
		position:absolute;
		width:160px;
		top:0;
		left:30px;
	}
	#header h1 a{
		width:228px;
		height:75px;
		display:block;
		background:url(../images/phy_top/logo_01_en.png) no-repeat left center;/*英語版のみ*/
	}
	body.english #header h1 a{
		width:160px;
		height:75px;
		display:block;
		background:url(../images/common/id_pc_en.gif) no-repeat left center;
	}
	#header h1 a img{
		display:none;
	}
	/*ＴＯＰ用ヘッダー*/

	/*その他ページ用ヘッダー*/
	#lower #header,#header.white{
		margin-top:0!important;
		background-color: #FFF;
		border-bottom: 3px solid #ffcb3f;
		box-sizing:border-box;
	}
	#lower #header .fixed,#header.white .fixed{
		width:100%;
		background-color: #FFF;
		position: fixed;
		top: 0;
		z-index:100;
	}
	#lower #header h1 a,#header.white h1 a{
		background:url(../images/phy_top/logo_01_black_en.png) no-repeat left center;/*英語版のみ*/
	}

	/*その他ページ用ヘッダー*/
	#headSearch{
	position: absolute;
	height: 76px;
	right: 0;
/*	background: #3b92ca;*/
	background: #141414;
	z-index: 8000;
	}
	#headSearch label{
		display:block;
		float:right;
		text-indent:-999em;
		width:76px;
		height:75px;
		background:url(../images/common/icon_search_pc.png) no-repeat center center;
	}
	#headSearch.open {
/*      	background: #3b92ca;*/
	        background: #141414;
	}
	#headSearch.open label{
		background:url(../images/common/icon_close_pc.png) no-repeat center center;
	}
	#headSearch #s{
		float:left;
		color:#fff;
/*      	background: #3b92ca;*/
	        background: #141414;
		border:none;
		padding:5px 10px;
		height:65px;
		width:280px;
		margin-left:10px;
		display:none;
		outline:0;
	}
	#headSearch #s::-webkit-input-placeholder{
		color:#125c8b;
	}
	#headSearch #s:-moz-placeholder{
		color:#125c8b;
	}
	#headSearch #s:-webkit-autofill{
		 -webkit-box-shadow: 0 0 0px 1000px #0066ac inset;
	}
	
	#headerInner #Nav{
		padding:0 20px 0 20px;
	}
	
	
	
	
	/*for einglish*/
	body.english #gNav > li{
		margin-left: 18px;
		font-size:11px;
	}
	body.english #gNav > li p {
	}
	body.english #gNav > li li{
		font-size:13px;
		line-height:110%;
		margin-bottom:12px;
	}
	body.english #sNav > li{
		margin-left:10px;
		font-size:10px;
	
	}
	
	body.english #gNav{
		float:left;
		max-width:68%;
	
	}
	
	body.english #sNav li li{
		line-height:1.8;
		max-width:none;
		font-size:12px;
		margin:0;
		padding:5px 10px;
		line-height:110%;
		margin-bottom:12px;
	}
	
	
	/*//for einglish*/
	/*TOP用*/
	#sNav{
		float:right;
		max-width:100%;
	}
	#sNav > li{
		position:relative;
		float:left;
		margin-left:20px;
		line-height:73px;
	}
	#sNav > li > a{
		color:#FFF;
	}
	#sNav > li > a:hover,
	#sNav > li > p:hover{
		color: #ebaa00;
	}
	#sNav li > p {
		height: 73px;
		cursor: pointer;
		padding-right: 18px;
		background: url(../images/phy_top/ico_arrow_01.png) no-repeat right center;
		font-size: 13px;/*英語版のみ*/
		color: #FFF;
	}
	#sNav > li > a{
		font-size: 12px;
	}
	#sNav li:hover p{
		border-bottom:0px solid #1f85c7;
		color: #FFF;
	}
	#sNav li li{
		float:none;
		line-height:1.8;
		margin:0;
		padding:5px 10px;
	}
	#sNav > li > ul {
		padding:20px 0 20px 20px;
		display: table;
		table-layout: fixed;
		width: auto;
		position:absolute;
		top:75px;
		right:0;
		padding:20px;
		min-width:250px;
		box-sizing: border-box;
		background:#2d2d2c;
		display:block;
		z-index:20000;
	}
	#sNav > li > ul li{
		display: table;
		position: relative;
	}
	#sNav > li > ul dl{
		min-width:180px;
		padding: 10px;
		box-sizing:border-box;
		display: table-cell;
	}
	#sNav > li > ul dd {
		margin-top: 10px;
	}
	#sNav > li > ul ul#gakkaLast{
		padding-top:32px;
	}
	#sNav > li > ul li{
		color:#2c78c7;
		padding:5px 10px;
	}
	#sNav li li a,
	#gNav li li a{
		color:#fff;
	}
	#sNav > li > ul > li a:hover,
	#sNav li li a:hover,
	#gNav li li a:hover
	{
		color: #ebaa00;
	}
	#tabletDBtn,
	.tabletHNav,
	.englishNav{
		display:none;
	}
	#tabletDmenu{
		float:right;
		font-size:12px;
		text-align:right;
	}
	#tabletDmenu>div {
		display:block!important;
	}

	#gNav > li > a{
		color:#7a7a7a;
	}
	#gNav > li > a:hover,
	#gNav > li > p:hover{
		color:#1f85c7;
	}
	#gNav > li{
		display:inline-block;
		position:relative;
		margin-left:30px;
		line-height:75px;
		vertical-align:middle;
	}
	.white #gNav>li>p, #lower #gNav>li>p {
		color:#000;
		background:url(../images/common/icon_snav_pc.png) no-repeat right center;
	}
	#gNav>li>p{
		position: relative;
		height:75px;
		color:#FFF;
		font-size:15px;
		font-weight: normal;
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
		cursor:pointer;
		padding-right:20px;
		box-sizing:border-box;
		background:url(../images/phy_top/ico_arrow_01.png) no-repeat right center;
		border-bottom:2px solid rgba(0,0,0,0);
	}
	#gNav>li>p:hover,.white #gNav>li>p:hover, #lower #gNav>li>p:hover {
		color:#ebaa00;
		
	}
	#gNav>li>p:hover:after,.white #gNav>li>p:hover:after, #lower #gNav>li>p:hover:after {
		content:"";
		position:absolute;
		height:2px;
		width: 100%;
		bottom:-2px;
		left:0;
		background-color:#ebaa00;
		color: #ebaa00;
		/*border-bottom:2px solid #ebaa00;*/
	}
	#gNav li ul{
		text-align:left;
		position:absolute;
		border:0px solid #001123;
		top:75px;
		left: 0;
		padding:20px;
		min-width:175px;
		background:#2d2d2c;
		display:none;
		z-index:20000;
	}
	#gNav li ul.rigaku{
		left: -150px;
	}
	#gNav li ul.senkou{
		min-width:255px;
	}
	#gNav li li{
		line-height:1.8;
		max-width:none;
		font-size:13px;
		margin:0;
		padding:5px 10px;
		display: table;
	}
	#gNav li ul li>p{
		color: #6f6e69;
		display: block;
		width: 100%;
		padding: 0 20px 0 10px;
	}
	#gNav li dl{
		display: table-cell;
		min-width: 120px;
		padding: 0 10px 0 20px;
		border-left: 1px solid #424240;

	}
	#gNav li dl:first-child{
		border-left: 0px solid #424240;
		padding: 0 10px 0 0;
	}
	#gNav li dl dt{
		color: #6f6e69;
		padding: 5px 10px 5px 0;
		white-space: nowrap;
	}
	#gNav li dl dd{
		padding: 5px 10px 5px 0;
	}
	/*TOP用*/
	/*その他ページ*/
	#gNav {
		display:none;
	}
	.white #gNav ,#lower #gNav{
		display:inline-block;
		margin-left: 240px;
	}
	#gNav li p .stext {
		font-size: 13px;/*英語版のみ*/
	}
	#lower #sNav li > p,.white #sNav li > p{
  font-weight: normal;
  color: #000;
  background: url(../images/common/icon_snav_pc.png) no-repeat right center;
	}
	#sNav li > p:hover,#lower #sNav li > p:hover,.white #sNav li > p:hover {
		color:#ebaa00;
	}
	/*その他ページ*/;
	/* footer ------------------------------------ */
	#fNav{
		clear: both;
		/*background:#00356c;*/
		background:#212121;
		padding:5% 60px 2% 60px;
		background: url(../images/phy_top/ico_arrow_01.png) no-repeat right center;
	}
	#fNav h2{
		max-width:1380px;
		padding-bottom:40px;
		margin:0 auto 15px auto;
		/*border-bottom:1px solid #002d5c;*/
		border-bottom:1px solid #000;
		text-align:center;
	}
	#fNav .nav-block {
		display: table;
		width: 100%;
		padding: 26px 0;
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	#fNav .nav-block .td {
		display: table-cell;
		padding-left: 20px;
	}
	#fNav .nav-block .tr {
		display: table-row;
	}
	#fNav .nav-block .tr:first-child h4 {
		padding-bottom: 13px;
	}
	
	#fNav .nav-block h3 {
		display: table-cell;
		color: #fff;
		font-size: 93%;
		width: 14.6%;
		padding-left: 18px;
		border-right: 1px solid #545454;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#fNav .nav-block h4 {
		color: #fff;
		font-size: 85%;
		width: 40px;
		display: table-cell;
	}
	#fNav .nav-block h4.wide {
		width: 50px;
	}
	#fNav .nav-block ul {
		display: table-cell;
		padding-left: 20px;
	}
	#fNav .nav-block ul.nav-left {
		padding-left: 20px;
	}
	#fNav .nav-block li {
		display: inline;
		padding-right: 16px;
		border-right: 1px solid rgba(255,255,255,0.15);
		margin-right: 12px;
		font-size: 85%;
	}
	#fNav .nav-block li img {
		vertical-align: middle;
	}
	#fNav .nav-block .l2 li {
		line-height: 2.5;
	}
	#fNav .nav-block li:last-child {
		border: none;
	}
	#fNav .nav-block li a {
		color: rgba(255,255,255,0.6);
	}
	#fNav .nav-block li a:hover {
		color: #ebaa00;
	}
	
	footer .spLogo {
		display: none;
	}
	#footer{
		background:#212121;
		padding: 40px 60px 64px;
		display: table;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .logo {
		display: table-cell;
		width: 250px;
	}
	#footer .logoNav {
		display: table-cell;
		text-align: left;
		vertical-align: top;
		width: 580px;
		color: #c9c9c9;
	}
	#footer .logoNav a:hover{ color: #c9c9c9; text-decoration: underline;}
	body.english #footer .logoNav {
	
		width: 350px;
		
	}
	
	
	#footer .logoNav li {
		display: inline;
		padding-right: 16px;
		border-right: 1px solid rgba(255,255,255,0.15);
		margin-right: 12px;
		font-size: 85%;
		line-height: 2.5;
	}
	body.english #footer .logoNav li{
		line-height: 5;
	}
	
	
	
	#footer .logoNav li img{
		vertical-align: middle;
	}
	#footer .logoNav li a {
		color: rgba(255,255,255,0.6);
	}
	
	#copyright{
		display: table-cell;
		width: auto;
		font-size:93%;
		color:#636363;
		text-align: right;
		padding-right: 24px;
		vertical-align: middle;
	}
	#copyright p {
		display: block;
		text-align: right;
	}
	#copyright a.slogo {
		display: inline-block;
		text-align: right;
		margin: 0 5px 5px;
	}
	/* contents ------------------------------------ */
	#mainContents,.mainContents {
		padding:20px 60px 30px;
		/* background:#ebebeb; */
		background:#ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainContents.gray{
		background:#f3f3f3;
		padding: 0;
	}
	#mainInner,.mainInner {
		overflow:hidden;
		max-width:1380px;
		margin:0 auto;
	}
	/* 歴代学部長ページのみ */
  #mainInner.mainInner_former_deans{
      max-width:1622px;
  }
	
	
	.pageTtl{
		font-weight:bold;
		font-size:182%;
		margin-bottom:30px;
	}
}
/* global navigation 調整用 */
@media screen and (min-width:1101px) and (max-width:1240px){
	
	#gNav > li{
		margin-left: 15px;
		font-size:12px;
	}
	#gNav > li p {
	}
	#gNav > li li{
		font-size:13px;
	}
	#sNav > li{
		margin-left:5px;
		font-size:11px;
	}
	
	
	
}
@media screen and (min-width:701px) and (max-width:1100px){
	#gNav > li{
		margin-left: 15px;
		font-size:12px;
	}
	#gNav > li p {
	}
	#gNav > li li{
		font-size:13px;
	}
	#sNav > li{
		margin-left:3px;
		font-size:11px;
	}
}

/* 641以上980以下、タブレット */
@media screen and (min-width:701px) and (max-width:1100px){
	body {
		-webkit-text-size-adjust: 100%;
	}
	#contents {
	    padding-bottom: 250px;
	}
	.sponly,
	.pconly{display:none;}
	
	.build-menu-open body{
		background:#16212f;
	}
	.spmenu {
		display: block!important;
	}
	/* header ------------------------------------ */
	#pcSHead{display:none;}


	#header{
		position: absolute;
		top: 0;
		width: 100%;
		height:75px;
		background-color: rgba(2,2,5,0.4);
		z-index: 15;
	}
	#lower #header{
		position: relative;
	}
	#header .fixed{
		position: fixed;
	}
	#headerInner{
		position:relative;
	}
/*	#header h1{
		position:absolute;
		width:125px;
		top:0;
		left:20px;
	}
	
	
	#header h1 a{
		width:125px;
		height:65px;
		display:block;
		background:url(../images/common/id_tb.gif) no-repeat left center;
		
	}*/
	#header h1{
		position:absolute;
		width:160px;
		top:0;
		left:30px;
	}
	#header h1 a{
		width:228px;
		height:75px;
		display:block;
		background:url(../images/phy_top/logo_01_en.png) no-repeat left center;
	}
	
	#header h1 a img{
		display:none;
	}
	/*その他ページ用ヘッダー*/

	/*その他ページ用ヘッダー*/
	#lower #header,#header.white{
		margin-top:0!important;
		background-color: #FFF;
		border-bottom: 3px solid #ffcb3f;
		box-sizing:border-box;
	}
	#lower #header .fixed,#header.white .fixed{
		width:100%;
		background-color: #FFF;
		position: fixed;
		top: 0;
		z-index:100;
	}
	#lower #header h1 a,#header.white h1 a{
		background:url(../images/phy_top/logo_01_black_en.png) no-repeat left center;
	}

	/*その他ページ用ヘッダー*/
	/*その他ページ用ヘッダー*/
	#headSearch{
		position:absolute;
		height:65px;
		right:66px;
		background:#0066ac;
		z-index:7999;
	}
	#headSearch label{
		display:block;
		float:right;
		text-indent:-999em;
		width:66px;
		height:65px;
		background:url(../images/common/icon_search_pc.png) no-repeat center center;
	}
	#headSearch.open label{
		background:url(../images/common/icon_close_pc.png) no-repeat center center;
	}
	#headSearch #s{
		float:left;
		color:#fff;
		background:#0066ac;
		border:none;
		padding:5px 10px;
		height:55px;
		width:280px;
		margin-left:10px;
		display:none;
	}
	#headSearch #s::-webkit-input-placeholder{
		color:#2e9ee6;
	}
	#headSearch #s:-moz-placeholder{
		color:#2e9ee6;
	}
	
	#headerInner #Nav{
		padding:0 0 0 258px;
	}

	
	/*for einglish*/
	
	body.english #headerInner #Nav{
		padding:0 135px 0 145px;
	}
	
	body.english #gNav > li{
		position:relative;
		float:left;
		margin-left:10px;
		line-height:65px;
	}

	body.english #gNav li li{
		float:none;
		line-height:1.8;
		margin:0;
		padding:5px 10px;
		line-height:110%;
		margin-bottom:12px;
	}
	
	/*// for einglish*/

	#gNav > li > a:hover,
	#gNav > li > p:hover{
		color:#ebaa00;
		
	}
	#gNav > li{
		display:inline-block;
		position:relative;
		margin-left:10px;
		line-height:75px;
		vertical-align:middle;
		box-sizing:border-box;
	}
	.white #gNav>li>p, #lower #gNav>li>p {
		color:#000;
		background:url(../images/common/icon_snav_pc.png) no-repeat right center;
	}
	#gNav>li>p{
		position:relative;
		height:75px;
		color:#FFF;
		font-size:15px;
		font-weight: normal;
		line-height: 1.2;
		display: table-cell;
		vertical-align: middle;
		box-sizing:border-box;
		cursor:pointer;
		padding:0 20px 0 20px;
		background:url(../images/phy_top/ico_arrow_01.png) no-repeat right center;
		border-bottom:2px solid rgba(0,0,0,0);
	}
	#gNav>li>p:hover,.white #gNav>li>p:hover, #lower #gNav>li>p:hover {
		color: #ebaa00;
		/*border-bottom:2px solid #ebaa00;*/
	}
	#gNav>li>p:hover:after,.white #gNav>li>p:hover:after, #lower #gNav>li>p:hover:after {
		content:"";
		position:absolute;
		height:2px;
		width: 100%;
		bottom:-2px;
		left:0;
		background-color:#ebaa00;
		color: #ebaa00;
		/*border-bottom:2px solid #ebaa00;*/
	}
	#gNav li ul{
		text-align:left;
		position:absolute;
		border:1px solid #001123;
		top:75px;
		left: 0;
		padding:20px;
		min-width:175px;
		background:#2d2d2c;
		display:none;
		z-index:20000;
	}
	#gNav li ul.rigaku{
		left: -314px;
	}
	#gNav li ul.senkou{
		min-width:230px;
	}
	#gNav li li{
		line-height:1.8;
		max-width:none;
		font-size:12px;
		margin:0;
		padding:5px 10px;
		display: table;
	}
	#gNav li ul li>p{
		color: #6f6e69;
		display: block;
		width: 100%;
		padding: 0 20px 0 0px;
	}
	#gNav li dl{
		display: table-cell;
		min-width: 120px;
		padding: 0 10px 0 20px;
	}
	#gNav li dl:first-child{
		border-left: 0px solid #424240;
		padding: 0 10px 0 10px;
	}
	#gNav li dl dt{
		color: #6f6e69;
		padding: 5px 10px;
	}
	#gNav li dl dd{
		padding: 5px 10px;
	}
	/*TOP用*/
/*	#gNav > li > ul{
		position:absolute;
		border-top:1px solid #001123;
		top:65px;
		left:-50%;
		padding:20px;
		width:210px;
		background:#002245;
		display:none;
		z-index:20000;
	}*/
		#gNav li ul{
		text-align:left;
		position:absolute;
		border:0px solid #001123;
		top:75px;
		left: 0;
		padding:20px;
		min-width:175px;
		background:#2d2d2c;
		display:none;
		z-index:20000;
	}
	#gNav > li > ul li{
		display: table;
		position: relative;
	}
	#gNav li ul li>p{
		color: #6f6e69;
		display: block;
		width: 100%;
		padding: 0 20px 0 0px;
	}

	#gNav .rigaku > li > ul dl{
		width:130px;
		padding: 10px;
		box-sizing:border-box;
		display: table-cell;
	}
	
	#gNav li dl{
		display: table-cell;
		min-width: 120px;
		padding: 0 10px 0 20px;
		border-left: 1px solid #424240;

	}
	#gNav li dl:first-child{
		border-left: 0px solid #424240;
		padding: 0 10px 0 0px;
	}
	#gNav li dl dt{
		color: #6f6e69;
		padding: 5px 10px 5px 0;
		white-space: nowrap;
	}
	#gNav li dl dd{
		padding: 5px 10px 5px 0;
	}
	#gNav li > ul li{
		overflow:hidden;
	}
	#gNav > li > ul#gakka{
		right: 0;
		width:558px;
		padding:20px 0 20px 20px;
	}
	#gNav > li > ul#gakka ul{
		position:relative;
		width:170px;
		margin-right:10px;
		float:left;
	}
	#gNav > li > ul#gakka ul#gakkaLast{
		padding-top:32px;
	}
	#gNav > li > ul#gakka li{
		color:#2c78c7;
		padding:5px 0;
	}
	#gNav li > ul > li{
		float:none;
		line-height:1.8;
		margin:0;
		padding:5px 10px;
	}
	#gNav li li,
	#gNav li ul a{
		color:#fff;
	}
	#gNav li ul a:hover{
		color: #ebaa00;
	}
		/*その他ページ*/
	#gNav {
		display:inline-block;
		margin-left: -10px;
	}
	#gNav li p .stext {
		font-size: 13px;/*英語版のみ*/
	}
	#sNav li > p {
  color: #FFF;
  background: url(../images/common/icon_snav_pc.png) no-repeat right center;
  
	}
	/*その他ページ*/;
	#gNav li > ul > li a:hover,
	#sNav li li a:hover{
		color:#1f85c7;
	}
	#tabletDBtn{
		position:absolute;
		width:75px;
		height:75px;
		right:0;
		top:0;
		background:url(../images/common/icon_menu_tb.png) no-repeat center center #2a2a2a;
		z-index:10000;
	}
	#tabletDmenu{
		display:none;
	}
	.build-menu-open #tabletDBtn{
		background:url(../images/common/icon_close_pc.png) no-repeat center center #2a2a2a;
	}
	#tabletDBtn #build-menu-button{
		display:block;
		width:75px;
		height:75px;
	}
	#sNav li,
	.tabletHNav li,
	p.tabletHNav{
		margin:0;
		font-size:12px;
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}
	#sNav{
		padding-top:10px;
		margin-bottom:40px;
	}
	#sNav,
	.tabletHNav,
	.englishNav{
		background:#373735;
	}
	ul.tabletHNav{
		border-top:1px solid #0e141d;
	}
	#sNav li,
	.tabletHNav li{
		color:#fff;
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	#sNav li a,
	.tabletHNav li a,
	.englishNav a{
		padding:20px;
		color:#fff;
		display:block;
	}
	#sNav li li a{
		display:block;
		color:#8b9097;
		padding:10px 20px;
	}
	#sNav li li a:hover {
		color: #ebaa00;
	}
	#sNav li p{
		padding:20px;
		background:url(../images/common/icon_down_tb_02.png) no-repeat 220px center;
		background-size: 12px 7px;
	}
	#sNav li p.open{
		background:url(../images/common/icon_up_tb_02.png) no-repeat 220px center;
		background-size: 12px 7px;
	}
	#sNav li ul{
		border-top:1px solid rgba(0,0,0,0.5);
		padding:10px;
		background:#2c2c2a;
	}
	#sNav li li{
		border:none;
	}
	p.tabletHNav{
		padding:20px;
	}
	.englishNav{
		border-top:1px solid rgba(0,0,0,0.5);
		margin-top: 40px;
		padding-bottom: 40px;
	}
	#phySpecialList {
		display: none;
	}
	/* footer ------------------------------------ */
	#fNav{
		/*background:#00356c;*/
		background:#212121;
		padding:5% 60px 2% 60px;
	}
	
	#fNav .nav-block {
		display: table;
		width: 100%;
		padding: 26px 0;
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	#fNav .nav-block .td {
		display: table-cell;
	}
	#fNav .nav-block .tr {
		display: table-row;
	}
	#fNav .nav-block .tr:first-child h4 {
		padding-bottom: 13px;
	}
	
	#fNav .nav-block h3 {
		display: table-cell;
		color: #fff;
		font-size: 93%;
		width: 15.7%;
		padding-left: 18px;
	}
	#fNav .nav-block h4 {
		color: #fff;
		font-size: 85%;
		width: 40px;
		display: table-cell;
	}
	#fNav .nav-block h4.wide {
		width: 50px;
	}

	#fNav .nav-block ul {
		display: table-cell;
	}
	
	#fNav .nav-block:last-child ul {
		display: block;
		padding: 20px 0 0 20px;
	}
	
	#fNav .nav-block ul.nav-left {
		padding-left: 20px;
	}
	#fNav .nav-block li {
		display: inline;
		padding-right: 16px;
		border-right: 1px solid rgba(255,255,255,0.15);
		margin-right: 12px;
		font-size: 11px;
	}
	#fNav .nav-block li img {
		vertical-align: middle;
	}
	#fNav .nav-block .l2 li {
		line-height: 2.5;
	}
	#fNav .nav-block li:last-child {
		border: none;
		margin-right: 0;
	}
	#fNav .nav-block li a {
		color: #a1a1a1;
		font-size: 11px
	}
	#fNav .nav-block li a:hover {
		color: #ebaa00;
	}
	
	footer .spLogo {
		display: none;
	}
	
	#footer{
		background:#212121;
		padding: 40px 30px 64px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .logo {
		display: block;
		width: 234px;
	}
	#footer .logoNav {
		display: block;
		text-align: left;
		vertical-align: top;
		width: 580px;
		margin: 10px 0 20px;
		color: #c9c9c9;
	}
	#footer .logoNav a:hover{ color: #c9c9c9; text-decoration: underline;}	
	
	
	#footer .logoNav li {
		display: inline;
		padding-right: 16px;
		border-right: 1px solid rgba(255,255,255,0.15);
		margin-right: 12px;
		font-size: 85%;
		line-height: 2.5;
	}
	#footer .logoNav li img{
		vertical-align: middle;
	}
	#footer .logoNav li a {
		color: rgba(255,255,255,0.6);
	}
	
	#copyright{
		display: table-cell;
		width: auto;
		font-size:93%;
		color:#636363;
		text-align: left;
		padding-right: 24px;
		vertical-align: middle;
	}
	#copyright p {
		display: block;
		text-align: right;
	}
	#copyright a.slogo {
		display: inline-block;
		text-align: left;
		margin: 0 5px 5px;
	}
	
	
	/* contents ------------------------------------ */
	#mainContents{
		/* background:#ebebeb; */
		background:#ffffff;
		/*padding-top:66px;*/
	}
	.mainInner{
		overflow:hidden;
		max-width:1380px;
		
		padding:25px 30px;
		margin:0 auto;
	}
	.pageTtl{
		font-weight:bold;
		font-size:182%;
		margin-bottom:30px;
	}
}
/* 700以下、SP */
@media screen and (min-width:701px) and (max-width:820px){
	#gNav>li>p{
		font-size:12px;
		padding:0 20px 0 0px;
	}
}


/* 700以下、SP */
@media screen and (max-width:700px){
	.tbonly,
	.pconly,
	.spnone{display:none;}
	
	.build-menu-open body{
		background:#16212f;
	}
	#contents {
	padding-bottom: 250px;
	}
	/* header ------------------------------------ */
	#pcSHead{display:none;}
	
	#header{
		background:#141414;
		padding:0 0 0 15px;
		height:60px;
		overflow:hidden;
		z-index:15;
	}
	#header h1{
		padding:10px 0 0 0;
		float:left;
		max-width:47%;
	}
	#header h1 img{
		max-height:40px;
	}
	#spDBtn{
		position:absolute;
		right:0;
		top:0;
		width:60px;
		height:60px;
		z-index:1000;
	}
	#spDBtn a{
		position:absolute;
		display:block;
		width:60px;
		height:60px;
		background:url(../images/common/icon_menu_sp.png) no-repeat center center #2a2a2a;
		-moz-background-size:40% 40%;
		background-size:40% 40%;
	}
	.build-menu-open #spDBtn a {
		background:url(../images/common/icon_close_sp.png) no-repeat center center #2a2a2a;
		-moz-background-size:40% 40%;
		background-size:40% 40%;
	}
	#spDMenu{
		display:none;
		z-index: 1000;
	}
	
	#headSearch{
		padding:5px;
		position:relative;
	}
	#headSearch input{
		background:#39424e;
		color:#fff;
		padding:5% 5% 5% 18%;
		width:77%;
		border:none;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	#headSearch label{
		background:url(../images/common/icon_search_sp.png) no-repeat center center #39424e;
		text-indent:-999em;
		position:absolute;
		width:12%;
		height:75%;
		left:5%;
		top:10%;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	
	#gNav li,
	#sNav li,
	.tabletHNav li,
	p.tabletHNav{
		margin:0;
		font-size:12px;
	}
	#gNav,
	#sNav,
	.tabletHNav,
	.englishNav{
		background:#373735;
	}
	#sNav{
		margin:40px 0;
	}
	#sNav,
	ul.tabletHNav{
		border-top:1px solid rgba(0,0,0,0.5);
	}
	#gNav li,
	#sNav li,
	.tabletHNav li{
		color:#fff;
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	#gNav li a,
	#sNav li a,
	.tabletHNav li a,
	.englishNav a{
		padding:20px;
		color:#fff;
		display:block;
	}
	#gNav li li a,
	#sNav li li a{
		display:block;
		color:rgba(255,255,255,0.6);
		padding:10px 20px;
	}
	/*英語のみ修正*/
	#gNav li li a{
		display:block;
		color:rgba(255,255,255,0.6);
		padding:10px 50px 10px 20px;
		line-height: 1.6;
	}
	/*英語のみ修正*/
	#gNav li p,
	#sNav li p{
		padding:20px 50px 20px 20px;
		position:relative;
	}
	#gNav li p:after,
	#sNav li p:after{
		content:'';
		display:block;
		width:20px;
		height:20px;
		background:url(../images/common/icon_down_tb_02.png) no-repeat center center;
		background-size: 12px 7px;
		position:absolute;
		right:25px;
		top:20px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: transform 0.2s ease-out;
		-moz-transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
	}
	/*#gNav li p.open,
	#sNav li p.open{
		background:url(../images/icon_up_tb.png) no-repeat 220px center;
	}*/
	#gNav li p.open:after,
	#sNav li p.open:after{
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-transition: transform 0.2s ease-out;
		-moz-transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
	}
	#gNav li ul,
	#sNav li ul{
		border-top:1px solid rgba(0,0,0,0.5);
		padding:10px 0 10px 20px;
		background:#2c2c2a;
	}
	#gNav li ul ul{
		border-top:0;
	}
	#gNav li li,
	#sNav li li{
		border:none;
	}
	#gNav li li.spBdr,
	#sNav li li.spBdr{
		border-bottom:1px solid rgba(0,0,0,0.5);
	}
	#gNav li dt,
	#sNav li dt {
		color: rgba(255,255,255,0.6);
  	padding: 10px 20px;
	}
	#gNav li dl:not(:first-child),
	#sNav li dl:not(:first-child) {
		border-top:1px solid #161615;
	}
	
	
	#gNav li ul#gakkaLast{
		padding-top:0;
		margin-top:-10px;
	}
	
	
	p.tabletHNav {
		border-bottom:1px solid rgba(0,0,0,0.5);
		padding:20px;
	}
	
	.englishNav{
		border-top:1px solid rgba(0,0,0,0.5);
		margin-top: 40px;
		padding-bottom: 40px;
	}

	/* footer ------------------------------------ */
	#fNav{
		display: none;
	}
	#fNav #fnavPc {
		display: none;
	}
	
	#footer{
		position:relative;
		background:#1f1f1f;
		overflow:hidden;
		width: 100%;
	}
	#footer .spLogo {
		text-align: left;
		padding: 5%;
		width: 100%;
		box-sizing: border-box;
	}
	#footer .spLogo img {
		text-align: left;
		
		width: 90%;
		min-width: auto;
		box-sizing: border-box;
	}
	#fNavSP{
		width: 100%;
		overflow:hidden;
		border-top:1px solid rgba(0,0,0,0.5);
	}
	#fNavSP .footerNav1 {
		width: 100%;
		padding: 16px 0 6px;
		font-size: 12px;
		font-weight: bold;
		background-color: #292929;
	}
	#fNavSP .footerNav1 li{
		float: left;
		width: 50%;
		padding: 0 12px 0 24px;	
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#fNavSP .footerNav1 li a {
		display: block;
		width: 100%;
		padding: 15px 12px;
		border-bottom: 1px solid #3f3f3f;		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#fNavSP .footerNav1 li:nth-child(odd) {
		padding: 0 24px 0 12px;
	}
	#fNavSP .footerNav1 li:nth-child(5) a,
	#fNavSP .footerNav1 li:nth-child(6) a{
		border: none;
	}
	#fNavSP li a{
		color:#fff;
	}	
	#fNavSP .ulBox {
		display: table;
		width: 100%;		
		padding: 0 15px;
		background-color: #1f1f1f;		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}	
	#fNavSP .footerNav2,
	#fNavSP .footerNav3 {
		display: table-cell;
		width: 50%;
		font-size: 11px;
		line-height: 2.5;
		padding: 6px 0;
		border-top: 1px solid #363636;
		border-bottom: 1px solid #363636;
	}
	
	#fNavSP .footerNav2 li,
	#fNavSP .footerNav3 li {
		padding: 12px;
		line-height: 1;
		border-bottom: 1px solid #363636;
	}
	#fNavSP .footerNav2 li:last-child,
	#fNavSP .footerNav3 li:last-child {
		border: none;
	}
	
	#fNavSP .footerNav2 {
		padding-right: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#fNavSP .footerNav3 {
		padding-left: 24px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#fNavSP .footerNav3 img {
		margin-top: 5px;
	}
	#copyright{
		display: block;
		width: auto;
		font-size:93%;
		color:#636363;
		text-align: center;
		vertical-align: middle;
		padding: 0 0 20px;
	}
	#copyright p {
		display: block;
		text-align: center;
	}
	#copyright a.slogo {
		display: inline-block;
		text-align: center;
		margin: 10px 20px 10px;
	}
	p.logo,
	.logoNav {
		display: none;
	}

	p#copyright{
		width:100%;
		text-align: center;
		font-size:85%;
		color:#7e7e7e;
		padding: 20px 26px;
	}
	p#copyright img { display: block; margin-bottom: 5px;}
	
	/* contents ------------------------------------ */
	#mainContents,.mainContents {
		padding:0 15px 50px;
		/* background:#ebebeb; */
		background:#ffffff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mainContents.gray{
		background:#f3f3f3;
	}
	.pageTtl{
		font-size:123.1%;
		margin-bottom:20px;
	}
}


/*ドロワーメニュー*/
#build-menu-page {
  left: 0;
  position: relative;
  background-color: #fff;
  height: 100%;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 260px;
  padding: 0;
  position: static;
  z-index: 10;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  float:right;
  background-color: #2c2c2a;
  color:#fff;
}

.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { 
	display: inline-block;
}
