@charset "UTF-8";

/*======================================================================
// 汎用スタイル
======================================================================*/

@media screen and (max-width: 480px) {


.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

#conts .block {
	margin-bottom: 25px;
}

#conts .block:last-child {
	margin-bottom: 0;
}

#conts .block .titleBox {
	padding-bottom: 3px;
	background: url(../img/home/bg_home01.png) repeat-y bottom;
	-webkit-background-size: 100% 1px;
	        background-size: 100% 1px;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}

#conts .block .titleBox h2 {
	padding: 8px 10px 8px 50px;
	background: #96DCE6;
	border-left: 5px solid #0F3132;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;

	font-size: 15px;
	font-weight: normal;

	position: relative;
}

#conts .block .titleBox h2:after {
	content: "";

	position: absolute;
	left: 20px;
}

#conts .block.search .titleBox h2:after {
	width: 25px;
	height: 25px;
	background: url(../img/common/icon/02.png);
	-webkit-background-size: 25px 25px;
	        background-size: 25px 25px;
	top: 6px;
}

#conts .block.keyword_search .titleBox h2:after {
	width: 25px;
	height: 25px;
	background: url(../img/common/icon/03.png);
	-webkit-background-size: 25px 25px;
	        background-size: 25px 25px;
	top: 6px;
}


#conts .block.keywords .titleBox h2:after {
	width: 25px;
	height: 25px;
	background: url(../img/common/icon/08.png);
	-webkit-background-size: 25px 25px;
	        background-size: 25px 25px;
	top: 6px;
}

#conts .block.tree .titleBox h2:after {
	width: 25px;
	height: 19px;
	background: url(../img/common/icon/04.png);
	-webkit-background-size: 25px 19px;
	        background-size: 25px 19px;
	top: 9px;
}

#conts .block.age .titleBox h2:after {
	width: 23px;
	height: 29px;
	background: url(../img/common/icon/05.png);
	-webkit-background-size: 23px 29px;
	        background-size: 23px 29px;
	top: 3px;
}


@media screen and (max-width:991px) {
	#main #key_search.key_search .search_level_wrap.inner,
	#main #refine_search .refine_search_wrap.inner,
	#main .search_age_wrap.inner,
	#side #refine_search .refine_search_wrap.inner,
	#key_search .search_level_wrap.inner,
	.search_age_wrap.inner {
		display: none;
		padding: 15px 15px;
		background: #FFF;
	}
	.single #side #refine_search .refine_search_wrap.inner{
		display:block;
	}
}

.cl_button .inner button,
.cl_button .inner .btn {
	display: block;
	width: 100%;
	padding: 6px 0;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFE06C),
		to(#FFCB13));
	border: none;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow:
		0px 3px 0px rgba(152,152,152,1);
	box-shadow:
		0px 3px 0px rgba(152,152,152,1);

	font-size: 12px;
	position: relative;
}

.cl_button .inner .btn {
	margin-bottom: 12px;

	color: #000;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}

.cl_button .inner button:after,
.cl_button .inner .btn:after {
	content: "";

	width: 5px;
	height: 7px;
	background: url(../img/common/icon/06.png);
	-webkit-background-size: 5px 7px;
	        background-size: 5px 7px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
}

.cl_button .inner .search {
	width: 100%;
	border-collapse: collapse;
}

.cl_button .inner .search th,
.cl_button .inner .search td {
	padding: 7px 0;
	border-bottom: 2px dotted #F2F2F2;

	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.cl_button .inner .search tr:first-child th,
.cl_button .inner .search tr:first-child td {
	padding-top: 0;
}

.cl_button .inner .search th {
	width: 80px;
	vertical-align: top;
}

.cl_button .inner .search th.vaM {
	vertical-align: middle;
}

.cl_button .inner .search th .allCheck,
.cl_button .inner .search dt .allCheck {
	display: inline-block;
	margin-top: 4px;
	padding: 3px 4px;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#EAEAEA),
		to(#CBCBCB));
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	color: #000;
	font-size: 10px;
	letter-spacing: 0;
	text-decoration: none;
}

.cl_button .inner .search th .allCheck.remove {
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#CBCBCB),
		to(#EAEAEA));
}

.cl_button .inner .search td select:first-child {
	margin-bottom: 10px;
}

.cl_button .inner .search td li {
	margin-bottom: 7px;
}

.cl_button .inner .search td .month li {
	float: left;
	width: 33%;
}

.cl_button .inner .search td .key li {
	float: left;
	width: 50%;
}

.cl_button .inner .search td li input {
	margin-right: 5px;
	vertical-align: middle;
}

.cl_button .inner .search {
	font-size: 12px;
	font-weight: bold;
}

.cl_button .inner .search .checkBtn {
	margin: 10px 0 3px;
	border: 1px solid #9B9DA1;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	text-align: center;
}

.cl_button .inner .search .checkBtn a {
	padding: 5px 0;
	display: block;
	color: #595757;
	text-decoration: none;
}

.cl_button .inner .search dt {
	margin-top: 10px;
}

.cl_button .inner .search .monthArea {
	padding-bottom: 15px;
	border-bottom: 2px dotted #F2F2F2;
}

.cl_button .inner .search .changeBtn {
	margin-bottom: 3px;
}

.cl_button .inner .search .changeBtn a {
	width: 100%;
	display: block;
	color: #555;
	text-decoration: none;
}

.cl_button .inner .search .changeBtn a .text {
	padding: 3px 0;
	width: 81%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	background: #E6C0C6;
	display: block;
	float: left;
	text-align: center;
}

.cl_button .inner .search .changeBtn a.orSearch .text {
	background: #FFF;
}

.cl_button .inner .search .changeBtn a .img {
	padding: 2px 0;
	width: 19%;
	border: 1px solid #CCC;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
	float: left;
	display: block;
	text-align: center;
	line-height: 0;
}

.cl_button .inner .search .changeBtn a.orSearch .img {
	background: #E6C0C6;
}

.cl_button .inner .search .changeBtn a .img span {
	margin-left: 6px;
	width: 25px;
	height: 21px;
	background: url(../img/base/icon_load_or.png) no-repeat;
	-webkit-background-size: 25px 21px;
	        background-size: 25px 21px;
	display: block;
}

.cl_button .inner .search .changeBtn a.orSearch .img img {
	visibility: hidden;
}

.cl_button .inner .search .month,
.cl_button .inner .search .keyArea {
	width: 100%;
}

.cl_button .inner .search .monthArea  li,
.cl_button .inner .search .keyArea  li {
	margin: 0 2% 3px 0;
	width: 32%;
	float: left;
}

.cl_button .inner .search .monthArea li:nth-child(3n),
.cl_button .inner .search .keyArea li:nth-child(3n) {
	margin-right: 0;
}

.cl_button .inner .search .monthArea  li label,
.cl_button .inner .search .keyArea  li label {
	width: 100%;
	padding: 5px 0;
	border: 1px solid #9B9DA1;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	display: block;
	font-weight: normal;
	text-align: center;
}

.cl_button .inner .search .btnChecked label {
	background: #ECC2C5;
}

.cl_button .inner .search .monthArea li input,
.cl_button .inner .search .keyArea li input {
	margin-left: -15px;
	display: inline-block;
	opacity: 0;
}

.cl_button .inner .buttonArea {
	padding: 14px 26px;
}

.cl_button .inner .buttonArea .feas-submit-button {
	height: 40px;
}

.cl_button .inner .keyword {
	margin-bottom: -10px;
}

.cl_button .inner .keyword li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.cl_button .inner .keyword li a {
	display: block;

	color: #595757;
	font-size: 13px;
	text-decoration: none;
}

.cl_button .inner .keyword li a img,
.cl_button .inner .keyword li a span {
	vertical-align: middle;
}

.cl_button .inner .keyword li a span {
	margin-left: 7px;
}

.cl_button .inner.birth {
	padding: 0;
	background: #E4F6F8;
}

.cl_button .inner.birth .inputArea {
	padding: 10px 20px;
	background: #FFF;
	border-bottom: 1px solid #E6E6E6;

	font-size: 13px;
}

.cl_button .inner.birth .inputArea p:first-child {
	margin-bottom: 5px;
}

.cl_button .inner.birth .inputArea input {
	width: 6em;
	margin-right: 10px;
	vertical-align: middle;
}

.cl_button .inner.birth .submitArea {
	padding: 10px 20px;

	text-align: center;
}

.cl_button .inner.birth .submitArea .image {
	margin-top: 15px;
}

#conts .wp-pagenavi {
	margin-bottom: 25px;
	padding: 11px 15px;
	background: #E3F5F7;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	text-align: center;
}

#conts .wp-pagenavi a,
#conts .wp-pagenavi span {
	margin: 0 8px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#conts .wp-pagenavi span.current {
	color: #C6C6C6;
	font-weight: bold;
}





/*======================================================================
// キーワードで探す
======================================================================*/

#conts #keyword_search .key_link_box{
	width:33%;
	text-align:center;
}

#conts #keyword_search .key_link_box a {
    background: none repeat scroll 0 0 #f3fcff;
    color: #666;
    display: block;
    font-size: 120%;
    margin: 2%;
    padding: 3% 0;
    text-decoration: none;
    width: auto;
}


#conts #keyword_search .key_link_box a:hover{
	background:#8de4fc;
	color:#333;
	font-weight:bold;
}



/*===============================================
// 〜 480px
===============================================*/
@media screen and (max-width: 480px) {




}








/*======================================================================
// 検索結果
======================================================================*/
#conts .result .titleBox h2 {
	padding-left: 17px;
	background: #FFF;

	font-weight: bold;
}

#conts .result .inner {
	display: block;
	padding: 0;
}

#conts .result .inner .switch {
	padding: 12px 25px 13px;
	background: #EEF2F5;
	border-bottom: 1px solid #E6E6E6;
}

#conts .result .inner .switch .icon {
	float: left;
	margin-right: 15px;
	padding-top: 33px;

	color: #0F3232;
	font-size: 12px;

	position: relative;
}

#conts .result .inner .switch .icon:after {
	content: "";

	width: 31px;
	height: 31px;
	background: url(../img/list/img_list01.png);
	-webkit-background-size: 31px 31px;
	        background-size: 31px 31px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -17px;
}

#conts .result .inner .switch .change {
	float: left;
	padding-top: 10px;
}

#conts .result .inner .switch .change span {
	display: block;
	float: left;
}

#conts .result .inner .switch .change span a {
	display: block;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#E9E9E9),
		to(#C9C9C9));

	color: #000;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow:
		0px 1px 1px rgba(153,153,153,1);
	box-shadow:
		0px 1px 1px rgba(153,153,153,1);
}

#conts .result .inner .switch .change span.active a {
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#C9C9C9),
		to(#E9E9E9));
}

#conts .result .inner .switch .change span:first-child a {
	padding: 8px 24px;
	border-right: 1px solid #BEBEBE;
	-webkit-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}

#conts .result .inner .switch .change span:last-child a {
	padding: 8px 20px;
	border-left: 1px solid #FFF;
	-webkit-border-radius: 0 5px 5px 0;
	        border-radius: 0 5px 5px 0;
}

#conts .item {
	padding: 12px 12px;
	border-bottom: 1px solid #E6E6E6;
}

#conts .item table {
	width: 100%;
	border-collapse: collapse;
}

#conts .item table th {
	width: 73px;
	vertical-align: bottom;
}

#conts .item table th img {
	width: 73px;
	height: auto;
}

#conts .item table td {
	padding-left: 13px;
	vertical-align: top;
}

#conts .item table td h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F0F0F0;
	font-size: 13px;
}

#conts .item table td h3 a {
	color: #595757;
	text-decoration: none;
}

#conts .item table td h3 a .highlight {
	background: #FFC;
}

#conts .item table td p {
	margin-bottom: 6px;

	color: #000;
	font-size: 11px;
}

#conts .item table td p a {
	color: #2EA6DF;
}

#conts .item table td p .highlight {
	background: #FFC;
}

#conts .item table td p.date {
	margin-bottom: 1px;

	color: #595757;
}

#conts .item table td .recom,
#conts .item table td .speech {
	display: inline-block;
	padding: 2px 4px;

	color: #FFF;
	font-size: 9px;
	text-decoration: none;
}

#conts .item table td .recom {
	background: #1B5954;
}

#conts .item table td .speech {
	background: #1B3A59;
}

/*======================================================================
// 詳細ページ
======================================================================*/
#conts .block.info .titleBox h2:after {
	width: 27px;
	height: 20px;
	background: url(../img/common/icon/07.png);

	top: 9px;
}

#conts .info .inner {
	display: block;
}

#conts .info .inner .thumbBlock {
	float: left;
	width: 73px;
	margin-right: 12px;
}

#conts .info .inner .thumbBlock .icons li {
	margin-top: 4px;
}

#conts .info .inner .thumbBlock .icons li .recom,
#conts .info .inner .thumbBlock .icons li .speech {
	display: block;
	padding: 2px 4px;

	color: #FFF;
	font-size: 9px;
	text-align: center;
}

#conts .info .inner .thumbBlock .icons li .recom {
	background: #1B5954;
}

#conts .info .inner .thumbBlock .icons li .speech {
	background: #1B3A59;
}

#conts .info .inner .infoBlock {
	overflow: hidden;
}

#conts .info .inner .infoBlock h3 {
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EBEBEB;

	color: #595757;
	font-size: 13px;
}

#conts .info .inner .infoBlock .thumbList {
	margin-bottom: 6px;
}

#conts .info .inner .infoBlock .thumbList li {
	float: left;
	margin-right: 7px;
}

#conts .info .inner .infoBlock p {
	font-size: 11px;
	line-height: 1.3;
}

#conts .info .inner .infoBlock p.date {
	margin-bottom: 4px;
	color: #595757;
}

#conts .backSearch {
	margin-bottom: 25px;
	text-align: center;
}

#conts .backSearch a {
	display: block;
	padding: 10px 0;
	background: #E4F5F8;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	color: #000;
	font-size: 11px;
	text-decoration: none;
}

/*======================================================================
// 固定ページ
======================================================================*/
#conts.page .contsTitle {
	padding-bottom: 3px;
	background: url(../img/home/bg_home01.png) repeat-y bottom;
	-webkit-background-size: 100% 1px;
	        background-size: 100% 1px;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}

#conts.page .contsTitle h2 {
	padding: 5px 10px 5px 20px;
	background: #93D3DC;
	border-left: 5px solid #0F3132;
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;

	line-height: 0;
	position: relative;
}

#conts.page .subpage_wrap,
#conts.page #peacefamily,
#conts.page #side {
	margin-bottom: 25px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #E6E6E6;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;

	font-size: 12px;
}

#conts.page .subpage_wrap img,
#conts.page #peacefamily img,
#conts.page #side img {
	max-width: 100%;
	height: auto;
}

#conts.page .subpage_wrap .homeback {
	display: none;
}

#conts.page .subpage_wrap h3 {
	margin: 15px 0;
	padding: 7px 10px;
	background: #004E74;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}

#conts.page .subpage_wrap h4 {
	margin: 10px 0;
	padding: 5px 10px;
	background: #E5EBF6;
	-webkit-border-radius: 5px;
	        border-radius: 5px;

	color: #004E74;
	font-size: 13px;
	font-weight: normal;
}

#conts.page .subpage_wrap .spLine {
	padding: 10px;
	border: 1px solid #004E74;
}

#conts.page .subpage_wrap .spLine img {
	margin-top: 5px;
}

#conts.page .subpage_wrap iframe {
	width: 100%;
	height: auto;
}

#conts.page .subpage_wrap .table_data,
#conts.page .subpage_wrap .contact_data {
	background: #F6F7F7;
	padding: 5px;
}

#conts.page .subpage_wrap .table_data table,
#conts.page .subpage_wrap .contact_data table {
	width: 100%;
	border-collapse: collapse;
}

#conts.page .subpage_wrap .table_data table th,
#conts.page .subpage_wrap .table_data table td,
#conts.page .subpage_wrap .contact_data table th,
#conts.page .subpage_wrap .contact_data table td {
	padding: 5px;
	border: 1px solid #E6E6E6;

	font-weight: normal;
	text-align: left;
}

#conts.page .subpage_wrap .table_data table th,
#conts.page .subpage_wrap .contact_data table th {
	width: 30%;
	background: #F2F2F8;
}

#conts.page .subpage_wrap .table_data table td,
#conts.page .subpage_wrap .contact_data table td {
	background: #FFF;
}

#conts.page .subpage_wrap .table_data table td a {
	color: #004E74;
}

#conts.page .subpage_wrap .contact_data table input[type="text"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#conts.page .subpage_wrap .contact_data table .zip_code01 input[type="text"],
#conts.page .subpage_wrap .contact_data table .zip_code02 input[type="text"] {
	width: 30%;
}

#conts.page .subpage_wrap .contact_data table input[type="email"],
#conts.page .subpage_wrap .contact_data table input[type="tel"] {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#conts.page .subpage_wrap .contact_data table textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#conts.page #peacefamily {
	text-align: center;
}

#conts.page #peacefamily h3 {
	margin: 10px 0;
}

#conts.page #peacefamily p {
	margin-bottom: 10px;
	text-align: left;
}

#conts.page #side .btnspace {
	text-align: center;
}

#conts.page .backHome {
	display: block;
	margin-bottom: 25px;
	padding: 10px 0;
	background: #E5F6F9;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 0 0 5px 5px;
	        border-radius: 0 0 5px 5px;

	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#conts .notFound .inner {
	padding: 15px;
}

#conts .notFound .inner p {
	font-size: 12px;
}


}