@charset "UTF-8";

@import url(base.css);
@import url(common.css);

/*
-----------------------------------
INDEX(id="index")
-----------------------------------
*/

#mainv{
	margin-top: 10px;
}

#mainv:after{
	content:"";
	display:block;
	clear:both;
}

#mainv video{
	display:block;
	width:100%;
	margin:0 auto;
}

#mainv img{
	width:100%;
	text-align:center;
}

#topcontainer_all{
	padding-top: 20px;
	background:#c7e8f7 url(../img/common/contbg.jpg) no-repeat;
	background-size:100%;
}

#topcontainer{
	width:1024px;
	margin:0 auto;
	padding-bottom:50px;
}

#topcontainer:after{
	content:"";
	display:block;
	clear:both;
}

#topcontainer #cont_l,
#topcontainer #cont_r{
}

#topcontainer #cont_l{
	width:720px;
	float:left;
}

#topcontainer #topics_all{
	width:100%;
	min-height:346px;
	margin-bottom:20px;
}

#topcontainer #bnr01{
	width: 980px;
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
	display: table;
}

#topcontainer #bnr01 li{
	display: table-cell;
	padding: 5px;
}

#topcontainer #bnr01 li#bnr01_03{
	margin-right:0px;
}

#topcontainer #cont_all{
	margin-bottom: 30px;
}

#topcontainer #cont_r{
	width:280px;
	float:right;	
}

#topcontainer #bnr02 li{
	height:37px;
}

#topcontainer #bnr02 li#bnr02_01{
	margin-bottom:5px;
}

#bnr03{
	clear:both;
	padding-top: 20px;
	text-align: center;
}

#bnr03 li{
	display: inline-block;
	margin-right:9px;
	margin-bottom: 10px;
}

.tab_header_inner li{
	float:left;
	width:140px;
	text-indent:-9999px;
	cursor:pointer;
}

.tab_header_inner #swbtn_fb a{
	display:block;
	width:140px;
	height:45px;
	background:url(../img/index/snsbtn_fb.gif) no-repeat;
}

.tab_header_inner #swbtn_tw a{
	display:block;
	width:140px;
	height:45px;
	background:url(../img/index/snsbtn_tw.gif) no-repeat;
}

.tab_header_inner #swbtn_fb a.bg2,
.tab_header_inner #swbtn_tw a.bg2{
	background-position:left bottom;
}

 .newsbody{
	 width:340px;
	height:265px;
	float:right;
	padding-right:5px;
	position:relative;
	overflow-y:scroll;
}

 .newsbody li{
	padding: 6px 0 6px 0px;
	font-size:90%;
	line-height:120%;
	background: url(../img/top/marker_01.gif) no-repeat 5px 50%;
}

 .newsbody li+li{
	border-top: 1px dotted #666;
}

 .newsbody li dl dt{
	background:url(../img/index/icon_cube01.gif) no-repeat 0 50%;
	padding-left:15px;
	margin-bottom: 10px;
	text-align:left;
	font-weight: bold;
}

 .newsbody li dl dd{
	text-align:left;
}

 .newsbody li dl dd a{
	text-decoration:underline;
	line-height:130%;
	color:#2d3c98;
}

 .newsbody li dl{
	border-bottom:dotted 2px #555;
	text-align:left;
	font-size:1.4em;
	padding:17px 0;
}

 .newsbody li dl:nth-child(1){
	padding-top: 0;
}

#topcontainer #cont_all:after{
	content: "";
	display: block;
	clear:both;
}

/**/

#ebnr01 li{
	font-weight: bold;
	font-size:12px;
	border:solid 1px #CCC;
	margin-bottom: -1px;
}

#ebnr01 li a{
	height:40px;
	padding-top:20px;
	padding-left: 12px;
	display:block;
	background:#F1F1F1;
	border-left:solid 10px #040c60;
	color:#040c60;
}

#ebnr01 li a:hover{
	text-decoration:none;
}

#news_e h2{
	background:#040c60;
	color:white;
	padding:0px 15px;
	padding-top: 15px;
	height:47px;
	font-size:22px;
}

#news_e #newsbody{
	border:solid 1px #CCC;
	box-sizing:border-box;
	padding:20px;
	height:365px;
	background:white;
	overflow-y:scroll;
}

#news_e #newsbody dl{
	font-size:15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:dotted 1px #999;
}

#news_e #newsbody dl dt{
	font-weight: bold;
	float:left;
	width:18%;
}

#news_e #newsbody dl dd{
	float:right;
	width:82%;
}

#news_e #newsbody dl:after{
	content:"";
	display:block;
	clear:both;
}















































