@charset "UTF-8";

/* ========BASIC======== */
html {
//   overflow-y:scroll;
}

* {
    outline : none;
}

ul{
margin: 0px;
padding: 0px;
}

li{
list-style:none;
}

body {
	padding: 0;
	letter-spacing: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 16px;
//	background-color: #f9f9f9;
//	background-image: url(/img/pageback01_1.gif);
	margin: 0px;
}

br {
   letter-spacing:normal;
}

a {
   color:#003300;
   text-decoration:none;

}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
	border: 0;
	vertical-align: bottom;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#container {
//	width: 1234px; /* コンテナの幅 */
//	margin: 0 auto; /* コンテナの背景（影の背景画像） */
//	background-image: url(/img/pageback_1220.gif);
//	background-repeat: repeat-y;
//	background-position: center top;
}

#top {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	behavior: url(PIE.htc);/* for IE */
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#header_wrap {
	max-width: 1200px;
	min-width: 980px;
	background: url("/2027/img02/header1200_bg.png") repeat-x;
	padding-top: 10px;
	margin: 0px auto;
}

#header {
	width: 980px;
	padding: 0px;
	margin: 0px auto;
}

#mobile_header {
	display: none;
}

#mobile_main {
	background: url(/2027/img_mobile/tamago_bg.png) #ffffff;
	display: none;
}

#mobile_footer {
	display: none;
}

#menu {
	width: 980px;
	padding: 0px;
	margin: 0px auto;
}

#main_wrap {
	max-width: 1200px;
	padding: 0px;
	margin: 0px auto;
	background: url("/2027/img02/main_bg.gif");
}

#contents {
	width: 980px;
	background: #fff;
//	padding-top: 20px;
	padding-right: 0;
//	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px auto;
	background: url("/2027/img02/main_bg.gif");
	line-height: 18px;
}

#contents_crop {
	width: 660px;
	background: #fff;
//	padding-top: 20px;
	padding-right: 0;
//	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px auto;
	background: url("/2027/img02/main_bg.gif");
	line-height: 18px;
}

#main00 {
	width: 1200px;
}

#main {
	float: left;
	width: 660px;
}

#main_area {
	width: 660px;
	height: 210px;
	padding: 570px 25px 0px 25px;
	background: url("/2027/img02/main_area_map.png") no-repeat;
}

#main_area img {
	margin: 2px;
}

#side_news {
	width: 300px
	height: 514px;
	background: url("/2027/img02/side_news.png") no-repeat;
}

#news {
	border-top: 1px dotted #cccccc;
	width: 300px
	height: 514px;
	background: url("/2027/img02/side_news.png") no-repeat;
}

#main_company {
	width: 560px;
	padding: 20px 50px 0px 50px;
	background: url("/2027/img02/line.png") no-repeat #ffffff;
}

#sub {
   float:right;
   width:430px;
}

#footer_wrap {
	clear: both;
	max-width: 1200px;
	margin: 0px auto;
	background: url("/2027/img02/footer_wrap_bg.png") repeat-x;
}

#footer {
	clear: both;
	width: 980px;
	height: 245px;
	margin: 0px auto;
	padding: 55px 0px 0px 0px;
	text-align: center;
	font-family:'メイリオ','Meiryo','ＭＳ ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','sans-serif';
	font-size: 15px;
	background: url("/2027/img02/footer.png") no-repeat;
	color: #ffffff;
}



/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
.menu {
	position: relative;
	width: 300px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 9999;
}


/* サブメニュー1段目 */
#menu ul ul {
   display:none;
   position:absolute;
   top:100%;
   left:0;
   list-style-type: none;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
   list-style-type: none;
}

/* リスト */
#menu li {
   float:left;
   list-style-type: none;
}

#menu li li {
   clear:both;
   list-style-type: none;
}

#menu li:hover {
   position:relative;
}

#menu li:hover > ul {
   display: block
}

/* デザイン */
#menu ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
	z-index: 9999;
}

#menu li ul {
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
	border-bottom:none;
}

#menu li li {
	margin-left: 0;
	background: #fff;
	border-bottom: 1px solid #BBB;
}

#menu li li a:hover {
	margin-left: 0;
	background: #DBEDF0;
	font-size: 12px;
}

#menu li a {
	display: block;
	width: 200px;
	text-align: center;
	outline: none;
}

#menu li a#home {
	width: 50px;
}

#menu li a#search {
	width: 50px;
}

#menu li li a {
	display: block;
	width: 198px;
	padding: 10px 0px;
	line-height: 10px;
	text-align: center;
	outline: none;
}

#menu li a:hover {
   color:#666;
   text-decoration:none;
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   padding:5px 0;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#d9890f;
}

#main a:hover {
   text-decoration:underline;
}


#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
   line-height: 25px;

}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */



#main table {
	width: 640px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 0;

}

#main table th {
   padding:0px;
   border:1px solid #999;
   border-width:0 0 5px 0px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
	padding: 0px;
	border: 0 solid #999;
	text-align: left;
	margin-right: 10px;
	margin-left: 5px;
}
/* ========EVENT　BOX======== */

/* --- ボックス --- */
div.event_box {
	width: 315px;
	background-color: #ffffff;
	border: 1px #c0c0c0 solid;
	font-size: 80%;
	margin-bottom: 10px;
}

/* --- 見出し --- */
div.event_box h3 {
margin: 0; 
padding: 0px 0px;
background-color: #ffffff;
border-bottom: 1px #c0c0c0 dotted;
font-size: 100%;
}

/* --- 本文領域 --- */
div.event_box div.textArea {
	height: 120px;
	overflow: auto;
	font-size: 11px;
}

/* --- 本文領域内の段落 --- */
div.event_box div.textArea p {
margin: 3em 10px;
}
/* --- 新着リスト --- */
div.event_box dl {
width: 100%;
margin: 0;
}

/* --- 日付エリア --- */
div.event_box dt {
width: 6.7em;
float: left;
font:bold;
padding: 7px 10px 6px 8px;
line-height: 120%;
}

/* --- 本文エリア --- */
div.event_box dd {
margin: 0;
padding:7px 3px 10px 8.4em;
border-bottom: 1px #c0c0c0 dotted;
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* ========COLUMN======== */
/* --- ボックス --- */
div.column {
	width: 315px;
	background-color: #ffffff;
	border: 1px #c0c0c0 solid;
	font-size: 11px;
	margin-bottom: 10px;
	height: auto;
}

/* --- 見出し --- */
div.column h3 {
margin: 0; 
padding: 0px 0px;*/
background-color: #ffffff;
font-size: 100%;
}

/* --- 本文領域 --- */
div.column div.textArea {
	height: 120px;
	overflow: auto;
	font-size: 11px;
}

/* --- 本文領域内の段落 --- */
div.column div.textArea p {
margin: 5em 5px;
}
/* --- 新着リスト --- */
div.column dl {
width: 100%;
margin: 0;
border-top: 1px #c0c0c0 dotted;
}

/* --- 写真 --- */
div.column dt {
width: 114px;
float: left;
font:bold;
padding: 7px 0 6px 5px;
line-height: 120%;
}

/* --- 本文エリア --- */
div.column dd {
width: 190px;
padding: 7px 10px 6px 7.5em;
line-height: 120%;
}



/* ========PAGETOPへ戻る CUSTOMIZE========= */
#pageTop {
   text-align:right;
   clear:both;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	width: 1200px;
	margin:0 auto;
	padding:0 10px;
	font-style: normal;
	font-size: 11px;
	color: #999;
	text-align: center;
}

.copyright02 {
	font-family:'メイリオ','Meiryo','ＭＳ ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','sans-serif';
	font-size: 10px;
	color: #ffffff;
}


/* ========PAGE ABOUT======== */



/* ========【地域で探すページ】======== */

/* ========地図表======== */

#map {
	float: left;
	width: 1200px;
}

#map dt {
   margin-bottom:3px;
   line-height: 25px;

}

#map dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

#map table {
	width: 640px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 0;

}

#map table th {
   padding:0px;
   border:1px solid #999;
   border-width:0 0 5px 0px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#map table td {
	padding: 0px;
	border: 0 solid #999;
	text-align: left;
	margin-right: 10px;
	margin-left: 5px;
}

/* ========お問い合わせ======== */
#box_01 {
	width: 640px;
	height: 120px;
	margin-left: 165px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 30px;
}

/* ========企業紹介表======== */


/* --- リストエリア --- */
ul.company {
width: 100%; /* リストエリアの幅 */
margin: 0;
padding: 10px 0 20px; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リンク --- */
ul.company a {
	line-height: 180%;
	font-size: 16px;
	font-weight: bold;
	height: 43px;

}

/* --- リスト項目 --- */
ul.company li {
font-size: 15px;
width: 300px;
float: left;
border: 1px solid #999;
margin: 10px;
}

/* --- 項目内容 --- */
ul.company dl {
width: 280px; /* 内容の幅 */
margin: 0 auto; /* 内容のセンタリング */
font-size: 80%;
}

/* --- 写真エリア --- */
ul.company dt {
height: 180px; 
width: 280px; /* 写真エリアの高さ（dt要素の高さを指定する場合） */
margin-bottom: 20px; /* 写真エリアの下マージン */
}
ul.company dt img {
border: 1px #808080 solid; /* 写真の境界線 */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* --- キャプションエリア --- */
ul.company dd {
	height: auto; /* キャプションエリアの高さ */
	vertical-align: middle;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.company dd strong{
	height: 30px;
	display: block;
}



/* ========【業種で探す】======== */

/* ========業種ナビ（上部）======== */

/* --- 表全体 --- */
table.example {
width: 650px; /* 表の幅 */
border-collapse: collapse;
font-size: 80%;
margin-left: 180px;
margin-right: auto;
margin-top: 10px;
line-height: 80%;
}

/* --- セル --- */
table.example th,
table.example td {
width: 160px; /* セルの幅（セルの幅を均等にする場合） */
height: 20px;
padding: 6px 10px; /* セルのパディング（上下、左右） */
background-image: url(/2027/img/button02.png);
background-repeat: no-repeat;
text-align: center;

}


/* ========各業種表======== */

/* --- 表全体 --- */
table.jobtype {
	width: 1200px; /* 表の幅 */
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 20px;

}

table.jobtype a {
	line-height: 150%;
	font-size: 14px;
	font-weight: bold;
	height: 43px;

}


/* --- セル --- */
table.jobtype th,
table.jobtype td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}

/* --- 見出しセル --- */
table.jobtype thead th {
border-bottom: 2px #c0c0c0 solid; /* 見出しセルの下境界線 */
text-align: left;
}


/* ========【職種で探す】======== */


#bussiness {
	float: left;
	width: 1200px;
	padding: 0px 0;
	background-color: #fff;
	background-image: url(/2027/img/bussiness_bg.png);
}


table.bus {
	width: 850px; /* 表の幅 */
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 20px;
	margin-left: 100px;

}

table.bus a {
	line-height: 90%;
	font-size: 14px;
	font-weight: bold;
	height: 43px;
}

/* --- セル --- */
table.bus th,
table.bus td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 3px 3px; /* セルのパディング（上下、左右） */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
}

/* --- 見出しセル --- */
table.bus thead th {
border-bottom: 2px #c0c0c0 solid; /* 見出しセルの下境界線 */
text-align: left;
}


/* ========【お問い合わせ】======== */

#formWrap {
	width:1200px;
	margin:0 auto;
	color:#333;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #666666;
	padding:5px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFD1A3;
	text-align:left;
}



/* ========TEMPLATE LAYOUT_company(企業ページ専用CSS)======== */

#main_c {
	float: left;
	width: 610px;
	padding: 0px 25px;
	background: url("/2027/img03/line.png") no-repeat #ffffff;
}

#main_c02 {
	width: 920px;
	margin: 0px auto;
	padding: 0px 30px;
	background: url("/2027/img02/line980.png") no-repeat #ffffff;
}

#main_c_660 {
	float: left;
	padding: 0px 25px;
	width: 610px;
	background: #ffffff;
}

@media (max-width: 480px) {
	#main_c_660 {
		width: 100%;
	}
}

#main_c_660_02 {
	float: left;
	padding: 0px 25px;
	width: 610px;
}

.blue_frame {
	background: #ffffff;
}

#main_c_980 {
	width: 920px;
	margin: 0px auto;
	padding: 0px 30px;
	background: #ffffff;
}

#main_c_gray {
	width: 660px;
	margin-left: -25px;
	background: url("/2027/img02/main_bg.gif");
}

#main_c02_gray {
	width: 980px;
	margin-left: -30px;
	background: url("/2027/img02/main_bg.gif");
}

#main_c_660_gray {
	width: 660px;
	margin-left: -25px;
	background: url("/2027/img02/main_bg.gif");
}

#main_c_980_gray {
	width: 980px;
	margin-left: -30px;
	background: url("/2027/img02/main_bg.gif");
}

.title_mypage_660 {
	width: 660px;
	margin-left: -25px;
	margin-top: -30px;
}

.title_mypage_980 {
	width: 980px;
	margin-left: -30px;
	margin-top: -15px;
}

#tab_c
{
	width: 660px;
	margin-left: -25px;
}

#sub_c {
	float: left;
	width: 320px;
	
}
#voice_c{
	float: left;
	width: 1200px;
	
}
#image_c{
	float: left;
	width: 1200px;
	text-align:center;
	
}
.img_c{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 280px;
	height: 180px;
}

.outline {
	border: 2px solid #336633;
}

.outline table {
	width: 606px; /* 表の幅 */
	border-collapse: collapse;
	background: #fffaf0;
}

.outline table td.item {
	padding: 10px 10px 10px 0px;
	text-align: right;
	vertical-align: top;
}
.outline table td.sep {
	padding: 10px 0px 10px 0px;
	text-align: cener;
	vertical-align: top;
}
.outline table td.value {
	width: 460px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
}

.title_c{
	background-image : url(/2027/img02/title_bg.png);
	width : 610px;
	height : 50px;
	line-height: 50px;
	text-indent: 45px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.title_c02{
	background-image : url(/2027/img02/title_bg02.png);
	width : 565px;
	height: 40px;
	padding: 15px 0px 0px 45px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

table.table_kyujin {
	width:630px;
	margin-left: -10px;
	border-collapse: collapse;
	word-break: break-all;
	table-layout: fixed;
}

td.table_kyujin1{
	width: 150px;
	text-align: center;
	border:1px solid #336633;
	border-collapse: collapse;
	background: #FFFAF0;
}
	
td.table_kyujin2{
	width: 350px;
	border: 1px solid #336633;
	border-collapse: collapse;
	padding: 10px;
	background: #FFFAF0;
}
	
.textbox_c{
	width: 610px;
	line-height: 18px;
}


/* --- 左ナビ企業写真 --- */
dl.photo {
display: -moz-inline-box; /* Firefox 2以下用（独自拡張） */
display: inline-block;
/*
display: inline;
zoom: 1;
*/
margin: 10px 0px 0px 0px;
/*
background: #ffffff url(/2027/company/img/photo2_right_bottom.gif) no-repeat right bottom;
*/
text-align: center;
}

/* --- 写真エリア --- */
dl.photo dt {
padding: 0px 10px 0px 10px;
/*
background: url(/2027/company/img/photo2_right_top.gif) no-repeat right top;
border-left: 1px #c0c0c0 solid;
*/
}

/* --- コメントエリア --- */
dl.photo dd {
margin: 0px;
padding: 2px 10px 2px 10px;
/*
background: url(/2027/company/img/photo2_left_bottom.gif) no-repeat left bottom;font-size: 100%;
line-height: 140%;
*/
}

/* 先輩ページ_職種欄テーブル */	
table.table_vj{
width: auto;
height:40px;
border-collapse: collapse;
font-size: 90%;
line-height: 80%;
align: right;  

}
table.table_vj th,
table.table_vj td {
width: 200px; /* セルの幅（セルの幅を均等にする場合） */
height: 30px;
background-image: url(/2027/img/button02.png);
background-size:100%;
background-repeat: no-repeat;
text-align: center;

}
	
	
/* 先輩ページ_プロフィール欄テーブル */	
table.table_v {
 border: 1px #FFFFFF solid;
}
td.table_v {
 height: 35px;
 vertical-align: middle;
 border-bottom: 1px #663300 solid;
}
tr.table_v {
 border-bottom: 1px #663300 solid;
}

/* 先輩ページ_質問欄テーブル */	
/* --- 表全体 --- */

table.table_qa {
	border: 1px #FFFFFF solid;
	border-collapse: collapse
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px
}
td.table_qa {
	border: solid 10px #FFFFFF;
}	



.box_c{
　　
    height:270px;
    margin-bottom:5px; 
　　border:1px solid #663300;
    background-color:white;
	box-shadow: 3px 3px 2px #8d8c8c;
　　}

.fukidashi_c{
	background-image: url(/2027/company/img/voice_fukidashi.png);
	width : 540px;
	height : 50px;
	line-height: 45px;
	text-indent: 15px;
	font-weight: bold;
	color: #3F1000;
	}

/* --- 先輩の声ナビ --- */
/* --- 表全体 --- */
table.voice_navi {
width: 880px; /* 表の幅 */
border-collapse: collapse;
font-size: 80%;
margin-left: 40px;
margin-right: auto;
margin-top: 10px;
line-height: 80%;
}

/* --- セル --- */
table.voice_navi th,
table.voice_navi td {
	width: 220px; /* セルの幅（セルの幅を均等にする場合） */
	height: 20px; /* セルのパディング（上下、左右） */
	background-image: url(/2027/company/img/voice_navi.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}


/* --- 先輩写真横並び --- */

/* --- リストエリア --- */
ul.thumbnail {
width: 1200px; /* リストエリアの幅 */
margin: 0;
padding: 30px 0 0; /* リストエリアのパディング（上、左右、下） */
list-style-type: none;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 300px; /* 項目の幅 */
	/* height: 110px; */ /* 項目の高さ（li要素の高さを指定する場合） */
	float: left;
	margin-bottom: 30px; /* 項目の下マージン */
	text-align: center;
	margin-left: 20px;
}

/* --- 画像 --- */
ul.thumbnail img {
padding: 10px; /* 画像のパディング */
background-color: #ffffff; /* 画像の背景色 */
height:180px;
width:280px;
border: 1px solid; /* 画像の境界線 */
border-color: #c0c0c0 #808080 #808080 #c0c0c0; /* 画像の境界線色（上右下左） */
}


/* 回り込みクリア */
.floatclear {
   clear:both;
}

















.t01 table {
width: 100%;
/*
border: 1px solid #999;
*/
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
}

.t01 table th{
border: 1px solid #999;
text-align: center;
padding: 2px;
font-size: 14px;
}

.t01 table td{
border: 1px solid #999;
background: #ffffff;
padding: 5px;
vertical-align: top;
font-size: 14px;
}

.t01 table td.item{
text-align: center;
background: #336633;
font-size: 14px;
color: #ffffff;
}

.t01 table td.noborder{
border: 0px;
}

.t01 table td.item02{
text-align: center;
background: rgba(82, 168, 236, 0.2);
width: 80px;
font-size: 14px;
}

.t01 table td.item03{
text-align: center;
background: #cccc99;
width: 80px;
font-size: 14px;
}

.t01 table td.value{
width: 250px;
font-size: 14px;
}

.t01 table td.value02{
width: 80px;
font-size: 14px;
}

.t02 table {
width: 100%;
border: 1px solid #999;
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
}

.t02 table th{
border: 1px solid #999;
text-align: center;
padding: 2px;
font-size: 14px;
}

.t02 table td{
border: 1px solid #999;
background: #ffffff;
padding: 5px;
vertical-align: top;
font-size: 14px;
}

.t02 table td.item{
text-align: center;
background: #ffffff;
font-size: 14px;
font-weight: bold;
color: #003300;
border-bottom: 3px double #003300;
}

.t02 table td.company{
border-left: 10px solid #e96c00;
}
.t02 table td.recruit{
border-left: 10px solid #00a5e0;
}
.t02 table td.senpai{
border-left: 10px solid #99c415;
}
.t02 table td.freepage{
border-left: 10px solid #e33178;
}

.t02 table td.item02{
text-align: center;
background: #ccffcc;
width: 80px;
font-size: 14px;
}

.t02 table td.item03{
text-align: center;
background: #cccc99;
width: 80px;
font-size: 14px;
}

.t02 table td.value{
width: 250px;
font-size: 14px;
}

.t02 table td.value02{
width: 80px;
font-size: 14px;
}

.frame_blue {
background-color: #ffffff;
border:solid 2px #0000ff;
border-radius: 10px;
padding: 10px;
}

.frame_light_blue {
background-color: #ffffff;
border:solid 4px #0099ff;
border-radius: 20px;
padding: 30px;
width: 660px;
margin-left: -25px;
line-height: 20px;
box-sizing: border-box;
}

@media (max-width: 480px) {
.frame_light_blue {
	width: 90%;
	margin: 0 auto;
	padding: 5%;
}

}/* media 480px; */

.frame_blue02 {
width: 500px;
background-color: #ffffff;
/*
text-shadow: 2px 2px 2px gray;
*/
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4); 
border:solid 2px #0000ff;
border-radius: 10px;
padding: 10px;
}

.company_photo {
width: 200px;
height: 125px;
float: left;
text-align: center;
background-color: #ffffff;
border:solid 2px #eeeeee;
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25); 
border-radius: 10px;
padding: 10px;
margin: 5px;
}

.company_photo02 {
width: 180px;
float: left;
text-align: center;
background-color: #ffcccc;
border:solid 2px #336633;
box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25); 
border-radius: 10px;
padding: 5px;
margin: 2px;
}

.company_photo02a {
width: 180px;
height: 30px;
text-align: left;
}

.company_photo02b {
width: 180px;
height: 15px;
text-align: left;
}

.required {
//float: right;
color: #ff0000;
text-align: right;
}

.required02 {
//float: right;
color: #ff0000;
text-align: right;
}


#freeword {
	padding: 0px;
	padding-left: 10px;
	width: 216px;
	height: 26px;
	margin: 20px 0px 0px 30px
}

#search {
	padding: 0px;
	padding-left: 2px;
	width: 60px;
	height: 30px;
	margin: 20px 0px 0px 0px
}

#navi_search {
	padding: 30px 0px 0px 30px;
}

#side_news {
	padding-top: 18px;
	width: 300px;
	height: 496px;
	background: url("/2027/img02/side_news_bg.png");
	text-align: center;
}
#side_news #t02 {
	width: 275px;
	height: 330px;
	margin: 0px 5px 0px 20px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

#side_news #t02 .frame {
	clear: both;
	border-top: 1px dashed #cccccc;
	padding-top: 6px;
	width: 260px;
	text-align: left;
}
#side_news #t02 .date {
	float: left;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #9ed22b;
	letter-spacing: 1px;
}
#side_news #t02 .text {
	float: left;
	width: 160px;
	font-size: 10pt;
	color: #346633;
	padding-left: 6px;
	padding-bottom: 6px;
}
#side_news .text a {
	text-decoration: none;
	color: #346633;
}

#side_news .text a:hover {
	text-decoration: underline;
	color: #346633;
}

.f32 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
}
.f14 {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}
.f16 {
	font-size: 16px;
	font-weight: bold;
}
.f28 {
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	color: #e33178;
}
.f24 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}

.f24 a{
	font-size: 16px;
	color: #336633;
	text-decoration: underline;
}
.f24 a:hover{
	color: #999999;
	text-decoration: underline;
}
.recruit_line {
	width: 610px;
	height: 5px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 20px;
}

.btn_favorite {
	float: right;
}

#side_search {
	width: 260px;
	height: 360px;
	padding: 0px 20px 0px 20px;
	background: url("/2027/img02/side_search_bg.png") no-repeat;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	vertical-align: middle;
}

#side_search img{
	vertical-align: middle;
}

.senpai_bg {
	width: 506px;
	padding: 0px 40px;
	background: url("/2027/img02/senpai_bg.png") repeat-y;
}

.senpai_bg02 {
	width: 506px;
	margin-top: -70px;
}

.senpai_bg03 {
	margin-top: -70px;
	margin-bottom: 10px;
}

.senpai_q {
	color: #99c415;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.senpai_a {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #5d5d5d;
}

.btn_page_top {
	text-align: right;
	width: 660px;
	margin-left: -25px;
}

.title_c2{
	width: 700px;
	clear: both;
	margin: 0px auto;
	background-image : url(/2027/img02/title_bg.png);
	line-height: 50px;
	color: #ffffff;
	font-size: 24px;
}
table.form {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

table.form {
	border:2px solid #336633;
	margin: 2px auto;
	border-collapse: separate;
	border-spacing: 10px 10px;
	border-radius: 10px;
	background: #ffffff;
	width: 100%;
}
table.form th, table.form td {
	text-align:left;
	border:0px solid #336633;
	padding:8px;
}

table.form th {
	font-weight:bold;
}

table.form th .required, table.form th .required02 {
	font-weight:normal;
}
table.form th {
	width: 175px;
	text-align: right;
}
table.form td {
}

table.form th {
	vertical-align: top;
	border-right: 2px solid #336633;
	padding-bottom: 22px;
}

@media (max-width: 480px) {

.menu {
display: none;
}

#contents {
width: 100%;
}

#contents_crop {
width: 100%;
}

#main_c02 {
width: 90%;
padding: 0px;
}

#main_c {
width: 90%;
padding: 0px;
}

#main_c_660 {
width: 90%;
padding: 0px;
}

#main_c_980 {
width: 90%;
padding: 0px;
}

table.form {
//	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

table.form {
	border:2px solid #336633;
	margin: 2px auto;
	border-collapse: separate;
//	border-spacing: 0px 0px;
	border-radius: 10px;
	background: #ffffff;
	width: 100%;
}
table.form th {
	text-align:left;
	border:0px solid #336633;
	padding:0px;
	font-weight:bold;
    width: 100%;
    display: block;
    border-top: none;
}
table.form th .required, table.form th .required02 {
	font-weight:normal;
	text-align: left;
	clear: both;
}
table.form th {
    width: 100%;
    display: block;
    border-top: none;
	text-align: left;
}
table.form td {
    width: 100%;
    display: block;
    border-top: none;
}

table.form th {
	vertical-align: top;
//	border-right: 2px solid #ff0000;
	padding-bottom: 0px;
}

table.form img {
	height: auto;
	width: 80%;
}
}

@media (max-width: 480px) {

.menu {
display: none;
}

#contents {
width: 100%;
}

#contents_crop {
width: 100%;
}

#main_c02 {
width: 90%;
padding: 0px;
}

#main_c {
width: 90%;
padding: 0px;
}

#main_c_660 {
width: 90%;
padding: 0px;
}
}

strong.ttl {
	text-align:left;
	border-left:solid 4px #cc0000;
	display:block;
	padding:2px 5px;
	margin-top:2em;
}

/* コントロール */
textarea,input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"] {
font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
border: 2px solid #cccccc;
background: #ffffff;
//box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25); 
border-radius: 5px;
padding: 5px;
margin: 5px;
}

select {
font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
border: 2px solid #cccccc;
background: #ffffff;
//box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25); 
border-radius: 5px;
margin: 5px;
}

textarea, input[type="text"], input[type="password"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"] {
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"] {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    border-radius: 5px;
    vertical-align: middle;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.text_m {
	width: 400px;
}
.text_m {
	width: 400px;
}
.text_l {
	width: 600px;
}
.text_s {
	width: 120px;
}
.text_ss {
	width: 50px;
}

@media (max-width: 480px) {
.text_m {
	width: 80%;
}
.text_m {
	width: 80%;
}
.text_l {
	width: 80%;
}
.text_s {
	width: 80%;
}
.text_ss {
	width: 80%;
}
}

@media (max-width: 480px) {
textarea,input[type="text"],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"],select {
width: 80%;
}
}

.preview {
	float: left;
	font-size: 24px;
	font-weight: bold;
}

ul.unit {
	margin: 0px;
	padding: 0px;
}

ul.unit li {
	width: 250px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}





/* 検索 */
.red {
	font-size: 24px;
	line-height: 24px;
	color: #ff0000;
}
.side_link_title {
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
}

.side_link_num {
	color: #336633;
	font-size: 10pt;
}

.side_link {
	margin: 5px 0px;
	font-size: 10pt;
}

.unit02 {
	width: 696px;
	padding: 12px;
	border: 1px solid #336633;
	margin: 10px 0px 10px 0px;
	background: #fffaf0;
}

.unit02 a {
	text-decoration: underline;
}

.unit02_copy {
	width: 696px;
	height: 20px;
	font-weight: bold;
}

.unit02_photo {
	float: left;
	width: 243px;
	height: 136px;
}

.unit02_text {
	float: left;
	margin-left: 20px;
	width: 300px;
	font-size: 10pt;
}
.unit02_btn {
	float: right;
	width: 100px;
	height: 136px;
}

.unit02_btn img{
	margin: 5px 0px;
}

.unit02_area {
	float: left;
	width: 725px;
}

.unit02_area02 {
	width: 725px;
}

.menu02 {
	float: right;
	margin: 25px 0px 0px 0px;
	width: 150px;
	background: #fffaf0;
	padding: 0px 15px;
}

.menu02 img{
	margin-left: -15px;
}

.f18 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.btn_area {
	width: 720px;
}

.btn_area img{
	margin: 2px;
}

.cur_tag {
	background: #336633;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}
.num_tag a{
	background: #c2d1c2;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}
.mobile_cur_tag {
	background: #ffffff;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
	text-align: center;
	line-height: 30px;
	color: #000000;
	display: inline-block;
	font-weight: bold;
}
.mobile_num_tag a{
	background: #ffffff;
	width: 30px;
	height: 30px;
	margin: 0px 2px;
	text-align: center;
	line-height: 30px;
	color: #336633;
	display: inline-block;
	font-weight: bold;
}
.paging_area {
	background: #ffffff;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #999999;
}

.map_area{
	width: 330px;
	height: 488px;
	background: url("/2027/img02/search_footer_area.png");
	padding: 120px 0px 0px 650px;
}

.map_area img{
	margin: 5px;
}

.search_area{
	float: left;
	width: 620px;
	height: 714px;
	background: url("/2027/img02/area_search.png");
	padding: 100px 20px 20px 20px;
	line-height; 20px;
}

.search_area table th{
	text-align: left;
	vertical-align: top;
}
.search_area table.hoge01 th{
	width: 70px;
}
.search_area table.hoge02 th{
	width: 100px;
}
.search_area table td{
	text-align: left;
	vertical-align: top;
}

.search_area table td label{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 18px;
}

.search_area02 table th{
	text-align: right;
	vertical-align: top;
}
@media (max-width: 480px) {
.search_area02 table th{
	text-align: left;
	vertical-align: top;
}
}

.search_area02 table td{
	text-align: left;
	vertical-align: top;
}

.search_area02 table td label{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 18px;
}

.space01{
	height: 16px;
}

.space02{
	width: 2px;
	height: 6px;
}

/* 検索 */

.search_area02 table td label{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 18px;
}

.flashdata
{
	color: #ff0000;
}

a.btn_select {
margin: 0px auto;
width: 90%;
height: 38px;
background: #ffffff;
//background: url("/2027/img_mobile/btn_area02.png") no-repeat;
border: 1px #cccccc solid;
text-align: left;
padding-left: 6%;
line-height: 38px;
color: #003300;
display: block;
}

a.btn_select {
text-decoration: none;
color: #003300;
}

a.btn_select:hover {
text-decoration: none;
color: #003300;
}

a.btn_select span.arrow img {
float: right;
line-height: 38px;
vertical-align: middle;
padding: 11px 10px;
}

a.btn_select02 {
margin: 0px auto;
width: 90%;
height: 110px;
//background: url("/2027/img_mobile/btn_area02.png") no-repeat;
border: 1px #cccccc solid;
text-align: left;
padding-left: 6%;
color: #003300;
display: block;
}

a.btn_select02 {
text-decoration: none;
color: #003300;
}

a.btn_select02:hover {
text-decoration: none;
color: #003300;
}

a.btn_select02 span.main_visual img {
float: left;
padding: 5px 5px;
}

a.btn_select02 div.text {
padding: 5px 5px;
}

a.btn_select02 span.arrow img {
float: right;
padding: 47px 10px;
}

#mobile_menu {
	text-align: left;
	color: #ffffff;
}

#mobile_menu a {
	color: #ffffff;
}

#mobile_menu {
	display: none;
}

#header_l {
	width: 660px;
	height: 120px;
	background: url(/2027/img02/header_left_bg02.png);
	float: left;
}

#header_l h1 img {
	position: relative;
	top: 8px;
}

#header_r {
	position: relative;
	width: 320px;
	height: 120px;
/*	background: url(/2027/img02/header_right_bg.png);*/
	float: right;
}
/*
#header_r .share_f {
	position: relative;
	top: 10pt;
	left: 271px;
}

#header_r .share_t {
	position: relative;
	top: 18px;
	left: 271px;
}

#header_r .share_g {
	position: relative;
	top: 23px;
	left: 271px;
}
*/
.others {
	width: 96%;
	background: #336633;
	text-align: left;
	margin: 0px auto;
}
.others a{
	margin-left: 20px;
	color: #ffffff;
	line-height: 24px;
}

@media (max-width: 480px) {
a.pagetop{
	cursor: pointer;
}
}

@media (max-width: 480px) {
#mobile_unit_area {
	width: 90%;
	margin: 0px auto;
}

.mobile_unit {
	width: 90%;
	padding: 5%;
	border: 1px solid #336633;
	margin: 10px 0 10px 0;
	background: #fffaf0;
}

#mobile_contents_wrap {
	width: 90%;
	margin: 0px auto;
}

#mobile_contents_wrap02 {
	width: 90%;
	margin: 0px auto;
}

table.mobile_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #336633;
//	background: #fffaf0;
	table-layout: fixed;
	word-break: break-all;
}

table.mobile_table td{
	border-bottom: 1px dotted #336633;
	padding: 5px;
}

table.mobile_table td.item{
	text-align: center;
	background: #f2ede4;
	width: 100px;
}

table.mobile_table td.value{
	text-align: left;
	background: #ffffff;
}

.mobile_contents {
	padding: 0 5%;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	background: #fffaf0;
	line-height: 20px;
//	word-break: break-all;
}

.mobile_contents a {
	word-break: break-all;
	overflow: auto;
}

.mobile_copy {
	font-weight: bold;
}

.outline table {
	width: 100%;
}

.catchcopy {
	background: #336633;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 5%;
}

#to_page_top {
	background: url(/2027/img_mobile/tamago_bg.png);
	height: 50px;
}

#mobile_photo_area {
	text-align: center;
}

.mobile_senpai_bg {
	width: 80%;
	padding: 0px 10%;
	background: url("/2027/img02/senpai_bg.png") repeat-y;
	background-size: 100%;
}

.senpai_a {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.mobile_senpai_bg02 {
	width: 100%;
	margin-top: -50px;
}

.mobile_senpai_bg03 {
	margin-top: -30px;
	margin-bottom: 10px;
}

.f28 {
	font-size: 20px;
}

.toolbar {
	display: block;
}

#html_contents img {
	max-width: 100%!important;
	height: auto!important;
}
}

@media (max-width: 480px) {
#mobile_unit_area {
	width: 90%;
	margin: 0px auto;
}

.mobile_unit {
	width: 90%;
	padding: 5%;
	border: 1px solid #336633;
	margin: 10px 0 10px 0;
	background: #fffaf0;
}

.mobile_contents_90 {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.mobile_copy {
	font-weight: bold;
}

.outline table {
	width: 100%;
}

.catchcopy {
	background: #336633;
	color: #ffffff;
	font-weight: bold;
}

#to_page_top {
	background: url(/2027/img_mobile/tamago_bg.png);
	height: 50px;
}

#search_title {
	background: url(/2027/img_mobile/tamago_bg.png);
	height: 50px;
}

#search_num {
	background: #96c115;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #808080;
	color: #ffffff;
	text-align: center;
}

.search_num {
	background: #96c115;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #808080;
	color: #ffffff;
	text-align: center;
}

#mobile_option, #mobile_option02 {
	width: 70%;
	background: #fffaf0;
	padding: 0px 10%;
	margin: 0px auto;
}


.side_link_title
{
	cursor: pointer;
}

}/* media 480px; */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.privacy dl dt {
	font-weight: bold;
}
.privacy dl dd {
	margin-left: 20px;
	margin-bottom: 20px;
}

#privacy_right {
	text-align: right;
}

@font-face {
font-family:"cinecaption";
src: local("cinecaption"), url("../font/cinecaption.ttf") format("truetype");
}
