@charset "utf-8";
/*=================================
1: setting
2: header
3: gnav
4: footer
5: parts (title,list,table,etc)
6: layout
7: contents
=================================*/

/* ウィンドウ幅が0～768pxの場合に適用するCSS(PC・タブレット共通) */
@media all and (max-width: 768px) {

/* 1: setting
================================== */
html {
	min-width: 100%;
}
body {
	min-width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}

.pc {display:none;}

/* 2: header
================================== */
#header {
	height: auto;
}
.header_inr {
	display: block;
	max-width: 100%;
	min-width: 100%;
	height: 45px;
	padding: 2px 5px;
}
.header_inr h1 {
	float: left;
	padding-top:5px;
}
.header_inr h1 img {
    height: auto;
    min-width: 202px;
    max-height: 30px;
}

#header .flexbox_wap {
	width:100%;
}
	
	#header .flexbox_wap li:nth-child(2) img {
		display:none;
	}
.header_sub_menu,
.header_submenu_contact,
.header_submenu_english {
	display: block;
	position: static;
	width: 100%;
	margin: 20px auto 0;
	font-weight: bold;
	top:0;
	right:0;
}

.header_sub_menu {
	padding-bottom: 40px;
}

.header_submenu_contact,
.header_submenu_english {
    text-align: left;
    width: 98%;
    margin-left: 1em;
    margin-top: 20px;
}
.header_submenu_english {
   margin-bottom:20px;
}

.header_submenu_contact a,
.header_submenu_english a{
	display:block;
	color: #fff;
}

.header_submenu_contact a::before,
.header_submenu_english a::before {
    content: none;
    display: none;
}



.sp_jst-logo{
	display: block;
    text-indent: -9999px;
    display: block;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    background: url(../../../common/img/logo_jst.svg) no-repeat center center,#fff;
        background-size: auto;
    background-size: 50%;
}

	.sp_jst-logo a {
		display:block;
		width:100%;
		height:50px;
	}

/* -----google検索----- */
/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
body #g-k-w-search .gsc-search-box td.gsc-input,
body #g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
	width: 100% !important;
	margin: 0 auto;
	height: 40px;
}
body #g-k-w-search .gsc-search-box .gsib_a{
	width: 100% !important;
}
/* テキストボックスのデザイン設定 */
body #g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 40px !important;
	padding: 5px 15px !important;
	box-shadow: none;
	border-radius: 40px;
	background-color: #ebebeb!important;
	border:0!important;
	color:black;
}
body #g-k-w-search .gsc-control-cse,
body #g-k-w-search .gsc-search-box .gsib_a{
	background:#0098be;
	border:0;
}
/* ボタンの親要素。width指定しつつfloatで左寄せ */
body #g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 0px !important;
	height: 40px;
}
body #g-k-w-search .gsc-search-box .gsc-search-button {
	width: 18px;
	height: 40px;
	background: #EBEBEB url(../../../common/img/icn_search_b.svg) 96% center no-repeat;
	position:absolute;
	top:0;
	right:10px;
}
/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
body #g-k-w-search .gsc-search-box .gsib_b {
	top: 5px;
	left: 80%;
}

body #g-k-w-search .gsc-input-box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}



.jst-logo {
	display: none;
}


/* 3: gnav
================================== */
.menu-container {
	clear: both;
	width: 100%;
	height: 100%;
}
.menu {
	display: none;
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	background: #0098be;
	overflow-y: scroll;
	z-index: 44;
}
.navGlobal {
	display: block;
	max-width: 100%;
}
.navGlobal > li,
.navGlobal.sec > li {
	position: relative;
	width : 100%;
}
.navGlobal > li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.navGlobal > li > a,
.navGlobal.sec > li > a {
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 20px;
	font-size: 1.6rem;
	color: #FFF;
	text-align: left;
	border-top: none;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.navGlobal.sec {
	background:none;
	text-align:left;
}

.navGlobal.sec li {
	margin:0;
}


 .nav_second br {
    display: none;
  }

.nav_second h3::before, .nav_second > li > ul > li::before {
    content: none;
    color: #fff;
    margin-right: 3px;
}




.outline .navGlobal > li.nav_outline > a,
.report .navGlobal > li.nav_report > a,
.seika .navGlobal > li.nav_seika > a,
.contact .navGlobal > li.nav_contact > a,
.navGlobal > li.hover > a {
	color: #92b9ff;
}
.navGlobal > li > a::after {
	display: none;
}


/*reset*/


.MegaDrop_inr {
    width: 100%;
    padding: 0;
}

.MegaDrop {
	position: relative;
	padding: 0px;
	background: #33adcb;
	box-shadow : none;
	width: 100%;
	top: 0;
	display: none;
}
.MegaDrop_inr {
	max-width: 100%;
	min-width: 100%;
	display: block;
	padding-bottom:0px;
}
.MegaDrop_inr > h2 {
	display: none;
}

.MegaDrop_inr h2 + ul {
    border-left: 0px solid #fff;
}

.megaNavClose{
	display: none;
}

.MegaDrop_inr > h2 > a,
.nav_second a {
	display: block;
	padding: 0px 0;
	font-size: 1.4rem;
	/*background: url(../../../common/img/icn_arw01_white.svg) no-repeat right center;*/
}
.nav_second {
	display: block;
	width: 100%;
	padding: 0;
	border-left: none;
	padding-left: 0;
	border-bottom: 1px dotted solid;
}
.nav_second > li {
	position: relative;
	min-width: 100%;
	padding-left: 0;
	line-height: 48px;
}
.nav_second ul > li {
	margin-bottom: 0;
}


.nav_second h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
	font-size: 1.5rem;
	padding-bottom: 0px;
	position: relative;
}

	.nav_second h3 a {
		padding-left:1em;
	}


.nav_second li:first-child h3 {
	margin-top: 0;
}


.tworows {
	padding-top:0;
	margin-left:0;
    border-top: 0px;
    border-bottom:solid 1px #fff;
    display: none;
}

	.tworows a {
		padding-left:3em;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
		position:relative;
	}
	
	.tworows a::before {
    position: absolute;
    top: 40%;
    right: 12px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../../../common/img/icn_arw01_white.svg) no-repeat left center;
}
	
	.tworows li:last-child a {
		border-bottom:0;
	}
	
	.tworows.mb24 {
		margin-bottom:0;
	}

.navGlobal2 {
	margin-top:10px;
}

.navGlobal2::after {
	width:100%;
	right:0;
	z-index:-1;
}

.navGlobal2::before {
	width:100%;
	left:0;
	z-index:-1;
}

.navGlobal2 span.menu_btn {
	font-size:1.4rem;
}


.jst-logo a {
	margin:0 auto;
}


/*smartphone menu-button*/
.dl-trigger {
	position: absolute;
	top:10px;
	right:5px;
	display: block;
	width: 90px;
	height: 28px;
	padding: 0;
	text-indent: -900em;
	cursor: pointer;
	outline: none;
	background: #ffffff;
	border: 1px solid #0098be;
	z-index: 44;
}
.dl-trigger img {
	position: absolute;
	top: 8px;
	left: 34px;
	width: 42px;
	height: auto;
}
.dl-trigger span {
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 16px;
	height: 2px;
	background-color: #0098be;
	transition: all .4s;
}
.dl-trigger span:nth-of-type(1) {
	top: 6px;
}
.dl-trigger span:nth-of-type(2) {
	top: 12px;
}
.dl-trigger span:nth-of-type(3) {
	bottom: 6px;
}
.dl-trigger.active span {
	background-color: #000;
}
.dl-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.dl-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.dl-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
.open_icn {
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 48px;
	height: 48px;
	z-index: 999;
}
.open_icn:before,
.open_icn:after {
	display: block;
	content: '';
	width: 2px;
	height: 12px;
	background: #FFF;
	position: absolute;
	top: 17px;
	left: 28px;
}
.open_icn:before{
	width: 12px;
	height: 2px;
	top: 22px;
	left: 23px;
	transition: all .4s;
}
.open_icn:after,
.open_icn:before {
	transition: all .4s;
}
.open_icn.active:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.open_icn.active:before {
	opacity: 0;
}
.arw_icn {
	position: relative;
}
.arw_icn::before{
	position: absolute;
	top: 40%;
	right: 12px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../../../common/img/icn_arw01_white.svg) no-repeat left center;
}
.fixbody {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/* 4: footer
================================== */
/* go topボタン */
#page-top a {
	width: 36px;
	height: 36px;
	background-size:contain;
}

#page-top img {
	width:36px;
	height:auto;
}

.footer_nav {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.footer_nav a {
	font-size: 1.3rem;
}

.footer_nav li {
	width:100%;
}

/* 5: parts (title,list,table,etc)
================================== */
/* 見出しデザイン */
h2 {
	font-size:1.8rem;
}
.sec #main h2 {
	font-size: 2rem;
}


/* リストデザイン */
.listBoxDesign1 {
	display: block;
}
.listBoxDesign1 li {
	width: 100%;
	border-bottom: none;
}
.listBoxDesign1 li:last-child {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
}

/* テーブルデザイン */
.tableDesign1 th,
.tableDesign1 td {
	padding: 8px;
	font-size: 1.4rem;
}
.tableScroll {
	overflow: auto;
}
.tableScroll table {
	width: 600px;
}
.table_sptate {
	border-top: 1px solid #E1E6EE;
}
.table_sptate th,
.table_sptate td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.table_sptate th {
	border-top: none;
}
.table_sptate tr > td:last-child {
	border-bottom: 1px solid #E1E6EE;
}

/* 他年度へプルダウンリンクデザイン */
.ttl_select,
#select,
.ttt_link {
	position: initial;
}
#select {
	width: 100%;
	margin-bottom: 24px;
}
.ttt_link {
	float: right;
	margin-top: -24px;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}

/* 6: layout
================================== */
.layoutWrap {
	width: 100%;
	padding: 20px 0;
}
.inr {
	max-width: 100%;
	min-width: 100%;
}
.inrW1000 {
	max-width: 100%;
}
.layoutWrap_sec,
.layoutWrap_sec_single {
	display: block;
	max-width: 100%;
	min-width: 100%;
}
.leftcol {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
.rightcol {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* 7: contents
================================== */
/*----------top page---------- */

.txt_quick{
	padding: 20px;
}

.icn_quick, .txt_quick {
    display: block;
    text-align: center;
}

#sipsubject {
	padding-top:20px;
	padding-bottom:30px;
}

#sipsubject .icn_quick img{
	margin: 0 auto;
	min-width: 0;
	max-width: 66px;
	width: 100%;
	height: auto;
}

#sipsubject .icn_quick{
	background: #fff125;
}

#sipsubject li:nth-child(2) .icn_quick{
	background: #00969b;
}

.txt_quick {
	background-color: #fff;
}

#sipsubject .txt_quick {
    font-size: .87em;
}

#quick_access {
	padding-top:20px;
	padding-bottom:0;
}

#quick_access .icn_quick img{
	min-height: 0;
	max-height: 48px;
	height: 100%;
	width: auto;
}

#quick_access .txt_quick {
    font-size: .87em;
}

#quick_access li {
    max-width: 500px;
    width: calc((100% - 20px) / 2);
}

#quick_access .txt_quick {
    margin-bottom: 0px;
}

#quick_access .icn_quick img {
    margin: 20px auto 0 auto;
}

#quick_access li:first-child,
#quick_access li:nth-child(2){
	margin-bottom: 40px;
}


.main_visual_inr {
	max-width: 100%;
	min-width: 100%;
	padding: 0 0 30px;
}

/* メインビジュアル スライダー */
.bg_main_visual,
.slider_pc {
	display: none;
}
.slider_sp {
	display: block;
}


/* 新着 プレスリリース・イベント・募集中の公募案内・JSTトピックス*/
/* tab */
#tab_menu .inr {
	padding: 0 10px;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	padding: 10px 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	display: inline-block;
	font-size: 1.5rem;
	border-top: 2px solid #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-top: 2px solid #f9d607;
}
.tab_content {
	padding: 20px 10px;
}
#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4 {
	padding-top: 20px;
	margin-top: 0;
}
.ttl_tab {
	display: block;
	max-width: 768px;
	margin: 0;
	overflow-x: scroll;
	white-space: nowrap;
	font-size: 0;
}
.box_tab {
	position: relative;
}
.box_tab::after {
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 2;
	content: '';
	width: 16px;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.ttl_tab li {
	display: inline-block;
	min-width: 130px;
	margin-right: 4px;
}
.ttl_tab li:last-child {
	margin-right: 16px;
}
/*スクロールバー全体*/
#tab_menu ::-webkit-scrollbar {
	height: 8px;
}
/*スクロールバーの軌道*/
#tab_menu ::-webkit-scrollbar-track {
	background: #e5e5e5;
}
/*スクロールバーの動く部分*/
#tab_menu ::-webkit-scrollbar-thumb {
	background-color: rgba(148, 148, 148, 0.7);
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.box_news {
	padding: 10px;
}
.list_news {
	display: block;
}
.list_news li {
	width: 100%;
	min-height: 79px;
	margin: 0 0 16px 0;
}

.date {
    display: block;
}

.img_news img {
	width: 100%;
	max-width: 112px;
	float: left;
	margin-right: 10px;
}
.date {
	font-size: 1.2rem;
}
.tag {
	margin-bottom: 4px;
	padding: 0 4px;
	font-size: .9rem;
	line-height: 1.4;
}

.news_sec li{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.news_sec .date{
	min-width: 100%;
}

.news_sec .date span:first-child{
	display: inline-block;
	margin-left: 8px;
}

.news_sec .date span[class^="tag_sub"]{
	min-width: 90px;
	max-width: 90px;
	width: auto;
}

.txt_news {
	clear: both;
	width: 100%;
	margin-left: 0px;
	font-size: 1.3rem;
}

.news_sec .txt_news{
	margin-top: 1em;
}

.link_news {
	display:block;
}

.link_news li {
	margin: 0;
	text-align:center;
}
.link_news li:first-child {
	margin-bottom:10px;
}
.link_news a {
	font-size: 1.3rem;
}
.rss a {
	padding: 8px 16px 8px 24px;
}
.link_news_btn a {
	padding: 8px 32px 8px 24px;
	width:100%;
	text-align:center;
}
.list_news_noimg dl {
	display: block;
}
.list_news_noimg dt {
	width: 100%;
	margin-bottom: 8px;
}
.list_news_noimg dt br {
	display: none;
}

/* パンフレット・最新刊行物 スライダー */
.spbg_publications {
	padding: 30px 30px 40px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}


.slider_brochure .slick-prev {
	left: 0;
}
.slider_brochure .slick-next {
	right: 0;
}



/* SNS */

#list_sns li {
	width:25%;
	margin:0;
	text-align:center;
}

#list_sns li img {
	max-width:100%;
	margin:0 auto;
}



/* 関連リンク */
#submenu_banner {
	background-position: top;
}
#submenu_banner h2 {
	font-size:1.6rem;
}

.list_bnr li {
	width: calc((100% - 20px) / 2);
	margin-right: 0;
	margin-bottom: 20px;
}
.list_bnr li:nth-child(odd) {
	margin-right: 20px;
}

/*----------second page---------- */
/* パンくず */
.pankuzu ul {
	max-width: 100%;
	min-width: 100%;
}

/* メインビジュアル＆下層ページタイトル */
.main_visual_sec {
	padding: 0px;
	min-height: auto;
}


.main_visual_sec{
	max-width: 100%;
	width: 100vw;
	background-size: contain;
	background: url(../../../common/img/common/tit_commonsp.png)no-repeat center center,#056498; /* Old browsers */
	background: url(../../../common/img/common/tit_commonsp.png)no-repeat center center,-moz-linear-gradient(left,  #056498 0%,  #056498 50%,#0098be 51%, #0098be 100%);/* FF3.6-15 */
	background: url(../../../common/img/common/tit_commonsp.png)no-repeat center center,-webkit-linear-gradient(left,  #056498 0%,  #056498 50%,#0098be 51%, #0098be 100%); Chrome10-25,Safari5.1-6
	background: url(../../../common/img/common/tit_commonsp.png)no-repeat center center,linear-gradient(to right,  #056498 0%,#056498 50%,#0098be 51%,#0098be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056498', endColorstr='#0098be',GradientType=1 ); /* IE6-9 */
	background-size: contain;
}

.main_visual_sec:before {
    content:"";
    display: block;
    padding-top: 29%; 
}


.main_visual_sec h1 {
	padding-top: 1.5em;
	font-size: 2.4rem;
	font-size: 5vw;
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: -29%;
}

.p05 .main_visual_sec{
	background: url(../../common/img/p05/p05top_sp.jpg)no-repeat center center,#fff;
	background-size: contain;
}

/*.p05 .main_visual_sec{
	background: url(../../../common/img/p05/p05top_sp.jpg)no-repeat center center,#446df9;
	background: url(../../../common/img/p05/p05top_sp.jpg)no-repeat center center,-moz-linear-gradient(left,  #446df9 0%,  #446df9 50%,#98d8f5 51%, #98d8f5 100%);
	background: url(../../../common/img/p05/p05top_sp.jpg)no-repeat center center,-webkit-linear-gradient(left,  #446df9 0%,  #446df9 50%,#98d8f5 51%, #98d8f5 100%);
	background: url(../../../common/img/p05/p05top_sp.jpg)no-repeat center center,linear-gradient(to right,  #446df9 0%,#446df9 50%,#98d8f5 51%,#98d8f5 100%);
	background-size: contain;
}*/

.p08 .main_visual_sec{
	background: url(../../common/img/p08/p08top_sp.png)repeat-y center center,#01969c; /* Old browsers */
	background-size: contain;
}

.p05 .main_visual_sec,
.p08 .main_visual_sec{
	min-height: auto;
}

.p05 .main_visual_sec h1,
.p08 .main_visual_sec h1{
	text-indent: -9999px;
	min-height: auto;
	position: absolute;
	padding-top: 0em;
}

/* 下層ページ サイドナビゲーション */
.bnr_sidenav img {
	margin: 0 auto;
}
.list_archive li {
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.list_archive .date {
	font-size: 1.5rem;
}
.list_archive .txt_news {
	margin-left: 0;
	font-size: 1.5rem;
}
.list_pr_ttl {
	min-width: 100%;
}
.simekiri {
	width: 9em;
}
.bunya {
	width: 10em;
}
.txt_ttlBtm.rss_event {
	clear: both;
}
.list_event h3 {
	font-size: 1.6rem;
}
.box_img {
	display: block;
}
.list_reportimg {
	display: block;
}
.list_reportimg img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.img_tate img,
.img_yoko img {
	margin: 0 auto 16px;
}
.line_multiple li {/*画像サイズランダム*/
	margin-right: 0;
}
.line3 li,
.line4 li {
	width: 100%;
	margin-right: 0;
}
.line3 li img,
.line4 li img {
	width: 100%;
	max-width: 300px;
}

#main .item_shblock h3 {
	height:auto;
}



/*刊行物・レポート*/
.list_pamphlet {
	text-align: center;
}
.list_pamphlet p br {
	display: none;
}
.img_pamph img,
.img_web img {
	float: none;
	width: 100px;
	margin: 0 auto 8px;
}
.img_pamph.pamph_en img {
	width: 150px;
}
.ttlpamph {
	font-size: 1.8rem;
}
.ttlpamph2 {
	font-size: 1.6rem;
}
.txt_web {
	margin-left: 0;
}


.sec img{
	max-width: 100%;
}

/*お問合せ*/
.contact .accordion_icon {
	display:block;
	margin-bottom:1em;
}
.contact #main h3 {
	margin-top:0.5em;
}



/*サイトマップ*/
.sitemap_wrap {
	display: block;
}

.sitemap_col {
	width: 100%;
}

.topbx li {
	width:100%;
}

.topbx li + li {
	margin-left:0;
}

.topbx .face {
	width:30%;
}

.topbx .syozoku {
	width:65%;
}

.topbx .mR1em {
	margin-right:0;
}

/*.list_pdimg img {
	max-width:120px;
}*/


/*404 NOT FOUND*/
.box_notfound h2 {
	padding-top: 50px;
	font-size: 2.1rem;
	background-size: 40px;
}
.box_notfound p {
	text-align: left;
}




}



/* ウィンドウ幅が0～450pxの場合に適用するCSS(PC・タブレット共通) */
@media all and (max-width: 450px) {


.navGlobal2 span.menu_btn {
	font-size:1.1rem;
}


#list_sns li {
	width:50%;
}


/* 研究課題の紹介 */
	.list_pd {
		margin-left: 0;
	}
	.list_pd > li {
		width: 100%;
	}
	.list_pd > li:first-child {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.list_pd p {
		text-align: center;
	}
	.list_pdimg img {
		width: 150px;
		margin: 0 auto 16px;
	}
	.fR_img {
		float: none;
		margin: 0 auto 24px;
	}
	.fR_img img {
		margin: 0 auto;
	}
	.pc_mt {
		margin-top: 0;
	}
	.list_p05 {
		display: block;
		margin-bottom: 24px;
	}
	.list_p05 > li {
		width: 100%;
		margin-right: 0;
	}
	.ttl_team {
		font-size: 2.2rem;
	}
	.syozoku dt {
		float: none;
	}
	.syozoku dd {
		margin-left: 0;
		margin-bottom: 8px;
	}
	.tableScroll {
		overflow: auto;
	}
	.tableScroll table {
		width: 700px;
	}
	.sec #main h2.ttl_teamSub {
		margin-bottom: 48px;
	}
	.sec #main h2.ttl_teamSub span {
		float:none;
		display:block;
		margin:0.2em 0;
		text-align:center;
	}

.topbx .face {
	width:100%;
}

	.topbx .face img {
		margin:0 auto;
	}

.topbx .syozoku {
	width:100%;
	text-align:center;
}



}