@charset "utf-8";

@import url('header.css?20190527');
@import url('side.css?20190527');
@import url('footer.css?20190527');

/*---------------------------------
  contents > Layout
---------------------------------*/

#content {
	width:980px;
	margin:0 auto;
	text-align:left;
}

.contents_box {
	width:660px;
	float:left;
}

/*---------------------------------
  breadcrumb
---------------------------------*/

.breadcrumb {
	font-size: 12px;
	margin: 10px auto 5px;
	height: 15px;
    width: 980px;
}

.breadcrumb li{
	float: left;
	list-style: none;
}
.breadcrumb li br{
  display: none;
}

.breadcrumb span {
	margin: 0 5px;
}

.breadcrumb a {
	color: #0070ad;
	font-size: 12px;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #28b8ff;
}

/*---------------------------------
  summary
---------------------------------*/
.summary p {
    font-size: 13px;
    margin-bottom: 5px;
}

.summary p:last-of-type {
    margin-bottom: 20px;
}

/*---------------------------------
  listBox
---------------------------------*/
.listBox {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 12px;
}

.listBox a {
	text-decoration:none;
	color:inherit;
}

.listBox ul li {
	list-style-type:none;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}

.listBox p.img {
	float:left;
	margin-right:10px;
}

section .titArea {
	background-color:#0070ad;
	border-top:2px solid #333;
	padding:8px 10px;
}

section .titArea h2 {
	color:#28b8ff;
	font-size:12px;
}

section .titArea h2 img {
	margin-right:15px;
}

section .detail {
	font-size:10px;
	margin-top:15px;
	text-align:right;
}

section .detail a {
	color:#fff;
	background-color:#0070ad;
	background-image:url(../imgs/ico_arrow-w.png);
	background-repeat:no-repeat;
	background-position:90% 50%;
	border:1px solid transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}

section .detail a:hover {
	color:#0070ad;
	background-color:#efefef;
	background-image:url(../imgs/ico_arrow-b2.png);
	background-repeat:no-repeat;
	background-position:right 12px center;
	border:1px solid #0070ad;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 24px 4px 12px;
	display:inline-block;
}


/*---------------------------------
  planlist
---------------------------------*/
.planlist .listBox ul li {
	padding:15px 0;
	border-bottom-style:solid;
}

.planlist .listBox ul li:last-child {
	border-bottom-style: none;
}

.planlist .img {
	width:294px;
}

.planlist p.tit {
	color: #0070ad;
	font-size: 16px;
	margin-bottom: 13px;
    font-weight: bold;
}

.planlist a:hover .tit {
	text-decoration:underline;
}

.planlist a .txt {
	color:#3e3e3e;
	font-size:13px;
}

.no_entry {
	padding-top: 20px;
}

.not_found {
	margin: 10px 0;
}
/*---------------------------------
  pagenav
---------------------------------*/
ul.pagenav {
	margin: 0 0 10px;
	padding: 12px;
	text-align: center;
}

ul.pagenav li {
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	background: #fff;
	border: 1px solid #0070ad;
}

ul.pagenav li.prev,  ul.pagenav li.next {
	border: 1px solid transparent;
}

ul.pagenav li span,
ul.pagenav li a {
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
	vertical-align: middle;
	text-decoration: none;
	color: #0070ad;
	font-size: 90%;
}

ul.pagenav  li.current span, ul.pagenav  li.current a {
	background: #0070ad;
	color: #fff;
}

ul.pagenav li a:hover {
	background: #efefef;
	color: #0070ad;
}

ul.pagenav li.prev a:hover, ul.pagenav li.next a:hover {
	background: #fff;
}

ul.pagenav  li .pagearrow {
	font-size: 9px;
	padding: 3px 0;
	background: none;
}

.pager {
	font-size: 12px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	width: auto;
}
.pages {
	border: 1px solid #0070ad;
	margin-right: 20px;
	padding: 5px 10px;
}

.page-numbers {
	border: 1px solid #0070ad;
	margin-right: 10px;
	padding: 5px 10px;
	text-decoration: none;
	color: #0070ad;
}
a.page-numbers:hover {
	background-color: #efefef;
}
.current {
	background-color: #0070ad;
	border: 1px solid #0070ad;
	color: #ffffff;
	margin-right: 10px;
	padding: 5px 10px;
}
.prev {
	background: url("../imgs/pagenation_allow_left.gif") no-repeat scroll 10% center rgba(0, 0, 0, 0);
	border: medium none;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px 5px 30px;
	text-decoration: none;
	color: #0070ad;
}
a.prev:hover {
	text-decoration: underline;
}
.next {
	background: url("../imgs/pagenation_allow_right.gif") no-repeat scroll 90% center rgba(0, 0, 0, 0);
	border: medium none;
	font-size: 12px;
	padding: 5px 30px 5px 10px;
	text-decoration: none;
	color: #0070ad;
}
a.next:hover {
	text-decoration: underline;
}

/*******************************************************************************
 max-width:750px
*******************************************************************************/
@media screen and (max-width: 750px) {
#body_wrap {
	padding: 0 3px;
}

.breadcrumb {
	font-size: 14px;
	padding: 10px 5px;
	height: 15px;
	margin: 0;
    width: 90%;
}

.breadcrumb a {
font-size: 14px;
}

#content {
	width: auto;
}

.contents_box {
	width: auto;
	float: none;
	margin: 0 0 60px;
}

.contents_box p img{
	width: 100%;
	height: auto;
}

section .detail {
	font-size: 12px;
}

}/* max-width:750px ***********************************************************/

/*******************************************************************************
 max-width:420px
*******************************************************************************/
@media screen and (max-width: 420px) {

.listBox p.img {
	float: none;
	margin-right: 0;
	width: 100%;
}



}/* max-width:420px ***********************************************************/
