/* CSS Document */
@charset "UFT-8";

/*======================================
 どこでも使用CSS

   フロート
   見出し
   背景色
   文字（カラー）
   文字（サイズ）
   文字（位置）
   文字（太さ）
   行頭1文字空け
   折り返し無し
   行頭1文字空け
   ライン
   テキストリンク装飾（→付、外部アイコン等）
   リンクなし（a要素をリンクさせない-w639以下）
   幅（パーセント）
   全角丸（ie8以下除く）
   マージン設定（上下）
   パディング設定（上下）
   リスト（ul）
   リスト（ol）
   リスト（dl）横並び
   テーブル（table）文字左
=======================================*/


/*======================================
　* フロート
=======================================*/

.fl-left { /* 左寄せ */
	float:left;
	margin-right: 10px;
}

.fl-right { /* 右寄せ */
	float:right;
	margin-left: 10px;
}

.fl-none { /* クリア */
	clear: both;
}

.fl-over { /* 回り込み無し（回り込みさせたくない側の要素に入れる） */
	overflow: hidden;
	_zoom: 1;
}

/*======================================
　* 見出し
=======================================*/

h1.h1-type1 { /* h1-タイプ1 */
	font-size: 182%;
	padding-bottom: 0.3em;
	margin-bttom: 1ex;
	border-bottom: #ed1c24 solid 4px;
	line-height: 1.3;
}

h2.h2-type1 { /* h2-タイプ1 */
	font-size: 138.5%;
	padding: 10px 0;
	line-height: 1.3;
}
h2.h2-type1 span.sub { /* h2-タイプ1内小文字 */
	font-size: 77%;
	color: inherit;
}
h2.h2-type1 a { /* aリンク設定 */
	display: block;
}

h2.h2-type2 { /* h2-タイプ2（学科：目標とする…） */
	font-size: 108%;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 8px;
	color: #fff;
	line-height: 1;
}

h2.h2-type3 { /* h2-タイプ3（学部・大学院トップ） */
	font-size: 138.5%;
	padding: 10px 0 5px 0 ;
	line-height: 1.3;
}

/*======================================
　* 背景色
=======================================*/

.bg-orange { /* オレンジ（化学生命工学科） */
	background: #ff931e;
}
.bg-green { /* グリーン（機械工学科） */
	background: #4e9245;
}
.bg-pink { /* ピンク（ロボティクス学科） */
	background: #cc6699;
}
.bg-blue { /* ブルー（電子情報工学科） */
	background: #6699cc;
}
.bg-red { /* レッド（情報学科） */
	background: #ff6666;
}
.bg-purple { /* パープル（建築学科） */
	background: #7c7ed9;
}

/*======================================
　* 文字（カラー）
=======================================*/

.t-orange { /* オレンジ（化学生命工学科） */
	color: #ff931e;
}
.t-green { /* グリーン（機械工学科） */
	color: #4e9245;
}
.t-pink { /* ピンク（ロボティクス学科） */
	color: #cc6699;
}
.t-blue { /* ブルー（電子情報工学科） */
	color: #6699cc;
}
.t-red { /* レッド（情報学科） */
	color: #ff6666;
}
.t-purple { /* パープル（建築学科） */
	color: #7c7ed9;
}
.t-blue1 { /* 青 */
	color: #69c;
}
.t-blue2 { /* 青濃 */
	color: #369;
}
.t-red1 { /* 赤 */
	color: #e00;
}
.t-red2 { /* 赤濃 */
	color: #900;
}

/*======================================
　* 文字（サイズ）
=======================================*/

.t-10px {
	font-size: 77%;
}
.t-11px {
	font-size: 85%;
}
.t-12px {
	font-size: 93%;
}
.t-13px {
	font-size: 100%;
}
.t-14px {
	font-size: 108%;
}
.t-15px {
	font-size: 116%;
}
.t-16px {
	font-size: 123.1%;
}
.t-18px {
	font-size: 138.5%;
}

/*======================================
　* 文字（位置）
=======================================*/

.t-right { /* 右 */
	text-align: right;
}
.t-center { /* 中 */
	text-align: center;
}
.t-left { /* 左 */
	text-align: left;
}

/*======================================
　* 文字（太さ）
=======================================*/

.t-bold { /* 太 */
	font-weight: bold;
}
.t-light { /* 普 */
	font-weight: normal;
}

/*======================================
　* 行頭1文字空け
=======================================*/

.indent { /* インデント */
	text-indent: 1em;
}

/*======================================
　* 折り返し無し
=======================================*/

.nw { /* nowrapの略 */
	white-space: nowrap;
}

/*======================================
　* ライン
=======================================*/

.b-gray-3px { /* グレー、H4px */
	border-bottom: #ccc solid 4px;
}

.bd-gray-2px { /* グレー、ドット、H2px */
	border-bottom: #ccc dotted 2px;
}

/*======================================
　* テキストリンク装飾
=======================================*/

a.txt-link:before { /* →付テキストリンク */
	content: url(../../images15/arrow-right.png);
	position: relative;
	top: 2px;
	margin-right: 3px;
}
a.gaibu:after { /* →付テキストリンク */
	content: url(../../images15/ic-gaibu.png);
	position: relative;
	top: 1px;
	margin-left: 3px;
}

/*======================================
　* リンクなし（a要素をリンクさせない-w639以下）
=======================================*/

/* スマホ（639px以下）
------------------------------------------------------------ */
@media screen and (max-width: 639px) {
	a.no-link { /* リンク */
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/*======================================
　* 幅（パーセント）
=======================================*/

.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33.3%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w10 {
	width: 10%;
}

/*======================================
　* 全角丸（ie8以下除く）
=======================================*/

.km5px { /* 5px */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	-moz-border-radius: 5px; /* Firefox */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* IE9 */
	border-radius: 5px; /* 標準 */
}

/*======================================
　* マージン設定（上下）
=======================================*/

.m-t0 { /* 上 */
	margin-top: 0;
}
.m-t5px {
	margin-top: 5px;
}
.m-t10px {
	margin-top: 10px;
}
.m-t15px {
	margin-top: 15px;
}
.m-t20px {
	margin-top: 20px;
}
.m-t25px {
	margin-top: 25px;
}
.m-t30px {
	margin-top: 30px;
}

.m-b0 { /* 下 */
	margin-bottom: 0;
}
.m-b5px {
	margin-bottom: 5px;
}
.m-b10px {
	margin-bottom: 10px;
}
.m-b15px {
	margin-bottom: 15px;
}
.m-b20px {
	margin-bottom: 20px;
}
.m-b25px {
	margin-bottom: 25px;
}
.m-b30px {
	margin-bottom: 30px;
}

/*======================================
　* パディング設定（上下）
=======================================*/

.p-t0 { /* 上 */
	padding-top: 0;
}
.p-t5px {
	padding-top: 5px;
}
.p-t10px {
	padding-top: 10px;
}
.p-t15px {
	padding-top: 15px;
}
.p-t20px {
	padding-top: 20px;
}
.p-t25px {
	padding-top: 25px;
}
.p-t30px {
	padding-top: 30px;
}

.p-b0 { /* 下 */
	padding-bottom: 0;
}
.p-b5px {
	padding-bottom: 5px;
}
.p-b10px {
	padding-bottom: 10px;
}
.p-b15px {
	padding-bottom: 15px;
}
.p-b20px {
	padding-bottom: 20px;
}
.p-b25px {
	padding-bottom: 25px;
}
.p-b30px {
	padding-bottom: 30px;
}

/*======================================
　* リスト（ul）
=======================================*/

ul.ul-m { /* リスト（○） */
	margin-left: 1.5em; /* default 2.3em */
	line-height: 1.3;
}
ul.ul-m li {
	padding: 0.4ex 0.4ex;
}

ul.dot-orange { /* オレンジ（化学生命工学科） */
	list-style: url(../../images15/dot-orange.png);
}
ul.dot-green { /* グリーン（機械工学科） */
	list-style: url(../../images15/dot-green.png);
}
ul.dot-pink { /* ピンク（ロボティクス学科） */
	list-style: url(../../images15/dot-pink.png);
}
ul.dot-blue { /* ブルー（電子情報工学科） */
	list-style: url(../../images15/dot-blue.png);
}
ul.dot-red { /* レッド（情報学科） */
	list-style: url(../../images15/dot-red.png);
}
ul.dot-purple { /* パープル（建築学科） */
	list-style: url(../../images15/dot-purple.png);
}
ul.dot-gray { /* オレンジ（化学生命工学科） */
	list-style: url(../../images15/dot-gray.png);
}
/*======================================
　* リスト（ol）
=======================================*/

ol.ol-m { /* リスト（数値） */
	list-style: decimal; /* decimal(数字) */
	margin-left: 1.5em; /* default 2.3em(2桁で数字が切れない値) */
	*margin-left: 2.6em; /* ie7以下 */
}
ol.ol-m li {
	padding: 0.6ex 0.4ex;
}

/*======================================
　* リスト（dl）横並び
=======================================*/

dl.dl-y {
	border-bottom: #ddd solid 1px;
	margin-bottom: 1.5em;
	line-height: 1.4;
}
dl.dl-y dt {
	width: 20%;
	padding: 1.5ex 0 1.5ex 1.1em;
	float: left;
	white-space: nowrap;
	border-top: #ddd solid 1px;
	background: url(../../images15/dot-blue.png) no-repeat 0 center;
}
dl.dl-y dd {
	width: 80%;
	margin-left: 10em;
	padding: 1.5ex;
	border-top: #ddd solid 1px;
}
/* ie6 */
dl.dl-y dl {
	_border-top: #ddd solid 1px;
	_border-bottom: none;
}

dl.dl-y dt {
	_width: 90%;
	_padding-top: 1em;
	_padding-bottom: 0;
	_clear: both;
	_border-top: none;
	_background: url(../../images15/dot-blue.png) no-repeat 0 1em;
}
dl.dl-y dd {
	_width: 90%;
	_margin-left: 0;
	_padding-bottom: 1em;
	_border-top: none;
	_border-bottom: #ddd solid 1px;
}
/* ie7 */
*+html dl.dl-y {
	border-top: #ddd solid 1px;
	border-bottom: none;
}
*+html dl.dl-y dt {
	width: 100%;
	padding-top: 1em;
	padding-bottom: 0;
	clear: both;
	border-top: none;
	background: url(../../images15/dot-blue.png) no-repeat 0 1em;
}
*+html dl.dl-y dd {
	width: 100%;
	margin-left: 0;
	padding-bottom: 1em;
	border-top: none;
	border-bottom: #ddd solid 1px;
}
/* SP（639px以下） */
@media screen and (max-width: 639px) {
	dl.dl-y {
		border: none;
		margin-bottom: 0.7em;
		border-top: #ddd solid 1px;
		padding-top: 1ex;
	}
	dl.dl-y dt {
		width: 100%;
		clear: both;
		padding: 0 0 0 1.1em;
		margin: 1ex;
		border: none;
		color: #c94788;
	}
	dl.dl-y dd {
		width: 100%;
		margin-left: 0;
		padding: 0 0 1ex 0;
		margin: 1ex;
		border: none;
		border-bottom: #ddd solid 1px;
	}
}

/*======================================
　* テーブル（table）文字左
=======================================*/

table.table-L {
	margin-bottom: 10px;
	border-collapse: collapse;
	line-height: 1.6;
}
table.table-L caption { /* キャプション */
	text-align: left;
	padding: 5px 0;
}
table.table-L th,
table.table-L th {
	border-top: #bbb solid 1px;
	border-bottom: #bbb solid 1px;
	padding: 6px 15px;
}
table.table-L th {
	text-align: left;
	font-weight: normal;
	/* background: #d9d8e3; */
	color: #222;
	vertical-align: middle;
}
table.table-L th.t-left,
table.table-L th.t-left { /* 文字左 */
	text-align: left;
}
table.table-L th.t-right,
table.table-L th.t-right { /* 文字右 */
	text-align: right;
}
table.table-L th.t-center,
table.table-L th.t-center { /* 文字中 */
	text-align: center;
}
table.table-L th.nw,
table.table-L th.nw { /* 折り返し無し */
	white-space: nowrap;
}
table.table-L th.bn,
table.table-L td.bn { /* ボーター無し */
	border: none;
}
table.table-L tr:nth-child(odd) { /* 奇数行着色 */
	background: #fdfcf5;
}
/* テーブル線有り */
#column2-r .waku10 {
	width:auto;
	margin:1.0em 0;
	border:1px #999999 solid;
}
#column2-r .waku10 tr {
	border:1px #999999 solid;
}
#column2-r .waku10 th {
	border:1px #999999 solid;
	line-height:1.7;
	padding:5px 3px;
}
#column2-r .waku10 td {
	border:1px #999999 solid;
	line-height:1.7;
	padding:5px 3px;
}
#column2-r .waku10 .t-top {
	vertical-align:top;
}
#column2-r .waku10 .t-middle {
	vertical-align:middle;
}
#column2-r .t-top td {
	vertical-align:top;
}
#column2-r .t-middle td {
	vertical-align:middle;
}
#column2-r .t-top th {
	vertical-align:top;
}
#column2-r .t-middle th {
	vertical-align:middle;
}
.bg-gray {
	background:#eee;
}
.bg-gray th {
	background:#eee;
}
.bg-gray td {
	background:#eee;
}

/* テーブル線無し */
#column2-r .waku11 {
	width:auto;
	margin:1.0em 0;
}
#column2-r .waku11 th {
	line-height:1.7;
	padding:5px 3px;
}
#column2-r .waku11 td {
	line-height:1.7;
	padding:5px 3px;
}
#column2-r .waku11 .t-top {
	vertical-align:top;
}
#column2-r .waku11 .t-middle {
	vertical-align:middle;
}

/*======================================
　* モーダルウィンドウ（colorbox）
=======================================*/

#cboxLoadedContent {
	background:#fff;
}

/*======================================
　* アイコンリンク
=======================================*/

a.ic-link { /* アイコンリンク */
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 10px;
	margin-bottom: 1em;
	background: #fff;
	line-height: 1.3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
a.ic-link:link,
a.ic-link:visited {
	border: #ccc solid 1px;
}
a.ic-link:hover {
	border: #aaa solid 1px;
	background: #f9f9f9;
}
a.ic-link:active {
	border: #fcc solid 1px;
	background: #fee;
}

a.ic-title { /* title要素の文字を下に入れる */
	margin-bottom: 2em;
}
a.ic-title:before {
	content: attr(title);
	position: absolute;
	top: 105px;
	left: 0;
	padding-top: 0.2ex;
	padding-left: 1.3em;
	z-index: 2;
	font-size: 93%;
	font-family: monospace;
	background: url(../../images15/arrow-right.png) no-repeat 0 1px;
}

a.ic-gaibu:after { /* 外部マーク */
	content: url(../../images15/ic-gaibu.png);
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
}

.clear{
	clear:both;
}