@charset "UTF-8";
/*clearfix*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.headline h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px;
	background-color: #015DB2;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	border-top-left-radius: 4px; 
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; }

}

.more-link {
	margin: 5px 0;
	font-size: 13px;
}
.more-link a {
	text-decoration: underline;
}
body {
	color: #555;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 2;
	overflow-y: scroll;
}
a {
	display: block;
	color: #555;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
}
header{
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0 1px 1px;
	box-shadow: 0 1px 1px;
	padding-top: 10px;
	padding-bottom: 5px;
}
header #rss-link {
	width: 45px;
	float: right;
	margin-right: 10px;
	margin-top: -65px;
}
header #title {
	margin-left: 30px;
	width: 625px;
	display: block;
}
.point, .date{
	float: right;
	margin-top: -2.5em;
	margin-right: 20px;
}
#container {
	overflow: hidden;
	width:1338px;
	margin:0 auto;
}
/***********************************
			left-menu
************************************/

#left-menu {
	width:300px;
	float: left;
	background-color: #01427F;
	color: #FFFFFF;
	padding-top: 20px;
	margin: 20px 0;
	border-top-left-radius: 4px; 
border-radius: 4px; 
}
#left-menu .accordion li {
	border-bottom: 1px solid #B1B1B1;
	-webkit-box-shadow: 0px 1px 1px #565656;
	box-shadow: 0px 1px 1px #565656;
}
#left-menu .accordion li a, #left-menu .accordion p {
	display: block;
	padding: 0 30px;
	color: #EFEFEF;
	font-size: 12px;
	height: 56px;
	line-height: 56px;
	text-shadow: 0px 1px 2px #8C8C8C;
}
#left-menu .accordion li:hover, #left-menu .accordion li ul li:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	text-decoration:none;
}
#left-menu .accordion li a, #left-menu .accordion li ul li a:hover {
text-decoration:none;
}
#left-menu .sns_icons {
	padding-left: 30px;
	margin-top: 30px;
}
#left-menu .sns_icons .fb-like {
display:block;
margin-left:90px;
margin-top:-32px;
}
#search-form {
	padding: 0 0 30px 30px;
	border-bottom: 1px solid #B1B1B1;
	-webkit-box-shadow: 0px 1px 1px #565656;
	box-shadow: 0px 1px 1px #565656;
	display: block;
}

/***********************************
			center-menu
************************************/
#center-menu {
	margin-top:20px;
	margin-bottom: 50px;
	overflow:hidden;
	width:728px;
	float:left;
	padding:0 0 0 10px;
	box-sizing:border-box;
	
}
.article-list {
	border: 2px solid #015DB2;
	margin-bottom: 20px;
	border-radius: 4px;
	
}
.article-list ul li:hover {
	background-color: #DCF6FF;
}

.list-inner{
	border: 2px solid #015DB2;
	margin-bottom: 20px;
	border-radius: 4px;
}

.list-inner ul{
	padding:0 17px;
}

/***********************************
			right-menu
************************************/
#right-menu {
	width:300px;
	color: #FFFFFF;
	padding-top: 20px;
	margin-top: 20px;
	float:right;
	padding:0px;
	background-color:#fff;
}



.accordion ul {
	display: none;
}
.accordion a {
	display: block;
	background-position: 95% center;
	background-repeat: no-repeat;
}
.accordion span {
	display: block;
	background-position: 95% center;
	background-repeat: no-repeat;
}
.accordion > li > p span {
	background-image: url(/img/menu_down.png);
	}
.accordion li ul li {
		background-color: #01519D;
}

ul.accordion li > p span.open {
     background-image: url(/img/menu_up.png);
}

.art-title, .acc-title, .point, .more-link {
	padding-left: 8px;
	line-height: 2.5;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gray {
	background-color: #f9f9f9;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
footer {
	font-size: 12px;
	line-height: 2;
	background-color: #000000;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	clear: both;
}
footer .copy {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E8E8E8;
}
.copy a {
	display: inline;
	color: #E8E8E8;
}

#article-main{
	margin-bottom: 20px;
	border: 2px solid #015DB2;
	border-radius: 4px;
}
#article-main #news-main .article-header {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	overflow:hidden;
}
#article-main #news-main .article-header h1{
 font-size:27px;
 line-height:35px;
overflow:hidden;
 color:#015DB2;
 font-weight:bold;
 margin-top:15px;
}

#news-main .news-view, #news-main .news-date {
    color: #777;
    font-size: 13px;
    margin: 0 20px 5px 5px;
    text-align: right;
	line-height:1;
	overflow:hidden;
	}
#article-main .btn {
	background-color: #0096CB;
	color: #F5F5F5;
	text-align: center;
	font-size: 24px;
	margin:0 auto;
	margin-bottom: 50px;
	border-radius: 5px;
}
#article-main .btn:hover{
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
#article-main .btn a:visited{　
color:#F5F5F5;
}
#article-main .btn a {
	color: #F5F5F5;
}
.social-btn {
overflow:hidden;
margin-bottom:10px;
}
.social-btn .fbplugin, .social-btn .tweetbtn, .social-btn .hatebu {
    display: inline-block;
	height:20px;
}
.social-btn .tweetbtn {
    width: 85px;
}
.social-btn .tweetbtn, .social-btn .hatebu {
    position: relative;
    top: 8px;
}

#news-main .news-body {
	border-top: 1px solid #C6C6C6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
		padding-left: 20px;

}
#news-main .source{
	padding-left: 20px;
}
#com-list {
	border-top: 1px solid #fff;
	font-size: 14px;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 20px;
}

.page-navi{
     display: block;
     width: 300px;
margin: 30px auto 10px;
}
.page-navi ul li{
float:left;
margin-right:10px;
display:block;
padding:5px 10px;
}


.form-select{
padding:20px 0 10px 20px;
display:block;
}
.form-select #select #sort{
font-size:16px;
}


.min-head h3 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.note {
    color: #aaa;
    font-size: 12px;
}
.combox {
	background: none repeat scroll 0 0 #eee;
	border-radius: 5px;
	padding: 20px;
	margin-right: 20px;
	width: 300px;
}
#com-post {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

#com-post form label, #com-post form .captcha {
    display: block;
    font-size: 13px;
    margin: 10px 0 5px;
}
#comment .headline h2 {
	background-color: #FFFFFF;
	color: #015DB2;
	border-bottom: 0px;
	text-shadow: 0 0px 0px #000;
	padding-left: 0px;
	
}

#relate-list{
	border:2px solid #015DB2;
	
border-bottom-left-radius: 4px; 
border-bottom-right-radius: 4px; 
-webkit-border-bottom-left-radius: 4px; 
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}

#relate-list li{
	overflow:hidden;
}
#relate-list li a{
	overflow:hidden;
	height:35px;
}

.thumb{
    float: left;
    width: 35px;
	width:35px;
}

.thumb div {
    height: 35px;
    overflow: hidden;
    width: 35px;
}
.thumb div img {
    height: auto;
    min-height: 35px;
    width: 35px;
}
.title{
padding-bottom:34px;
padding-top:34px;
}


