/*
Theme Name: UBE KOSEN V2
Theme URI: http://www.ube-k.ac.jp
Description: 宇部高専のwordpressテーマ
Author: Kiyoharu Ito
Version: 2.0
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
html{
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #252525;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y:scroll !important;
}

a, img {
	border: 0;
}
a {
	color: #112d55;
}

.cl{
	clear:both;
	margin:0;
	padding: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/*-----------------------------
　　以下・宇部高専編集
------------------------------*/

/*-----------------------------
　　テキストスタイル
------------------------------*/
.txt-news{
	font-size: 0.9em;
	line-height: 1.2em;
}

.txt-spstaff{
	font-size: 2.0em;
	line-height: 1.0;
}
/*-----------------------------
　　テーブルスタイル
------------------------------*/

.table-style-nw {
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table-style-nw th, .table-style-nw td {
	padding: 1px 0 1px 7px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table-style-nw td.th {
	background-color: #f5f5f5;
}
.table-style-nw th {
	background-color: #99cccc;
	text-align:center;
}

/*-----------------------------
　　研究紹介一覧ページ用
------------------------------*/

.reserch_box {
	border:1px solid #ddd;
	padding:20px;
	margin:5px 20px;
	display:block;
}
.reserch_box:hover {
	border:3px solid #ddd;
	padding:18px;
}
.reserch_box h3 {
	margin-top:0;
}
.reserch-r {
	/*float:right;*/
	/*margin-left:10px;*/
	text-align:center;
	width:100%;
}
.reserch-r img, .reserch-l img {
	width:100%;
	/*max-width:245px;*/
}
.reserch-r img.hp, .reserch-l img.hp {
	width:16px;
	height:16px;
}
.reserch-l {
	/*float:left;*/
	width:100%;
}
.reserch_box .reserch-r {
	width:100%;
	text-align:left;
}
.reserch_box .reserch-l {
	width:100%;
	text-align:center;
}
#content .outer .inner.single h3.reserch {
	border:1px solid #ddd;
	padding:10px 15px 10px 20px;
	border-left:7px solid #112D55;
}
/*-----------------------------
　　その他
------------------------------*/
.img-news {
	width:100%;
	height:auto;
	max-width:480px;
	margin:10px auto;
	display:block;
}
