@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"], input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

html>/**/body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
* + html body {
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
.clr {
	clear: both;
}

/* =all
-------------------------------------------------------------- */
body {
	min-width: 1000px;
	text-align: center;
	font-size: 12px;
	color: #424242;
	background: #fffcf1;
	line-height: 1.5;
}

a { color: #f04c68;
	text-decoration: none;}
a:hover { text-decoration: underline;}
a.line{ text-decoration:underline;}
a.line:hover{ text-decoration:none;}

/* font */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}
.f10 {font-size: 10px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f28 {font-size: 28px;}
.red {color: #ff4647;}
.red02 {color: #f00;}
.blue {color: #303f9f;}
.pink {color: #f04c68;}
.yellow{color: #f7b016;}
.bold {font-weight: bold;}
.orange{ color:#ff7658;}

/* mgn */
.mgn05 {margin-bottom: 5px;}
.mgn08 {margin-bottom: 8px;}
.mgn10 {margin-bottom: 10px;}
.mgn13 {margin-bottom: 13px;}
.mgn15 {margin-bottom: 15px;}
.mgn20 {margin-bottom: 20px;}
.mgn25 {margin-bottom: 25px;}
.mgn30 {margin-bottom: 30px;}
.mgn35 {margin-bottom: 35px;}
.mgn40 {margin-bottom: 40px;}
.mgn45 {margin-bottom: 45px;}
.mgn50 {margin-bottom: 50px;}
.mgn55 {margin-bottom: 55px;}
.mgn60 {margin-bottom: 60px;}
.mgn65 {margin-bottom: 65px;}
.mgn70 {margin-bottom: 70px;}
a:hover img,
input[type="image"]:hover,
button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a, a img, input[type="image"] {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.ui-slider {
	background: #c4c4c4 !important;
	border: 1px #a5a5a5 solid !important;
}
.ui-slider .ui-widget-header {
	background:#ff9eae;
}
.ui-widget-content .ui-state-default {
	background:#fff;
	border: 1px #b1b1b1 solid !important;
	cursor: pointer;
	outline: none;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
span.err {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #f00;
}
span.err.errbox {
	margin-top: 10px;
}
#flashMessage {
	margin: 10px 0;
	padding: 15px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #ff6c00;
	background: #fff;
	border: 2px #ff6c00 solid;
}


/*---------------------------

				Header

---------------------------*/
#header{
	width:100%;
	min-width:1000px;
	height:121px;
	border-top:3px solid #a48d7d;
	background:#fff;
}
#header .above{
	background:#f0e9e4;
	width:100%;
	height:26px;
	min-width:1000px;
}
#header .above div.cf{
	width:1000px;
	height:26px;
	margin:0 auto;
}
#header .above div.cf h1,
#header .above div.cf p{
	float:left;
	line-height:26px;
	text-align:left;
}
#header .above div.cf ul{
	width:294px;
	float:right;
	padding-top:5px;
	height:21px;
}
#header .above div.cf ul li{
	width:141px;
	margin-left:6px;
	float:left;
	height:21px;
}
#header .above div.cf ul li a{
	display:block;
	width:141px;
	height:18px;
	padding-top:3px;
	color:#7e6b5a;
	font-weight:bold;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
#header .above div.cf ul li.above1 a{
	background:#fff url(../../img/page/head_ico01.png) no-repeat 25px center;
}
#header .above div.cf ul li.above2 a{
	background:#fff url(../../img/page/head_ico02.png) no-repeat 25px center;
}
#header .below{
	width:1000px;
	height:95px;
	margin:0 auto;
	position:relative;
}
#header .below .logo{
	float: left;
	display: block;
	margin: 0 6px 0 0;
}
#header .below div.fr{
/*	float: left;*/
	text-align:right;
	padding-top:18px;
	height:75px;
}
#header .below div.fr #social{
	height:21px;
	margin-bottom:8px;
}
#header .below div.fr #social li{
	float:left;
	height:21px;
	margin-right:5px;
}
#header .below div.fr div.status{
	text-align: left;
}
#header .below .head-area{
	position: relative;
	float: left;
	min-height:63px;
	margin: 18px 13px 0 250px;
	border:1px solid #ff91c9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	z-index: 999;
}
#header .below .head-area.open{
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
#header .below #head-area1,
#header .below #head-area8{
	width: 254px;
}
#header .below #head-area2,
#header .below #head-area3,
#header .below #head-area4 {
	width:212px;
}
#header .below #head-area5,
#header .below #head-area6 {
	width:267px;
}
#header .below #head-area7 {
	width:269px;
}
#header .below .head-area ul{
	width: 100%;
}
#header .below .head-area li{
	float:left;
	width:71px;
	height:32px;
	line-height:33px;
	font-size:13px;
	font-weight:bold;
}
#header .below #head-area1 li,
#header .below #head-area8 li{
	width:51px;
}
#header .below #head-area5 li,
#header .below #head-area6 li{
	width:67px;
}
#header .below #head-area7 li{
	width:45px;
}
#header .below .head-area li.btm{
	height:31px;
}
#header .below .head-area li.btm a{
	border-bottom:none;
}
#header .below .head-area li.right{
	width:70px;
}
#header .below #head-area1 li.right,
#header .below #head-area8 li.right{
	width:50px;
}
#header .below #head-area5 li.right,
#header .below #head-area6 li.right{
	width:66px;
}
#header .below #head-area7 li.right{
	width:44px;
}
#header .below .head-area li.right a{
	border-right:none;
}
#header .below .head-area li a{
	display:block;
	width:100%;
	height:31px;
	border-right:1px solid #ff91c9;
	border-bottom:1px solid #ff91c9;
}
#header .below #other-area dt{
	position: absolute;
	height: 31px;
	top: 32px;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	color: #ff5193;
	background: #feeff7;
	cursor: pointer;
	border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
}
#header .below #head-area1 #other-area dt{
	width: 151px;
	left: 103px;
}
#header .below #head-area2 #other-area dt{
	width: 212px;
	left: 0;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
#header .below #head-area3 #other-area dt,
#header .below #head-area4 #other-area dt{
	width: 140px;
	left: 72px;
}
#header .below #head-area5 #other-area dt,
#header .below #head-area6 #other-area dt{
	width: 132px;
	left: 135px;
}
#header .below #head-area7 #other-area dt{
	width: 133px;
	left: 136px;
}
#header .below #head-area8 #other-area dt{
	width: 100px;
	left: 154px;
}
#header .below .head-area.open #other-area dt{
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
#header .below #other-area dd{
	position: absolute;
	display: none;
	width: 100%;
	top: 64px;
	left: -1px;
	padding: 4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #feeff7;
	border-bottom: 1px solid #ff91c9;
	border-left: 1px solid #ff91c9;
	border-right: 1px solid #ff91c9;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
#header .below #other-area dd a{
	display: inline-block;
	margin: 4px;
}
#header .below .h_tel{
	position: absolute;
	top: 10px;
	right: 0;
}
#nav{
	width:100%;
	min-width:1000px;
	background:#ff7088;
	height:63px;
}
#nav ul{
	width:1000px;
	padding-top:7px;
	margin:0 auto;
}
#nav ul li{
	width:192px;
	height:49px;
	float:left;
	margin:0 10px 0 0;
}
#nav ul li.last{
	margin:0;
}
#nav ul li a{
	display:block;
	width:192px;
	height:49px;
	background:url(../../img/page/nav_bg.png) no-repeat 0 0;
}
#nav ul li.current a,
#nav ul li a img:hover{
	background:url(../../img/page/nav_bg_on.png) no-repeat 0 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

/*---------------------------

				Sidebar

---------------------------*/
#sidebar{
	width:263px;
	float:right;
}
#side-reco{
	width:263px;
	background:url(../../img/page/side_btm01.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom:13px;
}
#side-reco .inner{
	background:#ffe6a9;
	padding:11px 12px 0 11px;
}
#side-reco .inner img{
	width: 238px;
	border:1px solid #ffb83d;
}
#side-box{
	margin-bottom:12px;
}
#side-box h2{
	position:relative;
}
#side-box h2 a{
	display:inline-block;
	position:absolute;
	width:77px;
	height:24px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	top:7px;
	right:8px;
}
#side-box .inner{
	width:237px;
	background:#fff;
	padding:0 13px;
	text-align:left;
}
#side-box .inner a.box,
#side-box .inner div.cf{
	display: block;
	color: #424242;
	border-bottom:dotted 1px #8c8c8c;
}
#side-box .inner a.box {
	padding: 12px 0;
}
#side-box .inner a.box:hover {
	text-decoration: none;
	background: #feeff7;
}
#side-box .inner a.box p.thumb,
#side-box .inner div.cf p.thumb{
	width:45px;
	height:45px;
	overflow:hidden;
	float:left;
}
#side-box .inner a.box p.thumb img,
#side-box .inner div.cf p.thumb img{
	width:45px;
}
#side-box .inner a.box div,
#side-box .inner div.cf div{
	float:right;
	width:180px;
}
#side-box .inner a.box div.noimg,
#side-box .inner div.cf div.noimg{
	float:none;
	width:auto;
}
#side-box .inner a.box div strong,
#side-box .inner div.cf div strong{
	color: #f04c68;
}
#side-box .inner a.box.last,
#side-box .inner div.cf.last{
	border:none;
}
#side-box .inner p.no{
	padding:5px 0 20px 0;
}
#side-box .sb-btm{
	width:248px;
	height:27px;
	line-height:27px;
	text-align:right;
	padding:0 15px 0 0;
	background:url(../../img/page/side_btm02.png) no-repeat 0 0;
}
#side-box .sb-btm a,
#side-box .sb-btm span{
	color:#373737;
}
#side-box .sb-btm span{
	cursor:pointer;
}
#side-box .sb-btm span:hover{
	text-decoration:underline;
}
#side-box  p.ta_l a{
	display: block;
	padding:12px 0;
	color:#373737;
}
#side-flow{
	width:263px;
	background:url(../../img/page/side_btm05.png) no-repeat 0 bottom;
	padding-bottom:8px;
	margin-bottom:12px;
}
#side-flow .inner{
	background:#fff;
	width:246px;
	border-left:1px solid #ffc63e;
	border-right:1px solid #ffc63e;
	padding:8px 8px 0 7px;
}
#side-flow .inner p{
	font-size:10px;
	line-height:1.3em;
	text-align:left;
	width:222px;
	padding:36px 12px 0 12px;
}
#side-flow .inner p.flow01{
	background:url(../../img/page/side_flow01.png) no-repeat 0 0;
	height:40px;
}
#side-flow .inner p.flow02{
	background:url(../../img/page/side_flow02.png) no-repeat 0 0;
	height:76px;
}
#side-flow .inner p.flow03{
	background:url(../../img/page/side_flow03.png) no-repeat 0 0;
	height:78px;
}
#side-flow .inner p.flow04{
	background:url(../../img/page/side_flow04.png) no-repeat 0 0;
	height:53px;
}
#side-box #more{
	display:none;
	border-top:dotted 1px #8c8c8c;
}
/*---------------------------

				Footer

---------------------------*/
#pagetop{
	width:1000px;
	text-align:right;
	margin:0 auto 12px auto;
}
#footerText {
	width:1000px;
	padding: 10px;
	margin: 0 auto 4px;
}
#footerText p {
	font-size: 11px;
	text-align: left;
	color: #8a734f;
}
#footer{
	width:100%;
	min-width:1000px;
	background:#fff;
}
#foot-nav{
	width:100%;
	min-width:1000px;
	background:#ffded5;
	height:103px;
}
#foot-nav ul{
	width:1000px;
	margin:0 auto;
	padding-top:15px;
}
#foot-nav ul li{
	float:left;
	height:30px;
	margin-bottom:14px;
}
#foot-nav ul li a{
	display:block;
	height:30px;
	border-left:3px solid #ff8f71;
}
.foot-nav2{
	padding:15px 0;
	width:100%;
	min-width:1000px;
	color:#9e9e9e;
	background:#f0e9e4;
}
.foot-nav2 a{
	color:#8a734f;
}
.foot-info{
	width:1000px;
	margin:0 auto;
	padding:16px 0;
	text-align:left;
}
.foot-info .logo{
	float:left;
	margin-right:20px;
}
.foot-info p.cap{
	float:left;
	width:220px;
	padding-top:30px;
	color:#6f6f6f;
	font-size:10px;
}
.foot-info .logo2{
	float:left;
}
.foot-info .ssl-mark{
	width:298px;
	height:56px;
	float:right;
	background:#ececec;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding:8px 15px;
}
.foot-info .ssl-mark p{
	float:left;
	width:172px;
	color:#6f6f6f;
	padding:8px 0 0 0;
	font-size:10px;
}
.foot-info .ssl-mark img{
	float:right;
}
.foot-info2{
	padding: 15px 0;
	border-top: 1px #ffded5 solid;
/*	border-bottom: 1px #ffded5 solid;*/
}
.foot-info2 p{
	padding: 0 0 5px;
	color:#6f6f6f;
	font-weight: bold;
	line-height: 1;
}
.foot-info2 a{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	min-width: 180px;
	margin: 0 5px;
	padding: 8px 0;
	border: 1px #ededed solid;
}
.foot-info2 a img{
	height: 40px;
}
#copy{
	width:100%;
	min-width:1000px;
	background:#f04c68;
	padding:11px 0 14px 0;
}
#copy p{
	font-size:10px;
	color:#ffd0c3;
	margin-bottom:3px;
}
#copy div, #copy div a{
	color:#fff;
}

/*---------------------------

				Common

---------------------------*/
#contents{
	width:1000px;
	margin:0 auto 40px auto;
}
#main{
	width:675px;
	float:left;
	padding:20px 19px;
	border:1px solid #ffecbe;
	background:#fff;
}
#bread,
#bread_footer {
	width:970px;
	margin:12px auto;
	line-height:22px;
	background:#fff2c4;
	padding:4px 15px;
	text-align:left;
	color:#92735f;
	border-radius: 16px;
}
#bread .child a,
#bread_footer .child a{
	color:#92735f;
	font-weight:bold;
}
#bread_footer {
	padding:4px 15px;
	border-radius: 0;
}


#pagetitle{
	border-bottom:1px solid #cec7bb;
	padding-bottom:12px;
	margin-bottom:12px;
	text-align:left;
}
#pagetitle3{
	border-left:8px solid #ff7088;
	padding-left:20px;
	font-size:26px;
	line-height:37px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
}
#pagetitle h1,
#pagetitle h2{
	border-left:8px solid #ff7088;
	padding-left:20px;
	font-size:20px;
	line-height:37px;
	font-weight:bold;
}
#pagetitle h1 strong {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
	line-height:37px;
	vertical-align:middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main02{
	border:1px solid #ffecbe;
	background:#fff;
	padding-bottom:18px;
}
#main03{
	border:1px solid #ffecbe;
	background:#fff;
	padding:20px 19px;
}
#main02 #titbox{
	padding:20px 120px 18px 106px;
	min-height:66px;
	position:relative;
	text-align:left;
}
#main02 #titbox.no_date{
	padding:20px 120px 18px 20px;
}
#main02 #titbox span.date{
/*
	display:block;
	background:url(../../img/page/dtl_date_bg.jpg) no-repeat 0 0;
	width:66px;
	height:60px;
	position:absolute;
	top:0;
	left:17px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-top:26px;
*/
	display: block;
    position: absolute;
    top: 0;
    left: 17px;
}
#main02 #titbox span.area{
	display:inline-block;
	background:#ffdbd5;
	padding:0 16px;
	height:21px;
	line-height:21px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:10p;x
}
#main02 #titbox h1{
	font-size:26px;
}
#main02 #titbox p{
	position:absolute;
	top:50%;
	right:17px;
	margin-top:-25px;
}
#pagetitle2{
	text-align:left;
	padding-bottom:15px;
}
#pagetitle2 span{
	display:inline-block;
	margin-right:15px;
	height:21px;
	line-height:21px;
	text-align:center;
	padding:0 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#pagetitle2 span.area{
	background:#ffdbd5;
}
#pagetitle2 span.cate{
	color:#fff;
}
#pagetitle2 span.cate01{
	background:#42b0aa;
}
#pagetitle2 span.cate02{
	background:#ff4f8d;
}
#pagetitle2 span.cate03{
	background:#8755aa;
}
#pagetitle2 h1{
	padding-top:8px;
	font-size:26px;
}
/*---------------------------

				Index

---------------------------*/
#area-change{
	margin-bottom:20px;
	border:1px solid #ff91c9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	height:30px;
	line-height:32px;
	overflow:hidden;
}
#area-change a{
	display:block;
	float:left;
	width:83px;
	border-left:1px solid #ff91c9;
	font-weight:bold;
}
#area-change a.first{
	border:none;
}
#area-change a:hover{
	background:#feeff7;
}
#wrap-slide{
	width:100%;
	min-width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#wrap-slide #slide{
	width:1000px;
	height:340px;
	margin:0 auto;
}
#wrap-slide #slide img{
	width:1000px;
	height:340px;
}
#wrap-slide  .bx-wrapper {
	margin: 0 auto;
}
#wrap-slide  .bx-viewport {
	width:1000px !important;
	height:340px;
	margin:0 auto;
	/* overflow: visible !important; */
	z-index: 500;
}
#wrap-slide .bx-pager{
	width:1000px;
	text-align:center;
	padding:15px 0;
	margin:0 auto;
}
#wrap-slide .bx-pager div{
	display:inline-block;
	width:8px;
	height:9px;
	margin:0 7px;
}
#wrap-slide .bx-pager div a{
	display:block;
	text-indent:-9999px;
	width:8px;
	height:9px;
	background:url(../../img/page/pager_bg.png) no-repeat 0 0;
}
#wrap-slide .bx-pager div a.active,
#wrap-slide .bx-pager div a:hover{
	background:url(../../img/page/pager_on.png) no-repeat 0 0;
}
#wrap-slide p.bx-prev,
#wrap-slide p.bx-next {
	position: absolute;
	width: 1000px;
	height: 340px;
	top: 0;
	left: 50%;
	text-indent: -9999px;
	background: url(../../img/page/slide_shadow.png) repeat 0 0;
	z-index: 9996;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#wrap-slide p.bx-prev {
	margin: 0 0 0 -1500px;
}
#wrap-slide p.bx-prev img{
	position:absolute;
	top:136px;
	right:-30px;
}
#wrap-slide p.bx-next {
	margin: 0 0 0 500px;
}
#wrap-slide p.bx-next img{
	position:absolute;
	top:136px;
	left:-30px;
}
#wrap-slide p.bx-prev:hover,
#wrap-slide p.bx-next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#wrap-feature{
	width:623px;
	height:158px;
	padding:11px 0;
	margin:0 auto 22px auto;
	position:relative;
	background:#f1ded1;
}
#wrap-feature #feature-slide{
	width:623px;
	height:158px;
}
#wrap-feature #feature-slide div,
#wrap-feature #feature-slide div img{
	width:192px;
	height:158px;
}
#wrap-feature p.bx-prev,
#wrap-feature p.bx-next{
	position:absolute;
	top:0;
	width:26px;
	height:180px;
	text-indent:-9999px;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#wrap-feature p.bx-prev{
	left:-26px;
	background:url(../../img/page/feature_prev.png) no-repeat 0 0;
}
#wrap-feature p.bx-next{
	right:-26px;
	background:url(../../img/page/feature_next.png) no-repeat 0 0;
}
#wrap-feature p.bx-prev:hover,
#wrap-feature p.bx-next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#top-pref-link{
	width:675px;
	padding-bottom:11px;
	margin-bottom:20px;
}
#top-pref-link .inner{
	/*background:#ffdcdc;*/
	border-right: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
	border-bottom: 1px solid #fe6e89;
}
#top-pref-link .inner .tp_title{
    padding: 3px 10px;
    text-align: left;
    background: #fe6e89;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
}
#top-pref-link .inner .tp_title a{
	color: #fff;
}
#top-pref-link .inner .tp_pref{
	padding: 7px 20px;
    font-size: 14px;
    text-align: left;
}
#top-pref-link .inner .no_pref_tit{
	padding: 4px 20px !important;
}
#top-pref-link .inner .tp_pref a{
	color: #434343;
}

#top-pref-link .inner .tp_pref span{
	color: #ccb0b0;
}

#widePrefLink {
	background: #fff;
}

#widePrefLink #top-pref-link {
	width: 100%;
}


#top-popular-area {
	text-align: left;
	margin: 0 0 32px
}
#top-popular-area h2 {
	padding: 3px 10px;
	text-align: left;
	background: #fe6e89;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#top-popular-area dl {
	border-right: 1px solid #fe6e89;
	border-bottom: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
}

#top-popular-area dt {
	display: inline-block;
	width: 150px;
	margin: 0;
	border-right: 1px solid #fe6e89;
	font-size: 14px;
	padding: 6px 15px 6px;
	text-align: left;
	color: #7c6251;
	background-color: #ffdfe3;
}
#top-popular-area dd {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	padding: 6px 15px 6px;
	text-align: left;
}

#top-popular-category {
	text-align: left;
	margin: 0 0 32px
}
#top-popular-category h2 {
	padding: 3px 10px;
	text-align: left;
	background: #fe6e89;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
#top-popular-category ul {
}
#top-popular-category li {
	width: 225px;
	float: left;
	margin: 0;
	font-size: 14px;
	padding: 6px 15px 6px;
	text-align: left;
	box-sizing: border-box;
	border-left: 1px solid #fe6e89;
	border-bottom: 1px solid #fe6e89;
}
#top-popular-category li:nth-child(3n) {
	border-right: 1px solid #fe6e89;
}



#top-category-link{
	width:675px;
	padding-bottom:10px;
	margin-bottom:50px;
}
#top-category-link .inner{
	background:#fff;
    border-bottom: 1px #fe6e89 solid;
}
#top-category-link .inner p{
    margin: 0;
    display: block;
    border-top: 1px solid #fe6e89;
    border-left: 1px solid #fe6e89;
    border-right: 1px solid #fe6e89;
    font-size: 16px;
//    height: 20px;
    padding: 6px 15px 6px;
    text-align: left;
    color: #7c6251;
    background-color: #ffdfe3;
//    background: #fff url(../../img/page/ico_arw01.png) no-repeat right 28px center;
//    background-size: 21px;
}

#top-category-link .inner ul:after{
    content: "";
    clear: both;
    display: block;
}

#top-category-link .inner li:nth-of-type(2n+1) {
    float: left;
    border-left: 1px #fe6e89 solid;
    border-right: 1px #fe6e89 solid;
}
#top-category-link .inner li:nth-of-type(2n+0) {
    float: right;
    border-right: 1px #fe6e89 solid;
}
#top-category-link .inner li{
    width: 50%;
    height: 36px;
    background: #fff;
    border-top: 1px #fe6e89 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#top-category-link .inner li a{
    display: block;
//    height: 13px;
    padding: 7px 9px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #7c6251;
    background: #fff url(../../img/page/ico_arw02.png) no-repeat right 8px center;
    background-size: auto 0.8em;
}
#top-category-link .inner li span{
    display: block;
//    height: 13px;
    padding: 9px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #e5e5e5;
}

#top-search{
	width:675px;
	background:url(../../img/page/top_search_btm.png) no-repeat 0 bottom;
	padding-bottom:11px;
	margin-bottom:20px;
}
#top-search .inner{
	background:#ffdcdc;
	padding:10px 20px 0 20px;
}
#top-search .inner p.selected{
	display:inline-block;
	background:#fff;
	border:1px solid #ababab;
	text-align:left;
	height:31px;
	line-height:31px;
	padding:0 16px 0 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
	margin:0 5px 5px 0;
}
#top-search .inner p.selected span{
	cursor:pointer;
	display:inline-block;
	position:absolute;
	width:16px;
	height:16px;
	top:7px;
	left:6px;
	background:url(../../img/page/ico_delete.png) no-repeat 0 0;
}
#top-search .inner p.choose{
	display:inline-block;
	cursor:pointer;
	border:1px solid #ff5e5e;
	color:#ff5e5e;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height:27px;
	line-height:27px;
	padding:0 15px;
	background:#fff;
}
#top-search .inner div.w_open{
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#top-search .inner div.w_open:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#top-search .inner .tbl{
	border-bottom:1px dotted #ff9999;
	padding:6px 0;
}
#top-search .inner .tbl td{
	width:245px;
}
#top-search .inner .tbl2{
	padding:6px 0;
}
#top-search .inner table{
	width:100%;
}
#top-search .inner table .btn{
	width:145px !important;
}
#top-search .inner .tbl2 td{
	width:490px;
}
#top-search .inner table td{
	text-align:left;
	font-size:13px;
	color:#3e3e3e;
	vertical-align:middle;
	font-weight:bold;
}
#top-search .inner table td input[type="text"],
#top-search .inner table td select{
	height:28px;
	line-height:28px;
	font-weight:normal;
	margin-left:10px;
	vertical-align:middle;
}
#top-search .inner table td select{
	width:170px;
	padding-left:5px;
	border:none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#top-search .inner table td input[type="text"]{
	width:338px;
	border:none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#s-price div{
	display:none;
	margin-top:6px;
}
#top-search .inner .popular{
	text-align:left;
}
#top-search .inner .popular a{
	display:inline-block;
	margin-right:5px;
}
#top-map-tab, #list-src-tab{
	width:675px;
	height:36px;
	padding-bottom:11px;
	background:url(../../img/page/top_area_bg03.png) no-repeat center bottom;
}
#top-map-tab li,
#list-src-tab li{
	width:179px;
	height:26px;
	float:left;
	margin-right:5px;
	font-size:15px;
	font-weight:bold;
	padding:10px 0 0 20px;
	text-align:left;
	color:#fff;
	background:url(../../img/page/top_area_bg02.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-tab li.active,
#list-src-tab li.active{
	background:url(../../img/page/top_area_bg01.png) no-repeat 0 0;
	color:#393939;
}
#top-map-tab li.tat01 span,
#list-src-tab  li.lst01 span{
	display:inline-block;
	background:url(../../img/page/top_area_ico01.png) no-repeat 0 center;
	padding-left:35px;
}
#top-map-tab li.tat02 span,
#list-src-tab li.lst02 span{
	display:inline-block;
	background:url(../../img/page/top_area_ico02.png) no-repeat 0 center;
	padding-left:35px;
}
.top-map,
.list-src{
	width:675px;
	background:url(../../img/page/top_area_btm.png) no-repeat center bottom;
	padding-bottom:10px;
	margin-bottom:20px;
}
.top-map {
	display: none;
}
.top-map .inner{
	background:#ffd0c3;
	padding:0 10px;
}
.top-map .inner div.cf{
	background:#fff;
}
.top-map .inner div.cf #map{
	width:443px;
	height:374px;
	position:relative;
	float:left;
}
.top-map .inner div.cf dl{
	width:212px;
	background:#ffdcdc;
	float:left;
	height:374px;
}
.top-map .inner div.cf dl dt{
	height:40px;
	line-height:40px;
	background:#ff7955;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.top-map .inner div.cf dl dd{
	padding:10px 0;
}
.top-map .inner div.cf dl dd.cf{
	padding:10px 3px;
}
.top-map .inner div.cf dl dd.cf a{
	display:block;
	width:97px;
	height:32px;
	line-height:32px;
	float:left;
	margin:0 3px 5px 3px;
	color:#434343;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.top-map .inner div.cf dl dd.cf a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.top-map .inner div.cf dl dd p{
	padding:0 10px;
}
.top-map .inner div.cf dl dd p a{
	color:#434343;
	display:inline-block;
	margin:0 4px 5px 0;
}
.top-map .inner div.cf #map a,
.top-map .inner div.cf #map p.areabtn{
	display:block;
	position:absolute;
	width:150px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	font-size:14px;
	color:#393939;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.top-map .inner div.cf #map a:hover,
.top-map .inner div.cf #map p.areabtn:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#top-map-box01 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_hokkaido.png) no-repeat 0 0;
}
#top-map-box02 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_kanto.png) no-repeat 0 0;
}
#top-map-box03 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_kanto.png) no-repeat 0 0;
}
#top-map-box04 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_tokai.png) no-repeat 0 0;
}
#top-map-box05 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_hokuriku.png) no-repeat 0 0;
}
#top-map-box06 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_kansai.png) no-repeat 0 0;
}
#top-map-box07 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_chugoku.png) no-repeat 0 0;
}
#top-map-box08 .top-map .inner div.cf dl dd.cf a{
	background:url(../../img/page/sdbg_kyushu.png) no-repeat 0 0;
}
#top-map-box01 .tm-area .inner div.cf #map a,
#top-map-box01 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_hokkaido.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box02 .tm-area .inner div.cf #map a,
#top-map-box02 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_kanto.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box03 .tm-area .inner div.cf #map a,
#top-map-box03 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_kanto.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box04 .tm-area .inner div.cf #map a,
#top-map-box04 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_tokai.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box05 .tm-area .inner div.cf #map a,
#top-map-box05 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_hokuriku.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box06 .tm-area .inner div.cf #map a,
#top-map-box06 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_kansai.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box07 .tm-area .inner div.cf #map a,
#top-map-box07 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_chugoku.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box08 .tm-area .inner div.cf #map a,
#top-map-box08 .tm-area .inner div.cf #map p.areabtn{
	background:url(../../img/page/bg_kyushu.png) no-repeat 0 0;
	cursor:pointer;
}
#top-map-box01 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_hokkaido.png) no-repeat 0 0;
}
#top-map-box02 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_kanto.png) no-repeat 0 0;
}
#top-map-box03 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_kanto.png) no-repeat 0 0;
}
#top-map-box04 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_tokai.png) no-repeat 0 0;
}
#top-map-box05 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_hokuriku.png) no-repeat 0 0;
}
#top-map-box06 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_kansai.png) no-repeat 0 0;
}
#top-map-box07 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_chugoku.png) no-repeat 0 0;
}
#top-map-box08 .tm-station .inner div.cf #map a{
	background:url(../../img/page/rwbg_kyushu.png) no-repeat 0 0;
}
.pref01{
	top:88px;
	left:30px;
}
.pref02{
	top:30px;
	left:216px;
}
.pref03{
	top:110px;
	right:10px;
}
.pref04{
	top:242px;
	right:10px;
}
.pref05{
	top:150px;
	left:170px;
}
.pref06{
	top:240px;
	left:110px;
}
.pref07{
	top:330px;
	right:80px;
}
.pref08{
	top:130px;
	left:220px;
}
.pref09{
	top:250px;
	right:10px;
}
.pref10{
	top:180px;
	left:20px;
}
.pref11{
	top:153px;
	left:90px;
}
.pref12{
	top:250px;
	left:10px;
}
.pref13{
	top:220px;
	right:10px;
}
.pref14{
	top:60px;
	left:120px;
}
.pref15{
	top:210px;
	left:150px;
}
.pref16{
	top:170px;
	right:10px;
}
.pref17{
	top:40px;
	left:120px;
}
.pref18{
	top:290px;
	left:10px;
}
.pref19{
	top:20px;
	right:20px;
}
.pref20{
	top:135px;
	left:120px;
}
.pref21{
	top:50px;
	left:20px;
}
.pref22{
	top:240px;
	left:10px;
}
.pref23{
	top:280px;
	right:20px;
}
.pref24{
	top:230px;
	left:180px;
}
.pref25{
	top:180px;
	left:220px;
}
.pref26{
	top:95px;
	left:80px;
}
.pref27{
	top:40px;
	left:200px;
}
.pref28{
	top:90px;
	right:10px;
}
.pref29{
	top:230px;
	right:60px;
}
.pref30{
	top:310px;
	left:130px;
}
.pref31{
	top:20px;
	right:10px;
}
.pref32{
	top:40px;
	left:110px;
}
.pref33{
	top:100px;
	right:10px;
}
.pref34{
	top:120px;
	left:140px;
}
.pref35{
	top:180px;
	left:10px;
}
.pref36{
	top:260px;
	left:120px;
}
.pref37{
	top:260px;
	right:10px;
}
.pref38{
	top:200px;
	right:10px;
}
.pref39{
	top:320px;
	left:200px;
}
.pref40{
	top:20px;
	right:70px;
}
.pref41{
	top:70px;
	left:200px;
}
.pref42{
	top:100px;
	left:70px;
}
.pref43{
	top:170px;
	left:210px;
}
.pref44{
	top:120px;
	right:10px;
}
.pref45{
	top:250px;
	right:40px;
}
.pref46{
	top:290px;
	left:180px;
}
.pref47{
	top:240px;
	left:10px;
}
.top-map.pref-box dl{
	background:#fff;
	padding:10px;
	text-align:left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.top-map.pref-box dl dt {
	padding: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
}
.top-map.pref-box dl dd {
	padding: 0 0 15px;
}
.top-map.pref-box dl dd strong {
	display: block;
	padding: 8px;
	font-size: 14px;
	background: #efefef;
}
.top-map.pref-box dl dd strong span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 0 0 15px;
	font-weight: normal;
}
.top-map.pref-box dl dd p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 8px 8px 0;
}
.top-map.pref-box dl input {
	margin: 0 4px 0 0;
	vertical-align: -2px;
}
.top-map.pref-box dd.t_search_btn {
	position: relative;
	width: 100%;
	height: 48px;
	padding: 15px 0;
	text-align: center;
	border-top: 1px #ff5fd0 dotted;
}
.top-map.pref-box dd.areadtl p{
	cursor:pointer;
	background:url(../../img/page/arrow03.png) no-repeat 0 center;
	background-size:auto 11px;
	padding:0 0 0 15px;
	font-size:15px;
	position:absolute;
	top:30px;
	left:20px;
}

/* area top Text SEO */
.AreaTopText {
	text-align: left;
	font-size: 12px;
	margin: 0 0 24px;
	background: #ffdfe3;
	padding: 12px;
}
.AreaTopText p {
	color: #7c6251;
	margin: 0 0 1em;
}
.AreaTopText p:last-child {
	margin: 0;
}


#top-new{
	width:675px;
	background:url(../../img/page/top_new_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom:18px;
}
#wrap-new-slide{
	width:635px;
	background:#fff2d2;
	padding:11px 20px 0 20px;
	position:relative;
}
#wrap-new-slide #new-slide a.box,
#wrap-new-slide #new-slide div{
	display: block;
	float: left;
	width:153px;
	background:#fff;
	border-bottom:4px solid #d3c8ae;
}
#wrap-new-slide #new-slide a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	text-decoration: none;
}
#wrap-new-slide #new-slide a.box p.img,
#wrap-new-slide #new-slide div p.img{
	width:153px;
	height:103px;
	overflow:hidden;
}
#wrap-new-slide #new-slide a.box p.img img,
#wrap-new-slide #new-slide div p.img img{
	width:153px;
}
#wrap-new-slide #new-slide a.box dl,
#wrap-new-slide #new-slide div dl{
	padding:10px;
}
#wrap-new-slide #new-slide a.box dt,
#wrap-new-slide #new-slide div dt{
	text-align: left;
}
#wrap-new-slide #new-slide a.box dt span,
#wrap-new-slide #new-slide div dt span{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height:16px;
	padding: 0 8px;
	line-height:16px;
	color:#fff;
	background:#42b0aa;
	margin-bottom:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#wrap-new-slide #new-slide a.box dd,
#wrap-new-slide #new-slide div dd{
	text-align:left;
	color:#424242;
}
#wrap-new-slide #new-slide a.box dd strong{
	font-weight: normal;
	color:#f04c68;
}
/*
#wrap-new-slide #new-slide a.box dt.cate01,
#wrap-new-slide #new-slide div dt.cate01{
	background:#42b0aa;
}
#wrap-new-slide #new-slide a.box dt.cate02,
#wrap-new-slide #new-slide div dt.cate02{
	background:#ff4f8d;
}
#wrap-new-slide #new-slide a.box dt.cate03,
#wrap-new-slide #new-slide div dt.cate03{
	background:#8755aa;
}
*/
#wrap-new-slide p.bx-prev,
#wrap-new-slide p.bx-next{
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:18px;
	height:33px;
	text-indent:-9999px;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#wrap-new-slide p.bx-prev{
	left:0;
	background:url(../../img/page/new_prev.png) no-repeat 0 0;
}
#wrap-new-slide p.bx-next{
	right:0;
	background:url(../../img/page/new_next.png) no-repeat 0 0;
}
#wrap-new-slide p.bx-prev:hover,
#wrap-new-slide p.bx-next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.top-u-tit{
	border-top:1px dotted #8c8c8c;
	border-bottom:1px dotted #8c8c8c;
	margin:10px 0;
	text-align:left;
	padding-top:10px;
}
#top-useful{
	width:675px;
	background:url(../../img/page/top_useful_top.png) no-repeat 0 top;
	padding-top:22px;
	margin-bottom:15px;
}
#top-useful .tu-in{
	width:675px;
	background:url(../../img/page/top_useful_btm.png) no-repeat 0 bottom;
	padding-bottom:22px;
}
#top-useful .tu-in .inner{
	border-left:10px solid #ffd0c3;
	border-right:11px solid #ffd0c3;
	background:#fff;
	padding:0 11px;
}
#top-useful .tu-in .inner .tu-box{
	width:632px;
	background:url(../../img/page/top_useful_btm02.png) no-repeat 0 bottom;
	padding-bottom:11px;
	margin-bottom:10px;
}
#top-useful .tu-in .inner .tu-box.last{
	margin-bottom:0;
}
#top-useful .tu-in .inner .tu-box div.cf{
	width:632px;
	background:#f0e4d0;
	padding-top:10px;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
#top-useful .tu-in .inner .tu-box div.cf div.fl{
	width:156px;
	background:#f0e4d0;
	padding:0 7px 0 7px;
}
#top-useful .tu-in .inner .tu-box div.cf div.fl p{
	width:156px;
	height:131px;
	overflow:hidden;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#top-useful .tu-in .inner .tu-box div.cf div.fl p img{
	width:156px;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr{
	width:454px;
	text-align:left;
	background:#f0e4d0;
	padding-right:8px;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl{
	width:454px;
	background:#FFF;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding-bottom:11px;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl dt{
	width:414px;
	height:29px;
	padding:20px 20px 0 20px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:url(../../img/page/top_useful_top03.png) no-repeat 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl dt a{
	color: #fff;
	text-decoration: none;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl dt a:hover{
	text-decoration: underline;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl dd{
	background:#fff;
	padding:12px 12px 0 12px;
	color:#8f7954;
}
#top-useful .tu-in .inner .tu-box div.cf div.fr dl dd a{
	display:inline-block;
	background:url(../../img/page/arrow01.png) no-repeat right center;
	padding-right:16px;
	color:#434343;
	font-weight:bold;
}

/*----------------------------1225 修正 デザイン---------------------------*/
.top-info{
	width:675px;
	background:url(../../img/page/top_info_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-top: 20px;
}
.top-info .inner{
	background:#fff;
	padding:5px 15px 15px 15px;
	border-top:10px solid #fcc6be;
	border-left:10px solid #fcc6be;
	border-right:10px solid #fcc6be;
}
.top-info .inner table{
	width:100%;
}
.top-info .inner table th{
	font-weight:bold;
	text-align:left;
	padding:12px 0;
	width:100px;
	border-bottom:1px dotted #ccc;
}
.top-info .inner table td{
	text-align:left;
	padding:12px 0;
	font-size:14px;
}
.top-info .inner table tr{
	border-bottom:1px dotted #ccc;
}
.top-info .inner table td a{
	display:block;
	background:url(../../img/page/arrow02.png) no-repeat right center;
	background-size:auto 11px;
	padding: 0px 10px 0 5px;

}
.top-info .inner .cate {
	background: #FCC6BE;
	border-radius: 1em;
	min-width: 60px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #FFFCF1;
	font-size: 12px;
	padding: 1px 5px;
}
.top-info .category {
	width: 60px;
}
.top-info .inner .date {
	color: #969696;
	font-weight: bold;
	padding: 0px 10px;
	width: 85px;
}
.news_detail {
	text-align: left;
	background: none;
	border: 5px solid #fcc6be;
	width: 665px;
}
.news_detail .inner {
	border: none
}
.news_detail h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 13px 35px;
	border-bottom: 2px dotted #ccc;
	background: url(../../img/page/h_ico01.png) no-repeat 5px 18px;
	margin: 0 15px;
	color: #787878;
}
.news_detail .inner dl {
	padding: 10px;
}
.news_detail .inner dt {
	padding: 0 0 10px 0;
}
.news_detail .inner dd {
	font-size: 14px;
	line-height: 1.7em;
}
/*----------------------------1225 修正 ここまで---------------------------*/

/*---------------------------

				List

---------------------------*/
#wrap-tab{
	position:relative;
	width:675px;
	height:36px;
}
.chenge-area{
	position:absolute;
	top:0;
	right:0;
}
.chenge-area p#change-area-toggle{
	height:36px;
	line-height:36px;
	cursor:pointer;
	background:url(../../img/page/arrow01.png) no-repeat right center;
	padding-right:25px;
}
.chenge-area p#change-area-toggle:hover{
	text-decoration:underline;
}
#change-area-link{
	display:none;
	position:absolute;
	right:0;
	top:36px;
	text-align:left;
	border-left:1px solid #ff91c9;
	border-right:1px solid #ff91c9;
	border-top:1px solid #ff91c9;
	background:#fff;
	z-index:1;
}
#change-area-link p{
	border-bottom:1px solid #ff91c9;
}
#change-area-link p a{
	width:100px;
	padding:10px;
	display:block;
	font-weight:bold;
}
#change-area-link p a:hover{
	background:#feeff7;
}
.ls-box{
	background:#fff;
	padding:12px 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.list-src .inner{
	background:#ffd0c3;
	padding:0 10px;
}
.src_sel {
	display: none;
}
.tbl-box{
	padding:4px 0;
	border-bottom:1px solid #cec7bb;
}
.tbl-box.bn{
	border:none;
}
.tbl-box table{
	width:100%;
}
.tbl-box table th{
	text-align:center;
	padding:12px 0;
	width:112px;
	background:#f7eddc;
}
.tbl-box table td{
	text-align:left;
	padding:12px 0 10px 8px;
}
.ls-box .tbl-box td p{
	display:inline-block;
	margin:0 5px 5px 0;
}
.ls-box .tbl-box p.selected{
	border:1px solid #ababab;
	text-align:left;
	height:31px;
	line-height:31px;
	padding:0 16px 0 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position:relative;
}
.ls-box .tbl-box p.selected span{
	cursor:pointer;
	display:inline-block;
	position:absolute;
	width:16px;
	height:16px;
	top:7px;
	left:6px;
	background:url(../../img/page/ico_delete.png) no-repeat 0 0;
}
.ls-box .tbl-box p.choose{
	cursor:pointer;
	border:1px solid #ff5e5e;
	color:#ff5e5e;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height:27px;
	line-height:27px;
	padding:0 15px;
}
.ls-box .tbl-box td div.checkbox{
	display:inline-block;
	margin:0 5px 5px 0;
}
.ls-box .tbl-box td label input{
	margin-right:3px;
}
.ls-box .tbl-box td #salary_select label{
	margin:0 -5px 0 0!important;
}
#salary_select {
	float: left;
	width:180px;
	vertical-align: middle;
}
#salary_select .ui-button-text-only .ui-button-text {
	width:34px;
	padding:4px 0;
	color: #2f2f2f;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
#salary_select .ui-state-default,
#salary_select .ui-widget-content .ui-state-default,
#salary_select .ui-widget-header .ui-state-default {
	border: 1px #d0d0d0 solid;
	width:34px;
	background:#fff;
}
#salary_select .ui-state-active,
#salary_select .ui-widget-content .ui-state-active,
#salary_select .ui-widget-header .ui-state-active {
	background: #ffe2e7;
}
.salary-box{
	float:left;
	width:300px;
}
#regist .salary-box{
	width:495px;
}
.salary-box p {
	width: 135px;
	float:left;
	padding: 4px 0 0 15px;
	font-size: 12px;
	text-align: left;
}
.salary-box p strong {
	padding: 0 3px;
	font-size: 14px;
	font-weight: bold;
	color: #f00;
}
.salary-box .ps-box{
	width:140px;
	margin-top:8px;
	float:left;
}
#regist .salary-box .ps-box{
	width:300px;
	float:right;
}
.ls-box .tbl-box .child th{
	width:70px;
	text-align:right;
	background:#fff;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}
.ls-box .tbl-box .child td{
	border-bottom:1px dotted #ccc;
}
.ls-box .tbl-box .child{
	margin-bottom:12px;
}
.ls-box .tbl-box table td.fw input[type="text"]{
	width:316px;
	height:30px;
	padding:0 15px;
	line-height:30px;
	margin-right:10px;
	border:none;
	outline:none;
	background:url(../../img/page/form_bg.png) no-repeat 0 0;
}
.ls-box .tbl-box table td.fw input{
	vertical-align:middle;
}
.ls-box .tbl-box table td.fw #fwbtn{
	display:none;
}
.ls-pref-title {
	padding: 12px 10px;
    text-align: left;
    background: #fe6e89;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
		position: relative;
}
.ls-pref-title.toggle-title,
.ls-pref-title2.toggle-title {
	margin-top: 8px;
}

.ls-pref-title.toggle-title:before,
.ls-pref-title2.toggle-title:before {
	content: "";
	width: 24px;
	height: 20px;
	background: url(../../img/page/ico_arw01.png) center no-repeat;
	background-size: 24px auto;
  transform: rotate(90deg);
  transition: transform 0.5s ease-in-out;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
}


.ls-pref-title.toggle-title.toggle_on:before,
.ls-pref-title2.toggle-title.toggle_on:before {
  transform: rotate(-90deg);
  transition: transform 0.5s ease-in-out;
	transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
}

.ls-pref-city {
    padding: 15px 20px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
    border-bottom: 1px solid #fe6e89;
    border-left: 1px solid #fe6e89;
    border-right: 1px solid #fe6e89;
    margin-bottom: 30px;
    background-color: #fff;
}
.ls-pref-city a {
	color: #636363;
}

.ls-pref-title2 {
	padding: 12px 10px;
    text-align: left;
    background: #fe6e89;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
		position: relative;
}

.ls-pref-title3 {
	padding: 12px 10px;
    text-align: left;
    background: #e4637b;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
}
.ls-pref-title4 {
	padding: 12px 10px;
    text-align: left;
    background: #7bcdf5;
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
    color: #fff;
}

.dt-pref-mgn {
	margin: 40px 230px;
}

.dt-pref {
	width: 500px;
    background-color: #f65b47;
    padding: 20px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: bold;
}

.dt-pref a {
    color: #fff;
}

#ls-category-link{
	width:675px;
	padding-bottom:10px;
	margin-bottom:30px;
}
#ls-category-link .inner{
	background:#fff;
    border-bottom: 1px #fe6e89 solid;
}
#ls-category-link .inner p{
    margin: 0;
    display: block;
    border-top: 1px solid #fe6e89;
    border-left: 1px solid #fe6e89;
    border-right: 1px solid #fe6e89;
    font-size: 16px;
//    height: 20px;
    padding: 6px 15px 6px;
    text-align: left;
    color: #7c6251;
    background-color: #ffdfe3;
//    background: #fff url(../../img/page/ico_arw01.png) no-repeat right 28px center;
//    background-size: 21px;
}

#ls-category-link .inner ul:after{
    content: "";
    clear: both;
    display: block;
}

#ls-category-link .inner li:nth-of-type(2n+1) {
    float: left;
    border-left: 1px #fe6e89 solid;
    border-right: 1px #fe6e89 solid;
}
#ls-category-link .inner li:nth-of-type(2n+0) {
    float: right;
    border-right: 1px #fe6e89 solid;
}
#ls-category-link .inner li{
    width: 50%;
    height: 36px;
    background: #fff;
    border-top: 1px #fe6e89 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#ls-category-link .inner li a{
    display: block;
//    height: 13px;
    padding: 7px 9px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #7c6251;
    background: #fff url(../../img/page/ico_arw02.png) no-repeat right 8px center;
    background-size: auto 0.8em;
}
#ls-category-link .inner li span{
    display: block;
//    height: 13px;
    padding: 9px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #e5e5e5;
}

#btnarea{
	width:654px;
	height:72px;
	position:relative;
	padding:12px 0 0 0;
}
#btnarea span{
	display:inline-block;
	width:26px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ff437d;
	font-size:28px;
	margin-right:2px;
	background:#fff;
}
#btnarea div{
	position:absolute;
	top:25px;
	left:188px;
	text-align:left;
}
#btnarea span.last{
	width:26px;
	height:24px;
	color:#343434;
	font-size:16px;
	padding-top:16px;
	line-height:16px;
}
#pager p.cap{
	float:left;
	font-size:10px;
	text-align:left;
	width:200px;
	padding-top:10px;
}
#pager p.cap span{
	color:#ff437d;
}
#pager{
	padding-bottom:8px;
}
#pager div{
	float:right;
	width:400px;
	height:24px;
	text-align:right;
}
#pager div p,
#pager div span{
	display:inline-block;
	height:24px;
	line-height:24px;
	text-align:center;
	margin-left:5px;
}
#pager div p span{
	margin:0;
	color:#d5d5d5;
	border:1px solid #d5d5d5;
	padding:0 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#pager div p a,
#pager div span a{
	display:block;
	border:1px solid #ababab;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	height:24px;
	padding:0 8px;
}
#pager div span.current{
	border:1px solid #ababab;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:0 8px;
	background:#ffe2e7;
}
#pager div span a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	text-decoration:none;
}
#sort {
	width:655px;
	height:37px;
	padding:8px 10px 0 10px;
	margin: 0 0 20px;
	border-bottom: 3px #b6a78e solid;
	background:url(../../img/page/filterby_bg.png) no-repeat 0 0;
}
#sort p {
	float: left;
	padding: 10px 10px 0 5px;
	font-size: 14px;
	color: #3d3d3d;
}
#sort ul {
	float: left;
}
#sort li {
	float: left;
	width: 123px;
	height: 37px;
	margin: 0 9px 0 0;
}
#sort li.current {
	height: 40px;
	margin: 0 9px -3px 0;
}
#sort li a {
	display: block;
	width: 123px;
	height: 27px;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../../img/page/fbtab.png) no-repeat 0 0;
}
#sort li a:hover{
	background:url(../../img/page/fbtab_on.png) no-repeat 0 0;
	color: #1e1e1e;
}
#sort li.current a {
	text-decoration: none;
	color: #1e1e1e;
	background:url(../../img/page/fbtab_on.png) no-repeat 0 bottom;
}
#sort li.current a {
	height: 31px;
}
#sort select {
	float: right;
	margin: 8px 0 0;
}
#list-box{
	width:675px;
	background:url(../../img/page/listbox_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom:20px;
}
#list-box .inner{
	width:675px;
	background:url(../../img/page/listbox_top.png) no-repeat 0 0;
	padding-top:12px;
}
#list-box div.tit{
	background:#fff;
	border-left:12px solid #f0e4d0;
	border-right:12px solid #f0e4d0;
	position:relative;
}
#list-box div.tit h2{
	text-align:left;
	font-size:20px;
	/*font-weight:bold;*/
	padding:0 10px;
	/*background:url(../../img/page/ico_list01.png) no-repeat 17px 0;*/
	min-height:31px;
}

#list-box div.tit h2 a{
	color:#000;
	font-weight: bold;
	text-decoration: underline;
}
#list-box div.tit h2 span {
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 1em;
}

#list-box div.tit h3{
	text-align:left;
	padding: 10px 10px;
	color: #000;
    font-size: 16px;
    /*font-weight: bold;*/
}

#list-box div.tit p{
	position:absolute;
	top:12px;
	right:12px;
	text-align:right;
}

#list-box div.hd_icon{
	text-align: left;
    padding: 10px 10px;

}
#list-box div.hd_icon span{
    display: inline-block;
    height: 20px;
    padding: 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*margin: 0 4px 4px 0;*/
    margin-right: 4px;
    line-height: 20px;
    font-size: 12px;
	color: #fff;
    border: 1px solid #15998e;
    background-color: #15998e;
    /*font-weight: bold;*/
}


#list-box div.tit p img{
	margin-left:5px;
}
#list-box div.tit .info{
	border-bottom:1px solid #cec7bb;
	border-top:1px solid #cec7bb;
	background:#fff9e5;
	padding:5px 18px;
}
#list-box div.tit .info th{
	width:60px;
	height:21px;
}
#list-box div.tit .info th span{
	display:inline-block;
	background:url(../../img/page/bg_list01.png) no-repeat 0 0;
	width:60px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
}
#list-box div.tit .info td{
	padding:0 30px 0 8px;
}
#list-box .lb-in{
	border-left:12px solid #f0e4d0;
	border-right:12px solid #f0e4d0;
	background:#fff;
	padding:17px;
}
#list-box .lb-in div.cf{
	margin-bottom:15px;
	/*border-top: 1px solid #cec7bb;*/
}
#list-box .lb-in div.cf img{
	width:230px;
	height:auto;
	float:left;
}
#list-box .lb-in div.cf div{
	text-align:left;
}
#list-box .lb-in div.cf div.fr{
	width:368px;
	/*margin-top:15px;*/
	word-wrap: break-word;
	/*border-top: 1px solid #cec7bb;*/
}
#list-box .lb-in div.cf div h3{
	color:#ff7660;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
#list-box .lb-in div.cf div p{
	font-size:14px;
}
#list-box .lb-in div.cf div .info{
	padding: 1em 0 0;
}
.tbl-box2{
	padding:4px 0;
	border-bottom:1px solid #cec7bb;
}
.tbl-box2 table{
	width:100%;
}
.tbl-box2 table th{
	width:112px;
	height:37px;
	line-height:37px;
	text-align:center;
	background:#fff;
	border-right: 1px solid #cec7bb;
}
.tbl-box2 table td{
	text-align:left;
	padding:5px 15px;
	width:152px;
}
.tbl-box2 table td.long{
	width:450px;
}
.tbl-box2 table td.long span{
	font-weight:bold;
	color:#ff7088;
}
#list-box .cate{
	text-align:left;
	padding:15px 0;
}
#list-box .cate span{
	display:inline-block;
	height:30px;
	padding:0 18px 0 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 4px 4px 0;
	line-height:32px;
	font-size:11px;
}
#list-box .cate span.cate1{
	background: url(../../img/page/cateico1.png) no-repeat 7px center;
	color: #339692;
	border: 1px solid #339692;
}
#list-box .cate span.cate2{
	background: url(../../img/page/cateico2.png) no-repeat 7px center;
	color: #e2576e;
	border: 1px solid #e2576e;
}
#list-box .cate span.cate3{
	background: url(../../img/page/cateico3.png) no-repeat 7px center;
	color: #da361b;
	border: 1px solid #da361b;
}
#list-box .cate span.cate4{
	background: url(../../img/page/cateico4.png) no-repeat 7px center;
	color: #ea8636;
	border: 1px solid #ea8636;
}
#list-box .cate span.cate5{
	background: url(../../img/page/cateico5.png) no-repeat 7px center;
	color: #1d7cb7;
	border: 1px solid #1d7cb7;
}
#list-box .btns li{
/*	float:left;*/
	margin-right:6px;
	display: inline-block;
}
#list-box .btns li.last{
	margin:0;
}
#list-box .btns li:nth-child(3){
	margin: 20px 0 0;
}
#list-box .date {
	text-align: right;
	padding: 2em 0 0;
}
#list-box .btns li a {
	vertical-align: top;
}

/*---------------------------

					 w_box

----------------------------*/
.w_shadow {
	display: none;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/page/w_shadow.png) repeat 0 0;
	z-index: 9998;
	cursor: pointer;
}
.w_box {
	display: none;
	position: absolute;
	width: 790px;
	height: 542px;
	padding: 20px;
	left: 50%;
	margin: 0 0 0 -395px;
	background: #fff;
	border: 3px #ff8c8c solid;
	z-index: 9999;
	overflow: auto;
}
.w_box .tit {
	height: 24px;
	padding-bottom:10px;
	margin: 0 0 15px;
	text-align: left;
	text-indent: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	border-bottom:1px dotted #ff8c8c;
}
#w_box_area .tit {
	background:url(../../img/page/top_area_ico01.png) no-repeat 0 0;
	background-size:25px auto;
}
#w_box_station .tit {
	background:url(../../img/page/top_area_ico02.png) no-repeat 0 0;
	background-size:25px auto;
}
.w_box .inner {
	margin: 0 0 15px;
	padding: 10px;
	background: #ffdcdc;
}
.w_box ul.tab li{
	float: left;
	width: 70px;
	height: 38px;
	margin: 0 2px 0 0;
	font-size: 12px;
	line-height: 38px;
	background:#ff8c8c;
	color:#fff;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.w_box ul.tab li.active {
	background:#fff;
	color:#424242;
}
.w_box ul.tab li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.w_box .box {
	padding: 20px;
	background: #fff;
	overflow: auto;
}
#w_box_area .box {
	display: none;
	height: 210px;
}
#w_box_station .box {
	height: 250px;
}
#w_box_job .box {
	height: 250px;
}
#w_box_src .box {
	display: none;
	height: 210px;
}
.w_box .w_tit {
	display: block;
	height: 29px;
	line-height:29px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: 24px;
	border-bottom: 1px #ffdcdc solid;
}
#w_box_area .w_tit{
	background: url(../../img/page/s_ico01.png) no-repeat 0 center;
}
#w_box_station .w_tit {
	background: url(../../img/page/s_ico02.png) no-repeat 0 center;
}
#w_box_like .w_tit {
	background: url(../../img/page/s_ico03.png) no-repeat 0 center;
	background-size:auto 18px;
}

.w_box .w_tit span.all_check {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 0 0 20px;
	font-size: 14px;
	text-indent: 0;
	color: #434343;
}
.w_box .w_tit span.all_check input {
	margin: 0 3px 0 0;
}
.w_box .check {
	padding: 8px 0 0;
	text-align: left;
}
.w_box .check p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 10px 8px 0;
	font-size: 14px;
}
#w_box_area .check p {
	min-width: 129px;
}
#w_box_station .check p {
	min-width: 140px;
}
#w_box_src .check p {
	min-width: 200px;
}
#w_box_job .check p {
	min-width: 220px;
}
.w_box .check p input {
	margin: 0 5px 0 0;
}
.w_box .check p a {
	text-decoration: underline;
}
.w_box .check p a:hover {
	text-decoration: none;
}
.w_box .box dl {
	margin: 0 0 10px;
}
.w_box .box dt {
	height: 36px;
	text-align: left;
	text-indent: 35px;
	font-size: 16px;
	color:#fff;
	line-height: 36px;
	background: #ff7c5e url(../../img/page/ico_plus.png) no-repeat 6px center;
	cursor: pointer;
}
.w_box .box dt.open {
	background: #ff7c5e url(../../img/page/ico_minus.png) no-repeat 6px center;
}
.w_box .box dd span.all_check {
	display: block;
	margin: 0 0 -3px;
	padding: 8px 0 0;
	font-size: 13px;
	text-align: left;
	color: #434343;
}
.w_box .box dd span.all_check input {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.w_box .box dd {
	display: none;
	padding: 0 3px;
}
.w_box .in_box {
	display: none;
	padding: 0 0 0 240px;
}
.w_box .inner_tab {
	float: left;
	width: 218px;
	border: 1px #c7c7c7 solid;
}
.w_box .inner_tab ul {
	padding: 8px;
}
.w_box .inner_tab li {
	padding: 4px 17px 4px 7px;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.w_box .inner_tab li.odd {
	background: #fee5e9 url(../../img/page/arrow02.png) no-repeat right 8px center;
	background-size:auto 10px;
}
.w_box .inner_tab li.even {
	background: #fff url(../../img/page/arrow02.png) no-repeat right 8px center;
	background-size:auto 10px;
}
.w_box .inner_tab li:hover {
	background: #ffecd0 url(../../img/page/arrow02.png) no-repeat right 8px center;
	background-size:auto 10px;
}
.w_box .btn {
	padding: 10px 0 0;
}
.w_box .btn img#area-select,
.w_box .btn img#station-select{
	cursor:pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.w_box .btn img#area-select:hover,
.w_box .btn img#station-select:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.w_box .select_item dt {
	height: 20px;
	padding: 0 0 5px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	text-indent: 24px;
	background: url(../../img/page/ico_check01.png) no-repeat 0 1px;
	border-bottom: 1px #000 solid;
	line-height: 20px;
}
.w_box .select_item dd {
	position: relative;
	padding: 10px 0 0;
}
.w_box .select_item dd p.clr_btn {
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	top: 10px;
	left: 0;
	padding: 5px 10px 5px 25px;
	color: #ff7088;
	background: #fffae8 url(../../img/page/ico_close.jpg) no-repeat 5px center;
	border: 1px #ff7088 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.w_box .select_item dd p.clr_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.w_box .select_item dd div {
	padding: 0 0 0 90px;
	text-align: left;
	line-height: 24px;
}
.w_box .select_item dd div p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 0 15px 0 0;
}
.w_box .select_item dd div p.ctgr {
	width: 80px;
	padding: 0;
	text-align: right;
}
.w_box .select_item dd div p input {
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.w_box .close_btn {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px 10px 5px 25px;
	color: #ff7088;
	background: #fffae8 url(../../img/page/ico_close.jpg) no-repeat 5px center;
	border: 1px #ff7088 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 12px;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.w_box .close_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#w_box_movie .tit{
	background:url(../../img/page/ico_movie.jpg) no-repeat 10px center;
}
.w_box_map .tit{
	background: url(../../img/page/s_ico01.png) no-repeat 0 0;
}
.w_box_map .box {
	height: 300px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.w_box .map {
	float: left;
	width: 300px;
	height: 250px;
	border: 1px #e6e6e6 solid;
}
.w_box .tbl-box {
	margin: 0 0 0 320px;
}
.w_box .tbl-box th {
	width: 80px;
}
#mapTable {
	width: 600px;
	height: 250px;
}
#insti-box #mapTable {
	margin: 0 auto;
}
/*---------------------------

				Detail

---------------------------*/
#titbox .hd_icon span,
#detail03 .hd_icon span{
    display: inline-block;
    height: 20px;
    padding: 0 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*margin: 0 4px 4px 0;*/
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 12px;
	color: #fff;
    border: 1px solid #15998e;
    background-color: #15998e;
    /*font-weight: bold;*/
}
#titbox .hd_icon span a,
#detail03 .hd_icon span a{
	color: #fff;
}
.recommend .hd_icon span a::before {
	content: "#";
}
.recommend .hd_icon span p {
	display: inline;
}


#titbox h3{
	text-align: left;
    padding: 10px 0 0;
    color: #000;
    font-size: 16px;
}
.dtl_info{
	border-bottom:1px solid #cec7bb;
	border-top:1px solid #cec7bb;
	background:#fff9e5;
	padding:5px 130px 5px 18px;
	position:relative;
	margin-bottom:23px;
}
.dtl_info th{
	width:60px;
	height:21px;
}
.dtl_info th span{
	display:inline-block;
	background:url(../../img/page/bg_list01.png) no-repeat 0 0;
	width:60px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#fff;
}
.dtl_info td{
	padding:0 30px 0 8px;
}
.dtl_info p{
	position:absolute;
	top:50%;
	right:17px;
	text-align:right;
	line-height:12px;
	margin-top:-6px;
}
.dtl-box{
	padding:0 0 12px 0;
	margin-left:19px;
	margin-right:18px;
	background:url(../../img/page/dtl_btm.png) no-repeat 0 bottom;
}
#dtl-tab{
	height:47px;
	border-bottom:12px solid #f0e4d0;
	line-height:47px;
}
.dtl-notab{
	border-bottom:12px solid #f0e4d0;
	line-height:47px;
}
#dtl-tab li{
	width:316px;
	height:47px;
	font-size:22px;
	float:left;
	margin-right:6px;
	background:url(../../img/page/dtltab.png) no-repeat 0 0;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#dtl-tab li:hover,
#dtl-tab li.active{
	background:url(../../img/page/dtltab_on.png) no-repeat 0 0;
	color:#876b3b;
}
#dtl-tab li.last{
	margin:0;
}
.ask_about_main {
	background-color: #ffefeb;
    padding: 20px 0;
    margin: 0 20px;
    /*border: solid #3f51b5 1px;*/
}
.ask_about_message {
	margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
}
.ask_about_link {
    color: #fff;
}
.ask_about_link:hover {
    text-decoration: none;
}
.ask_about {
	width: 500px;
    background-color: #f83a1d;
    padding: 15px 0;
	font-size: 22px;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 auto;
}
.ask_about:hover {
    opacity:0.8;
}
.ask_about p {
	font-size: 14px !important;
	line-height: 20px !important;
}
.dtl-in{
	border-left:12px solid #f0e4d0;
	border-right:12px solid #f0e4d0;
	background:#fff;
}
.dtl-in .tit,
.dtl-in .tit2{
	padding:8px 13px 8px 13px;
	text-align:left;
	border-bottom:1px solid #ccb690;
	background:#fff;
}
.dtl-in .tit2{
	border-top:1px solid #ccb690;
}
.dtl-in .tit h2,
.dtl-in .tit2 h3{
	font-size:20px;
	font-weight:bold;
	border-left:8px solid #ff7658;
	line-height:36px;
	padding-left:18px;
}
.dtl-in2{
	padding:30px 35px;
	background:#fff;
}
.dtl-in3{
	padding:0 35px;
	background:#fff;
}
#detail01 div.cf .left,
#detail03 div.cf .left{
	float:left;
	width:323px;
}
#wrap-dslide{
	width:323px;
	margin-bottom:15px;
	position:relative;
}
#wrap-dslide #dslide{
	width:323px;
}
#wrap-dslide #dslide img{
	width:323px;
}
#wrap-dslide p.comment{
	padding:10px;
	width:303px;
	background:#e8e8e8;
}
#insti-box .left #wrap-dslide{
	width: 230px;
}
#insti-box .left #wrap-dslide #dslide{
	width: 230px;
}
#insti-box .left #wrap-dslide #dslide img{
	width: 230px;
}
#wrap-dslide p.bx-prev,
#wrap-dslide p.bx-next{
	position:absolute;
	top:50%;
	margin-top:-16px;
	width:18px;
	height:33px;
	text-indent:-9999px;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
#wrap-dslide p.bx-prev{
	left:0;
	background:url(../../img/page/new_prev.png) no-repeat 0 0;
}
#wrap-dslide p.bx-next{
	right:0;
	background:url(../../img/page/new_next.png) no-repeat 0 0;
}
#wrap-dslide p.bx-prev:hover,
#wrap-dslide p.bx-next:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#wrap-dslide p.bx-prev.disabled,
#wrap-dslide p.bx-next.disabled{
	display: none;
}
.movlink img{
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.movlink img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#detail01 div.cf{
	margin-bottom:30px;
}
#detail01 div.cf .right,
#detail03 div.cf .right{
	width:524px;
	float:right;
	text-align:left;
}
#detail01 div.cf .right_noimg,
#detail03 div.cf .right_noimg{
	width:100%;
	float:none;
}
#detail01 div.cf .right span.cate,
#detail03 div.cf .right span.cate{
	display:inline-block;
	height:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
	padding:0 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#detail01 div.cf .right span.cate01,
#detail03 div.cf .right span.cate01{
	background:#42b0aa;
}
#detail01 div.cf .right span.cate02,
#detail03 div.cf .right span.cate02{
	background:#ff4f8d;
}
#detail01 div.cf .right span.cate03,
#detail03 div.cf .right span.cate03{
	background:#8755aa;
}
#detail01 div.cf .right h3,
#detail03 div.cf .right h4{
	padding:10px 0;
	color:#ff7658;
	font-size:18px;
/*	font-weight:bold;*/
}
#detail03 .hd_icon p {
	font-size: 13px;
	line-height: 1.6em;
}
.tbl-box3{
	padding:4px 0;
	border-bottom:1px solid #cec7bb;
}
.tbl-box3 table{
	width:100%;
}
.tbl-box3 table th{
	width:112px;
	height:37px;
	line-height:37px;
	text-align:center;
	border-right:1px solid #cec7bb;
/*	background:#ffde8f; */
}
.tbl-box3 table td{
	text-align:left;
	padding:5px 15px;
	vertical-align:middle;
	font-size: 15px;
}
.tbl-box3 table td a.op_link{
	text-decoration: underline;
}
.tbl-box3 table td span.w_open{
	display:inline-block;
	vertical-align:top;
}
.tbl-box3 table td img{
	margin-top:-5px;
	margin-left:5px;
	cursor:pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.tbl-box3 table td img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.dtl-box div.cate{
	text-align:left;
}
.dtl-box div.cate span{
	display:inline-block;
	height:30px;
	padding:0 18px 0 30px;
	border:1px solid #ffb9ae;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin:0 4px 4px 0;
	line-height:32px;
	font-size:11px;
}
.dtl-box div.cate span.cate1{
	background: url(../../img/page/cateico1.png) no-repeat 7px center;
	color: #339692;
	border: 1px solid #339692;
}
.dtl-box div.cate span.cate1 a{
	color: #339692;
}
.dtl-box div.cate span.cate2{
	background: url(../../img/page/cateico2.png) no-repeat 7px center;
	color: #e2576e;
	border: 1px solid #e2576e;
}
.dtl-box div.cate span.cate2 a{
	color: #e2576e;
}
.dtl-box div.cate span.cate3{
	background: url(../../img/page/cateico3.png) no-repeat 7px center;
	color: #da361b;
	border: 1px solid #da361b;
}
.dtl-box div.cate span.cate3 a{
	color: #da361b;
}
.dtl-box div.cate span.cate4{
	background: url(../../img/page/cateico4.png) no-repeat 7px center;
	color: #ea8636;
	border: 1px solid #ea8636;
}
.dtl-box div.cate span.cate4 a{
	color: #ea8636;
}
.dtl-box div.cate span.cate5{
	background: url(../../img/page/cateico5.png) no-repeat 7px center;
	color: #1d7cb7;
	border: 1px solid #1d7cb7;
}
.dtl-box div.cate span.cate5 a{
	color: #1d7cb7;
}
.tbl-box3 table.inner th{
	background:#fff;
	border-bottom:1px dotted #cec7bb;
	padding:6px 0;
	height:auto;
	line-height:1.3em;
	width:200px;
	text-align:left;
	/*color:#f36100;	*/
	border-right: 0px;
	font-size: 13px;
}
.tbl-box3 table.inner td{
	border-bottom:1px dotted #cec7bb;
	padding:10px 0;
	height:auto;
	line-height:1.3em;
}
#detail03 div.cf .left img{
	width:323px;
}
#detail03 div.cf{
	margin-bottom:28px;
}
#detail03 div.cf h3{
	font-size:18px;
	font-weight:bold;
	padding:0;
}
.tbl-box3 table{
	table-layout:fixed;
}
#dtl-voice{
	width:867px;
	/*background:url(../../img/page/dtl_voice_btm.jpg) no-repeat 0 bottom;*/
	padding-bottom:23px;
	margin-top:25px;
}
#dtl-voice .dv-box{
	/*background:url(../../img/page/voice_inbtm.jpg) no-repeat 0 bottom;*/
	padding-bottom:10px;
}
#dtl-voice .dv-box .inner{
	/*background:url(../../img/page/voice_intop.jpg) no-repeat 0 0;
	padding-top:18px;*/
}
#dtl-voice .dv-box .inner div.cf{
	padding:15px 40px 0 32px;
	margin:0;
	/*background:url(../../img/page/voice_inbg.jpg) repeat-y 0 0;*/
}
#dtl-voice .dv-box .inner div.cf img{
	width:150px;
	float:left;
}
#dtl-voice .dv-box .inner div.cf div{
	float:right;
	width:576px;
	text-align:left;
}
#dtl-voice .dv-box .inner div.cf div p{
	color:#8f7954;
	font-size:13px;
}
#dtl-voice .dv-box .inner div.cf div h4{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin-bottom:20px;
	padding-left:12px;
	border-left:8px solid #ff70a9;
}
.dtl-btn {
	margin: 25px 0 0;
}
#dtl-foot{
	height:90px;
	width:100%;
	min-width:1000px;
	background:url(../../img/page/w_shadow.png) repeat 0 0;
	position:fixed;
	bottom:0;
	left:0;
	padding-top:18px;
}
#dtl-foot div.cf{
	width: 980px;
	margin: 0 auto;
}
#dtl-foot div.cf p{
	font-size: 20px;
	font-weight: bold;
	line-height: 80px;
	color: #fff;
}
/*---------------------------

				Institution

---------------------------*/
#insti-box{
	width:675px;
	background:url(../../img/page/listbox_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom:23px;
}
#insti-box h2{
	width:625px;
	height:59px;
	line-height:59px;
	background:url(../../img/page/insti-top.jpg) no-repeat 0 0;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	padding-left:50px;
}
#insti-box .ib-in{
	border-left:12px solid #f0e4d0;
	border-right:12px solid #f0e4d0;
	background:#fff;
	padding:17px;
}
#insti-box .left{
	float:left;
	width:230px;
}
#insti-box .right{
	width:368px;
	float:right;
	text-align:left;

}
#insti-box .profile {
	text-align: left;
}

#insti-box .right h3{
	padding:10px 0;
	color:#ff7658;
	font-size:18px;
	font-weight:bold;
}
#insti-box h3.tit {
	padding:10px 0;
	color:#ff7658;
	font-size:18px;
	font-weight:bold;
}
.tbl-box3.tbl3 th{
	width:430px;
	text-align:left;
	padding:0 10px;
}
.tbl-box3.tbl3 th a{
	color:#3e3e3e;
}
.tbl-box3.tbl3 td{
	text-align:right;
	vertical-align:middle;
}
.tbl-box3.tbl3 td img{
	margin:0 !important;
}
#insti-voice{
	width:674px;
	background:url(../../img/page/insti-btm02.jpg) no-repeat 0 bottom;
	padding-bottom:11px;
}
#insti-voice .dv-box{
	background:url(../../img/page/insti-btm.jpg) no-repeat 0 bottom;
	padding-bottom:50px;
}
#insti-voice .dv-box .inner{
	background:url(../../img/page/insti-top03.jpg) no-repeat 0 0;
	padding-top:18px;
}
#insti-voice .dv-box .inner div.cf{
	padding:24px 65px 0 65px;
	margin:0;
	background:url(../../img/page/insti-bg.jpg) repeat-y 0 0;
}
#insti-voice .dv-box .inner div.cf img{
	width:136px;
	float:left;
}
#insti-voice .dv-box .inner div.cf div{
	float:right;
	width:385px;
	text-align:left;
}
#insti-voice .dv-box .inner div.cf div p{
	color:#8f7954;
	font-size:13px;
}
#insti-voice .dv-box .inner div.cf div h4{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin-bottom:20px;
	padding-left:12px;
	border-left:8px solid #ff70a9;
}
/*---------------------------

			Login/reminder

---------------------------*/

.log_in .box .tit01 {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px #ff7658 solid;
}
.log_in .box .tit01 h2 {
	height: 32px;
	padding-left: 135px;
	text-align: left;
	text-indent: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	background: url(../../img/page/ico_key.png) no-repeat 125px center;
}
.log_in .box .tit02 {
	margin: 0 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px #ff7658 solid;
}
.log_in .box .tit02 h2 {
	height: 32px;
	padding-left: 128px;
	text-align: left;
	text-indent: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	background: url(../../img/page/ico_register.png) no-repeat 105px center;
}
.log_in {
	margin: 0 0 20px;
}
.log_in .box {
	width: 470px;
	padding: 15px 0 0;
	background: url(../../img/page/log_in_bg01.gif) no-repeat 0 0;
}
.log_in .box_inner {
	padding: 0 0 15px;
	background: url(../../img/page/log_in_bg02.gif) no-repeat 0 bottom;
}
.log_in .box_in {
	padding: 5px 13px;
	border-left: 6px #fbe3dc solid;
	border-right: 6px #fbe3dc solid;
}
.log_in .box_in {
	min-height: 276px;
}
#reminder .box {
	margin: 0 auto;
}
.log_in .box .tit {
	margin: 0 0 10px;
	padding: 0 0 8px;
	height: 24px;
	text-align: left;
	text-indent: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: url(../../img/page/log_in_ico01.jpg) no-repeat 0 0;
	border-bottom: 1px #c6c6c6 dashed;
}
.log_in .box p {
	text-align: left;
	font-size: 13px;
}
.log_in .box table {
	margin: 0 auto;
	font-size: 13px;
}
.log_in .box th {
	padding: 0 10px 10px 0;
	text-align: right;
	vertical-align: top;
	line-height: 32px;
}
.log_in .box td {
	padding: 0 0 10px;
	vertical-align: top;
}
.log_in .box input[type="text"],
.log_in .box input[type="password"] {
	width: 278px;
	height: 32px;
	background: #fff;
	border: 1px #ccc solid;
	line-height: 32px;
}
.log_in .box input[type="image"] {
	margin: 5px 0 0;
}
.log_in .box p.reminder {
	margin: 15px 0 0;
	text-align: center;
	font-size: 12px;
}
.log_in .box p.reminder a {
	padding: 0 0 0 10px;
	color: #ff4b4b;
	background: url(../../img/page/log_in_arrow.gif) no-repeat 0 center;
	line-height: 1;
}
#log_in div.checkbox {
	display: block;
	padding: 0;
}
/*---------------------------

				Regist

---------------------------*/
#regist{
	width:1000px;
	margin:0 auto 40px auto;
	padding-top:15px;
}
.head-flow{
	float:right;
	width:676px;
	padding-top:17px;
}
.reg-in{
	background:url(../../img/page/reg_btm.jpg) no-repeat 0 bottom;
	padding-bottom:10px;
}
.reg-in .reg-box{
	padding:10px 20px 20px 20px;
	background:#fff;
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
}
.tbl-box4{
	padding:4px 0;
	border-bottom:1px solid #cec7bb;
}
.tbl-box4 table{
	width:100%;
}
.tbl-box4 th{
	background:#ffde8f;
	width:156px;
	padding:5px 10px;
}
.tbl-box4 td{
	text-align:left;
	padding:5px 0 5px 14px;
	vertical-align:middle;
}
.tbl-box4 td input[type="text"],
.tbl-box4 td input[type="password"]{
	background:#fffcf1 !important;
	height:30px;
	line-height:32px;
	padding:0 10px;
	border:1px solid #2171c7;
}
.tbl-box4 td select{
	background:#fffcf1 !important;
	height:30px;
	line-height:32px;
	padding:0 5px;
	border:1px solid #2171c7;
}
.tbl-box4 td input[type="text"].required,
.tbl-box4 td input[type="password"].required,
.tbl-box4 td select.required,
.tbl-box4 td textarea.required {
	border: 1px #ff8a8a solid;
}
.tbl-box4 td input[type="text"].ErrorField,
.tbl-box4 td input[type="password"].ErrorField,
.tbl-box4 td select.ErrorField,
.tbl-box4 td textarea.ErrorField {
	margin: 0 5px 5px 0;
	border: 1px #ff8a8a solid !important;
}
.tbl-box4 td input[type="text"].noErrorField,
.tbl-box4 td input[type="password"].noErrorField,
.tbl-box4 td select.noErrorField,
.tbl-box4 td textarea.noErrorField {
	border: 1px #2272d7 solid;
}
.tbl-box4 td input.w60{
	width:60px;
}
.tbl-box4 td .w130{
	width:130px;
}
.tbl-box4 td input.w210{
	width:210px;
}
.tbl-box4 td input.w290{
	width:290px;
}
.tbl-box4 td input.w580{
	width:580px;
}
.tbl-box4 td div.checkbox {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
	line-height: 22px;
}
#ProfileAdd,
#ProfileAdd2{
	display: none;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px #ccc dashed;
}
#ProfileAddBtn,
#ProfileAddBtn2 {
	cursor: pointer;
}
#ProfileAddBtn p,
#ProfileAddBtn2 p{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 22px;
	height: 22px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	background: url(../../img/page/form_open.png) no-repeat 0 0;
}
#ProfileAddBtn p.open,
#ProfileAddBtn2 p.open{
	background: url(../../img/page/form_close.png) no-repeat 0 0;
}
.tbl-box4 td p.conf {
	font-weight: bold;
	color: #666;
}
.tbl-box4 td p.va_t {
	display:inline-block;
	margin: 0;
	line-height:32px;
	vertical-align: top;
}
.tbl-box4 td div.check{
	display:inline-block;
}
.tbl-box4 td div label{
	display:inline-block;
	margin-right:8px;
}
.tbl-box4 td div.check label{
	display:inline-block;
	padding:4px 8px;
	margin:0;
}
.tbl-box4 td div input,
.tbl-box4 td div.check input{
	margin-right:5px;
}
span.must{
	display:inline-block;
	background:#ff7955;
	color:#fff;
	width:40px;
	text-align:center;
	height:20px;
	line-height:20px;
	margin-right:10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
span.free{
	display:inline-block;
	background:#2171c7;
	color:#fff;
	width:40px;
	text-align:center;
	height:20px;
	line-height:20px;
	margin-right:10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.btnarea{
	padding:15px 0 0 0;
}
.tbl-box4 .time_slider p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 180px;
}
.tbl-box4 .time_slider span.red {
	font-size: 15px;
}
.tbl-box4 .time_slider .slide {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 500px;
	vertical-align: middle;
}
.btnarea div.cf{
	width:480px;
	margin:0 auto;
}
table.conf {
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
}
table.conf th {
	width: 47%;
	padding: 10px 3% 10px 0;
	text-align: right;
}
table.conf td {
	width: 47%;
	padding: 10px 0 10px 3%;
	text-align: left;
}
table.conf td p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 20px 0 0;
}
table.conf td p input {
	margin: 0 5px 0 0;
}

/*---------------------------

				Mypage

---------------------------*/
#r_mp {
	width: 263px;
	margin: 0 0 13px;
	padding: 0 0 12px;
	background: url(../../img/page/r_mp_bg.gif) no-repeat 0 bottom;
}
#r_mp .tit {
	height: 36px;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	background: url(../../img/page/r_mp_tit.gif) no-repeat 0 0;
}
#r_mp .inner {
	padding: 10px 8px 0;
	background: #fff;
	border-left: 1px #ccb690 solid;
	border-right: 1px #ccb690 solid;
}
#r_mp table {
	width: 100%;
	line-height: 19px;
}
#r_mp th {
	width: 60px;
	padding: 0 0 8px;
	vertical-align: top;
}
#r_mp th span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	height: 19px;
	text-align: center;
	color: #fff;
	background: #ff7088;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#r_mp td {
	padding: 0 0 8px 5px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}
#r_mp td a {
	text-decoration: underline;
}
#r_mp td a:hover {
	text-decoration: none;
}
#r_mp ul {
	padding: 8px 0 0;
	border-top: 1px #c2c2c2 dashed;
}
#r_mp li {
}
#r_mp li.odd {
	background: #f7f3e8;
}
#r_mp li a {
	display: block;
	height: 25px;
	padding: 0 0 0 23px;
	text-align: left;
	line-height: 25px;
	color: #797979;
	background: url(../../img/page/r_mp_ico.png) no-repeat 8px center;
}
#r_mp li a:hover {
	text-decoration: none;
	background: #feeff7 url(../../img/page/r_mp_ico.png) no-repeat 8px center;
}
#mp_menu {
	margin: 0 -6px 10px 0;
	font-size: 15px;
}
#mp_menu a {
	float: left;
	display: block;
	width: 128px;
	height: 33px;
	margin: 0 6px 0 0;
	font-size: 16px;
	line-height: 34px;
	color: #ff7955;
	background: #fff;
	border: 1px #ff7955 solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#mp_menu a.current,
#mp_menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff7955;
}
.mp_tit01 {
	height: 30px;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	background: url(../../img/page/mp_ico01.gif) no-repeat 0 0;
}
.mp_tit02 {
	height: 30px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px #ff7658 solid;
}
.mp_btn01 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 12px;
	padding: 7px 15px 6px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #3e3e3e;
	background: #f1f1f1;
	border-bottom: 2px #d4d4d4 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mp_btn01:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.mp_tit02 .mp_btn01 {
	float: right;
}
#mp_top01 .mp_btn01 {
	padding: 7px 25px 6px 15px;
	background: #f1f1f1 url(../../img/page/mp_ico02.gif) no-repeat right 5px center;
}
#mp_top02 .mp_btn01 {
	padding: 7px 25px 6px 15px;
	background: #f1f1f1 url(../../img/page/mp_ico03.gif) no-repeat right 5px center;
}
.mp_btn02 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	background: url(../../img/page/r_mp_ico.png) no-repeat 0 center;
}
.mp_box {
	width: 675px;
	padding: 12px 0 0;
	background: url(../../img/page/listbox_top.png) no-repeat 0 0;
}
.mp_box .inner {
	padding: 0 0 12px;
	background: url(../../img/page/listbox_btm.png) no-repeat 0 bottom;
}
.mp_box .in {
	padding: 18px;
	background: #fff;
	border-left: 12px #f0e4d0 solid;
	border-right: 12px #f0e4d0 solid;
}
.mp_tbl {
	padding: 4px 0;
	border-bottom: 1px #cec7bb solid;
}
.mp_tbl table {
	width: 100%;
}
.mp_tbl th {
	padding: 10px 5px;
	text-align: center;
	background: #ffde8f;
}
.mp_tbl th .req {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 40px;
	height: 19px;
	margin: 0 0 0 5px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #ff7955;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.mp_tbl td {
	padding: 10px 0 10px 15px;
	text-align: left;
}
.mp_tbl td .check p,
.mp_tbl td .check div.checkbox,
.mp_tbl td div.ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 1em 3px 0;
}
.mp_tbl td .check p input,
.mp_tbl td .check div.checkbox input,
.mp_tbl td .check div.ib input {
	margin: 0 3px 0 0;
}
.mp_tbl td .check_w3 p,
.mp_tbl td .check_w3 div.checkbox,
.mp_tbl td .check_w3 div.ib {
	min-width: 98px;
}
.mp_tbl td .check_w4 p,
.mp_tbl td .check_w4 div.checkbox,
.mp_tbl td .check_w4 div.ib {
	min-width: 130px;
}
.mp_tbl td .station_radio div.ib {
	min-width: 98px;
}
.mp_like_area div.check {
	margin: 10px 0 0;
}
.mp_like_area div.check strong {
	display: block;
	margin: 0 0 5px;
	padding: 5px 8px;
	font-size: 14px;
	background: #f7f3e8;
}
.mp_like_area .selected {
	margin: 0 0 10px;
	font-size: 13px;
}
.mp_like_area .selected strong {
	font-size: 14px;
}
.mp_like_area .line_area div.check {
	margin: 0;
	padding: 0 0 10px 20px;
}
.mp_like_area .company_title {
	display: block;
	height: 24px;
	margin: 10px 0 5px;
	padding: 5px 8px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	background: #f7f3e8 url(../../img/page/form_open.png) no-repeat 5px center;
	line-height: 26px;
	cursor: pointer;
}
.mp_like_area .company_title_open {
	background: #f7f3e8 url(../../img/page/form_close.png) no-repeat 5px center;
}
.mp_like_area .line_title {
	padding: 6px 0 6px 35px;
	font-size: 14px;
	background: url(../../img/page/form_open_cld.png) no-repeat 10px center;
	line-height: 14px;
	cursor: pointer;
}
.mp_like_area .line_title_open {
	background: url(../../img/page/form_close_cld.png) no-repeat 10px center;
}
.line_toggle, .station_radio {
	display: none;
}
.mp_tbl td p.birth {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 26px;
}
.mp_tbl td p.birth select {
	margin: 0 3px;
}
.mp_tbl td select {
	height: 26px;
	line-height: 24px;
	padding: 0 3px;
	border: 1px #ababab solid;
}
.mp_tbl td textarea {
	width: 420px;
	height: 110px;
	padding: 3px;
	border: 1px #ababab solid;
}
.mp_tbl td input[type="text"],
.mp_tbl td input[type="password"] {
	width: 330px;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	border: 1px #ababab solid;
}
.mp_tbl td input.t01 {
	width: 250px;
}
.mp_tbl td input.t02 {
	width: 120px;
}
.mp_tbl td input.t03 {
	width: 180px;
}
#mp_top01 .mp_tbl th {
	width: 100px;
}
#mp_top01 .mp_tbl td {
	min-width: 150px;
}
#mp_top02 .mp_tbl th {
	width: 120px;
}
#mp_prof01 .mp_tbl th,
#mp_prof02 .mp_tbl th,
#mp_prof04 .mp_tbl th {
	width: 120px;
}
#mp_prof01 .mp_tbl td,
#mp_prof02 .mp_tbl td,
#mp_prof04 .mp_tbl td {
	min-width: 130px;
}
#mp_prof03 .mp_tbl th {
	width: 150px;
}
#mp_like01 .mp_tbl th {
	width: 130px;
}
#mp_history01 .mp_tbl th {
	width: 130px;
}
#mp_mail01 .mp_tbl th,
#mp_mail02 .mp_tbl th {
	width: 180px;
}
#mp_conf01 .mp_tbl th {
	width: 180px;
}
.mp_tbl td.time_slider strong {
	font-size: 15px;
	color: #ff7955;
}
.mp_tbl td.time_slider .slide {
	margin: 5px 0 0;
}
.mp_tbl td .err {
	display: block;
	margin: 5px 0 0;
	color: #f00;
}
#mp_like01 .mp_s_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 27px;
	margin: 0 5px 0 0;
	padding: 0 15px;
	font-size: 12px;
	line-height: 27px;
	color: #ff5e5e;
	border: 1px #ff5e5e solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
}
#mp_like01 #mp_s_box {
	display: none;
}
#mp_s_select .ui-button-text-only .ui-button-text,
.mp_sche_all .ui-button-text-only .ui-button-text {
	padding: 8px 0;
	color: #2f2f2f;
	font-size: 12px;
	line-height: 1;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
}
#mp_s_select .ui-state-default,
#mp_s_select .ui-widget-content .ui-state-default,
#mp_s_select .ui-widget-header .ui-state-default,
.mp_sche_all .ui-state-default,
.mp_sche_all .ui-widget-content .ui-state-default,
.mp_sche_all .ui-widget-header .ui-state-default {
	width: 40px;
	margin-right: -.37em;
	background: #fff;
	border: 1px #d0d0d0 solid;
}
#mp_s_select .ui-state-active,
#mp_s_select .ui-widget-content .ui-state-active,
#mp_s_select .ui-widget-header .ui-state-active,
.mp_sche_all .ui-state-active,
.mp_sche_all .ui-widget-content .ui-state-active,
.mp_sche_all .ui-widget-header .ui-state-active {
	background: #ffe2e7;
}
#mp_like01 .mp_s_slider {
	display: none;
	margin: 10px 0 0;
}
#mp_like01 .mp_s_slider p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 20px 0 0;
	vertical-align: middle;
	line-height: 18px;
}
#mp_like01 .mp_s_slider p strong {
	font-size: 18px;
	color: #ff7955;
}
#mp_like01 .mp_s_slider div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 280px;
	vertical-align: middle;
}
.mp_tbl_sche {
	width: 100%;
	font-size: 14px;
	color: #443732;
}
.mp_tbl_sche th {
	padding: 6px 10px;
	text-align: center;
	font-weight: bold;
	background: #ffefb9;
	border: 1px #cec7bb solid;
}
.mp_tbl_sche td {
	text-align: center;
	background: #fff;
	border: 1px #cec7bb solid;
}
.mp_tbl_sche td.sat {
	background: #eef6ff;
}
.mp_tbl_sche td.sun {
	background: #ffefef;
}
.mp_tbl_sche td.off {
	background: #F4F4F4;
}
.mp_tbl_sche td p label {
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 0 22px;
	text-align: left;
	white-space: nowrap;
	line-height: 40px;
}
.mp_tbl_sche td p input {
	margin: 0 5px 0 0;
}
#mp_sche01 .mp_tbl {
	border-top: 1px #cec7bb solid;
}
#mp_sche01 .mp_tbl th {
	width: 80px;
}
.mp_sche_all {
	text-align: right;
}
.mp_box div.upload {
	text-align: left;
}
.mp_box div.upload div {
	padding: 13px 10px 10px;
	background: #fffdf6;
	border: 1px #a5a5a5 solid;
}
.mp_box div.upload div p {
	padding: 10px 0 0;
	font-size: 12px;
}
.mp_box div.upload a.delete {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 3px 8px;
	color: #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e6e6e6')";
	border: 1px #a5a5a5 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #fff 0px 0px 0px 1px inset;
	-webkit-box-shadow: #fff 0px 0px 0px 1px inset;
	-moz-box-shadow: #fff 0px 0px 0px 1px inset;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}
.mp_box div.upload a.delete:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#mp_conf01 div.check label {
	padding: 0 15px 0 0;
}
#mp_conf01 div.check input {
	margin: 0 5px 0 0;
}




/*---------------------------

				Entry

---------------------------*/
#entry{
	width:675px;
	background:url(../../img/page/listbox_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom: 10px;
}
#entry .entry-in{
	width:675px;
	background:url(../../img/page/listbox_top.png) no-repeat 0 0;
	padding-top:12px;
}
#entry .entry-in .entry-box{
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
	background:#fff;
	padding:15px 20px;
}
.entry_bak {
    padding: 10px 10px 20px;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
}
.entry_bak a {
	color: #777777;
}

#side-entry{
	width:263px;
	background:url(../../img/page/entry_btm.jpg) no-repeat 0 bottom;
	padding-bottom:8px;
}
#side-entry .se-in{
	border-left:8px solid #ff9a8a;
	border-right:8px solid #ff9a8a;
	background:#fff;
	padding:0 10px;
}
#side-entry .se-in h3{
	padding:8px 0;
	text-align:left;
	border-bottom:dashed 1px #c2c2c2;
	font-size:16px;
	margin-bottom:13px;
}
#side-entry .se-in dt{
	padding:0 0 2px 0;
	text-align:left;
}
#side-entry .se-in dd{
	text-align:left;
	font-size:14px;
	padding-bottom:13px;
}
#side-entry .se-in dd p span{
	display:inline-block;
	margin-right:8px;
	background:#ff7088;
	text-align:center;
	padding:0 5px;
	color:#fff;
	height:18px;
	line-height:18px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size:12px;
}
/*---------------------------

				List-LP

---------------------------*/
#lpbnr{
	width:1000px;
	height:340px;
	margin:1 auto 16px auto;
	position:relative;
}
#lpbnr .inner{
	width:500px;
	position:absolute;
	top:70px;
	left:35px;
}
#lpbnr .inner .tit{
	text-align:left;
	font-size:24px;
}
#lpbnr .inner .tit p.area{
	display:inline-block;
	margin-right:10px;
	font-weight:bold;
	color:#ff4359;
	font-size:30px;
}
#lpbnr .inner .tit p.num{
	display:inline-block;
}
#lpbnr .inner .tit p.num span{
	font-weight:bold;
	color:#ff4359;
	font-size:30px;
}
#lpbnr .inner p.comment{
	text-align:left;
	font-size:14px;
	margin-bottom:12px;
}

#l_lpbnr {
    width: 653px;
    margin: 20px auto 20px;
    border: 1px #fe6e89 solid;
    padding: 10px;
    border-radius: 0 0 7px 7px;        /* CSS3草案 */
    -webkit-border-radius: 0 0 7px 7px;      /* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 7px 7px;     /* Firefox用 */
}

#l_lpbnr .l_inner {
    width: 650px;
}

#l_lpbnr .l_inner .l_comment {
    text-align: left;
    font-size: 12px;
    margin-bottom: 12px;
}

.l_table, .l_table>tbody>th, .l_table>tbody>tr, .l_table>tbody>td{
	border: solid 1px;
}
/*---------------------------

				Cate

---------------------------*/
#cate-search{
	width:960px;
	background:url(../../img/page/cate_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
}
#cate-search .cate-in{
	width:960px;
	background:url(../../img/page/cate_top.png) no-repeat 0 0;
	padding-top:12px;
}
#cate-search .cate-in .cate-box{
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
	background:#fff;
	padding:0 18px 30px 18px;
	text-align:left;
}
#cate-search .cate-in .cate-box h2{
	padding:20px 0 5px 5px;
	border-bottom:1px solid #ff7658;
	font-size:16px;
	font-weight:bold;
	margin-bottom:18px;
}
#cate-search .cate-in .cate-list li{
	width:25%;
	float:left;
	font-size:14px;
	padding:0 0 12px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#cate-search .cate-in .cate-list li a{
	display:inline-block;
	background:url(../../img/page/arrow01.png) no-repeat 0 center;
	padding-left:16px;
}
#cate-search .cate-in .train li{
	width:33%;
	float:left;
	font-size:14px;
	padding:0 0 12px 0;
}
#cate-search .cate-in .train li a{
	display:inline-block;
	background:none;
	padding-left:3px;
}
#cate-search .cate-in .btn{
	text-align:center;
	padding-top:30px;
}
/*---------------------------

				Company

---------------------------*/
.tbl-box5{
	padding:4px 0;
	border-bottom:1px solid #eee;
}
.tbl-box5 table{
	width:100%;
	font-size:14px;
}
.tbl-box5 th{
	background:#ffded5;
	width:100px;
	padding:10px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	color:#966646;
}
.tbl-box5 td{
	text-align:left;
	padding:10px 0 10px 14px;
	vertical-align:middle;
}
/*---------------------------

				Rule

---------------------------*/
#rule{
	text-align:left;
	font-size:14px;
	padding: 0 10px;
}
#rule h2{
	font-size:18px;
	font-weight:bold;
	color:#f04c68;
	margin-bottom:5px;
	border-bottom:1px solid #ffded5;
}
#rule div{
	margin-bottom:30px;
}
#rule .inner{
	padding-left:10px;
}
/*---------------------------

				Sitemap

---------------------------*/
#sitemap{
	padding:0 10px;
}
#sitemap ul{
	border-bottom:1px solid #e8beb5;
	padding:15px 0 0 0;
}
#sitemap ul.last{
	border:none;
}
#sitemap li{
	float:left;
	width:50%;
	font-size:14px;
	text-align:left;
	margin:0 0 15px 0;
}
#sitemap li a{
	display:inline-block;
	background:url(../../img/page/arrow01.png) no-repeat 0 center;
	background-size:auto 14px;
	padding-left:18px;
	color:#434343;
}
/*---------------------------

				Faq

---------------------------*/
#faq_tab {
	font-size: 15px;
	margin-bottom:15px;
}
#faq_tab span {
	float: left;
	display: block;
	height: 27px;
	margin: 0 6px 6px 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 27px;
	color: #bf0816;
	background: #fff;
	border: 1px #ff7955 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#faq_tab span.current,
#faq_tab span:hover {
	color: #fff;
	background: #ff7955;
}
.faq_cate_tit {
	margin: 0 0 -1px;
	padding: 10px 15px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background: #ffd0c3;
	border: 1px #ffd0c3 solid;
}
ul.faq_list {
	margin: 0 0 15px;
	padding: 10px 15px;
	background: #fff;
	border: 1px #ffd0c3 solid;
}
ul.faq_list li {
	position: relative;
	padding: 4px 0 4px 24px;
	text-align: left;
	cursor: pointer;
}
ul.faq_list li:hover {
	color: #f36100;
	text-decoration: underline;
}
ul.faq_list li span.q {
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 18px;
	height: 18px;
	top: 4px;
	left: 0;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #f2cd7c;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.faq_tab_box {
	display: none;
}
dl.faq_box {
	margin: 0 0 15px;
	padding: 15px;
	background: #fff;
	border: 1px #ffd0c3 solid;
}
dl.faq_box dt {
	position: relative;
	min-height: 24px;
	padding: 0 0 5px 32px;
	font-size: 16px;
	line-height: 27px;
	text-align: left;
	color:#f04c68;
	border-bottom: 1px #ffd0c3 solid;
}
dl.faq_box dd {
	position: relative;
	min-height: 24px;
	padding: 10px 0 0 32px;
	text-align: left;
	font-size: 14px;
}
dl.faq_box dt span.q,
dl.faq_box dd span.a {
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 24px;
	height: 24px;
	left: 0;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
dl.faq_box dt span.q {
	top: 0;
	background: #f2cd7c;
}
dl.faq_box dd span.a {
	top: 8px;
	background: #fbac97;
}
/*---------------------------

				Contact

---------------------------*/
.tbl-box4 textarea{
	width:600px;
	height:150px;
	padding:10px;
	background:#fffcf1 !important;
	border:1px solid #2171c7;
}
/*---------------------------

				Entry

---------------------------*/
#main .tbl-box4 textarea{
	width:80%;
	height:100px;
}
#main .tbl-box4 .time_slider .slide{
	width:90%;
	margin:5px 0;
}
/*---------------------------

				Useful

---------------------------*/
h1.useful_tit{
	width:1000px;
	height:171px;
	margin:0 auto;
	padding-top:13px;
}
#useful{
	width:715px;
	float:left;
}
.u-nav{
	border:1px solid #ffeec4;
	background:#fff;
	padding:17px 22px;
	text-align:left;
	line-height:20px;
	font-size:14px;
	margin-bottom:13px;
}
.u-nav p{
	display:inline-block;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	padding-left:26px;
	margin-right:20px;
	background:url(../../img/page/useful_arrow.png) no-repeat 0 center;
	color:#ff7c5e;
}
.u-nav p:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	text-decoration:underline;
}
.u-box{
	margin-bottom:30px;
}
.u-box h2{
	width:650px;
	height:81px;
	text-align:left;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	line-height:81px;
	padding-left:65px;
	background:url(../../img/page/useful_tit.jpg) no-repeat 0 0;
	margin-bottom:20px;
}
.u-box h2 a{
	color:#fff;
}
.ub-in{
	background:url(../../img/page/useful_bottom.png) no-repeat 0 bottom;
	padding-bottom:10px;
	margin-bottom:15px;
}
.ub-in2{
	background:url(../../img/page/useful_top.png) no-repeat 0 0;
	padding-top:10px;
}
.ub-in div.cf{
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
	background:#fff;
	padding:20px;
	text-align:left;
}
.ub-in div.cf a.img{
	display:block;
	float:right;
	width:140px;
	height:103px;
	text-align:center;
	overflow:hidden;
}
.ub-in div.cf a.img img{
	width:140px;
}
.ub-in div.cf dl{
	width:505px;
	float:left;
}
.ub-in div.cf dl dt a{
	display:inline-block;
	background:url(../../img/page/arrow01.png) no-repeat 0 center;
	background-size:17px 17px;
	font-size:20px;
	font-weight:bold;
	padding-left:23px;
	margin-bottom:10px;
}
.ub-in div.cf dl dd{
	font-size:13px;
	line-height:1.7em;
}
.ub-in ul{
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
	background:#fff;
	padding:0 20px 20px 20px;
	text-align:left;
}
.ub-in ul li{
	border-bottom:1px dashed #c6c6c6;
}
.ub-in ul li a{
	display:inline-block;
	padding:20px 0 17px 28px;
	background:url(../../img/page/arrow01.png) no-repeat 0 center;
	background-size:17px 17px;
	font-size:18px;
	font-weight:bold;
}
span.parent{
	display:inline-block;
	margin-bottom:14px;
	color:#fff;
	height:18px;
	line-height:18px;
	text-align:center;
	padding:0 15px;
	background:#15998e;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.u-box2 img{
	float:right;
	margin:0 0 0 14px;
	width:280px;
}
.u-box2{
	font-size:15px;
	text-align:left;
	margin-bottom:20px;
}
.u-box3{
	background:url(../../img/page/listbox_btm.png) no-repeat 0 bottom;
	padding-bottom:12px;
	margin-bottom:20px;
}
.u-box3 .ub-in3{
	background:url(../../img/page/listbox_top.png) no-repeat 0 0;
	padding-top:12px;
}
.u-box3 .ub-in4{
	border-left:10px solid #f0e4d0;
	border-right:10px solid #f0e4d0;
	background:#fff;
	padding:20px 20px 0 20px;
	text-align:left;
}
.u-box3 .ub-in4 h3{
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	border-left:8px solid #ff7658;
	margin-bottom:15px;
	padding-left:10px;
}
.u-box3 .ub-in4 div.cf{
	font-size:14px;
	line-height:1.7em;
	padding-bottom:20px;
}
.u-box3 .ub-in4 div.cf img{
	float:right;
	margin:0 0 10px 10px;
	max-width:250px;
}
.u-box4{
	text-align:left;
	margin: 0 0 20px;
	padding:13px;
	line-height:1.7em;
	background: #fafafa;
	word-break:break-all;
}

.useful_detail_link {
	margin: 0px 10% 20px;
	background: #fff;
    position: relative;
}
.useful_detail_link .use_link {
    display: block;
    /* margin: 15px 8px 20px; */
    padding: 0.8em 3.0em 0.8em 1.5em;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #ff9947;
    border: #ff9947 solid 2px;
    border-radius: 6px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* text-decoration: underline;*/
}
.useful_detail_link a {
    color: #000;
}
.useful_detail_link a:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}
.fa_area_tit {
	    margin: 48px 0 10px;
    padding: 10px 15px 10px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px #333 dotted;
    border-bottom: 1px #333 dotted;
}
.fa_area_tit img{

    display: inline-block;
    margin: 0 10px 0 0;
}



/*---------------------------

				Mypage_apply

---------------------------*/
#mp_top01 .inner .in .wrap01 {
	font-size: 14px;
	padding: 18px 0;
	margin-bottom: 14px;
	border-bottom: dashed 1px #c6c6c6;
	text-align: left;
	position: relative;
}
#mp_top01 .inner .in .wrap01 p span {
	color: #ff7658;
	font-weight: bold;
}
#mp_top01 .inner .in .wrap01 select {
	width: 155px;
	display: block;
	position: absolute;
	top: 16px;
	right: 0px;
}
#mp_top01 .inner .in .wrap02 {
	font-size: 14px;
	text-align: left;
	line-height: 34px;
	margin-bottom: 27px;
}
#mp_top01 .inner .in .wrap02 p {
	display: inline-block;
}
#mp_top01 .inner .in .wrap02 a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #ff7955;
	color: #ff7658;
	padding: 4px 14px;
	margin: 0 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#mp_top01 .inner .in .wrap02 .current {
	color: #fff;
	background: #ff7088;
}
#mp_top01 .inner .in .wrap02 a:hover {
	color: #fff;
	background: #ff7088;
}
#mp_top01 .inner .in .wrap03 {
	border: solid 1px #b9b9b9;
	text-align: left;
	margin-bottom: 20px;
}
#mp_top01 .inner .in .wrap03 .wrap03_h {
	padding: 9px 15px;
	background: #e2e2e2;
	border-bottom: solid 1px #b9b9b9;
}
#mp_top01 .inner .in .wrap03 .wrap03_h .p_time {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 0 0 0;
	display: inline-block;
	float: right;
}
#mp_top01 .inner .in .wrap03 .wrap03_h img {
	margin-right: 10px;
	float: left;
}
#mp_top01 .inner .in .wrap03 .wrap03_h div .p_ico {
	font-weight: bold;
	background: #42afaa;
	padding: 1px 16px;
	border-radius: 9px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	float: left;
}
#mp_top01 .inner .in .wrap03 .wrap03_h div h5 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding: 3px 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mp_top01 .inner .in .wrap03 .wrap03_h div h5 a {
	color: #000;
	text-decoration: underline;
}
#mp_top01 .inner .in .wrap03 .wrap03_h div h5 a:hover {
	text-decoration: none;
}
#mp_top01 .inner .in .wrap03 .p01 {
	font-size: 16px;
	font-weight: bold;
	color: #ff7660;
	padding: 14px 0 5px 14px;
}
#mp_top01 .inner .in .wrap03 .lef03 .mp_tbl {
	padding: 4px 0;
	width: 400px;
	margin: 0 15px;
}
#mp_top01 .inner .in .wrap03 .lef03 .mp_tbl .col01 {
	color: #ff7088;
	font-weight: bold;
}
#mp_top01 .inner .in .wrap03 .lef03 .mp_tbl .col02 {
	color: #ff0000;
	font-weight: bold;
}
#mp_top01 .inner .in .wrap03 .lef03 {
	margin-bottom: 14px;
}
#mp_top01 .inner .in .wrap03 .rig03 {
	  padding: 23px 15px 0 0;
}
#mp_top01 .inner .in .wrap03 .rig03 a {
	  display: block;
}
#mp_top01 .inner .in .wrap03 .rig03 a img {
	width: 150px;
	height: 44px;
	display: block;
	margin-bottom: 7px;
}
#mp_top01 .inner .in .wrap03 .p02 {
	font-size: 13px;
	line-height: 30px;
	padding-left: 15px;
	background: #fff9e5;
}
#mp_top01 .inner .in .p03 {
	font-size: 10px;
	text-align: left;
}
#mp_top01 .inner .in .p03 span {
	color: #ff437d;
}
/*---------------------------

				Mypage_scout

---------------------------*/
#mp_top01 .inner .in .wrap01_bg {
	background: url(../../img/page/h_ico01.png) no-repeat center left;
}
#mp_top01 .inner .in .wrap01 .p_ico01 {
	padding: 0 0 0 30px;
}
#sct_box {
	margin-bottom:18px;
}
#sct_box .tit{
	background:#e2e2e2;
	border:1px solid #b9b9b9;
	min-height:20px;
	padding:8px 13px;
	text-align:left;
	position:relative;
}
#sct_box .tit span{
	display:inline-block;
	background:#42afaa;
	height:20px;
	color:#fff;
	text-align:center;
	padding:0 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	font-weight:bold;
	margin-right:10px;
	line-height:20px;
}
#sct_box .tit h5{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#3e3e3e;
	padding-right:150px;
}
#sct_box .tit h5 a{
	color:#3e3e3e;
}
#sct_box .tit p{
	text-align:right;
	position:absolute;
	top:8px;
	right:13px;
	font-size:16px;
	font-weight:bold;
}
#sct_box .tit.unread{
	background:#ffde8f url(../../img/page/bang_ico01.png) no-repeat 13px center;
	padding:8px 13px 8px 41px;
}
#sct_box dt{
	border-bottom:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	padding:8px 13px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	position:relative;
	min-height:23px;
}
#sct_box dt span{
	display:block;
	position:absolute;
	top:8px;
	right:13px;
	background:url(../../img/page/sct_open.jpg) no-repeat 0 0;
	width:132px;
	height:23px;
	padding-left:8px;
	line-height:23px;
	font-size:12px;
	font-weight:normal;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor:pointer;
}
#sct_box dt span.open{
	background:url(../../img/page/sct_close.jpg) no-repeat 0 0;
}
#sct_box dt span:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#sct_box dd{
	border-bottom:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	text-align:left;
	font-size:13px;
	padding:10px;
	display:none;
}
/*---------------------------

				Feature

---------------------------*/
#feature_mainimg {
	width: 1000px;
	margin: 0 0 30px;
}
#feature{
	margin:-21px -20px 20px -20px;
	border-bottom: 1px solid #ffecbe;
}
#feature dl{
	padding:5px;
	text-align:left;
	background:#ff7088;
	border-bottom: 13px #fffcf1 solid;
}
#feature dl dt{
	padding:5px 6px 10px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	background:#ff7088;
}
#feature dl dd{
	padding:10px;
	font-size: 14px;
	background:#fff;
}
/*---------------------------

				News

---------------------------*/
.top-info.news{
	width:665px;
	background:none;
	border: 5px solid #fcc6be;
	margin-bottom: 10px;
}
.top-info.news .inner{
	background:#fff;
	padding:5px 15px 15px 15px;
	border: none;
}
p.ti-more{
	text-align:right;
	padding-top:8px;
}
p.ti-more a{
	display:inline-block;
	background:url(../../img/page/arrow01.png) no-repeat right center;
	background-size:auto 10px;
	padding-right:15px;
}
.top-info.news .inner div{
	text-align:left;
	font-size:14px;
	line-height:1.7em;
	padding-top:12px;
}
.top-info.news h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 17px 10px 13px 45px;
	color: #666464;
	border-bottom: 2px dotted #FF7658;
	margin: 0px 15px;
	background: url(../../img/page/h_ico01.png) no-repeat 2px 15px;
}
.top-info.news .inner div p{
	padding-bottom:15px;
}
.top-info.news .inner span.date{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	background:#000;
	height:20px;
	line-height:20px;
	width:100px;
}

#entry td .ib{
	display:inline-block;
	margin-right:5px;
}
#entry #salary_select{
	float:none;
	width:100%;
	margin-bottom:8px;
}
#entry .salary-box{
	float:none;
	width:100%;
	padding:5px 0 0 0;
}
#entry .salary-box p,
#entry .salary-box div{
	float:left;
}
#entry .salary-box p{
	width:120px;
	margin:-4px 10px 0 0;
	padding:0;
}
#entry .salary-box div{
	width:240px;
}
#search_list_no{
	background:#eee;
	font-size:18px;
	padding:20px;
	text-align:left;
	margin-bottom:30px;
	font-weight:bold;
}
/*---------------------------

				About

---------------------------*/
.about_tit{
	margin-top:-45px;
}
.about_box{
	width:715px;
	background:url(../../img/page/about_btm00.png) no-repeat 0 bottom;
	padding-bottom:31px;
	margin-bottom:25px;
}
.about_box .inner{
	width:666px;
	padding:20px 25px 0 24px;
	background:#f8f7f2;
}
.about_box02{
	width:666px;
	background:url(../../img/page/about_btm01.png) no-repeat 0 bottom;
	padding-bottom:23px;
	margin-bottom:15px;
}
.about_box02 div{
	border-left:3px solid #ff8484;
	border-right:3px solid #ff8484;
	background:#fff;
	padding:22px 28px 0 28px;
}
.about_box02 table,
.about_box03 table{
	width:100%;
}
.about_box02 table td.img,
.about_box03 table td.img{
	width:210px;
}
.about_box02 table td.img img,
.about_box03 table td.img img{
	width:210px;
}
.about_box02 table td.comment,
.about_box03 table td.comment{
	text-align:left;
	font-size:14px;
	padding-left:15px;
}
.about_box03{
	width:666px;
	background:url(../../img/page/about_btm02.png) no-repeat 0 bottom;
	padding-bottom:32px;
}
.about_box03 div{
	border-left:3px solid #ffd884;
	border-right:3px solid #ffd884;
	background:#fff;
	padding:22px 28px 0 28px;
}
.about_box04{
	width:715px;
	background:url(../../img/page/about_btm03.png) no-repeat 0 bottom;
	padding-bottom:30px;
	margin-bottom:22px;
}
.about_box04 div.inner{
	border-left:1px solid #7d6f60;
	border-right:1px solid #7d6f60;
	background:#fff;
	padding:25px 39px 0 39px;
	font-size:14px;
	text-align:left;
}
.about_box04 div.inner div{
	background:#f0ede3;
	padding:20px 23px;
}
.about_box04 div.inner div h3{
	font-size:18px;
	color:6c5c4b;
	margin-bottom:15px;
	text-align:center;
}
.about_box05 {
	min-height: 400px;
	margin: 0 0 15px;
	text-align: left;
	background: url(../../img/page/about23.png) no-repeat right bottom;
}
.about_box05 div {
	width: 300px;
	padding: 20px 0 0;
	background: url(../../img/page/about22.png) no-repeat 0 0;
}
.about_box05 div p {
	padding: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	background: url(../../img/page/about22.png) no-repeat 0 bottom;
}
/*---------------------------

			20150406

---------------------------*/
img.think_btn,
img.think_delete_btn{
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor:pointer;
}
img.think_btn:hover,
img.think_delete_btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
/*---------------------------

			20150410

---------------------------*/
p.tu-comment{
	visibility:hidden;
}


/*---------------------------

			20150710

---------------------------*/
.company-entry{
	background:url(../../img/page/cate_top.png) no-repeat 0 0;
	padding-top:10px;
}

#company-area {
	margin: 0 -4px 12px 0;
}
#company-area li {
	float: left;
}
#company-area li a {
	display: block;
	width: 71px;
	height: 40px;
	margin: 0 4px 4px 0;
	padding: 0 0 0 20px;
	text-align: left;
	text-indent: 5px;
	font-size: 14px;
	line-height: 42px;
	color: #424242;
	background: #fff url(../../img/page/r_mp_ico.png) no-repeat 10px center;
	border: 1px #ffb9ae solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#company-area li a.active,
#company-area li a:hover {
	text-decoration: none;
	color: #fff;
	background: #ffb9ae url(../../img/page/r_mp_ico.png) no-repeat 10px center;
}
.company-list .tbl-box2 table td {
	width: auto;
}
#list-box .company-list .btn {
	padding: 20px 0 0;
}
.company-data dt {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #ff7658;
}
.company-data dd {
	margin: 0 0 15px;
	padding: 5px 0 15px;
	text-align: left;
	border-bottom: 1px #ff7658 dashed;
}
.company-data dd.last {
	margin: 0 0 0;
	padding: 5px 0 0;
	border: none;
}
.company-voice dt {
	position: relative;
	margin: 0 0 8px;
	padding: 0 0 0 34px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #ff7658;
}
.company-voice dt span.q {
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #ff7658;
	border: 1px #ff7658 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.company-voice dd {
	position: relative;
	margin: 0 0 15px;
	padding: 5px 0 15px 34px;
	text-align: left;
	border-bottom: 1px #ff7658 dashed;
}
.company-voice dd span.a {
	position: absolute;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #ff7658;
	background: #fff;
	border: 1px #ff7658 solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.company-voice dd.last {
	margin: 0 0 0;
	padding: 5px 0 0 34px;
	border: none;
}
#insti-box02 {
	margin: 0 0 23px;
}
#insti-box02 h2 {
	text-align: left;
	text-indent: 15px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background: #fbac97;
}
#insti-box02 .ib-in {
	padding: 15px;
	font-size: 14px;
	text-align: left;
	border-bottom: 3px #fbac97 solid;
	border-left: 3px #fbac97 solid;
	border-right: 3px #fbac97 solid;
}
.ib {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.company_link_center{
    text-align: center;
}
.company_link01 {
	display: block;
    margin: 40px 10% 0;
    padding: 0.9em 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1c94e0;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.company_link02 {
	display: block;
    margin: 30px 10% 40px;
    padding: 0.9em 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ff8298;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

/*---------------------------

			20150714

---------------------------*/
table.useful-tbl{
	width:100%;
	margin-bottom:20px;
}
table.useful-tbl tr th{
	background:#fcebe6;
	border: 1px solid #ffd0c3;
	vertical-align: middle;
	padding: 14px;
	text-align:center;
 }
table.useful-tbl tr td{
	border: 1px solid #ffd0c3;
	vertical-align: middle;
	padding: 14px;
	text-align:left;
}
p.table_title{
	font-size:14px;
	text-align:left;
	padding-bottom:5px;
}
.useful-tbl.useful-tbl-sp{
	display:none;
}
div.rect{
	border:1px solid #ccc;
	background:#fcebe6;
	padding:10px;
}
.u-box3 .ub-in4.pd{
	padding:20px;
}




/*---------------------------

			what

---------------------------*/
#what {
	float: left;
	width: 715px;
}
#what .inner {
	padding: 20px 19px;
	border: 1px #ffecbe solid;
	background: #fff;
}
.what_tit {
	padding: 0 0 12px;
	text-align: left;
	border-bottom: 1px #cec7bb solid;
}
.what_tit span {
	display: block;
	height: 38px;
	padding: 0 0 0 10px;
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	border-left: 8px #ff7088 solid;
}
#what .inner p {
	font-size: 14px;
	text-align: left;
}
.what_box01 {
	padding: 0 0 12px;
	background: url(../../img/page/what02ft.gif) no-repeat 0 bottom;
}
.what_box01 p {
	padding: 10px;
	border-left: 8px #ffadad solid;
	border-right: 8px #ffadad solid;
}
.what_box02 {
	padding: 15px 10px;
	background: #fafafa;
	border: 3px #ddd solid;
}
.what_box03 {
	padding: 16px 0 0;
	background: url(../../img/page/what04bg01.gif) no-repeat 0 0;
}
.what_box03_in {
	padding: 0 0 16px;
	background: url(../../img/page/what04bg02.gif) no-repeat 0 bottom;
}
.what_box03 dl {
	padding: 16px;
	text-align: left;
	border-left: 12px #f0e4d0 solid;
	border-right: 12px #f0e4d0 solid;
}
.what_box03 dt {
	padding: 1px 0 10px 28px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #ff7658;
	background: url(../../img/page/what04icon.gif) no-repeat 2px 0;
	border-bottom: 1px #ff7658 solid;
}
.what_box03 dd {
	padding: 10px 0 0;
	font-size: 14px;
}





/* 20150821 */
#dtl-rela {
	margin: 20px 0 0;
}
#dtl-rela .tit {
	height: 1em;
	padding: 16px 16px 0;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #3c3c3c;
	background: url(../../img/page/dtl_rela_bg.png) no-repeat 0 0;
}
.dtl-rela-in {
	padding: 7px 15px;
	background: #fff;
	border: 16px #ffe37e solid;
}
.box-rela {
	padding: 8px 0;
	border-bottom: 1px solid #cec7bb;
}
.box-rela.last {
	border-bottom: none;
}
.box-rela a {
	display: block;
}
.box-rela a p {
	float: left;
	width: 766px;
	height: 24px;
	padding: 8px 10px 7px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #ff7658;
	background: #fffcf0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-rela a p strong {
	display:inline-block;
	min-width: 9em;
	color:#fff;
	text-align:center;
	margin: 0 5px 0 0;
	padding:5px 10px;
	font-size: 14px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background:#ff7658;
}
.box-rela a img {
	float: right;
	width: 142px;
	height: 41px;
}
.box-rela a:hover p {
	background:#FFF2C2;
}





#top-useful2{
	width:675px;
	text-align:left;
	background:url(../../img/page/tu_box_bg1.jpg) no-repeat center top;
	padding-top:10px
}

#top-useful2 .tu_in{
	background:url(../../img/page/tu_box_bg2.jpg) no-repeat center bottom;
	padding-bottom:10px;
}

#top-useful2 a.cat_tit{
	display:block;
	background:#ff8f71 url(../../img/page/arrow_tu.png) no-repeat 15px center;
	background-size:20px;
	color:#fff;
    padding: 12px 20px 9px 45px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#top-useful2 a.cat_tit span{
	float:left;
	padding-left:10px;
}
#top-useful2 .tu_box2{
	border-left:10px solid #ffd0c3;
	border-right:11px solid #ffd0c3;
	padding-bottom:1px;
}
#top-useful2 .tu_box2 p.cat{
	font-size:13px;
	padding:0 0 0 15px;
}
#top-useful2 .tu_box2 p.cat a{
	display: block;
	padding: 6px 0;
	color:#8f7954;
	border-bottom: 1px dashed #c6c6c6;
}
#top-useful2 .tu_box2 p.cat a:hover{
	background: #FFF3F0;
	text-decoration: none;
}
#top-useful2 .tu_box2 p.cat span{
	padding-right:8px;
	color:#ff8f71;
}
#top-useful2 .tu_box2_more{
	padding: 0 0 6px;
	text-align: center;
	border-left:10px solid #ffd0c3;
	border-right:11px solid #ffd0c3;
}
#top-useful2 .tu_box2_more a{
	padding: 0 0 0 18px;
	font-size: 14px;
	color:#8f7954;
	background:url(../../img/page/arrow01.png) no-repeat left center;
}

#top-useful2-list ul {
	padding: 10px 10px 20px;
}
#top-useful2-list li {
	text-align: left;
	margin: 0 0 6px;
}

#top-useful2-list li a {
	font-size: 16px;
	text-decoration: underline;
	padding: 0 0 0 12px;
	background: #fff url(../../img/page/ico_arw02.png) no-repeat left 6px;
	background-size: 6px auto;
}
#top-useful2-list li a:hover {
	text-decoration: none;
}



/* 20151014 子どものエピソードコンテスト！*/
#contest{
	padding-bottom:15px;
}
#contest .episode_sec{
	border:5px solid #ffd0c3;
	padding:20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom:20px;
	text-align:left;
}

#contest .epi_tit{
	padding-bottom:5px;
	border-bottom:2px solid #ffd0c3;
}
#contest .epi_tit span.award{
	display:inline-block;
	background:#f04c68;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 10px;
	font-weight:normal;
	float:left;
	margin:6px 15px 0 0;
	font-size:16px;
}
#contest .epi_tit p.tit{
	color:#f04c68;
	font-size:18px;
	font-weight:bold;
}
#contest .epi_tit p.name{
	font-weight:normal;
	font-size:14px;
	text-align:right;
}

#contest .epi_text{
	font-size:14px;
	line-height:1.8;
	padding:10px;

}
#contest .epi_text p{
	padding-bottom:1em;
}

#contest .epi_comment{
	border:3px solid #ffde8f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#contest .epi_comment .hitokoto{
	font-size:16px;
	font-weight:bold;
	background: #ffde8f url(../../img/page/check_contest.png) no-repeat 5px center;
    padding: 6px 10px 6px 40px;
    background-size: 28px;

}
#contest .epi_comment p{
	padding:10px;
	background:#fffcf1;
}
#contest .note01{
	background:url(../../img/page/note_contest.png) repeat 0 0;
	text-align:left;
	font-size:15px;
	margin-bottom:20px;
	line-height:1.7;
	padding:20px;
	border:1px solid #dbdbdb;
	position:relative;
}
#contest .note02{
	text-align:left;
	background:#eee;
	padding:15px;
}
.pen_contest{
	position:absolute;
	right:0;
	bottom:5px;
	width:60px;
}


/* 160203 */
.r_tbl {
	padding: 4px 0;
	font-size: 11px;
	border-bottom: 1px solid #cec7bb;
}
.r_tbl table {
	width: 100%;
}
.r_tbl table th {
	width: 4em;
	padding: 0.5em;
	text-align: center;
	/*background: #ffde8f;*/
	border-right: 1px solid #cec7bb;
}
.r_tbl table td {
	text-align: left;
	padding: 0.5em;
}
#detail_recommend {
	margin: 27px 0 40px;
}
#detail_recommends .recommend {
	margin: 0 0 40px !important;
}
.recommend {
	margin: -7px 0 0;
	padding: 16px;
	background: #fff;
	border: 7px solid #efe3d0;
}
.recommend .tit {
	padding: 0 0 10px 28px;
	text-align: left;
	/*font-weight: bold;*/
	font-size: 18px;
	/*color: #ff9947;*/
	background: url(../../img/page/r_tit_bg01.gif) no-repeat 3px 3px;
	border-bottom: 2px dotted #ccc;
}
.recommend .l_tit {
	margin: 15px 0 0;
	padding: 5px 10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #ff9a47;
	background: #fff5db;
	border-radius: 4px;
}
.recommend_history .tit {
	/*color: #ff778e;*/
	background: url(../../img/page/r_tit_bg02.gif) no-repeat 3px 1px;
}
.recommend_search .tit {
	color: #4FC4BB;
	background: url(../../img/page/r_tit_bg03.gif) no-repeat 3px 3px;
}
.recommend .inner {
	margin: 0 -8px;
}
.recommend_search .inner {
	margin: 0;
	padding: 15px 0;
}
.recommend .box {
	float: left;
	width: 178px;
	padding: 10px 8px 0;
}
.recommend .box:nth-of-type(5n+1) {
	clear: both;
}
#useful .recommend .box {
	width: 198px;
}
.recommend_search .box {
	width: 457px;
	padding: 10px 10px 0;
	text-align: left;
	font-size: 16px;
	color: #757575;
}
.recommend .r_tit a {
	display: block;
	height: 3.0em;
	overflow: hidden;
	margin: 0 0 3px;
/*	padding: 0 0 0 20px;*/
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #ff9947;
/*	background: url(../../img/page/r_arw01.png) no-repeat 0 3px;*/
}
#useful .recommend .r_tit a {
	font-size: 13px;
}
.recommend_history .r_tit a {
	color: #ff778e;
/*	background: url(../../img/page/r_arw02.png) no-repeat 0 3px;*/
}
.recommend .r_img {
	display: block;
}
.recommend .r_img img {
	width: 100%;
	margin: 5px 0;
}
.recommend_search .box a {
	display: block;
	margin: 8px 0 0;
	padding: 0.7em 1em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #77c5c1;
	border-bottom: 3px #0e9791 solid;
	border-radius: 6px;
}
.recommend_search .box a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}


#useful #main {
	float: none;
}
.useful_more {
	margin: 20px 0 0;
}

.useful_more .tit {
	float: left;
	padding: 16px 50px 4px 12px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	color: #3c3c3c;
	background: #ffded5 url(../../img/page/useful_tit_bg.png) no-repeat right 0;
}
.useful_more .inner {
	clear: both;
	background:  #fff;
	border: 12px #ffded5 solid;
	border-radius: 0 10px 10px 10px;
}

.useful_more .inner li {
	border-bottom: 2px dotted #ccc;
}
.useful_more .inner li.last {
	border-bottom: none;
}
.useful_more .inner li a {
	display: block;
	padding: 12px;
	text-align: left;
}
.useful_more .inner li a:hover {
	text-decoration: none;
	background: #feeff7;
}
.useful_more .inner li a .img {
	float: left;
	width: 100px;
	height: 60px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.useful_more .inner li a .img img {
	width: 100%;
}
.useful_more .inner li a dl {
	padding: 0 0 0 110px;
}
.useful_more .inner li a dt {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.useful_more .inner li a dd {
	height: 3em;
	color: #8f7954;
	overflow: hidden;
}
.useful_more .inner li a dd br {
	display: none;
}



/* agent */
#header.agent {
	height: auto;
}
#header.agent .below {
	height: auto;
}
.agent-h {
	float: right;
	padding: 14px 0 0;
}
.agent-h img {
	float: left;
	margin: 0 0 0 15px;
}
#agent {
}
#agent_main {
	max-width: 100%;
	background: #eef7fb url(../../img/page/agent_main_bg.jpg) no-repeat center 0;
	overflow: hidden;
}
#agent_main .in {
	margin: 0 -10px;
}
.agent_box .tit {
	padding: 30px 0;
	background: #de4780;
}
.agent_cont1 {
	padding: 40px 0;
	background: url(../../img/page/agent_bg1.gif) repeat 0 0;
}
.agent_cont2 .box1 {
	background: #fff;
}
.agent_cont2 .box2 {
	background: #fff2f4 url(../../img/page/agent_bg2.gif) no-repeat center 0;
}
.agent_cont2 .box3 {
	background: #fff url(../../img/page/agent_bg3.gif) no-repeat center 0;
}
.agent_cont2 .in,
.agent_cont2_2 .in {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	text-align: left;
}
.agent_cont2 .in p {
	padding: 30px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #303030;
}
.agent_cont2 .in p strong {
	font-size: 28px;
}
.agent_cont2 .in img.fl {
	margin: 20px 24px 0 0;
}
.agent_cont3 {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 58px;
}
.agent_cont3 .box {
	padding: 25px;
	background: #fff;
	border: 1px #ffecbe solid;
}
.agent_cont3 .box .in {
	border-top: 1px #cec7bb solid;
}
.agent_cont3 .img {
	margin: 38px 0 0;
}

.agent_cont2_2 {
	padding: 50px 0;
}





#wrap-dslide #dslide div.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	background:#000000;
	overflow: hidden;
}
#wrap-dslide #dslide div.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#foot-summary {
	padding: 10px 0;
	text-align: left;
	line-height: 1;
	background: #FFEFEB;
}
#foot-summary dl {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px #FFADAD dashed;
}
#foot-summary dl.last,
#foot-summary dl:last-of-type {
	border-bottom: none;
}
#foot-summary dt {
	float: left;
	padding: 5px 0;
	font-weight: bold;
	color: #956646;
}
#foot-summary dd {
	float: right;
	width: 860px;
	margin: 0 0 0 -5px;
	color: #BB967C;
}
#foot-summary dd p {
	padding: 0 0 1px;
}
#foot-summary dd p strong {
	float: left;
	display: block;
	width: 90px;
	padding: 5px 0;
}
#foot-summary dd span {
	display: inline-block;
}
#foot-summary dd a {
	display: inline-block;
	padding: 5px 3px;
	color: #f04c68;
	text-decoration: none;
}
#foot-summary dd a:hover {
	text-decoration: underline;
}


/* comic */
#comic img {
	width: 100%;
}

/* 追加 */
.dtl-in .call {
	padding: 12px 0;
	background: #ffefeb;
	margin-top: 20px;
}
.dtl-in .call .txt {
	font-size: 14px;
}
.dtl-in .call .txt .name {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
.dtl-in .call .number {
	font-size: 22px;
	font-weight: bold;
	color: #ff7955;
	line-height: 1.8;
	display: inline-block;
}
.dtl-in .call .number:before {
	content: '';
	background: url(../../img/page/call.png) no-repeat 0 0;
	width: 25px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}
.dtl-in .call .smail {
	font-size: 11px;
}
.dtl-in .call .call_alert {
	font-size:15px;
	margin-top:5px;
}

#detail_recommend .more{
	display: inline-block;
	margin: -5px 0 0;
	padding: 0.4em 1em;
	text-align: center;
	font-size: 14px;
/*	font-weight: bold;*/
	color: #fff;
	background: #f65b47;
	/*border-bottom: 3px #0e9791 solid;*/
	border-radius: 6px;
	float: right;
}
#detail_recommend .more:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#dtl-foot .think_btn , #dtl-foot .think_delete_btn {
	float: left;
}
#main02 #titbox h1 span.tit {
	margin: 20px 15px 5px 0;
	display: inline-block;
	font-weight: bold;
}
#main02 #titbox h1 span.txt {
	font-size: 18px;
	display: inline-block;
}


/* 2017.6.19 */
#camp_img {
	margin: 0 0 23px;
}
#camp_page {
	padding: 30px;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	background: #fff;
	border: 1px solid #ffecbe;
}
#camp_page .box {
	margin: 20px 0 0;
	padding: 20px 18px;
	border: 12px solid #f0e4d0;
	border-radius: 10px;
}
#camp_page .box .tit {
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	border-left: 8px solid #ff7658;
}
#camp_page .box p {
	margin: 0 0 25px;
}
#camp_page .box p:last-child {
	margin: 0;
}
#camp_page .box p .or {
	color: #ff7658;
}
#camp_btn {
	padding: 15px 0 0;
	text-align: center;
}
#camp_btn a {
	display: inline-block;
	padding: 0.8em 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #ffa2b2;
	border-bottom: 3px #ff7088 solid;
	border-radius: 6px;
}

/* 2017.12.16 トップページマップ */
.areamap {
	display: none;
	width: 100%;
	border:10px solid #ffd0c3;
	border-radius:5px;
	box-sizing:border-box;
	margin-bottom: 20px;
	position: relative;
}
#main_map {
	display: block;
}
.areamap img{
	width: 100%;
	height: auto;
}
.areamap .areabtn{
	width: 150px;
	height: 32px;
	position: absolute;
}
.areamap .areabtn a {
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
	color: #393939;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	cursor: pointer;
}
.areamap .areabtn:hover{
	opacity: 0.7;
}
#areamap01.areamap .areabtn {
	background: url(../../img/page/bg_hokkaido.png) no-repeat 0 0;
}
#areamap02.areamap .areabtn {
	background: url(../../img/page/bg_kanto.png) no-repeat 0 0;
}
#areamap03.areamap .areabtn {
	background: url(../../img/page/bg_kanto.png) no-repeat 0 0;
}
#areamap04.areamap .areabtn {
	background: url(../../img/page/bg_tokai.png) no-repeat 0 0;
}
#areamap05.areamap .areabtn {
	background: url(../../img/page/bg_hokuriku.png) no-repeat 0 0;
}
#areamap06.areamap .areabtn {
	background: url(../../img/page/bg_kansai.png) no-repeat 0 0;
}
#areamap07.areamap .areabtn {
	background: url(../../img/page/bg_chugoku.png) no-repeat 0 0;
}
#areamap08.areamap .areabtn {
	background: url(../../img/page/bg_kyushu.png) no-repeat 0 0;
}
.areamap .areabtn a:hover{
	text-decoration: none;
}
.areamap .areabtn.pref_a {
	background: url(../../img/page/bg_hokkaido.png) no-repeat 0 0;
	top:50px;
	left:325px;
}
.areamap .areabtn.pref_b {
	background: url(../../img/page/bg_kanto.png) no-repeat 0 0;
	top:200px;
	left:455px;
}
.areamap .areabtn.pref_c {
	background: url(../../img/page/bg_kanto.png) no-repeat 0 0;
	top:240px;
	left:450px;
}
.areamap .areabtn.pref_d {
	background: url(../../img/page/bg_tokai.png) no-repeat 0 0;
	top:280px;
	left:355px;
}
.areamap .areabtn.pref_e {
	background: url(../../img/page/bg_hokuriku.png) no-repeat 0 0;
	top:150px;
	left:300px;
}
.areamap .areabtn.pref_f {
	background: url(../../img/page/bg_kansai.png) no-repeat 0 0;
	top:190px;
	left:210px;
}
.areamap .areabtn.pref_g {
	background: url(../../img/page/bg_chugoku.png) no-repeat 0 0;
	top:230px;
	left:110px;
}
.areamap .areabtn.pref_h {
	background: url(../../img/page/bg_kyushu.png) no-repeat 0 0;
	top:310px;
	left:15px;
}
.areamap .areabtn.pref01 {
	top:88px;
	left:60px;
}
.areamap .areabtn.pref02 {
	top:30px;
	left:324px;
}
.areamap .areabtn.pref03 {
	top:140px;
	right:30px;
}
.areamap .areabtn.pref04 {
	top:242px;
	right:60px;
}
.areamap .areabtn.pref05 {
	top:130px;
	left:290px;
}
.areamap .areabtn.pref06 {
	top:225px;
	left:270px;
}
.areamap .areabtn.pref07 {
	top:330px;
	right:120px;
}
.areamap .areabtn.pref08 {
	top:130px;
	left:220px;
}
.areamap .areabtn.pref09 {
	top:250px;
	right:150px;
}
.areamap .areabtn.pref10 {
	top:180px;
	left:70px;
}
.areamap .areabtn.pref11 {
	top: 140px;
	left: 150px;
}
.areamap .areabtn.pref12 {
	top: 200px;
	left: 100px;
}
.areamap .areabtn.pref13 {
	top: 200px;
	left: 420px;
}
.areamap .areabtn.pref14 {
	top: 60px;
	left: 130px;
}
.areamap .areabtn.pref15 {
	top:200px;
	left:150px;
}
.areamap .areabtn.pref16 {
	top:210px;
	right:70px;
}
.areamap .areabtn.pref17 {
	top:65px;
	left:160px;
}
.areamap .areabtn.pref18 {
	top:290px;
	left:40px;
}
.areamap .areabtn.pref19 {
	top:70px;
	right:60px;
}
.areamap .areabtn.pref20 {
	top:180px;
	left:240px;
}
.areamap .areabtn.pref21 {
	top:100px;
	left:100px;
}
.areamap .areabtn.pref22 {
	top:240px;
	left:30px;
}
.areamap .areabtn.pref23 {
	top:300px;
	right:120px;
}
.areamap .areabtn.pref24 {
	top:240px;
	left:330px;
}
.areamap .areabtn.pref25 {
	top:180px;
	left:165px;
}
.areamap .areabtn.pref26 {
	top:95px;
	left:80px;
}
.areamap .areabtn.pref27 {
	top:60px;
	left:230px;
}
.areamap .areabtn.pref28 {
	top:90px;
	right:115px;
}
.areamap .areabtn.pref29 {
	top:230px;
	right:160px;
}
.areamap .areabtn.pref30 {
	top:300px;
	left:145px;
}
.areamap .areabtn.pref31 {
	top:20px;
	right:120px;
}
.areamap .areabtn.pref32 {
	top:40px;
	left:140px;
}
.areamap .areabtn.pref33 {
	top:90px;
	right:150px;
}
.areamap .areabtn.pref34 {
	top:120px;
	left:180px;
}
.areamap .areabtn.pref35 {
	top:150px;
	left:10px;
}
.areamap .areabtn.pref36 {
	top:240px;
	left:130px;
}
.areamap .areabtn.pref37 {
	top:180px;
	right:110px;
}
.areamap .areabtn.pref38 {
	top:230px;
	right:100px;
}
.areamap .areabtn.pref39 {
	top:300px;
	left:260px;
}
.areamap .areabtn.pref40 {
	top:15px;
	right:205px;
}
.areamap .areabtn.pref41 {
	top:50px;
	left:160px;
}
.areamap .areabtn.pref42 {
	top:105px;
	left:110px;
}
.areamap .areabtn.pref43 {
	top:170px;
	left:210px;
}
.areamap .areabtn.pref44 {
	top:90px;
	right:100px;
}
.areamap .areabtn.pref45 {
	top:230px;
	right:135px;
}
.areamap .areabtn.pref46 {
	top:290px;
	left:180px;
}
.areamap .areabtn.pref47 {
	top:240px;
	left:10px;
}
a.area_back{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #f04c68;
	background: #fff;
	padding: 5px 15px 5px 10px;

}
a.area_back:hover{
	text-decoration: underline;
}



/*---------------------------

				201803追加分

---------------------------*/
.list-src.v2 {
	margin-top: 20px;
	background: #7bcdf5;
	border-radius: 6px;
}
.list-src.v2 .inner{
	background: #7bcdf5;
	padding: 10px 10px 0;
	border-radius: 6px;
}
.list-src.v2 .inner .form_tit{
	height: 40px;
	line-height: 35px;
	background: #7bcdf5;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
/* SEO 20.02.13 add */
.list-src.v2 .inner .ls-box .no_pref_tit {
	text-align: left;
}
.list-src.v2 .inner .ls-box .no_pref_tit a,
.list-src.v2 .inner .ls-box .no_pref_tit span {
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0.5em;
}
#search-tab {
	margin: 0 0 50px;
}
#search-tab .list-src.v2 {
	margin-top:0;
	border-radius: 0 0 6px 6px;
}
#search-tab .tab-btn {
	width: 100%;
	padding: 20px 0 0 0;
}
#search-tab .tab-btn li {
	display: inline-block;
	width: 223px;
	cursor: pointer;
	background: #1d7cb7;
	color: #fff;
	font-size: 14px;
	margin: 0 2px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 10px 0 10px 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
#search-tab .tab-btn li.current {
	background: #7bcdf5;
	cursor: default;
}

#search-tab .tab-btn li:not(.current):hover {
	background: #e4637b;
}

#search-tab .tab-btn li:last-child {
	margin: 0 0 0 2px;
}

#search-tab .tab-salary {
	display: none;
}
#search-tab .tab-commit {
	display: none;
}
/* ./SEO 20.02.13 add */


.list-src.v2 a{
	color: #20aef4;
}
.list-src.v2 .tbl-box table th {
	text-align: center;
	padding: 12px 0;
	width: 112px;
	background: #e8f3f8;
}
.ls-box .tbl-box td li.checkbox {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.list-src.v2 .tbl-box .slide_down_box{
	display: none;
}
.list-src.v2 .tbl-box div.btn_down span{
	background: url(../../img/page/slide_down_arw01.png) no-repeat 0 center;
	background-size: 14px auto;
	padding-left: 18px;
	cursor: pointer;
}
.list-src.v2 .tbl-box div.btn_down.active span{
	background: url(../../img/page/slide_down_arw02.png) no-repeat 0 center;
	background-size: 14px auto;
	padding-left: 18px;
}
.list-src.v2 .ls-box .tbl-box table td.fw input[type="text"] {
	width: 316px;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #eee;
	background: #eee;
}
.list-src.v2 .ls-box .tbl-box table td.fw input[type="text"]:focus{
	background: #fff;
}
.list-src.v2 .ls-box .tbl-box table td.fw #fwbtn{
	width: 125px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: #49b2ad;
	border-top: 1px solid #49b2ad;
	border-bottom: 3px solid #0e9790;
	border-left: 1px solid #49b2ad;
	border-right: 1px solid #49b2ad;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
}
.list-src.v2 .ls-box .tbl-box table td.fw #fwbtn:hover{
	border-top: 1px solid #0e9790;
	border-bottom: 3px solid #0e9790;
	background: #0e9790;
}
.list-src.v2 .ls-box .tbl-box table td select{
	font-size:14px;
	padding: 2px 3px;
}
#list-form select.disabled,
#list-form-tab1 select.disabled,
#list-form-tab2 select.disabled {
	background: #f5f5f5;
}

.registbnrcover {
	padding: 10px 0 25px;
	    text-align: center;
}
.registbnrcover img {
	max-width: 100%;
}
#list-box .inner {
	position: relative;
}
#list-box .inner .new {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
#list-box.new_box div.hd_icon {
	padding: 15px 10px 10px;
}
#main02 .no_date {
	position: relative;
}
#main02 .no_date .new {
	position: absolute;
	top: 0;
	right: 0;
}

#entry .entry-in .entry-box .entry_slidecover {
	width: 3270px;
	position: absolute;
	left: 0;
	top: 0;
}
#entry .entry-in .entry-box .entry_formwrap {
	padding:15px 20px;
	width: 654px;
	box-sizing: border-box;
	float: left;
}
#entry.sliderform .entry-in .entry-box {
	width: 654px;
	min-height: 922px;
	overflow: hidden;
	position: relative;
	padding: 0;
}
#entry .entry-in .stepflowbox {
	display: table;
	width: 100%;
	margin: 0 0 35px;
}
#entry .entry-in .stepflowbox li {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	background: #fff2d2;
	height: 70px;
	font-size: 15px;
	font-weight: bold;
	color: #949494;
	position: relative;
}
#entry .entry-in .stepflowbox li.active {
	background: #ffde8f;
	color: #ff7955;
}
#entry .entry-in .stepflowbox li.active:after {
	content: '';
	position: absolute;
	top: 0;
	right: -12px;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 12px solid #ffde8f;
	z-index: 10;
}
#entry .substep {
	padding: 10px;
}
#entry .substep img {
	display: block;
	width: 340px;
	margin: 0 auto;
}
#entry .substep p {
	font-size: 14px;
	text-align: right;
	color: #f04c68;
	margin: 10px 0 0 0;
}

#entry .steptitlearea {
	padding: 0 0 10px 40px;
	text-align: left;
	border-bottom: 2px solid #efefef;
	margin: 0 0 30px;
	position: relative;
}
#entry .steptitlearea:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: #ff7955;
	z-index: 2;
}
#entry .steptitlearea:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	z-index: 3;
}
#entry .steptitlearea .stnum {
	display: block;
	font-size: 12px;
	color: #bebebe;
	font-weight: bold;
}
#entry .steptitlearea .tit {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
#entry .step_box table {
	width: 100%;
	margin: 0 0 15px;
}
#entry .step_box table th {
	width: 120px;
	background: #ffde8f;
	padding: 0 18px;
	font-size: 14px;
	height: 100px;
}
#entry .step_box table td {
	padding: 0 20px;
	text-align: left;
}
#entry .step_box .radiobtnwrap {
	text-align: left;
}
#entry .step_box .radiobtnwrap .radiobox {
	margin: 0 0 15px 0;
	width: 48%;
	display: inline-block;
}
#entry .step_box input,
#entry .step_box select {
	outline: none;
}
#entry .step_box .radiobtnwrap .radiobox:nth-child(2n) {
	float: right;
}
#entry .step_box .radiobtnwrap .radiobox:nth-child(2n+1) {
	float: left;
	clear: both;
}
#entry .step_box .radiobtnwrap .radiobox input[type="checkbox"] {
	display: none;
}
#entry .step_box .radiobtnwrap .radiobox .label {
	display: block;
	height: 50px;
	text-align: left;
	line-height: 50px;
	cursor: pointer;
	color: #9b9b9b;
	background: #fffcf1;
	border: 1px solid #ff8a8a;
	font-size: 16px;
	margin: 0;
	padding: 0px 20px 0 20px;
	position: relative;
	border-radius: 36px;
	text-align: center;
}
#entry .step_box .radiobtnwrap .radiobox input[type="checkbox"]:checked + label {
	background: #ff998a;
	color: #fff;
}
#entry .step_box p.note {
	margin: 15px 0 0;
	text-align: left;
}
#entry .step_box .btnarea {
	margin: 0px 0 10px;
	padding: 0;
	position: relative;
}
#entry .step_box .btnarea .erroralerttxt {
	font-size: 12px;
	color: #ec0d0d;
	position: absolute;
	top: -22px;
	right: 0;
	left: 0;
}
#entry .step_box .btnarea a.nextstepbtn {
	width: 190px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}
#entry .step_box .btnarea a.nextstepbtn img {
	width: 100%;
}
#entry .step_box .btnarea a.nextstepbtn:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#entry .step_box .btnarea a.nextstepbtn.active {
	background: url(/img/page/reg_btn02.png) no-repeat center;
	background-size: cover;
}
#entry .step_box .btnarea a.nextstepbtn.active img {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
#entry .step_box .btnarea a.backstepbtn {
	width: 156px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: top;
}
#entry .step_box .btnarea a.backstepbtn img {
	width: 100%;
}
#entry .step_box .btnarea a.backstepbtn:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#entry .step_box .btnarea.lastsubmit input[type="submit"] {
	background: url(/img/page/reg_btn03_disable.png) no-repeat center;
	background-size: 100%;
	width: 190px;
	height: 55px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
#entry .step_box .btnarea.lastsubmit input[type="submit"].active {
	background: url(/img/page/reg_btn03.png) no-repeat center;
	background-size: cover;
}
#entry .step_box select {
	height: 50px;
	line-height: 50px;
	display: block;
	border: 1px solid #ff8a8a !important;
	background: #fffcf1 !important;
	padding: 10px 12px;
	font-size: 16px;
	border-radius: 6px;
}
#entry .step_box .ymdbox {
	display: block;
	font-size: 14px;
	float: left;
	margin: 0 12px 0 0;
}
#entry .step_box .ymdbox .sel_year {
	width: 350px;
}
#entry .step_box .ymdbox .sel_month {
	width: 120px;
}
#entry .step_box .ymdbox .sel_day {
	width: 120px;
}
#entry .step_box .ymdbox:last-child {
	margin: 0;
}
#entry .step_box .ymdbox select {
	display: block;
	margin: 0;
}
#Radio01 .radio02-input{
	display: none;
}
#Radio01 .radio02-input + label{
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: #9b9b9b;
	background: #fffcf1;
	border: 1px solid #ff8a8a;
	font-size: 16px;
	margin: 0;
	padding: 0px 20px 0 20px;
	position: relative;
	border-radius: 36px;
	text-align: center;
}
#Radio01 .radio02-input:checked + label {
	color: #fff;
	background: #ff8a8a;
}
#entry .step_box .formwrap {
	margin: 0 0 35px;
}
#entry .step_box .formwrap .linewrap {
	text-align: left;
	margin: 0 0 25px;
}
#entry .step_box .rabox {
	display: block;
	width: 48%;
}
#entry .step_box .rabox:nth-child(2n) {
	float: left;
}
#entry .step_box .rabox:nth-child(2n+1) {
	float: right;
	clear: both;
}
#entry .step_box input[type="text"],
#entry .step_box input[type="number"],
#entry .step_box input[type="email"] {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #393939;
	background: #fffcf1 !important;
	border: 1px solid #ff8a8a;
	font-size: 16px;
	margin: 0;
	padding: 0px 20px 0 20px;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
}
#entry .step_box input::placeholder,
#entry .step_box textarea::placeholder {
	color: #9b9b9b;
}
#entry .step_box .numberadd span {
	font-size: 20px;
}
#entry .step_box .linewrap .left,
#entry .step_box .linewrap .right {
	width: 48%;
	float: left;
}
#entry .step_box .linewrap .right {
	float: right;
}
#entry .step_box .linewrap .left select,
#entry .step_box .linewrap .right select,
#entry .step_box .linewrap .left input,
#entry .step_box .linewrap .right input {
	width: 100%;
}
#entry .step_box .linewrap textarea {
	display: inline-block;
	width: 100%;
	height: 7em;
	color: #393939;
	background: #fffcf1 !important;
	border: 1px solid #ff8a8a;
	font-size: 16px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-radius: 6px;
	box-sizing: border-box;
}
#entry .step_box p.notetit {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
	margin: 0 0 1em;
}
#entry .step_box p.notetit.mgn{
	margin: 50px 0 1em;
}

#Radio02 .radio03-input{
	display: none;
}
#Radio02 .radio03-input + label{
	display: block;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: #9b9b9b;
	background: #fffcf1;
	border: 1px solid #ff8a8a;
	font-size: 16px;
	margin: 0;
	padding: 0px 20px 0 20px;
	position: relative;
	border-radius: 36px;
	text-align: center;
}
#Radio02 .radio03-input:checked + label {
	color: #fff;
	background: #ff8a8a;
}

.itizi_hi_kokai {
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    padding: 20px;
}


/*---------------------------

				201901追加分
				201906改定

---------------------------*/
.pr_title {
	display: block;
	margin: 30px 0 0;
	padding: 0.6em 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	background: #fe6e88;
	border-radius: 0.3em 0.3em 0 0;
}
.pr_wrap {
	margin: 20px 0 40px;
}
.pr_title + .pr_wrap {
	margin: 0 0 40px;
}
#list-box.pr {
	width: 659px;
	padding: 0;
	background: #fff5f7;
	border: 8px #fe6d88 solid;
	border-radius: 6px;
}
.pr_title + .pr_wrap #list-box.pr {
	margin: -8px 0 0;
	border-radius: 0;
}
#list-box.pr .inner {
	width: 659px;
	padding: 0;
	background: none;
}
#list-box.pr div.tit,
#list-box.pr .lb-in {
	background: none;
	border: none;
}
#list-box.pr div.tit .info {
	background: #fff;
}
#list-box.pr .cate span {
	background-color: #fff;
}

/*---------------------------

				201904追加分

---------------------------*/
.login_conf {
	font-weight: bold;
	line-height: 34px;
	color: #666;
}



/*---------------------------

				202001追加・レコメンダー機能

---------------------------*/
.reco_top_tit {
	padding: 6px 10px;
	text-align: center;
	background: #fe6e89;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
	border-radius: 6px 6px 0 0;
}

.auto_recommend .dv_rc_items {
	display: inline-block;
	width: 19%;
	margin: 0 0.5%;
	vertical-align: top;
	background: #fff;
	border: 1px solid #ffd0c3;
	box-sizing: border-box;
	padding: 10px;
}
.auto_recommend .dv_rc_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 110px;
	margin: 0 0 8px;
}
.auto_recommend .dv_rc_items img {
	width: 105%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.auto_recommend .dv_rc_name {
	height: 36px;
  overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 4px;
	text-align: left;
}
.auto_recommend .dv_rc_description {
	border-top:1px dotted #ccc;
	margin: 0 0 4px;
	padding: 4px 0 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
}
.auto_recommend .dv_rc_price {
	color: #f04c68;
	text-align: left;
	height: 36px;
  overflow: hidden;
	line-height: 1.3;
}

.auto_recommend.reco_top {
	padding: 15px 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
	border-right: 1px solid #fe6e89;
	margin: 0 0 20px;
	background-color: #fff;
}

.auto_recommend.reco_detail {
	padding: 15px 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
	border-right: 1px solid #fe6e89;
	margin: 0 0 30px;
	background-color: #fff;
}

.auto_recommend.reco_list {
	padding: 15px 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
	border-right: 1px solid #fe6e89;
	margin: 0 0 60px;
	background-color: #fff;
}

.auto_recommend.reco_users {
	padding: 15px 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	border-bottom: 1px solid #fe6e89;
	border-left: 1px solid #fe6e89;
	border-right: 1px solid #fe6e89;
	margin: 0;
	background-color: #fff;
}

.auto_recommend.reco_list .dv_rc_items,
.auto_recommend.reco_users .dv_rc_items {
	width: 24%;
}

/*---------------------------

				202008追加・検索条件を変更

---------------------------*/
.chgSearch {
	margin: 30px 0 0 0;
}
.chgSearch a {
	background: #7bcdf5 url(../../img/page/ico_arw01_b.png) 98% center no-repeat;
	background-size: 24px auto;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0;
	border-radius: 4px;
}
.chgSearch a:hover {
	background: #3287BD url(../../img/page/ico_arw01_b.png) 98% center no-repeat;
	background-size: 24px auto;
}

/*---------------------------

				202009 TOPリード文

---------------------------*/
.topAbout,
.topFaq {
	text-align: left;
	padding: 20px 0;
}
.topAbout h2,
.topFaq h2,
.yourInfo {
	margin: 0 0 10px;
	padding: 10px 15px 10px 0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted;
}
.topAbout h2 img,
.topFaq h2 img,
.yourInfo img {
	display: inline-block;
	margin: 0 10px 0 0;
}
.topAbout p {
	font-size: 14px;
	line-height: 1.5em;
}


/*---------------------------

				202111 案件詳細・特徴

---------------------------*/
.cateFeature {
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: none;
	border-bottom: 12px solid #f0e4d0;
	padding: 0;
}
.cateFeature h2 {
	position: relative;
	cursor: pointer;
}
.cateFeature h2::after {
	content: "";
	background: url(../../img/page/ico_arw01.png) no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 96%;
	top: 6px;
	transform: rotateZ(-90deg);
	transition: .3s;
}
.cateFeature h2.active::after {
	transform: rotateZ(90deg);
}

.cateFeature h3,
.cateFeature p {
	text-align: left;
	font-size: 15px;
}

.cateFeature h3 {
	color: #ff7658;
	font-weight: bold;
}
.cateFeature p {
	text-align: left;
	font-size: 15px;
	margin: 0 0 1em;
}
.cateFeature .dtl-in2 {
	display: none;
}


/* article page SEO add */
.pop_comment {
	color: #ff9947;
	font-weight: bold;
	position: relative;
	font-size: 18px;
	width: 300px;
	margin: 40px auto 10px;
	text-align: center;
}

.pop_comment::before {
	content: "";
	width: 25px;
    border-bottom: 2px solid #ff9947;
	transform:rotate(45deg);
	position: absolute;
	top: 10px;
	left: -35px;
}

.pop_comment::after {
	content: "";
	width: 25px;
    border-bottom: 2px solid #ff9947;
	transform:rotate(-45deg);
	position: absolute;
	top: 10px;
	right: -35px;
}

.cta_btn {
	width: 570px;
	margin: 0 auto 40px;
}
.cta_btn li {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
}
.cta_btn li a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 14px;
	border-radius: 8px;
	padding: 12px 0;
	background: #ff7088 url(../../img/page/r_arw02.png) no-repeat 90% center;

}

/*---------------------------

				202306 詳細ページ、応募の流れ

---------------------------*/
.dtlflow .flowList {
	display: flex;
	align-items: stretch;
	margin: 0 0 40px;
}
.dtlflow .flowBox {
	margin: 0 10px;
	background: #fff;
	border: 1px solid #ff7088;
	border-radius: 10px;
	position: relative;
	flex: 1;
}


.dtlflow .flowBox h3 {
	background: #ff7088;
	color: #fff;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	text-align: center;
}
.dtlflow .flowBox h3 span {
	border-bottom: 1px dotted #fff;
	display: block;
	width: 100px;
	padding: 0 0 4px;
	margin: 0 auto 4px;
	font-size: 12px;
}

.dtlflow .flowBox p {
	padding: 20px;
	text-align: left;
	font-size: 14px;
	position: relative;
}
.dtlflow .flowBox::after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../../img/page/ico_arw02.png) no-repeat 80% center;
  width: 16px;
  height: 25px;
}
.dtlflow .flowBox:last-child::after {
	background: none;
	width: 0;
}

/*　検討するアイコン */
.fav_icon {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}
.fav_icon img {
	width: 100%;
	height: auto;
}
h1 .fav_icon {
	margin: -5px 0 0;
}