@charset "utf-8";

/*
	Menu
	-----------------------
	1:コンテンツ
	2:パンくずメニュー
	3:左メニュー
	4:右コンテンツ
	5:印刷用
	6:細かいパーツ
	7:ページ先頭へ戻る
	-----------------------
*/

/*1:コンテンツ*/
#tmp_contentsarea {
	background-image:url(../image/bg_line_01.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-bottom:20px;
	margin-right:13px;
	margin-left:13px;
	width:922px;
}

/*2:パンくずメニュー*/
#tmp_path {
	width:900px;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*3:左メニュー*/
#tmp_lmenu {
	float:left;
	margin-top:4px;
	width:178px;
}
#tmp_lmenu .tmp_menu{
	padding-bottom:10px;
}
#tmp_lmenu .tmp_menu ul{
	background-color:ffffff;
	width:173px;
}
#tmp_lmenu .tmp_menu ul li {
	list-style-type:none !important;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
#tmp_lmenu .tmp_menu ul li a.title,
#tmp_lmenu .tmp_menu ul li a:hover.title {
	background-image:url(../image/bg_2ndlist_01.jpg);
	background-repeat:no-repeat;
	background-position:0 0em;
	background-color:#009966;
	display:block;
	width:153px;
	height: auto;
	color:white;
	margin:0px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	padding-top: 0.5em;
	font-weight: bold;
	text-decoration:none;
}
#tmp_lmenu .tmp_menu ul li a {
	border-bottom:1px solid #fff;
	background-image:url(../image/bg_2ndlist_02.gif);
	background-repeat:no-repeat;
	background-position:0.6em 0.8em;
	background-color:#ffffff;
	display:block;
	padding:0.5em 0;
	padding-left:30px;
	width:144px;
}
#tmp_lmenu .tmp_menu ul li.none {
	border-bottom:none;
}
#tmp_lmenu .tmp_menu ul li a:hover,
#tmp_lmenu .tmp_menu ul li a.current {
	background-color: #EBFBF7;
}

#tmp_lmenu .tmp_bnr {
	background-color:#e3e3e3;
	padding:0px 5px 5px 5px;
	margin-top:10px;
	width:168px;
}
#tmp_lmenu .tmp_bnr img {
	padding-top:5px;
}

#tmp_lmenu .tmp_menu #tmp_contact{
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFFBC3;
	border-bottom-color: #EFFBC3;
	border-left-color: #EFFBC3;
	font-size: 90%;
	text-align:center;
	padding: 2px;
}
#tmp_lmenu .tmp_menu #tmp_contact p{
	text-align:left;
	padding: 5px;
}
#tmp_lmenu .tmp_menu #tmp_contact img{
	padding-top:2px;
	padding-bottom:2px;
}

/*4:右コンテンツ*/
#tmp_main {
	background-color:#fff;
	float:right;
	padding-right:16px;
	margin-top:4px;
	width:710px;
	padding-left: 16px;
}

#tmp_main h2 {
	font-size:140%;
	background-image: url(../image/heading_02_2nd.jpg);
	height: 38px;
	width: 709px;
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0em 0em;
	padding-top: 15px;
	padding-bottom: 5px;
}
#tmp_main h3 {
	font-size:125%;
	background-image: url(../image/heading_03_2nd.jpg);
	height: 18px;
	width: 709px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0em 0em;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
#tmp_main h4 {
	font-size:100%;
	background-image: url(../image/heading_04_2nd.gif);
	height: 18px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 10px 0em;
	margin-top: 1em;
}
#tmp_main p {
}
#tmp_main .branch ul{
	list-style: none;
	padding:10px 0 0 25px;
	margin-bottom:30px;
}
#tmp_main .branch ul li{
	float:left;
	margin-right:10px;
}
#tmp_main .branch ul li a:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
 }
/*5:印刷用*/
@media print {

.col2_left,
.col2_right,
.col2_inleft,
.col2_inright,
.col2_inleft_img,
.col2_inright_img,
.col3_left,
.col3_center,
.col3_right {
	float:none !important;
}

#tmp_main {float:none;width:580px;}
#tmp_main h2,
#tmp_main h3,
#tmp_main h4 {float:none;width:560px;}
#tmp_wrapper,
#tmp_header,
#tmp_g-navi,
#tmp_contentsarea,
#tmp_path {width:640px !important;}

#tmp_header_right {width:340px !important;}
#tmp_header_right,
#tmp_path,#tmp_g-navi,
#tmp_lmenu,
#tmp_footer ul,
#tmp_footer_navi,
.back_top {display:none;}
#tmp_contentsarea {background-image:none;}
#tmp_main img {zoom:0.9;}
/*IE6*/
* html #tmp_wrapper {zoom:0.95;}
/*IE7*/
*:first-child+html #tmp_wrapper {zoom:0.95 !important;}
*:first-child+html #tmp_contentsarea {zoom:0.96 !important;}
/*IE8*/
html>/**/body #tmp_header,
html>/**/body #tmp_contentsarea,
html>/**/body #tmp_clear_box,
html>/**/body #tmp_main .tmp_main_cnt dl,
html>/**/body .col2,
html>/**/body .col3 {
	overflow /*\**/: auto\9;
}

}
/*6:細かいパーツ*/

.box_inner{
	padding-top:1em;
	padding-left: 20px;
}
.pt10 {
	padding-bottom:10px;
}
.pb20 {
	padding-bottom:20px;
}
.img_center {
	display:block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.txt_red {
	color:red;
}
.txt_green {
	color:#006699;
}
.txt_blue {
	color:steelblue;
}
.txt_indent {
	text-indent:1em;
}
.txt_small {
	font-size:85%;
}
.txt_bold{
	font-weight:bold;
}
.txt_right{
	text-align:right;
}
.txt_center{
	text-align:center;
}
.float_left{
	float:left
}
.float_right{
	float:left
}
/*画像にテキストまわりこみ*/

.align_left,
.align_right {
	padding-bottom:20px;
}
.align_left img {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.align_right img {
	display:block;
	float:right;
	margin-bottom:5px;
	margin-left:5px;
}
/*2カラム*/
.col2 {
	height:auto;
	padding-bottom:20px;
	width:100%;
}
.col2_left {
	float:left;
	width:350px;
}
.col2_right {
	float:right;
	width:350px;
}
.col2_inleft {
	float:left;
	width:215px;
}
.col2_inright {
	float:right;
	width:215px;
}
.col2_inleft_img {
	float:left;
	width:125px;
}
.col2_inright_img {
	float:right;
	width:125px;
}
/*3カラム*/
.col3 {
	height:auto;
	padding-bottom:20px;
	width:100%;
}
.col3_left {
	float:left;
	width:230px;
}
.col3_center {
	float:left;
	margin-left:12px;
	width:230px;
}
.col3_right {
	float:right;
	width:230px;
}
/*リストタイプ階層のインデント指定*/
ul.mark1 *,
ul.mark2 *,
ul.mark3 *,
ul.mark4 *,
ul.mark5 *,
ul.mark6 *,
ul.mark7 *,
ul.mark8 *,
ul.mark9 *,
ul.mark10 * {
	margin-left:1.3em;
}
ul.mark1 {
	margin-left:-1em;
	margin-bottom:20px;
}

ul.mark2,
ul.mark3,
ul.mark4 {
	margin-left:0;
	margin-bottom:20px;
}

ul.mark5,
ul.mark6,
ul.mark7,
ul.mark8,
ul.mark9,
ul.mark10 {
	margin-left:0.5em;
	margin-bottom:20px;
}

ul.mark1 a,
ul.mark2 a,
ul.mark3 a,
ul.mark4 a{
	margin-left:0;
}

/*リストタイプ1*/
ul.mark1 * {
	list-style-type:none;
}
/*リストタイプ2*/
ul.mark2 * {
	list-style-type:disc;
}
/*リストタイプ3*/
ul.mark3 * {
	list-style-type:circle;
}
/*リストタイプ4*/
ul.mark4 * {
	list-style-type:square;
}
/*リストタイプ5*/
ul.mark5 * {
	list-style-type:decimal;
}
/*リストタイプ6*/
ul.mark6 * {
	list-style-type:upper-roman;
}
/*リストタイプ7*/
ul.mark7 * {
	list-style-type:lower-roman;
}
/*リストタイプ8*/
ul.mark8 * {
	list-style-type:upper-alpha;
}
/*リストタイプ9*/
ul.mark9 * {
	list-style-type:lower-alpha;
}
/*リストタイプ10*/
ul.mark10 li {
	background-image:url(../image/list_mark.gif);
	background-repeat:no-repeat;
	background-position:0 0.3em;
	list-style-type:none;
	padding-left:1.5em;
	margin-left:0;
}
/*テーブルタイプ*/
table {
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
table td {
	border:1px solid #ccc!important;
	padding:3px;
	margin:1px;
}
table th {
	background-color:#ebfbf7;
	border:1px solid #ccc!important;
	padding:3px;
	margin:1px;
}
.table_cell_left {
	text-align:left;
}
.table_cell_right {
	text-align:right;
}
.table_cell_center {
	text-align:center;
}

/*dlタイプ*/
#tmp_main dl{
	padding-left: 25px;
	line-height: 200%;
	width: 60%;
}
#tmp_main dl dt{
	font-weight:bold;
	width:8em;
	float: left;
}
#tmp_main dl dd{
	margin-left:8.5em;
}

/*floatクリア*/
#tmp_header:after,
#tmp_contentsarea:after,
.col2:after,
.col3:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*7:ページ先頭へ戻る*/
.back_top{
	padding-left: 10px;
	clear: both;
	text-align: right;
}
.back_top a{
	background-image:url(../image/bg_back_top.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding-left:15px;
}
/* アクセス */
#access h1 {
	font-size:125%;
	background-image: url(../image/heading_03_2nd.jpg);
	height: 18px;
	width: 500px;
	padding:12px 0 10px 20px;
	background-repeat: no-repeat;
	background-position: 0em 0em;
	clear: both;
}
#access h2 {
	font-size:100%;
	background-image: url(../image/heading_04_2nd.gif);
	height: 18px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 10px 0em;
	margin-top: 1em;
}
#access .access_wrapper{
	margin:0 0 20px;
}
#access p.txt_right{
	margin:10px;
}

#access div.map_photo{
	margin: 20px 0;
}

/* プライバシーポリシー */

p.preamble{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:2px solid #21B9A4;
}
#privacy div#tmp_main{ font-size:100%!important; }

#privacy dl{
	padding-left:0;
	width:auto;
	margin-bottom:30px;
}
#privacy dl dt{
	font-size:100%;
	background: url(../image/heading_04_2nd.gif) 5px 5px no-repeat;
	height: 18px;
	padding-left: 20px;
	margin-top: 1em;
	float:none;
	width:auto;
}
#privacy dl dd{
	padding-left: 20px;
	margin: 1em 0 0 0;
	float:none;
	width:auto;
	line-height: 1.4em;
}
#privacy dl dd ul{
	list-style: none;
	margin:5px 0;
}
#privacy dl dd ul li{
	margin-left:1em;
	text-indent:-0.5em;
}
#privacy p.ceo{
	margin-bottom:30px;
}

#privacy p.history_back{
	margin:10px 0 30px 0;
}

#privacy div.box_inner{ font-size: 110%!important; }

/* 採用情報 */
#recruit ul.points_links{
	list-style: none;
	padding:5px 0 20px 10px;
	border-bottom:2px solid #21B9A4;
}
#recruit h3{
	font-size:100%;
	background-image: url(../image/heading_04_2nd.gif);
	height: 18px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 10px 0em;
	margin-top: 1em;
	padding-top:0;
}
/*
#recruit table{
	margin-left:20px;
}*/
#recruit table,
#recruit table th,
#recruit table td{
	border:none;
	border-collapse: collapse;
	border:2px;
}
#recruit table th{
	width:150px;
}
#recruit table td{
	padding:10px 0 10px 10px;
}
#recruit p.entry{
	margin:0 0 30px 10px;
}
#recruit .text{
	margin-bottom:10px;
}

/* エントリーフォーム
#entry #wrapper{
	width:650px;
	font-size:90%;
}
#entry h1 {
	font-size:125%;
	height: 18px;
	width: 650px;
	padding:12px 0 30px 20px;
	clear: both;
	border-top:2px solid #21B9A4;
}
#entry p{
	margin-bottom:10px;
}*/
#entry ul li{
	list-style:none;
/*	padding-left:1em;
	text-indent:-0.5em;*/
} 
#entry table th{
	width:180px;
}
#entry table th.career_more{
	width:220px;
}
#entry table td{
	padding:10px;
}
#entry .need{
	color:#ff0000;
}
#entry ul.text{
	margin-bottom:20px;
}
#entry .table_f .w400{
	width:400px;
}
#entry .table_f .w48{
	width:48px;
}
#entry .table_f .w148{
	width:148px;
}
#entry .table_f .w78{
	width:78px;
}
#entry .table_f th{
	text-align:left;
	padding-left:20px;
}
#entry .table_f input.address_input{
	margin-top:5px;
}
#entry .table_f td select.todouhuken{
	width:164px;
}
/*
#entry h2 {
	font-size:100%;
	background-image: url(../image/heading_04_2nd.gif);
	height: 18px;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 0em;
	margin-top: 1em;
	margin-bottom: 20px;
	padding-top:0;
}*/
#entry div.textarea1{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
#entry div.textarea1 textarea{
	width:100%;
	height:80px;
}
#entry div.textarea2{
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
#entry div.textarea2 textarea{
	width:100%;
	height:130px;
}
div.t_a_c{
	text-align: center;
}

/* contact */
.contactarea{
width: 600px;
padding: 10px;
border: 1px solid #ccc;
margin: 0 0 20px 20px;
}
#entry div.contactarea textarea{
	width:100%;
	height:80px;
}

