
@charset "utf-8";

.contentsWrap{
	width:100%;
	background:url(https://www.geniusbrain.jp/photoreading/image/bg_b15_04-smalline.gif) left top repeat;
	text-align:center;
	margin:0 0 0 0;
}
.contentsWrap .newsContents{
	width:700px;
	text-align:left;
	margin:0 auto;
	border:#999 1px solid;
	background:#FFF;
	}
.contentsWrap .newsContents .breadcrumb{
	font-size:12px;
	padding:10px;
	}
.contentsWrap .newsContents .titleBox{
	height:100px;
	display:table;
	}
.contentsWrap .newsContents .titleBox .categoryName{
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	margin:0 15px;
	padding: 10px;
	display:table-cell;
	vertical-align: middle;
	width:120px;
	float:left;
	}
.contentsWrap .newsContents .titleBox .pagetitle{
	width:515px;
	margin:0 15px 0 0;
	padding:0 0 0 0;
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	float:right;
	}
.contentsWrap .newsContents .titleBox .pagetitle h2{
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	margin:5px 0;
	}
.contentsWrap .newsContents .articleBox{
	font-size: 14px;
	line-height: 150%;
	clear:both;
	margin:35px 35px 35px 35px;
	}

.contentsWrap .newsContents h2{
	margin: 15px 0px;
	padding: 0px 3px;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	}
.contentsWrap .newsContents .articleBox h3{
	margin: 30px 0px;
	padding: 3px;
	border-bottom: 1px solid #999;
	font-size: 24px;
	line-height: 130%;
	font-weight: bold;
	}
.contentsWrap .newsContents .articleBox h4{
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #EA1F1F;
	font-size: 18px;
	line-height: 130%;
	font-weight: bold;
	}


/* ClearFix
================================*/

/* firefox/Safali */
.clearfix:after {
	content:".";
   display:block;
   clear:both;
   height:0;
   visibility:hidden;
}
/* IE7 */
.clearfix {zoom:100%; }
/* exlude MacIE5 \*/
* html .clearfix {height:1% }
.clearfix {display:block;}
/* end MacIE5 */
