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

/* お知らせ
=================================================================== */

div.waku{
	line-height:1.6;
}
dl.itiran{
	border-bottom: 1px dotted #b0aaa5;
	padding-bottom:20px;
	margin-bottom:20px;
}
dl.itiran dt{
	color:#EF8200;
	background:url(/common/img/icon_02.gif) no-repeat 0 10px;
	padding-left:15px;
}
dl.itiran dd{
	padding-left:15px;
}
dl.itiran dd a{
	color:#3A2A1E;
	text-decoration:underline;
}


.news_tit{
	position:relative;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 3px solid #e9e4de;
}
.news_tit p.btn_itiran{
	position:absolute;
	right:0;
	top:0;
}
.news_tit p.data{
	color:#EF8200;
}
.news_tit h3{
	font-size:18px;
	font-weight: bold;
}
ul.page_nav{
	height:56px;
	margin:30px 0;
	position:relative;
	border-top: 1px dotted #b0aaa5;		
	border-bottom: 1px dotted #b0aaa5;	
}
ul.page_nav li a{
	color:#3A2A1E;
}


ul.page_nav li.page_back{
	position:absolute;
	top:15px;
	left:0;
	background:url(/news/img/icon_back.gif) no-repeat top left;
	padding-left:25px;
}
ul.page_nav li.page_next{
	position:absolute;
	top:15px;
	right:0;
	background:url(/news/img/icon_next.gif) no-repeat top right;
	padding-right:25px;
}





/*ブログ内設定*/
.section ol li{
        list-style:decimal!important;
}
.section ol{
        margin-left:15px;
}
.section em{
        font-style:italic!important;
}

.sp_only{
	display: none!important;
}
.pc_only{
	display: block!important;
}
