@charset "UTF-8";

ul {
	list-style: none;
}

#crumbsnavi {
	margin: 40px auto 20px;
	width: 980px;
}

#crumbsnavi ul li {
	display: inline;
}

#crumbsnavi a {
	color: #358fd3;
	text-decoration: underline;
}

#crumbsnavi a:hover {
	text-decoration: none !important;
}

@media screen and (max-width: 599px) {
	#crumbsnavi {
		display: none;
	}
}

/* ここからトップページ
--------------------------------------------------*/
div#top-jirei {
	margin: 0;
}

div#top-jirei h2.h_tit03 {
	position: relative;
/*	background: #ff0000;*/
}

div#top-jirei h2.h_tit03 .sp02 {
	position: absolute;
	right: 0;
	top: 5px;
}

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

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

div#top-jirei-waku {
	margin-bottom: 30px;
	padding: 25px 15px 0;
	border: 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;
}

@media screen and (max-width: 599px) {
	.info-title { 
		float: none;
	}
	.info-date {
		margin-top: 5px !important;
		font-size: 14px !important;
		float: none;
	}
}

.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 ;
}

@media screen and (max-width: 599px) {
	dl.page-navi {
		margin: 0 0 20px ;
	}
	dl.page-navi dt {
		float: none ;
		width: 90% ;
		padding-left: 10px;
	}
	dl.page-navi dd {
		float: none ;
		padding-right: 10px;
	}
	#contents {
		margin-top: 20px;
	}
}

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;
}

.jirei-title {
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 24px;
	margin: 0 auto 25px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 9px 15px 8px 33px;
	position: relative;
}

.jirei-title:before{
	content: "";
	position: absolute;
	top: 11px;
	left: 11px;
	border: 8px solid #666 !important;
}
@media screen and (max-width: 599px) {
	.jirei-title {
		margin-top: 30px;
		font-size: 16px;
		padding-left: 15px;
	}
	.jirei-title:before {
		border: none !important;
	}
}
.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;
}

.info-button {
	margin: 25px auto;
	text-align: center;
}

div.info-button a {
	display:inline-block;
	text-decoration: none;
	background: #2ca9e1;
	padding: 12px 15px 11px 22px;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	    -ms-border-radius: 8px;
	     -o-border-radius: 8px;
	        border-radius: 8px;
	cursor: pointer ;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
div.info-button a:hover {
	background-color: #165e83;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
