@charset "utf-8";

/* ---------------- // reset ---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ---------------- base ---------------- */

body {
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color: #333;
background: #000;
}

table {
border-collapse: collapse;
font-family: inherit;
}

h1,h2,h3,h4,h5 {
font-size:100%;
font-weight:bold;
}

input,textarea,select {
font-family: inherit;
}

textarea {
resize: none;
}

th,td {
border-collapse: collapse;
}

ul,ol {
list-style-type: none;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: text-bottom;
}

/*p {
	text-align: justify;
	text-justify: inter-ideograph;
}*/

/* ---------------- link ---------------- */

a:link { text-decoration:none; color:#333; }
a:visited { text-decoration:none; color:#333; }
a:hover { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }

/* ---------------- float ---------------- */

.floatright{
float: right;
}

.floatleft {
float: left;
}

/* ---------------- clearfix ---------------- */

.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* ---------------- bold ---------------- */

.txtbold{
font-weight: bold;
}

/* ---------------- align ---------------- */

.alignleft {
text-align: left;
}

.alignright {
text-align: right;
}

.aligncenter {
text-align: center;
}

/* ---------------- reset // ---------------- */

/* ---------------- // adjustment ---------------- */

/* ---------------- text ---------------- */

.nowrap {
	white-space: nowrap;
}
.wordwrap{
	word-wrap: break-word;
}

/* ---------------- font ---------------- */
.font0_8{
	font-size: 0.8em;
}
.font10 {
    font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}
.font18 {
	font-size: 18px;
}
.font19 {
	font-size: 19px;
}
.font20 {
	font-size: 20px;
}
.font26 {
	font-size: 26px;
}
.font35 {
	font-size: 35px;
}

.font-red{
	color: #E60012;
}

.font-white{
	color: #fff;
}

.font-gray{
	color: #51525C;
}

@font-face {
	font-family: 'Century_Gothic';
	src: url(../font/gothic_0.ttf);
}

.century{
	font-family:"Century_Gothic","Century_Gothic_Bold","Helvetica Neue",Helvetica,Arial,"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;

}

/* ---------------- txt-i ---------------- */

.column-img {
	float: left;
}

.column-txt {
	float: left;
}

.txt-img20 {
	width: 20%;
}

.txt-img20-l10 {
	width: 20%;
	padding: 0 0 0 10%;
}

.txt-img25 {
	width: 25%;
}

.txt-img30 {
	width: 30%;
}

.txt-img40 {
	width: 40%;
}

.txt-img40_l5 {
	width: 40%;
	padding: 0 0 0 5%;
}

.txt-img45 {
	width: 45%;
}

.txt-img45_r5 {
	width: 45%;
	padding: 0 5% 0 0;
}

.txt-img50 {
	width: 50%;
}

.txt-img50_r5 {
	width: 50%;
	padding: 0 5% 0 0;
}

.txt-img55_r5 {
	width: 55%;
	padding: 0 5% 0 0;
}

.txt-img65_r5 {
	width: 65%;
	padding: 0 5% 0 0;
}


@media only screen and (max-width: 480px) {
	.txt-img30 {
		width: 100%;
	}
	.txt-img40 {
		width: 100%;
	}
	.txt-img40_l5 {
		width: 100%;
		padding: 0 ;
	}
	.txt-img55_r5 {
		width: 100%;
		padding: 0 ;
	}
	.txt-img50 {
		width: 100%;
	}
	.txt-img50_r5 {
		width: 100%;
		padding:0;
	}
	.txt-img45 {
		width: 100%;
	}
	.txt-img45_r5 {
		width: 100%;
		padding: 0 ;
	}
	.txt-img65_r5 {
		width: 100%;
		padding: 0 ;
	}
}


/* ---------------- bg ---------------- */


.bg-orange{
	background: #E7AD70;
	border: 2px solid #E7AD70;
}

.bg-orange2{
	background: #F8E6D4;
}

.bg-gray{
    background-color: #CDD4DD;
}

.bg-white{
    background-color: #fff;
}

.bg-yellow{
    background-color: #DB9A00;
}

.bg-navy{
    background-color: #072856;
}

.bg-green{
    background-color: #008890;
}

.bg-red{
    background-color: #CB5345;
}

.bg-green2{
    background-color: #5DA34D;
}

.bg-blue{
    background-color: #29A9D1;
}

.bg-blue2{
    background-color: #1BA6B3;
}

.bg-purple{
    background-color: #928BB0;
}

.bg-pink{
    background-color: #FF868F;
}

.bg-pink2{
    background-color: #EE7366;
}

.bg-blue3{
    background-color: #8FC3FF;
}



/* ---------------- margin ---------------- */

/*top*/
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}

/*bottom*/
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}


/* ---------------- essential for sticky footer ---------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
}
 
footer {
  bottom: 0;
}

.page_wrap {
	position: relative;
	min-height: 100%;
	background: #000;
}

/* -------------------------------------------------------
header
------------------------------------------------------- */
header {

    width: 100%;
    z-index: 100;
	height: auto;
}

.header-inner {
	height: 80px;
	background: #072856;

}
.header-inner:after {
    content: "";
    clear: both;
    display: block;
}

.logo_area {
	float: left;
}

.logo {
	width: 329px;
	padding: 20px;
}

.header_link {
	width: 470px;
	margin: 20px 40px 0 0;
	float: right;
}

.header_link ul li{
	float: left;
	color: #fff;
	padding: 0 20px 0 12px;
	background: url(../images/header-link-arrow.png) left no-repeat;
}

.header_link ul li:first-child {
	padding: 0 20px 0 12px;
}

.header_link ul li:last-child {
	padding: 0;
	background: none;
}

.header_link ul li a img{
    vertical-align: middle;
}

.header_link ul li a:link { text-decoration:none; color:#fff; }
.header_link ul li a:visited { text-decoration:none; color:#fff; }
.header_link ul li a:hover { text-decoration:none; color:#fff; }
.header_link ul li a:active { text-decoration:none; color:#fff; }


.disp_sp{
	display: none;
}

.wideslider {
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}
.slider_prev {background: #000 url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #000 url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #E7AD70;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/* -------------------------------------------------------
contents
------------------------------------------------------- */
#content-top{
    margin-top: 2px;
}

#content-top main{

	display: block;
	overflow: hidden;
	width: 100%;

}

#content-top main .wrapper{
	margin: 30px auto;
	display: block;
	overflow: hidden;
}

.professor-box{
	margin: 30px 0;
}

.professor-box h1{
	line-height: 50px;
	font-size: 26px;
}

.professor-box p{
	line-height: 30px;
}

.professor-box ul li{
	float: left;
	width: 20%;
}

.news-wrap{
	background-image: url(../images/top-news-bg.png);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
	width: 100%;
	height: 500px;
}

.news-box{
	width: 960px;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	margin: 0 auto;
	display: block;
	overflow: hidden;
	color: #fff;

}

.news-inner{
	width: 94%;
	padding: 3%
}

.news-inner dl{
	border-bottom: 1px solid #fff;
	padding: 20px 0 5px 0;
}

.news-inner dl dt{
	float: left;
	width: 20%;
}
.news-inner dl dd{
	float: left;
	width: 80%;
}

.news-inner dl dd a{
	color:#fff;
}

.news-inner dl dd a:hover{
	text-decoration:underline;
}

.news-ttl{
	margin: 0 0 20px 0;
}

.news-ttl h1{
	line-height: 35px;
	font-size: 35px;

}

.news-ttl p{
	line-height: 20px;
	font-size: 14px;
}

#content-top .banner-box{
	margin: 30px 0;
}



#content {
	padding: 0;
}

#content .title {
    width: 100%;
    height: 259px;
    padding: 50px 0 0 0;
    position: relative;
}

#content .title .wrapper{
	width: 960px;
    margin: 0 auto;
}
.top-img{

    position: absolute;
    bottom: -130px;
}

.activity-log{
	width: 94%;
	padding:0 3% 3% 3%;
}

.activity-log dl{
	border-bottom: 1px solid #333;
	padding: 20px 0 5px 0;
}

.activity-log dl dt{
	float: left;
	width: 20%;
}
.activity-log dl dd{
	float: left;
	width: 80%;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.page-ttl{
	position: relative;
}

.page-ttl h1{
	line-height: 35px;
	font-size: 35px;

}

.page-ttl p{
	line-height: 20px;
	font-size: 14px;
}

.more {
	float:right;
	margin:10px 0;
}

#content {
	
	margin: 2px 0 0 0;
}

#content main{
	display: block;
    overflow: hidden;
    width: 100%;
}

#content main article.wrapper {
    width: 900px;
    background: #fff;
    padding: 30px;
    margin: 200px auto 50px;
}

#content main article.wrapper  h2{
    background: #072856;
    padding: 10px;
    color: #fff;
	margin: 20px 0;
}

#content main article.wrapper p{
	margin: 15px 0;
}

#content main article.wrapper section{
	margin: 20px 0;
}

.pc_br {
	display: none;
}


.section-wrap{
	width: 100%;
}

.cont-h2{
	font-weight: bold;
	font-size: 28px;
	color: #072856;
}

/*--------------　about　--------------*/

.about-desc {
	margin:20px 0 50px;
}

.about-desc div.txt-img50_r5 {
	float:left;
}

.about-img {
	background:#DDDCDE;
	padding:20px 0 0 0;
}

.about-img figure {
	text-align:center;
}

.about-img2 {
	margin:20px 0 0 0;
	padding:0 20px;
	background:#51525C;
	color:#fff;
}

.about-img2 p {
	font-size:0.9em;
}

.about-img3 {
	width:40%;
	float:left;
	background:#DDDCDE;
	padding:20px;
	color:#072856;
}

.about-img3 figure {
	text-align:center;
}

.about-img3 p {
	font-size:0.9em;
	text-align:center;
}


/*--------------　news　--------------*/
.news-list{
	padding: 5px 0;
	border-bottom:1px solid #072856;
	margin: 20px 0 10px 0;
}
.news-list dt{
	color: #51525C;
}

.news-list dd {
	color: #072856;
	font-size: 20px;
	font-weight: bold;
}
.news-btn01{
	float: right;
}
.news-list-wrap{
	margin-bottom: 50px;
}

.news-back-btn {
	width:210px;
	margin:2% auto;
}


/*--------------　activity　--------------*/
.program-table{
	width: 100%;
}

.program-table tr th{
	padding: 3px;
}

.program-table tr td{
	padding: 10px;
}

.program-time{
	border-bottom: 1px solid #E7AD70;
}

.program-time2{
	border: 2px solid #E7AD70;
}

.program-photo ul li{
	margin: 0 0 4% 0;
	width: 48%;
	float: left;
}

.program-photo ul li:nth-child(2n+1){
	margin: 0 4% 4% 0;
}

.inner div.banner-box {
	margin:0 0 30px 0;
}

.banner-box img {
	margin:0 0 30px 0;
}

section div.activity-log {
	margin:50px 0 0 0;
}



/*--------------　introduction　--------------*/

#content main .inner{
    margin: 0 auto;
}

#content main .shooting{
    margin: 200px auto 0;
    width: 960px;
}
#content main .shooting2{
    margin: 0 auto ;
    width: 960px;
}

.section-wrap {
    padding: 50px 0;
}

.section-wrap2 {
    padding: 0 0 50px 0;
}

.field-list{
	margin: 0 0 20px 0;
}

.field-list01{
	background-color: #DB9A00;
	background-image: url(../images/inst/inst-bg01.png) ;
	background-repeat: no-repeat;
}

.field-list02{
	background-color: #008890;
	background-image: url(../images/inst/inst-bg02.png) ;
	background-repeat: no-repeat;
}

.field-list03{
	background-color: #CB5345;
	background-image: url(../images/inst/inst-bg03.png) ;
	background-repeat: no-repeat;
}

.field-list04{
	background-color: #5DA34D;
	background-image: url(../images/inst/inst-bg04.png) ;
	background-repeat: no-repeat;
}

.field-list05{
	background-color: #29A9D1;
	background-image: url(../images/inst/inst-bg05.png) ;
	background-repeat: no-repeat;
}

.field-list06{
	background-color: #928BB0;
	background-image: url(../images/inst/inst-bg06.png) ;
	background-repeat: no-repeat;
}

.field-list07{
	background-color: #1BA6B3;
	background-image: url(../images/inst/inst-bg07.png) ;
	background-repeat: no-repeat;
}

.field-list08{
	background-color: #FF868F;
	background-image: url(../images/inst/inst-bg08.png) ;
	background-repeat: no-repeat;
}

.field-list09{
	background-color: #8FC3FF;
	background-image: url(../images/inst/inst-bg09.png) ;
	background-repeat: no-repeat;
}

.field-list10{
	background-color: #EE7366;
	background-image: url(../images/inst/inst-bg10.png) ;
	background-repeat: no-repeat;
}

.field-name{
	float: left;
	height: 120px;
	width: 22%;
	padding: 5px 2%;
}

.field-name h2{
	font-size: 20px;
	color: #fff;
}

.field-name ul li{
	width: 90%;
	padding:2%  5% ;
	background-color: #fff;
	margin: 10px 0 0 0;

}

.field-name2{
	float: left;
	height: 260px;
	width: 22%;
	padding: 5px 2%;
}

.field-name2 h2{
	font-size: 20px;
	color: #fff;
}


.field-name2 ul {
	margin: 135px 0 0 0;

}

.field-name2 ul li{
	padding:5px  5% ;
	background-color: #fff;
	margin: 10px 0 0 0;

}

.field-name3{
	float: left;
	height: 150px;
	width: 22%;
	padding: 5px 2%;
}

.field-name3 h2{
	font-size: 20px;
	color: #fff;
	line-height:1.5;
}

.field-name3 ul li{
	width: 90%;
	padding:2%  5% ;
	background-color: #fff;
	margin: 10px 0 0 0;

}


.field-name ul li a{
	background: url(../images/inst/inst-arrow.png) no-repeat;
	background-position:0 50%;
	padding: 0 0 0 20px;
	font-size: 0.9em;
}

.field-name2 ul li a{
	background: url(../images/inst/inst-arrow.png) no-repeat;
	background-position:0 50%;
	padding: 0 0 0 20px;
	font-size: 0.9em;
}

.field-name3 ul li a{
	background: url(../images/inst/inst-arrow.png) no-repeat;
	background-position:0 50%;
	padding: 0 0 0 20px;
	font-size: 0.9em;
}

.field-box{
	float: left;
	width: 72%;
	height: 120px;
	background: #fff;
	padding: 10px 0 0 2%
}

.field-box h2{
	padding: 0 0 2% 0;
	border-bottom: 1px solid #000;
}

.field-box-inner{
	width: 21%;
	margin: 0 4% 0 0;
	float: left;
}

.field-box-inner h2{
	margin: 0 0 20px 0;
	font-size: 1.2em;
}

.field-box-inner .century{
	font-size: 0.7em;
}

.field-box2{
	float: left;
	width: 72%;
	height: 260px;
	background: #fff;
	padding: 10px 0 0 2%
}

.field-box2 h2{
	padding: 0 0 2% 0;
	border-bottom: 1px solid #000;
}

.field-box3{
	float: left;
	width: 72%;
	height: 150px;
	background: #fff;
	padding: 10px 0 0 2%
}

.field-box3 h2{
	padding: 0 0 2% 0;
	border-bottom: 1px solid #000;
}



/*--------------　field　--------------*/
.page-nav{
	width: 70%;
	margin: 0 auto 50px;
}

.page-nav li{
	float: left;
	width: 24%;
	border-right: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 0 5px 0 0;
	background: url(../images/inst/inst-arrow2.png) no-repeat 80% 40%;
}

.page-nav li:last-child{
	border-right: none;
}

@media only screen and (max-width: 640px) {
	.page-nav li:nth-child(1){
	border-left: 1px solid #000;
}
	.page-nav li:nth-child(3){
	border-left: 1px solid #000;
}
	.page-nav li:last-child{
		border-right: none;
}
	.page-nav li {
		background: none;
		width: 49%;
		padding:0;
		margin: 0 0 5px 0;
}
	.page-nav li:last-child{
	border-right: 1px solid #000;
}
}

.page-nav2{
	width: 70%;
	margin: 0 auto 50px;
}

.page-nav2 li{
	float: left;
	width: 40%;
	border-right: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 0 40px 0 0;
	margin-bottom:8px;
	background: url(../images/inst/inst-arrow2.png) no-repeat 80% 40%;
}

.page-nav2 li:last-child{
	border-right: none;
	padding: 0;
}

@media only screen and (max-width: 480px) {
.page-nav2 li {
	padding:0; 
}
}

.page-nav3{
	width: 90%;
	margin: 0 auto 50px;
}

.page-nav3 li{
	float: left;
	width: 30%;
	border-right: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 0 40px 0 0;
	margin-bottom:8px;
	background: url(../images/inst/inst-arrow2.png) no-repeat 80% 40%;
}

.page-nav3 li:last-child{
	border-right: none;
	padding: 0;
}

@media only screen and (max-width: 960px) {
.page-nav3 li{
	padding: 0;
	background:none;
}
}

.page-nav6{
	width: 100%;
	margin: 0 auto 50px;
}

.page-nav6 li{
	float: left;
	width: 30%;
	border-right: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 0 2px 0 0;
	margin-bottom:8px;
	background: url(../images/inst/inst-arrow2.png) no-repeat 90% 40%;
}

@media only screen and (max-width: 800px) {
.page-nav6{
	width: 100%;
	margin: 0 auto 50px;
}

.page-nav6 li{
	float: left;
	width: 30%;
	border-right: 1px solid #000;
	text-align: center;
	font-weight: bold;
	padding: 0 2px 0 0;
	margin-bottom:8px;
	background: none;
}

.page-nav6 li:nth-child(1){
	border-left: 1px solid #000;
}

.page-nav6 li:nth-child(4){
	border-left: 1px solid #000;
}
}

@media only screen and (max-width: 640px) {

.page-nav6 li{
	float: left;
	width: 48%;
}
.page-nav6 li:nth-child(1){
	border-left: 1px solid #000;
}

.page-nav6 li:nth-child(3){
	border-left: 1px solid #000;
}

.page-nav6 li:nth-child(5){
	border-left: 1px solid #000;
}

.page-nav6 li:nth-child(6){
	height: 40px;
}

.page-nav6 li:nth-child(4){
	border-left: none;
}

}

.inst-member-list{
	float: left;
	width: 710px;
	margin: 0 20px 0 0;
}

.inst-member-photo{
	float: right;
	width: 210px;
}

.blank_btn{
	padding: 5px;
	width: 290px;
	background-color: #072856;
	background-image: url(../images/header-link-blank.png) ;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	margin: 0 0 20px 0;
}

.blank_btn2{
	padding: 5px;
	width: 360px;
	background-color: #072856;
	background-image: url(../images/header-link-blank.png) ;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	margin: 0 0 20px 0;
}

.blank_btn a{
	padding: 0 0 0 20px ;
	background:  url(../images/header-link-arrow.png) no-repeat 0 50%;
	color: #fff;
}

.blank_btn2 a{
	padding: 0 0 0 20px ;
	background:  url(../images/header-link-arrow.png) no-repeat 0 50%;
	color: #fff;
}

.section-wrap{
	display: block;
	overflow: hidden;
}
.inst-member-list dl{
	padding: 10px;
	border-bottom: dotted 1px #000;
}
.inst-member-list dl dt{
	font-weight: bold;
	float: left;
	width: 20%;
}
.inst-member-list dl dd{
	float: left;
	width: 80%;
}

.member-top{
	border-top: dotted 1px #000;
}

.field-wrapper .inner p{
		padding-top: 20px;
		padding-bottom: 20px;
}

.inner p.pt0{
		padding-top: 0;
	}

.right-img_pc {
	float:right;
	display:block;
}

.right-img_sp {
	display:none;
}
.inst-res-list{

}

.field_img li{
	float: left;
	width:49%;
	vertical-align: top;
}
.field_img li:first-child{
	margin-right:2%;
}
.field_img02{
}
.field_img02 li{
		width: 49%;
}

@media only screen and (max-width: 480px) {
.field_img li{
	float: none;
	width:100%;
}
.field_img li:first-child{
	margin:0 0 5% 0;
}
.field_img02 li{
		width: 100%;
}
}

/*--------------　education　--------------*/

.syllabus_dl a {
	text-decoration:underline;
	color:#072856;
}

/*--------------　publications　--------------*/

.section-ttl2 {
    background: #DCDDDD;
    padding: 10px;
    color: #072856;
	margin: 20px 0;
}

#original_paper section {
	padding:0 0 30px 0;
}

.publications_list li {
	padding:10px 0 10px 0;
}

.tab_menu {
	width:960px;
	margin: 150px auto -180px;
}

.tab li {
	width:137px;
	height:29px;
	float:left;
	margin:0 20px 0 0;
}

.tab li p {
	color:#B5B5B6;
	font-weight:bold;
	font-size:38px;
	text-align:center;
	padding:10px 0 0 0;	
}

.publications_box {
	margin:0 0 50px 0;
}

@media only screen and (max-width: 960px) {
.wideslider{
	display: none;
}
#content {
    margin-top: 60px;
    width: 100%;
	font-size: 0.9em;
}
#content-top{
	font-size: 0.9em;
}

.professor-box h1{
	line-height: 40px;
	font-size: 20px;
}

.news-wrap {
    height: auto;
}

.news-box {
    width: 100%;
    height: 100%;
}

#content .title {
    font-size: 0;
    line-height: 0;
    margin-bottom: 35px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}
#content main .shooting {
    margin: 0 auto 0;
    width: 95%;
}
#content main .shooting2 {
    margin: 0 auto;
    width: 95%;
}

#content-top main .shooting {
    margin: 0 auto;
    width: 95%;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}
#content main article.wrapper {
    width: 90%;
    background: #fff;
    padding: 3%;
    margin: 0 auto 20px;
}



.top-img {
    position: absolute;
    bottom: 0;
}
#content .title .wrapper {
    width: 100%;
}


#content .title {
    width: 100%;
    height:auto;
    position: relative;
}

.top-img{

    position: relative;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.page-ttl{
	position: relative;
    padding: 0 0 10px 0;
}

.page-ttl h1{
	line-height: 30px;
	font-size: 30px;
}

.page-ttl p{
	line-height: 15px;
	font-size: 12px;
}

.news-ttl h1{
	line-height: 30px;
	font-size: 30px;

}

.news-ttl p{
	line-height: 15px;
	font-size: 12px;
}

.news-list dd {
    font-size: 18px;
}

#content main article.inst-wrapper {
    width: 95%;
    margin: 0 auto;
}
#content main article.field-wrapper {
    width: 100%;
    margin: 0 auto;
}

.field-name h2{
	font-size: 16px;
}

.field-name2 h2{
	font-size: 16px;
}
.field-name3 h2{
	font-size: 16px;
}

.field-name ul li a{
	font-size: 0.8em;
}

.field-name2 ul li a{
	font-size: 0.8em;
}

.field-name3 ul li a{
	font-size: 0.8em;
}

.section-wrap {
     padding: 50px 0; 
}

.page-nav {
    width: 100%;
}

.inst-member-list{
	width: 70%;
	margin: 0 5% 0 0;
}

.inst-member-photo{
	width: 25%;
}

.tab_menu {
	width:96%;
	margin: 20px auto 30px;
}
}

@media only screen and (max-width: 768px) {

	#content {
    margin-top: 60px;
    width: 100%;
	font-size: 0.8em;
	}
	#content-top{
		font-size: 0.8em;
	}
	.field-name h2{
	font-size: 15px;
	}
	.field-name {
	    float: none;
	    height: 110px;
	    width: 96%;
	}

	.field-name ul li {
	    width: 200px;
	    padding: 5px;
	    background-color: #fff;
	    margin: 10px 0 0 0;
	}
	.field-box {
	    float: left;
	    width: 98%;
	    height: auto;
	    background: #fff;
	    padding: 10px 0 10px 2%;
	}
	.field-name2 h2{
	font-size: 15px;
	}
	.field-name2 {
	    float: none;
	    height: 110px;
	    width: 96%;
	}

	.field-name2 ul {
    margin: 0;
}

	.field-name2 ul li {
	    width: 200px;
	    padding: 5px;
	    background-color: #fff;
	    margin: 10px 0 0 0;
	}

	.field-name3 {
	    float: none;
	    height: 135px;
	    width: 96%;
	}

	.field-name3 h2{
	font-size: 15px;
	}

	.field-name3 ul li {
	    width: 200px;
	    padding: 5px;
	    background-color: #fff;
	    margin: 10px 0 0 0;
	}
	.field-box2 {
	    float: left;
	    width: 98%;
	    height: auto;
	    background: #fff;
	    padding: 10px 0 10px 2%;
	}

	.field-box3 {
	    float: left;
	    width: 98%;
	    height: auto;
	    background: #fff;
	    padding: 10px 0 10px 2%;
	}

	.field-box-inner h2 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}
	.field-box-inner3 h2 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}

.page-nav2{
	width: 100%;
}


}


@media only screen and (max-width: 540px) {

	.sp-gray{
    background-color: #CDD4DD;
	}



}

@media only screen and (max-width: 480px) {
	body{
	background: #fff;
	}
	.page-ttl h1{
	line-height: 24px;
	font-size: 24px;
	}

	.page-ttl p{
		line-height: 12px;
		font-size: 10px;
	}

	.news-ttl h1{
	line-height: 24px;
	font-size: 24px;

}

.news-ttl p{
	line-height: 12px;
	font-size: 10px;
}

.professor-box h1{
	line-height: 30px;
	font-size: 18px;
}

	.professor-box {
    margin: 0;
}

.news-inner {
    width: 90%;
    padding: 5%;
}

.news-inner dl dt {
    float: none;
    width: 100%;
}

.news-inner dl dd {
    float: none;
    width: 100%;
}

.activity-log {
    width: 90%;
    padding: 5%;
}

.activity-log dl dt {
    float: none;
    width: 100%;
}

.activity-log dl dd {
    float: none;
    width: 100%;
}

#content-top .banner-box {
    margin: 10px 0;
}

.professor-box ul li {
    width: 50%;
}

.news-list dd {
    font-size: 16px;
}

	.field-box-inner {
    width: 45%;
    margin: 20px 4% 0 0;
    float: left;
}
	.field-box2 {
	    padding: 10px 0 10px 2%;
	}
	.field-box {
	    padding: 10px 0 10px 2%;
	}
	.page-nav li {
    background: none;
}
.page-nav2 li {
    width: 33%;
    background: none;
}
	.cont-h2 {
	    font-size: 18px;

	}
	.section-wrap {
	    padding: 20px 0;
	}
	.section-wrap2 {
	    padding:0 0 20px 0;
	}

	.page-nav {
    margin: 0 auto 20px;
}
.page-nav2 {
    margin: 0 auto 20px;
    width: 100%;
}
.inst-member-list{
	width: 100%;
	margin: 0;
}

.inst-member-photo{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.right-img_pc {
	display:none;
}
	
.right-img_sp {
	display:block;
	width:100%;
}

.right-img_sp figure {
	text-align:center;
}

.tab_menu {
	margin: 30px auto 20px;
}

.tab li {
	margin:0 10px 0 0;
}

.about-desc div.txt-img50_r5 {
	float:none;
}

.about-img3 {
	width:90%;
	margin:0 auto;
	padding:10px;
	float:none;
}

.news-back-btn {
	width:60%;
}


}

@media only screen and (max-width: 420px) {


}

/* -------------------------------------------------------
seminar
------------------------------------------------------- */

.post-type-archive-seminar .post-content h2 {
  color: #333;
  background: #fff;
  padding: 5px 0;
  margin-bottom: 0;
  text-shadow: none;
  border: none;
}
.seminar_box {
  margin-bottom: 23px;
}
.seminar-detail {
  border: #666 1px solid;
}
.border-bottom {
  border-bottom: #ccc 2px solid;
}
.seminar-detail-01 {
  background: #ccc;
  padding: 5px;
  overflow: hidden;
}
.seminar-detail-02 {
  padding: 5px 5px 5px 53px;
  min-height: 43px;
  overflow: hidden;
  background: url(../images/seminar/seminar_icon_def.png) no-repeat 5px 5px;
}
.seminar-detail-02 .name,
.seminar-detail-02 .meta {
  display: table;
  vertical-align: middle;
  float: left;
}
.post-type-archive-seminar .post-content .seminar-detail-02 .name {
  font-size: 18px;
  padding: 8px 10px;
}
.post-type-archive-seminar .post-content .seminar-detail-02 .meta {
  font-size: 12px;
  padding: 3px 10px;
}
 .seminar-detail-03 {
  padding: 5px 5px 5px 63px;
  min-height: 43px;
  overflow: hidden;
  background: url(../images/seminar/seminar_icon_title.png) no-repeat 5px 5px;
}
.seminar-detail-03 .seminar_title {
  font-weight: bold;
}

.seminar_box a:hover {
	color: #518e82;
	text-decoration:underline;
}

.desc {
    float: right;
}

/* -------------------------------------------------------
page_top
------------------------------------------------------- */

.page_top {
	margin: 0 0 -38px;
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 100;
}

.page_top a {
	width: 76px;
	height: 76px;
	display: block;
	background: url(../images/gotop.png) no-repeat;
}

.page_top_right {
	right: 60%;
}

/* -------------------------------------------------------
footer
------------------------------------------------------- */

footer {
	width: 100%;
	background: #072856;
}

footer h3{
	float: left;
	padding: 20px
}

footer .footer_nav{
	float: left;
	padding: 20px
}

footer .footer_nav ul{
	float: left;
	padding: 0 0 0 20px;
}

footer .footer_nav ul li{
	padding: 0 0 0 12px;
	background: url(../images/header-link-arrow.png) no-repeat left ;
}

footer .footer_nav ul li.en {
	padding: 0;
	background: none;
}


footer .footer_nav ul li a img{
	vertical-align: middle;
}

footer .footer_nav ul li a{
	color: #fff;
	font-size: 0.8em;
}

footer .footer_nav ul li a:hover{
	color: #fff;
}

footer .footer_nav ul li a:visited{
	color: #fff;
}

footer .footer_nav ul li a:active{
	color: #fff;
}


small {
	display: block;
	padding: 20px;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	color: #fff;
	margin: 120px 0 0 0;
}
@media only screen and (max-width: 580px) {

small {
	width: 100%;
	clear: both;
    float: none;
    margin: 0;
    text-align: center;
}




}

@media only screen and (max-width: 980px) {


}

@media only screen and (max-width: 480px) {

footer .footer_nav {
	display: none;
}
footer h3 {
	width: 30%;
}

}













































