@charset "utf-8";
	
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.75;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
	text-align: center;
	color: #333333;
}

.noscript {
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #C40D22;
}
.inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}


/*--------------------------------
	jQueryResponsiveImgSwitch
--------------------------------*/
.switch {
	visibility: hidden;
}


/*--------------------------------
	coler
--------------------------------*/
.red {
	color: #FFF;
}


/*--------------------------------
	etc.
--------------------------------*/
/*======== a ========*/
a {
	color: #333333;
	outline: none;
}

a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	zoom: 1;
}


/*======== btn ========*/
.btn01 {
	display: inline-block;
	padding: 12px 19px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#BFBFBF, direction=120, strength=3, enabled=true);
	zoom: 1;
}
.home .btn01			{ background: #C40D22; }
.outline .btn01			{ background: #DF9606; }
.research .btn01		{ background: #009B85; }
.organization .btn01	{ background: #0078BD; }
.progress .btn01		{ background: #96007F; }
.info .btn01			{ background: #999999; }


/*======== img ========*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*======== figure ========*/
figure {
  margin: 1em 0;
}


/*======== table ========*/
table {
	max-width: 100%;
}

/*======== ul ========*/
ul {
	margin-left: 1.5em;
	padding-left: 0;
}
.ul_basic01 li {
	margin: 1em 0;
}

/*======== ol ========*/
ol {
	margin-left: 2.25em;
	padding-left: 0;
}


/*======== clear ========*/
/* clear */
.clear {
	clear: both;
}

/* clearfix */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

/* clearover */
.clearover {
	overflow: auto;
}


/*======== float ========*/
.flR {
	float: right;
}
img.flR {
	margin: 0 0 20px 20px;
}

.flL {
	float: left;
}
img.flL {
	margin: 0 20px 20px 0;
}


/*======== text-align ========*/
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
.taL {
	text-align: left;
}


/*--------------------------------
	header
--------------------------------*/
#header .inner {
	position: relative;
	height: 160px;
}


/*======== logo ========*/
#header .logo {
	margin: 0;
	padding: 25px 0 12px 0;
}


/*======== gNav ========*/

#header .gNav a {
	text-decoration: none;
}

/* ul */

.fixed ul {
	position: fixed;
	z-index: 10000;	
	width: 960px;
	background-color: rgba(51,51,51,0.7);
	top: 0;
}
.fixed ul li a{
	color: #FFF;
}

#header .gNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .gNav li{
	position: relative;
	float: left;
	padding: 0 5px;
	width: 150px;
	height: 43px;
	text-align: center;
}

#header .gNav ul li > a {
	display: block;
	line-height: 36px;
	font-weight: bold;
}

/* cur */
#header .gNav ul li.gHome > a.cur{
	color: #FFF; 
	background: #C40D22; }
#header .gNav ul li.gOutline > a.cur　　　　　　　{ color: #DF9606; }
#header .gNav ul li.gResearch > a.cur		{ color: #009B85; }
#header .gNav ul li.gOrganization > a.cur	{ color: #0078BD; }
#header .gNav ul li.gInfo > a.cur		{ color: #999999; }

#header .gNav ul li > a.cur:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	margin-left: -7px;
	border: solid 7px transparent;
	border-bottom-color: #000000;
}
#header .gNav ul li.gHome > a.cur:after			{ border: none; }
#header .gNav ul li.gOutline > a.cur:after		{ border-bottom-color: #DF9606; opacity: 0.7; }
#header .gNav ul li.gResearch > a.cur:after		{ border-bottom-color: #009B85; opacity: 0.7; }
#header .gNav ul li.gOrganization > a.cur:after		{ border-bottom-color: #0078BD; opacity: 0.7; }
#header .gNav ul li.gInfo > a.cur:after			{ border-bottom-color: #999999; opacity: 0.7; }
#header .gNav ul li.gContact > a.cur:after		{ border-bottom-color: #000000; opacity: 0.7; }

/* hover */
#header .gNav ul li:hover > a {
	color: #FFFFFF;
	background: #000000;
	opacity: 1;
	filter: alpha(opacity=100);
}
#header .gNav ul li.gHome:hover > a		{ color: #FFFFFF; background: #C40D22; }
#header .gNav ul li.gOutline:hover > a		{ color: #FFFFFF; background: #DF9606; }
#header .gNav ul li.gResearch:hover > a		{ color: #FFFFFF; background: #009B85; }
#header .gNav ul li.gOrganization:hover > a	{ color: #FFFFFF; background: #0078BD; }
#header .gNav ul li.gInfo:hover > a		{ color: #FFFFFF; background: #999999; }

#header .gNav ul li:hover > a:after {
	position: absolute;
	bottom: -7px;
	left: 50%;
	content: "";
	margin-left: -7px;
	border: solid 7px transparent;
	border-top-color: #000000;
}
#header .gNav ul li.gHome:hover > a:after			{ border: none; }
#header .gNav ul li.gOutline:hover > a:after		{ border: none; }
#header .gNav ul li.gResearch:hover > a:after		{ border-top-color: #009B85; }
#header .gNav ul li.gOrganization:hover > a:after	{ border-top-color: #0078BD; }
#header .gNav ul li.gInfo:hover > a:after		{ border: none; }
#header .gNav ul li.gContact:hover > a:after		{ border: none; }


/* ul > dl */
#header .gNav ul li dl {
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 43px;
	left: 0;
	width: 0;
	height: 140px;
	margin: 0;
	background: #000000;
	text-align: left;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px 0px;
}
#header .gNav ul li.gResearch dl{
	background: rgba(255, 255, 255, 0.95);
}
#header .gNav ul li.gOrganization dl{
	background: rgba(255, 255, 255, 0.95);
}

#header .gNav ul li:hover dl {
	/*overflow: visible;*//*フロー分修正*/
	overflow: hidden;
	padding: 20px 40px;
	width: 250px;
}

#header .gNav ul li dl > * {
	margin: 5px 0;
}
#header .gNav ul li dl a {
	color: #000;
}

#header .gNav ul li.gResearch dl a{
	color: #009B85;
}
#header .gNav ul li.gOrganization dl a{
	color: #0078BD;
}

#header .gNav ul li dl dt {
	font-size: 16px;
	font-weight: bold;
}

/* lang */
#header .gNav .gLang {
	position: absolute;
	top: 0;
	right: 0;
}
#header .gNav .gLang a {
	display: block;
	width: 120px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #999999;
}


/*--------------------------------
	main
--------------------------------*/
#main, #footer {
	background: url(../../common/img/bg_main.gif);
}

/*======== main > headline ========*/
#headline {
	background: #000000;
}
.home #headline			{ background: #C40D22; opacity: 0.7;}
.outline #headline		{ background: #DF9606; opacity: 0.7;}
.research #headline		{ background: #009B85; opacity: 0.7;}
.organization #headline		{ background: #0078BD; opacity: 0.7;}
.progress #headline		{ background: #96007F; }
.info #headline			{ width: 100%; background: #999999; opacity: 0.7;}
.contact #headline		{ background: #000000; opacity: 0.7;}


#headline h1 {
	padding: 0 30px;
	width: 900px;
	line-height: 80px;
	color: #FFFFFF;
}

/*
#headline h1:after {
	position: absolute;
	margin-left: 20px;
}
.outline #headline h1:after			{ content: url(../../outline/img/bg_h1.png); }
.research #headline h1:after		{ content: url(../../research/img/bg_h1.png); }
.organization #headline h1:after	{ content: url(../../organization/img/bg_h1.png); }
.progress #headline h1:after		{ content: url(../../progress/img/bg_h1.png); }
.contact #headline h1:after			{ content: url(../../contact/img/bg_h1.png); }
*/

/*======== main > contents ========*/
#contents {
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 30px;
	background: #FFFFFF;
}

iframe {
    vertical-align: bottom;
}

/*--------------------------------
	main > contents > entry
--------------------------------*/
#entry {
	float: left;
	padding-left: 30px;
	width: 650px;
}
.col-1 #entry {
	width: 870px;
}

#entry > *:first-child {
	margin-top: 0;
}


/*======== ttl ========*/
#entry h2 {
	margin: 5em 0 1em -30px;
	padding-left: 10px;
	/*border-left: solid 6px #000000;*/
	/*border-left: solid 50px #000000;*/
	line-height: 1.5;
	/*font-size: 24px;*/
	font-size: 30px;
	background: url(http://www.webcreatorbox.com/sample/images/line.gif) repeat-x bottom left;
	padding-bottom: 15px;
}

.outline #entry h2		{ border-left-color: #DF9606; 
				　background: #DF9606;
				  opacity: 0.7;
				  color: #000; 
				}

.research #entry h2		{ border-left-color: #009B85;
				  opacity: 0.7;
				  color: #000; 
				}
.organization #entry h2		{ border-left-color: #0078BD;
				  opacity: 0.7;
				  color: #000; 
				}
.progress #entry h2		{ border-left-color: #96007F; }


#entry h3 {
	margin-top: 3.5em;
	font-size: 20px;
}


/*======== entry_link ========*/
.entry_link {
	text-align: center;
	margin: 60px 0 20px 0;
}

/*--------------------------------
	main > contents > side
--------------------------------*/
#side {
	position: relative;
	float: right;
	width: 160px;
}

/*======== lNav ========*/
#side .lNav ul {
	margin: 0;
	padding: 0;
	width: 160px;
	list-style: none;
	line-height: 1.5;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px 0px;
	box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 3px 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#BFBFBF, direction=120, strength=3, enabled=true);
	zoom: 1;
}

#side .lNav ul li + li {
	border-top: solid 1px #999999;
}
#side .lNav ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	background: #F2F2F2;
}
#side .lNav ul li.current a {
	font-weight: bold;
	color: #FFFFFF;
	background: #999999;
}


/*--------------------------------
	footer
--------------------------------*/

#footer .inner{
	max-width: 960px;
	padding: 30px 0;
	background: #EAEBEB;
}

#footer .bnr01 {
	margin: 0 0 30px 0;
	padding: 0 12px;
	list-style: none;
	text-align: left;
}
#footer .bnr01 li {
	display: inline-block;
	margin: 10px;
	width: 210px;
	background: #FFFFFF;
}


/*======== fNav ========*/
#footer .fNav,
#footer .fNav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .fNav li a {
	color: #000;
	text-decoration: none;
}

#footer .fNav {
	margin: 30px 0;
	display: table;
	width: 100%;
}
#footer .fNav > li {
	display: table-cell;
	padding: 0 25px;
}
#footer .fNav > li > ul > li + li {
	margin-top: 25px;
}
#footer .fNav > li > ul > li > a {
	font-weight: bold;
	font-size: 16px;
}


/*======== copyright ========*/
#footer .copyright {
	margin: 30px 0 0 0;
	color: #000;
	font-size: 12px;
	text-align: center;
}


/*--------------------------------
	pagetop
--------------------------------*/
.pagetop {
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: 500px;
}
.pagetop a {
	display: block;
	width: 66px;
	height: 66px;
	text-align: center;
	background: #000000;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	opacity: .6;
	filter: alpha(opacity=60);
}
.pagetop a:hover {
	opacity: .45;
	filter: alpha(opacity=45);
}


.map iframe {
	width: 870px;
	height: 360px;
}
/*--------------------------------
	disabled
--------------------------------*/
.disabled {
	color: #CCCCCC;
}
#header .gNav ul li.gProgress:hover > a.disabled {
	color: #CCCCCC;
	background: #FFFFFF;
	cursor: default;
}
#footer .fNav li a.disabled {
	color: #FFF;
	text-decoration: none;
	cursor: default;
}
#footer .fNav li a.disabled:hover {
	color: #888888;
	opacity: 1;
}




/* ------------------------------
   #menuList
------------------------------ */
#menuList {
	width: 100%;
	height: 45px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	position: relative;
	z-index: 10;
	background: #ebebeb;
}

#menuList ul {
	margin: 0 auto;
	width: 800px;
	height: 45px;
	text-align: left;
}

#menuList ul li {
	width: 160px;
	height: 45px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}

#menuList ul li:last-child {
	border-right: #aaa 1px solid;
}

#menuList ul li a {
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

#menuList ul li:hover > a {
	background: #fff;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 480px) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		width: 20%;
	}
}

/* ------------------------------
   MEDIAQUERIES[PC]LAYOUTを無効化
------------------------------ */

	#menuList {
		display: none;
	}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 480px) {

	#rwdMenuWrap {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		background: #EAEBEB;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #767676;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		font-size: 16px;
		text-decoration: none;
		display: block;
		background: #ebebeb;
		position: relative;

	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#contents {
		width: 100%;
	}

	#contents p {
		padding: 0 20px 2em 20px;
	}
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}