@charset "utf-8";
/* ******************************************************************
 *	File name		: style.css
 *	Summary			: css style
 * ******************************************************************
 */

/*

青　#ADD8E6　rgba(173,216,230,1.0)
青（濃）　#74B7CE　rgba(116,183,206,1)
紺　#313140　rgba(49,49,64,1)
オレンジ　#E7782E　rgba(231,120,46,1)

*/

/* -----------------------------------
  menu
----------------------------------- */

#bdid_research header nav li#nav_research a{background:url(../../image/base/nav/nav_research_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_members header nav li#nav_members a{background:url(../../image/base/nav/nav_members_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_device header nav li#nav_device a{background:url(../../image/base/nav/nav_device_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_events header nav li#nav_events a{background:url(../../image/base/nav/nav_events_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_achievements header nav li#nav_achievements a{background:url(../../image/base/nav/nav_achievements_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_activities header nav li#nav_activities a{background:url(../../image/base/nav/nav_activities_on.png) no-repeat 70px center #E7782E;width:235px;}
#bdid_links header nav li#nav_links a{background:url(../../image/base/nav/nav_links_on.png) no-repeat 70px center #E7782E;width:235px;}


/* -----------------------------------
  base
----------------------------------- */

#title{
	position:relative;
	width:calc(100% - 30px);
	margin-left:30px;
	padding:12px 15px 12px 300px;
	font-weight:bold;
	background:#313140;
	line-height:1.35;
	color:#FFF;
	/*background:linear-gradient(90deg, rgba(49,49,64,0), rgba(49,49,64,1), rgba(49,49,64,1), rgba(49,49,64,1));*/
}
#title h2{
	position:relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight:normal;
	font-size:1.65rem;
	background:#313140;
	color:#FFF;
}

#main_contents section{
	padding:0 15px;
}

/* --- responsive --- */
@media(max-width:960px){
	#title{
		width:100%;
		margin-left:0px;
		padding:15px 20px 15px 20px;
	}
	#main_contents section{
		padding:0 0px;
	}
}

/*-----------------------------------
  active
-----------------------------------*/

.bdcs_about #nav_about a,
.bdcs_business #nav_business a,
.bdcs_project #nav_project>a,
.bdcs_access #nav_access a,
.bdcs_link #nav_link a
{
	background:rgba(47,43,92,0.2);
}

#bdid_project #nav_project ul li:nth-of-type(1) a,
#bdid_organization #nav_project ul li:nth-of-type(2) a,
#bdid_research #nav_project ul li:nth-of-type(3) a
{
	background:rgba(47,43,92,0.1);
}
/*-----------------------------------
  h1 h2 h3 h4
-----------------------------------*/
/* h2 */
.h2{
	display:block;
	position:relative;
	margin-bottom:10px !important;
	padding:3px 10px 2px 15px;
	font-weight:normal;
	font-size:1.25rem;
	background:#313140;
	color:#FFF;
}

/* h3 */
#main_contents h3,
#main_contents .h3{
	display:block;
	position:relative;
	margin:0 0 7px 0;
	padding:3px 0 2px 10px;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
	border-left:5px solid #313140;
	background:none;
	line-height:1.45;
	color:#313140;
	}
	#main_contents > section:first-child h3{
		padding:15px 0 2px 10px;
	}
	#main_contents .h3{
		padding:3px 0 2px 10px !important;
	}
	section h3{
		left:-15px;
}
/* --- responsive --- */
@media(max-width:960px){
	section h3{
		left:0px;
	}
}

/* h4 */
#main_contents h4,
#main_contents .h4{
	display:block;
	position:relative;
	margin:0 0 7px 0;
	font-weight:bold;
	font-size:1.2em;
	text-align:left;
	border-bottom:1px solid #313140;
	line-height:1.45;
	color:#313140;
}
/*-----------------------------------
  h0 (default)
-----------------------------------*/
#main_contents .h0{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:0px;
	font-weight:normal;
	font-size:1em;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:none;
	background:none;
	color:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	}
	.base_green #main_contents .h0{
		border:none;
		background:none;
		color:inherit;
	}
	#main_contents h0:before,
	#main_contents h0:after{
		display:none;
}
/*-----------------------------------
  img
-----------------------------------*/
img{
	max-width:100%;
	height:auto;
}

/*-----------------------------------
  p
-----------------------------------*/
#main_contents p{
	margin-bottom:7px;
	line-height:1.6;
}

/*-----------------------------------
  box
-----------------------------------*/
#main_contents .box{
	position:relative;
	width:100%;
	padding:0 15px;
	margin-bottom:20px;
	}
	#main_contents .box:after {
		content:" ";
		display:block;
		clear:both;
}
#main_contents .box p{
	padding:0px;
}

#main_contents .colorbox{
	position:relative;
	margin-bottom:20px;
	padding:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:rgba(116,183,206,0.1);
}
#main_contents .box p:last-child{
	margin-bottom:0px;
}

#main_contents .colorbox_b{
	display:inline-block;
	position:relative;
	margin-bottom:10px;
	padding:3px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:rgba(49,49,64,1);
	color:#FFF;
}

/*-----------------------------------
  line
-----------------------------------*/

#main_contents .line{
	margin-bottom:17px;
	padding-bottom:10px;
	border-bottom:2px dotted rgba(49,49,64,0.5);
}
#main_contents p.line{
	margin-bottom:17px;
	padding-bottom:17px;
	border-bottom:2px dotted rgba(49,49,64,0.5);
}
#main_contents .box.line{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dotted rgba(49,49,64,0.5);
}
#main_contents .noline{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px !important;
}
#main_contents .line_b{
	margin-bottom:17px;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(0,0,0,0.5);
}

/*-----------------------------------
  ul
-----------------------------------*/

ul.disc{
	margin-bottom:15px;
	padding-left:20px;
	list-style:disc !important;
	}
	ul.disc > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.normal,
ol.normal{
	margin-bottom:15px;
	padding-left:0px !important;
	list-style:none !important;
	}
	ul.normal > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.num,
ol.num{
	margin-bottom:15px;
	padding-left:20px;
	list-style:decimal !important;
	}
	ul.num > li,
	ol.num > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.abc{
	margin-bottom:15px;
	padding-left:20px;
	list-style:lower-latin !important;
	}
	ul.abc > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.roma{
	margin-bottom:15px;
	padding-left:20px;
	list-style:lower-roman !important;
	}
	ul.roma > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.roma2{
	margin-bottom:15px;
	padding-left:20px;
	list-style:upper-roman !important;
	}
	ul.roma2 > li{
		line-height:1.5;
		margin-bottom:4px;
}
ul.try{
	}
	ul.try li{
		position:relative;
		line-height:1.5;
		margin-bottom:6px;
		padding-left:15px;
	}
	ul.try li:after{
		display:block;
		content:" ";
		position:absolute;
		top:2px;
		left:2px;
		border: 6px solid transparent;
		border-left: 6px solid #619DE5;
	}
	.base_green ul.try li:after{
		border-left: 6px solid rgba(111,185,44,1);
}
ul.check{
	padding-left:20px;
	}
	ul.check li{
		position:relative;
		line-height:1.5;
		list-style-image:url(../../img/base/check.png);
}
ul.disc_b,
ul.disc_g{
	padding-left:1em;
	list-style:none;
	}
	ul.disc_b li,
	ul.disc_g li{
		position:relative;
		margin-bottom:7px;
		text-indent:-1em;
		line-height:1.5;
	}
	ul.disc_b li:before,
	ul.disc_g li:before{
		content:" ";
		display:inline-block;
		position:relative;
		width:9px;
		height:9px;
		margin:0 4px 0 0;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	}
	ul.disc_b li:before{
		background:#0061B1;
	}
	ul.disc_g li:before{
		background:#6EB92C;
}

ol{
	margin-bottom:15px;
	padding-left:20px;
	list-style:decimal;
	}
	ol > li{
		line-height:1.5;
		margin-bottom:7px;
}

/*-----------------------------------
  design dl
-----------------------------------*/
dl.bgfliplr{
	margin:0 0 0 25px;
	}
	dl.bgfliplr:after {
		content:" ";
		display:block;
		clear:both;
	}
	dl.bgfliplr dt{
		clear:both;
		float: left;
		display:block;
		width:130px;
		margin-bottom:10px;
		padding:5px 10px;
		background:#4CA6DB;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		text-align:center;
		color:#FFFFFF;
		}
		.base_green dl.bgfliplr dt{
			background:rgba(111,185,44,1.0);
	}
	dl.bgfliplr dd{
		float:right;
		width:575px;
		margin-bottom:10px;
		padding:6px 0px 0px;
}
dl.bgfliplr2{
	margin:0 0 0 0px;
	}
	dl.bgfliplr2:after {
		content:" ";
		display:block;
		clear:both;
	}
	dl.bgfliplr2 dt{
		clear:both;
		float: left;
		display:block;
		width:150px;
		margin-bottom:10px;
		padding:5px 10px;
		background:#4CA6DB;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		text-align:center;
		color:#FFFFFF;
		}
		.base_green dl.bgfliplr2 dt{
			background:rgba(111,185,44,1.0);
	}
	dl.bgfliplr2 dd{
		float:right;
		width:580px;
		margin-bottom:10px;
		padding:6px 0px 0px;
}

/*-----------------------------------
  table
-----------------------------------*/
table{
	width:100%;
	margin-bottom:20px;
	border-collapse:collapse;
	border-spacing:0px;
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	line-height:2;
	}
	table th,
	table td{
		text-align:left;
		border-right:1px solid #BBBBBB;
		border-bottom:1px solid #BBBBBB;
	}
	table th{
		padding:5px 10px 3px 10px;
		font-weight:bold;
		text-align:center;
		color:#000;
		background:rgba(49,49,64,0.1);
		vertical-align:middle;
		}
		.base_green table th{
			color:rgba(68,159,6,1);
			background:rgba(111,185,44,0.1);
	}
	table td{
		padding:7px 10px 5px 10px;
		text-align:left;
}
/* th */
table.th_fwn th{font-weight:normal;}
table.th_center th{text-align:center;}
table.th_left th{text-align:left;}
table.th_right th{text-align:right;}
table.th_middle th{vertical-align:middle;}

/* td */
table.td_fwb th{font-weight:bold;}
table.td_center td{text-align:center;}
table.td_left td{text-align:left;}
table.td_right td{text-align:right;}
table.td_middle td{vertical-align:middle;}

/* ex */
table.border_none,
table.border_none tr th,
table.border_none tr td{
	border:none !important;
}
/* ex */
table.all_none,
table.all_none tr th,
table.all_none tr td{
	position:relative;
	padding:0px;
	text-align:left;
	background:none;
	font-weight:inherit;
	border:none !important;
	line-height:1.75;
	vertical-align:text-top;
}
/* --- responsive --- */
@media(max-width:960px){
	table.all_none th,
	table.all_none td{
		display:block;
	}
	table.all_none td{
		margin-bottom:7px;
	}
}

/*-----------------------------------
  at
-----------------------------------*/
img.at{
	position:relative !important;
	top:-7px !important;
	margin:0 1px 0;
}
strong img.at,
b img.at{
	margin:0 1px 0 2px;
	padding-left:1px;
	background:url(../../img/base/at.png) no-repeat 0 0;
}

/*-----------------------------------
  Facebook
-----------------------------------*/
.fb{
	display:inline-block;
	width:auto;
	min-height:60px;
	margin-bottom:7px;
	background:url(../../img/base/fb.png) no-repeat 6px 5px;
	border:1px solid #1877F2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	line-height:1.2;
	}
	.fb a{
		display:block;
		padding:5px 20px 5px 67px;
		font-weight:bold;
		font-size:0.9rem;
		text-decoration:none !important;
		color:#000;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fb a:hover{
		background:rgba(59,89,152,0.1);
}
.fb span{
	font-weight:normal;
	font-size:0.7rem;
}
#side_nav .fb{
	line-height:1.4;
	}
	#side_nav .fb a{
		padding:6px 20px 4px 67px;
		font-size:0.8rem;
	}
	#side_nav .fb span{
		font-size:0.6rem;
}


/*-----------------------------------
  download
-----------------------------------*/
ul.download_list{
	margin:20px 0 30px;
	list-style:none;
	border-top:1px dotted #0061B1;
	}
	ul.download_list li{
		min-height:47px;
		margin:0px;
		padding:0px;
		border-bottom:1px dotted #0061B1;
		line-height:1.5;
	}
	ul.download_list li.word{
		background:url(../../img/base/word.png) no-repeat 10px 7px;
	}
	ul.download_list li.excel{
		background:url(../../img/base/excel.png) no-repeat 10px 7px;
	}
	ul.download_list li.pdf{
		background:url(../../img/base/pdf.png) no-repeat 10px 7px;
	}
	ul.download_list li.zip{
		background:url(../../img/base/zip.png) no-repeat 10px 7px;
	}
	ul.download_list li.link{
		background:url(../../img/base/link.png) no-repeat 10px 7px;
	}
	ul.download_list li a{
		display:block;
		min-height:47px;
		width:100%;
		height:100%;
		padding:15px 0 10px 55px;
		color:#222;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.download_list li a:hover{
		text-decoration:none;
	}
	ul.download_list li:hover{
		background-color:rgba(0,97,177,0.2);
	}
	/* base_green */
	.base_green ul.download_list{border-top:1px dotted rgba(0,99,47,1.0);}
	.base_green ul.download_list li{border-bottom:1px dotted rgba(0,99,47,1.0);}
	.base_green ul.download_list li:hover{background-color:rgba(0,99,47,0.2);}

ul.download_box{
	margin:10px 2px 20px;
	list-style:none;
	border:none;
	}
	ul.download_box:after{
		content:" ";
		display:block;
		clear:both;
	}
	ul.download_box li{
		display:inline-block;
		float:left;
		margin:0px 10px 10px 0 !important;
		padding:0px !important;
		background-color:rgba(0,97,177,0.1);
		background-repeat:no-repeat;
		background-position:10px 7px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		line-height:2;
	}
	ul.download_box li.word{
		background-image:url(../../img/base/word.png);
	}
	ul.download_box li.excel{
		background-image:url(../../img/base/excel.png);
	}
	ul.download_box li.pdf{
		background-image:url(../../img/base/pdf.png);
	}
	ul.download_box li.zip{
		background-image:url(../../img/base/zip.png);
	}
	ul.download_box li.link{
		background-image:url(../../img/base/link.png);
	}
	ul.download_box li:hover{
		background-color:rgba(0,97,177,0.2);
	}
	ul.download_box li a{
		display:inline-block;
		margin:0px !important;
		padding:10px 20px 7px 55px;
		border:1px solid rgba(0,97,177,0.4);
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
	}
	ul.download_box li a:hover{
		text-decoration:none;
}



/*-----------------------------------
  new
-----------------------------------*/

.new{
	display:inline-block;
	padding:2px 5px 1px;
	font-weight:bold;
	background:#F00;
	color:#FFF;
	line-height:1.35;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

