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

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Slider
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#slider{
	background:url(../images/common/pc/bg_srider.png) no-repeat;
	height:342px;
	width:978px;
	margin:0 auto;
	padding-top:2px;
}

.sliderBottom{
	background:url(../images/top/pc/bg_slibebottom.png) no-repeat bottom center;
	display:block;
	height:13px;
}

.bx-wrapper{
	width:958px;
	margin:0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Contents area
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
section.sec01{ margin-bottom: 20px !important; }
.sec01 h2{
	width:175px;
	float:left;
}

.sec01 .btnList a{
	display:block;
	padding:3px 14px 3px 5px;
	background:#b41010 url(/images/top/icon_arrow.png) no-repeat 90% 50%;
	background-size:4px 7px;
	color:#FFF;
	font-size:12px;
	width:40px;
	float:right;
}

.sec_txt01{ margin:15px 0;}

#sample{}

.sampleUnit{
	width:160px;
	float:left;
	margin:0 0 20px 12px;
}

.sampleUnit:first-child{ margin-left:0;}

.sampleUnit dl{ margin:10px 0;}
.sampleUnit dt{
	border-left:5px solid #b41010;
	padding-left:10px;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}
.sampleUnit dd{ height:65px;}
.btnSample a{
	background:#b41010;
	display:block;
	padding:5px 5px 5px 10px;
	color:#FFF;
	text-align:left;
	background:#b41010 url(/images/top/icon_arrow.png) no-repeat 95% 50%;
	background-size:5px 9px;
}


/*-----------------------------------
section 02
----------------------------------  */
.sec02 h2{
	width:116px;
	margin-bottom:10px;
}

.sec02Image{
	text-indent:-9999px;
	float:left;
	display:block;
	width:213px;
	height:201px;
	background:url(/images/top/pc/img_sec02.jpg) no-repeat;
}

.sec02Txt{
	float:right;
	width:440px;	
}
.dl_sec02{ margin-bottom:15px;}
.dl_sec02 dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	}

.sec02Txt .btnSample{ float:right;}

.sec02Txt .btnSample a{
	background:#b41010;
	display:block;
	padding:5px 20px 5px 10px;
	color:#FFF;
	text-align:left;
	background:#b41010 url(/images/top/icon_arrow.png) no-repeat 95% 50%;
	background-size:5px 9px;
}

/*-----------------------------------
section 03
----------------------------------  */
.sec03{}

.sec03 h2{
	width:95px;
	float:left;
}

.li_sec03_01{
	width:290px;
	height:208px;
	padding:20px;
	border:1px solid #d1d1d1;
}

.sec03 h2{ margin-bottom: 20px;}

.sec03Txt01{
	font-size:12px;
	line-height:1.4;
}

.sec03 .btnList a{
	display:block;
	padding:3px 14px 3px 5px;
	background:#b41010 url(/images/top/icon_arrow.png) no-repeat 90% 50%;
	background-size:4px 7px;
	color:#FFF;
	font-size:12px;
	width:40px;
	float:right;
}


/*-----------------------------------
NEWS
----------------------------------  */

.promort{

	margin-bottom: 30px;

}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
#newsList .clearfix { display:inline-block;}

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
    margin:0 0 15px;
    padding:0;
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
    color:#666;
    font-size:12px;
    margin:0;
    padding:3px 0;
    border-bottom:1px dotted #ccc;
    line-height:100%;
    list-style-type:none;
    width: 100%;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
    display:inline-block;
    padding:3px 8px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:11px;
    line-height:100%;
    margin:0 2px;
}
.newMark{
    display:inline-block;
    border:1px solid #b41010;
    padding:2px 7px;
    font-size:11px;
    line-height:100%;
    background:#b41010;
    color:#fff;
    box-shadow:1px 1px 1px #999;
    border-radius:3px;
    margin-left: 10px;
}
.comment{
    display:block;
    padding:3px 0;
    float:left;
    overflow:hidden;
    width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
    line-height: 1.7em;
}
.thumbNailWrap{
    display:block;
    width:100px;
    float:left;
    margin-right: 20px;
}
#newsWrap + a { display: none !important; }
.up_ymd{ display: inline-block; width: 115px;}
.articleTitle{ margin-bottom: 15px; font-weight: bold; }