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

#nav-below {
	width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    border-top: 1px solid #cccccc;
	overflow:hidden;
	margin-top: 80px;
}

#nav-below a:hover {
	background:#F7F7F7;
}

#nav-below .nav-next {
    float: left;
    width: 50%;
	min-height: 70px;
    overflow: hidden;
}

#nav-below .nav-next a {
	padding: 10px 20px 10px 20px;
	display: block;
    color: inherit;
    overflow: hidden;
    min-height: 70px;
	text-decoration: none;
}

#nav-below .nav-next .next-post-icon {
	width:54px;
    float: left;
}


#nav-below .nav-next .next-post-guide, #nav-below .nav-previous .prev-post-guide {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    overflow: hidden;
    line-height: 1.0em;
    padding: 5px 0 7px;
    font-weight: normal;
}

#nav-below .nav-next .next-post-title, #nav-below .nav-previous .prev-post-title {
    overflow: hidden;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 7px;
    font-weight: normal;
	text-align: left !important;
}

#nav-below .nav-previous {
    float: right;
    width: 50%;
	min-height: 70px;
    border-left: 1px dotted #ccc;
    overflow: hidden;
}

#nav-below .nav-previous a {
    padding: 10px 20px 10px 20px;
	display: block;
    color: inherit;
    overflow: hidden;
    min-height: 70px;
	text-decoration: none;
}

#nav-below .nav-previous .prev-post-icon {
	width:54px;
    float: right;
}

.pagination {
	margin-top: 20px;
}

.pagination ul{
	width: 100%;
	display: -js-display: flex;
	-webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pagination li a.page-numbers,
.pagination li span.page-numbers{
	display: none;
}

.pagination li a.prev{
	display: block;
	line-height: 1.5;
}

.pagination li a.next{
	display: block;
	line-height: 1.5;
}

.pagination li a.prev:hover,
.pagination li a.next:hover{
	text-decoration: underline;
}

.news li.news_contents{
	display: inline-block;
}

.contents_left section.s01 img {
	max-width: 100%;
	height: auto;
}

.panel-body {
    position: relative;
}
.panel-body:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}

@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #ddd;
    color:#828c9a;
    width:100%;
    border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.panel-body.panel-body-select:before{
  color:#fff;
}
.panel-body.panel-body-select > select{
  background:#e2536b;
  color:#fff;
  border-color:#e2536b;
}
.panel-body.panel-body-select > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 737px){
	
	.wrapper section.s00 {
		margin-bottom: 20px;
	}
	
	section.s00 h3 span{
	top: -45px;
	right: 90px;
	}

	.contents{
		width: 100%;
	    max-width: 1040px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.contents_left{
		width: 72%;
		float: left;
	}
	
	.contents_left section.s01{
		width: 100%;
	}
	
	.contents_left section.s01 p.data{
		font-size: 12px;
		vertical-align: middle;
		margin-bottom: 8px;
	}
	
	.contents_left section.s01 p.data span{
		background: #e2536b;
		display: inline-block;
		padding: 4px 8px;
		color: #FFF;
		line-height: 1.1;
	}
	
	.contents_left section.s01 h4{
		width: 100%;
		font-size: 20px;
		border-bottom: 1px solid #ccc;
		word-wrap: break-word;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 5px;
		margin-bottom: 40px;
	}
	
	.contents_right{
		width: 24%;
		float: right;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #f9f9f9;
		padding:0 20px 40px;
	}
	
	.contents_right h4{
		font-size: 16px;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #b2b2b2;
		margin: 40px 0 12px;
		font-weight: bold;
	}
	
	.contents_right a{
		text-decoration: none;
	}
	
	.contents_right a:hover{
		text-decoration: underline;
	}
	
	.contents_right .more_btn{
	width: 140px;
	margin: 15px auto 60px;
	background: #e2536b;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 1.1;
	}
	.contents_right .more_btn:hover{
		text-decoration: none;
	}
	
	section.s01 ul.news{
	width: 100%;
	margin: 0 auto 20px;
	line-height: 0;
}

section.s01 ul.news li.news_contents{
	width: 100%;
	margin-bottom: 3px;
	background: #f9f9f9;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 9px 20px 7px;
	line-height: 2.2;
}

section.s01 ul.news li.news_contents:after{
	content: "";
	margin-bottom: 3px!important;
	}

section.s01 ul.news li ul{
	width: 100%;
	overflow: hidden;
}
	
section.s01 ul.news li ul li.data{
	width: 15%;
	float: left;
	padding: 3px 0;
}

section.s01 ul.news li ul li.text{
	width: 85%;
	float: left;
	border-left: 1px solid #b2b2b2;
	padding: 3px 0 3px 15px;
}
	
section.s01 ul.news li ul li.text a{
	text-decoration: none;
}
section.s01 ul.news li ul li.text a:hover{
	text-decoration: underline;
}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media only screen and (max-width: 736px){
	.wrapper section.s00 {
		margin-bottom: 0;
	}
	section.s00 h3{
		padding-bottom: 18px;
	}
	section.s00 h3 span{
	top: -70%;
	right: 5%;
	}
	
   .contents{
		width: 92%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.contents_left{
		width: 100%;
		float: initial;
	}
	
	.contents_left section.s01{
		width: 100%;
	}
	
	.contents_left section.s01 p.data{
		font-size: 10px;
		vertical-align: middle;
		margin-bottom: 8px;
	}
	
	.contents_left section.s01 p.data span{
		background: #e2536b;
		display: inline-block;
		padding: 4px 8px;
		color: #FFF;
		line-height: 1.1;
	}
	
	.contents_left section.s01 h4{
		width: 100%;
		font-size: 15px;
		border-bottom: 1px solid #ccc;
		word-wrap: break-word;
		font-weight: bold;
		line-height: 1.3;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	
	.contents_right{
		width: 100%;
		float: initial;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #f9f9f9;
		padding:1px 20px 40px;
		clear: both;
	}
	
	.contents_right h4{
		font-size: 14px;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #b2b2b2;
		margin: 30px 0 12px;
		font-weight: bold;
	}
	
	.contents_right a{
		text-decoration: none;
	}
	
	.contents_right a:hover{
		text-decoration: underline;
	}
	
	.contents_right .more_btn{
	width: 140px;
	margin: 15px auto 60px;
	background: #e2536b;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 1.1;
	}
	.contents_right .more_btn:hover{
		text-decoration: none;
	}
	
	section.s01 ul.news{
	width: 100%;
	margin: 0 auto 20px;
	line-height: 0;
}

section.s01 ul.news li.news_contents{
	width: 100%;
	margin-bottom: 3px;
	background: #f9f9f9;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 9px 20px 7px;
	line-height: 2.2;
}

section.s01 ul.news li ul{
	width: 100%;
	overflow: hidden;
}
	
section.s01 ul.news li ul li.data{
	width: 30%;
	float: left;
	padding: 3px 0;
}

section.s01 ul.news li ul li.text{
	width: 70%;
	float: left;
	border-left: 1px solid #b2b2b2;
	padding: 3px 0 3px 15px;
}
	
section.s01 ul.news li ul li.text a{
	text-decoration: none;
}

}