@charset "utf-8";

#contentsArea{
	background:url(/images/top/sp/bg_contentupper.png) no-repeat center top;
	background-size:contain;
	padding-top:10px;
	text-align:left;
}

.sec01{
	background:#f5f5f5;
}

section{ padding:10px;}

/*-----------------------------------
section 01
----------------------------------  */
.sec01 h2{
	width:175px;
	float:left;
}

.btnList{ float:right;}

.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:10px;
}

.sec_txt01{	margin-top:10px;}


#sample{ margin:20px 0;}

.sampleUnit{
	width:140px;
	float:left;
	margin-bottom:15px;
}

.sampleUnit:nth-child(even){ float:right;}

.sampleUnit dl{ margin:10px 0;}
.sampleUnit dt{
	border-left:5px solid #b41010;
	padding-left:10px;
	font-size:14px;
	margin-bottom:5px;
}
.sampleUnit dd{ height:65px;}

.btnSample a{
	background:#b41010;
	display:block;
	padding:5px;
	color:#FFF;
	text-align:center;
	background:#b41010 url(../images/top/icon_arrow.png) no-repeat 90% 50%;
	background-size:4px 7px;
}

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

.dl_sec02{ margin:10px 0}
.dl_sec02 dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	}


/*-----------------------------------
section 03
----------------------------------  */
.sec03{ border-bottom: 1px solid #f5f5f5;}

.sec03 h2{
}

.li_sec03_01{
	border:1px solid #d1d1d1;
	padding:10px;
	background:#FFF;
	margin-bottom:10px;
}

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

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

.btnGuide a{
	background:#b41010;
	display:block;
	padding:5px;
	color:#FFF;
	text-align:center;
	background:#b41010 url(../images/top/icon_arrow.png) no-repeat 90% 50%;
	background-size:4px 7px;
}

.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
----------------------------------  */

.sec03Ttl h2{ width: 90px; float: left; }
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
#newsList .clearfix { display:inline-block; margin-top: 10px; }

/* 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:5px 0;
    margin-bottom:3px;
    border-bottom:1px dotted #ccc;
    line-height:120%;
    list-style-type:none;
    width: 100%;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}
#newsList li span:nth-child(3){ display: block; margin: 5px 0; }
.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; }