@charset "UTF-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

body{
	line-height:1;
	color:#333;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,

th {
	text-align:left;
}

a{
	text-decoration:underline;
	color:#006290;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
textarea,
select{
	padding:3px;
	border:1px solid #BBB;
}


/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


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

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.att{
	color:#DF002F;
}

textarea[name=message]{
	padding:5px;
	line-height:1.4;
}


/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#head{
	background: #FFF;
}

#head .head_inline{
	width:980px;
	margin:0 auto;
}

#head h1{
	font-size:12px;
	font-weight:normal;
	display:inline-block;
	padding-top:10px;
}

#head .switch{
	float:right;
}

#head .switch li{
	display:inline-block;
	margin-left:3px;
}

#head .switch li a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	width:114px;
	height:25px;
}

#head .switch li.mid a{
	background-image:url(../img/style/tab_mid.gif);
}

#head .switch li.fresh a{
	background-image:url(../img/style/tab_fresh.gif);
}

#head .switch li.active a{
	background-position:bottom;
}

#head .switch li.hello{
	margin-right:10px;
}

#head .switch li.hello a{
	border:none;
	display:inline;
	padding:0;
	margin:0;
	text-decoration:underline;
}

#head .switch li.hello a:hover{
	text-decoration:none;
}

#head #logo{
	float:left;
}

#head #logo .mid a{
	display:inline-block;
	padding-right:50px;
	background:url(../img/style/logo_mid.gif) no-repeat right center;
}

#head #logo .fresh a{
	display:inline-block;
	padding-right:50px;
	background:url(../img/style/logo_fresh.gif) no-repeat right center;
}

#head .head_menu{
	float:right;
	margin:15px 0;
}

#head .head_menu p{
	text-align:right;
	margin: 0 0 10px;
}

#head .head_menu ul li{
	display:inline-block;
	margin-left:15px;
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:left 2px;
	line-height:1.5;
}

#head .head_menu ul li.nuser{
	background-image:url(../img/style/head_nuser_regist.gif);
}

#head .head_menu ul li.cuser{
	background-image:url(../img/style/head_cuser_regist.gif);
}
#head .head_menu ul li.cuser a{
	color:#ff1133;
	font-weight:bold;
}
#head .head_menu ul li.login{
	background-image:url(../img/style/head_login.gif);
}

#head .head_menu ul li.login{
	background-image:url(../img/style/head_login.gif);
}

#head .head_menu ul li.faq{
	background-image:url(../img/style/head_qa.gif);
}

/*----------------------------------------------------------------【nUser】*/

#head .head_menu ul li.logout{
	background-image:url(../img/style/head_login.gif);
}

#head .head_menu ul li.mypage{
	background-image:url(../img/style/head_cuser_regist.gif);
}

#head .head_menu ul li.clip{
	background-image:url(../img/style/head_mylist.gif);
}


/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#menu{
	background: #FFF;
	padding: 5px 0;
	border-bottom: 1px solid #FFF;
	box-shadow: 3px 3px rgba(0,0,0,0.02),-3px 3px rgba(0,0,0,0.02);
}

#menu ul{
	width:980px;
	margin: 0 auto;
	overflow: hidden;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	display: block;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	background: url(../img/eanimal/icon_hand.png) no-repeat left;
	color: #512a01;
	font-weight: bold;
	font-size: 14px;
	padding: 0 20px 0 30px;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #ff9900;
}

#menu form{
	float:right;
	background:url(../img/style/freeword_bk.gif) no-repeat left center;
	margin-top:5px;
}

#menu form input[type="text"]{
	border:none;
	background:none;
	padding-left:10px;
	width:200px;
}

#menu form input[type="submit"]{
	background:url(../img/style/freeword_btn.gif) no-repeat left center;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	width:35px;
	height:26px;
	cursor:pointer;
}


/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

#foot{
	background-color:#fbf0d6;
	border-top:1px solid #f1dfb7;
	padding:15px 0;
}

#foot #pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#foot #pagetop a{
	background:url(../img/style/pagetop.gif) no-repeat left top;
	width:35px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	display: block;
}

#foot #pagetop a:hover{
	background-position:bottom;
}

#foot .foot_inline{
	width:980px;
	margin:0 auto;
	font-size:12px;
}

#foot .foot_inline .logo{
	line-height:45px;
	margin:15px 0;
	float:left;
}

#foot .foot_inline .logo strong a{
	background:url(../img/style/foot_logo.gif) no-repeat left top;
	display:inline-block;
	overflow:hidden;
	text-indent:-9999px;
	width:180px;
	height:45px;
	vertical-align:top;
}

#foot .foot_inline #social{
	float:right;
	margin:25px 0 0;
	text-align:right;
}

#foot .foot_inline .foot_menu{
	float:left;
}

#foot .foot_inline .foot_menu li{
	float:left;
	margin-right:20px;
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 3px;
}

#foot .foot_bottom {
	margin: 0 0 30px;
	padding: 0 10px;
}

#foot a{
	color:#512a01;
	text-decoration:none;
}

#foot a:hover{
	opacity: 0.7;
}

#foot .copy{
	text-align: right;
	font-size: 10px;
}


/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */

#container {
	background: #fffaee;
}

#contents{
	border-top: 1px solid #f1dfb7;
	padding:20px 0;
}

#contents .contents_inline{
	width:980px;
	margin:0 auto;
}


/*----------------------------------------------------------------【カラム設定】*/

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
}

/* 2カラム
----------------------------------------------- */
.c2 .contents_m{
	float:left;
	width:720px;
}

.c2 .contents_s{
	float:right;
	width:240px;
}

/* 3カラム
----------------------------------------------- */
.c3{
	position:relative;
}

.c3 .contents_s2{
	position:absolute;
	left:0;
	top:0;
	width:234px;
}

.c3 .contents_s{
	position:absolute;
	right:0;
	top:0;
	width:234px;
}

.c3 .contents_m{
	margin:0 250px;
}


/*----------------------------------------------------------------【汎用デザイン】*/

.contents_m h2{
}

.contents_m h2:not([class]){
	margin:0 0 15px;
	font-size:18px;
	line-height:1.3;
	color:#444;
	background:url(../img/style/h2_back.gif) no-repeat left 2px;
	padding-left:13px;
}

.contents_m h2::after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m h2 span.id{
	float:right;
	font-weight:normal;
	font-size:11px;
	padding-top:3px;
}

.contents_m h2 span.id span{
	color: #FB1530;
	font-size: 16px;
	padding-right: 2px;
	font-weight:bold;
}

.contents_m h2 span.date{
	font-weight:normal;
	font-size:12px;
	padding-top:3px;
	margin-left:10px;
}

.contents_m h2 span.gift{
	float:right;
	font-weight:normal;
	font-size:12px;
	padding-top:2px;
}

.contents_m h2 span.gift span{
	font-weight:bold;
	padding-left:3px;
}

.contents_m h2 span.cate{
	padding-right:3px;
}

.contents_m h2 span.pickup{
	background-color:#FF6401;
	color:#FFF;
	font-size:10px;
	margin:2px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:2px 3px;
}

.contents_m h2 span.movie{
	background-color:#483d8b;
	color:#FFF;
	font-size:10px;
	margin:2px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:2px 3px;
}

.contents_m h3 {
}

.contents_m h3:not([class]){
	color: #333;
	padding:5px 10px 7px;
	background-color:#ffeed5;
	margin:0 0 5px;
	font-size:14px;
}

.contents_m h3 span.more{
	padding-left:10px;
	font-size:12px;
}

.contents_m p{
	line-height:1.7;
}

.contents_m ul li{
	line-height:1.7;
}

.description{
	margin: 10px 0;
	padding: 10px 15px;
}

.description a{
	font-weight:bold;
	margin:0 2px;
}

.attention{
	border: 1px solid #ffa383;
	margin: 10px 0;
	padding: 10px 15px;
	background-color:#FFF;
}

.attention strong{
	color:#f03e00;
}


/*----------------------------------------------------------------【トップページ】*/
.contents_m .contents_box{
	margin-bottom:15px;
}

.contents_m .contents_box .more{
	text-align:right;
}


/* サイトからのお知らせ
----------------------------------------------- */
.contents_m .system_news .date{
	text-align:right;
}

.contents_m .system_news ul{
	padding:0 10px;
}

.contents_m .system_news ul li{
	margin-bottom:5px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	padding-left:10px;
}


/* ニュース
----------------------------------------------- */
.contents_m .news .body ul{
	padding:0 10px;
}

.contents_m .news .body ul li{
	margin-bottom:8px;
}

.contents_m .news .body ul li::after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .news .body ul li span{
	float:left;
	width:80px;
}

.contents_m .news .body ul li p{
	margin-left:85px;
}


/* 特集
----------------------------------------------- */
.contents_m .special{
	margin-bottom:10px;
}

.contents_m .special li{
	float:left;
	margin-left:2px;
	margin-right:2px;
}


/* 求人検索
----------------------------------------------- */
.contents_m .top_search h2,
.contents_m .top_search h3{
	margin:0;
	padding:0;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	background:none;
	background-repeat:no-repeat;
	background-position:left top;
	width:300px;
	height:24px;
}

.contents_m .top_search h2::after,
.contents_m .top_search h3::after{
	clear:none;
}

.contents_m .top_search .ttl h2,
.contents_m .top_search .ttl h3{
	width:160px;
	height:27px;
	float:left;
}

.contents_m .top_search .ttl .mid{
	background-image:url(../img/style/easy_search_mid_ttl.gif);
}

.contents_m .top_search .ttl .fresh{
	background-image:url(../img/style/easy_search_fresh_ttl.gif);
}

.contents_m .top_search .ttl .terms{
	background-image:url(../img/style/easy_search_terms_ttl.gif);
	width:131px;
}

.contents_m .top_search .ttl .maps{
	background-image:url(../img/style/easy_search_maps_ttl.gif);
	width:131px;
}

.contents_m .top_search .ttl .rec{
	background-image:url(../img/style/easy_search_rec_ttl.gif);
	width:145px;
}

.contents_m .top_search .ttl .send{
	background-image:url(../img/style/easy_search_send_ttl.gif);
	width:145px;
}

.contents_m .top_search .ttl p.switch{
	float:left;
	background:url(../img/style/list_icon2.gif) no-repeat left 9px;
	margin-left:20px;
	padding:1px 0 0 10px;
	font-weight:bold;
	font-size:13px;
}

.contents_m .top_search .ttl p.count{
	float:right;
	padding:3px 0 0;
	line-height:1;
}

.contents_m .top_search .ttl p.count strong{
	color:#fb1530;
	font-size:16px;
	padding-right:2px;
}

.contents_m .top_search>.body{
	border:3px solid #ab8459;
	background-color:#FFF;
	padding:15px 15px 0;
}


/* 地図表示 */
.contents_m .top_search .area h2{
	background-image:url(../img/style/easy_search_map_ttl.gif);
}

.contents_m .top_search .area{
	float:left;
	width:329px;
}

.contents_m .top_search .area .body{
	width:329px;
	height:190px;
	background:url(../img/style/easy_search_map.gif) no-repeat;
	position:relative;
}

.contents_m .top_search .area h3{
	padding:0;
	border:0;
	margin:0;
}


.contents_m .top_search .area ul{
	float:none;
	width:auto;
	position:relative;
	padding:0;
}

.contents_m .top_search .area ul li{
	padding:0;
	background:none;
	width:auto;
	border:none;
}

.contents_m .top_search .area .map_area{
	position:absolute;
	width:50px;
}


.contents_m .top_search .area .AREA01 h3{
	background-image:url(../img/style/easy_search_map01.png);
	width:98px;
}

.contents_m .top_search .area .AREA01{
	top:20px;
	left:165px;
}

.contents_m .top_search .area .AREA02 h3{
	background-image:url(../img/style/easy_search_map02.png);
	width:51px;
}

.contents_m .top_search .area .AREA02{
	top:120px;
	left:255px;
}

.contents_m .top_search .area .AREA03 h3{
	background-image:url(../img/style/easy_search_map03.png);
	width:98px;
}

.contents_m .top_search .area .AREA03{
	top:80px;
	left:155px;
}

.contents_m .top_search .area .AREA04 h3{
	background-image:url(../img/style/easy_search_map04.png);
	width:51px;
}

.contents_m .top_search .area .AREA04{
	top:150px;
	left:190px;
}

.contents_m .top_search .area .AREA05 h3{
	background-image:url(../img/style/easy_search_map05.png);
	width:51px;
}

.contents_m .top_search .area .AREA05{
	top:125px;
	left:130px;
}

.contents_m .top_search .area .AREA06 h3{
	background-image:url(../img/style/easy_search_map06.png);
	width:51px;
}

.contents_m .top_search .area .AREA06{
	top:90px;
	left:95px;
}

.contents_m .top_search .area .AREA07 h3{
	background-image:url(../img/style/easy_search_map07.png);
	width:51px;
}

.contents_m .top_search .area .AREA07{
	top:155px;
	left:80px;
}

.contents_m .top_search .area .AREA08 h3{
	background-image:url(../img/style/easy_search_map08.png);
	width:87px;
}

.contents_m .top_search .area .AREA08{
	top:125px;
	left:10px;
}

.contents_m .top_search .area h3{
	text-indent:0px;
	overflow:hidden;
	height:23px;
	background-repeat:no-repeat;
	cursor:pointer;

}

.contents_m .top_search .area h3 a{
	text-indent:-9990px;
	display:block;
	border:none;
	height:23px;
	width:100px;
}

.contents_m .top_search .area h3:hover{
	background-position:bottom;
}


.contents_m .top_search .area .map_area ul{
	width:160px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:3px;
	margin:-4px 0 0 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	display:none;
	/zoom:1;/*clearfix*/
}

.contents_m .top_search .area .map_area ul:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

.contents_m .top_search .area .map_area ul li{
	margin:2px 5px;
	float:left;
}

/* 職種から探す */
.contents_m .top_search .items_type_free{
	float:right;
	width:340px;
}

.contents_m .top_search .items_type h2{
	background-image:url(../img/style/easy_search_category_ttl.gif);
}

.contents_m .top_search .items_type ul li{
	display:inline-block;
	margin:0 1px 6px 0;
}

.contents_m .top_search .items_type ul li a{
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:109px;
	height:30px;
	display:block;
}

.contents_m .top_search .items_type ul li.IT001 a{
	background-image:url(../img/style/easy_search_category01.gif);
}

.contents_m .top_search .items_type ul li.IT002 a{
	background-image:url(../img/style/easy_search_category02.gif);
}

.contents_m .top_search .items_type ul li.IT003 a{
	background-image:url(../img/style/easy_search_category03.gif);
}

.contents_m .top_search .items_type ul li.IT004 a{
	background-image:url(../img/style/easy_search_category04.gif);
}

.contents_m .top_search .items_type ul li.IT005 a{
	background-image:url(../img/style/easy_search_category05.gif);
}

.contents_m .top_search .items_type ul li.IT006 a{
	background-image:url(../img/style/easy_search_category06.gif);
}

.contents_m .top_search .items_type ul li.IT007 a{
	background-image:url(../img/style/easy_search_category07.gif);
}

.contents_m .top_search .items_type ul li.IT008 a{
	background-image:url(../img/style/easy_search_category08.gif);
}

.contents_m .top_search .items_type ul li.IT009 a{
	background-image:url(../img/style/easy_search_category09.gif);
}

/* キーワードから検索 */
.contents_m .top_search .free h2{
	background-image:url(../img/style/easy_search_free_ttl.gif);
}

.contents_m .top_search .free form{
	background:url(../img/style/freeword_bk.gif) no-repeat left center;
	margin-top:5px;
}

.contents_m .top_search .free form input[type="text"]{
	border:none;
	background:none;
	padding-left:10px;
	width:280px;
}

.contents_m .top_search .free form input[type="submit"]{
	background:url(../img/style/freeword_btn.gif) no-repeat left center;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	width:35px;
	height:26px;
	cursor:pointer;
}


/* おすすめ求人一覧
----------------------------------------------- */
.contents_m .pickup {
	position: relative;
}

.contents_m .pickup h2{
	background: #f58521;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0.5em 0 0.5em 30px;
	margin: 0;
	position: relative;
	letter-spacing: 1px;
	border: 1px solid #f58521;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 2px rgba(0,0,0,0.05);
}

.contents_m .pickup h2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
	box-shadow: 0px 0px 20px rgba(255,255,255,0.5) inset;
	mix-blend-mode: overlay;
	width: 100%;
	height: 100%;
}

.contents_m .pickup h2::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border: 3px solid rgba(255,255,255,1);
	border-radius: 50%;
}

.contents_m .pickup .tip{
	line-height:26px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.contents_m .pickup .tip a{
	color:#FFF;
	font-size:95%;
	font-weight:bold;
	padding-right:10px;
}

.contents_m .pickup .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .pickup .body ul{
	padding:10px 10px 0;
}

.contents_m .pickup .body li{
	display:inline-block;
	vertical-align:top;
	width:126px;
	margin:0 5px 15px 5px;
	line-height:1.3;
}

.contents_m .pickup .body .img{
	margin-bottom:2px;
	border:3px solid #e8d7b4;
}

.contents_m .pickup .body>p{
	padding:5px 10px;
}

.contents_m .pickup .body .cate{
	display:block;
	color:#82490d;
}

.contents_m .pickup .body .title{
	line-height:1.6;
}

.contents_m .pickup .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .pickup .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

/* インタビュー
----------------------------------------------- */
.contents_m .interview h3{
	background: url(../img/style/interview_ttl.gif) no-repeat left top;
	width: 720px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}


.contents_m .interview .tip{
	margin-top:-26px;
	line-height:26px;
	display:block;
	text-align:right;
}

.contents_m .interview .tip a{
	color:#FFF;
	font-size:95%;
	font-weight:bold;
	padding-right:10px;
}

.contents_m .interview .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .interview .body ul{
	padding:10px 10px 0;
}

.contents_m .interview .body li{
	vertical-align:top;
	margin:0 0 5px 0;
	background:url(../img/style/list_icon.gif) no-repeat left 7px;
	padding-left:7px;
}

.contents_m .interview .body .img{
	margin-bottom:2px;
	border:3px solid #e8d7b4;
}

.contents_m .interview .body>p{
	padding:5px 10px;
}

.contents_m .interview .body .cate{
	display:block;
	color:#82490d;
}

.contents_m .interview .body .title{
	line-height:1.6;
}

.contents_m .interview .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .interview .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}


/* 締め切り間近の求人情報
----------------------------------------------- */
.contents_m .limits h2{
	background:url(../img/style/limits_ttl.gif) no-repeat left top;
	width:720px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.contents_m .limits .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .limits .body ul{
	padding:10px 10px 0;
}

.contents_m .limits .body li{
	display:inline-block;
	vertical-align:top;
	width:126px;
	margin:0 5px 15px 5px;
	line-height:1.3;
}

.contents_m .limits .body .img{
	margin-bottom:2px;
	border:3px solid #e8d7b4;
}

.contents_m .limits .body .img img{
	width:120px;
}

.contents_m .limits .body>p{
	padding:5px 10px;
}

.contents_m .limits .body .cate{
	display:block;
	color:#82490d;
}

.contents_m .limits .body .title{
	line-height:1.6;
}

.contents_m .limits .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .limits .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

.contents_m .limits .body .limit_date{
	display:block;
	color:#df002f;
}


/* 新着求人一覧
----------------------------------------------- */
.contents_m .new h2{
	background:url(../img/style/new_ttl.gif) no-repeat left top;
	width:720px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.contents_m .new .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .new .body ul{
	padding:10px;
}

.contents_m .new .body li{
	vertical-align:top;
	margin:0 0 5px 0;
	background:url(../img/style/list_icon.gif) no-repeat left 7px;
	padding-left:7px;
}

.contents_m .new .body li p{
	font-size:11px;
}

.contents_m .new .body>p{
	padding:5px 10px;
}

.contents_m .new .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .new .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

.contents_m .new .body .cate{
	color:#82490d;
}

.contents_m .new .body .new{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
	line-height:1;
	padding:2px;
	font-size:75%;
	border-radius:2px;        /* CSS3草案 */
	-webkit-border-radius:2px;    /* Safari,Google Chrome用 */
	-moz-border-radius:2px;   /* Firefox用 */

}



/* 最近更新された求人情報
----------------------------------------------- */
.contents_m .new_edit h2{
	background:url(../img/style/new_edit_ttl.gif) no-repeat left top;
	width:720px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.contents_m .new_edit .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .new_edit .body ul{
	padding:10px;
}

.contents_m .new_edit .body li{
	vertical-align:top;
	margin:0 0 5px 0;
	background:url(../img/style/list_icon.gif) no-repeat left 7px;
	padding-left:7px;
}

.contents_m .new_edit .body li p{
	font-size:11px;
}

.contents_m .new_edit .body>p{
	padding:5px 10px;
}

.contents_m .new_edit .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .new_edit .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

.contents_m .new_edit .body .cate{
	color:#82490d;
}

.contents_m .new_edit .body .new{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
	line-height:1;
	padding:2px;
	font-size:75%;
	border-radius:2px;        /* CSS3草案 */
	-webkit-border-radius:2px;    /* Safari,Google Chrome用 */
	-moz-border-radius:2px;   /* Firefox用 */

}


/* 特徴から探す
----------------------------------------------- */
.contents_m .addition{
	width:721px;
	margin-right:-1px;
}

.contents_m .addition h2{
	background:url(../img/style/addition_ttl.gif) no-repeat left top;
	width:721px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.contents_m .addition .body{
	padding:10px;
	border:1px solid #F3D4C0;
	background-color:#FFF;
}

.contents_m .addition li{
	float:left;
	margin:2px 10px;
	background:url(../img/style/list_icon.gif) no-repeat left 7px;
	padding-left:10px;
	width:20%;
}


/* 希望条件に合う求人一覧

----------------------------------------------- */
.contents_m .mylist h2{
	background:url(../img/style/mylist_ttl.gif) no-repeat left top;
	width:720px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}


.contents_m .mylist .body{
	background-color:#FFF;
	border:1px solid #f3d4c0;
}

.contents_m .mylist .body ul{
	padding:10px;
}

.contents_m .mylist .body li{
	vertical-align:top;
	margin:0 0 5px 0;
	background:url(../img/style/list_icon.gif) no-repeat left 7px;
	padding-left:7px;
}

.contents_m .mylist .body>p{
	padding:5px 10px;
}

.contents_m .mylist .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.contents_m .mylist .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

.contents_m .mylist .body .cate{
	color:#82490d;
}

.contents_m .mylist .body .new{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
	line-height:1;
	padding:2px;
	font-size:75%;
	border-radius:2px;        /* CSS3草案 */
	-webkit-border-radius:2px;    /* Safari,Google Chrome用 */
	-moz-border-radius:2px;   /* Firefox用 */

}



/* 新着の求人病院・診療所
----------------------------------------------- */
.contents_m .new_cuser{
	width:721px;
	margin-right:-1px;
}

.contents_m .new_cuser h2{
	background:url(../img/style/new_cuser_ttl.gif) no-repeat left top;
	width:721px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.contents_m .new_cuser .body{
	border:1px solid #D6C8A4;
	background-color:#FFF;
}

.contents_m .new_cuser .body ul{
	margin:0 -1px -1px 0;
}

.contents_m .new_cuser .body li{
	width:219px;
	float:left;
	border-right:1px solid #D6C8A4;
	border-bottom:1px solid #D6C8A4;
	padding:7px 10px;
	margin:-1px 0 -1px-1px;
}

.contents_m .new_cuser .body .img{
	float:left;
}

.contents_m .new_cuser .body h4{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-weight:normal;
}

.contents_m .new_cuser .body h4 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .new_cuser .body .cate{
	color:#82490d;
	display:block;
}



.contents_m .new_cuser .body li p{
	margin:0;
}

.contents_m .new_cuser .body .img{
	float:left;
}

.contents_m .new_cuser .body .img img{
	width:68px;
	height:51px;
}

.contents_m .new_cuser .body .text{
	margin-left:75px;
}



/* バナー広告
----------------------------------------------- */
.contents_m .top_ad li{
	margin:0 6px 6px 0;
}

.contents_m .top_ad li a{
	display:block;
}






/*----------------------------------------------------------------【テーブルスタイル】*/


.contents_m table:not([class]){
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}

.contents_m table:not([class]) caption{
	background-color:#A17547;
	color:#FFF;
	font-size:12px;
	padding:5px 5px 5px 10px;
}

.contents_m table:not([class]) th{
	background-color:#F1EBDB;
	border:1px solid #CCB69E;
	padding:8px 10px;
	font-weight:normal;
}

.contents_m table:not([class]) td{
	border:1px solid #CCB69E;
	padding:8px 10px;
	background-color:#FFF;
}

.contents_m table:not([class]) td.ta_center{
	text-align:center;
}

.contents_m table:not([class]) td.ta_right{
	text-align:right;
}

.contents_m table:not([class]) td .label2 label{ /*label 2列*/
	width:50%;
	float:left;
}

.contents_m table:not([class]) td .label3 label{ /*label 3列*/
	width:33%;
	float:left;
}

.contents_m table:not([class]) td .label4 label{ /*label 4列*/
	width:25%;
	float:left;
}

.contents_m table:not([class]) td .label5 label{ /*label 5列*/
	width:20%;
	float:left;
}

.contents_m table:not([class]) td .label6 label{ /*label 6列*/
	width:16%;
	float:left;
}

.contents_m table:not([class]) td .label7 label{ /*label 7列*/
	width:14%;
	float:left;
}

input[type=checkbox]{
	vertical-align:middle;
	margin-right:5px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
}


/* 検索テーブル（search_table）

----------------------------------------------- */
.contents_m .search_table{
	border:3px solid #AB8459;
	margin-bottom:10px;
}

.contents_m .search_table table{
	margin-bottom:0;
}

.contents_m .search_table .button input{
	background:url(../img/style/search_btn.gif) no-repeat left top;
	width:208px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:0;
	margin:0 auto;
	cursor:pointer;
}

.contents_m .search_table .plus a{
	margin:0 3px;
	background:url(../img/style/plus.png) no-repeat left 1px;
	padding-left:18px;
	padding-bottom:2px;
}

.contents_m .search_table .minus{
	text-align:right;
}

.contents_m .search_table .minus a{
	margin:0 3px;
	background:url(../img/style/minus.png) no-repeat left 2px;
	padding:0 0 2px 18px;
}


/* 検索結果一覧テーブル（list_table）

----------------------------------------------- */
.contents_m .list_table{
}

.contents_m .list_table table{
	border-left:1px solid #CCB69E;
	border-right:1px solid #CCB69E;
}

.contents_m .list_table th{
	padding:8px;
	border-left:none;
	border-right:none;
}

.contents_m .list_table td{
	padding:8px;
	border-left:none;
	border-right:none;
}

.contents_m .list_table tr.odd td{
	background-color:#FAFAFA !important;
}

.contents_m .list_table strong.new{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:3px;
	margin-left:5px;
	line-height:1;
	padding:2px;
	font-size:75%;
	border-radius:2px;
}

/* 操作アイコン */
.contents_m .list_table .operation{
	text-align:center;
	line-height:1;
}

.contents_m .list_table .operation li{
	display:inline-block;
	line-height:1;
}

.contents_m .list_table .operation li+li{
	padding-left:1px;
}

.contents_m .list_table .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .list_table .operation li a:hover{
	opacity:0.7;
}

/*編集*/
.contents_m .list_table .operation li.edit a{
	background-image:url(../img/system/icon_edit.png);
}

/*削除*/
.contents_m .list_table .operation li.delete a{
	background-image:url(../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .list_table .operation li.more a{
	background-image:url(../img/system/icon_more.png);
}

/*メッセージ*/
.contents_m .list_table .operation li.mail a{
	background-image:url(../img/system/icon_mail.png);
}

/*履歴書*/
.contents_m .list_table .operation li.file a{
	background-image:url(../img/system/icon_file.png);
}


/* 操作アイコン */
.contents_m .operation{
	text-align:center;
	line-height:1;
}

.contents_m .operation li{
	display:inline-block;
	text-align:left;
	line-height:1;
}

.contents_m .operation li+li{
	padding-left:1px;
}

.contents_m .operation li a{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
}

.contents_m .operation li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*複製*/
.contents_m .operation li.copy a{
	background-image:url(../img/system/icon_copy.png);
}

/*編集*/
.contents_m .operation li.edit a{
	background-image:url(../img/system/icon_edit.png);
}

/*削除*/
.contents_m .operation li.delete a{
	background-image:url(../img/system/icon_delete.png);
}

/*詳細*/
.contents_m .operation li.more a{
	background-image:url(../img/system/icon_more.png);
}

/*ログイン*/
.contents_m .operation li.login a{
	background-image:url(../img/system/icon_login.png);
}

/*ログイン不可*/
.contents_m .operation li.not_login{
	display:inline-block;
	width:27px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat left top;
	background-image:url(../img/system/icon_not_login.png);
}

/*PC*/
.contents_m .operation li.pc a{
	background-image:url(../img/system/icon_pc.png);
}

/*mobile*/
.contents_m .operation li.mobile a{
	background-image:url(../img/system/icon_mobile.png);
}


.contents_m .all_operation{
	text-align:center;
}



/* 詳細ページテーブル（info_table）
----------------------------------------------- */
.contents_m .info_table{
}

/*style_none*/
.contents_m #style_none *{
	background:none;
	margin:0;
	padding:0;
	color:#222;
	font-family:Arial,Verdana;
	border:0;
}

.contents_m #style_none h1{
	font-size:24px;
	margin:15px 0;
}

.contents_m #style_none h2{
	font-size:18px;
	margin:15px 0;
}

.contents_m #style_none h3{
	margin:15px 0;
}

.contents_m #style_none h4{
	margin:15px 0;
}

.contents_m #style_none h5{
	margin:15px 0;
}

.contents_m #style_none p{
	margin:15px 0;
	line-height:1.5;
}

.contents_m #style_none ul{
	margin:15px 0 15px 30px;
}

.contents_m #style_none ul li{
	list-style:disc;
}

.contents_m #style_none ol{
	margin:15px 0 15px 30px;
}

.contents_m #style_none ol li{
	list-style:decimal;
}

.contents_m #style_none img{
	max-width:710px;
	margin:10px 0;
}

.contents_m #style_none a{
	color:#06C;
}



/* 入力フォームテーブル（form_table）

----------------------------------------------- */
.contents_m .form_table{
	margin:0;
}

.contents_m .form_table th .requisite{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-left:8px;
	margin-top:2px;
	line-height:1;
	padding:2px;
	float:right;
	font-size:90%;
	border-radius:3px;
}

.contents_m .form_table td .hint{
	color:#555;
	display:block;
	padding-top:2px;
	margin-top:3px;
}

.contents_m .form_table td .closed{
	border:1px solid #555;
	background-color:#555;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	padding:2px 3px;
	margin-left:3px;
}

.contents_m .form_table td select+select{
	margin-left:3px;
}

.contents_m .form_table td.validate{
	background-color:#ffeeee !important;
	border-left: 2px solid red;
}

.contents_m .form_table td.validate .error{ /*個別*/
	color:#df002f;
	margin-top:5px;
}

.contents_m .main > .error{ /*総括*/
	color:#df002f;
	font-weight:bold;
	margin:10px;
	font-size:16px;
	padding:10px 0 10px 35px;
	background:url(../img/style/error.gif) no-repeat left top;
}

.contents_m .form_table input[type=text]:focus,

.contents_m .form_table textarea:focus,

.contents_m .form_table select:focus{
	border:1px solid #0099ff;
}

.contents_m .form_table input[type=text],

.contents_m .form_table textarea,

.contents_m .form_table select{
	padding:4px;
}

.contents_m .form_table textarea{
	font-size:12px;
	border:1px solid #ccc;
	padding:4px;
	line-height:1.6;
	width:98%;
	margin-right:10px;
}


/* 確認フォームテーブル（check_table）
----------------------------------------------- */
.contents_m .check_table{
}


/* ログインフォームテーブル（login_table）
----------------------------------------------- */
.contents_m .login_table{
	width:720px;
	margin:0 auto;
	padding:20px 0 30px;
}

.contents_m .login_table form{
	float:left;
	width:340px;
	height:270px;
	background-color:#FFF;
	border:2px solid #AB8459;
}

.contents_m .login_table form .body{
	padding:20px 30px;
}

.contents_m .login_table form h3{
	margin:0;
	text-align:center;
	background:none;
	background-color:#A17547;
	color:#FFF;
	padding:10px;
	font-size:15px;
}

.contents_m .login_table dl{
	margin-bottom:5px;
}

.contents_m .login_table dt{
	display:none;
}

.contents_m .login_table dd{
	margin-top:8px;
}

.contents_m .login_table dd input[type="text"],

.contents_m .login_table dd input[type="password"]{
	width:235px;
	border:none;
	padding:8px 10px 8px 30px;
	background-repeat:no-repeat;
	background-position:10px 7px;
	background-color:#f8ebce;
}

.contents_m .login_table dd.mail input{
	background-image:url(../img/style/side_login_mail.gif);
}

.contents_m .login_table dd.pass input{
	background-image:url(../img/style/side_login_pass.gif);
}

.contents_m .login_table p a{
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.contents_m .login_table input[type="submit"]{
	background:url(../img/style/side_login_btn.gif) no-repeat left top;
	width:209px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	margin:15px auto 0;
	display:block;
}

.contents_m .login_table .nuser_regist{
	width:345px;
	height:270px;
	float:right;
	border:2px solid #A17547;
	background-color:#FFF;
}

.contents_m .login_table .nuser_regist .body{
	padding:15px 20px;
}

.contents_m .login_table .nuser_regist h3{
	margin:0;
	text-align:center;
	background:none;
	background-color:#FFE4A3;
	padding:10px;
	font-size:15px;
}

.contents_m .login_table .nuser_regist a{
	background:url(../img/style/login_nuser_btn.gif) no-repeat left top;
	width:209px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	margin:0 auto;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.contents_m .login_table .nuser_regist ul{
	margin:8px 0;
}

.contents_m .login_table .nuser_regist li{
	display:inline-block;
	width:136px;
	padding-left:14px;
	background:url(../img/style/list_icon3.gif) no-repeat left 6px;
	font-weight:bold;
}

.contents_m .cuser_regist_link{
	border:1px solid #CCC;
	width:720px;
	margin:0 auto 30px;
	background-color:#FFF;
	padding:15px 0;
}


/* 求人リスト
----------------------------------------------- */

.contents_m .list{
	margin:0 0 15px 0;
	border:1px solid #CCC;
	padding:15px;
}

.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}

.contents_m .list .title h3{
	font-size:14px;
	font-weight:bold;
	background:none;
	border:0;
	margin:0;
	padding:0;
	float:left;
}

.contents_m .list .title h3 span.cate{
	padding-right:3px;
}

.contents_m .list .title h3 span.id{
	font-size:12px;
	font-weight:normal;
}

.contents_m .list .title h3 .pickup{
	background-color:#DD1144;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 .limitation{
	background-color:#333;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 a{
	padding-bottom:2px;
}

.list .job_container{
	margin-bottom:0;
}

.list .title p.gift{
	float:right;
	padding:2px 7px;
	border:1px dotted #666;
}

.list .title p.gift span{
	font-weight:bold;
	padding-left:3px;
}

.list .title .operation{
	text-align:right;
}

/* admin_info
----------------------------------------------- */

.list .admin_info table{
	margin-bottom:15px;
}

.list .admin_info table th{
	border:1px solid #444;
	text-align:center;
	padding:4px 4px;
	background-color:#666;
	color:#FFF;
}

.list .admin_info table td{
	border:1px solid #555;
	text-align:center;
	padding:4px 4px;
}

.list .admin_info dl{
	border:1px solid #555;
	padding:8px 15px;
	text-align:center;
	margin-bottom:15px;
}

.list .admin_info dl dt{
	font-weight:bold;
	display:inline-block;
}

.list .admin_info dl dd{
	display:inline-block;
}

.list .admin_info dl *+dt{
	padding-left:20px;
}


/*----------------------------------------------------------------【求人検索結果】*/


/* 並び替え・表示件数
----------------------------------------------- */
.contents_m .sort dt{
	display:inline-block;
	margin-bottom:15px;
	padding:3px 7px;
	font-size:12px;
	background-color:#A07548;
	color:#FFF;
}

.contents_m .sort dd{
	display:inline-block;
	border-right:1px solid #666;
	padding:0 8px;
	font-size:12px;
}

.contents_m .sort dd+dd{
	display:inline-block;
}

.contents_m .sort dl{
	float:left;
	font-size:0;
}

.contents_m .sort dl+dl{
	float:right;
}

.contents_m .sort a{
	padding:0 2px;
}

.contents_m .sort a.active{
	background-color:#F3D4C0;
	text-decoration:none;
	color:#333;
}


/* 求人リスト
----------------------------------------------- */
.contents_m .list{
	margin:0 0 15px 0;
	border:1px solid #D6C8A4;
	background-color:#FFF;
}

.contents_m .list .title{
	line-height:1.5;
	margin-bottom:10px;
}

.contents_m .list .title h3{
	font-size:14px;
	font-weight:bold;
	background:none;
	border:0;
	margin:0;
	padding:0;
	float:left;
}

.contents_m .list .title h3 span.cate{
	padding-right:3px;
}

.contents_m .list .title h3 .pickup{
	background-color:#0FA081;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:1px 3px;
}

.contents_m .list .title h3 .limitation{
	background-color:#333;
	color:#FFF;
	font-size:10px;
	margin:3px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 3px;
}

.contents_m .list .title h3 .movie{
	background-color: #483d8b;
	color: #FFF;
	font-size: 11px;
	margin:3px 0 0 3px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.contents_m .list .title .cuser_name{
	display:block;
	clear:both;
}

.contents_m .list .title h3 a{
	padding-bottom:2px;
}

.list .job_container{
	margin-bottom:0;
	border:0;
	padding:0;
}

.list .title p.gift{
	float:right;
	padding:2px 7px 2px 25px;
	border:1px solid #ff9d4e;
	background:url(../img/style/yen_icon.gif) no-repeat 3px 2px;
}

.list .title p.gift span{
	font-weight:bold;
	padding-left:3px;
}

.list .job_container p.limits{
	font-size:90%;
	float:left;
	line-height:1.5;
	padding-top:5px;
}

.list .job_container p.limits span{
	color:#df002f;
	padding-left:5px;
}

.list .job_container .jobtext .icon{
	padding-bottom:5px;
}

.list .job_container .jobtext .icon li a{
	width:96px;
}

.clip .job_container .jobtext .icon li a{
	width:106px;
}


.list .job_container .jobtext p{
	margin-bottom:0px;
}

.list .job_container table{
	font-size:90%;
	margin-bottom:10px;
}

.list .job_container table th,
.list .job_container table td{
	padding:5px 8px;
}

.contents_m .list_pickup{
	border:2px solid #ff9e67;
	position:relative;
}

.contents_m .list_pickup span.pickup{
	background:url(../img/style/list_pickup.png) no-repeat left top;
	width:38px;
	height:137px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	display:block;
	left:-38px;
	top:-2px;
}


/* 検討中リスト
----------------------------------------------- */
.contents_m .main>.clip .jobtext{
	width:765px;
}


/*----------------------------------------------------------------【求人詳細】*/
.breadcrumb{
	margin-bottom:10px;
	font-size:90%;
	line-height:1.5;
}

.job_container{
	margin-bottom:20px;
	border:1px solid #F1D5C0;
	background-color:#FFF;
	padding:10px 20px;
}

.job_container .job_h2 {
	color: #673a1b;
	margin: 10px 0;
	line-height: 1.4;
}

.job_container .stop{
	color:red;
	padding:10px 7px;
	border:1px solid red;
	margin:0 0 10px;
	line-height:1.5;
}

.job_container .date{
	text-align:right;
	font-size:10px;
	margin-bottom:5px;
}

.job_container .date span{
    color: #DF002F;
    padding-left: 5px;
}

.job_container .photo{
	float:left;
}

.job_container .photo .frame{
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #EEE;
	background:url(../../img/admin/grad_top_white_50.gif) repeat-x top;
}

.job_container .photo .catchcopy{
	padding:0 0 5px 0;
	text-align:left;
	line-height:1.6;
}

.job_container .photo+.jobtext{
	width:500px;
	float:right;
}

.job_container .jobtext p{
	line-height:1.5;
	margin-bottom:10px;
}

.job_container .jobtext .icon{
	margin: 10px 0 0;
}

.job_container .jobtext .icon li{
	display:inline-block;
}

.job_container .jobtext .icon li span{
	display: inline-block;
	font-size: 10px;
	text-align: center;
	padding: 4px 6px;
	margin: 2px;
	background: #ffe4a3;
	color: #673a1b;
	border-radius: 2px;
	white-space: nowrap;
}

.job_container .box{
	margin-bottom:10px;
}

.main .job_container .button{
	margin:20px 0;
}

.main .list .job_container .button{
	margin:0;
	float:right;
}

.job_container .button a{
	display:inline-block;
	width:180px;
	margin:0 2px;
}

.job_container .button a:hover{
	background-color:#333;
}

.job_container .button a.btn_clip{
	background:url(../img/style/btn_clip_add.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.btn_clip_out{
	background:url(../img/style/btn_clip_out.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.btn_more{
	background:url(../img/style/btn_more.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.btn_inquiry{
	background:url(../img/style/btn_inquiry.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.btn_cuser_inquiry{
	background:url(../img/style/btn_cuser_inquiry.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.btn_entry{
	background:url(../img/style/btn_entry.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.job_container .button a.not{
	background-position:bottom;
}

.job_container .item_img{
	margin:15px 0;
}

.job_container .item_img li{
	float:left;
	width:220px;
}

.job_container .item_img li+li{
	margin-left:9px;
}

.job_container .item_img li p.img{
	height:165px;
	text-align:center;
}

.job_container .item_img li p.img span{
	text-indent:-9999px;
	overflow:hidden;
	width:220px;
	height:165px;
	display:block;
	background-color:#FAFAFA;
	background:url(../img/noimage.gif) no-repeat;
}

.job_container .item_img li p.text{
	padding-top:5px;
	font-size:90%;
}


.job_container table th{
	width:138px;
}


/*----------------------------------------------------------------【求人詳細】*/

.job_container{
	margin-bottom:30px;
}

.job_container .stop{
	color:red;
	padding:10px 7px;
	border:1px solid red;
	margin:0 0 10px;
	line-height:1.5;
}

.job_container .date{
	text-align:right;
	font-size:10px;
	margin-bottom:5px;
}

.job_container .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.job_container .photo .frame{
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #EEE;
	background:url(../../img/admin/grad_top_white_50.gif) repeat-x top;
}

.job_container .photo .catchcopy{
	padding:0 0 5px 0;
	text-align:left;
	line-height:1.6;
}

.job_container .photo+.jobtext{
	width:795px;
	float:right;
}

.job_container .jobtext p{
	line-height:1.5;
	margin-bottom:10px;
}

.job_container .jobtext .icon{
}

.job_container .jobtext .icon li{
}

.job_container .box{
	margin-bottom:10px;
}



/* この病院の求人
----------------------------------------------- */
.contents_m .sub_job{
	margin-bottom:20px;
	width:718px;
}

.contents_m .sub_job h3{
	background:url(../img/style/sub_job_ttl.gif) no-repeat;
	width:693px;
	height:26px;
	line-height:26px;
	margin:0;
	padding:0 0 0 25px;
	border:0;
	color:#FFF;
	font-size:14px;
}

.contents_m .sub_job .body{
	border:1px solid #D6C8A4;
	background-color:#FFF;
}

.contents_m .sub_job .body ul{
	margin:0 -1px -1px 0;
}

.contents_m .sub_job .body li{
	width:218px;
	float:left;
	border-right:1px solid #D6C8A4;
	border-bottom:1px solid #D6C8A4;
	padding:7px 10px;
	margin:-1px 0 -1px-1px;
}

.contents_m .sub_job .body .img{
	float:left;
}

.contents_m .sub_job .body h4{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-weight:normal;
}

.contents_m .sub_job .body h4 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .sub_job .body .cate{
	color:#82490d;
	display:block;
}

.contents_m .sub_job .body li p{
	margin:0;
}

.contents_m .sub_job .body .img{
	float:left;
}

.contents_m .sub_job .body .img img{
	width:68px;
	height:51px;
}

.contents_m .sub_job .body .text{
	margin-left:75px;
}

.contents_s .sub_job .body h3 span{
	font-weight:normal;
}

.contents_s .sub_job .body .cate{
	color:#dd1144;
	display:block;
}

.contents_m .sub_job .description{
	margin:5px 10px;
}

.contents_m .sub_job .more{
	background-color:#f6eacc;
	padding:3px 10px;
	border:1px solid #D6C8A4;
	border-top:none;
}

.contents_m .sub_job .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

/* この病院の他の求人
----------------------------------------------- */
.contents_m .sub_job_other{
	margin-bottom:20px;
	width:718px;
}

.contents_m .sub_job_other h3{
	background:url(../img/style/sub_job_ttl.gif) no-repeat;
	width:693px;
	height:26px;
	line-height:26px;
	margin:0;
	padding:0 0 0 25px;
	border:0;
	color:#FFF;
	font-size:14px;
}

.contents_m .sub_job_other .body{
	border:1px solid #D6C8A4;
	background-color:#FFF;
}

.contents_m .sub_job_other .body ul{
	margin:0 -1px -1px 0;
}

.contents_m .sub_job_other .body li{
	width:218px;
	float:left;
	border-right:1px solid #D6C8A4;
	border-bottom:1px solid #D6C8A4;
	padding:7px 10px;
	margin:-1px 0 -1px-1px;
}

.contents_m .sub_job_other .body .img{
	float:left;
}

.contents_m .sub_job_other .body h4{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-weight:normal;
}

.contents_m .sub_job_other .body h4 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .sub_job_other .body .cate{
	color:#82490d;
	display:block;
}

.contents_m .sub_job_other .body li p{
	margin:0;
}

.contents_m .sub_job_other .body .img{
	float:left;
}

.contents_m .sub_job_other .body .img img{

}

.contents_m .sub_job_other .body .text{
	margin-left:0px;
}

.contents_s .sub_job_other .body h3 span{
	font-weight:normal;
}

.contents_s .sub_job_other .body .cate{
	color:#dd1144;
	display:block;
}

.contents_m .sub_job_other .description{
	margin:5px 10px;
}

.contents_m .sub_job_other .more{
	background-color:#f6eacc;
	padding:3px 10px;
	border:1px solid #D6C8A4;
	border-top:none;
}

.contents_m .sub_job_other .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}


/* この病院の求人(詳細）
----------------------------------------------- */
.contents_m .other .body ul{
	margin-right:-15px;
}

.contents_m .other .body li.other_detail{
	display:inline-block;
	vertical-align:top;
	width:213px;	min-height:215px;	border:1px solid #ccc;	margin:0 8px 15px 0;	padding:5px;}

.contents_m .other .body .img{
	margin-bottom:5px;	text-align:center;}

.contents_m .other .body h4{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-weight:normal;
}

.contents_m .other .body .text{
	font-weight:normal;	color:#666;	line-height:1.4;	font-size:11px;	margin-top:10px;
}

.contents_m .other .body h4 span{
	font-weight:normal;
	font-size:12px;
}

.contents_m .other .body .cate{
	color:#ff4574;
}


/*----------------------------------------------------------------【病院詳細】*/
.cuser_container{
	margin-bottom:20px;
	border:1px solid #F1D5C0;
	background-color:#FFF;
	padding:10px 20px;
}

.cuser_container .box{
	margin:5px 0 10px;
}

.cuser_container .box .photo{
	border:1px solid #ccc;
	padding:2px;
	float:left;
}

.cuser_container .box .photo span{
	line-height:100px;
	width:133px;
	text-align:center;
	display:block;
	background-color:#FAFAFA;
}

.cuser_container .box .jobtext{
	line-height:1.7;
	margin-left:150px;
}

.cuser_container table th{
	width:138px;
}

.main .cuser_container .button{
	margin:20px 0 25px;
}

.cuser_container .button a{
	display:inline-block;
	width:180px;
	margin:0 2px;
}

.cuser_container .button a:hover{
	background-color:#333;
}

.cuser_container .button a.btn_cuser_inquiry{
	background:url(../img/style/btn_cuser_inquiry.gif) no-repeat;
	width:183px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
}

.cuser_container .button a.not{
	background-position:bottom;
}
.cuser_container .cuser_job .body{
}

.cuser_container .cuser_job .body ul{
	margin:0 -5px;
}

.cuser_container .cuser_job .body li{
	display:inline-block;
	vertical-align:top;
	width:126px;
	margin:0 4px 10px 4px;
}

.cuser_container .cuser_job .body .img{
	margin-bottom:2px;
	border:3px solid #e8d7b4;
}

.cuser_container .cuser_job .body .img img{
	width:120px;
}

.cuser_container .cuser_job .body .cate{
	color:#82490d;
	display:block;
}

.cuser_container .cuser_job .body .new{
	background-color:#df002f;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	margin-top:2px;
	line-height:1;
	padding:2px;
	font-size:90%;
	border-radius:3px;
}

.cuser_container .cuser_job .body .more{
	background-color:#f6eacc;
	padding:5px 10px;
}

.cuser_container .cuser_job .body .more a{
	background:url(../img/style/list_icon2.gif) no-repeat left 7px;
	display:inline-block;
	padding-left:10px;
}

.cuser_container h3{
	background:none;
	border-left:3px solid #999;
	padding:3px 5px;
	margin-bottom:10px;
}

.scout{
	border:1px solid #D6C8A4;
	padding:15px;
	text-align:center;
	margin-bottom:20px;
	font-size:13px;
	background-color:#FFF;
}

.scout a{
	background:url(../img/style/scout.gif) no-repeat left 2px;
	padding:2px 0 2px 18px;
	color:#444;
}

.nuser_regist_bana{
	margin:-15px 0 20px;
}


/*----------------------------------------------------------------【ボタンスタイル】*/
.contents_m .button{
	text-align:center;
	margin:0px auto 10px auto;
}

.contents_m .button input,
.contents_m .button button{
	margin:0 10px 0 0;
	padding:8px 0;
	width:180px;
	display:inline-block;
}

.contents_m .button .btn_search{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 3.2em;
	border-radius: 3px;
	background: #f58521;
	border: 1px solid #f58521;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
	cursor: pointer;
	transition: 0.2s;
}

.contents_m .button .btn_search:hover{
	opacity: 0.8;
}

.contents_m .text_button {
	text-align: center;
}

.contents_m .text_button a {
	display: inline-block;
	background: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 3em;
	margin: 0 0.5em;
}

.contents_m .text_button a:hover {
	opacity: 0.7;
}

/*----------------------------------------------------------------【ニュース本文】*/
.contents_m .news_text{
	padding:10px;
}

.contents_m .news_text ul{
	margin-top:20px;
}

.contents_m .news_text ul li{
	padding-left:18px;
	background:url(../img/style/list_icon.gif) no-repeat 8px 8px;
}

.contents_m .news_text p{
	margin-bottom:10px;
}

/*----------------------------------------------------------------【ページ本文】*/
.contents_m .page_text{
	padding:10px;
	font-size:110%;
	line-height:1.7;
}

.contents_m .page_text h3{
	margin: 20px 0;
}

.contents_m .page_text * + h3{
	margin: 30px 0 20px;
}

.contents_m .page_text ul{
}

.contents_m .page_text *+ul{
	margin-top:20px;
}

.contents_m .page_text ul li{
	padding-left:23px;
	background:url(../img/style/list_icon.gif) no-repeat 8px 9px;
	margin-bottom:7px;
}

.contents_m .page_text ul li strong{
	color:#6A3906;
	font-size:105%;
}

.contents_m .page_text p{
	margin-bottom:10px;
}

.contents_m .page_text p.img{
	margin:15px 0;
}

.contents_m .page_text dl{
	margin:15px 0;
}

.contents_m .page_text dt{
	font-weight:bold;
	padding-left:23px;
	padding-bottom:5px;
	background:url(../img/style/list_icon.gif) no-repeat 8px 9px;
	border-bottom:1px solid #D6C8A4;
	font-size:105%;
}

.contents_m .page_text *+dt{
	margin-top:25px;
}

.contents_m .page_text dd{
	padding-left:23px;
	padding-top:3px;
}

.contents_m .page_text table th{
	text-align:center;
}


/* 利用規約
----------------------------------------------- */
.contents_m .kiyaku_page ol{
	margin-left:20px;
}

.contents_m .kiyaku_page ol li{
	margin-left:20px;
	list-style-type:decimal;
	margin-bottom:7px;
}


/* 求人の掲載について
----------------------------------------------- */
.contents_m .cuser_page .point_box dd{
	padding-top:10px;
}

.contents_m .cuser_page .point_box dd .img{
	float:left;
	border:2px solid #DDD;
	margin:0;
}

.contents_m .cuser_page .point_box dd .text{
	margin-left:90px;
}

.contents_m .cuser_page p.button a,
.contents_m .attention_page p.button a{
    background:url(../img/style/cregist_btn.gif) no-repeat left top;
	width:230px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

.contents_m .about_page p.button a{
    background:url(../img/style/nregist_btn.gif) no-repeat left top;
	width:230px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}

.contents_m .cuser_page .price,
.contents_m .attention_page .price{
	border:1px solid #CCC;
	padding:5px 10px;
	font-weight:bold;
}

.contents_m .cuser_page .price strong,
.contents_m .attention_page .price strong{
	color:#FF4574;
}

.contents_m .cuser_page ul.box_list{
	margin-bottom:10px;
	margin-right:-20px;
}

.contents_m .cuser_page ul.box_list li{
	float:left;
	width:433px;
	border:2px dotted #BBB;
	padding:20px 20px;
	background-position:20px 14px;
	background-repeat:no-repeat;
	height:147px;
	margin:0 5px 5px 0;
	background-color:#FFF;
}

.contents_m .cuser_page ul.box_list li.service01{
	background-image:url(../img/style/forcuser_service_01.gif);
}

.contents_m .cuser_page ul.box_list li.service02{
	background-image:url(../img/style/forcuser_service_02.gif);
}

.contents_m .cuser_page ul.box_list li.service03{
	background-image:url(../img/style/forcuser_service_03.gif);
}

.contents_m .cuser_page ul.box_list li.service04{
	background-image:url(../img/style/forcuser_service_04.gif);
}

.contents_m .cuser_page ul.box_list li p{
	margin:0;
}

.contents_m .cuser_page ul.box_list li .title{
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;
	padding-left:38px;
	color:#6A3906;
}

.contents_m .cuser_page .page_table{
	margin:10px 10px 10px 20px;
}

.contents_m .cuser_page .page_table table th,

.contents_m .cuser_page .page_table table td{
	border:1px solid #D6C8A4;
	padding:7px 10px;
}

.contents_m .cuser_page .page_table table th{
	background-color:#F1EBDB;
}

.contents_m .cuser_page .page_table table td span,
.contents_m .ad_page .page_table table td span,
.contents_m .attention_page .page_table table td span{
	font-weight:bold;
	color:#FF4574;
	font-size:15px;
}

.contents_m .ad_page .page_table table th span{
	display:block;
	font-size:90%;
}

/*比較表*/
.contents_m .cuser_page .page_table table.compare th,

.contents_m .cuser_page .page_table table.compare td{
	border-right:0;
}

.contents_m .cuser_page .page_table table.compare th.our{
	color:#FFF;
	border:1px solid #FFAB1C;
	border-bottom:0;
    background:url(../img/style/th_logo.png) no-repeat center #FFF2BA;
	text-indent:-9999px;
	overflow:hidden;
	width:180px;
	height:44px;
}

.contents_m .cuser_page .page_table table.compare td{
	color:#555;
	font-size:90%;
}

.contents_m .cuser_page .page_table table.compare td.our{
	background-color:#FFFCF4;
	color:#222;
	border-left:1px solid #FFAB1C;
	border-right:1px solid #FFAB1C;
	font-size:100%;
}

.contents_m .cuser_page .page_table table.compare td.bottom{
	border-bottom:1px solid #FFAB1C;
}

.contents_m .cuser_page .page_table table.compare td ul{
	margin:0;
}

.contents_m .cuser_page .page_table table.compare td ul li{
	margin-bottom:5px;
    background:url(../img/style/icon_03.gif) no-repeat left 6px;
	padding-left:10px;
	line-height:1.5;
}

.contents_m .cuser_page .page_table table.plan td{
	text-align:center;
}

.contents_m .cuser_page .page_table table.plan td .ok{
    background:url(../img/style/ok.png) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
	height:20px;
	display:inline-block;
}

.contents_m .cuser_page .page_table table.plan td .ng{
    background:url(../img/style/ng.png) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
	width:20px;
	height:20px;
	display:inline-block;
}

.contents_m .cuser_page .page_table table.plan th.share{
	background-color:#ffd4dd;
}

.contents_m .cuser_page .page_table table.plan td.share{
	background-color:#fff9fa;
}

.contents_m .attention_page .option_left {
	float: left;
	width: 465px;
	padding: 15px 0px 0px 0px ;
}

.contents_m .attention_page .option_right {
	float: right;
	width: 465px;
}

.contents_m .attention_page .img_area {
	float: left;
	width: 357px;
}

.contents_m .attention_page .img01 {
	margin: 0px 0px 20px 0px;
}

.contents_m .attention_page .img02 {
}

.contents_m .attention_page .info_area {
	float: right;
	width: 580px;
}

.contents_m .attention_page .info_area div {
	padding: 16px 0px 16px 30px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px #ccb69e dashed;
}

.contents_m .attention_page .info_area div.num1 {
	background: url(../img/style/attention_num1.png) no-repeat left 16px;
}

.contents_m .attention_page .info_area div.num2 {
	background: url(../img/style/attention_num2.png) no-repeat left 16px;
}

.contents_m .attention_page .info_area div.num3 {
	background: url(../img/style/attention_num3.png) no-repeat left 16px;
}

.contents_m .attention_page .info_area div.num4 {
	background: url(../img/style/attention_num4.png) no-repeat left 16px;
}

.contents_m .attention_page .info_area div.num2 .img_ranking,
.contents_m .attention_page .info_area div.num3 .img_featured {
	display: block;
	float: right;
}


/* よくあるご質問
----------------------------------------------- */
.contents_m .faq_page dt{
	background:url(../img/style/faq_dt_bk.gif) no-repeat 2px 4px;
}


/* バナー広告掲載について
----------------------------------------------- */
.contents_m .ad_page .page_table table{
	margin-top:15px;
}

.contents_m .ad_page .page_table div{
	float:right;
	width:590px;
}

.contents_m .ad_page .page_table .img{
	float:left;
}



/* イーアニマルホスピタルとは
----------------------------------------------- */

.contents_m .about_page ul.flow{
    background:url(../img/style/forcuser_flow_bk.png) no-repeat left bottom;
	padding-bottom:10px;
	margin: 10px 50px;
}

.contents_m .about_page ul.flow li{
	background-position:left top;
	background-repeat:no-repeat !important;
	background: transparent;
}

.contents_m .about_page ul.flow li .img{
	float:right;
	border:1px solid #CCB69E;
	margin-left:15px;
	margin-bottom:20px;
	padding:7px;
	background-color:#FFF;
}

.contents_m .about_page ul.flow li.flow01{
	background-image:url(../img/style/forcuser_flow_01.png);
}

.contents_m .about_page ul.flow li.flow02{
	background-image:url(../img/style/forcuser_flow_02.png);
}

.contents_m .about_page ul.flow li.flow03{
	background-image:url(../img/style/forcuser_flow_03.png);
}

.contents_m .about_page ul.flow li.flow04{
	background-image:url(../img/style/forcuser_flow_04.png);
}

.contents_m .about_page ul.flow li.flow05{
	background-image:url(../img/style/forcuser_flow_05.png);
}

.contents_m .about_page ul.flow li.flow06{
	background-image:url(../img/style/forcuser_flow_06.png);
}

.contents_m .about_page ul.flow li.flow07{
	background-image:url(../img/style/forcuser_flow_07.png);
}

.contents_m .about_page ul.flow li.flow08{
	background-image:url(../img/style/forcuser_flow_08.png);
}

.contents_m .about_page ul.flow li .title{
	font-size:16px;
	font-weight:bold;
	color:#6A3906;
	padding:10px 0 0 30px;
	margin:0 0 5px;
}

.contents_m .about_page ul.flow li .text{
	padding:0 0 0 30px;
	margin:0 0 15px;
}

.contents_m .about_page .point_box{
	margin-right:-20px;
}

.contents_m .about_page .point_box dt{
	float:left;
	width:440px;
	margin-right:25px;
	margin-top:0;
}

.contents_m .about_page .point_box dt.d03,
.contents_m .about_page .point_box dt.d05{
	clear:left;
}

.contents_m .about_page .point_box dd{
	width:440px;
	margin-left:-490px;
	margin-top:30px;
	float:left;
	padding-top:10px;
	height:110px;
}

.contents_m .about_page .point_box dd .img{
	float:left;
	border:2px solid #DDD;
	margin:0;
}

.contents_m .about_page .point_box dd .text{
	margin-left:90px;
}

.contents_m .about_page ul.box_list{
	margin-bottom:10px;
	margin-right:-20px;
}

.contents_m .about_page ul.box_list li{
	float:left;
	width:433px;
	border:2px dotted #BBB;
	padding:20px 20px;
	background-position:20px 14px;
	background-repeat:no-repeat;
	height:147px;
	margin:0 5px 5px 0;
	background-color:#FFF;
	height:155px;
}

.contents_m .about_page ul.box_list li.service01{
	background-image:url(../img/style/forcuser_service_01.gif);
}

.contents_m .about_page ul.box_list li.service02{
	background-image:url(../img/style/forcuser_service_03.gif);
}

.contents_m .about_page ul.box_list li.service03{
	background-image:url(../img/style/forcuser_service_02.gif);
	height:110px;
}

.contents_m .about_page ul.box_list li.service04{
	background-image:url(../img/style/forcuser_service_05.gif);
	height:110px;
}

.contents_m .about_page ul.box_list li p{
	margin:0;
}

.contents_m .about_page ul.box_list li .title{
	font-weight:bold;
	font-size:15px;
	margin-bottom:15px;
	padding-left:38px;
	color:#6A3906;
}


/* メリット
----------------------------------------------- */
.contents_m .page_text .merit_list ul{
	margin-right:-20px;
}

.contents_m .page_text .merit_list ul li{
	float:left;
 	width:398px;
	height:50px;
	border:2px dotted #BBB;
	margin:0 5px 5px 0;
	padding:12px 15px 12px 60px;
	font-size:15px;
	font-weight:bold;
	color:#6A3906;

    background:no-repeat 20px center #FFF;
}

.contents_m .page_text .merit_list ul li.m01{
	background-image:url(../img/style/merit01.gif);
}

.contents_m .page_text .merit_list ul li.m02{
	background-image:url(../img/style/merit02.gif);
}

.contents_m .page_text .merit_list ul li.m03{
	background-image:url(../img/style/merit03.gif);
}

.contents_m .page_text .merit_list ul li.m04{
	background-image:url(../img/style/merit04.gif);
}

.contents_m .page_text .merit_list ul li.m05{
	background-image:url(../img/style/merit05.gif);
}

.contents_m .page_text .merit_list ul li.m06{
	background-image:url(../img/style/merit06.gif);
}

.contents_m .page_text .merit_list ul li p{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

.contents_m .page_text .merit_list ul li p span{
	display: inline-block;
	text-align: left;
}

.contents_m .ad_page .merit_list ul li,
.contents_m .ad_page .merit_list ul li p{
	height:30px;
}

.contents_m .attention_page .merit_list ul li,
.contents_m .attention_page .merit_list ul li p{
	height:75px;
}

/*----------------------------------------------------------------【メッセージ】*/
.contents_m .message{
	padding:10px;
	margin-bottom:20px;
}

.contents_m .message ul{
	margin-top:20px;
	margin-bottom:20px;
}

.contents_m .message ul li{
	padding-left:18px;
	background:url(../img/style/list_icon.gif) no-repeat 5px 8px;
}

.contents_m .message p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
.contents_m .error_message{
	padding:15px 10px;
	color:#df002f;
}

.contents_m .error_message ul{
	margin-top:20px;
}

.contents_m .error_message ul li{
	padding-left:18px;
	background:url(../img/style/list_icon.gif) no-repeat 5px 8px;
}

.contents_m .error_message p{
	margin-bottom:10px;
}


/*----------------------------------------------------------------【ページャー】*/
.contents_m .search_page{
	margin:20px 0;
	text-align:center;
}

.contents_m .search_page p{
	display:inline-block;
	margin-right:5px;
}

.contents_m .search_page p span{
	font-size:16px;
	font-weight:bold;
	color:#F91431;
}

.contents_m .search_page ul{
	display:inline-block;
}

.contents_m .search_page ul li{
	line-height:100%;
	display:inline-block;
	margin-right:2px;
}

.contents_m .search_page ul li.focus{
	padding:5px 7px 5px 8px;
	border:1px solid #CCC;
	background-color:#A07548;
	color:#FFF;
	font-weight:bold;
}

.contents_m .search_page ul li a{
	padding:5px 8px;
	border:1px solid #CCC;
	text-decoration:none;
	display:inline-block;
	background-color:#FFF;
}

.contents_m .search_page ul li a:hover{
	background-color:#F5F5F5;
}


/*----------------------------------------------------------------【sub_menu】*/
.contents_m ul.sub_menu{
	text-align:right;
	margin-bottom:10px;
	padding:0;
}

.contents_m ul.sub_menu li{
	display:inline-block;
	background:none;
	margin-left:7px;
}

.contents_m ul.sub_menu li a{
	display:inline-block;
	background-color:#89623A;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:3px 15px;
}

.contents_m ul.sub_menu li a:hover{
	background-color:#A07548;
}

.contents_m ul.sub_menu li.back a{
	background:url(../img/style/back.gif) no-repeat 10px 11px #FFF;
	color:#333;
	padding:3px 15px 3px 25px;
	border:1px solid #999;
}

.contents_m ul.sub_menu li.back a:hover{
	background-color:#FAFAFA;
}

.contents_m .h2 h2{
	float:left;
}

.contents_m .h2 ul.sub_menu{
	float:right;
	margin-top:5px;
}


/*----------------------------------------------------------------【メッセージボックス】*/


/* メッセージ履歴
----------------------------------------------- */
#contents #itemsMessageList{
	margin-bottom:10px;
}

#contents #itemsMessageList li{
	border:1px solid #ccc;
	margin-top:-1px;
	word-break:break-all;
	word-wrap:break-word;
}

#contents #itemsMessageList li p.sub{
	padding:7px 10px;
	font-weight:bold;
	background-color:#f5f5f5;
}

#contents #itemsMessageList li span.date{
	float:right;
	color:#666;
}

#contents span.mailtype{
	background-color:#89623A;
	color:#fff;
	display:inline-block;
	width:65px;
	text-align:center;
	font-size:90%;
}

#contents #itemsMessageList li p.title{
	border-bottom:1px dotted #CCC;
	padding:7px 10px;
	font-weight:bold;
}

#contents #itemsMessageList li p.description{
	border:none;
	padding:10px;
}

#contents #itemsMessageList tr.message td{
	padding:15px 20px;
	line-height:1.8;
	border-bottom:2px solid #CCB69E;
}


/* メッセージ履歴
----------------------------------------------- */
#contents #itemsMessageList .mail_box_head{
	border:1px solid #CCB69E;
	margin-bottom:-1px;
	background-color:#F1EBDB;
	padding:0 5px;
}

#contents #itemsMessageList .mail_box_head li{
	border:none;
	float:left;
	padding:8px 5px;
	height:20px;
}

#contents #itemsMessageList .mail_box{
	background-color:#FFF;
	font-size:90%;
}

#contents #itemsMessageList .mail_box li{
}

#contents #itemsMessageList li.from{
	width:180px;
}

#contents #itemsMessageList li.mailtype{
	width:65px;
}

#contents #itemsMessageList li.subject{
	width:540px;
}

#contents #itemsMessageList .mail_box li.subject{
}

#contents #itemsMessageList .mail_box li.subject>a{
	background:url(../img/style/open.gif) no-repeat left 9px;
	padding-left:12px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	font-size:12px;
}

#contents #itemsMessageList .mail_box li.subject>a:hover{
	color:#666;
}


#contents #itemsMessageList li.date{
	width:140px;
}

#contents #itemsMessageList .mail_box ul{
	border:1px solid #CCB69E;
	margin-bottom:-1px;
	padding:0 5px;
}

#contents #itemsMessageList .mail_box li{
	border:none;
	float:left;
	min-height:20px;
	padding:8px 5px;
}

#contents #itemsMessageList .mail_box li.mailtype span{
	background-color:#89623A;
	color:#fff;
	display:inline-block;
	width:65px;
	text-align:center;
	font-size:90%;
	line-height:1.5;
}


#contents #itemsMessageList .message{
	margin:0px;
	border:1px solid #CCB69E;
	border-top:1px solid #FFF;
	margin-bottom:20px;
	padding:0px 10px 10px;
}

#contents #itemsMessageList .message div{
	border:1px dashed #AAA;
	padding:20px;
	line-height:1.9;
}


/*----------------------------------------------------------------【サイドカラム】*/
.contents_s .contents_box{
	margin-bottom:12px;
	border:1px solid #d6c8a4;
	background-color:#FFF;
}

.contents_s .contents_box h2{
	padding:10px;
	color:#583c19;
	background:#ffe4a3;
	font-size:12px;
}

.contents_s .contents_box h2 .more{
	float:right;
	font-weight:normal;
}

.contents_s .contents_box h2 strong{
	font-size:11px;
	padding-left:2px;
}

.contents_s .contents_box .body{
	border-top:none;
}

.contents_s .contents_box .body p{
}

.contents_s .contents_box ul li{
	padding:7px 10px;
	line-height:150%;
}

.contents_s .contents_box ul li+li{
	border-top:1px dashed #c7c7c7;
}

/* ログインフォーム
----------------------------------------------- */
.contents_s .login{
	background-color:#ffe092;
	padding:10px 15px;
	margin-bottom:5px;
}

.contents_s .login h2{
	background:url(../img/style/side_login_ttl.gif) no-repeat left top;
	width:150px;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
	border:none;
}

.contents_s .login .body{
	padding:0;
	border:none;
}

.contents_s .login dt{
	display:none;
}

.contents_s .login dd{
	margin-top:6px;
}

.contents_s .login dl{
	margin-bottom:5px;
}

.contents_s .login input[type="text"],
.contents_s .login input[type="password"]{
	width:168px;
	border:none;
	padding:8px 10px 8px 30px;
	background-repeat:no-repeat;
	background-position:10px 7px;
}

.contents_s .login dd.mail input{
	background-image:url(../img/style/side_login_mail.gif);
}

.contents_s .login dd.pass input{
	background-image:url(../img/style/side_login_pass.gif);
}

.contents_s .login input[type="submit"]{
	background:url(../img/style/side_login_btn.gif) no-repeat left top;
	width:209px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}


/* お知らせ
----------------------------------------------- */
.contents_s .news h2{
	background:#ffe4a3;
	font-size:12px;
}

.contents_s .news h2 span{
	float:right;
	font-weight:normal;
}

.contents_s .news li{
}


/* サイドイメージ
----------------------------------------------- */
.contents_s .side_image{
	margin-bottom:12px;
}

/* スマホ版
----------------------------------------------- */
.contents_s .mobile{
	border:1px solid #ded2b3;
	padding:10px 15px;
}

.contents_s .mobile h2{
	background:url(../img/style/side_mobile_ttl.gif) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
}

.contents_s .mobile p{
	line-height:1.5;
	padding-right:70px;
	background:url(../img/style/side_mobile_qr.gif) no-repeat right top;
}


/* ページリスト
----------------------------------------------- */
.contents_s .page .body{
	border:none;
	padding:0;
}

.contents_s .page ul li{
	background:none;
	padding:0;
}

.contents_s .page ul li+li{
}

.contents_s .page ul li.image a{
	display:block;
}

.contents_s .page ul li.text a{
	display:block;
	padding:7px 10px 7px 20px;
	background:url(../img/style/list_icon.gif) no-repeat left center;
}


/* サイトからのお知らせ
----------------------------------------------- */
.contents_s .system_news h2{
	background:#ffe4a3;
	font-size:12px;
}

.contents_s .system_news .body{
	padding:0;
}

.contents_s .system_news .body .resume{
	padding:10px;
	line-height:1.5;
}

.contents_s .system_news .body .resume p+p{
	margin-top:10px;
}

.contents_s .system_news .hello{
	padding:7px 10px;
	border-bottom:1px dashed #CCC;
	line-height:1.3;
}

.contents_s .system_news .message .att{
	background:url(../img/style/new_mail_icon.gif) no-repeat left 2px;
	padding-left:22px;
}

.contents_s .system_news .message{
	padding:7px 10px;
	border-top:1px dashed #CCC;
	line-height:1.3;
}


/* イーアニマルホスピタルQ&A

----------------------------------------------- */
.contents_s .qa h2{
	background:url(../img/style/side_qa_ttl.gif) no-repeat left top;
	width:232px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	padding:0;
}


/* 検討中リスト
----------------------------------------------- */
.contents_s .clip .body li{
	background:none;
}

.contents_s .clip .body li p{
	margin:0;
}

.contents_s .clip .body .img{
	float:left;
}

.contents_s .clip .body .img img{
	width:68px;
}

.contents_s .clip .body .text{
	margin-left:75px;
}

.contents_s .clip .body h3 span{
	font-weight:normal;
}

.contents_s .clip .body .cate{
	color:#82490d;
	display:block;
}


/* 最近見た求人
----------------------------------------------- */
.contents_s .history .body li{
	background:none;
}

.contents_s .history .body li p{
	margin:0;
}

.contents_s .history .body .img{
	float:left;
}

.contents_s .history .body .img img{
	width:68px;
}

.contents_s .history .body .text{
	margin-left:75px;
}

.contents_s .history .body h3 span{
	font-weight:normal;
}

.contents_s .history .body .cate{
	color:#82490d;
	display:block;
}


/* アクセスランキング
----------------------------------------------- */
.contents_s .rank .body li{
	background:none;
}

.contents_s .rank .body li p{
	margin:0;
}

.contents_s .rank .body .img{
	float:left;
}

.contents_s .rank .body .img img{
	width:68px;
}

.contents_s .rank .body .text{
	margin-left:75px;
}

.contents_s .rank .body .text h3 span{
	font-weight:normal;
}

.contents_s .rank .body .text .pickup{
	float:right;
	background-color:#FF6401;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:2px 3px;
	line-height:1.2;
}

.contents_s .rank .body .text .cate{
	color:#82490d;
	display:block;
}

.contents_s .rank .body .text .cate a{
	clear:both;
}

.contents_s .rank .body .text .title{
	padding:2px 0;
	display:block;
}

.contents_s .rank .body .text .title strong{
	background-color:#583C19;
	color:#FFF;
	padding:1px 3px;
	font-weight:normal;
	margin-right:5px;
	line-height:1;
	float:left;
}

.contents_s .rank .body .text+p{
	font-size:90%;
	margin-top:3px;
	clear:both;
}


/*----------------------------------------------------------------【サイドカラム2】*/
.contents_s2 .contents_box{
	margin-bottom:15px;
}

.contents_s2 .contents_box h2{
	padding:10px;
	border:1px solid #CCC;
	font-size:16px;
	background:url(../img/style/h2_bk.gif) repeat-x center;
}

.contents_s2 .contents_box .body{
	padding:10px;
	border:1px solid #CCC;
	border-top:none;
}

.contents_s2 .contents_box .body dl dt{
	margin-bottom:3px;
}

.contents_s2 .contents_box .body dl dd{
	margin-bottom:8px;
}

.contents_s2 .contents_box .body dl dd input[type="text"]{
	width:200px;
}

.contents_s2 .contents_box .body p{
	text-align:center;
	margin-top:10px;
}

.contents_s2 .contents_box ul li{
	padding-left:10px;
	background:url(../img/style/list_icon.gif) no-repeat left 5px;
	line-height:150%;
}

.contents_s2 .contents_box ul li+li{
	margin-top:5px;
}


/* ================================================================================ */
/*                                                                                  */
/*      履歴書                                           　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */

.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:3px;
	width:300px;
	font-size:12px;
}

.ha_del{
	float:right;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	padding:0px 5px;
}

.ha_del:hover{
	background-color:#ee1133;
}



/* ================================================================================ */
/*                                                                                  */
/*      地図から探す                                     　　　　　　　　           */
/*                                                                                  */
/* ================================================================================ */


#foundCounter{
	float:right;
}

#foundCounter span.count{
	font-size:18px;
	font-weight:bold;
}

#map_canvas {
	height: 400px;
	width: 718px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#map_canvas .infoWnd{
	height:120px;
	line-height:1.5;
}

#map_canvas .infoWnd a{
	font-size:15px;
	font-weight:bold;
}

#map_canvas .infoWnd p{
	margin-top:5px;
}

#pointlist ul{
	margin-bottom:15px;
}

#pointlist ul li{
	background-color: #FFFFFF;
	border: 1px solid #D6C8A4;
	padding: 10px 15px;
}

#pointlist ul li+li{
	margin-top:5px;
}

#pointlist ul li .img{
	float:left;
}

#pointlist ul li .img img{
	width:133px;
}

#pointlist ul li .text{
	margin-left:145px;
}

#pointlist ul li h3{
	margin:0;
	padding:0;
	background:none;
}

#pointlist ul li h3 strong{
	background-color:#ff9d2e;
	color:#000;
	font-weight:normal;
	padding:0 6px 2px;
	margin-right:5px;
}

#pointlist ul li .address{
	margin-bottom:7px;
}


/* ================================================================================ */
/*                                                                                  */
/*      ゴッドユーザーデザイン                                                      */
/*                                                                                  */
/* ================================================================================ */

#super_user{
	width:950px;
	margin:0 auto;
}

#super_user a{
	display:block;
	width:150px;
	padding:5px;
	margin:0 auto;
	text-align:center;
	width:100px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#555;
}

#super_user a:hover{
	background-color:#333;
}

.top_ad{
	margin: 20px 0;
	text-align: center;
}

.adsense{
	margin:25px 0px 10px;
	text-align:center;
}

.adsense .left_ad{
	float:left;
	text-align:left;
	margin-left:5px;
}

.adsense .right_ad{
	text-align:right;
}

.adsense li{	margin-top:10px;}


/* インフォメーション
----------------------------------*/
.top_info{
	margin:20px 0;
}

.top_info h4{
	padding:10px 10px 10px 30px;
	color:#FFF;
	margin-bottom:10px;
	font-size:13px;
	background:url(../img/style/h2_bk.gif) no-repeat left center;
	line-height:1.3;
	/zoom:1;
}

.top_info div{
}

.top_info_left{
	float:left;
	width:356px;
}

.top_info_right{
	float:right;
	width:356px;
}

.top_info_left p,.top_info_right p{
	padding:5px;
}

.widgetList{
	width:232px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.widgetList a{
	color:#c61e68;
}

.widgetList li:nth-child(even){
	background-color:#fcfcfc;
	margin:5px 0px;
	padding:3px 5px;
	line-height:1.5;
	font-size:11px;
}

.widgetList li:nth-child(odd){
	background-color:#fff;
	margin:5px 0px;
	padding:3px 5px;
	line-height:1.5;
	font-size:11px;
}


iframe.twitter-timeline {
	width: 720px;
	margin-bottom:20px;
}

/*----------------------------------------------------------------【求人紹介動画】*/
.job_movie {
	width: 100%;
	text-align: center;
}

/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                              */
/*                                                                                  */
/* ================================================================================ */

/* グリッド
----------------------------------------------- */
.cmslGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmslGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.cmslGrid__col--1 { width: 8.33333333333%; }
.cmslGrid__col--2 { width: 16.6666666667%; }
.cmslGrid__col--3 { width: 25%; }
.cmslGrid__col--4 { width: 33.3333333333%; }
.cmslGrid__col--5 { width: 41.6666666667%; }
.cmslGrid__col--6 { width: 50%; }
.cmslGrid__col--7 { width: 58.3333333333%; }
.cmslGrid__col--8 { width: 66.6666666667%; }
.cmslGrid__col--9 { width: 75%; }
.cmslGrid__col--10 { width: 83.3333333333%; }
.cmslGrid__col--11 { width: 91.6666666667%; }
.cmslGrid__col--12 { width: 100%; }

.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0 10px;
}

.cmslGrid--separate5 {
	margin-left: -5px;
	margin-right: -5px;
}

.cmslGrid--separate5 .cmslGrid__col {
	padding: 0 5px;
}


/* ブロック
----------------------------------------------- */
.cmslBlock {
	display: flex;
	flex-wrap: wrap;
}

.cmslBlock__ {
	width: 100%;
	box-sizing: border-box;
}

.cmslBlock--2 .cmslBlock__ { width: 50%;  }
.cmslBlock--3 .cmslBlock__ { width: 33.3333333333%; }
.cmslBlock--4 .cmslBlock__ { width: 25%; }
.cmslBlock--5 .cmslBlock__ { width: 20%; }

.cmslBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslBlock--separate .cmslBlock__ {
	padding: 0 10px;
}

.cmslBlock--separate5 {
	margin-left: -5px;
	margin-right: -5px;
}

.cmslBlock--separate5 .cmslBlock__ {
	padding: 0 5px;
}


/* エリアリスト
----------------------------------------------- */
.areaList {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3em;
}

.areaList__area {
	width: 20%;
	padding: 0;
	margin: 0 0 10px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color: #512a01;
	font-size: 11px;
}

.areaList__prefecture {
	width: 80%;
	padding: 0 5px;
	box-sizing: border-box;
}

.areaList__prefecture ul {
	list-style: none;
	font-size: 0;
}

.areaList__prefecture ul li {
	display: inline-block;
	font-size: 11px;
}

.areaList__prefecture ul li a {
	display: inline-block;
	padding: 0 6px;
	color: #512a01;
}

/* リスト
----------------------------------------------- */
.commonList {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.commonList .commonList {
	padding: 0 0 0 20px;
	margin: 0;
}

.commonList li {
	line-height: 1.6em;
	margin: 0 0 0.4em;
	padding: 0 0 0 5px;
}

.commonList--circle li {
	list-style: circle !important;
}

/*----------------------------------------------------------------簡単検索*/

/* 簡単検索(グリッド)
----------------------------------------------- */
.formGrid {
	display: flex;
	flex-wrap: wrap;
}

.formGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.formGrid__col--1 { width: 8.33333333333%; }
.formGrid__col--2 { width: 16.6666666667%; }
.formGrid__col--3 { width: 25%; }
.formGrid__col--4 { width: 33.3333333333%; }
.formGrid__col--5 { width: 41.6666666667%; }
.formGrid__col--6 { width: 50%; }
.formGrid__col--7 { width: 58.3333333333%; }
.formGrid__col--8 { width: 66.6666666667%; }
.formGrid__col--9 { width: 75%; }
.formGrid__col--10 { width: 83.3333333333%; }
.formGrid__col--11 { width: 91.6666666667%; }
.formGrid__col--12 { width: 100%; }

.formGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.formGrid--separate .formGrid__col {
	padding: 0 10px;
}

.formGrid--mt {
	margin-top: 15px;
}

/* 簡単検索
----------------------------------------------- */
.easySearchForm {
	background: #AB8459;
	background: #f6eacc;
	margin: -20px 0 15px;
}

.easySearchForm__ {
	padding: 20px 0;
	margin: 0 auto;
	width: 980px;
	box-sizing: border-box;
}

.easySearchForm__crossIcon {
	text-align: center;
}

.easySearchForm__crossIcon .fa {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #AB8459;
}

.easySearchForm__submit {
	margin: 0 0 0 20px;
}

.easySearchForm__link {}

.easySearchForm__link__list {
	font-size: 0;
}

.easySearchForm__link__list li {
	display: inline-block;
	font-size: 14px;
	margin: 0 1em 1em 0;
}

.easySearchForm__link__list li a {
	color: #512a01;
}

.easySearchForm__title {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #512a01;
}

/* stylishSelect */

.cmn-stylishSelect {
	position: relative;
	display: inline-block;
	min-width: 100px;
}

.cmn-stylishSelect .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.cmn-stylishSelect select {
	width: 100%;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #AB8459;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px;
	color: #333;
}

.cmn-stylishSelect--w100 {
	width: 100%;
}

/* stylishBtn */
.cmn-stylishBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	text-decoration: none;
	vertical-align: top;
	padding: 0 0.3em;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	color: #FFF;
	background: #f58521;
	border: 1px solid #f58521;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	border-radius: 3px;
	letter-spacing: 1px;
	transition: 0.2s;
	box-sizing: border-box;
}

.cmn-stylishBtn:hover {
	opacity: 0.8;
}

/* stylishText */
.cmn-stylishText {
	height: 40px;
	width: 100%;
	border: 1px solid #AB8459 !important;
	border-radius: 3px;
	padding: 0 10px !important;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}

.cmn-stylishTextWithBtn {
	display: flex;
}

.cmn-stylishTextWithBtn > .cmn-stylishText {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none !important;
	flex-grow: 1;
}

.cmn-stylishTextWithBtn > .cmn-stylishBtn {
	width: 80px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

