@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*---------------------------------------------------------------------------------
index
---------------------------------------------------------------------------------*/

/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	text-align: center;
	background: #CCC;
}
/*------------------------------------------------------------News01*/
/*NEWS 連動フォーマット*/
section#news01 div {
	border-bottom: 1px dotted #333;
	background: #FFF url(../img/common_img/icon_arrow02.png) no-repeat 97% 50%;
	/* ratina */
	background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#news01 div:first-of-type {
	border-top: 1px solid #333;
}
section#news01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news01 p.date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}
/*------------------------------------------------------------News02*/
/*NEWS TOP完結フォーマット*/
section#news02 div {
	padding: 10px;
	border-bottom: 1px dotted #333;
}
section#news02 div:first-of-type {
	border-top: 1px solid #333;
}
section#news02 div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 1.4rem;
	line-height: 1.5;
}
section#news02 .date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}
section#news02 .title {
	font-size: 1.6rem;
	font-weight: bold;
	color: #066;
}
section#news02 div.phbox {
	padding: 0;
	border-bottom: 0;
}
section#news02 div.phbox img {
	margin: 10px 0 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox {
	padding: 10px;
	clear: both;
}
.newsbox .news_text {
	overflow: hidden;
	zoom: 1;
	line-height: 1.5;
	font-size: 1.2rem; /* 12px */
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox h1 {
	font-size: 20px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 14px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	text-shadow: 1px 1px 1px #F2F2F2;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.news_ph {
	clear: both;
	text-align: center;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
	clear: both;
}
.postinfo {
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
	clear: both;
	padding: 5px 10px;
	background: #eee;
	border-radius: 20px;
}
/*Program*/
.pagelink {
	font-size: 12px;
	margin: 0 10px;
	clear: both;
}
.pagelink .oldpage {
	width: 50%;
	float: left;
}
.pagelink .newpage {
	width: 50%;
	float: right;
}
.listlink {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.listlink a {
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.listlink a:hover {
	background: #DFDFDF;
}
/*WP-PageNavi*/
.wp-pagenavi {
	margin: 0 auto 15px;
	padding: 15px 10px;
	text-align: center;
	overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px;
	border-radius: 2px;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #fff, #eee);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	zoom: 1;
}
.wp-pagenavi span.current {
	border: 1px solid #CCC;
	background: #DFDFDF;
	color: #999;
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #CCC;
	color: #848484;
	background: #F2F2F2;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #fff, #eee);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
	zoom: 1;
}
.wp-pagenavi a:hover {
	background: #DFDFDF;
}
/*wp-calendar*/
#calendar_wrap {
	background: #eee;
	padding: 20px;
	margin: 0 10px 15px;
	border-radius: 4px;
}
#wp-calendar {
	font-size: 12px;
	color: #333;
	width: 100%;
	padding-bottom: 10px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 7px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #1F5968;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin: 0 10px 15px;
}
#news_search_title {
	font-weight: bold;
	margin: 0 0 5px;
	border-left: 3px solid #000;
	padding-left: 6px;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	margin: 0;
	border: 1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
	/* Webkit */
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
/*---------------------------------------------------------------------------------
contact
---------------------------------------------------------------------------------*/
#contact_form {
	padding: 0 10px 10px;
}
#contact_form table {
	width: 100%;
	border-collapse: collapse;
}
#contact_form table th, #contact_form table td {
	padding: 10px;
	border: 1px solid #999;
	border-bottom: 0;
	display: block;
}
#contact_form table th {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	background: #eee;
}
#contact_form table td {
	font-size: 12px;
	line-height: 150%;
}
#contact_form table td.tx_cent {
	padding-top: 15px;
	border: 0;
	border-top: 1px solid #999;
}
#contact_form table td p.attention {
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form table th strong {
	font-weight: normal;
	font-size: 11px;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border: 1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border: 1px solid #BFBFBF;
	background: #CCC;
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	padding: 2px 7px;
	cursor: pointer;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	/* Firefox */
	background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.inp_submit01 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 30px;
	cursor: pointer;
	border: 1px solid #5A6476;
	border-radius: 3px;
	text-shadow: 1px 1px 0 #28343b;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc8), color-stop(5%, #828c95), color-stop(100%, #28343b));
	/* Firefox */
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 5%, #28343b 100%);
	/* IE10 */ 
	background: linear-gradient(to bottom, #b5bdc8, #28343b);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0 );
	zoom: 1;
}
