@charset "UTF-8";

/* サイトCSS
-----------------------------------------------------------
../css/normalize.css
../css/jquery.jscrollpane.css
css/posting.css
----------------------------------------------------------- */

/* 構成
-----------------------
▽全体
▽メイン画像
▽コンテンツ
・コンテンツボックス
▽見出し帯
-----------------------　*/

/* 全体
----------------------------------------------------------------------------- */
#nc_contents{
	width:950px;
	margin:0 auto 0 auto;/* コンテンツ真ん中寄せに（firefox）*/
} 
#nc_contents img{/* IEの画像隙間をなくす */
	border:0;
	vertical-align:bottom;
	padding:0;
	margin:0;
}
.clear{clear:both;}

/* マウスオーバー --------------------------- */
.click a:hover img{
	filter:alpha(opacity=80);/*IE用*/
	opacity:0.8;/*Opera・Firefox・Safari用*/
}
/* メイン画像
----------------------------------------------------------------------------- */
/* h1など見出しを画像に置き換える */

/* コンテンツ
----------------------------------------------------------------------------- */
div.box{
    display:-moz-inline-box; /*for Firefox 2*/
    display:inline-block; /*for modern*/
    /display:inline; /*for ie5～7*/
    /zoom:1; /*for ie5～7*/
}

/* 見出し帯
----------------------------------------------------------------------------- */
.title{
	width:950px;
	margin:0 auto 0 auto;
}

/* ▽２段組 枠 テーブル--------------------------- */
#area_2{
	width:950px;
	margin:10px auto 10px auto;
}

#area_2 .entryCopy{
    vertical-align:top;
}

/* 文字 */
p.nc_copy{
    margin-top:20px;
    font-size:16px;
    line-height: 1.6;
    color: #333333;
}

.pad20{padding:20px 0px 20px 0px;}

td.detailLink a{
    float:right;
    font-size:16px;
    font-weight:bold;
}
td.detailLink a:hover{
    text-decoration:none;
}

/* ▼２段組 枠 --------------------------- */
.area_2{
	width:950px;
	margin:0 auto 0 auto;
	zoom:1;/* clearfix */
	padding:20px 0px 40px 0px;
}
.area_2:after{/* clearfix */
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.area_2_lft{
	width:420px;
	float:left;
	text-align:left;
}
.area_2_rgt{
	width:530px;
	float:right;
	text-align:left;
}
.detailLink a{
    float:right;
    font-size:16px;
    font-weight:bold;
}
.detailLink a:hover{
    text-decoration:none;
    color: #ff0000;
}

/* ▼３段組 枠 --------------------------- */
.area_3{
	width:950px;
	margin:0 auto 0 auto;
	zoom:1;/* clearfix */
	padding:20px 0px 40px 0px;
}
.area_3:after{/* clearfix */
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.area_3_lft{
	width:307px;
	float:left;
	padding-right:14px;
}
.area_3_rgt{
	width:307px;
	float:right;
}
.detailLink02 a{
    float:right;
    font-size:14px;
    font-weight:bold;
    margin-top:20px;
}
.detailLink02 a:hover{
    text-decoration:none;
    color: #ff0000;
}