@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

=================================================================== */

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main{
	
}

.subtitle{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size:12px;
}

.news_komoku{
	margin-bottom:40px;
	line-height:180%;
	
}

.news_komoku h2{
	background: #00326d; /* Old browsers */
background: -moz-linear-gradient(top,  #00326d 0%, #00090e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00326d), color-stop(100%,#00090e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00326d 0%,#00090e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00326d 0%,#00090e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00326d 0%,#00090e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00326d 0%,#00090e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00326d', endColorstr='#00090e',GradientType=0 ); /* IE6-9 */

	width:644px;
	position:relative;
	margin-bottom:12px;
	padding:5px 5px;
	font-size:14px;
}
.news_komoku h2 a{
	display:block;
	width:100%;
}

.news_komoku h2.member{
	background: #00326d; /* Old browsers */
background: -moz-linear-gradient(top,  #00326d 0%, #00090e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00326d), color-stop(100%,#00090e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00326d 0%,#00090e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00326d 0%,#00090e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00326d 0%,#00090e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00326d 0%,#00090e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00326d', endColorstr='#00090e',GradientType=0 ); /* IE6-9 */

}

.news_komoku h2 p{
	padding:3px 0 0 10px;
	width:550px;
}
.news_komoku h2 .date{
	position:absolute;
	right:10px;
	top:3px;
	font-weight:normal;
	font-size:11px;
}
.news_komoku p img{
	margin-bottom:10px;
	margin-top:10px;
}

.news_komoku h2 a:link {
	color:#FFF;
	text-decoration:none;
}

.news_komoku h2 a:visited {
	color:#FFF;
	text-decoration:none;
}
.news_komoku h2 a:active {
	color:#FFF;
	text-decoration:none;
}
.news_komoku h2 a:hover {
	color:#45a6ff;
	text-decoration:none;
}
#more{
	clear:both;

}
.more{
	clear:both;
text-align:right;
line-height:12px;
}
.news_komoku .sns{
	clear:both;
	border-top:1px #1d2f61 dotted;
	margin-top:10px;
	padding-top:7px;
	position:relative;
	color:#506292;
	padding-left:0px;
	font-size:11px;
	border-bottom:1px #1d2f61 dotted;
	padding-bottom:5px;

}
.tweet{
	position:absolute;
	left:445px;
	top:7px;
	line-height: 0;
}
.facebook{
	position:absolute;
	left:540px;
	top:7px;
	overflow:hidden;
	line-height: 0;
}
.commentarea{
	background:#FFFFFF;
	padding:10px;
}

@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 768px) {
	.news_komoku {
		margin-bottom: 25px;
	}
	.news_komoku h2 {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	.news_komoku h2 p {
		box-sizing: border-box;
		padding: 0 75px 0 0;
		width: 100%;
	}
	.news_komoku h2 p a:hover {
		color: #fff;
	}
	.news_komoku h2 .date {
		top: 50%;
		margin-top: -1em;
	}
	.news_komoku p img {
		display: block;
		max-width: 100% !important;
		height: auto !important;
		margin: 10px 0 !important;
		float: none !important;
	}
	.news_komoku p iframe {
		width: 100% !important;
		height: auto !important;
	}
	.more {
		margin: 10px 0 15px;
	}
	.news_komoku .sns {
		font-size: 12px;
		padding: 10px 0 8px;
	}
	.news_komoku .sns > div {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
}