@charset "UTF-8";

/* ここからトップページ
--------------------------------------------------*/
div#top-jirei {
	margin: 15px 0 20px;
	position: relative;
}
div#top-jirei h2 {
	margin: 0;
/*	background: #f4f4f4;*/
}

div#top-jirei div.ichiran{
	background: url(../image/arrow02.png) no-repeat left center ;
	position: absolute;
	right: 13px ;
	top: 18px ;
	z-index: 10;
	padding-left: 10px;
}

div#top-jirei div.ichiran a {
	color: #358fd3;
}

div#top-jirei div.ichiran a:hover {
	text-decoration: none;
}

div#top-jirei-waku {
	padding: 25px 15px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* ここまでトップページ
--------------------------------------------------*/
.info-box {
	margin:0 0 20px 0;
	padding: 0 5px 10px;
}
.info-header {
	border-bottom: 1px dotted #BCBCBC;
	padding: 0 5px 2px;
}

.info-title { 
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	float: left;
}

.info-title a { 
	color:#CC3300;
}

.info-title a:hover { 
	text-decoration: none;
}
.info-date {
	float: right;
}

.info-comment {
	padding: 3px 5px 0;
}


dl.page-navi {
	width: 100% ;
	margin: 0 0 30px ;
	padding: 0 ;
}

dl.page-navi dt {
	float: left ;
	width: 300px ;
}

dl.page-navi dd {
	float: right ;
}

dl.page-navi dd ul {
	margin: 0;
	text-align: right ;
}

dl.page-navi dd li {
	display: inline ;
	margin-left: 0.5em ;
	margin-bottom: 0 !important;
	padding: 0 !important;
	background:none !important;
}

dl.page-navi dd li.page-front {
	padding-right: 0.5em !important;
	border-right: 1px solid #999 ;
}

dl.page-navi dd li.page-next {
	margin-left: 0.5em ;
	padding-left: 0.5em !important;
	border-left: 1px solid #999 ;
}

dl.page-navi dd li a:link,
dl.page-navi dd li a:visited {
	color: #999 ;
}

dl.page-navi dd li a:hover {
	color: #333 ;
}

.color-red1 { color :#CC0000 !important ;}

/* 詳細ページ
--------------------------------------------------*/
.header-txt {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}

h1.jirei-title {
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto 25px;
	background: #f4f4f4 url(../image/icon_title.png) no-repeat 17px center;
	border: 1px solid #cccccc;
	padding: 9px 15px 8px 33px;
}

.info-header-detail {
	border-bottom: 1px dotted #BCBCBC;
	padding: 0 5px 10px;
}

.info-date-detail {
	float: right;
	color: #666;
}

.info-comment-detail {
	color: #666;
	padding: 10px 5px 0;
	font-size: 16px;
	line-height: 1.8;
}
