@charset "utf-8";
/*------------------------
		element.css
------------------------*/
.ClearBoth {
    clear: both;
}
.PostBody h1{
	border-bottom: 5px solid #B8DDFF;
	margin-bottom: 15px;
	padding-left: 6px;
	position: relative;
	font-size: 25px;
	color: #000085;
	font-weight: bold;
	line-height: 40px;
}
.PostBody h1:before{
	content:'';
	display: block;
	width: 200px;
	height: 5px;
	background: #000085;
	position: absolute;
	bottom:0;
	margin-left: -6px;
	margin-bottom: -5px;
}
.PostBody h2{
	margin-bottom:60px;
	font-size: 30px;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.4;
}
.PostBody h3{
	margin-bottom:20px;
	padding: 10px!important;
	background: #F2F0F0;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: .1em;
}
.PostBody h4{
	margin-bottom: 10px;
	color: #AA2828;
	font-size: 16px;
	text-align: left;
	letter-spacing: .1em;
	position: relative;
}
.PostBody h4::before{
	content: '\025ce';
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1200px) {
	.PostBody h2{
		margin-bottom: 40px;
		font-size: 24px;
	    letter-spacing: .1em;
	}
	/*.PostBody h3,
	.PostBody h4{
		font-size: 16px;
	}*/
}
@media screen and (max-width: 460px) {
	.PostBody h2{
		font-size: 20px;
	}
}
.PostBody a {
	text-decoration: underline;
	color: #AA2828;
}
@media (max-width: 670px) {
	.PostBody p img{
	max-width:100%;
	height:auto;
}
}
.PostBody ul li,
.PostBody ol li {
	line-height: 1.4;
}
/*均等割り付け*/
.PostBody p.equalize {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.PostBody dl.DLA{
	margin-bottom:20px;
	font-size: 16px;
}
.PostBody dl.DLA dt{
	margin-bottom:10px;
	padding:13px 0 5px 10px;
	border-bottom: 1px solid #000085;
	font-weight:bold;
	color:#000085;
}
.PostBody dl.DLA dt:before{
	content: '\025cf';
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 0;
	left: 0;
}
.PostBody dl.DLA dd{
	padding:15px 20px 10px 30px;
	border-bottom: 1px solid #b8b8b8;
	color:#000;
}
.PostBody dl.DLA dd img{
	display: inline-block;
	width: auto;
}
.PostBody ul.ULA{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.PostBody ul.ULA li{
	display: block;
	width: calc(100% / 3 - 25px);
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url("/img/static/images/c_cont_dl_c_dd_icon.gif");
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: 700;
}
@media screen and (max-width: 1200px) {
	.PostBody ul.ULA li{
		width: calc(100% / 2 - 20px);
		padding-left: 15px;
	}
}
@media screen and (max-width: 960px) {
	.PostBody ul.ULA li{
		width: calc(100% - 15px);
	}
}
.PostBody ul.ULB{
	padding:15px 20px;
	border:1px solid #dadada;
}
.PostBody ul.ULB li{
	display:block;
	padding-left:20px;
	padding-bottom:5px;
	background-image:url(/img/static/images/c_cont_ul_b_icon.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	font-weight: 700;
}
.PostBody ul.ULB li:last-child {
	padding-bottom: 0;
}
.PostBody dl.DLB{
}
.PostBody dl.DLB dt img{
	display: none;
}
.PostBody dl.DLB dt span,
.PostBody dl.DLB dt a{
	display: block;
	padding: 15px 20px;
	background: #A72C2A;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	text-decoration: none!important;
	position: relative;
}
.PostBody dl.DLB dt a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}
.PostBody dl.DLB dt a:hover {
	opacity: 1;
	background: #912624;
}
.PostBody dl.DLB dt a:hover::after{
	right: 15px;
}
.PostBody dl.DLB dt a.icon_seijoh,
.PostBody dl.DLB dt a.icon_aaa {
	padding: 15px 20px 15px 60px;
}
.PostBody dl.DLB dt a.icon_seijoh::before,
.PostBody dl.DLB dt a.icon_aaa::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.PostBody dl.DLB dt a.icon_seijoh::before {
	background-image: url("/common-intl/img/icon_seijoh.png");
}
.PostBody dl.DLB dt a.icon_aaa::before {
	background-image: url("/common-intl/img/icon_aaa.png");
}
.PostBody dl.DLB dd{
    height: calc(100% - 46px - 22px);
	margin-bottom: 2px;
	padding:10px 20px;
	border: 1px solid #A72C2A;
	border-top: none;
	background-color:#f2f2f2;
	font-size: 14px;
	line-height: 1.4;
}
.PostBody dl.DLB dd a {
	display: inline-block;
	text-decoration: underline;
}
@media screen and (max-width: 1200px) {
	.PostBody dl.DLB dt span,
	.PostBody dl.DLB dt a{
		padding: 15px 45px 15px 15px;
		font-size: 16px;
	}
	.PostBody dl.DLB dt a::after{
		border-top: 1px #fff solid;
		border-right: 1px #fff solid;
	}
.PostBody dl.DLB dt a.icon_seijoh,
.PostBody dl.DLB dt a.icon_aaa {
	padding: 15px 45px 15px 55px;
}
	.PostBody dl.DLB dd{
 	   height: calc(100% - 46px - 32px);
		padding: 15px;
	}
}
.PostBody dl.DLC{
	margin-bottom:20px;
	border-top: 2px solid #A72C2A;
}
.PostBody dl.DLC dt{
	margin-bottom:10px;
	padding:13px 0 5px 10px;
	border-bottom: 1px solid #A72C2A;
	font-weight:bold;
	color:#A72C2A;
}
.PostBody dl.DLC dt::before{
	content: '\025cf';
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 0;
	left: 0;
}
.PostBody dl.DLC dd{
	padding:5px 10px 0 10px;
	background-image:url(/img/static/images/c_cont_dl_c_dd_icon.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}
.PostBody dl.DLC dd a{
	white-space:nowrap;
	}
.PostBody dl.DLD{
	margin-bottom:20px;
}
.PostBody dl.DLD dt{
	margin-bottom:10px;
	padding:13px 0 5px 20px;
	background-image:url(/img/static/images/c_cont_dl_d_dt_icon.gif);
	background-repeat:no-repeat;
	background-position:0 15px;
	font-weight:bold;
}
.PostBody dl.DLD dd{
	display:inline;
	text-indent:4em;
	padding-left:10px;
	background-image:url(/img/static/images/c_cont_dl_c_dd_icon.gif);
	background-repeat:no-repeat;
	background-position:0 46%;
}
/*
.PostBody table {
	width: 100%;
	border: 1px #A0A0A0 solid!important;
}
.PostBody table tr {
	border-bottom: 1px #A0A0A0 solid;
}
.PostBody table th {
	padding: 10px 20px;
	border-right: 1px #A0A0A0 solid;
	background: #F2F0F0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.PostBody table td {
	padding: 10px 20px;
	border-right: 1px #A0A0A0 solid;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
}
@media (max-width: 500px) {
	.PostBody table{
	width:100%;
	border-collapse:collapse;
	border-top:0px;
	border-left:0px;
	margin-bottom:20px;
}
.PostBody table th,
.PostBody table td{
	padding:3px 5px;
	border-right:0px;
	border-bottom:1px solid #939393;
	vertical-align:top;
	width:100%;
	display:block;
}
.PostBody table th{
	background-color:#F2F2F2;
	color:#000;
	font-weight:bold;
}
}
*/
th.bg_yellow{
	background-color:#F9C059 !important;
}
td.bg_yellow{
	background-color:#fff1d0;
}
/* 2 column box set */
/*
.PostBody div.BoxSet2 ul,
.PostBody div.BoxSet2 div{
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	padding:10px;
}
.PostBody div.BoxSet2 ul.ULB{
}
.PostBody div.BoxSet2 ul{
	margin-left:5px;
}
.PostBody div.BoxSet2 div{
	margin-left:6px;
}
.PostBody div.BoxSet2 .BorderBox,
.PostBody div.BoxSet2 dl{
	float:left;
	width: 48%;
	margin: 4px;
}
*/
.PostBody div.BoxSet2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.PostBody div.BoxSet2 div,
.PostBody div.BoxSet2 .BorderBox,
.PostBody div.BoxSet2 dl{
	width: calc(50% - 2px);
	margin-bottom: 2px;
}
@media (max-width: 1200px) {
	.PostBody div.BoxSet2 dl.tb100 {
		width: 100%;
	}
}	
@media (max-width: 500px) {
.PostBody div.BoxSet2 div,
.PostBody div.BoxSet2 .BorderBox,
.PostBody div.BoxSet2 dl{
	float:none;
	width: 100%;
	margin: 4px;
}	
}
/* Wraparound */
.PostBody div.WraparoundLeft{
	margin-bottom:10px;
}
.PostBody div.WraparoundLeft img{
	float:left;
	margin:0 10px 10px 0;
}
.PostBody div.WraparoundRight{
	margin-bottom:10px;
}
.PostBody div.WraparoundRight img{
	float:right;
	margin:0 0 10px 10px;
	width: auto;
}
div.WraparoundLeft:after, div.WraparoundRight:after, div.BoxSet2:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
}
div.BoxSet2:after {
    display: none;
}
/* bordered box */
.PostBody div.BorderBox{
	border: 1px solid #b8b8b8;
	padding: 10px;
}
.PostBody div.BorderBox ol li{
	line-height: 1.4;
}
/* ニュースタブ */
ul.tab {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
	font-size:14px;
	font-weight: bold;
}
ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}
ul.tab li.none {
	border-bottom: 2px #fff solid;
	font-weight: bold;
}
@media (max-width: 500px) {
	ul.tab {
	margin: 60px 0 10px 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
	font-size:12px;
	font-weight: bold;
}
ul.tab li {
	float: left;
	margin: 2px 0 0 5px;
	position: relative;
	bottom: -2px;
	list-style-type: none;
	border: 1px #ddd solid;
	border-top: none;
	border-bottom: 2px #ddd solid;
}
ul.tab li.none {
	border-bottom: 2px #ddd solid;
	font-weight: bold;
}
}
ul.tab li a {
	color: #000;
	display: block;
	padding: 6px 15px 5px 15px;
	text-decoration: none;
	background: #fff;
	cursor: pointer;
}
ul.tab li a.blue {
	border-top: 5px rgba(27,160,194,0.4) solid;
	/*color: #1BA0C2;*/
	color: #1E90FF;
	background:white;
}
ul.tab li a.green {
	border-top: 5px rgba(26,140,65,0.4) solid;
	/*color: #1A8C41;*/
	color: #006400;
	background:white;
}
ul.tab li a.red {
	border-top: 5px rgba(242,78,50,0.4) solid;
	/*color: #F24E32;*/
	color: #DC143C;
	background:white;
}
ul.tab li a.yellow {
	border-top: 5px rgba(255,127,0,0.4) solid;
	/*color: #F24E32;*/
	color: #FF4500;
	background:white;
}
ul.tab li a.purple {
	border-top: 5px rgba(128,105,166,0.4) solid;
	/*color: #8069A6;*/
	color: #4B0082;
	background:white;
}
ul.tab li a.orange {
	border-top: 5px rgba(115,99,87,0.4) solid;
	/*color: #736357;*/
	color: #696969;
	background:white;
}
ul.tab li a.beige {
	border-top: 5px rgba(167,133,14,0.4) solid;
	/*color: #A7850E;*/
	color: #CD853F;
	background:white;
}
ul.tab li a:hover {
	position: relative;
	bottom: 2px;
}
/* clerfix */
.clear:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
/* クラブ紹介 */
.clubbox{
	width:665px;
	background:#f1e1bd;
	margin-bottom:15px;
}
.clubBoxR{
	width:280px;
	height:220px;
	float:left;
	text-align:center;
	padding-top:15px;
}
.clubBoxL{
	width:384px;
	min-height:200px;
	float:right;
}
dl.clubList{
	width:100%;
}
dl.clubList dt{
	width:20%;
	float:left;
	border-bottom: 1px solid #F2F0F0;
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
}
dl.clubList dd{
	width:80%;
	float:right;
	border-bottom: 1px solid #F2F0F0;
	margin-bottom:15px;
	font-size:14px;
}
.clubBoxL p{
	border-bottom:2px solid #bb3e49;margin:10px;font-size:20px;font-weight:bold;color:#bb3e49;
}
@media (max-width: 710px){
.clubBoxR {
    width: 100%;
    text-align: center;
    padding-top: 15px;
	float: none;
}
.clubbox {
    width: 100%;
}
.clubBoxL {
    width: 100%;
    float: none;
}
dl.clubList {
    width: 95%;
    margin-left: 10px;
}
dl.clubList{
	width:100%;
}
dl.clubList dt{
	width:100%;
	float:left;
	border-bottom: 1px solid #F2F0F0;
	margin-bottom:15px;
	font-weight:bold;
	font-size:12px;
}
dl.clubList dd{
	width:100%;
	float:right;
	border-bottom: 1px solid #F2F0F0;
	margin-bottom:15px;
	font-size:12px;
}
}
/*------外語ページ-----*/
.page-id-366 h5,
.page-id-382 h5,
.page-id-396 h5,
.page-id-411 h5 {
	font-size:100%;
	}
ul.IndentA li p {
	text-indent:-1.5em;
	padding-left:1.5em;
	margin-bottom:10px;
	}
div.IndentB1 p {
	text-indent:-1.5em;
	padding-left:1.5em;
	margin-bottom:5px;
	}
ul.IndentB2 {
	margin-bottom:10px;
	}
	ul.IndentB2 li p {
	text-indent:-1.8em;
	padding-left:3em;
	margin-bottom:5px;
		}
/* 教員紹介 */
.PostBody table.waku01{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #939393;
	border-left:1px solid #939393;
	margin-bottom:25px;
}
.PostBody table.waku01 th,
.PostBody table.waku01 td{
	padding:5px 7px;
	border-right:1px solid #939393;
	border-bottom:1px solid #939393;
	vertical-align:top;
}
.PostBody table.waku01 th{
	background-color:#e5faff;
	color:#000;
	font-weight:bold;
}
.PostBody table.waku02 {
	border:none;
}
.PostBody table.waku02 a {
	cursor:pointer;
}
.PostBody table.waku02 td{
	padding-bottom:20px;
	padding-top:10px;
	border:none;
}
.PostBody table.waku02 th{
	text-align:left;
	background-color:#e5faff;
	padding:5px 8px;
	border:1px solid #939393;
}
/*各ページレイアウト*/
.page-id-97 table th,
.page-id-102 table th,
.page-id-3063 table th,
.page-id-3063 table td {
	vertical-align:middle;
	}
/*リンクリスト用*/
.linklist li, p.link {
	background-image: url("/img/static/images/c_cont_dl_c_dd_icon.gif");
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding: 0 0 1px 1em;
}
.DLA2{
　　padding: 15px 20px 10px 30px !important;;
    border-bottom: 1px solid #b8b8b8;
    color: #000;
}
/*大学院　テーブル縦書き 20190730追加*/
.tate {
	writing-mode: vertical-lr;
	white-space: nowrap;
	text-orientation: upright;
	margin-bottom: 0 !important;
    max-height: 50px;
}
.sp-only-hidden {
    display: block;
}
.pc-hidden {
	display: none;
}
@media (max-width: 500px){
	.tate {
		writing-mode: unset;
}
.sp-only-hidden {
    display: none;
}
.pc-hidden {
	display: block;
}
}
/* イメージ */
.PostBody > p > img {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.PostBody > p > a > img {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.PostBody > dl > dd > a > img {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.PostBody > dl > dt > span > a > img {
	display: inline;
	width: auto;
	margin-left: 5px;
}
.PostBody > div.BorderBox > ol > li > img {
	display: inline;
	width: auto;
	margin-right: 10px;
}
.TIPL3 {
    text-indent: -38px;
    padding-left: 38px;
}
.TIPL3 img {
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.MB5 {
    margin-bottom: 5px;
}
.MR5 {
	display: inline;
	width: auto;
    margin-right: 5px;
}
.PostBody > p > img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
dl.FeedList,
dl.FeedList2,
dl.FeedList3,
dl.FeedList4
 {
	border-bottom: 1px solid #B9B9B9;
	padding-top: 12px;
}
dl.FeedList span.new_icon {
	padding-left: 10px;
}
dl.FeedList3 span.new_icon {
	margin-left: 10px;
}
dl.FeedList dt{
	width: 200px;
	float: left;
}
dl.FeedList dd{
	/*width: 500px;*/
	float: left;
}
dl.FeedList2 dt{
	width: 120px;
	float: left;
}
dl.FeedList2 dd{
	/*width: 540px;*/
	float: left;
}
dl.FeedList3 dt{
	width: 76px;
	float: left;
}
dl.FeedList3 dd{
	/*width: 570px;*/
	float: left;
}
dl.FeedList4 dt{
	width: 100px;
	float: left;
}
dl.FeedList4 dt p{
	margin:0px;
	padding:0 10px 0 10px;
	color: #8F8F8F;
}
dl.FeedList4 dd{
	float: left;
}
.ML20 {
    margin-left: 20px;
}
.TARight, .alignright {
    text-align: right;
}
.ClearFix ,
ul#SelectFont li,
ul#TargetNavi,
ul#LanguageNavi,
ul#GlobalNavi,
dl.FeedList,
dl.FeedList2,
dl.FeedList3,
dl.FeedList4
{zoom: 1;}
.ClearFix:after ,
ul#SelectFont li:after,
ul#TargetNavi:after,
ul#LanguageNavi:after,
ul#GlobalNavi:after,
dl.FeedList:after,
dl.FeedList2:after,
dl.FeedList3:after,
dl.FeedList4:after
{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* 2022.01.12追記 ----------------------------------*/
/* 画像サイズ調整 */
#contents-right img,
.PostBody img {
	display: inline-block;
	width: auto;
}
/* レイアウト */
.FRight {
    float: right;
}
.FLeft {
    float: left;
}
.TACenter, .aligncenter {
    text-align: center;
}
.MR30 {
    margin-right: 30px;
}
.MT20 {
    margin-top: 20px;
}
