@charset "UTF-8";

/*

media
スマホ縦：320（〜iPhone5s）
スマホ縦：360（Android）
スマホ縦：375（iPhone6）
スマホ縦：414（iPhone6 Plus）
スマホ横：480（iPhone4）
スマホ横：568（iPhone5）
スマホ横：640（Android）
スマホ横：667（iPhone6）
スマホ横：736（iPhone6 Plus）
タブレット縦：768（iPad）
タブレット横：1024（iPad）
PC：1024
PC：1280
PC：1920

color
#deba29　ベース
#a78b1f　ベース2
#6f5d15　ベース3
#3da776　グリーン
#ff0000　レッド

*/


/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
	text-align: left;
}

/* ホーム
--------------------------------------------------------------------------------- */
/* スライドショー */
#slide {
	background-color: #FFF;
}
.flexslider {
}
#slidepc {
	display: none;
}
.flex-control-nav {
    z-index: 99 !important;
}
.flex-control-nav {
    bottom: 0px !important;
}
/* 重要なお知らせ */
#important {
	background-color: #e6e6e6;
	overflow: hidden;
}
#important .inner {
	margin: 10px 10px 20px 10px;
}
#important h2 {
	font-size: 18px;
	line-height: 38px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}
#important .news-list li .title {
	display: block;
	clear: none;
}
/* お知らせリスト */
.news-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFF;
	overflow: hidden;
}
.news-list li {
	margin: 6px 0px 6px 0px;
	padding: 0px 10px 6px 10px;
	font-size: 14px;
	line-height: 21px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}
.news-list li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0px 0px 0px 1em;
	background-image: url(../images/arrow_004.png);
	background-image: url(../images/arrow_004_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 21px auto;
}
.news-list li .date {
	display: block;
	float: left;
}
.newspaper .news-list li .date {
	display: none;
}
.news-list li .title {
	display: block;
	clear: left;
}
.news-list li .category {
	display: block;
	font-weight: bold;
}
.news-list li .c001-001 {
	color: #ff8600;
}
.news-list li .c001-002 {
	color: #a37e39;
}
.news-list li .c001-003 {
	color: #d9b400;
}
.news-list li .c001-004 {
	color: #48bd3d;
}
.news-list li .c001-005 {
	color: #588fcd;
}
.news-list li .c001-006 {
	color: #c362c0;
}
.news-list li .c001-007 {
	color: #d43224;
}
.news-list li .c001-008 {
	color: #ff8600;
}
.news-list li .c002-001 {
	color: #48bd3d;
}
.news-list li .c002-002 {
	color: #588fcd;
}
.news-list li .c003-001 {
	color: #48bd3d;
}
.news-list li .c003-002 {
	color: #588fcd;
}
.news-list li a:hover {
	text-decoration: underline;
	color: #d43224;
	background-image: url(../images/arrow_005.png);
	background-image: url(../images/arrow_005_ie.png)\9;
}
.news-list li a:hover .date {
	text-decoration: underline;
	color: #d43224;
}
.news-list li a:hover .title {
	text-decoration: underline;
	color: #d43224;
}
/* トピックス */
#topics {
	background-color: #e6e6e6;
	overflow: hidden;
	background-image: url(../images/topics_bg_2.gif);
	background-position: center top;
	background-size: 6px auto;
}
#topics .inner {
	margin: 20px 10px 20px 10px;
}
#topics h2 {
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	line-height: 24px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
.topics-wrap {
	overflow: hidden;
	margin: 0px -5px;
}
.topics-box {
	overflow: hidden;
	width: 50%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.topics-box a {
	display: block;
	margin: 0px 5px;
	padding: 0px 0px 24px 0px;
	text-decoration: none;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/topics_arrow.png);
	background-image: url(../images/topics_arrow_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40px auto;
}
.topics-box a:hover {
	background-color: #e6e6e6;
	background-image: url(../images/topics_arrow_on.png);
	background-image: url(../images/topics_arrow_on_ie.png)\9;
	color: #d43224;
}
.topics-box a:hover .title {
	color: #d43224;
	text-decoration: underline;
}
.topics-box a .img img {
	/*アニメーション指定*/
	 transition: 0.2s;
	 -webkit-transition-duration: 0.2s;
}
.topics-box a:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.topics-box p {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}
.topics-box .img {
	overflow: hidden;
	height: 100px;
}
.topics-box .txt {
	margin: 5px;
	overflow: hidden;
	height: 5em;
}
.topics-box .category {
	font-weight: bold;
	color: #d43224;
}
.topics-box .title {
	color: #000;
}
.topics-box .date {
	color: #000;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	bottom: 2px;
	left: 5px;
	font-weight: bold;
}

/* 入試インフォメーション */
#examination-info {
	overflow: hidden;
}
#examination-info .inner {
	margin: 20px 10px 20px 10px;
}
#examination-info h2 {
	margin: 0px 0px 30px 0px;
	font-size: 17px;
	line-height: 24px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
#examination-info h2 span {
	font-size: 12px;
}
.ei-tab {
	margin: -20px 0px 0px 0px;
	padding: 0px 2px;
	list-style-type: none;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
	overflow: hidden;
}
.ei-tab li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 33.33%;
	float: left;
	text-align: center;
	display: table;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 0px;
}
.ei-tab li span,
.ei-tab li a {
	display: block;
	background-color: #999999;
	color: #FFF;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	margin: 0px 0px 0px 4px;
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
	text-decoration: none;
}
.ei-tab li span:hover,
.ei-tab li a:hover{
	background-color: #4d4d4d;
}
.ei-tab li .on {
	background-color: #000;
}
.tab-box {
	display: none;
}
.tab-box#box-tab-ei-001 {
	display: block;
}
.ei-sub-tab {
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 0px 2px;
	list-style-type: none;
	overflow: hidden;
	background-color: #f7f7f7;
}
.ei-sub-tab li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 25%;
	float: left;
	text-align: center;
	display: table;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px 2px;
}
.ei-sub-tab li#tab-ei-sub-002-000,
.ei-sub-tab li#tab-ei-sub-002-001,
.ei-sub-tab li#tab-ei-sub-002-002 {
	width: 33.33%;
}
.ei-sub-tab li#tab-ei-sub-003-000,
.ei-sub-tab li#tab-ei-sub-003-001,
.ei-sub-tab li#tab-ei-sub-003-002 {
	width: 33.33%;
}
.ei-sub-tab li span,
.ei-sub-tab li a {
	display: block;
	color: #FFF;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	width: 400px;
	margin: 0px 0px 0px 4px;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
	/*opacity: 0.6;*/
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-000 span,
.ei-sub-tab li#tab-ei-sub-001-000 a {
	color: #f01f9c;
	border-color: #f01f9c;
}
.ei-sub-tab li#tab-ei-sub-001-000 span.on,
.ei-sub-tab li#tab-ei-sub-001-000 a.on,
.ei-sub-tab li#tab-ei-sub-001-000 span:hover,
.ei-sub-tab li#tab-ei-sub-001-000 a:hover {
	background-color: #f01f9c;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-001 span,
.ei-sub-tab li#tab-ei-sub-001-001 a {
	color: #ff8600;
	border-color: #ff8600;
}
.ei-sub-tab li#tab-ei-sub-001-001 span.on,
.ei-sub-tab li#tab-ei-sub-001-001 a.on,
.ei-sub-tab li#tab-ei-sub-001-001 span:hover,
.ei-sub-tab li#tab-ei-sub-001-001 a:hover {
	background-color: #ff8600;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-002 span,
.ei-sub-tab li#tab-ei-sub-001-002 a {
	color: #a37e39;
	border-color: #a37e39;
}
.ei-sub-tab li#tab-ei-sub-001-002 span.on,
.ei-sub-tab li#tab-ei-sub-001-002 a.on,
.ei-sub-tab li#tab-ei-sub-001-002 span:hover,
.ei-sub-tab li#tab-ei-sub-001-002 a:hover {
	background-color: #a37e39;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-003 span,
.ei-sub-tab li#tab-ei-sub-001-003 a {
	color: #d9b400;
	border-color: #d9b400;
}
.ei-sub-tab li#tab-ei-sub-001-003 span.on,
.ei-sub-tab li#tab-ei-sub-001-003 a.on,
.ei-sub-tab li#tab-ei-sub-001-003 span:hover,
.ei-sub-tab li#tab-ei-sub-001-003 a:hover {
	background-color: #d9b400;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-004 span,
.ei-sub-tab li#tab-ei-sub-001-004 a {
	color: #48bd3d;
	border-color: #48bd3d;
}
.ei-sub-tab li#tab-ei-sub-001-004 span.on,
.ei-sub-tab li#tab-ei-sub-001-004 a.on,
.ei-sub-tab li#tab-ei-sub-001-004 span:hover,
.ei-sub-tab li#tab-ei-sub-001-004 a:hover {
	background-color: #48bd3d;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-005 span,
.ei-sub-tab li#tab-ei-sub-001-005 a {
	color: #588fcd;
	border-color: #588fcd;
}
.ei-sub-tab li#tab-ei-sub-001-005 span.on,
.ei-sub-tab li#tab-ei-sub-001-005 a.on,
.ei-sub-tab li#tab-ei-sub-001-005 span:hover,
.ei-sub-tab li#tab-ei-sub-001-005 a:hover {
	background-color: #588fcd;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-006 span,
.ei-sub-tab li#tab-ei-sub-001-006 a {
	color: #c362c0;
	border-color: #c362c0;
}
.ei-sub-tab li#tab-ei-sub-001-006 span.on,
.ei-sub-tab li#tab-ei-sub-001-006 a.on,
.ei-sub-tab li#tab-ei-sub-001-006 span:hover,
.ei-sub-tab li#tab-ei-sub-001-006 a:hover {
	background-color: #c362c0;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-001-007 span,
.ei-sub-tab li#tab-ei-sub-001-007 a {
	color: #d43224;
	border-color: #d43224;
}
.ei-sub-tab li#tab-ei-sub-001-007 span.on,
.ei-sub-tab li#tab-ei-sub-001-007 a.on,
.ei-sub-tab li#tab-ei-sub-001-007 span:hover,
.ei-sub-tab li#tab-ei-sub-001-007 a:hover {
	background-color: #d43224;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-002-000 span,
.ei-sub-tab li#tab-ei-sub-002-000 a {
	color: #f01f9c;
	border-color: #f01f9c;
}
.ei-sub-tab li#tab-ei-sub-002-000 span.on,
.ei-sub-tab li#tab-ei-sub-002-000 a.on,
.ei-sub-tab li#tab-ei-sub-002-000 span:hover,
.ei-sub-tab li#tab-ei-sub-002-000 a:hover {
	background-color: #f01f9c;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-002-001 span,
.ei-sub-tab li#tab-ei-sub-002-001 a {
	color: #ff8600;
	border-color: #ff8600;
}
.ei-sub-tab li#tab-ei-sub-002-001 span.on,
.ei-sub-tab li#tab-ei-sub-002-001 a.on,
.ei-sub-tab li#tab-ei-sub-002-001 span:hover,
.ei-sub-tab li#tab-ei-sub-002-001 a:hover {
	background-color: #ff8600;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-002-002 span,
.ei-sub-tab li#tab-ei-sub-002-002 a {
	color: #d43224;
	border-color: #d43224;
}
.ei-sub-tab li#tab-ei-sub-002-002 span.on,
.ei-sub-tab li#tab-ei-sub-002-002 a.on,
.ei-sub-tab li#tab-ei-sub-002-002 span:hover,
.ei-sub-tab li#tab-ei-sub-002-002 a:hover {
	background-color: #d43224;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-003-000 span,
.ei-sub-tab li#tab-ei-sub-003-000 a {
	color: #f01f9c;
	border-color: #f01f9c;
}
.ei-sub-tab li#tab-ei-sub-003-000 span.on,
.ei-sub-tab li#tab-ei-sub-003-000 a.on,
.ei-sub-tab li#tab-ei-sub-003-000 span:hover,
.ei-sub-tab li#tab-ei-sub-003-000 a:hover {
	background-color: #f01f9c;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-003-001 span,
.ei-sub-tab li#tab-ei-sub-003-001 a {
	color: #ff8600;
	border-color: #ff8600;
}
.ei-sub-tab li#tab-ei-sub-003-001 span.on,
.ei-sub-tab li#tab-ei-sub-003-001 a.on,
.ei-sub-tab li#tab-ei-sub-003-001 span:hover,
.ei-sub-tab li#tab-ei-sub-003-001 a:hover {
	background-color: #ff8600;
	color: #FFF;
}
.ei-sub-tab li#tab-ei-sub-003-002 span,
.ei-sub-tab li#tab-ei-sub-003-002 a {
	color: #d43224;
	border-color: #d43224;
}
.ei-sub-tab li#tab-ei-sub-003-002 span.on,
.ei-sub-tab li#tab-ei-sub-003-002 a.on,
.ei-sub-tab li#tab-ei-sub-003-002 span:hover,
.ei-sub-tab li#tab-ei-sub-003-002 a:hover {
	background-color: #d43224;
	color: #FFF;
}
.tab-sub-box {
	display: none;
}
.tab-sub-box#box-tab-ei-sub-001-000,
.tab-sub-box#box-tab-ei-sub-002-000,
.tab-sub-box#box-tab-ei-sub-003-000 {
	display: block;
}
#examination-info .news-list {
	background-color: #f7f7f7;
}
#examination-info .news-list li .date {
	float: left;
}
.go-list {
	font-size: 12px;
	line-height: 16px;
}
.go-list a {
	display: block;
	background-color: #999999;
	color: #FFF;
	padding: 0px;
	text-decoration: none;
	padding: 5px;
	background-image: url(../images/arrow_006.png);
	background-image: url(../images/arrow_006_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.go-list a:hover {
	background-color: #000;
}
#ei-banner {
	margin: 0px -5px;
	overflow: hidden;
}
.ei-banner-box {
	margin: 0px 0px 8px 0px;
	width: 50%;
	float: left;
}
.ei-banner-box a {
	display: block;
	margin: 0px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #f7f7f7;
	text-decoration: none;
	color: #000;
	position: relative;
	overflow: hidden;
}
.ei-banner-box a:hover {
	color: #d43224;
	border-color: #d43224;
}
.ei-banner-box a:hover .txt {
	background-color: rgba(136,0,0,0.7);
}
.ei-banner-box a .img img {
	/*アニメーション指定*/
	 transition: 0.2s;
	 -webkit-transition-duration: 0.2s;
}
.ei-banner-box a:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.ei-banner-box .img {
	overflow: hidden;
	margin: 0px -20px;
}
.ei-banner-box .txt {
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.ei-banner-box .txt p {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	height: 26px;
	
}
/* 学部紹介 */
#department-intro {
	overflow: hidden;
}
#department-intro .inner {
	margin: 20px 10px 20px 10px;
}
#department-intro h2 {
	margin: 0px 0px 10px 0px;
	font-size: 17px;
	line-height: 24px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
.di-wrap {
	overflow: hidden;
	margin: 0px -5px;
}
.di-box {
	overflow: hidden;
	width: 50%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.di-box a {
	display: block;
	margin: 0px 5px;
	padding: 0px;
	text-decoration: none;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
}
.di-box a:hover .txt {
	background-color: #000;
	background: rgba(00,00,00,0.7);
}
.di-box a .img img {
	/*アニメーション指定*/
	 transition: 0.2s;
	 -webkit-transition-duration: 0.2s;
}
.di-box a:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.di-box p {
	margin: 0px;
}
.di-box .img {
	overflow: hidden;
	height: 62px;
}
.di-box .txt {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background: rgba(66,66,66,0.7);
	position: absolute;
	bottom: 0px;
	width: 100%;
}
/* お知らせ */
#home-news {
	overflow: hidden;
}
#home-news .inner {
	margin: 20px 10px 20px 10px;
}
#home-news h2 {
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	line-height: 24px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
#home-news .news-list {
	background-color: #f7f7f7;
}
.go-news {
	font-size: 16px;
	line-height: 40px;
	text-align: right;
}
.go-news a {
	display: block;
	background-color: #999999;
	color: #FFF;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	background-image: url(../images/arrow_006.png);
	background-image: url(../images/arrow_006_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
/* バナー */
#home-banner {
	overflow: hidden;
}
#home-banner .inner {
	margin: 20px 10px 20px 10px;
}
#home-banner ul {
	margin: 0px -10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#home-banner li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 50%;
	float: left;
	text-align: center;
}
#home-banner li a {
	display: block;
	margin: 0px 10px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #FFF;
}
#home-banner li a:hover {
	border-color: #000;
	background-color: #e6e6e6;
}
/* ホーム下部 */
#home-bottom {
	overflow: hidden;
	background-image: url(../images/home_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1600px auto;
}
#home-bottom .inner {
	margin: 20px 10px 20px 10px;
}
#home-bottom h2 {
	font-size: 18px;
	line-height: 32px;
	color: #FFF;
	background-color: #000;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
}
#home-bottom ul {
	margin: 0px -5px 20px -5px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#home-bottom li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 50%;
	float: left;
}
#home-bottom li a {
	display: block;
	margin: 0px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
}
#home-bottom li a:hover {
	border-color: #d43224;
}
.center-wrap {
	overflow: hidden;
	margin: 0px -5px 10px -5px;
}
.center-box {
	margin: 0px 0px 10px 0px;
	width: 50%;
	float: left;
}
.center-box a {
	display: block;
	margin: 0px 5px;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	background: #ffffff;
	background: linear-gradient(#ffffff 65%, #e6e6e6 100%);
}
.center-box a:hover {
	border-color: #d43224;
	background: linear-gradient(#e6e6e6 65%, #cccccc 100%);
}
.center-box p {
	margin: 0px;
}
.center-box .img {
	width: 37px;
	height: 35px;
	float: left;
}
.center-box.type2 .img {
	width: 63px;
}
.center-box .txt {
	display: table-cell;
	vertical-align: middle;
	font-size: 9px;
	line-height: 11px;
	height: 35px;
	text-align: center;
	width: 600px;
	font-weight: bold;
}
#graph {
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
#graph p {
	margin: 0px auto;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #b3b3b3;
	max-width: 569px;
	padding: 10px 0px;
}
#home #sitemap {
	display: none;
}


/* 下層ページ
--------------------------------------------------------------------------------- */

/* ニュース
--------------------------------------------------------------------------------- */
.year-tab {
	margin: -22px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
	background-color: #f7f7f7;
}
.year-tab li {
	margin: 2px 0px 0px 4px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 80px;
	float: left;
	text-align: center;
}
.year-tab li.last {
	width: 100px;
}
.year-tab li a {
	display: block;
	background-color: #999999;
	color: #FFF;
	text-decoration: none;
	padding: 12px 0px;
	border-radius: 4px 4px 0px 0px;
}
.year-tab li a.on {
	background-color: #000;
}
#news .news-list,
#general .news-list,
#disclosure .news-list,
#special .news-list{
	background-color: #f7f7f7;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
#general .news-list,
#disclosure .news-list,
#special .news-list{
	margin-top: -10px;
	margin-bottom: 24px;
}
#news .ei-tab {
	padding: 10px 2px 0px 2px;
	background-color: #f7f7f7;
}
.infodate {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	background-image: url(../images/list02.png);
	background-image: url(../images/list02_ie.png)\9;
	background-position: left -2px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 0px 0px 2px 14px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eb726e;
	margin: 0px 0px 14px 0px;
}
/* アクセス
--------------------------------------------------------------------------------- */
.map-left {
}
.map-right {
}
/* キャンパスマップ
--------------------------------------------------------------------------------- */
.wrap {
	overflow: hidden;
	position: relative;
}
.max488 {
}
.map-table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	margin: 0px 0px 0px 0px;
	width: 50%;
	float: left;
}
.map-table th {
	padding: 4px 0px;
}
.map-table th span {
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	display: block;
	width: 23px;
}
.map-table th span.red {
	background-color: #d43224;
	border-radius: 4px;
}
.map-table td {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 5px 2px 4px;
	vertical-align: middle;
}
.map-table.note {
	width: auto;
	float: none;
}
#popup {
	margin: 0px -10px;
}
.popup-box {
	position: absolute;
	display: none;
	background-color: #FFF;
	z-index: 1000;
	width: 90%;
	margin-left: 5%;
}
.popup-box .inner {
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
	margin: 10px;
	padding: 10px;
	position: relative;
}
.popup-box .num {
	font-size: 15px;
	line-height: 30px;
	width: 30px;
	background-color: #d43224;
	color: #FFF;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}
.popup-box .close-top {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url(../images/window_close.png);
	background-image: url(../images/window_close_ie.png)\9;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	text-indent: -9999px;
	cursor: pointer;
}
.popup-box h3 {
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	text-align: center;
	display: table-cell;	
	vertical-align: middle;
	width: 1000px;
	padding: 0px 30px 4px 30px;
}
.popup-box .img {
	margin: 0px 0px 4px 0px;
}
.popup-box .caption {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
}
.popup-box .txt p {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height: 20px;
}
.popup-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #000;
	display: none;
	z-index: 999;
	opacity: 0.2;
}
.popup-box.type-b .inner {
	border-width: 2px;
	border-color: #7cc3f5;
}
.popup-box.type-b h3 {
	color: #0071bc;
}
/* インデックスページ
--------------------------------------------------------------------------------- */
.index-wrapper {
	overflow: hidden;
}


.index-list {
	margin: 0px 0px 19px 0px;
}
.index-list.topline ul {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
}
.index-list.topline2 ul {
	border-style: solid;
	border-width: 2px 0px 1px 0px;
	border-color: #000;
}
.index-list.right {
	text-align: left;
}
.index-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #000;
}
.index-list li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}
.index-list li a,
.index-list li span {
	color: #000;
	text-decoration: none;
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	padding: 0px 20px 0px 10px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
	font-weight: bold;
	background-image: url(../images/arrow_017.png);
	background-image: url(../images/arrow_017_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.index-list li a:hover {
	background-color: #f2f2f2;
	background-image: url(../images/arrow_018.png);
	background-image: url(../images/arrow_018_ie.png)\9;
}
.index-list li a.type-b,
.index-list li span.type-b {
	padding: 0px 10px 0px 30px;
	background-image: url(../images/arrow_033.png);
	background-image: url(../images/arrow_033_ie.png)\9;
	background-position: left center;
}
.index-list li a.type-b:hover {
	background-color: transparent;
	cursor: default;
}
.index-list li a.type-c,
.index-list li span.type-c {
	padding: 1px 10px 0px 20px;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
}
.index-list li a.type-d,
.index-list li span.type-d {
	padding: 1px 10px 0px 20px;
	font-weight: normal;
	background-image: url(../images/arrow_019.png);
	background-image: url(../images/arrow_019_ie.png)\9;
	background-position: left center;
}
.index-list li a.type-d:hover {
	background-image: url(../images/arrow_020.png);
	background-image: url(../images/arrow_020_ie.png)\9;
}
.index-list li a.type-e,
.index-list li span.type-e {
	background-image: url(../images/arrow_032.png);
	background-image: url(../images/arrow_032_ie.png)\9;
	background-position: right center;
	padding-right: 40px;
}
.index-list li a.type-e:hover {
	background-image: url(../images/arrow_051.png);
	background-image: url(../images/arrow_051_ie.png)\9;
	background-position: right center;
}
.index-list li a.type-f,
.index-list li span.type-f {
	padding: 1px 40px 0px 20px;
	background-image: url(../images/arrow_034.png);
	background-image: url(../images/arrow_034_ie.png)\9;
	background-position: right center;
	border-width: 0px 0px 1px 0px;
	font-weight: normal;
}
.index-list li a.type-g,
.index-list li span.type-g {
	padding: 1px 10px 0px 30px;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	background-image: url(../images/arrow_032.png);
	background-image: url(../images/arrow_032_ie.png)\9;
	background-position: right center;
	padding-right: 50px;
}
.index-list li a.type-g:hover {
	background-image: url(../images/arrow_051.png);
	background-image: url(../images/arrow_051_ie.png)\9;
}
.index-list li a.type-h,
.index-list li span.type-h {
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	padding: 1px 10px 0px 10px;
}
.index-list li a.type-i,
.index-list li span.type-i {
	padding: 1px 40px 0px 10px;
	background-image: url(../images/arrow_034.png);
	background-image: url(../images/arrow_034_ie.png)\9;
	background-position: right center;
	border-width: 0px 0px 1px 0px;
}
.index-list li a.type-j,
.index-list li span.type-j {
	padding: 1px 40px 0px 10px;
	background-image: url(../images/arrow_057.png);
	background-image: url(../images/arrow_057_ie.png)\9;
	background-position: right center;
}
.index-list li a.type-j:hover {
	background-image: url(../images/arrow_058.png);
	background-image: url(../images/arrow_058_ie.png)\9;
}

.index-list.object h3 {
	font-size: 16px;
	line-height: 20px;
	background-color: transparent;
	color: #000;
}
.index-list.object h3 a {
	display: block;
	padding: 10px 20px 10px 5px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/arrow_017.png);
	background-image: url(../images/arrow_017_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.index-list.object h3 a:hover {
	background-color: #d43224;
	color: #FFF;
	background-image: url(../images/arrow_016.png);
	background-image: url(../images/arrow_016_ie.png)\9;
}
.index-list.object h3 span {
	display: block;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/arrow_048.png);
	background-image: url(../images/arrow_048_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px auto;
}

.index-list.object ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #d43224;
}
.index-list.object li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}
.index-list.object li a,
.index-list.object li span {
	height: 39px;
	padding: 0px 10px 0px 34px;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	background-image: url(../images/arrow_049.png);
	background-image: url(../images/arrow_049_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px auto;
}
.index-list.object li a:hover {
	background-color: #f2f2f2;
	background-image: url(../images/arrow_050.png);
	background-image: url(../images/arrow_050_ie.png)\9;
}
.index-list.object li a.type-b,
.index-list.object li span.type-b {
	padding: 0px 10px 0px 28px;
	background-image: url(../images/arrow_033.png);
	background-image: url(../images/arrow_033_ie.png)\9;
	background-position: -5px center;
}
.index-list.object li a.type-b:hover {
	background-color: transparent;
	cursor: default;
}
.index-list.object li a.type-c,
.index-list.object li span.type-c {
	font-weight: normal;
}
.index-list.object li a.type-d,
.index-list.object li span.type-d {
	font-weight: normal;
	background-image: url(../images/arrow_019.png);
	background-image: url(../images/arrow_019_ie.png)\9;
	background-position: 8px center;
}
.index-list.object li a.type-e,
.index-list.object li span.type-e {
	background-image: url(../images/arrow_049.png), url(../images/arrow_032.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_032_ie.png)\9;
	background-position: left center, right center;
	padding-right: 50px;
}
.index-list.object li a.type-e:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_051.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_051_ie.png)\9;
}
.index-list.object li a.type-f,
.index-list.object li span.type-f {
	background-image: url(../images/arrow_049.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_034_ie.png)\9;
	background-position: left center, right center;
	font-weight: normal;
}
.index-list.object li a.type-f:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_034_ie.png)\9;
}
.index-list.object li a.type-g,
.index-list.object li span.type-g {
	font-weight: normal;
	background-image: url(../images/arrow_049.png), url(../images/arrow_032.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_032_ie.png)\9;
	background-position: left center, right center;
	padding-right: 50px;
}
.index-list.object li a.type-g:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_051.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_051_ie.png)\9;
}
.index-list.object li a.type-h,
.index-list.object li span.type-h {
	font-weight: normal;
	padding: 0px 10px 0px 46px;
	background-position: 12px center;
}
.index-list.object li a.type-i,
.index-list.object li span.type-i {
	padding: 10px 0px 10px 34px;
	font-weight: normal;
	background-image: url(../images/arrow_054.png);
	background-image: url(../images/arrow_054_ie.png)\9;
	background-position: left top;
}
.index-list.object li a.type-j,
.index-list.object li span.type-j {
	background-image: url(../images/arrow_049.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_034_ie.png)\9;
	background-position: left center, right center;
}
.index-list.object li a.type-k,
.index-list.object li span.type-k {
	background-image: url(../images/arrow_049.png), url(../images/arrow_057.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_057_ie.png)\9;
	background-position: left center, right center;
}
.index-list.object li a.type-k:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_058.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_058_ie.png)\9;
}
.index-list.object li.ml {
	margin-left: 12px;
}

.index-list.special h3 {
	font-size: 16px;
	line-height: 20px;
	background-color: transparent;
	color: #000;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000;
}
.index-list.special h3 a,
.index-list.special h3 span {
	display: block;
	padding: 10px 20px 10px 30px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/arrow_017.png), url(../images/arrow_048.png);
	background-image: url(../images/arrow_017_ie.png), url(../images/arrow_048_ie.png)\9;
	background-repeat: no-repeat, no-repeat;
	background-position: right center, left center;
	background-size: 40px auto, 40px auto;
}
.index-list.special h3 a:hover {
	background-color: #d43224;
	color: #FFF;
	background-image: url(../images/arrow_016.png), url(../images/arrow_056.png);
	background-image: url(../images/arrow_016_ie.png), url(../images/arrow_056_ie.png)\9;
}
.index-list.special h3 span {
	padding: 10px 5px 10px 30px;
	background-image: url(../images/arrow_048.png);
	background-image: url(../images/arrow_048_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px auto;
}

.index-list.special ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style: solid;
	border-width: 0px;
	border-color: #000;
}
.index-list.special li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}
.index-list.special li a,
.index-list.special li span {
	height: 39px;
	padding: 0px 10px 0px 34px;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	background-image: url(../images/arrow_049.png);
	background-image: url(../images/arrow_049_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px auto;
}
.index-list.special li a:hover {
	background-color: #f2f2f2;
	background-image: url(../images/arrow_050.png);
	background-image: url(../images/arrow_050_ie.png)\9;
}
.index-list.special li a.type-b,
.index-list.special li span.type-b {
	padding: 0px 10px 0px 28px;
	background-image: url(../images/arrow_033.png);
	background-image: url(../images/arrow_033_ie.png)\9;
	background-position: -5px center;
}
.index-list.special li a.type-b:hover {
	background-color: transparent;
	cursor: default;
}
.index-list.special li a.type-c,
.index-list.special li span.type-c {
	font-weight: normal;
}
.index-list.special li a.type-d,
.index-list.special li span.type-d {
	font-weight: normal;
	background-image: url(../images/arrow_019.png);
	background-image: url(../images/arrow_019_ie.png)\9;
	background-position: 8px center;
}
.index-list.special li a.type-e,
.index-list.special li span.type-e {
	background-image: url(../images/arrow_049.png), url(../images/arrow_032.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_032_ie.png)\9;
	background-position: left center, right center;
	padding-right: 50px;
}
.index-list.special li a.type-e:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_051.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_051_ie.png)\9;
}
.index-list.special li a.type-f,
.index-list.special li span.type-f {
	background-image: url(../images/arrow_049.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_034_ie.png)\9;
	background-position: left center, right center;
	font-weight: normal;
}
.index-list.special li a.type-f:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_034_ie.png)\9;
}
.index-list.special li a.type-g,
.index-list.special li span.type-g {
	font-weight: normal;
	background-image: url(../images/arrow_049.png), url(../images/arrow_032.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_032_ie.png)\9;
	background-position: left center, right center;
	padding-right: 50px;
}
.index-list.special li a.type-g:hover {
	background-image: url(../images/arrow_050.png), url(../images/arrow_051.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_051_ie.png)\9;
}
.index-list.special li a.type-h,
.index-list.special li span.type-h {
	font-weight: normal;
	padding: 0px 10px 0px 46px;
	background-position: 12px center;
}
.index-list.special li a.type-i,
.index-list.special li span.type-i {
	padding: 10px 0px 10px 34px;
	font-weight: normal;
	background-image: url(../images/arrow_054.png);
	background-image: url(../images/arrow_054_ie.png)\9;
	background-position: left top;
}
.index-list.special li a.type-j,
.index-list.special li span.type-j {
	background-image: url(../images/arrow_049.png), url(../images/arrow_034.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_034_ie.png)\9;
	background-position: left center, right center;
}
.index-list.special li a.type-k,
.index-list.special li span.type-k {
	padding: 0px 10px 0px 28px;
	background-image: url(../images/arrow_033.png), url(../images/arrow_017.png);
	background-image: url(../images/arrow_033_ie.png), url(../images/arrow_017.png)\9;
	background-position: -5px center, right center;
}
.index-list.special li.ml {
	margin-left: 12px;
}

.index-box {
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}
.ibox {
	margin: 10px 0px 0px 0px;
}
.ibox h4 {
	font-size: 16px;
	line-height: 18px;
	background-color: #666666;
	color: #FFF;
	padding: 9px;
}
.ibox .img {
	margin: 1px;
	overflow: hidden;
}
.ibox a {
	display: block;
	text-decoration: none;
	background-color: #666666;
	overflow: hidden;
}
.ibox a:hover h4 {
	background-color: #000;
}
.ibox a .img img {
	/*アニメーション指定*/
	 transition: 0.2s;
	 -webkit-transition-duration: 0.2s;
}
.ibox a:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.ibox-col3 .ibox h4 {
	padding: 9px 30px 9px 9px;
	background-image: url(../images/arrow_055.png);
	background-image: url(../images/arrow_055_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50px auto;
}
.index-list h3,
.index-box h3 {
	font-size: 18px;
	line-height: 20px;
	background-color: #000;
	color: #FFF;
}
.index-list h3 a,
.index-box h3 a {
	display: block;
	padding: 10px 20px 10px 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/arrow_016.png);
	background-image: url(../images/arrow_016_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.index-list h3 a:hover,
.index-box h3 a:hover {
	background-color: #d43224;
}
.index-list h3 span,
.index-box h3 span {
	display: block;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.index-list h3 a.type-b,
.index-list h3 span.type-b,
.index-box h3 a.type-b,
.index-box h3 span.type-b {
	padding: 10px 20px 10px 10px;
	background-image: url(../images/arrow_035.png);
	background-image: url(../images/arrow_035_ie.png)\9;
}
.index-list h3 a.type-c,
.index-list h3 span.type-c,
.index-box h3 a.type-c,
.index-box h3 span.type-c {
	padding: 10px 10px 10px 40px;
	background-image: url(../images/arrow_052_ie.png);
	background-image: url(../images/arrow_052_ie.png)\9;
	background-position: left center;
}
/* 在学生の方
--------------------------------------------------------------------------------- */
/* 工学部時間割、シラバス */
.timetable {
	overflow: hidden;
}
.timetable h5 {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	border-style: solid;
	border-width: 2px 0px;
	border-color: #0071bc;
	margin: 0px 0px 4px 0px;
}
.week {
	margin: 0px -1px 21px -1px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.week li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
}
.week li.last {
	width: 25%;
}
.week li a {
	display: block;
	background-color: #3fa9f5;
	color: #FFF;
	border-radius: 4px;
	margin: 0px 1px;
	text-decoration: none;
}
.week li a:hover {
	background-color: #0071bc;
}
.kouki .week li a {
	background-color: #42cfb4;
}
.kouki .week li a:hover {
	background-color: #0d7e7b;
}
.week li.zenki,
.week li.kouki {
	width: 50%;
}
.week li.kouki a {
	background-color: #42cfb4;
}
.week li.kouki a:hover {
	background-color: #0d7e7b;
}
.syllabus-link {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #000;
}
.syllabus-link li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
.syllabus-link li a {
	color: #000;
	text-decoration: none;
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	width: 1000px;
	padding: 0px 20px 0px 30px;
	font-weight: bold;
	background-image: url(../images/arrow_049.png), url(../images/arrow_032.png);
	background-image: url(../images/arrow_049_ie.png), url(../images/arrow_032_ie.png)\9;
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 40px auto, 40px auto;
}
.syllabus-link li a:hover {
	background-color: #f2f2f2;
	background-image: url(../images/arrow_050.png), url(../images/arrow_051.png);
	background-image: url(../images/arrow_050_ie.png), url(../images/arrow_051_ie.png)\9;
}
/* フロンティア有機材料システム創成フレックス大学院シラバス */
.syllabus-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #000;
}
.odd .syllabus-list {
	border-width: 0px 0px 0px 0px;
}
.syllabus-list li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
.syllabus-list li span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
.syllabus-list li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 40px 5px 5px;
	background-image: url(../images/arrow_034.png);
	background-image: url(../images/arrow_034_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px auto;
}
.syllabus-list li a:hover {
	display: block;
	color: #d43224;
	background-color: #e6e6e6;
}
/* 卒業生・一般の方
--------------------------------------------------------------------------------- */
/* 各種証明書等の申込み */
.colorbox {
	display: inline-block;
	margin: 0px 4px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #515151;
	width: 30px;
	text-indent: -9999px;
	line-height: 17px;
}
/* 採用情報 */
.document-list {
	margin: 0px 0px 40px 0px;
}
.document {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
}
.document h6 {
	font-size: 16px;
	line-height: 24px;
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0px 0px 1em;
	background-image: url(../images/list02.png);
	background-image: url(../images/list02_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	font-weight: normal;
}
.document ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.document li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: center;
}
.document li a {
	display: block;
	background-color: #e6c488;
	color: #FFF;
	text-decoration: none;
	border-radius: 2px;
}
.document li a:hover {
	background-color: #a37e39;
}
/* 学校・地域の方
--------------------------------------------------------------------------------- */
/* 旧米沢高等工業学校本館ご案内 */
.op-list {
	overflow: hidden;
	margin: 12px 0px 21px 1em;
	padding: 0px;
	list-style-type: none;
}
.op-list li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 1em;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	background-image: url(../images/list_op.png);
	background-image: url(../images/list_op_ie.png)\9;
}

/* 入学案内
--------------------------------------------------------------------------------- */
/* 重要なお知らせ */
#important.type-b {
	margin: 0px 0px 20px 0px;
}
#important.type-b .inner {
	margin: 0px;
}
#important.type-b .news-list {
	background-color: #f7f7f7;
}
/* 入試インフォメーション */
#examination-info.type-b .inner {
	margin: 0px;
}
#examination-info.type-b h2 {
	margin: 0px 0px 30px 0px;
	padding: 9px;
	font-size: 18px;
	line-height: 20px;
	border: none;
	background-color: #000;
	color: #FFF;
}
#examination-info h2 span {
	display: none;
}
/* 工学部アドミッション・ポリシー */
.img-txt-01 {
	overflow: hidden;
}
.img-txt-01 .img {
	width: 100px;
	float: left;
	margin: 5px 20px 0px 10px;
	position: relative;
}
.img-txt-01 .img img {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
.img-txt-01 .img .pdf-icon {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: -10px;
	top: -6px;
	background-image: url(../images/icon_pdf.png);
	background-image: url(../images/icon_pdf_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px auto;
}
.img-txt-01 .txt {
	overflow: hidden;
}
.img-txt-01 .txt h4 {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0px 0px 1em;
	background-image: url(../images/mark_003.png);
	background-image: url(../images/mark_003_ie.png)\9;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px auto;
}
.col-wrapper {
	overflow: hidden;
}
/* 過去の入試問題 */
.pdf-dl {
	overflow: hidden;
	margin: 0px -5px 21px -5px;
	padding: 0px;
	list-style-type: none;
}
.pdf-dl.mb {
	margin-bottom: 11px;
}
.pdf-dl li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 50%;
	float: left;
}
.pdf-dl li a {
	display: block;
	margin: 0px 5px 10px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	text-decoration: none;
	color: #000;
	background-image: url(../images/arrow_037.png), url(../images/icon_pdf.png);
	background-image: url(../images/arrow_037_ie.png), url(../images/icon_pdf_ie.png)\9;
	background-repeat: no-repeat, no-repeat;
	background-position: left center, 12px center;
	background-size: 40px auto,  28px auto;
	background-color: #FFF;
}
.pdf-dl li a:hover {
	border-color: #000;
	background-image: url(../images/arrow_038.png), url(../images/icon_pdf.png);
	background-image: url(../images/arrow_038_ie.png), url(../images/icon_pdf_ie.png)\9;
	background-color: #f2f2f2;
}
.pdf-dl li .size {
	font-size: 12px;
	font-weight: normal;
}
.pdf-dl li .txt {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	padding-left: 42px;
}
/* イベント情報 */
.page-btn {
	margin: 0px 0px 20px 0px;
	padding: 5px 5px;
	list-style-type: none;
	overflow: hidden;
	background-color: #75e0df;
}
.page-btn.bottom {
	margin-top: 40px;
}
.page-btn li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 50%;
	float: left;
	text-align: center;
}
.page-btn li a {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #0071bc;
	background-color: #FFF;
	margin: 5px 5px;
	padding: 12px 20px 12px 0px;
	text-decoration: none;
	color: #0071bc;
	background-image: url(../images/arrow_039.png);
	background-image: url(../images/arrow_039_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.page-btn li a:hover {
	background-color: #0071bc;
	color: #FFF;
	background-image: url(../images/arrow_040.png);
	background-image: url(../images/arrow_040_ie.png)\9
}
.page-btn li a.on {
	background-color: #0071bc;
	color: #FFF;
	background-image: url(../images/arrow_041.png);
	background-image: url(../images/arrow_041_ie.png)\9
}
.page-btn li a.pdf {
	background-image: url(../images/arrow_042.png);
	background-image: url(../images/arrow_042_ie.png)\9;
}
.page-btn li span {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
	width: 400px;
}
.faq-box {
	overflow: hidden;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #3fa9f5;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.faq-box h4 {
	width: 2em;
	float: left;
	color: #3fa9f5;
	margin: 0px;
	clear: left;
}
.faq-box .txt {
	overflow: hidden;
}
.faq-box .txt p {
	margin: 0px;
}
.faq-box .txt.question p {
	color: #3fa9f5;
	font-weight: bold;
}
/* フォーム */
#form-area {
	background-color: #FFF;
	border-style: solid;
	border-width: 2px;
	border-color: #3fa9f5;
	border-radius: 6px;
	margin: 0px 0px 34px 0px;
}
#form-area h4 {
	font-size: 16px;
	line-height: 18px;
	background-color: #3fa9f5;
	color: #FFF;
	padding: 9px;
	text-align: center;
}
/*#form-area form {
	margin: 0px auto;
	padding: 10px;
	max-width: 440px;
}
#form-area form.type2 {
	max-width: 584px;
}*/

.form-inner {
	margin: 0px auto;
	padding: 10px;
	max-width: 440px;
}
.form-inner.type2 {
	max-width: 584px;
}


#form-area h5 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0.8em;
	background-image: url(../images/list03.png);
	background-image: url(../images/list03_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 24px auto;
}
#form-area h5 span {
	color: #d43224;
}
#form-area h5.deadline {
	font-size: 20px;
	line-height: 22px;
	margin: 0px 0px 16px 0px;
	background-image: url(../images/list04.png);
	background-image: url(../images/list04_ie.png)\9;
}
#form-area .note {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 5px 1em;
}
#form-area #number span {
	font-size: 87.5%;
}
#form-area input,
#form-area textarea {
	padding: 4px;
	background-color: #fffcfc;
	border-style: solid;
	border-width: 1px;
	border-color: #4d4d4d;
	margin-bottom: 2px;
}
#form-area select {
    font-size: 87.5%;
    margin: 0px 2px 6px 0px;
    padding: 0px 4px;
	border-color: #4d4d4d;
    border-style: solid;
    border-width: 1px;
	border-radius: 6px;
	vertical-align: middle;
	height: 30px;
	background-color: #FFF;
}
#form-area .input,
#form-area .textarea {
	font-size: 18px;
	line-height: 20px;
}
#form-area .check-txt,
#form-area .err-txt {
	font-size: 18px;
	line-height: 20px;
}
#form-area .err-txt {
	color: #d43224;
}
.tipped {
    color: #999999;
}
.text01 {
	width: 95%;
	max-width: 440px;
}
.text02 {
	width: 1.5em;
}
.text03 {
	width: 95%;
	height: 3.5em;
}

#date {
	font-weight: bold;
	margin-left: 0.7em;
}
.submit {
	margin: 20px 0px;
	text-align: center;
}
#form-area .submitBtn {
	background: none;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	width: 240px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	border-style: solid;
	border-width: 1px;
	border-color: #4d4d4d;
	border-radius: 4px;
	cursor: pointer;
}
#form-area .submitBtn:hover {
	background-color: #d43224;
	color: #FFF;
	border-color: #d43224;
}
/* 研究室・施設見学・出張講義・実験教室 */
.btn01,
.btn02 {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}
.btn01 a,
.btn02 a {
	display: inline-block;
	color: #0071bc;
	background-color: #FFF;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	border-color: #0071bc;
	border-radius: 4px;
	padding: 10px 30px;
	background-image: url(../images/arrow_043.png);
	background-image: url(../images/arrow_043_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.btn01 a:hover,
.btn02 a:hover {
	color: #FFF;
	background-color: #0071bc;
	border-width: 1px 1px 1px 1px;
	border-color: #0071bc;
	background-image: url(../images/arrow_044.png);
	background-image: url(../images/arrow_044_ie.png)\9;
	margin-top: 2px;
}
.btn02 a {
	background-image: url(../images/arrow_046.png);
	background-image: url(../images/arrow_046_ie.png)\9;
	background-position: left center;
}
.btn02 a:hover {
	background-image: url(../images/arrow_047.png);
	background-image: url(../images/arrow_047_ie.png)\9;
}


/* 工学部概要
--------------------------------------------------------------------------------- */
/* 沿革 */
.history-table {
	width: auto;
	margin: 0px 0px 24px 0px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
}
.history-table th {
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	padding: 7px 20px 7px 0px;
}
.history-table td {
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	padding: 7px 0px 0px 0px;
}
.history-table th p,
.history-table td p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 7px;
}
.history-table th p.nbm,
.history-table td p.nbm {
	margin-bottom: 0px;
}
.history-table th ul,
.history-table td ul {
	margin: 0px 0px 7px 1.2em;
	padding: 0px;
}
.history-table th li,
.history-table td li {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
}
/* 組織 */
.organization-box {
	overflow: hidden;
	margin: -24px auto 24px auto;
	width: 556px;
}
.organization-a {
	overflow: hidden;
	width: 198px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.organization-b {
	width: 348px;
	overflow: hidden;
}
.organization-box h4 {
	font-size: 14px;
	line-height: 16px;
	background-color: #f18881;
	color: #FFF;
	padding: 6px 6px 6px 6px;
	margin: 24px 0px 0px 0px;
}
.organization-box h5 {
	font-size: 12px;
	line-height: 14px;
	background-color: #c7efed;
	padding: 5px 6px 5px 6px;
	margin: 6px 0px 0px 0px;
}
.organization-box h5.color {
	background-color: #f3e0d3;
	text-align: center;
}
.organization-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.organization-box li {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0px 5px 20px;
	background-image: url(../images/list01.png);
	background-image: url(../images/list01_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 6px 0px;
	background-size: 24px auto;
}
.organization-box p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.organization-box .col-wrap {
	overflow: hidden;
	margin-right: -8px;
}
.organization-box .col {
	width: 170px;
	float: left;
	margin: 0px 8px 0px 0px;
}
/* 関連リンク
--------------------------------------------------------------------------------- */
.td-none li a {
	color: #000;
	text-decoration: none;
}
.td-none li a:hover {
	color: #a37e39;
	text-decoration: underline;
}
/* Special Contents
--------------------------------------------------------------------------------- */
/* ビデオライブラリー */
.video-wrapper {
	overflow: hidden;
}
.video-box {
	overflow: hidden;
	margin: 0px 0px 24px 0px;
}
.video-box a {
	text-decoration: none;
}
.video-box h4 {
	font-size: 16px;
	line-height: 20px;
	background-color: #eb726e;
	color: #FFF;
	padding: 6px;
}
.video-box .img {
	overflow: hidden;
	margin: 0px;
	position: relative;
}
.video-box .img img {
	max-width: none;
	width: 100%;
}
.video-box a .img img {
	/*アニメーション指定*/
	 transition: 0.2s;
	 -webkit-transition-duration: 0.2s;
}
.video-box a:hover .img img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}
.video-box .play {
	width: 100%;
	height: 300px;
	position: absolute;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	text-indent: -9999px;
	z-index: 99;
}
#cboxOverlay {
	background-color: #000 !important;
	opacity: 0.7 !important;
	background-image: none !important;
}
#cboxTopLeft {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxTopCenter {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxTopRight {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxMiddleLeft {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxMiddleRight {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxBottomLeft {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxBottomCenter {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxBottomRight {
    background-image: none !important;
	background-color: #FFF !important;
}
#cboxContent {
	position: relative !important;
}
#cboxLoadedContent {
	padding-top: 40px;
}
#cboxTitle {
	position: absolute !important;
	top: 0px !important;
	bottom: auto !important;
	height: 100px !important;
	color: #000 !important;
	font-weight: bold;
	font-size: 14px !important;
	line-height: 16px !important;
	padding: 0px 30px !important;
	width: 70% !important;
}
#cboxClose {
	top: 0px !important;
    bottom: auto !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
	background-image: url(../images/window_close.png) !important;
	background-image: url(../images/window_close_ie.png)\9 !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 30px auto !important;
}
#cboxLoadedContent {
    margin-bottom: 0px !important;
}
/* サイトマップ
--------------------------------------------------------------------------------- */
#site_map .sitemap-nav li a {
	background-image: url(../images/list_op.png);
	background-image: url(../images/list_op_ie.png)\9;
	background-size: 24px auto;
	background-position: left center;
	padding-left: 1em;
	color: #000;text-decoration: underline;
}
#site_map .sitemap-nav li a:hover {
	color: #a37e39;
}
#site_map #title {
    margin: 0px;
}
#site_map #main {
    margin: 0px;
}
#site_map #sitemap {
    background-color: #FFF;
    color: #000;
}
/* スタイル一覧
--------------------------------------------------------------------------------- */
.style {
    background-color: #e0e0e0;
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0 10px;
    padding: 8px 10px;
}
.style-list #main {
	max-width: 744px;
	margin: 0px auto;
}

/* 共通
--------------------------------------------------------------------------------- */
/* パンくず */
.tp-wrap {
	background-color: #FFF;
	overflow: hidden;
}
#topicpath {
	margin: 7px 10px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	font-size: 0px;
}
#topicpath li {
	font-size: 10px;
	line-height: 16px;
	margin: 0px 0.3em 0px 0px;
	display: inline;
}
#topicpath li a {
	color: #a37e39;
}
#topicpath li a:hover {
	color: #d43224;
}
#topicpath .tphome a {
	display: block;
	background-image: url(../images/topicpath.png);
	background-image: url(../images/topicpath_ie.png)\9;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	text-indent: -9999px;
	width: 18px;
	height: 16px;
	float: left;
	margin: 0px 0.5em 0px 0px;
}
/* タイトル */
#title {
	overflow: hidden;
	position: relative;
	margin: 0px 0px 20px 0px;
}
#title .txt {
	position: absolute;
	color: #FFF;
	background-color: #d43224;
	width: 100%;
	bottom: 0px;
	padding: 4px 0px;
	background: rgba(212,50,36,0.8);
	min-height: 56px;
}
#title p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 10px;
	font-weight: bold;
}
#title p.parent {
	min-height: 16px;
}
#title h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 10px;
}
#title .img {
	margin: 0px;
	overflow: hidden;
	height: 180px;
	position: relative;
}
#title .img img {
	max-width: none;
	width: 680px;
	height: auto;
	left: 50%;
	position: absolute;
	margin-left: -340px;
}
#title.type2 .img img,
.title-type2 #title .img img {
	width: 1200px;
	margin-left: -600px;
}
/* ラッパー */
.contents-wrap {
	margin: 0px 10px;
}
/* メイン */
#main {
	margin: 0px 0px 40px 0px;
}
/* サイド */
#side {
	margin: 0px 0px 40px 0px;
}
#side h3 {
	font-size: 16px;
	line-height: 18px;
	background-color: #000;
	color: #FFF;
}
#side h3 a,
#side h3 span {
	color: #FFF;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	width: 744px;
}
#side h3 a {
	background-image: url(../images/arrow_027.png);
	background-image: url(../images/arrow_027_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
#side h3 a:hover {
	background-color: #d43224;
}
.no-side #side {
	display: none;
}
/* 全文表示 */
.more-btn {
	margin: 0px 0px 24px 0px;
	padding: 12px 40px 12px 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	background-color: #b3b3b3;
	color: #FFF;
	cursor: pointer;
	background-image: url(../images/arrow_021.png);
	background-image: url(../images/arrow_021_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px auto;
}
.more-btn.on {
	background-image: url(../images/arrow_022.png);
	background-image: url(../images/arrow_022_ie.png)\9;
}
.more-area {
	/*display: none;*/
}
.more-table {
	/*display: none;*/
}
.more-table .history-table {
	margin-top: -24px;
}

/* 見出し */
.m01 {
	font-size: 18px;
	line-height: 20px;
	background-color: #000;
	color: #FFF;
	padding: 9px 10px;
	margin: 0px 0px 20px 0px;
}
.m02 {
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 6px 16px;
	margin: 0px 0px 16px 0px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #d43224;
	background-image: url(../images/mark_001.png);
	background-image: url(../images/mark_001_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 18px auto;
	position: relative;
	clear: both;
}
.m02 span {
	display: block;
	margin-left: 1em;
}
.m02 .right-txt {
	font-weight: normal;
	font-size: 12px;
	display: inline;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 5px;
}
.m03 {
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 14px 1em;
}
.m04 {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 8px;
	margin: 0px 0px 6px 0px;
	background-color: #eb726e;
	color: #FFF;
}
.m05 {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 0px 0px 1em;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/mark_002.png);
	background-image: url(../images/mark_002_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 24px auto;
}
.m06 {
	font-size: 16px;
	line-height: 18px;
	padding: 7px 10px;
	margin: 0px 0px 16px 0px;
	background-color: #808080;
	color: #FFF;
	border-radius: 32px;
}
.m07 {
	font-size: 16px;
	line-height: 18px;
	padding: 9px;
	margin: 0px 0px 6px 0px;
	background-color: #eb726e;
	color: #FFF;
	clear: both;
}
.m07 span {
	font-size: 14px;
	display: block;
}
.m08 {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0px 0px 1em;
	background-image: url(../images/mark_003.png);
	background-image: url(../images/mark_003_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
}
.m09 {
	font-size: 14px;
	line-height: 21px;
	margin: 0px 0px 0px 1em;
}
.m10 {
	font-size: 14px;
	line-height: 21px;
}
.m11 {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0px 0px 1em;
	margin: 0px 0px 6px 0px;
	background-image: url(../images/mark_003.png);
	background-image: url(../images/mark_003_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #eb726e;
}
.m12 {
	font-size: 16px;
	line-height: 18px;
	padding: 6px 10px;
	margin: 0px 0px 5px 0px;
	background-color: #eb726e;
	color: #FFF;
	border-radius: 6px 6px 0px 0px;
}
.m13 {
	font-size: 14px;
	line-height: 16px;
	padding: 6px 10px;
	margin: 40px 0px 5px 0px;
	background-color: #000;
	color: #FFF;
}
.m14 {
	font-size: 16px;
	line-height: 18px;
	padding: 9px 10px;
	margin: 0px 0px 16px 0px;
	background-color: #0071bc;
	color: #FFF;
}
.m15 {
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 4px 24px;
	margin: 0px 0px 16px 0px;
	color: #0071bc;
	background-image: url(../images/mark_004.png);
	background-image: url(../images/mark_004_ie.png)\9;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	background-size: 20px auto;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #0071bc;
}
.m16 {
	font-size: 20px;
	line-height: 22px;
	padding: 9px;
	margin: 0px 0px 21px 0px;
	color: #FFF;
	background-color: #0071bc;
	background-image: url(../images/mark_005.png);
	background-image: url(../images/mark_005_ie.png)\9;
	background-repeat: repeat;
	background-position: 0px 0px;
	background-size: 72px auto;
}
.m17 {
	font-size: 16px;
	line-height: 18px;
	padding: 7px;
	margin: 0px 0px 10px 0px;
	color: #FFF;
	background-color: #3fa9f5;
	border-radius: 6px;
}
.m18 {
	font-size: 14px;
	line-height: 21px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #eb726e;
}
.m19 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px;
}
.m20 {
	font-size: 16px;
	line-height: 18px;
	background-color: #e6e6e6;
	border-radius: 16px;
	padding: 7px 12px;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.m21 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 12px;
}
/* リスト */
.list01,
.list01-2,
.list01-3,
.list01-4,
.list02,
.list02-2,
.list02-3,
.list02-4,
.list03,
.list03-2,
.list03-3,
.list03-4,
.list04,
.list04-2,
.list04-3,
.list04-4,
.list05,
.list05-2,
.list05-3,
.list05-4,
.list06,
.list06-2,
.list06-3,
.list06-4,
.list07,
.list07-2,
.list07-3,
.list07-4,
.list-kome,
.list-kome-2,
.list-kome-3,
.list-kome-4 {
	overflow: hidden;
	margin: 0px 0px 21px 0px;
	padding: 0px;
	list-style-type: none;
}
.list01 li,
.list01-2 li,
.list01-3 li,
.list01-4 li,
.list02 li,
.list02-2 li,
.list02-3 li,
.list02-4 li,
.list03 li,
.list03-2 li,
.list03-3 li,
.list03-4 li,
.list04 li,
.list04-2 li,
.list04-3 li,
.list04-4 li,
.list05 li,
.list05-2 li,
.list05-3 li,
.list05-4 li,
.list06 li,
.list06-2 li,
.list06-3 li,
.list06-4 li,
.list07 li,
.list07-2 li,
.list07-3 li,
.list07-4 li,
.list-kome li,
.list-kome-2 li,
.list-kome-3 li,
.list-kome-4 li {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
}
.list01 li,
.list01-2 li,
.list01-3 li,
.list01-4 li {
	background-image: url(../images/list01.png);
	background-image: url(../images/list01_ie.png)\9;
}
.list02 li,
.list02-2 li,
.list02-3 li,
.list02-4 li {
	background-image: url(../images/list02.png);
	background-image: url(../images/list02_ie.png)\9;
}
.list03 li,
.list03-2 li,
.list03-3 li,
.list03-4 li {
	background-image: url(../images/list03.png);
	background-image: url(../images/list03_ie.png)\9;
}
.list04 li,
.list04-2 li,
.list04-3 li,
.list04-4 li {
	background-image: url(../images/list04.png);
	background-image: url(../images/list04_ie.png)\9;
}
.list05 li,
.list05-2 li,
.list05-3 li,
.list05-4 li {
	background-image: url(../images/list05.png);
	background-image: url(../images/list05_ie.png)\9;
}
.list05 li a,
.list05-2 li a,
.list05-3 li a,
.list05-4 li a {
	color: #1a9af5;
}
.list06 li,
.list06-2 li,
.list06-3 li,
.list06-4 li {
	background-image: url(../images/list06.png);
	background-image: url(../images/list06_ie.png)\9;
}
.list07 li,
.list07-2 li,
.list07-3 li,
.list07-4 li {
	background-image: url(../images/list07.png);
	background-image: url(../images/list07_ie.png)\9;
}
.list-kome li,
.list-kome-2 li,
.list-kome-3 li,
.list-kome-4 li {
	background-image: url(../images/list_kome.png);
	background-image: url(../images/list_kome_ie.png)\9;
}
.list01.mb li,
.list01-2.mb li,
.list01-3.mb li,
.list01-4.mb li,
.list02.mb li,
.list02-2.mb li,
.list02-3.mb li,
.list02-4.mb li,
.list03.mb li,
.list03-2.mb li,
.list03-3.mb li,
.list03-4.mb li,
.list04.mb li,
.list04-2.mb li,
.list04-3.mb li,
.list04-4.mb li,
.list05.mb li,
.list05-2.mb li,
.list05-3.mb li,
.list05-4.mb li,
.list06.mb li,
.list06-2.mb li,
.list06-3.mb li,
.list06-4.mb li,
.list07.mb li,
.list07-2.mb li,
.list07-3.mb li,
.list07-4.mb li {
	margin-bottom: 12px;
}
.list01.pdf li,
.list01-2.pdf li,
.list01-3.pdf li,
.list01-4.pdf li,
.list02.pdf li,
.list02-2.pdf li,
.list02-3.pdf li,
.list02-4.pdf li,
.list03.pdf li,
.list03-2.pdf li,
.list03-3.pdf li,
.list03-4.pdf li,
.list04.pdf li,
.list04-2.pdf li,
.list04-3.pdf li,
.list04-4.pdf li,
.list05.pdf li,
.list05-2.pdf li,
.list05-3.pdf li,
.list05-4.pdf li,
.list06.pdf li,
.list06-2.pdf li,
.list06-3.pdf li,
.list06-4.pdf li,
.list07.pdf li,
.list07-2.pdf li,
.list07-3.pdf li,
.list07-4.pdf li {
	background-position: 0px 4px;
}
.list01.pdf li a,
.list01-2.pdf li a,
.list01-3.pdf li a,
.list01-4.pdf li a,
.list02.pdf li a,
.list02-2.pdf li a,
.list02-3.pdf li a,
.list02-4.pdf li a,
.list03.pdf li a,
.list03-2.pdf li a,
.list03-3.pdf li a,
.list03-4.pdf li a,
.list04.pdf li a,
.list04-2.pdf li a,
.list04-3.pdf li a,
.list04-4.pdf li a,
.list05.pdf li a,
.list05-2.pdf li a,
.list05-3.pdf li a,
.list05-4.pdf li a,
.list06.pdf li a,
.list06-2.pdf li a,
.list06-3.pdf li a,
.list06-4.pdf li a,
.list07.pdf li a,
.list07-2.pdf li a,
.list07-3.pdf li a,
.list07-4.pdf li a {
	display: inline-block;
	padding: 6px 30px 6px 0px;
	background-image: url(../images/icon_pdf2.png);
	background-image: url(../images/icon_pdf2_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30px auto;
}
.list01.out li a,
.list01-2.out li a,
.list01-3.out li a,
.list01-4.out li a,
.list02.out li a,
.list02-2.out li a,
.list02-3.out li a,
.list02-4.out li a,
.list03.out li a,
.list03-2.out li a,
.list03-3.out li a,
.list03-4.out li a,
.list04.out li a,
.list04-2.out li a,
.list04-3.out li a,
.list04-4.out li a,
.list05.out li a,
.list05-2.out li a,
.list05-3.out li a,
.list05-4.out li a,
.list06.out li a,
.list06-2.out li a,
.list06-3.out li a,
.list06-4.out li a,
.list07.out li a,
.list07-2.out li a,
.list07-3.out li a,
.list07-4.out li a{
	padding: 0px 34px 0px 0px;
	background-image: url(../images/icon_out.png);
	background-image: url(../images/icon_out_ie.png)\9;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px auto;
}
.list01-2,
.list02-2,
.list03-2,
.list04-2,
.list05-2,
.list06-2,
.list07-2,
.list-kome-2 {
	margin: 0px 0px 0px 0px;
}
.list01-3,
.list02-3,
.list03-3,
.list04-3,
.list05-3,
.list06-3,
.list07-3,
.list-kome-3 {
	margin: 0px 0px 21px 1em;
}
.list01-4,
.list02-4,
.list03-4,
.list04-4,
.list05-4,
.list06-4,
.list07-4,
.list-kome-4 {
	margin: 0px 0px 0px 1em;
}
.list-num,
.list-num-2,
.list-num-3,
.list-num-4 {
	overflow: hidden;
	margin: 0px 0px 21px 0px;
	padding: 0px;
	list-style-type: decimal;
}
.list-num li,
.list-num-2 li,
.list-num-3 li,
.list-num-4 li {
	margin: 0px 0px 0px 1.5em;
	padding: 0px 0px 0px 0px;
}
.list-num-2 {
	margin: 0px 0px 0px 0px;
}
.list-num-3 {
	margin: 0px 0px 21px 1em;
}
.list-num-4 {
	margin: 0px 0px 0px 1em;
}
.list-etc1em,
.list-etc1em-2,
.list-etc1em-3,
.list-etc1em-4,
.list-etc2em,
.list-etc2em-2,
.list-etc2em-3,
.list-etc2em-4,
.list-etc3em,
.list-etc3em-2,
.list-etc3em-3,
.list-etc3em-4 {
	overflow: hidden;
	margin: 0px 0px 21px 0px;
	padding: 0px;
	list-style-type: none;
}
.list-etc1em li,
.list-etc1em-2 li,
.list-etc1em-3 li,
.list-etc1em-4 li {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 0px;
}
.list-etc2em li,
.list-etc2em-2 li,
.list-etc2em-3 li,
.list-etc2em-4 li {
	text-indent: -2em;
	margin: 0px 0px 0px 2em;
	padding: 0px 0px 0px 0px;
}
.list-etc3em li,
.list-etc3em-2 li,
.list-etc3em-3 li,
.list-etc3em-4 li {
	text-indent: -3em;
	margin: 0px 0px 0px 3em;
	padding: 0px 0px 0px 0px;
}
.list-etc1em-2,
.list-etc2em-2,
.list-etc3em-2 {
	margin: 0px 0px 0px 0px;
}
.list-etc1em-3,
.list-etc2em-3,
.list-etc3em-3 {
	margin: 0px 0px 21px 1em;
}
.list-etc1em-4,
.list-etc2em-4,
.list-etc3em-4 {
	margin: 0px 0px 0px 1em;
}
.list-pdf {
	margin: 0px 0px 21px 0px;
	padding: 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #b3b3b3;
	list-style-type: none;
}
.list-pdf li {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #b3b3b3;
}
.list-pdf li a {
	display: block;
	padding: 6px 50px 6px 16px;
	min-height: 3em;
	vertical-align: middle;
	background-image: url(../images/list02.png), url(../images/icon_pdf_l.png);
	background-image: url(../images/list02_ie.png), url(../images/icon_pdf_l_ie.png)\9;
	background-repeat: no-repeat, no-repeat;
	background-position: 0px 4px, right center;
	background-size: 24px auto, 50px auto;
}
.list-program {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.list-program li {
	margin: 0px;
	padding: 0px 60px 0px 1em;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	background-image: url(../images/list07.png);
	background-image: url(../images/list07_ie.png)\9;
	white-space: nowrap;
}
.list-program-link {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.list-program-link li {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	float: left;
}
.list-program-link li a {
	display: block;
	padding: 0px 0px 0px 1em;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-size: 24px auto;
	background-image: url(../images/list06.png);
	background-image: url(../images/list06_ie.png)\9;
	white-space: nowrap;
}

.dlist01 {
	overflow: hidden;
	margin: 0px 0px 21px 0px;
	padding: 0px;
}
.dlist01 dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	float: left;
	clear: left;
	width: 7em;
}
.dlist01 dd {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	font-weight: bold;
	overflow: hidden;
	text-indent: -1em;
}
.word li a {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 26px auto;
	background-image: url(../images/icon_word.png);
	background-image: url(../images/icon_word_ie.png)\9;
	white-space: nowrap;
	display: inline-block;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* テーブル */
.basic {
	margin-bottom: 21px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #000;
}
.basic th,
.basic td {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #000;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}
.basic th {
	text-align: center;
	background-color: #f7f7f7;
}
.basic.width-auto {
	width: auto;
}
.basic.center th,
.basic.center td {
	text-align: center;
}
.bg00,
.basic th.bg00 {
	background-color: transparent;	
}
.bg01,
.basic th.bg01 {
	background-color: #f7f7f7;	
}
.bg02,
.basic th.bg02 {
	background-color: #fefeeb;	
}
.bg03,
.basic th.bg03 {
	background-color: #fff;	
}
.bg04,
.basic th.bg04 {
	background-color: #bfbfbf;	
}
.bg05,
.basic th.bg05 {
	background-color: #fffab6;	
}
.bg06,
.basic th.bg06 {
	background-color: #cfeeed;	
}
th.left,
td.left,
.basic.center th.left,
.basic.center td.left {
	text-align: left;
}
th.right,
td.right,
.basic.center th.right,
.basic.center td.right {
	text-align: right;
}
th.center,
td.center {
	text-align: center;
}
/* 改行 */
.sp {
}
.sptab {
}
.tab {
	display: none;
}
.tabpc {
	display: none;
}
.pc {
	display: none;
}
/* イメージ */
.fix img {
	width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img-box {
	overflow: hidden;
	margin: 0px 0px 11px 0px;
}
.img-box col {
	margin: 0px 0px 10px 0px;
}
.img-box .img {
	margin: 0px 0px 4px 0px;
	text-align: center;
}
.img-box .caption {
	font-size: 12px;
	line-height: 18px;
}
.img-box.wid-center .img {
	text-align: center;
}
.img-box.wid-center .img img {
	max-width: 612px;
}
/* スクロール */
.scroll {
	overflow-x: auto;
}
.scroll .img {
	margin: 0px;
}
.scroll .img img {
	min-width: 744px;
}
.scroll .img-box {
	min-width: 744px;
}
.scroll table {
	min-width: 744px;
}
.scroll-txt {
	width: 230px;
	margin: 0px 0px 6px 0px;
}
/* リンク */
.arrow {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 1em;
	background-repeat: no-repeat;
	background-position: -16px center;
	background-size: 50px auto;
	background-image: url(../images/arrow_049.png);
	background-image: url(../images/arrow_049_ie.png)\9;
}
/* 太さ */
.bold {
	font-weight: bold;
}
/* 大きさ */
.small {
	font-size: 14px;
}
/* 色 */
.color01 {
	color: #d43224;
}
/* 幅*/
.w1em {
	width: 1em;
}
.w2em {
	width: 2em;
}
.w3em {
	width: 3em;
}
.w4em {
	width: 4em;
}
.w5em {
	width: 5em;
}
.w6em {
	width: 6em;
}
.w7em {
	width: 7em;
}
.w8em {
	width: 8em;
}
.w9em {
	width: 9em;
}
.w10em {
	width: 10em;
}
.w11em {
	width: 11em;
}
.w12em {
	width: 12em;
}
.w13em {
	width: 13em;
}
.w14em {
	width: 14em;
}
.w15em {
	width: 15em;
}
.w16em {
	width: 16em;
}
.w17em {
	width: 17em;
}
.w18em {
	width: 18em;
}
.w19em {
	width: 19em;
}
.w20em {
	width: 20em;
}
/* 高さ */
.h1em {
	height: 1em;
}
.h2em {
	height: 2em;
}
.h2-5em {
	height: 2.5em;
}
.h3em {
	height: 3em;
}
/* ライン */
.line01 {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #3fa9f5;
}
/* クリア */
.clear {
	clear: both;
}
/* フロート */
.of {
	overflow: hidden;
}
.fl {
	float: left;
	clear: left;
}
.fr {
	float: right;
	clear: right;
}
/* 文字揃え */
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* インデント */
.ind {
	text-indent: 1em;
}
/* マージン */
.nbm {
	margin-bottom: 0px;
}
.ntm {
	margin-top: 0px;
}
.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml3em {
	margin-left: 3em;
}
.ml4em {
	margin-left: 4em;
}
.ml5em {
	margin-left: 5em;
}

.ml1emnbm {
	margin-left: 1em;
	margin-bottom: 0px;
}
.ml2emnbm {
	margin-left: 2em;
	margin-bottom: 0px;
}
.ml3emnbm {
	margin-left: 3em;
	margin-bottom: 0px;
}
.ml4emnbm {
	margin-left: 4em;
	margin-bottom: 0px;
}
.ml5emnbm {
	margin-left: 5em;
	margin-bottom: 0px;
}

.im1em {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
.im2em {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
}
.im3em {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
}
.im4em {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
}
.im1emnbm {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-bottom: 0px;
}
.im2emnbm {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-bottom: 0px;
}
.im3emnbm {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
	margin-bottom: 0px;
}
.im4emnbm {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb21 {
	margin-bottom: 21px;
}
.mb24 {
	margin-bottom: 24px;
}

/* media
--------------------------------------------------------------------------------- */

/*
--------------------------------------------------------------------------------- スマホ横：480（iPhone4） */
@media all and (min-width:480px){
/* ホーム
--------------------------------------------------------------------------------- */
.topics-box .txt {
	height: 4em;
}
/* インデックスページ
--------------------------------------------------------------------------------- */
.ibox-wrap {
	margin: 0px -5px;
}
.ibox {
	width: 50%;
	float: left;
	margin: 10px 0px 0px 0px;
}
.ibox a {
	margin: 0px 5px;
}
.ibox-col3 .ibox h4 {
font-size: 14px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 600px;
	padding: 0px 30px 0px 9px;
}
}

/*
--------------------------------------------------------------------------------- スマホ横：568（iPhone5） */
@media all and (min-width:568px){
/* タイトル */
#title .img img {
	width: 768px;
	margin-left: -384px;
}
/* 学校・地域の方
--------------------------------------------------------------------------------- */
/* 旧米沢高等工業学校本館ご案内 */
.col-wrapper.col3 {
	margin: 0px -1%;
}
.col-wrapper.col3 .col {
	width: 31.33%;
	float: left;
	margin: 0px 1%;
}
}

/*
--------------------------------------------------------------------------------- タブレット：768（iPad縦） */
@media all and (min-width:768px){
/* ホーム
--------------------------------------------------------------------------------- */
/* スライドショー */
/* スライドショー */
#slide {
	background-color: transparent;
	padding-bottom: 0px;
}
#slidesp {
	display: none;
}
#slidepc {
	display: block;
}
.flex-control-nav {
    bottom: 10px !important;
}
.flex-control-paging li a {
  width: 16px !important;
  height: 16px !important;
}
/* 重要なお知らせ */
#important .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#important h2 {
	font-size: 20px;
	line-height: 40px;
}
/* お知らせリスト */
.news-list li {
	margin: 4px 5px 4px 5px;
	padding: 0px 5px 5px 5px;
}	
.news-list li .date {
	display: block;
	float: left;
}
.newspaper .news-list li .date {
	display: none;
}
.news-list li .title {
	display: block;
	overflow: hidden;
	clear: none;
}
.news-list li .category {
	float: left;
	width: 7em;
}
.news-list li .category.c001-001,
.news-list li .category.c001-002,
.news-list li .category.c001-003,
.news-list li .category.c001-004,
.news-list li .category.c001-005,
.news-list li .category.c001-006,
.news-list li .category.c001-007,
.news-list li .category.c001-008,
.news-list li .category.c001-009,
.news-list li .category.c001-010{
	width: 6em;
}
/* トピックス */
#topics .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#topics h2 {
	font-size: 20px;
}
.topics-wrap {
	margin: 0px -4px;
}
.topics-box {
	width: 180px;
	margin: 0px 4px;
}
.topics-box a {
	margin: 0px;
}
.topics-box p {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
}
.topics-box .img {
	overflow: hidden;
	height: 124px;
}
.topics-box .txt {
	height: 5.6em;
}
.topics-box .date {
	font-size: 12px;
	line-height: 18px;
	bottom: 0px;
}
/* 入試インフォメーション */
#examination-info .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#examination-info h2 {
	font-size: 20px;
}
#examination-info h2 span {
	font-size: 14px;
}
#ei-list {
	width: 556px;
	float: left;
}
.ei-tab li {
	font-size: 16px;
	line-height: 18px;
	width: 33.33%;
}
.ei-tab li#tab-ei-001 {
	width: 25%;
}
.ei-tab li#tab-ei-002 {
	width: 30%;
}
.ei-tab li#tab-ei-003 {
	width: 45%;
}
.ei-sub-tab li {
	width: 11.6%;
}
.ei-sub-tab li#tab-ei-sub-001-004,
.ei-sub-tab li#tab-ei-sub-001-005,
.ei-sub-tab li#tab-ei-sub-001-006 {
	width: 14%;
}
.go-list {
	font-size: 15px;
	line-height: 18px;
	text-align: right;
}
.go-list .tabpc {
	display: inline;
}
.go-list a {
	padding: 11px 20px 11px 6px;
}
#ei-banner {
	margin: -20px 0px 0px 0px;
	width: 180px;
	float: right;
}
.ei-banner-box {
	width: 100%;
	float: none;
}
.ei-banner-box a {
	margin: 0px;
}
.ei-banner-box .img {
	overflow: hidden;
	margin: 0px;
}
.ei-banner-box .txt {

}
/* 学部紹介 */
#department-intro .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#department-intro h2 {
	font-size: 20px;
}
.di-wrap {
	overflow: hidden;
	margin: 0px -9px 0px 0px;
}
.di-box {
	width: 242px;
	margin: 0px 9px 9px 0px;
}
.di-box a {
	margin: 0px;
}
.di-box .img {
	height: 101px;
}
.di-box .txt {
	font-size: 14px;
	line-height: 24px;
}
/* お知らせ */
#home-news .inner {
	width: 744px;
	margin: 0px auto 20px auto;
}
#home-news h2 {
	font-size: 20px;
}
#home-news-news {
	width: 368px;
	float: left;
}
#home-news-letter {
	width: 368px;
	float: right;
}
/* バナー */
#home-banner .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#home-banner ul {
	margin: 0px -8px 0px 0px;
}
#home-banner li {
	margin: 0px 8px 0px 0px;
	width: 142px;
}
#home-banner li a {
	margin: 0px;
}
#home-banner li img {
	width: 114px;
}
/* ホーム下部 */
#home-bottom {
	background-size: 1920px auto;
}
#home-bottom .inner {
	width: 744px;
	margin: 20px auto 20px auto;
}
#home-bottom ul {
	margin: 0px -6px 20px 0px;
}
#home-bottom li {
	margin: 0px 6px 0px 0px;
	padding: 0px;
	width: 143px;
}
#home-bottom li a {
	margin: 0px;
}
.center-wrap {
	margin: 0px -8px 20px 0px;
}
.center-box {
	margin: 0px 8px 8px 0px;
	width: 180px;
}
.center-box a {
	margin: 0px;
}
.center-box .img {
	width: 46px;
	height: 43px;
}
.center-box.type2 .img {
	width: 77px;
}
.center-box .txt {
	font-size: 11px;
	line-height: 13px;
	height: 43px;
}
#graph {
	margin: 100px 0px 0px 0px;
}
/* 下層ページ
--------------------------------------------------------------------------------- */
/* ニュース
--------------------------------------------------------------------------------- */
.year-tab li {
	margin: 0px 0px 0px 4px;
	padding: 0px;
	font-size: 18px;
	line-height: 22px;
	width: 100px;
}
.year-tab li.last {
	width: 120px;
}
.year-tab li a {
	padding: 9px 0px;
}
/* アクセス
--------------------------------------------------------------------------------- */
.img-box.map-left {
	width: 400px;
	float: left;
	margin: 0px 24px 24px 0px;
}
.img-box.map-right {
	width: 300px;
	float: right;
	margin: 0px 0px 24px 24px;
}
/* キャンパスマップ
--------------------------------------------------------------------------------- */
.wrap {
	overflow: visible;
}
.max488 {
	max-width: 488px;
}
.map-table {
	width: auto;
	margin: 0px 0px 60px 0px;
}
.map-table.mt {
	margin-top: -170px;
}
.map-table th span {
	font-size: 12px;
	line-height: 26px;
	width: 26px;
}
.map-table td {
	font-size: 14px;
	line-height: 18px;
	padding-right: 20px;
}
.map-table.note {
	margin-left: 40px;
}
#c-map {
	margin-top: -210px;
}
.popup-box {
	width: 730px;
	left: 50%;
	margin-left: -365px;
}
.popup-box .num {
	font-size: 20px;
	line-height: 40px;
	width: 40px;
}
.popup-box .close-top {
	width: 40px;
	height: 40px;
	background-size: 40px auto;
}
.popup-box h3 {
	font-size: 26px;
	line-height: 28px;
	height: 40px;
	padding-bottom: 10px;
}
.popup-box .caption {
	font-size: 16px;
	line-height: 24px;
}
/* インデックスページ
--------------------------------------------------------------------------------- */
.index-wrapper.col2 {
	margin: 0px -5px;
}
.index-wrapper.col2 .col {
	width: 50%;
	float: left;
}
.index-wrapper.col2 h3,
.index-wrapper.col2 h4,
.index-wrapper.col2 ul {
	margin-right: 5px;
	margin-left: 5px;
}
.index-wrapper.col2 .index-list {
	width: auto;
}
.index-wrapper.col3 {
	margin: 0px -4px;
}
.index-wrapper.col3 .col {
	width: 33.33%;
	float: left;
}
.index-wrapper.col3 h3,
.index-wrapper.col3 ul {
	margin-right: 4px;
	margin-left: 4px;
}
.index-wrapper.col3 .index-list {
	width: auto;
}
.index-wrapper.col2-2 {
	margin: 0px -5px;
}
.index-wrapper.col2-2 .col {
	width: 33.33%;
	float: left;
}
.index-wrapper.col2-2 .col.long {
	width: 66.66%;
}
.index-wrapper.col2-2 h3,
.index-wrapper.col2-2 ul {
	margin-right: 5px;
	margin-left: 5px;
}
.index-wrapper.col2-2 .index-wrapper.col2 {
	margin: 0px;
}
.index-wrapper.col2-2 .index-wrapper.col2 .col {
	width: 50%;
}
.index-list {
	margin: 0px 0px 39px 0px;
	/*width: 368px;
	float: left;*/
	overflow: hidden;
}
/*.index-list.even {
	float: right;
}
.index-list.left {
	float: left;
}
.index-list.right {
	float: right;
}*/
.index-list li a.type-d {
	padding: 0px 10px 1px 30px;
}
.index-list li a.type-d {
	padding: 0px 10px 0px 34px;
}
.ibox-wrap {
	margin: 0px -5px;
}
.ibox {
	width: 25%;
}
.ibox h4 {
	font-size: 12px;
	line-height: 16px;
	padding: 9px;
}
.ibox-col3 .ibox {
	width: 33.33%;
}
.ibox-col3 .ibox h4 {
}
/* 卒業生・一般の方
--------------------------------------------------------------------------------- */
/* 採用情報 */
.document-list {
	margin: 0px 0px 80px 0px;
}
.document {
	overflow: hidden;
}
.document h6 {
	font-size: 16px;
	line-height: 24px;
	background-position: 0px 0px;
	float: left;
	width: 16em;
}
/* 学校・地域の方
--------------------------------------------------------------------------------- */
/* 旧米沢高等工業学校本館ご案内 */
.op-list li {
	margin: 0px;
	background-position: 0px 0px;
}
/* 入学案内
--------------------------------------------------------------------------------- */
/* 重要なお知らせ */
#important.type-b {
	margin: 0px 0px 40px 0px;
}
/* 入試インフォメーション */
#examination-info.type-b h2 {
	padding: 13px;
	font-size: 20px;
	line-height: 22px;
}
#examination-info.type-b #ei-list {
	width: auto;
	float: none;
}
/* 工学部アドミッション・ポリシー */
.img-txt-01 .img {
	width: 160px;
	margin: 10px 56px 0px 40px;
}
.img-txt-01 .img .pdf-icon {
	width: 35px;
	height: 35px;
	left: -15px;
	top: -13px;
	background-size: 35px auto;
}
.img-txt-01 .txt h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
/* 過去の入試問題 */
.pdf-dl {
	margin: 0px -4px 36px -4px;
}
.pdf-dl.mb {
	margin-bottom: 14px;
}
.pdf-dl li {
	font-size: 16px;
	line-height: 18px;
	width: 33.33%;
}
.pdf-dl li a {
	margin: 0px 4px 10px 4px;
	background-position: left center, 12px center;
	background-size: 40px auto,  35px auto;
}
.pdf-dl li .size {
	font-size: 14px;
}
.pdf-dl li .txt {
	padding-left: 50px;
}
/* イベント情報 */
.page-btn {
	padding: 5px 10px;
}
.page-btn li {
	width: 25%;
}
.page-btn li a {
	margin: 5px 1px;
}
/* フォーム */
#form-area h4 {
	font-size: 20px;
	line-height: 24px;
	padding: 6px;
}
/*#form-area form {
	padding: 30px 10px 10px 10px;
}*/
.form-inner {
	padding: 30px 10px 10px 10px;
}
#form-area h5 {
	font-size: 22px;
	line-height: 26px;
	margin: 0px 0px 4px 0px;
	background-position: 0px 2px;
}
#form-area h5.deadline {
	font-size: 22px;
	line-height: 26px;
	margin: 0px -1em 26px -1em;
}
#form-area .input,
#form-area .textarea {
	font-size: 22px;
	line-height: 24px;
}
#form-area .check-txt,
#form-area .err-txt {
	font-size: 22px;
	line-height: 24px;
}
.text01 {
	width: 100%;
}
.text03 {
	width: 100%;
}
.submit {
	margin: 50px 0px 20px 0px;
}
#form-area .submitBtn {
	font-size: 24px;
	line-height: 46px;
	width: 300px;
}
#form-area .submitBtn {
	font-size: 24px;
	line-height: 46px;
	width: 300px;
}
#form-area .submitBtn#return,
#form-area .submitBtn#post {
	width: 200px;
	margin: 0px 5px;
}
/* 研究室・施設見学・出張講義・実験教室 */
.btn01 a,
.btn02 a {
	min-width: 340px;
}

/* 工学部概要
--------------------------------------------------------------------------------- */
/* 沿革 */
.history-table {
	margin: 0px 0px 48px 0px;
}
.history-table th {
	font-size: 16px;
	line-height: 20px;
	width: 7em;
}
.history-table td {
	font-size: 16px;
	line-height: 20px;
}
.history-table th p,
.history-table td p {
	font-size: 16px;
	line-height: 20px;
}
.history-table th li,
.history-table td li {
	font-size: 16px;
	line-height: 20px;
}
/* Special Contents
--------------------------------------------------------------------------------- */
/* ビデオライブラリー */
.video-wrapper {
	margin: 0px -5px 20px -5px;
}
.video-box {
	margin: 0px 5px 24px 5px;
	float: left;
	width: 273px;
}
.video-box h4 {
	font-size: 14px;
	line-height: 18px;
	min-height: 36px;
}
#cboxTitle {
	font-size: 24px !important;
	line-height: 26px !important;
	padding: 0px !important;
	width: 100% !important;
}
#cboxClose {
    width: 40px !important;
    height: 40px !important;
	background-size: 40px auto !important;
}
#cboxLoadedContent {
	padding-top: 50px;
}
/* サイトマップ
--------------------------------------------------------------------------------- */
#site_map .sitemap-nav li a {
	background-position: left -5px;
}
/* 共通
--------------------------------------------------------------------------------- */
/* パンくず */
#topicpath {
	margin: 11px auto;
	width: 744px;
}
#topicpath li {
	font-size: 12px;
	line-height: 18px;
}
#topicpath .tphome a {
	background-size: 20px auto;
	width: 20px;
	height: 18px;
}
/* タイトル */
#title {
	margin: 0px 0px 30px 0px;
}
#title .txt {
	width: 320px;
	height: 160px;
	top: 40px;
	left: 50%;
	bottom: auto;
	padding: 0px;
	margin-left: -372px;
}
#title p {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 10px 4px 15px;
}
#title p.parent {
	min-height: 24px;
}
#title h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0px 15px;
}
#title .img {
	height: 240px;
}
#title .img img {
	width: 1200px;
	margin-left: -600px;
}
#title.type2 .img img,
.title-type2 #title .img img {
	width: 1560px;
	margin-left: -780px;
}
/* ラッパー */
.contents-wrap {
	width: 744px;
	margin: 0px auto;
	overflow: hidden;
}
/* メイン */
#main {
	margin: 0px 0px 40px 0px;
	width: 556px;
	float: left;
}
.no-side #main,
#main.no-side {
	width: auto;
	float: none;
}
/* サイド */
#side {
	margin: 0px 0px 40px 0px;
	width: 180px;
	float: right;
}
#side h3 {
	font-size: 14px;
	line-height: 16px;
}
#side h3 a,
#side h3 span {
	height: 48px;
}
/* 全文表示 */
.more-btn.mt {
	margin: -44px 0px 48px 0px;
}
.more-table .history-table {
	margin-top: -48px;
}
/* 見出し */
.m01 {
	font-size: 20px;
	line-height: 22px;
	padding: 13px 16px;
}
.m02 {
	font-size: 20px;
	line-height: 26px;
	padding: 0px 0px 8px 20px;
	margin: 0px 0px 18px 0px;
	background-size: 26px auto;
}
.m02 .right-txt {
	font-size: 14px;
}
.m03 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 18px 1em;
}
.m06 {
	font-size: 20px;
	line-height: 24px;
	padding: 8px 16px;
	margin: 0px 0px 20px 0px;
	border-radius: 20px;
}
.m07 {
	font-size: 20px;
	line-height: 24px;
	padding: 8px 16px;
	margin: 0px 0px 10px 0px;
}
.m08 {
	font-size: 16px;
	line-height: 24px;
	background-position: 0px 0px;
}
.m09 {
	font-size: 16px;
	line-height: 24px;
}
.m10 {
	font-size: 16px;
	line-height: 24px;
}
.m11 {
	font-size: 16px;
	line-height: 24px;
	background-position: 0px 0px;
}
.m12 {
	font-size: 20px;
	line-height: 24px;
	padding: 8px 16px;
	margin: 0px 0px 10px 0px;
}
.m13 {
	font-size: 16px;
	line-height: 18px;
	padding: 6px 16px;
	margin: 60px 0px 5px 0p;
}
.m14 {
	font-size: 20px;
	line-height: 22px;
	padding: 9px 16px;
}
.m15 {
	font-size: 20px;
	line-height: 22px;
	padding: 0px 0px 5px 30px;
	margin: 0px 0px 16px 0px;
	background-position: 0px 0px;
	background-size: 24px auto;
}
.m16 {
	font-size: 24px;
	line-height: 26px;
	padding: 17px;
	margin: 0px 0px 40px 0px;
}
.m17 {
	font-size: 20px;
	line-height: 22px;
	padding: 7px 16px;
	margin: 0px 0px 16px 0px;
}
.m18 {
	font-size: 16px;
	line-height: 24px;
}
.m19 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
.m20 {
	font-size: 18px;
	line-height: 20px;
	border-radius: 20px;
	padding: 10px 16px;
}
.m21 {
	font-size: 16px;
	line-height: 24px;
}
/* リスト */
.list01,
.list02,
.list03,
.list04,
.list05,
.list06,
.list07 {
	margin: 0px 0px 24px 0px;
}
.list01-3,
.list02-3,
.list03-3,
.list04-3,
.list05-3,
.list06-3,
.list07-3 {
	margin: 0px 0px 24px 1em;
}
.list01 li,
.list01-2 li,
.list01-3 li,
.list01-4 li,
.list02 li,
.list02-2 li,
.list02-3 li,
.list02-4 li,
.list03 li,
.list03-2 li,
.list03-3 li,
.list03-4 li,
.list04 li,
.list04-2 li,
.list04-3 li,
.list04-4 li,
.list05 li,
.list05-2 li,
.list05-3 li,
.list05-4 li,
.list06 li,
.list06-2 li,
.list06-3 li,
.list06-4 li,
.list07 li,
.list07-2 li,
.list07-3 li,
.list07-4 li,
.list-kome li,
.list-kome-2 li,
.list-kome-3 li,
.list-kome-4 li {
	background-position: 0px 0px;
}
.list01.pdf li,
.list01-2.pdf li,
.list01-3.pdf li,
.list01-4.pdf li,
.list02.pdf li,
.list02-2.pdf li,
.list02-3.pdf li,
.list02-4.pdf li,
.list03.pdf li,
.list03-2.pdf li,
.list03-3.pdf li,
.list03-4.pdf li,
.list04.pdf li,
.list04-2.pdf li,
.list04-3.pdf li,
.list04-4.pdf li,
.list05.pdf li,
.list05-2.pdf li,
.list05-3.pdf li,
.list05-4.pdf li,
.list06.pdf li,
.list06-2.pdf li,
.list06-3.pdf li,
.list06-4.pdf li,
.list07.pdf li,
.list07-2.pdf li,
.list07-3.pdf li,
.list07-4.pdf li{
	background-position: 0px 6px;
}
.list01.out li a,
.list01-2.out li a,
.list01-3.out li a,
.list01-4.out li a,
.list02.out li a,
.list02-2.out li a,
.list02-3.out li a,
.list02-4.out li a,
.list03.out li a,
.list03-2.out li a,
.list03-3.out li a,
.list03-4.out li a,
.list04.out li a,
.list04-2.out li a,
.list04-3.out li a,
.list04-4.out li a,
.list05.out li a,
.list05-2.out li a,
.list05-3.out li a,
.list05-4.out li a,
.list06.out li a,
.list06-2.out li a,
.list06-3.out li a,
.list06-4.out li a,
.list07.out li a,
.list07-2.out li a,
.list07-3.out li a,
.list07-4.out li a {
	background-size: 30px auto;
}
.list01.col2 li,
.list01-2.col2 li,
.list01-3.col2 li,
.list01-4.col2 li,
.list02.col2 li,
.list02-2.col2 li,
.list02-3.col2 li,
.list02-4.col2 li,
.list03.col2 li,
.list03-2.col2 li,
.list03-3.col2 li,
.list03-4.col2 li,
.list04.col2 li,
.list04-2.col2 li,
.list04-3.col2 li,
.list04-4.col2 li,
.list05.col2 li,
.list05-2.col2 li,
.list05-3.col2 li,
.list05-4.col2 li,
.list06.col2 li,
.list06-2.col2 li,
.list06-3.col2 li,
.list06-4.col2 li,
.list07.col2 li,
.list07-2.col2 li,
.list07-3.col2 li,
.list07-4.col2 li {
	width: 46%;
	float: left;
}
.list-num,
.list-etc1em,
.list-etc2em,
.list-etc3em,
.list-kome {
	margin: 0px 0px 24px 0px;
}
.list-num-3,
.list-etc1em-3,
.list-etc2em-3,
.list-etc3em-3,
.list-kome-3 {
	margin: 0px 0px 24px 1em;
}
.list-pdf {
	margin: 0px 0px 24px 0px;
}
.list-pdf li a {
	padding: 6px 50px 6px 40px;
	background-position: 20px 6px, right center;
	background-size: 24px auto, 50px auto;
}
.list-program {
	float: left;
}
.list-program li,
.list-program-link li a {
	background-position: 0px 0px;
}
/* テーブル */
.basic {
	margin-bottom: 24px;
}
.basic.nbm {
	margin-bottom: 0px;
}
.basic th,
.basic td {
	font-size: 14px;
	line-height: 16px;
	padding: 8px;
}
.basic.small th,
.basic.small td {
	font-size: 12px;
	line-height: 14px;
}
/* スクロール */
.scroll {
	overflow-x: hidden;
}
.scroll-txt {
	display: none;
}
.scroll table {
	min-width: auto;
}
.scroll .img-box {
	min-width: auto;
}
.scroll .img img {
	min-width: auto;
}
/* 改行 */
.sp {
	display: none;
}
.sptab {
}
.tab {
	display: block;
}
.tabpc {
	display: block;
}
.pc {
	display: none;
}
/* イメージ */
.img-box {
	margin: 0px 0px 14px 0px;
}
.img-box .col {
	margin: 0px 0px 10px 0px;
}
.img-box .img {
	margin: 0px 0px 4px 0px;
}
.img-box .caption {
	font-size: 14px;
	line-height: 21px;
}
.img-box.col2 {
	margin-right: -1%;
	margin-left: -1%;
}
.img-box.col2 .col {
	width: 48%;
	float: left;
	margin: 0px 1% 10px 1%;
}
.img-box.col3 {
	margin-right: -1%;
	margin-left: -1%;
}
.img-box.col3 .col {
	width: 31.33%;
	float: left;
	margin: 0px 1% 10px 1%;
}
.img-box.col-right {
	width: 300px;
	float: right;
	margin-left: 14px;
}
.img-box.col-left {
	width: 300px;
	float: left;
	margin-right: 14px;
}
/* 幅 */
.img-box.mw232 {
	width: 232px;
}
.img-box.mw268 {
	width: 268px;
}
.img-box.mw340 {
	width: 340px;
}
.img-box.mw360 {
	width: 360px;
}
/* リンク */
.arrow {
}
/* 幅 */
.mw232 {
	max-width: 232px;
}
.mw268 {
	max-width: 268px;
}
.mw340 {
	max-width: 340px;
}
.mw360 {
	max-width: 360px;
}
/* インデント */
.ind {
	text-indent: 1em;
}
/* マージン */
.nbm {
	margin-bottom: 0px;
}
.ntm {
	margin-top: 0px;
}
.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml3em {
	margin-left: 3em;
}
.ml4em {
	margin-left: 4em;
}
.ml5em {
	margin-left: 5em;
}
.ml1emnbm {
	margin-left: 1em;
	margin-bottom: 0px;
}
.ml2emnbm {
	margin-left: 2em;
	margin-bottom: 0px;
}
.ml3emnbm {
	margin-left: 3em;
	margin-bottom: 0px;
}
.ml4emnbm {
	margin-left: 4em;
	margin-bottom: 0px;
}
.ml5emnbm {
	margin-left: 5em;
	margin-bottom: 0px;
}
.im1em {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
.im2em {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
}
.im3em {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
}
.im4em {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
}
.im1emnbm {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-bottom: 0px;
}
.im2emnbm {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-bottom: 0px;
}
.im3emnbm {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
	margin-bottom: 0px;
}
.im4emnbm {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb21 {
	margin-bottom: 21px;
}
.mb24 {
	margin-bottom: 24px;
}
}

/*
--------------------------------------------------------------------------------- PC：1024 */
@media all and (min-width:1024px){
/* ホーム
--------------------------------------------------------------------------------- */
/* 重要なお知らせ */
#important .inner {
	width: 1000px;
	margin: 30px auto 30px auto;
}
#important h2 {
	font-size: 24px;
	line-height: 42px;
}
/* お知らせリスト */

/* トピックス */
#topics .inner {
	width: 1000px;
	margin: 30px auto 30px auto;
}
#topics h2 {
	font-size: 28px;
	line-height: 34px;
}
.topics-wrap {
	margin: 0px -12px;
}
.topics-box {
	width: 232px;
	margin: 0px 12px;
}
.topics-box .img {
	height: 160px;
}
.topics-box .txt {
	margin: 4px;
	height: 5.6em;
}

/* 入試インフォメーション */
#examination-info .inner {
	width: 1000px;
	margin: 30px auto 30px auto;
}
#examination-info h2 {
	font-size: 28px;
	line-height: 34px;
}
#examination-info h2 span {
	font-size: 16px;
}
#ei-list {
	width: 744px;
}
.ei-tab li {
	font-size: 20px;
	line-height: 26px;
}
.ei-tab li span,
.ei-tab li a {
	height: 42px;
}
.ei-tab li#tab-ei-001 {
	width: 30%;
}
.ei-tab li#tab-ei-002 {
	width: 30%;
}
.ei-tab li#tab-ei-003 {
	width: 40%;
}
.ei-sub-tab li {
	font-size: 14px;
	line-height: 16px;
	width: 11%;
}
.ei-sub-tab li#tab-ei-sub-001-005,
.ei-sub-tab li#tab-ei-sub-001-006,
.ei-sub-tab li#tab-ei-sub-001-007 {
	width: 14%;
}
.go-list {
	font-size: 16px;
}
#ei-banner {
	width: 232px;
}
.ei-banner-box {
	margin: 0px 0px 10px 0px;
}
.ei-banner-box .txt p {
	font-size: 14px;
	line-height: 16px;
}

#examination-info .news-list {
	min-height: 422px;
}
/* 学部紹介 */
#department-intro .inner {
	width: 1000px;
	margin: 30px auto 30px auto;
}
#department-intro h2 {
	font-size: 28px;
	line-height: 34px;
}
.di-wrap {
	overflow: hidden;
	margin: 0px -23px 0px 0px;
}
.di-box {
	width: 318px;
	margin: 0px 23px 23px 0px;
}
.di-box .img {
	height: 134px;
}
.di-box .txt {
	font-size: 16px;
	line-height: 32px;
}
/* お知らせ */
#home-news .inner {
	width: 1000px;
	margin: 0px auto 30px auto;
}
#home-news h2 {
	font-size: 28px;
	line-height: 34px;
}
#home-news-news {
	width: 488px;
}
#home-news-letter {
	width: 488px;
}
#home-news-news .news-list,
#home-news-letter .news-list{
	overflow: hidden;
	min-height: 600px;
}
#current #home-news-news .news-list,
#current #home-news-letter .news-list{
	min-height: 330px;
}
.go-news a:hover {
	background-color: #000;
}
/* バナー */
#home-banner .inner {
	width: 1000px;
	margin: 20px auto 30px auto;
}
#home-banner ul {
	margin: 0px -24px 0px 0px;
}
#home-banner li {
	margin: 0px 24px 0px 0px;
	width: 180px;
}
#home-banner li img {
	width: 145px;
}
/* ホーム下部 */
#home-bottom .inner {
	width: 1000px;
	margin: 30px auto 30px auto;
}
#home-bottom ul {
	margin: 0px -10px 30px 0px;
}
#home-bottom li {
	margin: 0px 10px 0px 0px;
	width: 192px;
}
.center-wrap {
	margin: 0px -24px 20px 0px;
}
.center-box {
	margin: 0px 24px 10px 0px;
	width: 232px;
}
.center-box .img {
	width: 60px;
	height: 56px;
}
.center-box.type2 .img {
	width: 100px;
}
.center-box .txt {
	font-size: 14px;
	line-height: 16px;
	height: 56px;
}
/* 下層ページ
--------------------------------------------------------------------------------- */
/* ニュース
--------------------------------------------------------------------------------- */
.year-tab li {
}
/* アクセス
--------------------------------------------------------------------------------- */
.img-box.map-left {
	width: 488px;
}
.img-box.map-right {
	width: 400px;
}
/* キャンパスマップ
--------------------------------------------------------------------------------- */
#c-map {
	margin-top: -280px;
}
.wrap.mt {
	margin-top: -50px;
}
.popup-box {
	width: 780px;
	margin-left: -390px;
}
.popup-box .inner {
	margin: 19px;
}
.popup-box.type-b {
	width: 1040px;
	margin-left: -520px;
}
/* インデックスページ
--------------------------------------------------------------------------------- */
.index-wrapper.col2 {
	margin: 0px -12px;
}
.index-wrapper.col2 h3,
.index-wrapper.col2 h4,
.index-wrapper.col2 ul {
	margin-right: 12px;
	margin-left: 12px;
}
.index-wrapper.col3 {
	margin: 0px -12px;
}
.index-wrapper.col3 h3,
.index-wrapper.col3 ul {
	margin-right: 12px;
	margin-left: 12px;
}
.index-wrapper.col3 .index-list {
	margin: 0px 0px 39px 0px;
}
.index-wrapper.col3 .index-list li {
	font-size: 14px;
	line-height: 16px;
}
.index-wrapper.col3 .index-list h3,
.index-wrapper.col3 .index-box h3 {
	font-size: 18px;
	line-height: 20px;
}
.index-wrapper.col3 .index-list li a,
.index-wrapper.col3 .index-list li span {
	height: 38px;
	background-size: 40px auto;
}
.index-wrapper.col3 .index-list li a.type-b,
.index-wrapper.col3 .index-list li span.type-b {
	padding: 0px 10px 0px 30px;
}
.index-wrapper.col3 .index-list li a.type-c,
.index-wrapper.col3 .index-list li span.type-c {
	padding: 1px 10px 0px 20px;
}
.index-wrapper.col3 .index-list li a.type-e,
.index-wrapper.col3 .index-list li span.type-e {
	background-size: 50px auto;
	background-position: 276px center;
}
.index-wrapper.col3 .index-list h3 a {
	padding: 10px 20px 10px 10px;
	background-size: 40px auto;
}
.index-wrapper.col3 .index-list h3 span {
	padding: 10px 10px 10px 10px;
}
.index-wrapper.col2-2 {
	margin: 0px -12px;
}
.index-wrapper.col2-2 h3,
.index-wrapper.col2-2 h4,
.index-wrapper.col2-2 ul {
	margin-right: 12px;
	margin-left: 12px;
}

.index-list {
	margin: 0px 0px 49px 0px;
	/*width: 488px;*/
}
.index-list li {
	font-size: 18px;
	line-height: 20px;
}
.index-list li a,
.index-list li span {
	height: 48px;
	padding: 0px 20px 0px 10px;
	background-size: 50px auto;
}
.index-list li a.in {
	padding: 0px 10px 1px 30px;
}
.index-list li a.type-b,
.index-list li span.type-b {
	padding: 0px 10px 0px 40px;
}
.index-list li a.type-c,
.index-list li span.type-c {
	padding: 1px 10px 0px 30px;
}
.index-list li a.type-f,
.index-list li span.type-f {
	padding: 1px 10px 0px 30px;
}
.index-list.object {
	margin: 0px 0px 39px 0px;
}
.index-list.object.nbm {
	margin-bottom: 0px;
}
.index-list.object li {
	font-size: 16px;
	line-height: 18px;
}
.index-list.object li a,
.index-list.object li span {
	background-size: 50px auto;
}
.index-list.object li a.in {
	padding: 0px 10px 1px 30px;
}
.index-list.object li a.type-k,
.index-list.object li span.type-k{
	background-size: 50px auto, 40px auto;
}
.index-list.special {
	margin: 0px 0px 39px 0px;
}
.index-list.special.nbm {
	margin-bottom: 0px;
}
.index-list.special li {
	font-size: 16px;
	line-height: 18px;
}
.index-list.special li a,
.index-list.special li span {
	background-size: 50px auto;
}
.index-list.special li a.type-k,
.index-list.special li span.type-k {
	background-size: 50px auto, 40px auto;
}
.index-list.special li a.in {
	padding: 0px 10px 1px 30px;
}
.ibox-wrap {
	margin: 0px -12px;
}
.ibox  {
	margin: 20px 0px 0px 0px;
}
.ibox a {
	margin: 0px 12px;
}
.ibox h4 {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
}
.ibox-col3 .ibox h4 {
	font-size: 18px;
	line-height: 20px;
}
.index-list h3,
.index-box h3 {
	font-size: 22px;
	line-height: 24px;
}
.index-list h3 a,
.index-box h3 a {
	padding: 13px 20px 13px 10px;
	background-size: 50px auto;
}
.index-list h3 span,
.index-box h3 span {
	padding: 13px 10px 13px 10px;
	background-size: 50px auto;
}
.index-list h3 a.type-b,
.index-list h3 span.type-b,
.index-box h3 a.type-b,
.index-box h3 span.type-b {
	padding: 13px 20px 13px 10px;
}
.index-list h3 a.type-c,
.index-list h3 span.type-c,
.index-box h3 a.type-c,
.index-box h3 span.type-c {
	padding: 13px 10px 13px 40px;
}
.index-list.object h3,
.index-box.object h3 {
	font-size: 18px;
	line-height: 24px;
}
.index-list.object h3 a,
.index-box.object h3 a {
	padding: 8px 20px 8px 10px;
	background-size: 50px auto;
}
.index-list.object h3 span,
.index-box.object h3 span {
	padding: 8px 10px 8px 30px;
}
/* 在学生の方
--------------------------------------------------------------------------------- */
/* 工学部時間割、シラバス */
.timetable {
	overflow: hidden;
	margin: 0px -1% 0px 0px;
}
.timetable .col {
	width: 49%;
	float: left;
	margin: 0px 1% 0px 0px;
}
.week {
	margin-bottom: 40px;
}
.week li.zenki a {
	margin: 0px 8px 0px 1px;
}
.week li.kouki a {
	margin: 0px 7px 0px 0px;
}
.syllabus-link li {
	font-size: 18px;
	line-height: 20px;
}
.syllabus-link li a {
	height: 48px;
	padding: 0px 20px 0px 30px;
	background-position: -6px center, right center;
	background-size: 50px auto, 50px auto;
}
/* フロンティア有機材料システム創成フレックス大学院シラバス */
.odd .syllabus-list {
	border-width: 2px 0px 0px 0px;
}
.syllabus-list li {
	font-size: 15px;
	line-height: 18px;
}
.syllabus-list li span {
	font-size: 13px;
	line-height: 16px;
}
.syllabus-list li a {
	padding: 8px 38px 8px 5px;
	background-size: 50px auto;
}
/* 学校・地域の方
--------------------------------------------------------------------------------- */
/* 旧米沢高等工業学校本館ご案内 */
.op-list li {
	margin: 0px 0px 12px 0px;
}
/* 入学案内
--------------------------------------------------------------------------------- */
/* 入試インフォメーション */
.type-b .ei-sub-tab li {
	width: 11%;
}
.type-b .ei-sub-tab li#tab-ei-sub-001-004 {
	width: 11%;
}
.type-b .ei-sub-tab li#tab-ei-sub-001-005,
.type-b .ei-sub-tab li#tab-ei-sub-001-006 {
	width: 17%;
}
.type-b .ei-sub-tab li#tab-ei-sub-001-007 {
	width: 11%;
}
.type-b .ei-sub-tab li br {
	display: none;
}
.col-wrapper.col2 {
	margin: 0px -1%;
}
.col-wrapper.col2 .col {
	width: 48%;
	float: left;
	margin: 0px 1%;
}
/* 過去の入試問題 */
.pdf-dl li {
	width: 25%;
}
/* イベント情報 */
.page-btn {
	padding: 5px 8px;
	margin-bottom: 40px;
}
.page-btn li {
	width: 25%;
}
.page-btn li a {
	margin: 5px 4px;
}
/* 工学部概要
--------------------------------------------------------------------------------- */
/* 組織 */
.organization-box {
	width: auto;
}
.organization-a {
	width: 260px;
	margin: 0px 20px 0px 0px;
}
.organization-b {
	width: 464px;
}
.organization-box h4 {
	font-size: 16px;
	line-height: 18px;
	padding: 7px;
}
.organization-box h5 {
	font-size: 14px;
	line-height: 16px;
	padding: 6px;
	margin: 8px 0px 0px 0px;
}
.organization-box li {
	font-size: 14px;
	line-height: 16px;
	padding: 6px 0px 6px 24px;
	background-position: 8px 2px;
}
.organization-box p {
	font-size: 14px;
	line-height: 16px;
	padding: 6px 0px 6px 0px;
}
.organization-box .col {
	width: 228px;
}
/* Special Contents
--------------------------------------------------------------------------------- */
/* ビデオライブラリー */
.video-wrapper {
	margin: 0px -12px 40px -12px;
}
.video-box {
	margin: 0px 12px 24px 12px;
	width: 360px;
}
.video-box h4 {
	font-size: 15px;
	line-height: 20px;
	min-height: 40px;
	padding: 6px 10px;
}
/* 共通
--------------------------------------------------------------------------------- */
/* タイトル */
#title {
	margin: 0px 0px 40px 0px;
}
#title .txt {
	width: auto;
	min-width: 400px;
	height: 200px;
	top: 50px;
	margin-left: -500px;
}
#title p {
	font-size: 16px;
	line-height: 30px;
	margin: 15px 10px 4px 15px;
}
#title p.parent {
	min-height: 30px;
}
#title h2 {
	font-size: 30px;
	line-height: 34px;
}
#title .img {
	height: 300px;
}
#title .img img {
	width: 1920px;
	margin-left: -960px;
}
#title.type2 .img img,
.title-type2 #title .img img {
	width: 1920px;
	margin-left: -960px;
}
/* パンくず */
#topicpath {
	width: 1000px;
}
#topicpath li {
	font-size: 14px;
}
/* ラッパー */
.contents-wrap {
	width: 1000px;
}
/* メイン */
#main {
	margin: 0px 0px 60px 0px;
	width: 744px;
}
.no-side #main {
	width: auto;
}
/* サイド */
#side {
	margin: 0px 0px 60px 0px;
	width: 232px;
}
#side h3 {
	font-size: 16px;
	line-height: 18px;
}
#side h3 a,
#side h3 span {
	height: 60px;
}
/* 見出し */
.m01 {
	font-size: 24px;
	line-height: 30px;
	padding: 15px 16px;
}
.m02 {
	font-size: 22px;
	line-height: 26px;
}
.m07 span {
	display: inline;
}
/* 改行 */
.sp {
	display: none;
}
.sptab {
	display: none;
}
.tab {
	display: none;
}
.tabpc {
	display: block;
}
.pc {
	display: block;
}
/* インデント */
.ind {
	text-indent: 1em;
}
/* マージン */
.nbm {
	margin-bottom: 0px;
}
.ntm {
	margin-top: 0px;
}
.ml1em {
	margin-left: 1em;
}
.ml2em {
	margin-left: 2em;
}
.ml3em {
	margin-left: 3em;
}
.ml4em {
	margin-left: 4em;
}
.ml5em {
	margin-left: 5em;
}
.ml1emnbm {
	margin-left: 1em;
	margin-bottom: 0px;
}
.ml2emnbm {
	margin-left: 2em;
	margin-bottom: 0px;
}
.ml3emnbm {
	margin-left: 3em;
	margin-bottom: 0px;
}
.ml4emnbm {
	margin-left: 4em;
	margin-bottom: 0px;
}
.ml5emnbm {
	margin-left: 5em;
	margin-bottom: 0px;
}
.im1em {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}
.im2em {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
}
.im3em {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
}
.im4em {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
}
.im1emnbm {
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
	margin-bottom: 0px;
}
.im2emnbm {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-bottom: 0px;
}
.im3emnbm {
	text-indent: -3em;
	padding-left: 3em;
	display: inline-block;
	margin-bottom: 0px;
}
.im4emnbm {
	text-indent: -4em;
	padding-left: 4em;
	display: inline-block;
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb21 {
	margin-bottom: 21px;
}
.mb24 {
	margin-bottom: 24px;
}
}

/*
--------------------------------------------------------------------------------- PC：1920 */
@media all and (min-width:1920px){
#home-bottom {
	background-size: 100% auto;
}
/* 共通
--------------------------------------------------------------------------------- */
/* タイトル */
#title .img img {
	width: 100%;
	margin-left: 0px;
	position: relative;
	left: 0px;
}
#title.type2 .img img,
.title-type2 #title .img img {
	width: 100%;
	margin-left: 0px;
	position: relative;
	left: 0px;
}
}
