@charset "utf-8";
/*
Theme Name: iwate-u
Theme URI: http://www.se.iwate-u.ac.jp/wp-content/themes/sportspal
Description: 岩手大学理工学部のテーマ
Author: MediaCrew
Version: 1.0
*/

/*==========================================
 body
===========================================*/
body {
	width: 100%;
	background:#E1E1E1;
	font:13px/1.4 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color:#333;
}
html,body {
  -webkit-text-size-adjust: 100%;
}
img{
	vertical-align:bottom;
}
a {
	text-decoration:underline;
	color:#334692;
}
a:visited {
	color:#941D55;
}
a:hover {
	color: #EF4123;
}
a:active {
	color:#ff0033;
}
iframe{
	vertical-align:bottom;
}
strong{
	font-weight: bold;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.txt-indr {
	text-indent: -1em;
	margin-left: 1em;
}
a.hover:hover {
	transition:all 0.3s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.nowrap {
	white-space: nowrap;
}
.clear {
	clear: both;
}
.pc_none {
	display: none;
}

/*==========================================
 レイアウト
===========================================*/
#header_navi ,#header ,#footer-contents ,.navigation ul ,.container ,#pagetop {
	width:960px;
	height:auto;
	margin:0 auto;
}

/*==========================================
 header_navi
===========================================*/
#wrap-header-navi {
	background: #000079;
	line-height: 34px;
}
#wrap-header-navi img {
	vertical-align: middle;
}

/*==========================================
 header
===========================================*/
#wrap-header {
	margin: 0;
	background: #FFF;
}
#header{
	position:relative;
	height: 146px;
	padding: 0;
}
#header h1 ,#h1-header{
	position: relative;
	float: left;
	margin: 10px 0;
	z-index: 10;
	overflow: hidden;
}
#header h1 a ,#h1-header a{
	display: block;
	width: 565px;
	height: 70px;
	padding: 6px 0;
	background: url(images/logo.gif) no-repeat 0 6px;
	text-indent: -9999px;
}
#header h1 img ,#h1-header img{
	width: 503px;
	height: 70px;
}

/* f-size */
#f-size {
	float: right;
	margin: 16px 0 0;
}
#f-size p {
	float: left;
	line-height: 23px;
	margin: 0 5px;
	font-size: 85%;
}
#f-size ul {
	float: left;
	width: auto;
	margin: 0;
}
#f-size li {
	float: left;
	width: 23px;
	height: 23px;
	margin: 0 0 0 3px;
}
#f-size li a {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	background-image: url(images/btn_fontsize.gif);
	background-repeat: no-repeat;
}
li.f-size-m a {
	background-position: 0 0;
}
li.f-size-l a {
	background-position: -23px 0;
}
li.f-size-ll a {
	background-position: -46px 0;
}
li.f-size-m a:hover {
	background-position: 0 -23px;
}
li.f-size-l a:hover {
	background-position: -23px -23px;
}
li.f-size-ll a:hover {
	background-position: -46px -23px;
}


/*==========================================
 navigation
===========================================*/
.navigation{
	width:100%;
	height: auto;
	padding: 6px 0;
	z-index:10;
	zoom:1;
	text-align:center;
	background: #000;
}
.button-toggle {
	display: none;
}
/* main-navigation */
ul.main-navigation{
	position: relative;
	display: table;
	max-width: 960px;
	padding: 0 0 0 1px;
	background: url(images/border_nav01.gif) no-repeat left center;
	border-left: solid 1px #999;
	text-align: center;
	z-index: 110;
	zoom:1;
}
.main-navigation li{
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 108%;
	border-right: solid 1px #999;
	line-height: 1em;
}
.main-navigation li { /* IE6 IE7 */
	/float: left;
	/width: 12.3%;
}
.main-navigation li span{
	display: block;
	color: #006EA5;
	font-size: 69%;
}
.main-navigation li a{
	display:block;
	padding: 7px 12px;
	text-decoration: none;
	color: #FFF;
}
.main-navigation li:hover{
	background: #444;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* main-navigation(sub-menu) */
.main-navigation li ul.sub-menu {
    position: absolute;
    top: 22px;
    left: 0;
	box-sizing: border-box;
    width: 100%;
	margin: 0;
    padding: 30px 40px;
    background: #444;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index: 200;
    opacity: 0;
    visibility: hidden;
}
.main-navigation li:hover ul.sub-menu {
    top: 28px;
    visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main-navigation li ul.sub-menu li {
	font-size: 100%;
	line-height: 1.2;
}
.main-navigation li ul.sub-menu li a {
	display: inline;
	padding: 0;
}
.main-navigation li ul.sub-menu li a:hover {
	color: #BBB;
}
.main-navigation li ul.sub-menu > li {
    float: left;
    width: 29%;
	padding: 12px 1% 12px 2%;
    border: none;
	border-bottom: solid 1px #666;
	text-align: left;
	background: url(images/arrow_w_s.png) no-repeat 2px 14px;
	font-size: 114%;
	overflow: visible;
}
.main-navigation li ul.sub-menu > li:nth-child(3n+2) {
    margin: 0 2%;
}
.main-navigation li ul.sub-menu > li {
	display: block;
}
.main-navigation li .sub-menu ul.sub-menu {
	position:static;
	padding: 0.5em 0 0 1em;
	width: auto;
}
.main-navigation li ul.sub-menu ul > li {
	display:block;
    width: 100%;
	margin: 5px 0;
	padding: 0 0 0 14px;
	border: none;
	background: url(images/arrow_w_ss.png) no-repeat 0 3px;
	font-size: 88%;
}
.main-navigation li .sub-menu ul.sub-menu > li:nth-child(3n+2) {
    margin: 5px 0;
}

/* sitemap-navigation */
.sitemap-navigation {
	position: absolute;
	top: 134px;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
}
.sitemap-navigation ul {
	float: right;
	width: auto;
	margin: 10px 0 0;
	padding: 2px 0;
}
.sitemap-navigation li {
	float: left;
	margin: 0 0 0 26px;
	padding: 0;
	font-size: 93%;
	line-height: 1em;
	border-left: solid 1px #FFF;
	overflow: hidden;
}
.sitemap-navigation .h_sitemap06 {
	margin: 4px 0 0 24px;
}
.sitemap-navigation .h_sitemap06 img {
	max-width: 100%;
	height: auto;
}
.sitemap-navigation .h_sitemap07 {
	margin: 4px 0 0 24px;
}
.sitemap-navigation .h_sitemap07 img {
	max-width: 100%;
	height: auto;
}


.sitemap-navigation li a {
	display: block;
	height: 26px;
	text-indent: -9999px;
}
.sitemap-navigation .h_sitemap01 a {
	width: 86px;
	background: url(images/navi_h_sitemap01.png) no-repeat 0 0 ;
}
.sitemap-navigation .h_sitemap02 a {
	width: 86px;
	background: url(images/navi_h_sitemap02.png) no-repeat 0 0 ;
}
.sitemap-navigation .h_sitemap03 a {
	width: 122px;
	background: url(images/navi_h_sitemap03.png) no-repeat 0 0 ;
}
.sitemap-navigation .h_sitemap04 a {
	width: 82px;
	background: url(images/navi_h_sitemap04.png) no-repeat 0 0 ;
}
.sitemap-navigation .h_sitemap05 a {
	width: 84px;
	background: url(images/navi_h_sitemap05.png) no-repeat 0 0 ;
}
.sitemap-navigation .h_sitemap06 a {
	width: 112px;
	text-indent: 0;
}
.sitemap-navigation .h_sitemap07 a {
	width: 142px;
	text-indent: 0;
}
.sitemap-navigation .h_sitemap01 a:hover {
	width: 86px;
	background: url(images/navi_h_sitemap01.png) no-repeat 0 -26px ;
}
.sitemap-navigation .h_sitemap02 a:hover {
	width: 86px;
	background: url(images/navi_h_sitemap02.png) no-repeat 0 -26px ;
}
.sitemap-navigation .h_sitemap03 a:hover {
	width: 122px;
	background: url(images/navi_h_sitemap03.png) no-repeat 0 -26px ;
}
.sitemap-navigation .h_sitemap04 a:hover {
	width: 82px;
	background: url(images/navi_h_sitemap04.png) no-repeat 0 -26px ;
}
.sitemap-navigation .h_sitemap05 a:hover {
	width: 84px;
	background: url(images/navi_h_sitemap05.png) no-repeat 0 -26px ;
}

/* sub-navigation */
.sub-navigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
}
.sub-navigation ul {
	float: right;
	width: auto;
	max-width: 380px;
	margin: 10px 0 0;
	padding: 2px 0;
	background: #000079;
}
.sub-navigation li {
	float: left;
	margin: 0 0 4px;
	padding: 0 8px;
	font-size: 93%;
	line-height: 1em;
	border-left: solid 1px #FFF;
}
.sub-navigation li:first-child {
	border-left: none;
}
.sub-navigation li a {
	color: #FFF;
	text-decoration: none;
}
.sub-navigation li a:hover {
	text-decoration: underline;
}

/* search */
#search {
	position: absolute;
	top: 84px;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
	text-align: right;
}
.search-text {
	width: 180px;
	padding: 3px;
}

/*==========================================
 top-slide
===========================================*/
/* top-contents -------------- */
#wrap-top-slide {
	background: #00007B;
}
#top-slide {
	width: 1110px;
	height:340px;
	margin: 0 auto;
}
#sp-top-main{
	display: none;
}

/*==========================================
 container
===========================================*/
.container{
}

/* sp-sitemap */
#sp-sitemap {
	display: none;
}

/* top-main-menu */
#top-main-menu {
	position: relative;
	overflow: hidden;
	margin: -38px 0 20px 0;
	z-index: 100;
}
#top-main-menu ul {
	width: 974px;
}
#top-main-menu li {
	float: left;
	width: 175px;
	height: 76px;
	margin: 0 12px 10px 0;
	background: #FFF;
}
#top-main-menu li.top-main-menu01 {
	border: solid 2px #0078BF;
}
#top-main-menu li.top-main-menu02 {
	border: solid 2px #9CBB00;
}
#top-main-menu li.top-main-menu03 {
	border: solid 2px #E3A600;
}
#top-main-menu li.top-main-menu04 {
	border: solid 2px #9A0F57;
}
#top-main-menu li.top-main-menu05 {
	border: solid 2px #E15D79;
}
#top-main-menu li a {
	display: block;
	width: 168px;
	height: 62px;
	padding: 14px 0 0 6px;
	background: #FFF url(images/main_menu_arrow.png) no-repeat 152px 28px;
	background-size: 20px;
}
#top-main-menu li a:hover {
	width: 168px;
	background: #F2F2F2 url(images/main_menu_arrow.png) no-repeat 152px 28px;
	background-size: 20px;
}

/* contents -------------- */
.contents{
	float: left;
	width: 710px;
	margin: 0 0 10px;
	/* margin: 0 0 60px; */
	padding: 0;
}
.contents-all {
	float: none;
	width: auto;
}
.bread-crumbs {
	margin: 15px 0;
	font-size: 93%;
}
.entry-header{
	background: #F5F5F5;
	margin: 0 0 18px;
}
.entry-title{
	float: left;
	min-width: 340px ;
	margin: 0;
	padding: 20px;
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	background: #00007D;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
.page-template-page-teacher .entry-title ,
.single-teacher .entry-title{
	background: #9C0657;
}
.sub-title {
	text-align: right;
	padding: 24px 20px 0;
	color: #00007D;
	font-size: 80%;
}
.page-template-page-teacher .sub-title ,
.single-teacher .sub-title {
	color: #9C0657;
}
h2 .sub-title {
	display: inline-block;
	padding: 6px 20px 0;
	font-size: 55%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.entry-content{
	margin: 0 0 20px;
	padding: 20px;
	background: #FFF;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
.contents .entry-content h2{
	margin: 2em 0 1em;
	padding: 0 0 0.6em;
	font-size: 169%;
	border-bottom: solid 1px #00007D;
}
.contents .entry-content h2:first-child{
	margin: 0 0 1em;
}
.contents .entry-content h3{
	margin: 1em 0;
	padding: 0.2em 0 0.2em 10px;
	border-left: solid 3px #00007D;
	color: #00007D;
	font-size: 138%;
}
.contents .entry-content h4{
	margin: 1em 0 0.5em;
	color: #00007D;
	font-size: 125%;
}
.contents .entry-content h5{
	margin: 1em 0 0.5em;
	font-size: 125%;
}
.contents .entry-content h6{
	margin: 1em 0 0.5em;
	font-size: 108%;
}
.contents p,.contents dt,.contents dd,.contents li{
	margin: 0.5em 0 1em;
	font-size: 108%;
}
.contents p {
	line-height: 1.6;
}
p.single-date {
	margin: 0 0 1em;
	text-align: right;
}
.contents dd{
	margin: 0 0 0.8em 2em;
}
.contents ul,.contents ol {
	margin: 1.5em 0;
}
.contents li{
	list-style: disc;
	margin: 0 0 0.5em 1.5em;
}
.contents ol li{
	list-style: decimal;
}
.link-list li {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 22px;
	background:  url(images/arrow02.png) no-repeat 8px 5px;
}

/* faculty --- */
.faculty-link-box {
	margin: 0 0 20px;
	padding: 0 0 10px 45px;
	background: #F5F5F5;
}
.faculty-link-box.cbe ,.post-130 .faculty-link-box {
	border-left: solid 10px #3A66AF;
}
.faculty-link-box.pmse ,.post-131 .faculty-link-box {
	border-left: solid 10px #E3A600;
}
.faculty-link-box.scge ,.post-132 .faculty-link-box {
	border-left: solid 10px #DC4F77;
}
.faculty-link-box a ,.course-box a {
	display: block;
	text-decoration: none;
	color: #00007D;
}
.faculty-link-box a.faculty-dep {
	margin: 0 45px 10px 0;
	padding: 15px 20px 15px 0;
	background: url("images/arrow_l_b.png") no-repeat right center;
}
div.faculty-dep {
	padding: 15px 20px 15px 0;
}
.faculty-link-box .faculty-dep h2 ,.faculty-link-box .faculty-dep h2:first-child {
	padding: 8px 0;
	margin: 0;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
	border: none;
	font-size: 200%;
}
.faculty-dep .faculty-sub-title {
	margin: 0;
	font-size: 70%;
}
.course-box {
	float: left;
	width: 315px;
	margin: 0 0 25px 30px;
	border: solid 1px #CCC;
	overflow: hidden;
}
.course-box.clear {
	margin: 0 0 20px 0;
}
.faculty-link-box .course-box {
	width: 288px;
	margin: 0 25px 20px 0;
}
.course-box a {
	background: #fff url("images/arrow_b.png") no-repeat 294px 12px;
}
.faculty-link-box .course-box a {
	background: #fff url("images/arrow_b.png") no-repeat 264px 12px;
}
.course-box h3 ,.entry-content .course-box h3 {
	margin: 0;
	padding: 10px 15px;
	border: none;
	font-weight: normal;
	font-size: 108%;
	border-bottom: solid 1px #CCC;
}

/* graduate -------- */
.graduate-link li{
	position: relative;
	border: solid 1px #CCC;
	list-style: none;
	margin: 0 0 1em;
	font-size: 123%;
}
.graduate-link a {
	display: block;
	padding: 35px 10px 0 110px;
	height: 55px;
	background: #fff url("images/arrow_l_b.png") no-repeat 630px center;
	text-decoration: none;
	color: #334692;
}
.graduate-link img {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
}

/* special-program -------- */
.contents .special-program-link{
	margin: 2em 0;
}
.contents .special-program-link li{
	border: solid 1px #CCC;
	list-style: none;
	margin: 0 0 0.8em;
	font-size: 123%;
}
.special-program-link a {
	display: block;
	padding: 18px 8px 8px 8px;
	background: #fff url("images/arrow_l_b.png") no-repeat 630px center;
	text-decoration: none;
	color: #334692;
	font-weight: bold;
	overflow: hidden;
}
.special-program-link a:hover {
	background: #F2F2F2 url("images/arrow_l_b.png") no-repeat 630px center;
}
.special-program-link a span {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin: -10px 10px 0 0;
	line-height: 40px;
	background: #BBB;
	color: #FFF;
	font-size: 150%;
	text-align: center;
}

/* table */
.contents table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border-top: solid 1px #BBB;
}
.contents thead th {
	padding: 5px;
	color: #FFF;
	background: #666;
}
.contents td , .contents th {
	border: solid 1px #BBB;
	padding: 10px;
	font-size: 108%;
}
.contents th {
	background: #F6F6F6;
}
.contents .table01 td ,.contents .table01 th {
	padding: 10px;
	border: none;
	border-bottom: solid 1px #BBB;
}
.contents .table01 thead th {
	background: #CCC;
	color: #333;
}
.contents .table01 th {
	padding: 15px 10px;
	background: none;
	text-align: left;
}

/* form */
input[type="text"], textarea ,select {
	margin: 2px 0;
	padding: 6px;
	border: solid 1px #999;
}
textarea {
	width: 90%;
}
input[type="radio"] ,input[type="checkbox"] {
	vertical-align: text-top;
}

/* ページャー */
.pagination {
	text-align: center;
}
.pagination a ,.pagination span {
	display: inline-block;
	margin: 0 2px;
	padding: 8px 10px;
	line-height: 1;
}
.pagination a {
	text-decoration: none;
	background: #FFF;
	border: solid 1px #AAA;
	color: #222;
}
.pagination a:hover {
	background: #00007D;
	color: #FFF;
}
.pagination span {
	font-weight: bold;
	color: #EF4123;
}

/* single-faculty */
.single-faculty .entry-header {
	min-height: 180px;
	padding: 0 0 20px;
	background: #fff url("images/bg_header_cbe.gif") no-repeat 0 0;
}
.single-faculty .post-130 .entry-header {
	background: #fff url("images/bg_header_cbe.gif") no-repeat 0 0;
}
.single-faculty .post-131 .entry-header {
	background: #fff url("images/bg_header_pmse.gif") no-repeat 0 0;
}
.single-faculty .post-132 .entry-header {
	background: #fff url("images/bg_header_scge.gif") no-repeat 0 0;
}
.single-faculty .entry-header h1{
	float: none;
	margin: 65px 0 10px;
	padding: 0 0 0 40px;
	background: none;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 231%;
	font-weight: normal;
}
.single-faculty .entry-header .sub-title {
	text-align: left;
	padding: 0 0 0 40px;
	color: #FFF;
}
.single-faculty .course-header {
	background: #F5F5F5;
}
.single-faculty .course-header h1{
	margin: 30px 0 0;
	padding: 15px 0 40px 35px;
	color:#333;
	border-left: solid 7px #0076C2;
	font-size: 262%;
}
.single-faculty .parent-pageid-130 .course-header h1{
	border-left: solid 7px #0076C2;
}
.single-faculty .parent-pageid-131 .course-header h1{
	border-left: solid 7px #F39300;
}
.single-faculty .parent-pageid-132 .course-header h1{
	border-left: solid 7px #DC4F77;
}
.single-faculty .course-header .sub-title p{
	margin: -36px 0 1em 0.5em;
	color: #3966AC;
}
.single-faculty .parent-pageid-130 .course-header .sub-title p{
	color: #3966AC;
}
.single-faculty .parent-pageid-131 .course-header .sub-title p{
	color: #F39300;
}
.single-faculty .parent-pageid-132 .course-header .sub-title p{
	color: #DC4F77;
}
.department-title{
	background: #fff url("images/bg_header_cbe.gif") no-repeat left center;
}
.parent-pageid-130 .department-title{
	background: #fff url("images/bg_header_cbe.gif") no-repeat left center;
}
.parent-pageid-131 .department-title{
	background: #fff url("images/bg_header_pmse.gif") no-repeat left center;
}
.parent-pageid-132 .department-title{
	background: #fff url("images/bg_header_scge.gif") no-repeat left center;
}
.department-title p{
	margin: 0;
	padding: 6px 40px;
	color: #FFF;
	font-size: 138%;
}
.department-title p span{
	display: inline-block;
	float: right;
	padding: 5px 0;
	font-size: 62%;
}

.postid-130 .contents .entry-content h2 ,.parent-pageid-130 .entry-content h2 {
    border-bottom: 1px solid #3A66AF;
}
.postid-130 h2 .sub-title ,.parent-pageid-130 h2 .sub-title {
	color: #3A66AF;
}
.postid-131 .contents .entry-content h2 ,.parent-pageid-131 .entry-content h2 {
    border-bottom: 1px solid #F39300;
}
.postid-131 h2 .sub-title ,.parent-pageid-131 h2 .sub-title {
	color: #F39300;
}
.postid-132 .contents .entry-content h2 ,.parent-pageid-132 .entry-content h2 {
    border-bottom: 1px solid #DC4F77;
}
.postid-132 h2 .sub-title ,.parent-pageid-132 h2 .sub-title {
	color: #DC4F77;
}

.postid-130 .contents .entry-content h3 ,.parent-pageid-130 .entry-content h3 {
    border-color: #3A66AF;
	color: #3A66AF;
}
.postid-131 .contents .entry-content h3 ,.parent-pageid-131 .entry-content h3 {
    border-color: #F39300;
	color: #F39300;
}
.postid-132 .contents .entry-content h3 ,.parent-pageid-132 .entry-content h3 {
    border-color: #DC4F77;
	color: #DC4F77;
}

.goal-human {
	margin: 1em 0 2em;
}
.goal-human dt {
	clear: both;
	float: left;
	width: 50px;
	margin: 0;
	padding: 10px 0;
	font-size: 220%;
	text-align: center;
}
.postid-130 .goal-human dt ,.parent-pageid-130 .goal-human dt {
	color: #3A66AF;
}
.postid-131 .goal-human dt ,.parent-pageid-131 .goal-human dt {
	color: #F39300;
}
.postid-132 .goal-human dt ,.parent-pageid-132 .goal-human dt {
	color: #DC4F77;
}
.goal-human dd {
	margin: 0;
	padding: 15px 0 15px 50px;
	border-bottom: dashed 1px #CCC;
}

.course-voice {
	clear: both;
	margin: 40px 0;
	padding: 20px;
	position: relative;
	background: url("images/bg_border01.gif") repeat;
}
.parent-pageid-130 .course-voice {
	background: url("images/bg_border01.gif") repeat;
}
.parent-pageid-131 .course-voice {
	background: url("images/bg_border02.gif") repeat;
}
.parent-pageid-132 .course-voice {
	background: url("images/bg_border03.gif") repeat;
}
.entry-content .course-voice h3 {
	padding: 0;
	border: none;
	margin: 0 0 0 220px;
	color: #333;
	font-size: 154%;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
.course-voice p {
	font-size: 93%;
	margin: 1em 0 0 220px;
}
.student-info p {
	font-weight: bold;
}
.course-voice .student-name {
	font-size: 132%;
}
.pic_vioce {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.tbl_curriculum th {
	color: #3966ae;
	background: #F3F5FA;
	width: 14px;
	white-space: normal;
}
.tbl_curriculum .th_year th {
	white-space: nowrap;
	width: auto;
}
.tbl_curriculum td {
	font-size: 93%;
	padding: 4px 6px;
}
.rotate {
	display: block;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.parent-pageid-130 .tbl_curriculum th {
	background: #F3F5FA;
}
.parent-pageid-131 .tbl_curriculum th {
	background: #FFFBF5;
}
.parent-pageid-132 .tbl_curriculum th {
	background: #FEF7FA;
}
.tbl_curriculum .th_year th {
	background: #FFF7AA;
}
.s-required {
	color: #5578ae;
}
.parent-pageid-130 .tbl_curriculum th ,.parent-pageid-130 .s-required {
	color: #3966ae;
}
.parent-pageid-131 .tbl_curriculum th ,.parent-pageid-131 .s-required {
	color: #F39300;
}
.parent-pageid-132 .tbl_curriculum th ,.parent-pageid-132 .s-required {
	color: #DC4F77;
}

.tb-name ,.tb-position {
	white-space: nowrap;
}

/* teacher -------- */
.pic-teacher {
	float: left;
	margin: 0 30px 20px 0;
}
.teacher .theme-list {
	float: right;
	max-width: 300px;
	margin: 0 0 20px;
}
.theme-list li {
	float: left;
	margin: 0 0 4px 4px;
	list-style: none;
}
.teacher .t-name {
	clear: right;
	overflow: hidden;
	border-bottom: 1px solid #9E0057;
}
.contents .teacher .t-name h2 {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0.1em;
	border: none;
	font-weight: normal;
}
.teacher .t-kana {
	margin: 0.5em 0 0;
	font-size: 93%;
	overflow: hidden;
}
.teacher .t-eng {
	clear: both;
	margin: 0.5em 0 1em;
	font-size: 93%;
}
.teacher .t-position {
	margin: 0.4em 10px 20px;
	font-size: 123.5%;
}
.teacher .t-position span {
	font-size: 76%;
}
.t-box  {
	padding: 8px 0;
	border-top: solid 1px #CCC;
	overflow: hidden;
}
.t-shozoku {
	border: none;
}
.t-senmon {
	clear: both;
}
.t-prof p {
	line-height: 1.8;
}
.contents .t-box h3 {
	float: left;
	width: 7em;
	margin: 0 10px 0 0;
	padding: 1px 0;
	text-align: center;
	color: #FFF;
	background: #9E0057;
	border: none;
	font-size: 93%;
}
.contents .t-box p {
	margin: 0;
	overflow: hidden;
}
.contents .t-box2{
	margin: 40px 0;
}
.contents .t-box2 h3{
	padding: 0.2em 0;
	position: relative;
	border-color: #9E0057;
	color: #9E0057;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
.contents .t-box2 h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em 0 0;
	padding: 0 1em;
	background-color: #fff;
}
.t-box2 h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.contents .t-box2 h4{
	margin: 1em 0;
	color: #333;
}

/* organization 組織 -------- */
.organization-link {
	float: left;
	width: 205px;
}
.contents .organization-link h2 ,.contents .organization-link h2:first-child {
	margin: 1em 0 0;
	padding: 0.8em 0;
	border: none;
	border-top: solid 5px #BDC7CF;
	text-align: center;
	font-size: 123%;
	color: #444;
}
.organization-link ul {
	margin: 0;
}
.organization-link li {
	margin: 0 0 12px;
	list-style: none;
	background: #F0F0F0;
	line-height: 1.2em;
}
.organization-link li {
	border-left-width: 4px;
	border-left-style: solid;
	font-size: 123%;
}
li.olink-c01 {
	border-left-color: #3A66AF;
}
li.olink-c02 {
	border-left-color: #E3A600;
}
li.olink-c03 {
	border-left-color: #DC4F77;
}
li.olink-c04 {
	border-left-color: #007EC7;
}
li.olink-c05 {
	border-left-color: #8FC31F;
}
li.olink-c06 {
	border-left-color: #00AFEC;
}
li.olink-c07 {
	border-left-color: #ED6D46;
}
li.olink-c08 {
	border-left-color: #00913a;
}
li.olink-c09 {
	border-left-color: #a48b78;
}
li.olink-c10 {
	border-left-color: #E35600;
}
li.olink-c11 {
	border-left-color: #4d6911;
}
.organization-link a {
	text-decoration: none;
	color: #334692;
}
.olink01 li {
	padding: 0 0 10px;
	font-size: 123%;
	border-bottom: solid 1px #AAA;
}
.olink01 li a {
	display: block;
	margin: 0 0 5px;
	padding: 15px 10px 10px;
}
.olink01 li ul {
	margin: 0 10px;
}
.olink01 li li {
	margin: 0 0 5px;
	padding: 0;
	font-size: 75%;
	border: none;
}
.olink01 li li a {
	display: inline;
	padding: 0;
}
.olink01 li li img {
	vertical-align: bottom;
	margin: 0 5px 0 0;
}

.olink02 {
	margin: 0 0 0 25px;
}
.olink02 li {
	padding: 0;
	font-size: 123%;
	border-bottom: solid 1px #AAA;
}
.olink02 li a {
	display: block;
	padding: 15px 10px;
}
.olink02 li img {
	margin: 8px 4px 0 0;
}

.olink02 li.olink-c09 {
	padding: 15px 10px;
}

/* faqMenu -------- */
.faqMenu {
	margin: 20px 0 30px;
}
.questionHeader {
	font-size: 108%;
	background: #00007D;
	margin: 1px 0 0;
}
.questionHeader a {
	display: block;
	padding: 10px 10px 10px 36px;
	background: url(images/arrow_w.png) no-repeat 14px center;
	color: #FFF;
	text-decoration: none;
}
.questionHeader a:hover ,.faqMenu .selected a {
	background: url(images/arrow_wb.png) no-repeat 10px center;
}
.answerBody {
	padding: 15px;
	background: #F5F5F5;
}
.answerBody ul {
	border-bottom: dashed 1px #BABABA;
}
.answerBody li ul {
	margin: 0;
	border: none;
}
.answerBody li li a {
	padding: 8px 34px 8px 40px;
}
.answerBody li {
	margin: 0;
	border-top: dashed 1px #BABABA;
	list-style: none;
}
.answerBody li a {
	display: block;
	padding: 10px 34px 10px 20px;
	background: #FFF url(images/arrow_b.png) no-repeat 620px center;
	text-decoration: none;
}
.answerBody li a:hover {
	background: #E9E9E9 url(images/arrow_b.png) no-repeat 620px center;
}
.answerBody li a.externalLink {
	background: #FFF url(images/ico_external_link.png) no-repeat 618px center;
}

/* search */
.search-list {
	border-top: dashed 1px #BABABA;
}
.search-list li {
	list-style: none;
	margin: 0;
	padding: 1em 0;
	border-bottom: dashed 1px #BABABA;
}
.search-list li a {
	font-size: 123%;
}

/* side-contents -------------- */
.side-contents {
	float: right;
	width: 230px;
	margin: 0 0 10px;
	/* margin: 0 0 60px; */
}
/* pickup-box */
.pickup-box {
	float: right;
	width: 230px;
	margin: 0 0 12px;
	background: #878385;
	line-height: 1.2;
}
.pickup-box a {
	text-decoration: none;
	color: #FFF;
}
.pickup-box h2 {
	padding: 8px 30px 8px 8px;
	background: #615B59 url(images/arrow_w.png) no-repeat 210px center;
	font-size: 123.5%;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
.pickup-box img {
	float: left;
	margin: 10px;
}
.pickup-box p {
	margin: 10px;
}

/* side-banner */
.side-banner {
	margin: 0 0 10px;
}

/* side-menu */
.side-menu {
	margin: 0 0 10px;
}
.side-menu h2 {
	padding: 20px 5px;
	text-align: center;
	font-size: 184%;
	background: #FFF;
	color: #00007D;
	border-bottom: solid 1px #BABABA;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","メイリオ",Meiryo,serif;
}
.side-menu h2.h2-side-link {
	padding: 0;
}
.side-menu h2 a {
	display:block;
	padding: 20px 5px;
	text-decoration: none;
	color: #00007D;
}
.side-menu h2.h2-side-link a:hover {
	background: #F2F2F2;
}
.side-menu ul {
	overflow: hidden;
}
.side-menu li {
	font-size: 108%;
	margin: -1px 0 0;
	border-top: solid 1px #BABABA;
}
.side-menu li li {
	border-top: none;
}
.side-menu li a {
	display: block;
	padding: 10px 34px 10px 20px;
	background: #FFF url(images/arrow_b.png) no-repeat 210px center;
	text-decoration: none;
}
/* teacher navi */
.page-template-page-teacher .side-menu a ,
.single-teacher .side-menu a{
	background: #FFF url(images/arrow_p.png) no-repeat 210px center;
}
.page-template-page-teacher .side-menu .current_page_item > a ,
.page-template-page-teacher .side-menu .current_page_item > a:visited ,
.page-template-page-teacher .side-menu .current_page_item > a:hover {
	background: #9C0657 url(images/arrow_wr.png) no-repeat 208px center;
}
.page-template-page-teacher .side-menu li a:hover ,
.single-teacher .side-menu li a:hover{
	background: #F2F2F2 url(images/arrow_p.png) no-repeat 210px center;
}
.page-template-page-teacher .side-menu h2 a ,
.single-teacher .side-menu h2 a {
	background-image: none;
	color: #9C0657;
}
/* teacher navi end */
.side-menu li li a {
	padding: 8px 34px 8px 40px;
}
.side-menu .current_page_item > a ,.side-menu .current_page_item > a:visited ,.side-menu .current_page_item > a:hover ,
.side-menu .current-menu-item > a ,.side-menu .current-menu-item > a:visited ,.side-menu .current-menu-item > a:hover {
	background: #00007D url(images/arrow_wr.png) no-repeat 208px center;
	color: #FFF;
}
.side-menu li a:visited {
	color:#334692;
}
.side-menu li a:hover {
	background: #F2F2F2 url(images/arrow_b.png) no-repeat 210px center;
}

.side-menu .ttl-sub-menu {
	padding: 6px 34px 6px 20px;
	color: #FFF;
	background: #777;
	border: none;
}
.side-menu .tsm01 {
	background: #3A66AF;
}
.side-menu .tsm02 {
	background: #E3A600;
}
.side-menu .tsm03 {
	background: #DC4F77;
}
.side-menu .tsm05 {
	padding-right: 10px;
}

.sp-visit-menu {
	background: #426F9B;
}
.sp-visit-menu a {
	display: block;
	padding: 15px;
	text-align:center ;
}
.sp-program-menu h2 {
	padding: 15px;
	background: #E3A600;
	text-align: center;
}
.sp-program-menu li {
	border-top: solid 1px #BABABA;
}
.sp-program-menu li a {
	padding: 15px 30px 15px 0;
	text-align: center;
	color: #334692;
}
.sp-program-menu li.current-menu-item > a ,.sp-program-menu li.current-menu-item > a:visited ,.sp-program-menu li.current-menu-item > a:hover {
	background: #00007D url(images/arrow_wr.png) no-repeat 208px center;
}
.sp-program-menu li span {
	display: block;
	padding: 0 0 0 10px;
	border-left: solid 7px #E3A600;
}
.sp-program-menu li span span {
	display: inline-block;
	padding: 0;
	border-left: none;
	white-space: nowrap;
}
.sp-program-menu li.menu-item-1294 span {
	padding: 10px 0 10px 10px;
}
.sp-program-menu li.menu-item-1294 span span {
	padding: 0;
}
.facility-menu h2 {
	padding: 10px;
	background: #799A42;
	text-align: center;
}
.facility-menu li{
	border-top: solid 1px #BABABA;
	line-height: 1.2;
}
.facility-menu li a {
	display: block;
	padding: 8px 32px 8px 8px;
}
.facility-menu span{
	display: block;
	padding: 0 0 0 40px;
	min-height: 30px;
}
.facility-menu .facility01 span{
	background: url(images/ico_facility01.gif) no-repeat left center;
}
.facility-menu .facility02 span{
	background: url(images/ico_facility02.gif) no-repeat left center;
}
.facility-menu .facility03 span{
	background: url(images/ico_facility03.gif) no-repeat left center;
}
.facility-menu .facility04 span{
	background: url(images/ico_facility04.gif) no-repeat left center;
}
.facility-menu .facility05 span{
	background: url(images/ico_facility05.gif) no-repeat left center;
}

.external-menu li {
	border-top: 1px dashed #BABABA;
}
.external-menu li a {
	background: #FFF url(images/ico_external_link.png) no-repeat 204px center;
}
.external-menu li a:hover {
	background: #F2F2F2 url(images/ico_external_link.png) no-repeat 204px center;
}

/* imgage -------------- */
.alignleft {
    float: left;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
}
.aligncenter {
    margin: 0 auto;
}
img.aligncenter {
    display: block;
}
.alignright {
    float: right;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}
.contents .wp-caption-text {
	text-align: left;
	margin: 0.2em 10px 0.2em 0;
	font-size: 93%;
}
.right_320 {
	float: right;
	width: 310px;
	margin: 0 0 15px 20px;
}
.img_border {
	padding: 6px;
	border: solid 1px #999;
	background: #FFF;
}
.main-content {
	float: left;
	width: 600px;
}
.img_protrude {
	float: right;
	margin: -100px 0 0;
}
.wp-caption-text {
	font-size: 88%;
}

/*==========================================
 news
===========================================*/
/* news-important-box */
.news-important-box {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 14px;
	background: #FFF;
	border-top: solid 1px #00007B;
}
.news-important-box h2 {
	margin: 0 0 12px 14px;	 
}
.news-important-box ul {
	margin: 0 14px;
	border-bottom: solid 1px #CCC;
}
.news-important-box li {
    clear: both;
    font-weight: normal;
    margin: 0;
	background: url(images/ico_list.png) no-repeat 0 12px;
	border-top: solid 1px #CCC;
	list-style: none;
}
.news-important-box .date {
	float: left;
	margin: 0 10px 0 0;
	display: block;
	font-size: 93%;
}
.news-title {
	display: block;
	overflow: hidden;
	color: #334692;
}
.news-important-box .mark {
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
.news-important-box a {
	display: block;
	padding: 10px 0 8px 20px;
	color: #000;
	text-decoration: none;
}

/* news-box */
#news-box {
	position: relative;
	margin: 0 0 24px;
	padding: 0;
}
#news-box h2 {
	float: left;
}
.news-navi {
	position: absolute;
	top: 0;
	right: 0;
}
.news-navi li {
	float: left;
	list-style: none;
	margin: 5px 0 0 6px;
}
#news-box #news-list{
	clear: both;
	width: 720px;
	margin: 0;
}
#news-list .item{
	float: left;
	width: 170px;
	margin: 0 10px 10px 0;
	background: #FFF;
	list-style: none;
	font-size: 100%;
	overflow: hidden;
}
#news-list .item a{
	display: block;
	width: 150px;
	height: 220px;
	padding: 10px;
	color: #000;
	text-decoration: none;
}
#news-list .item a:hover{
	background: #F6F6F6;
}
#news-list .pic_news_thum {
	margin: 0 0 8px;
	max-width: 100%;
	max-height: 100px;
	height: auto;
}
#news-list .item p{
	font-size: 100%;
	margin: 5px 0 0;
	line-height: 1.2;
}
#news-list .item .news-excerpt {
	font-size: 108%;
	overflow: hidden;
}
/* news-page-box */
.news-page-box {
}
.news-page-box {
	position: relative;
	margin: 0 0 24px;
	padding: 0;
	background: #FFF;
}
.news-page-box ul {
	margin: 0;
	border-bottom: solid 1px #CCC;
}
.news-page-box li {
    clear: both;
    font-weight: normal;
    margin: 0;
	background: url(images/ico_list.png) no-repeat 0 12px;
	border-top: solid 1px #CCC;
	list-style: none;
}
.news-page-box .date {
	float: left;
	margin: 0 6px 0 0;
	display: block;
	font-size: 93%;
}
.news-title {
	display: block;
	overflow: hidden;
	color: #334692;
}
.news-page-box .mark {
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
.news-page-box a {
	display: block;
	padding: 10px 0 8px 20px;
	color: #000;
	text-decoration: none;
}
.news-page-box a:hover {
	text-decoration: underline;
}

/* top-column */
.top-column {
	margin: 0 0 15px;
	border-top: solid 1px #00007B;
}
.top-column h2 {
	margin: 18px 0;
}

/* subject-link */
.top-column .subject-link {
	width: 720px;
	margin: 0;
}
.subject-link li {
	float: left;
	width: 230px;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 0;
	list-style: none;
}
.subject-link li a {
	display: block;
	height: 130px;
	padding: 5px 15px 15px;
	background: #1D1D6D;
}
.subject-link h3 {
	height:18px;
	margin: 0;
	padding: 12px 0;
	margin: 0 0 6px;
	background: url(images/arrow_w_l.png) no-repeat right center;
}
.subject-link h3 img{
	vertical-align: baseline;
}
.subject-graduate li {
	width: 350px;
}

/* footer-nav */
.footer-nav {
	clear: both;
	float: right;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	border-left: solid 1px #000;
	overflow: hidden;
}
.footer-nav li {
	float: left;
	margin: 0;
	padding: 0 10px;
	font-size: 93%;
	border-right: solid 1px #000;
}
.footer-nav li a {
	text-decoration: none;
	color: #000;
}
.footer-nav li a:hover {
	text-decoration: underline;
}

/*==========================================
 pagetop
===========================================*/
#pagetop {
	clear:both;
	float: right;
	width: 136px;
	margin: 0 0 20px;
}

/*==========================================
 footer
===========================================*/
#footer{
	padding: 40px 0 20px;
	background:#1D1D6D;
	color:#FFF;
}
.footer-global {
	width: 990px;
	margin: 0 0 50px;
}
.fg-box {
	float: left;
	width: 160px;
	margin: 0 30px 0 0;
}
.fg-box-l {
	width: 200px;
}
.fg-box h3 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 138.5%;
	border-bottom: solid #FFF 1px;
}
.fg-box ul {
	margin: 10px 0 30px;
}
.fg-box li ul {
	margin: 0 0 0 1em;
}
.fg-box li {
	margin: 3px 0;
	font-size: 93%;
}
.fg-box li li {
	font-size: 100%;
}
.fg-box a {
	text-decoration: none;
	color: #FFF;
}
.fg-box a:hover {
	text-decoration: underline;
}
.address {
}
.address p {
	font-size: 93%;
}
.address-name {
	margin: 0 0 12px;
}
.copyright {
	clear: both;
	margin: 12px 0 0;
	padding: 10px 0;
	font-size: 77%;
	border-top: solid 1px #FFF;
}

/*==========================================
 MOBILE用［639px以下］
===========================================*/
@media only screen and ( max-width: 639px ) {
	
	/*==========================================
	 レイアウト
	===========================================*/
	#header ,#footer-contents ,.container ,.contents .side-contents ,#top-slide ,.news-important-box ,#pagetop {
		width:100%;
		height:auto;
		margin:0 auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	a.hover:hover {
		transition: none;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	/*==========================================
	 header_navi
	===========================================*/
	#wrap-header-navi {
		display: none;
	}
	/*==========================================
	 header
	===========================================*/
	#wrap-header {
		position: relative;
		margin: 0;
	}
	#header{
		position:relative;
		height: auto;
		padding: 5px 0;
		background:#333;
	}
	#header h1 ,#h1-header{
		float: none;
		width: 250px;
		height: 47px;
		margin: 0;
		padding: 0 5px;
	}
	#header h1 a ,#header #h1-header a{
		margin: 0;
		width: 235px;
		height: 34px;
		padding: 7px 0;
		background: rgba(0, 0, 0, 0) url("images/sp_logo.png") no-repeat scroll 0 7px;
		background-size: 235px 34px;
	}
	#f-size{
		display: none;
	}
	
	/*==========================================
	 top-slide
	===========================================*/
	#wrap-top-slide {
		background: #27478B;
	}
	#top-slide {
		display: none;
	}
	#sp-top-main {
		display: block;
	}
	
	/*==========================================
	 navigation
	===========================================*/
	.button-toggle {
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		top: 4px;
		right: 4px;
		background: url(images/bg_button-toggle.gif) no-repeat center center;
		background-size: 46px 46px;
		overflow: hidden;
		text-indent: -9999px;
	}
	.navopen {
		background: url(images/bg_button-toggle-c.gif) no-repeat center center;
		background-size: 46px 46px;
	}
	.navigation{
		position: absolute;
		padding: 0 0 10px;
		background: #333;
		width: 100%;
		height: auto;
		margin: auto;
		top: 57px;
		overflow: hidden;
	}
	.navigation .button-toggle {
		float: right;
		position: static;
		width: auto;
		height: auto;
		margin: 0 16px 0 0;
		text-indent: 0;
		background: none;
		color: #FFF;
		font-size: 108%;
	}
	.navigation .main-navigation{
		width: 100%;
		margin: 0 -1px 0 0;
		border: none;
		border-top: 1px solid #999;
	}
	.main-navigation li ul.sub-menu {
		display: none;
	}
	.main-navigation li{
		display: block;
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		border:  none;
		white-space: nowrap;
	}
	.main-navigation li a ,.main-navigation li a:hover {
		padding: 16px 0;
		border-right:  1px solid #999;
		border-bottom: 1px solid #999;
		background: url("images/sp_arrow_w.png") no-repeat scroll right center;
		background-size: 19px 14px;
	}
	.sub-navigation {
		position: static;
		width: 100%;
		margin: 0;
	}
	.sub-navigation ul {
		float: none;
		max-width: 200%;
		margin: 0 -1px 0 0;
		padding: 0;
		background: #555;
		overflow: hidden;
	}
	.sub-navigation li{
		display: block;
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		border:  none;
		white-space: nowrap;
	}
	.sub-navigation li a ,.sub-navigation li a:hover {
		display: block;
		padding: 12px 0;
		border-right:  1px solid #999;
		border-bottom: 1px solid #999;
		background: url("images/sp_arrow_w.png") no-repeat scroll right center;
		background-size: 19px 14px;
	}
	.sub-navigation li a:hover {
		text-decoration: none;
	}
	.sitemap-navigation {
		width: 94%;
		margin: 0 auto;
		position: static;
	}
	.sitemap-navigation ul {
		float: none;
	}
	.sitemap-navigation li {
		display: none;
	}
	.sitemap-navigation li.h_sitemap06 {
		display: block;
		width: 162px;
		margin: 0;
		border: none;
	}
	.sitemap-navigation .h_sitemap06 a {
		width: auto;
		height: auto;
		padding: 3px 0;
		border: solid 1px #999;
		background: #00007D;
	}
	.sitemap-navigation li.h_sitemap06 img {
		width: 140px;
		height: 22px;
	}
	.sitemap-navigation li.h_sitemap07 {
		display: block;
		width: 162px;
		margin: 0;
		border: none;
	}
	.sitemap-navigation .h_sitemap07 a {
		width: auto;
		height: auto;
		padding: 3px 0;
		border: solid 1px #999;
		background: #00007D;
	}
	.sitemap-navigation li.h_sitemap07 img {
		width: 140px;
		height: 22px;
	}
	#search {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		position: static;
		text-align: center;
		border-top: 1px solid #999;
		background: #555;
	}
	.search-text {
		font-size: 123.5%;
	}
	.search-button {
		border: solid 1px #999;
	}
	
	/*==========================================
	 container
	===========================================*/
	.container{
	}
	
	/* sp-sitemap */
	#sp-sitemap {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	#sp-sitemap ul {
		border-right: solid 1px #CCC;
		margin: -1px;
	}
	#sp-sitemap li {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-left: solid 1px #CCC;
		border-bottom: solid 1px #CCC;
	}
	#sp-sitemap li.h_sitemap05 {
		width: 100%;
	}
	#sp-sitemap li a {
		display: block;
		padding: 10px 2px 10px 16px;
		text-decoration: none;
		color: #FFF;
		background: #444 url("images/arrow_w.png") no-repeat scroll 6px center;
		background-size: 5px 9px;
	}
	#sp-sitemap .h_sitemap06 {
		display: none;
	}
	#sp-sitemap .h_sitemap07 {
		display: none;
	}
	
	/* top-main-menu */
	#top-main-menu {
		display: none;
	}
	
	.bread-crumbs {
		margin: 12px 0;
		padding: 0 2%;
	}
	.entry-title{
		float: none;
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 20px;
		font-size: 169%;
		font-weight: bold;
		line-height: 1.2;
	}
	.entry-content {
	}

	/* side-registration */
	.side-registration {
		width: 90%;
		height: auto;
		padding: 2% 3% 3%;
	}
	.home .side-registration {
		float: none;
	}
	
	/* contents -------------- */
	.contents{
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.entry-content{
		margin: 0;
		padding: 10px;
		background: #FFF;
	}
	.sub-title {
		display: none;
	}
	
	/* table */
	.contents thead th {
		padding: 3px;
	}
	.contents td , .contents th {
		padding: 8px 5px;
	}
	.contents .table01 {
		border: none;
	}
	.contents .table01 td ,.contents .table01 th {
		display: block;
		border: none;
	}
	.contents .table01 td {
		margin: 0 0 1em;
		padding: 8px 0;
	}
	.contents .table01 th {
		padding: 6px 8px;
		background: #F6F6F6;
		text-align: left;
		border: solid 1px #BBB;
	}
	
	/* form */
	input[type="text"], textarea ,select ,textarea {
		font-size: 123.5%;
	}
	table input[type="text"], table textarea ,table select ,table textarea {
		font-size: 114%;
	}
	
	/* column-box --- */
	.column-box {
		width: 88%;
		margin: 0 auto 20px;
		padding: 4%;
		background: #FFF url(images/bg_column.png) no-repeat 0 0;
	}
	.column-box h2 {
		font-size: 150%;
		padding: 6px 0 0 24px;
	}
	.column-box .btn-link {
		margin: 0 auto;
	}
	
	/* faculty --- */
	.faculty-link-box {
		padding: 0 0 10px 15px;
	}
	.faculty-link-box.cbe ,.faculty-link-box.pmse ,.faculty-link-box.scge {
		border-left: none;
	}
	.faculty-link-box.cbe {
		border-top: solid 10px #3A66AF;
	}
	.faculty-link-box.pmse {
		border-top: solid 10px #E3A600;
	}
	.faculty-link-box.scge {
		border-top: solid 10px #DC4F77;
	}
		
	/* single-faculty */
	.single-faculty .entry-header{
		height: auto;
		min-height: auto;
		padding: 0;
	}
	.single-faculty .entry-header h1 {
		margin: 20px 0 10px;
		padding: 0 0 0 20px;
	}
	.single-faculty .entry-header .sub-title {
		display: block;
		padding: 0 0 10px 20px;
	}
	.single-faculty .course-header h1 {
		padding: 15px 0 25px 30px;
	}
	.single-faculty .course-header .sub-title p {
		margin: -30px 0 1em 18px;
	}
	.department-title p span {
		display: none;
	}
	.tbl_curriculum th ,.tbl_curriculum td {
		font-size: 84%;
	}
	.tbl_curriculum th {
		width: 10px;
		white-space: normal;
	}
	.tbl_curriculum .th_year th {
		width: auto;
	}
	
	.course-voice {
		margin: 30px 0;
		padding: 3%;
	}
	.entry-content .course-voice h3 {
		margin: 0 0 0 86px;
		font-size: 123%;
	}
	.course-voice p {
		margin: 1em 0 0;
	}
	.student-info {
		position:relative;
	}
	.student-info p {
		margin: 1em -3% 0 0;
		padding: 8px 10px 8px 86px;
		background: #5578AE;
		color: #FFF;
	}
	.student-info p span {
		display: inline-block;
		white-space: nowrap;
	}
	.course-voice .student-name {
		font-size: 132%;
	}
	.pic_vioce {
		width: 80px;
		height: auto;
		left: -3%;
	}
	
	/* teacher -------- */
	.pic-teacher {
		float: none;
		margin: 0 0 20px 0;
	}
	.teacher .theme-list {
		float: none;
		max-width: 100%;
	}
	.contents .teacher .t-name h2 {
		margin: 0 10px 0 0;
		padding: 0;
	}
	.teacher .t-position {
		float: none;
		clear: both;
		margin: 0.2em 0;
	}
	.teacher .t-kana {
		float: none;
	}
	.t-prof p {
		font-size: 93%;
	}
	.contents .t-box h3 {
		float: none;
		margin: 0 10px 6px 0;
	}
	
	/* organization 組織 -------- */
	.organization-link {
		float: none;
		width: 100%;
	}
	.olink02 {
		margin: 0;
	}
	.contents .organization-link h2, .contents .organization-link h2:first-child {
		text-align: left;
	}
	
	/* side-contents -------------- */
	.side-contents {
		float: none;
		width: 94%;
		margin: 0 auto;
		padding: 3%;
		background: #CCC;
		overflow: hidden;
	}
	/* pickup-box */
	.pickup-box {
		float: none;
		width: 94%;
		margin: 12px 3%;
	}
	.pickup-box h2 {
		background: #615b59 url("images/sp_arrow_w.png") no-repeat scroll right center;
		background-size: 25px 18px;
	}
	
	/* side-menu */	
	.side-menu {
		margin: 0 0 15px;
	}
	.side-bnn {
		margin: 15px -3%;
	}
	.side-bnn li {
		float: left;
		width: 45%;
		margin: 0 0 5px 3%;
	}
	
	/* side-menu */
	.side-menu li a {
		background: #FFF url(images/sp_arrow_b.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.side-menu li a:hover {
		background: #F2F2F2 url(images/sp_arrow_b.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.external-menu li a {
		background: #FFF url(images/sp_ico_external_link.png) no-repeat right center;
		background-size: 27px 16px;
	}
	.external-menu li a:hover {
		background: #F2F2F2 url(images/sp_ico_external_link.png) no-repeat right center;
		background-size: 27px 16px;
	}
	.side-menu .current_page_item > a ,.side-menu .current_page_item > a:visited ,.side-menu .current_page_item > a:hover ,
	.side-menu .current-menu-item > a ,.side-menu .current-menu-item > a:visited ,.side-menu .current-menu-item > a:hover {
		background: #00007D url(images/sp_arrow_wr.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.sp-program-menu li.current-menu-item > a ,.sp-program-menu li.current-menu-item > a:visited ,.sp-program-menu li.current-menu-item > a:hover {
		background: #00007D url(images/sp_arrow_wr.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.single-teacher .side-menu li a,
	.page-template-page-teacher .side-menu li a {
		background: #FFF url(images/sp_arrow_p.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.single-teacher .side-menu li a:hover ,
	.page-template-page-teacher .side-menu li a:hover {
		background: #F2F2F2 url(images/sp_arrow_p.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.single-teacher .side-menu .current_page_item > a ,.single-teacher .side-menu .current_page_item > a:visited ,.single-teacher .side-menu .current_page_item > a:hover ,
	.single-teacher .side-menu .current-menu-item > a ,.single-teacher .side-menu .current-menu-item > a:visited ,.single-teacher .side-menu .current-menu-item > a:hover ,
	.page-template-page-teacher .side-menu .current_page_item > a ,.page-template-page-teacher .side-menu .current_page_item > a:visited ,.page-template-page-teacher .side-menu .current_page_item > a:hover ,
	.page-template-page-teacher .side-menu .current-menu-item > a ,.page-template-page-teacher .side-menu .current-menu-item > a:visited ,.page-template-page-teacher .side-menu .current-menu-item > a:hover {
		background: #9C0657 url(images/sp_arrow_wr.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.single-teacher .sp-program-menu li.current-menu-item > a ,.single-teacher .sp-program-menu li.current-menu-item > a:visited ,.single-teacher .sp-program-menu li.current-menu-item > a:hover ,
	.page-template-page-teacher .sp-program-menu li.current-menu-item > a ,.page-template-page-teacher .sp-program-menu li.current-menu-item > a:visited ,.page-template-page-teacher .sp-program-menu li.current-menu-item > a:hover {
		background: #9C0657 url(images/sp_arrow_wr.png) no-repeat right center;
		background-size: 25px 18px;
	}
	
	/* imgage -------------- */
	.alignleft {
		float: none;
		margin-right: 0;
		max-width: 100% !important;
	}
	.alignright {
		float: none;
		margin-left: 0;
		max-width: 100% !important;
	}
	.right_320 {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		overflow: hidden;
		text-align: center;
	}
	.wp-caption {
		width: 100% !important;
	}
	.wp-caption img {
		width: auto;
		max-width: 100%;
		max-height: 450px;
	}
	.right_320 .alignnone {
		display: inline-block;
		width: 45% !important;
		margin:0 1% 5%;
		vertical-align: top;
	}
	.contents .right_320 .wp-caption-text {
		margin: 0.2em 0 0.2em 0;
	}
	
	/* footer-nav -------------- */
	.footer-nav {
		float: none;
		margin: 0 0 15px;
		border: none;
	}
	.footer-nav li {
		float: left;
		margin: 0 10px 10px 0;
		font-size: 93%;
	}
	.footer-nav li a {
		padding: 6px 10px;
	}
	
	/*==========================================
	 news
	===========================================*/
	
	/* top-main-menu */
	.news-important-box {
		float: none;
		position: relative;
		margin: 10px 0;
		padding: 0;
	}
	.news-important-box h2 {
		margin: 0;
		padding: 0 0 0 14px;
		background: #00007B;
	}
	.news-important-box .date {
		float:none;
	}
	.news-important-box .news-title {
		margin: 5px 0 0;
	}
	.news-important-box ul {
		margin: 0;
	}
	.news-important-box li {
		background: url("images/sp_ico_list.png") no-repeat scroll 10px 14px;
		background-size: 13px 12px;
	}
	.news-important-box a {
		padding: 12px 44px 10px 30px;
		background: url("images/sp_main_menu_arrow.png") no-repeat scroll right center;
		background-size: 40px 40px;
	}
	
	/* top-column */
	.top-column h2 {
		margin: 18px 3%;
	}
	
	/* news-box */
	#news-box #news-list {
		width: 96%;
		margin: 0 3%;
	}
	#news-list .item a {
		padding: 3%;
		width: 94%;
	}
	#news-list .pic_news_thum {
	}
	.contents .news-navi {
		position: static;
		width: 97%;
		margin: 20px 0 0 3%;
	}
	.news-navi li {
		width: 47%;
		margin: 0 3% 3% 0;
		text-align: center;
		background: #CCC;
	}
	.news-navi li.btn_news {
		background: #DC4F77;
	}
	.news-navi li.btn_event {
		background: #009DDD;
	}
	.news-navi li.btn_winning {
		background: #009A9B;
	}
	.news-navi li.btn_research {
		background: #FF7700;
	}
	.news-navi li a {
		display: block;
		padding: 6px 0;
	}
	
	/* subject-link */
	.top-column .subject-link {
		width: 96%;
		margin: 0 auto;
	}
	.subject-link li {
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}
	.subject-link li a {
		float: none;
		width: 100%;
		height: 74px;
		padding: 0;
		overflow: hidden;
		background: #00007B url("images/sp_arrow_w_l.png") no-repeat scroll right center;
		background-size: 24px 24px;
	}
	.subject-link li .sp_thum {
		position: relative;
		display: block;
		float: left;
		width: 60px;
		height: 60px;
		margin: 5px;
		top: -40px;
		overflow: hidden;
	}
	.subject-link li .pic_news_thum {
		position:absolute;
		height: 60px;
		width: auto;
		max-width: 150px;
		margin: 0 0 0 -10px;
	}
	.subject-graduate li .pic_news_thum {
		max-width: 240px;
		margin: 0 0 0 -20px;
	}
	.subject-link h3 {
		margin: 0 36px 0 75px;
		background: none;
		line-height: 56px;
	}
	.subject-link h3 img {
		width: auto;
		max-height:18px;
	}
	.subject-graduate {
	}
	
	/*==========================================
	 footer
	===========================================*/
	#wrap-footer {
		margin: -18px 0 0;
	}
	#footer {
		padding: 10px;
	}
	.footer-global {
		display: none;
	}
	.address {
		float: none;
		width: auto;
	}
	.address-name {
		padding: 15px 0 0;
	}
	.copyright {
		text-align: left;
	}
	/*==========================================
	 pagetop
	===========================================*/
	#pagetop {
		float: none;
		margin: 0 0 20px;
	}
	#pagetop a {
		display:block;
		padding: 8px 0;
		background: #666;
		text-align: center;
	}
}
/*==========================================
 PC用［640px以上］ 切り替え時
===========================================*/
@media screen and (min-width: 639px ) {
	.navigation {
		display: block !important;
	}
}


/*==========================================
 先端理工学特別プログラム
===========================================*/
.wrap-sentan #header {
	height: 104px;
}
.wrap-sentan .navigation {
	padding: 0;
}
.wrap-sentan .main-navigation {
	display: none;
}
#wrap-st-title {
	background: #333 url("images/bg_st-title.gif") repeat;
}
.st-title {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background: url("images/ttl_sentanrikou_bg.png") no-repeat right top;
}
.st-title h1 {
	margin: 50px 0 0;
}
.st-container .entry-title {
	background: #333;
}
.st-container .entry-content h2 {
	border-bottom: 1px solid #000;
}
.st-container .entry-content h3 {
	border-left: 3px solid #333;
    color: #333;
}
.st-container .entry-content h4{
	color: #333;
}
.st-container .entry-content h5{
	color: #666;
}
.st-container .entry-content h6{
	color: #666;
}
.side-sentan .current_page_item > a ,.side-sentan .current_page_item > a:visited ,.side-sentan .current_page_item > a:hover ,
.side-sentan .current-menu-item > a ,.side-sentan .current-menu-item > a:visited ,.side-sentan .current-menu-item > a:hover {
	background: #333 url(images/arrow_wr.png) no-repeat 208px center;
	color: #FFF;
}
.st-department01 {
	background: #E4EAF8;
}
.st-department02 {
	background: #FFF6E3;
}
.st-department03 {
	background: #FEE7F0;
}
/* トップページ -------------- */
.page-template-page-sentanrikou .container {
	margin: 30px auto 0;
}
.contents .sentanrikou-navigation {
	margin: 0 -20px 10px 0;
}
.sentanrikou-navigation li {
	float: left;
	width: 470px;
	margin: 0 20px 20px 0;
	font-size: 170%;
	list-style: none;
}
.sentanrikou-navigation li a {
	display: block;
	padding: 25px 60px 25px 30px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: #FFF url("images/st_menu_arrow.png") no-repeat 426px center;
}
.news-sentanrikou-box {
    background: #FFF;
    margin: 20px 0;
    padding: 0 0 20px;
}
.news-sentanrikou-box h2 {
	padding: 10px 20px;
	background: #333 url("images/bg_st-title.gif") repeat;
}
.news-page-box {
	margin: 20px 20px 10px;
}
.contents .news-sentanrikou-list {
	float: right;
	margin: 0 20px 0 0;
}
.news-sentanrikou-list a {
	display: block;
	padding: 6px 0 6px 20px;
	background: url("images/st_arrow_b.png") no-repeat left center;
	color: #333;
}
@media only screen and ( max-width: 639px ) {
	.wrap-sentan #header {
		height: auto;
	}
	.wrap-sentan .navigation .button-toggle {
		padding: 15px 0;
	}
	.wrap-sentan .main-navigation {
		display: block;
	}
	.main-navigation li {
		float: none;
		width: 100%;
	}
	.main-navigation li a, .main-navigation li a:hover {
		border-bottom: 1px solid #999;
		border-right: none;
	}
	.st-title {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 10px;
		background: none;
	}
	.st-title h1 {
		margin: 10px 0;
	}
	.contents .sentanrikou-navigation {
		margin: 0 0 10px;
	}
	.sentanrikou-navigation li {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.sentanrikou-navigation .pc_none {
		display: none;
	}
	.sentanrikou-navigation li a {
		margin: 0 10px;
		padding: 20px 50px 20px 20px;
		background: #FFF url("images/sp_st_menu_arrow.png") no-repeat right center;
		background-size: 50px 50px;
	}
	.side-sentan .current_page_item > a ,.side-sentan .current_page_item > a:visited ,.side-sentan .current_page_item > a:hover ,
	.side-sentan .current-menu-item > a ,.side-sentan .current-menu-item > a:visited ,.side-sentan .current-menu-item > a:hover {
		background: #333 url(images/sp_arrow_wr.png) no-repeat right center;
		background-size: 25px 18px;
	}
	.contents .news-sentanrikou-list {
		float: none;
		margin: 10px 20px 0;
	}
	.news-sentanrikou-list a {
		padding: 12px 12px 12px 36px;
		background: #F3F3F3 url("images/sp_st_arrow_b.png") no-repeat 10px center;
		background-size: 25px 18px;
	}
}


/*   seeds 用 (20180517より志田さんの要望)  */

#normalTable div {
    margin: 10px 4px 20px 2px;
}

#normalTable table {
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 6px;
}

#normalTable h4 {
	margin: 1px ;
}

h4.tabCbe {
    background: url(/img/tab_cbe.png) no-repeat 0px 0px;
}

h4.tabMbe {
    background: url(/img/tab_mbe.png) no-repeat 0px 0px;
}

h4.accordion_triger {
    margin-bottom: 1px;
    padding: 10px 0 8px 20px;
    font-weight: bold;
}

#normalTable td, th {
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 6px;
}

h4.tabEec {
    background: url(/img/tab_eec.png) no-repeat 0px 0px;
}

h4.tabMes {
    background: url(/img/tab_mes.png) no-repeat 0px 0px;
}

h4.tabCee {
    background: url(/img/tab_cee.png) no-repeat 0px 0px;
}

#normalTable tr.header {
	background:#e9e9e2;
}

#noticeBox  {
    color: #007;
    padding: 12px 2 2 12px;
    padding: 12px ;
    border: 1px solid #007;
    margin-top: 20px ;
}

#noticeBox table {
	padding: 0px;
	margin: 0px;
	border-top: 0px;
}

#noticeBox td {
	border: 0px;
}

.mgb30 {
   /* margin-bottom: 30px; */
    margin-bottom: 0px;
}



.floatL {
    float: left;
}

.floatR {
    float: right;
}



#normalTable td {
    padding: 6px;
    border-bottom: 1px solid #BBB;
    vertical-align: top;
}

/* 2025.6.9
 * News & Topicsのための修正
 */

.myimg {
  text-align: center; /* 画像を中央寄せ */
  margin-top: 20px;
}

.myimg img {
  display: inline-block; /* 中央寄せのために inline-block にする */
  border: 1px solid #bbb; /* 枠の色と太さ */
  padding: 5px;            /* 枠と画像の間に余白 */
  margin: 10px auto;       /* 上下左右に余白、中央寄せを維持 */
  background-color: #fff;  /* 枠の内側の背景（任意） */
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2); /* 任意：影をつける */
}

.myspace  {
  margin : 50px;
}

.mymark img {
  vertical-align: middle;
}
