@charset "UTF-8";

/**LOGOSWARE CSS*****************
kodo.css
Version: 1.0：2014/12/10 17:55

keycolor:
#212068;濃紺
#55DDDD;水色
********************************/

html {
	font-size: 62.5%;
}
/***************************************************************
レイアウト
***************************************************************/

/*全サイト共通ボーダー指定*/

#wrap{
border-left:1px solid #908fb3 ;border-right:1px solid #908fb3 ;}
#breadcrumb{
	border-bottom:1px solid #908fb3;
}

#main {
	border-left:1px solid #908fb3 ;
}
#footer{
	border-top:1px solid #908fb3 ;
}

/***************************************************************
#header
***************************************************************/
#header,.upperPart{
	border-bottom:1px solid #908fb3 ;
}


#header {
	border-top: 10px solid #5dd;
}

.upperPart{
	width: 100%;
}

.headerInbox{
	position: relative;
	width:971px;
	margin:0 auto;padding: 0;
	overflow:hidden;
}

#site-title{
	margin: 20px auto 18px;
	/*width:732px; height:56px;*/
	width:498px; height:74px;
	background: url(../images/site_title.png) 0 0 no-repeat;
}

/*------------------------------------------------------------
ヘッダ内
------------------------------------------------------------*/
.upperPart .headerInbox{
	height: 67px;
}

/*------------------------------------------------------------
組織ロゴ
------------------------------------------------------------*/

.headerInbox .org{
	position:absolute;
	top:0px;
	left:0px;
	text-align: right;
}

.headerInbox .org ul {
	list-style-type: none;
	margin-left: 0;
}

.headerInbox .org li{
	height:67px;
	float: left;
	background-repeat: no-repeat;
	border-left:1px solid #908fb3 ;
	background-position: center center;
}

.headerInbox .org li#tsukuba{
	background-image: url(../images/headerlogo_tsukuba.png);
	width: 180px;

}
.headerInbox .org li#kanoya{
	background-image: url(../images/headerlogo_kanoya.png);
	width: 230px;
	border-right:1px solid #908fb3 ;
}

/*------------------------------------------------------------
ヘッダ肩メニュー
------------------------------------------------------------*/

.headerInbox #headerNavi {
	position:absolute;
	top:0px;
	right: 0px;
	/*left:633px;
	width:337px;*/
	height:67px ;
	text-align: right;
	}

.headerInbox #headerNavi .changer,.headerInbox #headerNavi .gsh{
	float: left;
	height: 100%;
	border-left:1px solid #908fb3 ;
}

.headerInbox #headerNavi .lang{
	float: left;
	padding:0 1em;
	text-align: right;
	font-size: 1.3em;
	line-height:69px
}


/*文字サイズ切り替え
*************************************/

.headerInbox #headerNavi #fontSize{
	list-style-type:none;
	width:161px;
	margin:23px 0;
	font-size: 1.2rem;
}

#fontSize li{
	float:left;
	padding:0.3em;
	line-height: 1.8rem;
	margin-right: 3px;
}

#fontSize li.sizeTitle{
	margin-left:1rem;
}

#fontSize li.small:hover,#fontSize li.middle:hover,#fontSize li.large:hover{
	background-color: #4ee;
	color:#fff;
}

#fontSize .small,#fontSize .middle,#fontSize .large{
	display:block;
	padding: 0.1em 0.3em;
	color:#fff;
	margin-left: 0.2rem;
	background: #212068;
	cursor: pointer;
}

#fontSize li.current{
	color:#fff;
	background: #212068;
}

/*googleForm
*********************/

.headerInbox #headerNavi .gsh{
	width: 172px;
	border-right:1px solid #908fb3 ;
}

#gForm{
	display: block;
	width: 145px;
	height: 20px;
	margin: 22px 4px 0 12px;
	padding: 0;
	line-height: 1;
	border: 1px solid #ccc;
	background-color: #eee;
	}

#gForm input#keyword {
	display: block;
	float: left;
	width: 120px;
	height: 18px;
	border: none;
	font-size: 12px;
	vertical-align: text-bottom;
	overflow: hidden;
	color:#666;
	background-color: #eee;
	}

#gForm input#searchBtn {
	display: block;
	float: right;
	width:20px; height:18px;
	}

/***************************************************************
パンくず
***************************************************************/
#breadcrumb{
	text-align: right;
	background:url(../images/site_eng_name.png) no-repeat 15px center;
}

#breadcrumb .pan{
	margin-right: 20px;
}


#breadcrumb a{
	text-decoration: underline;
}


#breadcrumb h2{
	display: inline;
	vertical-align: middle;
	padding-left: 1rem;
	font-size: 2.8rem;
	font-weight: normal;
	color:#212068;
}

body.home #breadcrumb h2{
	font-size: 2.3rem;
}

/***************************************************************
#side メニュー
 （カスタムメニュー使用 ulのclass="menu"）
***************************************************************/

#side {
	}

#side p {
	margin:0;
	padding: 0;
	vertical-align: top;
	}

#side ul {
	margin:0;
	padding:0;
	}

#side li{
	list-style-type:none;
	border-bottom:1px solid #908fb3;
	}

#side li a{
	display: block;
	color:#333;

	}

#side li a:hover{
/*	text-decoration: none;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#E2FCFC;*/
}

/*#menuBox 共通指定*/

#menuBox ul.menu{
	width:229px;
	line-height: 1.5em;
	font-size: 1.3em;
	}

#menuBox ul.menu li a{
	display: block;
	padding:20px 15px;
	border-bottom: none;
	text-decoration: none;
}

/*current*/
#menuBox ul.menu li.current-menu-item > a,
#menuBox ul.menu li ul li.current-menu-item > a,
ul.archive_list li.current-cat > a{
	background-color:#E2FCFC;

}

/*hover指定：currentよりちょい薄め
------------------------------------------------------------*/
#menuBox ul.menu li a:hover,
#menuBox ul.menu li.current-menu-item ul li a:hover/*親がカレント*/,.archiveMenu ul li a:hover
{
	padding:13px 8px;
	border:solid 7px #ccf5f5;
	outline:solid 1px #908fb3;
	background: url(../images/current_arrow.png) no-repeat 95% center;
	}

#menuBox li.lv1{
	padding-top: 67px;
	height: 55px;
	width: 100%;
	background: url(../images/pagetitle_bg.png) no-repeat 0 0;
	margin-bottom: 10px;
	font-size: 2em;
}

#menuBox ul.menu li.lv1 a,#menuBox ul.menu li.lv1 a.current-menu-item{
	background-color:transparent;
	text-align: right;
	color:#fff;
	font-weight: normal;
}

/*------------------------------------------------------------
アーカイブメニュー
------------------------------------------------------------*/

div.archiveMenu{
}

.archiveMenu ul{
	width:229px;
	line-height: 1.5em;
	font-size: 1.3rem;
	}


.archiveMenu ul li a{
	display: block;
	padding:20px 15px;
	border-bottom: none;
	text-decoration: none;
}

.archiveMenu ul.children li a{
	padding-top: 12px;
	padding-bottom: 12px;
	}

.archiveMenu ul.children{
	border-bottom: none;
}

#side .archiveMenu ul.children li{
	border-top:1px dotted #babad0;
	border-bottom: none;
	}

.archiveMenu ul.children li a:hover{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*メタ
------------------------------------------------------------*/

.metaArea{
	margin: 40px 0;
}

.metaArea h3.widget-title{
	padding: 1em 0 1em 12px;
}

#side .metaArea li{
	padding: 1em;
	font-size: 1.2em;
	border: none;
	}

/*トップバナーエリア
------------------------------------------------------------*/
.home #side .top-widget{
	margin: 60px 4px 10px;
}


/*スライドショーの矢印位置指定*/
.easingsliderlite-arrows {
top: 150px!important;
}

/***************************************************************
本文
***************************************************************/

#main .content{
	min-height: 600px;
	margin:50px 30px 50px 35px;
}

/*本文記事のリンクにはアンダーライン付き*/
#main #post a {
	text-decoration: underline;
	}

/*本文共通設定*/
#main p,#main li,#main li>p,
#main td,#main th,
#main dd,#main dt{
	font-size: 1.3em;
	}

#main td p,#main td li,
#main th p,#main th li{
	font-size: 1em;
}

#main p {
	margin-bottom: 1em;
	word-wrap: break-word;
	word-break: normal;
	line-height: 1.8;
	}

#main li,#main dd,#main dt{
	line-height: 1.75;
	}

#main li li{
	font-size: 1em;
}

.navigation a{
	background-color: #212068;
}

.navigation a:hover{
	background-color: #e40011;
}

pre{
	margin-bottom: 1em;
}

legend{
	font-size: 1.3em;
	margin-bottom: 0.6em;
}


/***************************************************************
ページもの本文指定 #main
***************************************************************/

#main h1,#main h2,#main h3,#main h4,#main h5{
	margin-bottom:0.25em;
	line-height: 1.4;
}

#main h1{
	margin-bottom:0.8em;
	padding-bottom: 0.4em;
	font-size: 3.2em;
	font-weight: normal;
	color:#212068;
	}

/*h2*/
#main h2{
	font-size:2.2em;
	margin-bottom:0.3em;
	}

/*h3*/
#main h3{
	font-size: 2.4rem;
	color:#212068;
	font-weight: normal;
	margin-bottom: 1em;
		}

/*h4*/
#main h4{
	font-size: 1.8rem;
	margin-bottom: 1em;
	padding-left: .7em;
	border-left: 7px solid #8094c1;
	}

#main h4.navy{
	margin-bottom: .8em;
	padding: 0.3em 0.6em;
	font-size:1.6rem;
	color:#fff;
	border: none;
	background-color: #8094c1;
	border-radius: 2px;
}

#main h4.t_blue{
	margin-bottom: .8em;
	padding: 0.3em 0.6em;
	font-size:1.6rem;
	color:#fff;
	border: none;
	background-color: #5dd;
	border-radius: 2px;
}

/*h5*/
#main h5{
	font-size:1.4rem;
	}

#main p+h3,#main p+h4,#main ul+h3,#main ul+h4{
	margin-top: 1.6em;
}

#main h3+h4,#main h4+h5{
	margin-top: 0.8em;
}

#main table+h5,#main table+h4{
	margin-top: 3em;
}


/**********************************************
page(固定ページ)内の共通指定
**********************************************/
#main ul,#main ol{
	margin-left: 2.5em;
	margin-bottom: 1em;
}

/*テーブルの中のリストは冒頭下げをゆるめに*/
#main td>ul{
margin-left: 1.5em;
}

/*img*/
img.border{
	border: 1px solid #999;
	}

/*****
マージン指定
******************************/

#main #main p,#main #main table,#main #main ul,#main #main ol{
	/*margin:0 1.5em 0.8em 0;*/
	}

/*#main内パーツ設定*/

p.edit a{
	text-align: right;
	display: block;
	margin:0 1em 1em 0;
	padding: 0;
	font-size: 0.8em;
	}

#main hr {
	border-top:dotted #ccc;
	background-color:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	}

#main p.jack {
	border: 1px dotted #999;
	margin-left: -10px;
	padding: 0.75em;
	}

/*本文回り込み余白指定*/
#main .floatR{
	margin-left: 10px;
	}

#main .floatL{
	margin-right: 10px;
	}

/*------------------------------------------------------------
single.php
------------------------------------------------------------*/

.single #main h1.pageTitle{
	font-size: 2.6em;
	margin-bottom: 1em;
}

/*------------------------------------------------------------
archive.php
------------------------------------------------------------*/

.category #main .entry-title,.archive #main .entry-title{
	font-size: 1.8em;
}

.category #main .entry-title a,.archive #main .entry-title a{
	text-decoration: none;
		color:#212068;
}

.category #main .entry-title a:hover,.archive #main .entry-title a:hover{
	text-decoration: underline;
}

.category #main .arc_cat,.archive #main  .arc_cat{
	margin-right:0.5em;
	margin-left: 1em;
	vertical-align: middle;
	padding: 0.2em 0.5em;
	line-height: 1.8;
	font-size: 1rem;
	background-color: #212068;
}

.category #main .arc_cat a,.archive #main  .arc_cat a{
	color:#fff;
	text-decoration: none;
}

.category #main .entry-meta{
	font-size: 1.4em;
	text-align: right;
}

#main .meta-tag a{
	margin-left: 0.5em;
	padding: 2px 0.5em;
	background-color: #D83500;
	color:#fff;
	font-size: 0.9em;
	text-decoration: none;
}

/*********************
table　2013/10/08改訂
**********************/

#main table{
	width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main td,#main th{
	padding: 8px;
	border-bottom:1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main table tr:hover{
	background: #fffdf0;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#main thead{

}

#main thead>tr>td,#main thead>tr>th{
	line-height: 1.8;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	background-color: #E5FAFA;
}

#main table  tbody>tr>th{
	white-space: nowrap;
	background-color: #E5FAFA;
	}

#main table  tbody>tr>td,#main table  tbody>tr>th{
	line-height: 1.8;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

#main table :last-child{
 	margin-bottom: 0;
 }

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
#second-image{
	width: 100%;
}

#second-image img{
	display: block;
	width: 742px;
	margin: 0 auto;
	height: 180px;
	}

#footer{
	margin-bottom: 0;
	background-color: #fff;
}

/*------------------------------------------------------------
フッタコンテンツ
------------------------------------------------------------*/
.bTop{
	margin:0 30px 0 auto;
	width:142px; height:14px;
	background: url(../images/btop.png) no-repeat 0 100%;
}

.footerTab,#footerInbox{
	width:942px;
	margin:auto;
}

#footerInbox{
	padding: 0;
	height: 139px;
	background:url(../images/footer_pictgram.png) no-repeat 97% 100%;
}

#footer-wrap{
	margin: 20px 0;
}

.orgAdd{
	width: 780px;
	margin-left: 30px;
}

#footerInbox address{
	float: left;
	padding: 15px 20px;
	font-size: 1.2em;
	line-height: 1.6;
	font-style: normal;
}

#footerInbox address p{
	margin: 0;
}

#footerInbox address h5{
	font-size: 1.1em;
	margin-bottom: 0.7em;
}

#footerInbox address#tsukuba{
	width: 230px;
	padding-left:0px;
}

#footerInbox address#kanoya{
	width: 230px;
}

#footer-bottom{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	background-color: #5dd;
}

#footer-bottom #copyright{
	margin:auto;
}

#footer-bottom #copyright p{
	line-height: 1.6;
	margin: 1em 0 0;
	text-align: center;
	color:#fff;
}

/* =========================================================
ページ毎の設定
========================================================= */

/**************************************************************
front-page
***************************************************************/
.news_view{
	margin-top: 50px;
	margin-bottom: 30px;
}

.news_view header{
	position: relative;
	margin: 0;
}

#main .news_view h1{
	background:url(../images/news_title.png) no-repeat 0 0;
	margin-bottom: 0;
}

#main .news_view .btnBase{
	position: absolute;
	top:0;
	right: 0;
	width: 100px;
	padding: 3px 1em 3px 3px;
	color: #fff;
	font-size: 1.2rem;
}

#main .news_view ul{
	width: 687px;
	margin-left: 0;
	list-style-type: none;
	border-top:1px solid #ccc;
}

.news_view li{
	margin-bottom: 0.5em;
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}

.news_view li:hover{
	/*background-color: #e2fcfc;*/
}

#main .news_view .entry-meta{
	float: left;
	width: 35%;
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 0;
}

#main .news_view .entry-meta .date{
	width: 9em;
	float: left;
}

#main .news_view .entry-meta .newsCat a{
	float: left;
	display: block;
	width: 8em;
	padding: 0 0.5em;
	color:#fff;
	background-color: #5cc;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}

#main .news_view li h2{
	float: left;
	width: 63%;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8;
	margin-bottom: 0;

}

#main .news_view li h2 .new,#main .news_view li h2 .notice{
	padding: 0 0.5em;
	color:#fff;
	background-color: #D83500;
	font-size: 0.9em;
	}

#main .news_view li h2 .notice{
	margin-right: 5px;
	color:#fff;
	background-color: #D83500;
}

/***************************************************************
パーツの位置調整
***************************************************************/
table+h3{
	margin-top: 60px;
}

/*------------------------------------------------------------
テーブルクラス
------------------------------------------------------------*/

#main table.noborder,#main table.noborder th,#main table.noborder td{
	border: none;
	padding: 0;
}

#main table.noborder tr:hover{
	background: #fff;
}

/*------------------------------------------------------------
検索ページ
------------------------------------------------------------*/
#main.one-column{
	border-left: none;
	margin-top: 30px;
	width: 920px;
}

#main.one-column .content{
	margin-top: 0;
	margin-left: 0;
}

#main.one-column h1.pageTitle{
	margin: 30px 20px 0 0;
	padding: 0;
}

#main.one-column table,#main.one-column table tbody>tr>td, #main.one-column table tbody>tr>th{
	border: none;
}

#main .sResult td{
	font-size: 1.2rem;
}