@charset "UTF-8";


/* Reset ------------------------------------------------------------------ */

html, body, div, 
dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, input, textarea, 
th, td{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll; /* Firefoxのスクロールバー領域をつねに表示する */
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: bold;
}

img{
	border: none;
	vertical-align: bottom; /* 文字列が存在しない領域の画像の下に隙間ができてしまうのを防ぐ */
}

hr{
	border: 0 none;
	height: 1px;
	background: #afafaf; color: #afafaf; /* Opera他モダンブラウザ用 */
}

/* HTML5の新要素をブロックレベルに指定 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
}


/* Utilities -------------------------------------------------------------- */

/* 画像の回り込み */
.img_l{
	margin-right: 1.5em; margin-bottom: 1.25em; float: left;
}
.img_r{
	margin-left: 1.5em; margin-bottom: 1.25em; float: right;
}

/* 回り込みの解除 */
.b_clear{
	clear: both;
}

/* 回り込みの解除 */
/* ----------------------------------- Firefox、Safari、Operaなどモダンブラウザ用（IE7、IE6、Mac IE5未対応） */
.clearfix::after, #header-inner::after, #main-visual-inner::after, #contents::after, #visualnavi-inner::after, #sitemap-inner::after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ----------------------------------- IE7、Mac IE5用 */
.clearfix, #header-inner, #main-visual-inner, #contents, #visualnavi-inner, #sitemap-inner{
	display: inline-table;
	min-height: 1%;
}
/* ----------------------------------- IE6以前用 */
/* Hides from IE-mac \*/
* html .clearfix, #header-inner, #main-visual-inner, #contents, #visualnavi-inner, #sitemap-inner{
	height: 1%;
}
.clearfix, #header-inner, #main-visual-inner, #contents, #visualnavi-inner, #sitemap-inner{
	display: block;
}
/* End hide from IE-mac */


/* Layout ----------------------------------------------------------------- */

body{
	background: #fff;
	text-align: center; /* Win IE5.5用 */
}

#main, #sub{
	position: relative;
	float: left;
	display: inline; /* Win IE6以前用 */
}

#main-visual, #main, #footer, #copyright{
	clear: both;
}

#visualnavi-inner{
	padding: 20px;
}
#main-inner{
	padding: 20px 30px 20px 20px;
}
#sub-inner{
	padding: 20px 20px 20px 0;
}

#header, #main-visual, #main, #sub, #footer{
	overflow: hidden; /* ボックスからはみ出た部分を非表示にすることでレイアウトが崩れるのを防ぐ */
	word-wrap: break-word; /* 連続する半角英数字が改行されないことでレイアウトが崩れるのを防ぐ */
}


/* ------------------------------------ カラムレイアウト */

#header, #main-visual, #footer{
	text-align: center; /* Win IE5.5用 */
}

#header-inner, #contents{
	width: 950px;
	margin: 0 auto;
	text-align: left; /* Win IE5.5用 */
}
#main-visual-inner{
	width: 990px;
	margin: 0 auto;
	text-align: left; /* Win IE5.5用 */
}
#main{
	width: 700px;
}
#sub{
	width: 250px;
}


/* Global ----------------------------------------------------------------- */

body{
	background: linear-gradient(to bottom, #faf9f2 20%, #fff 80%); color: #333;
	font-size: 88%; line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color: #003399; text-decoration : none;
}
a:hover{
	color: #bb3344; text-decoration : underline;
}
a:active{
	background: rgba(255,255,255,0);
}

/* テキスト設定 */
.text_10{
	font-size: 63%; font-weight: normal;
}
.text_12{
	font-size: 75%; font-weight: normal;
}
.text_14{
	font-size: 88%; font-weight: normal;
}
.text_16{
	font-size: 100%; font-weight: normal;
}
.text_18{
	font-size: 113%; font-weight: normal;
}
.text_20{
	font-size: 125%; font-weight: normal;
}
.text_22{
	font-size: 138%; font-weight: normal;
}
.text_24{
	font-size: 150%; font-weight: normal;
}
.text_26{
	font-size: 163%; font-weight: normal;
}
.text_28{
	font-size: 175%; font-weight: normal;
}

.bold{
	font-weight: bold;
}

.red{
	color: #ff0000;
}
.blue{
	color: #0000ff;
}

.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.middle{
	vertical-align: middle;
}


/* Header ----------------------------------------------------------------- */

#header{
	border-bottom: 1px solid #d0d0d0;
	background: #fff url(images/bg_head.png) repeat-x left bottom;
}

#header-inner{
	padding: 20px 0 10px;
}

#header p{
	padding: 0 10px;
	font-weight: bold;
}

#header-left{
	width: 300px;
	float: left;
	display: inline; /* Win IE6以前用 */
}

#header-right{
	width : 700px;
	float: right;
	display: inline; /* Win IE6以前用 */
}
#header-right p{
	text-align: right;
	margin-bottom: 10px;
}

#header-right ul{
	list-style: none;
	text-align: right;
	font-size: large;
}
#header-right ul li{
	display: inline;
	background: url(images/bg_arrow.gif) no-repeat left 50%;
	padding: 0 10px;
}
#header-right p a, #header-right ul li a{
	color: #666;
}
#header-right p a:hover, #header-right ul li a:hover{
	color: #333;
	border-bottom: 2px solid #000077;
	text-decoration: none;
}


/* main-visual ------------------------------------------------------------ */

#main-visual{
	background-color: #4979c4;
	height: 220px;
}

/* 
#main-visual-inner {
	background: url(images/main-visual.jpg) no-repeat left 50%;
	margin-top: 20px;
	height: 150px;
	padding: 15px 0;
}

#main-visual p {
	padding: 15px 20px;
}
 */

#main-visual-inner{
	margin-top: 20px;
}

#mv-left{
	width: 650px;
	float: left;
	display: inline; /* Win IE6以前用 */
}

#mv-right{
	width: 340px;
	float: right;
	display: inline; /* Win IE6以前用 */
}


/* Content ---------------------------------------------------------------- */

#container{
	width: 100%;
}

#contents{
	background-color: #fff;
	box-shadow: 0 0 10px #bfbfbf;
	padding: 20px;
}

#breadcrumbs{
	font-size: 75%;
	text-align: left;
	margin-bottom: 0;
	padding: 0 40px;
}
#breadcrumbs .current{
	color: #cc0000;
}

.visualnaviColumn{
	float: left;
	width: 290px;
	background-color: #eff4fc;
	margin-right: 20px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}
.last{
	margin-right: 0;
}

.visualnaviColumn h2{
	background-color: #850000; color:#fff;
	padding: 5px 10px;
	font-size: 88%;
	font-weight: normal;
}
.visualnaviColumn p{
	padding: 10px 20px;
	font-size: 88%;
}

.visualnaviColumn a{
	color: #333; text-decoration : none;
}


/* ------------------------------------ Main */

#main{
	background-color: #fff;
}

#main .top-image{
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
	margin-bottom: 2em;
}

#main .section{
	margin-bottom: 2em;
}

#main .section h2{
	background-color: #4979c4; color: #fff;
	border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;
	line-height: 1.6;
	padding: 8px 10px 7px 20px;
	margin-bottom: 1.75em;
}

#main .section h3{
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
	margin-left: 1.5em; margin-right: 1em;
	margin-bottom: 1.25em;
}
#main .section h3 span{
	border-bottom: 3px solid #004ea2;
	display: inline-block;
	padding: 10px 3px;
	position: relative;
	left: 0;
	top: 2px;
}

#main .section h4{
	line-height: 1;
	background-color: #e9e6e0;
	border-left: 6px solid #2980b9;
	padding: 6px 5px 5px 10px;
	margin-left: 1.5em; margin-right: 1em;
	margin-bottom: 1em;
}

#main .section p, #main .section dl, #main .section ul, #main .section ol, #main .section form{
	padding-left: 1.5em; padding-right: 1em;
	margin-bottom: 1.25em;
}
#main .section p.last, #main .section ol.last{
	margin-bottom: 2em;
}
#main .section p.arrow a{
	background: url(images/011.gif) no-repeat left center;
	padding-left: 0.75em;
}


/* ------------------------------------ Sub */

#sub{
	background-color: #fff;
}

#sub .local-menu{
	margin-bottom: 1em;
}
#sub .local-menu p{
	border-bottom: 1px solid #fff;
	line-height: 0; /* ブロック要素で画像を囲んだ際に不必要な余白がができてしまうのを防ぐ */
}

#sub .local-menu ul li{
	list-style: none;
}
#sub .local-menu ul li a{
	padding: 10px;
	display: block;
	color: #666;
	text-decoration: none;
	border-left: 5px solid #333;
	border-bottom: 1px solid #ddd;
}
#sub .local-menu ul li a:hover{
	border-left: 5px solid #cc3300;
	background-color: #e9f4ff;
}
#sub .local-menu ul ul li a{
	padding-left: 1.5em;
	font-size: 88%;
	border-left: 5px solid #666;
}

#sub .local-menu ul li a.current{
	font-weight: bold;
	background-color: #fff; color: #cc3300;
}

#sub .side-menu{
	margin-bottom: 1em;
	border: 1px solid #ddd;
}
#sub .side-menu ul li{
	list-style: none;
	border-bottom: 1px solid #ddd;
	background: url(images/bg_side-menu.png) repeat-x center;
}
#sub .side-menu ul li a{
	padding: 10px;
	display: block;
	color: #666;
	text-decoration: none;
	background: url(images/icon_arrow.png) no-repeat 206px 18px;
}
#sub .side-menu ul li a:hover{
	background: #e9f4ff url(images/icon_arrow.png) no-repeat 206px 18px;
}
#sub .side-menu ul li.last{
	border-bottom: none;
}

#sub .btn{
	margin-bottom: 1em;
	text-align: center;
}

#sub .section{
	background-color: #f7f7f7;
	margin-bottom: 1em;
	background: linear-gradient(to top, #f7f7f7 0%, #fff 80%);
}

#sub .side-box{
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 88%;
	padding: 0;
}
#sub .side-box h2{
	background: #ccc; /* IE9でグラデーションが効かないため */
	background: linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
	color: #004ea2;
	margin: 0;
	padding: 5px 10px;
}
#sub .side-box p{
	padding: 10px;
}


/* Footer ----------------------------------------------------------------- */

#footer{
	width: 100%;
	background-color: #3b3b3b; color: #fff; font-size: 88%;
}

#sitemap{
	width: 857px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: left;
}
#sitemap a{
	color: #fff;
}
#sitemap a:active{
	background: rgba(255,255,255,0);
}
.sitemapColumn1{
	float: left;
	width: 162px;
	margin-right: 25px;
}
.sitemapColumn2{
	float: left;
	width: 270px;
	margin-right: 25px;
}
.sitemapColumn3{
	float: left;
	width: 200px;
	margin-right: 25px;
}
.sitemapColumn4{
	float: left;
	width: 150px;
	margin-right: 0;
}
#sitemap p{
	font-weight: bold;
	margin-bottom: 0.5em;
}
#sitemap li{
	list-style: none;
}
#sitemap ul ul{
	padding-left: 1em;
}

#copyright{
	background-color: #fff; color: #999; padding: 20px 0; text-align: center;
}
#copyright p{
	width: 857px; margin: 0 auto; font-size: 75%; text-align: right;
}


/* ------------------------------------ ページの先頭へ戻る */

#pageTop{
	position: fixed;
	right: 24px;
	bottom: 30px;
	font-size: 88%;
}

#pageTop a{
	display: block;
	padding: 7px 13px 6px 13px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2); /* Firefoxで角丸部分が白くなるのを防ぐ */
	background: #000;
	color: #fff;
	text-decoration: none;
}
#pageTop a:hover{
	color: #eafb73;
}


@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	src: url('fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('fonts/fontawesome-webfont.woff') format("woff"), url('fonts/fontawesome-webfont.ttf') format("truetype"), url('fonts/fontawesome-webfont.svg') format("svg");
}

.fa{
	display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1;
}

.fa-arrow-circle-up{
	margin-right: 5px;
}
.fa-arrow-circle-up::before{
	content: "\f0aa";
}


/* Widget ----------------------------------------------------------------- */

table{
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5; /* Win IE5.5用 */
	width: 615px;
	margin-left: 1.5em; margin-right: 1em;
}

/* テーブル・ループアンテナ（仲介器）の入手方法 */
table.loop{
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0.5em;
}
table.loop td{
	background-color: #d5dfff;
	border: 1px solid #fff;
	padding:10px;
	text-align: center;
	font-size: 88%;
}

.meas_box{
	margin-bottom: 1.25em;
	padding-left: 1.5em;
	display: table;
}
.meas_box .L{
	display: table-cell;
	width: 250px;
}
.meas_box .R{
	display: table-cell;
	width: 365px;
	vertical-align: top;
}
.meas_box .L2{
	display: table-cell;
	width: 300px;
}
.meas_box .R2{
	display: table-cell;
	width: 315px;
	vertical-align: top;
}
.meas_box .L3{
	display: table-cell;
	width: 365px;
	vertical-align: top;
}
.meas_box .R3{
	display: table-cell;
	width: 250px;
	text-align: center;
}
#main .section .meas_box .R p, #main .section .meas_box .R2 p{
	padding-left: 1.5em; padding-right: 0;
	margin-bottom: 0.5em;
}
#main .section .meas_box .L3 p{
	padding-left: 0; padding-right: 1.5em;
	margin-bottom: 0.5em;
}
#main .section .meas_box .R3 div{
	margin-bottom: 10px;
}
#main .section .meas_box .R3 p{
	padding-left: 1em; padding-right: 1em;
	font-size: 88%;
}
#main .section .meas_box .R .mb075, #main .section .meas_box .R2 .mb075, #main .section .meas_box .L3 .mb075{
	margin-bottom: 0.75em;
}
#main .section .last{
	margin-bottom: 2em;
}

/* 外部発表 */
#main .pubhead p{
	margin-bottom: 0;
}
#main .pubhead ul{
	list-style: none;
	font-size: 88%;
}
#main .pubhead ul li{
	display: inline;
	background: url(images/bg_arrow.gif) no-repeat left 50%;
	padding: 0 10px;
	margin-left: 7px;
}

#main .pub{
	margin-left: 1.5em; margin-right: 1em;
	font-size: 88%;
}
#main .section ul.pub{
	padding-left: 1.5em; padding-right: 0em;
	margin-bottom: 1.25em;
}
#main .pub li{
	line-height: 1.4;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

#main .section h4.paper{
	background-color: #ddddff;
}
#main .section span.paper{
	background-color: #ccccff; padding: 0 5px;
}
#main .section h4.oral{
	background-color: #ddffdd;
}
#main .section span.oral{
	background-color: #ccffcc; padding: 0 5px;
}


/* ------------------------------------ index.html */

/* お知らせ */
#main .info{
	font-size: 88%;
}
#main .info dt{
	float: left;
	color: #294f86;
	font-weight: bold;
}
#main .info dd{
	background: url(images/line_dot.gif) repeat-x 0 bottom;
	padding-left: 8em;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#main .all{
	text-align: right;
	padding-right: 1.5em;
	font-size: 88%;
	font-weight: normal;
}
#main .all a{
	border: 1px solid #b7c3c3;
	background: #fafdff url(images/bg_btn.png) repeat-x left bottom;
	border-radius: 3px;
	padding: 2px 5px;
}
#main .all a:hover{
	text-decoration: none;
}

/* 社会還元等 */
#main .newwin{
	font-size: 88%;
}
#main .newwin li{
	list-style: none;
	background: url(images/list_newwin.gif) no-repeat left 0.5em;
	padding-left: 1.75em;
}


/* ------------------------------------ general.html */

/* 画像の表組 */
.oneline{
	display: table;
	margin: 0 auto;
}
.oneline .one{
	display: table-cell;
	width: 280px;
	text-align: center;
}
#main .section .oneline .one div{
	margin-bottom: 10px;
}
#main .section .oneline .one p{
	padding-left: 1em; padding-right: 1em;
	font-size: 88%;
}

.mb125{
	margin-bottom: 1.25em;
}





