@charset "shift_jis";

/*
-----------------------------------------------------------------
目次

　　　・初期化
　　　・共通要素
　　　・共通パーツ

　　　・求人情報詳細共通
　　　   -募集要項
　　　   -職場の写真
　　　   -スタッフの声
　　　・検索結果
　　　・よくあるご質問
　　　・免責事項
　　　・個人情報取り扱いについて

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


@media print {
/* print_css_start */


/************************* 初期化 **********************/
* { float:none !important; }

body {
	color: #000;
	background-color: #fff;
	margin: 0 !important;
	padding: 1px !important;
	text-align: left;
	font-family: 'ＭＳ Ｐゴシック','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
    font: 12px 'ＭＳ Ｐゴシック','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
	font-size: 12pt;
}

div {
	line-height: 160%;
}

h1,h2,h3,h4 {
    font: 13px 'ＭＳ Ｐゴシック','メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',sans-serif;
    *font-size: small;
    *font: x-small;
}

img {
	border: none;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
}

p {
	padding:0;
	margin:0 0 5px 0;	
}

button, fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  

a:link,
a:visited {
	text-decoration: underline;
	color: #000;
}

table {
    font-size: inherit;
    font: 100%;
	border: 1px solid #333333;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0;
}

th,td {
	padding: 5px 4px 5px 9px;
	border: 1px solid #333333;
	text-align: left;
	line-height: 145%;
}

th {
	background: #f5f5f5;
}

caption {
	text-align: left;
	padding: 0 0 5px 0;	
}


/************************* 各要素 **********************/
#header h1,
#header .f_r,
#pan,
#footer {
	display: none;
}
#header {
	margin:0;
	padding:0;	
}

#header h2 {
	font-weight: bold;	
}

#container,
#contents {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width:auto;
}

/************************* 共通パーツ **********************/

.go_top,
#bottom_link
{
	display: none;
}

#page_ttl h2 {
	font-size: 120%;
	font-weight: bold;
}

.common_ttl h3 {
	font-size: 108%;
	font-weight: bold;
}

ol.alpha {
	list-style-type: upper-alpha;	
}

ol.roman {
	list-style-type: upper-roman;	
}

/*
-----------------------------------------------------------------
    求人情報詳細
-----------------------------------------------------------------
*/

/************************* 共通 **********************/

#detail_head .description .btn,
#detail_head .tab,
#detail_bottom_navi
{
	display: none;
}

#detail_head .description {
	margin: 10px 0 0 0;
}

#detail_head .icon img {
	margin-right: 10px;	
}

#detail_head h2 {
	font-size: 108%;
	font-weight: bold;
	margin: 0px 0 11px 0px;
}


/************************* 募集要項 **********************/
#detail_about_body .salespoint .pic {
	text-align:center;
	margin: 10px 0;
}

#detail_about_body .salespoint .txt {
	margin-bottom:10px;
}

#detail_about_body .salespoint .txt h3 {	
	font-size: 108%;
	font-weight: bold;
	margin: 0px 0 11px 0px;	
}

#detail_about_body th {
	vertical-align: top;
	width: 107px;
}

#detail_about_body .company_info {
	margin:20px 0 0 0;	
}

#detail_about_body .company_info caption {
	font-weight:bold;	
}


/************************* 職場の写真 **********************/
#detail_work_body .left:after,
#detail_work_body .right:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#detail_work_body .left,
#detail_work_body .right {
	border:1px solid #fff;
	clear: both;
	margin-top:25px;
}

/*＼*/
* html #detail_work_body .left,
* html #detail_work_body .right{
    height: 1em;
    overflow: visible;
}
/**/


#detail_work_body .pic {
	float:left !important;
	margin-right: 20px;
}

#detail_work_body .txt {
	margin-top: 20px;
}

/************************* スタッフの声 **********************/
#detail_stuff_body .stuff:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#detail_stuff_body .stuff {
	border:1px solid #fff;
	clear: both;
	margin-top:25px;
}

/*＼*/
* html #detail_stuff_body .stuff{
    height: 1em;
    overflow: visible;
}
/**/

#detail_stuff_body .pic {
	float:left !important;
	margin-right: 20px;
}

#detail_stuff_body .txt {
	float:left !important;
	margin-right: 20px;
}

#detail_stuff_body .txt .ttl {
	font-weight:bold;
	margin-bottom:10px;
	
}

/*
-----------------------------------------------------------------
    検索結果
-----------------------------------------------------------------
*/

#result_head .search_parameter,
#result_head .navi,
#result_body .result_one table tr.navi,
#result_body .description .btn,
#result_body .bar,
#result_foot
{
	display: none;
}

#result_head .search_key {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 20px;
}

#result_body .result_one {
	padding: 20px 0;
	border-top: 1px solid #000000;	
}

#result_body .result_one .ttl .icon img {
	margin-right: 10px;	
}

#result_body .result_one .ttl h2 {
	margin-right: 10px;
	font-size:100%;
}

#result_body .result_one .ttl h2 a {
	display: block;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0 11px 0px;
}

#result_body .result_one .description .pic {
	margin:10px 0;
	text-align:center;
}

#result_body .result_one .description h3 {
	font-size: 108%;
	font-weight: bold;
}

#result_body .result_one .job_info th {
	width:69px;
	vertical-align:top;
}


/*
-----------------------------------------------------------------
    よくあるご質問
-----------------------------------------------------------------
*/

.faq_page dt {
	margin-bottom: 10px;
}

.faq_page dd {
	margin-bottom: 30px;
}



.faq_page dt .q,
.faq_page dd .a {
	display:block;
	float:left !important;
	font-size:200%;
	width:1em;
	padding-top:5px;
}

.faq_page dt .txt,
.faq_page dd .txt {
	display:block;
	float:left !important;
}

.faq_page dt .txt {
	font-size: 100%;
	font-weight: bold;
}

.faq_page dt:after,
.faq_page dd:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.faq_page dt,
.faq_page dd {
	clear: both;	
}

/*＼*/
* html .faq_page dt,
* html .faq_page dd {
    height: 1em;
    overflow: visible;
}
/**/


/*
-----------------------------------------------------------------
    免責事項
-----------------------------------------------------------------
*/

.disclaimer_page li {
	margin-bottom:20px;	
}

.disclaimer_page ol {
	margin-bottom:30px;	
}

/*
-----------------------------------------------------------------
    個人情報取り扱いについて
-----------------------------------------------------------------
*/

.privacy_page li {
	margin-bottom:20px;
}

.privacy_page .txt {
	margin-bottom:30px;
}




/* print_css_end */
}