@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
	background: #fff;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	background: url(../img/body_bg.jpg) center bottom no-repeat fixed #000;
	background-size: 100% auto;
	line-height: 1.5;
}

/*リンク文字*/
a{ text-decoration: none; }
a:link{ color: #fff; }
a:visited{ color: #fff; }
a:hover{ color: #fff; text-decoration: underline; }

#container{
	width: 100%;
}

.yanone {font-family: 'Yanone Kaffeesatz', sans-serif;}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

#header {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}

#header .head_meta {
	text-align: center;
	padding: 50px 0;
}

#header .head_meta h1 {
	font-size: 26px;
	font-weight: bold;
}

#header .head_navi {
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,1);
	
	background: rgba(0,0,0,0.7);
	text-align: center;
}

#header .head_navi ul {
	padding: 10px 0;
}

#header .head_navi ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid rgba(255,255,255,0.3);
}

#header .head_navi ul li:last-child {
	border-right: 1px solid rgba(255,255,255,0.3);
}

/*-------------------------------------------------
SUB
-------------------------------------------------*/

#main_container {
	width: 960px;
	padding: 10px;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
}

.entry_meta {
	border-top: 1px solid #0e80ff;
	border-bottom: 1px solid rgba(14,128,255,0.6);
	position: relative;
}

.entry_meta h3 {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-indent: 15px;
	font-weight: bold;
}

.entry_meta p {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
}

.entry_body {
	overflow: hidden;
	padding: 10px 5px 20px;
}

.entry_body p {
	line-height: 2em;
}

.entrylist {
	width: 960px;
	overflow: hidden;
}

.entrylist h4 {
	color: #2693ff;
	text-indent: 15px;
	font-size: 30px;
	letter-spacing: 0.1em;
	border-top: 1px solid #0e80ff;
	border-bottom: 1px solid rgba(14,128,255,0.6);
}

.entrylist .content {
	float: left;
	width: 480px;
	position: relative;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	padding: 10px 0;
	border-bottom: 1px dotted rgba(14,128,255,0.6);
}

.entrylist .content:nth-child(2n){
	width: 479px;
	border-right: 1px dotted rgba(14,128,255,0.6);
}

.entrylist .content p.eyepic {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid rgba(14,128,255,0.6);
}

.entrylist .content p.eyepic img {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.entrylist .content p.date,
.entrylist .content p.tit {
	width: 340px;
	margin-left: 129px;
}

.entrylist .content p.date {
	color: #0e80ff;
	height: 30px;
	line-height: 30px;
}

.entrylist .content p.tit {
	font-size: 14px;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	padding: 10px 0;
	text-align: center;
}

/*-------------------------------------------------
COMMON
-------------------------------------------------*/

/* 画像置き換え用 */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* ブラウザ、スクリーンリーダから隠す
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
 
/* ブラウザからは隠し、スクリーンリーダからは利用できる */
.visuallyhidden { position: absolute !important;   
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); }

/* ブラウザとスクリーンリーダから隠し、レイアウトを保持 */
.invisible { visibility: hidden; }

.clearfix:before,
.clearfix:after { 
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}