@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定およEPC向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ヘッダー
----------------------------------------------------------------------------- */
div#header-area {
	width: 100%;
	padding: 18px 0 0 ;
	margin: 0 0 20px ;
	background: url(../image/bg_header100.png) repeat-x center bottom ;
}

div#header {
	max-width: 950px ;
	text-align: left ;
	margin: 0 auto ;
	padding: 0 0 15px ;
	background: url(../image/bg_header.png) repeat-x center bottom ;
	position: relative ;
}

h1#site-logo {
	width: 450px ;
}

ul#header-menu {
	text-align: right;
	position: absolute ;
	right: 0 ;
	bottom: 12px ;
}

ul#header-menu li {
	background: url(../image/arrow1.png) no-repeat left center ;
	display: inline ;
	font-size: 12px;
	padding-left: 11px;
	margin-left: 15px;
}

#btn-keep-look {
	position: absolute ;
	right: 0 ;
	top: -8px ;
}

/* コンチEチE----------------------------------------------------------------------------- */
div#contents {
	max-width: 950px ;
	margin: 0 auto ;
	text-align: left ;
}

div#search-box {
	background: #FFCC33 ;
	border: 1px solid #D8A423 ;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	    -ms-border-radius: 8px;
	     -o-border-radius: 8px;
	        border-radius: 8px;
	padding: 15px ;
	margin: 0 0 30px ;
}

div.search-inbox {
	background: #fff ;
	border: 1px solid #D8A423 ;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;
	padding: 20px 0 ;
}

ul.category-select {
	text-align: left ;
	font-size: 0 ;
	margin: 0 0 20px ;
	padding-left: 20px;
}

ul.category-select li {
	display: inline ;
	font-size: 12px ;
	margin: 0 5px ;
}

ul.btn01 {
	text-align: center ;
	font-size: 0 ;
}

ul.btn01 li {
	display: inline ;
	font-size: 14px ;
	margin: 0 10px ;
}

div.chiiki-select {
	width: 900px ;
	margin: 0 auto ;
}

div.area-box {
	width: 290px ;
	float: left ;
	margin: 20px 5px ;
	font-size: 12px ;
	position: relative ;
}

div.chiki {
	background: #ffcc33 ;
	color: #663300 ;
	font-weight: bold ;
	height: 35px ;
	margin: 0 0 10px ;
}

div.chiki span {
	display: block ;
	padding: 12px 0 0 10px ;
}


ul.btn02 {
	float: left;
	margin-top: 10px;
/*
	position: absolute ;
	right: 15px ;
	top: 42px ;
*/
	font-size: 0 ;
}
ul.btn02 li {
	display: inline ;
	font-size: 14px ;
	margin: 0 0 0 5px ;
	padding: 0 ;
}

div.searchUtilityHead {
	margin: 20px 0 ;
	position: relative ;
}

div.searchUtilityHead .searchResult {
	position: absolute ;
	left: 0 ;
	top: 10px ;
}


.count {
	color: #ff0000 ;
	font-weight: bold ;
}

ul.pager {
	font-size: 0 ;
	text-align: center ;
	line-height: 1 ;
}

ul.pager li {
	display: inline ;
	font-size: 12px ;
	height: 20px ;
	vertical-align: middle ;
	margin: 0 3px ;
}

ul.pager li span {
	display: inline-block ;
}

ul.pager li span a {
	display: block ;
	padding: 7px ;
	border: 1px solid #ccc ;
}

ul.pager li.current {
	font-weight: bold;
}


ul.pager li.prev a {
	background: url(../image/arrow2.png) no-repeat 7px center ;
	padding-left: 19px ;
}
ul.pager li.prev a:hover {
	background: #999 url(../image/arrow2_on.png) no-repeat 7px center ;
	padding-left: 19px ;
}
ul.pager li.next a {
	background: url(../image/arrow3.png) no-repeat right center ;
	padding-right: 19px ;
}
ul.pager li.next a:hover {
	background: #999 url(../image/arrow3_on.png) no-repeat right center ;
	padding-right: 19px ;
}

ul.pager li span a:link,
ul.pager li span a:visited {
	color: #999 ;
}

ul.pager li.current span a:link,
ul.pager li.current span a:visited {
	border: 1px solid #cc0000 ;
	background: #cc0000 ;
	color: #fff;
}

ul.pager li span a:hover,
ul.pager li.current span a:hover {
	color: #fff ;
	background: #999 ;
	border: 1px solid #999 ;
	text-decoration: none ;
}

div.recruit-box {
	border: 1px solid #ccc ;
	padding: 20px ;
	margin: 0 0 20px ;
	overflow: hidden ;
	position: relative ;
}

div.recruit-title {
	border-bottom: 1px solid #FFCC33 ;
	padding: 0 0 3px ;
	margin: 0 0 15px ;
	overflow: hidden ;
}

div.recruit-box .btn-keep {
	position: absolute ;
	right: 20px ;
	top: 15px ;
	z-index: 10 ;
}
div.recruit-box .btn-keep2 {
	position: absolute ;
	right: 20px ;
	top: 80px ;
	z-index: 10 ;
}

div.recruit-box .btn-detail {
	position: absolute ;
	right: 20px ;
	top: 100px ;
	z-index: 10 ;
}


ul.icon-list01 {
/*	float: left ;*/
	padding-top: 2px ;
}

ul.icon-list01 li {
	float: left ;
	margin-right: 10px ;
	background: #FBDDA8 ;
	padding: 4px ;
	color: #fff ;
	font-size: 12px ;
}
ul.icon-list01 li.list01-on {
	background: #FFB833 ;
}

div.company-name {
/*	float: left ;*/
	margin-top: 10px;
	font-size: 24px ;
	line-height: 1.3;
	font-weight: bold ;
}

div.left-line {
	border-left: 10px solid #FFCC33 ;
	padding-left: 12px ;
	overflow: hidden ;
}

.other-pr {
	font-weight: bold;
	margin-top: 10px;
}

div.syokusyu {
	font-size: 14px ;
	line-height: 1.3;
	margin: 0 0 10px ;
}

div.comment-title {
	font-size: 18px ;
	line-height: 1.3;
	font-weight: bold ;
	color: #FF3333 ;
	margin: 0 0 10px ;
}

div.comment01,
div.comment02 {
	line-height: 1.5 ;
	margin: 0 0 20px ;
}

div.comment03 {
	font-size: 18px ;
	font-weight: bold ;
	color: #0099FF ;
}

div.comment03 a {
	color: #0099FF ;
}

div.photo01 {
	width: 300px ;
	float: left ;
	text-align: center;
}

div.photo01 img {
	max-width: 300px;
	max-height: 230px;
}

div.recruit-detail01 {
	width: 87% !important;
}

table.table01 {
	width: 100% ;
}

table.table01 th,
table.table01 td {
	border: 1px solid #ccc ;
	line-height: 1.4 ;
	vertical-align: middle ;
	text-align: left ;
	padding: 8px ;
}

table.table01 th {
	background: #FFF7DD ;
}

table.table01 th.title,
table.table01 th.title-noline {
	background: #999;
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
table.table01 th.title {
	border-right: 1px solid #FFFFFF;
}

table.table01 td {
	position: relative;
}

table.table01 td .map {
	float: right;
}
table.table01 td .map:after {
	content: "";
	clear: both;
	display: block;
}

ul.icon-list02 {
	clear: both ;
	padding: 12px 0 ;
	border-bottom: 1px dashed #FFCC33 ;
	margin: 0 0 12px ;
}

ul.icon-list02 li {
	float: left ;
	background: #FFCCCC ;
	padding: 4px ;
	margin-right: 10px ;
	color: #fff ;
	font-size: 12px ;
}

ul.icon-list02 li.list02-on {
	background: #EB3C32 ;
}


div.select-chiiki {
	background: #FFF7DD url(../image/md_sentakuarea.png) no-repeat left center ;
	border: 1px solid #D8A423 ;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	    -ms-border-radius: 8px;
	     -o-border-radius: 8px;
	        border-radius: 8px;
	margin: 0 15px 15px ;
	height: 46px ;
}


div.select-chiiki ul {
	overflow: hidden ;
	margin: 9px 0 0 110px ;
	font-size: 12px ;
}


div.select-chiiki ul li {
	float: left ;
	margin-right: 10px ;
	line-height: 1.5;
}

.lb-box {
	background: #F4F4F4;
	display: block ;
	margin: 0 0 3px ;
	padding: 3px ;
}

p.sub-shokusyu {
	padding-left: 20px;
	margin-bottom: 7px;
}

a.btn-01 {
	display: inline-block ;
	color: #fff ;
	font-size: 12px ;
	background: #FF9900 ;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
	border: 0 ;
	padding: 5px 10px ;
	margin: 3px 0 0 ;
}
a.btn-01:link,
a.btn-01:visited {
	text-decoration: none ;
}

a.btn-01:hover {
	text-decoration: none ;
	background: #ff6600 ;
}

div.btn-area {
	text-align: center ;
	margin: 0px 0 0px ;
}
div.btn-area div {
	display: inline ;
	margin: 0 10px ;
}



/* 求人メニュー(丁E　------------------------------------------------------------------ */
div#recruit-menu {
	border-bottom: 5px solid #fa7816 ;
	margin-bottom: 10px ;
}

div#recruit-menu ul li {
	float: left ;
	width: 180px ;
	height: 40px ;
	margin-right: 1.5px ;
}
div#recruit-menu ul li a {
	width: 100% ;
	height: 100% ;
	display: block ;
	text-indent: -9999px ;
}

div#recruit-menu ul li#menu01 a {
	background: url(../image/btn01.png) no-repeat ;
}
div#recruit-menu ul li#menu02 a {
	background: url(../image/btn02.png) no-repeat ;
}
div#recruit-menu ul li#menu03 a {
	background: url(../image/btn03.png) no-repeat ;
}
div#recruit-menu ul li#menu04 a {
	background: url(../image/btn04.png) no-repeat ;
}
div#recruit-menu ul li#menu05 a {
	background: url(../image/btn05.png) no-repeat ;
	width: 182px ;
	margin-right: 0 ;
}
div#recruit-menu ul li#menu06 a {
	background: url(../image/btn06.png) no-repeat ;
}

/* 求人メニュー　hover晁E*/
div#recruit-menu ul li#menu01 a:hover {
	background: url(../image/btn01_on.png) no-repeat ;
}
div#recruit-menu ul li#menu02 a:hover {
	background: url(../image/btn02_on.png) no-repeat ;
}
div#recruit-menu ul li#menu03 a:hover {
	background: url(../image/btn03_on.png) no-repeat ;
}
div#recruit-menu ul li#menu04 a:hover {
	background: url(../image/btn04_on.png) no-repeat ;
}
div#recruit-menu ul li#menu05 a:hover {
	background: url(../image/btn05_on.png) no-repeat ;
}
div#recruit-menu ul li#menu06 a:hover {
	background: url(../image/btn06_on.png) no-repeat ;
}

/* 求人メニュー　アクチEブEージ晁E*/
body#kyuujin-pr #recruit-menu ul li#menu01 a {
	background: url(../image/btn01_on.png) no-repeat ;
}
body#kyuujin-jouhou #recruit-menu ul li#menu02 a {
	background: url(../image/btn02_on.png) no-repeat ;
}
body#kyuujin-detail #recruit-menu ul li#menu03 a {
	background: url(../image/btn03_on.png) no-repeat ;
}
body#kigyou-jouhou #recruit-menu ul li#menu04 a {
	background: url(../image/btn04_on.png) no-repeat ;
}
body#kyuujin-contact #recruit-menu ul li#menu05 a {
	background: url(../image/btn05_on.png) no-repeat ;
}
body#map #recruit-menu ul li#menu06 a {
	background: url(../image/btn06_on.png) no-repeat ;
}



/* 求人メニュー(丁E　------------------------------------------------------------------ */
div#recruit-menu-f {
	margin-top: 20px ;
}

div#recruit-menu-f ul li {
	float: left ;
	width: 180px ;
	height: 40px ;
	margin-right: 1.5px ;
}
div#recruit-menu-f ul li a {
	width: 100% ;
	height: 100% ;
	display: block ;
	text-indent: -9999px ;
}

div#recruit-menu-f ul li#menu-f01 a {
	background: url(../image/f_btn01.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f02 a {
	background: url(../image/f_btn02.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f03 a {
	background: url(../image/f_btn03.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f04 a {
	background: url(../image/f_btn04.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f05 a {
	background: url(../image/f_btn05.png) no-repeat ;
	width: 182px ;
	margin-right: 0 ;
}
div#recruit-menu-f ul li#menu-f06 a {
	background: url(../image/f_btn06.png) no-repeat ;
}

/* 求人メニュー　hover晁E*/
div#recruit-menu-f ul li#menu-f01 a:hover {
	background: url(../image/f_btn01_on.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f02 a:hover {
	background: url(../image/f_btn02_on.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f03 a:hover {
	background: url(../image/f_btn03_on.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f04 a:hover {
	background: url(../image/f_btn04_on.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f05 a:hover {
	background: url(../image/f_btn05_on.png) no-repeat ;
}
div#recruit-menu-f ul li#menu-f06 a:hover {
	background: url(../image/f_btn06_on.png) no-repeat ;
}

/* 求人メニュー　アクチEブEージ晁E*/
body#kyuujin-pr #recruit-menu-f ul li#menu-f01 a {
	background: url(../image/f_btn01_on.png) no-repeat ;
}
body#kyuujin-jouhou #recruit-menu-f ul li#menu-f02 a {
	background: url(../image/f_btn02_on.png) no-repeat ;
}
body#kyuujin-detail #recruit-menu-f ul li#menu-f03 a {
	background: url(../image/f_btn03_on.png) no-repeat ;
}
body#kigyou-jouhou #recruit-menu-f ul li#menu-f04 a {
	background: url(../image/f_btn04_on.png) no-repeat ;
}
body#kyuujin-contact #recruit-menu-f ul li#menu-f05 a {
	background: url(../image/f_btn05_on.png) no-repeat ;
}
body#map #recruit-menu-f ul li#menu-f06 a {
	background: url(../image/f_btn06_on.png) no-repeat ;
}

#sub-menu{
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: bold;
}

#sub-menu-list-area div {
	text-align: left;
	position: relative;
	padding-top: 12px;
	font-size: 12px;
	float: left;
	width: 60px ;
}
#sub-menu-list-area div span {
	display: block;
	padding: 1px 7px 0 3px;
}
#sub-menu-list-area div span:after {
	display: block;
	content: "";
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 7px solid #666;
	border-left: 7px solid transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#sub-menu ul{
	float: left;
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#sub-menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0 1px; 
	float: left;
}

#sub-menu a{
	display: block; 
	border: 1px solid #f7ba0b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../image/bg_submenu.png);
	padding: 12px 5px 9px;
	text-decoration: none;
	color: #333;
	min-width: 147px; 
	margin: 1px 0px;
	text-align: center;
}

#sub-menu a:hover{
	border: 1px solid #f7ba0b;
	color:#FFFFFF;
	background: url(../image/bg_submenu_on.png);
}

#kyuujin-jouhou01 ul li#sub-menu01 a {
	background: url(../image/bg_submenu_on.png);
	color:#FFFFFF;
}

#kyuujin-jouhou02 ul li#sub-menu02 a {
	background: url(../image/bg_submenu_on.png);
	color:#FFFFFF;
}

#kyuujin-jouhou03 ul li#sub-menu03 a {
	background: url(../image/bg_submenu_on.png);
	color:#FFFFFF;
}

#kyuujin-jouhou04 ul li#sub-menu04 a {
	background: url(../image/bg_submenu_on.png);
	color:#FFFFFF;
}

#kyuujin-jouhou05 ul li#sub-menu05 a {
	background: url(../image/bg_submenu_on.png);
	color:#FFFFFF;
}

div.mobile-site {
	float: right ;
	width: 150px ;
	height: 190px ;
	margin-left: 10px ;
	background: url(../image/bg_mobile.png) no-repeat left top ;
}

div.mobile-site a {
	display: block ;
	width: 115px ;
	margin: 43px auto 0 ;
}

div.mobile-site a img {
	border: 1px solid #ccc ;
}

div.photo02-box {
	clear: both ;
	background: #F9F6DE ;
	margin: 20px 0 0 ;
	padding: 30px 23px ;
	overflow: hidden ;
}

div.photo02 {
	float: left ;
	width: 390px ;
	margin: 0 15px ;
}


div.photo-img {
	width: 390px ;
	height: 335px;
	background: #fff ;
	border: 1px solid #ccc ;
	overflow: hidden ;
	text-align: center ;
}
div.photo-img img {
	padding: 20px 10px 30px ;
	max-width: 370px ;
	max-height: 285px ;
}
div.cap {
	margin: 10px 0 0 ;
	line-height: 1.3 ;
}


ul.icon-list03 {
	clear: both ;
	margin: 12px 0 0 ;
}

ul.icon-list03 li {
	float: left ;
	background: #CCCCCC ;
	padding: 4px ;
	margin-right: 10px ;
	color: #fff ;
	font-size: 12px ;
}

ul.icon-list03 li.list03-on {
	background: #666 ;
}

div.photo03-box {
	overflow: hidden ;
	margin: 0 0 20px ;
}

div.photo03-box ul li {
	float: left ;
	width: 290px ;
	margin-left: 8px ;
}
div.photo03-box ul li:first-child {
	margin-left: 0 ;
}



/* 詳しく
----------------------------------------------------------------------------- */
dl.kyuujin-detail-list dt {
	font-size: 18px ;
	font-weight: bold ;
	margin: 0 0 20px ;
}

dl.kyuujin-detail-list dd {
	line-height: 1.5 ;
	padding: 0 0 30px ;
	margin: 0 0 30px ;
	border-bottom: 1px dashed #FFCC33 ;
}

dl.kyuujin-detail-list dd:last-child {
	padding-bottom: 0 ;
	margin-bottom: 0 ;
	border-bottom: none ;
}

.photo-detail {
	float: right ;
	width: 300px;
	margin-left: 10px ;
}



/* お問ぁEわせ
----------------------------------------------------------------------------- */
.must {
	background: url(../image/img_must.png) no-repeat right top ;
	height: 16px ;
}

.w80 {
	width: 80px ;
}
.w100 {
	width: 100px ;
}
.w190 {
	width: 190px ;
}
.w350 {
	width: 350px ;
}
.w500 {
	width: 500px ;
}
.w600 {
	width: 600px ;
}

.w700 {
	width: 700px ;
}

.w680 {
	width: 680px ;
}

.w95per {
	width: 95% ;
}

.w100per {
	width: 100% ;
}

textarea {
	border: 1px solid #ccc ;
}

div.btn-contact-area {
	text-align: center ;
	margin: 30px 0 0 ;
}

/* フッター
----------------------------------------------------------------------------- */
div#footer-area {
	border-top: 1px solid #FFCC33 ;
	padding: 20px 0 ;
	margin: 20px 0 0 ;
}

div#footer {
	max-width: 950px ;
	margin: 0 auto ;
	text-align: left ;
}

div#link-list {
	margin: 0 auto 20px;
}

div#link-list ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px ;
}
div#link-list ul li:last-child {
	margin-right: 0;
}

div#copyright {
	float: left ;
	width: 35% ;
	font-size: 12px ;
}

ul.footer-list {
	float: right ;
	width: 65% ;
	text-align: right ;
	font-size: 0 ;
}

ul.footer-list li {
	display: inline ;
	font-size: 12px ;
	margin: 0 0 0 10px ;
}



/* パンくずリスチE----------------------------------------------------------------------------- */
div#crumbsnavi {
	margin: 15px 0 ;
	text-align: left ;
}

div#crumbsnavi ul {
	line-height: 0 ;
	font-size: 0 ;
}


div#crumbsnavi ul li {
	display: inline ;
	line-height: 1 ;
	font-size: 12px ;
	margin-right: 6px ;
}

div#crumbsnavi ul li {
	padding-right: 10px ;
	background: url("../image/arrow2.gif") no-repeat right center ;
}

div#crumbsnavi ul li:last-child {
	background: none ;
}


/* ダイアログボックス
----------------------------------------------------------------------------- */
#dialog{
	font: 14px sans-serif;
	line-height: 1.3;
}

/* 地図
----------------------------------------------------------------------------- */
#map-area {
	background: #f7f4f0;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}

#map_canvas {
	width: 100%;
	height: 480px;
}

.print-btn {
	margin: 15px auto 0;
}

/* 応募・問合ぁE----------------------------------------------------------------------------- */
table.oubo-howto {
	margin: 0 0 15px;
	width: 100% ;
	border-bottom: 1px dotted #ccc;
}

table.oubo-howto th,
table.oubo-howto td {
	line-height: 1.4 ;
	vertical-align: top ;
	text-align: left ;
	padding: 8px ;
}

table.oubo-howto th {
	background:#f7f4f0;
}

table.oubo-howto td {
	background:#f7f4f0;
}

.oubo-btn {
	text-align: center ;
	margin: 15px 0 0;
}
.oubo-btn img {
	margin: 0 auto;
}

.error-message {
	color: #cc0000 ;
	margin: 0 0 15px ;
	padding: 10px 0 ;
	text-align: center ;
	background: #f9b5b5 ;
	font-weight: bold;
	line-height: 1.4;
	font-size: 110%;
}

.thanks {
	line-height: 1.4;
}
.thanks p{
	margin: 5px auto;
}
.thanks-title {
	color: #CC0000;
	font-weight: bold;
	font-size: 110%;
	margin: 15px auto;
}

/* 検索ペEジ
----------------------------------------------------------------------------- */
ul.area-select li {
	line-height: 1.4;
}

.sub-shokusyu {
	line-height: 2;
}

.sub-shokusyu label {
	display: inline-block;
	margin-right: 15px;
}

/* 求人惁EペEジ
----------------------------------------------------------------------------- */
.map-btn {
	float: right;
}

#detail-cond {
	display: none;
}

body.detailOpen #detail-cond {
	display: block;
}

#search-condition {
	position: relative ;
}

body.areaOpen #fix-btn-area,
body.detailOpen #fix-btn-detail{
	display: block;
}

#areaOpenBtn p,
#detailOpenBtn p {
	display: inline;
}

a.btn-02 {
	display: inline-block ;
	color: #fff ;
	font-weight: bold;
	font-size: 14px ;
	background: #FF9900 ;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	border: 0 ;
	padding: 10px 15px ;
	margin: 3px 0 0 ;
}
a.btn-02:link,
a.btn-02:visited {
	text-decoration: none ;
}

a.btn-02:hover {
	text-decoration: none ;
	background: #ff6600 ;
}

/* お問ぁEわせ
-----------------------------------*/
.toiawase {
	margin: 0 30px;
	color: #333;
}


/* ご利用規紁E-----------------------------------*/
.riyou-kiyaku {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 30px;
	color: #333;
}

.riyou-kiyaku dl dt {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 15px;
	border-left: 7px solid #FFCC33 ;
	border-bottom: 1px solid #FFCC33 ;
	padding-left: 10px ;
}

.contact-bikou {
	margin-top: 20px;
	font-size: 14px;
}

.search-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	margin: 30px 0 15px;
	position: relative;
	padding-left: 20px;
}

.search-title:before {
	position: absolute;
	top: 2px;               /* 上からE位置 */
	left: 4px;              /* 左からの位置 */
	width: 10px;             /* 四角形の横幁E*/
	height: 10px;            /* 四角形の縦幁E*/
	background: #666;
	font-size:  16px;
	content:"";           /* 空白可 */
}

.search-index {
	margin: 0 0 20px ;
	padding-left: 20px;
}

.search-index input {
	vertical-align: middle;
}

.caution {
	font-size: 12px;
	color: #ff0000;
	line-height: 1.4;
}

.caution-b {
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
}

.search-keyword {
	padding-left: 20px;
}

.search-keyword input {
	width: 300px;
}

.searchButton {
	background: #001bba;
	background: -moz-linear-gradient(top,#598bcf 0%,#001bba);
	background: -webkit-gradient(linear, left top, left bottom, from(#598bcf), to(#001bba));
	background: -webkit-linear-gradient(top,  #598bcf 0%, #001bba 100%);
	background: -o-linear-gradient(top,  #598bcf 0%, #001bba 100%);
	background: -ms-linear-gradient(top,  #598bcf 0%, #001bba 100%);
	background: linear-gradient(to bottom,  #598bcf 0%, #001bba 100%);
	border: 1px solid #001bba;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	padding: 6px 15px 5px;
	cursor: pointer;
}

.searchButton:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,#ffffff 0%,#ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%, #ededed 100%);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #ccc;
	color: #ff9900;
}

.clearButton,
.smallClearButton {
	background: #666666;
	background: -moz-linear-gradient(top,#cccccc 0%,#666666);
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#666666));
	background: -webkit-linear-gradient(top,  #cccccc 0%, #666666 100%);
	background: -o-linear-gradient(top,  #cccccc 0%, #666666 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%, #666666 100%);
	background: linear-gradient(to bottom,  #cccccc 0%, #666666 100%);
	border: 1px solid #999;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	padding: 6px 15px 5px;
	cursor: pointer;
}

.clearButton:hover,
.smallClearButton:hover {
	background: #444444;
	background: -moz-linear-gradient(top,#aaaaaa 0%,#444444);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#444444));
	background: -webkit-linear-gradient(top,  #aaaaaa 0%, #444444 100%);
	background: -o-linear-gradient(top,  #aaaaaa 0%, #444444 100%);
	background: -ms-linear-gradient(top,  #aaaaaa 0%, #444444 100%);
	background: linear-gradient(to bottom,  #aaaaaa 0%, #444444 100%);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

dl.company-number-list {
	float: left;
	margin-right: 15px
}
dl.company-number-list dt{
	color: #000000;
}

dl.company-number-list dd input {
	width: 50px;
}

.orikomi-link {
	display: inline-block;
	border: 1px solid #d85d24 ;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	background: #fc8a32;
	margin-bottom: 10px;
	padding: 5px 5px;
}

.orikomi-link a {
	color: #ffffff;
}


.orikomi-link a:hover {
/*	font-weight: bold;*/
}

.area-publish {
	font-weight: bold !important;
}