@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
	font-size : 62.5%;
	} 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size : 12px;
	line-height: 1em;
}

/* clearfix */
#header:after,
#container:after,
#contents:after,
.clearfix:after{
	content:" ";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
#header,
#container,
#contents,
.clearfix{
	display:inline-block;
	min-height:1%;
}


/* Hides from IE-mac */
* html #header,
* html #container,
* html #contents,
* html .clearfix{height:1%;}

#header,
#container,
#contents,
.clearfix{display:block;}


/* リンクテキスト */
a:link,
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}

a.over,
.over {cursor: pointer;}


/* 画像（幅いっぱいにする） */
img.max-width {
     max-width: 100%;
     height: auto;
     display:block;
}


/* 余白/フロート */
.clear{clear:both;}
.left{ float:left;  }
.right{ float:right; }
.align-c{ text-align:center; }
.align-r{ text-align:right; }
.align-l{ text-align:left; }

.mgB0{   margin-bottom:0px;  }
.mgB5{   margin-bottom:5px;  }
.mgB10{  margin-bottom:10px; }
.mgB15{  margin-bottom:15px; }
.mgB20{  margin-bottom:20px; }
.mgB30{  margin-bottom:30px; }
.mgB40{  margin-bottom:40px; }
.mgB50{  margin-bottom:50px; }

.mgT0{   margin-top:0px;  }
.mgT5{   margin-top:5px;  }
.mgT10{  margin-top:10px; }
.mgT15{  margin-top:15px; }
.mgT20{  margin-top:20px; }
.mgT30{  margin-top:30px; }
.mgT40{  margin-top:40px; }
.mgT50{  margin-top:50px; }

.mgR0{   margin-right:0px;  }
.mgR5{   margin-right:5px;  }
.mgR10{  margin-right:10px; }
.mgR15{  margin-right:15px; }
.mgR20{  margin-right:20px; }
.mgR30{  margin-right:30px; }
.mgR40{  margin-right:40px; }
.mgR50{  margin-right:50px; }

.mgL0{   margin-left:0px;  }
.mgL5{   margin-left:5px;  }
.mgL10{  margin-left:10px; }
.mgL15{  margin-left:15px; }
.mgL20{  margin-left:20px; }
.mgL30{  margin-left:30px; }
.mgL40{  margin-left:40px; }
.mgL50{  margin-left:50px; }

.pdgB0{   margin-bottom:0px;  }
.pdgB5{   margin-bottom:5px;  }
.pdgB10{  margin-bottom:10px; }
.pdgB15{  margin-bottom:15px; }
.pdgB20{  margin-bottom:20px; }
.pdgB30{  margin-bottom:30px; }
.pdgB40{  margin-bottom:40px; }
.pdgB50{  margin-bottom:50px; }

.pdgT0{   margin-top:0px;  }
.pdgT5{   margin-top:5px;  }
.pdgT10{  margin-top:10px; }
.pdgT15{  margin-top:15px; }
.pdgT20{  margin-top:20px; }
.pdgT30{  margin-top:30px; }
.pdgT40{  margin-top:40px; }
.pdgT50{  margin-top:50px; }

.pdgR0{   margin-right:0px;  }
.pdgR5{   margin-right:5px;  }
.pdgR10{  margin-right:10px; }
.pdgR15{  margin-right:15px; }
.pdgR20{  margin-right:20px; }
.pdgR30{  margin-right:30px; }
.pdgR40{  margin-right:40px; }
.pdgR50{  margin-right:50px; }

.pdgL0{   margin-left:0px;  }
.pdgL5{   margin-left:5px;  }
.pdgL10{  margin-left:10px; }
.pdgL15{  margin-left:15px; }
.pdgL20{  margin-left:20px; }
.pdgL30{  margin-left:30px; }
.pdgL40{  margin-left:40px; }
.pdgL50{  margin-left:50px; }


/* フォントサイズ */
.font8 {font-size:0.8em;}
.font10 {font-size:1em;}
.font12 {font-size:1.2em;}
.font14 {font-size:1.4em;}
.font16 {font-size:1.6em;}
.font18 {font-size:1.8em;}
.font20 {font-size:2.0em;}
.font24 {font-size:2.4em;}


/*フォントカラー*/


/*===============================================
layout（全ページ共通）
===============================================*/
#wrapper {
	width: 100%;
}

/*===============================================
header（下層ページ共通）
===============================================*/

/*↓↓topページではhome.cssで上書きします↓↓*/
#header {
	width: 100%;
	height: 160px;
}
#header h1 {
	position: absolute;
	width: 174px;
	height: 103px;
	top: 30px;
	left: 0;
}
#header .sitettll { 
	position: absolute;
	top: 55px;
	left: 50%;
	background-attachment: scroll;
	background-image: url(../img/raiad-logo-yoko.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 9999px;
	width: 175px;
	height: 56px;
	margin-left: -87px;
	text-indent: -9999px;
}
#header #smenu {
	position: absolute;
	top: 40px;
	right: 0;
	font-size: 1em;
	color: #003e5f;
	overflow: hidden;
	text-align: center;
}
#header #smenu li {
	float: left;
	margin-left: 0px;
	width: 80px;
}
#header #smenu div {
	text-align: center;
}
#header #smenu li .ico {
	display: block;
	margin-bottom:7px;
}
#header #smenu li .ttl {
	display: block;
	line-height: 1.2em;	
}
#smenu a:link,
#smenu a:visited {
	color: #003e5f;
	text-decoration: none;
}
#smenu a:hover {
	color: #003e5f;
	text-decoration: underline;
}

/*===============================================
メニュ−（下層ページ共通）
===============================================*/
#gnav {
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;	
}

/*グランドメニューはリンクテキスト色グレー*/
#gnav a:link,
#gnav a:visited {
	text-decoration: none;
	color: #333;
}

/*セキュアアイコン（鍵）*/
#gnav .key {
	background-image: url(../img/ico-key.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}

/*親メニュー*/
.gnav-parent {
	position: relative;
	height: 60px;
	display: table;
	border-collapse: collapse;
	font-size: 1.2em;
}
.gnav-parent li {
	text-align: center;
	display: table-cell;
	width:320px;
}
.gnav-parent li p {
	cursor: pointer;
	padding: 20px 0px;
	height: 20px;
}
#grant p {background-color: #2faea6;}
#ethics p {background-color: #2299C7;}
#co_research p {background-color: #ef8272;}

/*子メニュー*/
.gnav-child {
	position: absolute;
	top: 60px;
	border-top: solid 1px #efefef;
	display: none;
}
.gnav-child li {
	position: relative;
	display: block;
	border-bottom: solid 1px #efefef;
	text-align: left;
	background-color: #fff;
}
.gnav-child li a {
	padding: 20px;
	display: block;
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	color: #333;
}
#ethics .gnav-child li:last-child a { /*「研究倫理」リスト最後のみ幅調整*/
	width: 279px;
}

/*孫メニュー*/
.gnav-grandchild {
	position: absolute;
	top: -1px;
	left:320px;
	z-index: 9999;
	border-top: solid 1px #efefef;
	display: none;
}
.gnav-grandchild li {
	position: relative;
	display: block;
	text-align: left;
	background-color: #fff;
}
.gnav-grandchild li a {
	border-left: none;
	border-right: solid 1px #efefef;
	width: 279px;
}

/*子&孫メニュー マウスアクション（背景色）*/
#grant .on a,
#grant .gnav-child li a:hover {
	background-color: #2faea6;
	color: #fff;
}
#ethics .on a,
#ethics .gnav-child li a:hover {
	background-color: #2299C7;
	color: #fff;
}
#co_research .on a,
#co_research .gnav-child li a:hover {
	background-color: #ef8272;
	color: #fff;
}
.gnav-grandchild li a:hover {
	text-decoration: underline !important;
}

/*学内閲覧制限コメント*/
#gnav .notice {
	display: none;
}

/*===============================================
footer（下層ページ共通）
===============================================*/
#footer {
	text-align: center;
	width: 100%;
	line-height: 1em;
	background-color: #F0F0F0;
}
#footer .copyright {
	background-color: #003e5f;
	padding: 40px 0px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer #linktoOutside {
	margin: 0px auto;
	padding: 30px 0px;
}
#footer #linktoOutside h1 {
	display: none;
}
#footer .comm {
	display: none;
}
#footer .banner-short,
#footer .banner-long {
	overflow: hidden;
	margin: 20px 0px;
}
#footer .banner-short li:last-child,
#footer .banner-long li:last-child {
	margin-right: 0px;
}
#footer .banner-short li {
	float: left;
	width: 220px;
	height: 55px;
	margin-right: 26.6px;
}
#footer .banner-long li {
	float: left;
	width: 300px;
	height: 55px;
	margin-right: 30px;
}

/*===============================================
ページの上へ（全ページ共通）
===============================================*/
#pagetop {
	position: fixed;
	bottom: 30px;
	width: 100%;
	height: 40px;
	z-index: 999;
}
#pagetop a {
	position: absolute;
	top: 0;
	right: -70px;
	width: 40px;
	display: block;
}

/*===============================================
コンテンツ
===============================================*/
#contents {
	/*background-color: #ccc;*/
	font-size:1.2em;
	line-height:2.5em;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.grant div,
.ethics div,
.co_research div {
	margin-bottom: 30px;
}
.grant div p,
.ethics div p,
.co_research div p {
	margin-bottom: 10px;
}
.grant table p,
.ethics table p,
.co_research table p {
	margin-bottom: 0px;	
}
.left-indent {
	margin-left: 30px;
}


/*===============================================
内側のワイド幅指定
===============================================*/
.inner-width {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
