@charset "utf-8";

/* Tiny MCE用CSS */

/* 編集画面との相違をなくすために、Tiny MCE編集画面のビルトインCSSを読み込む */
@import url("/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css");

* {
	-webkit-text-size-adjust: none; /* iOSでのレイアウト崩れを避ける */
	}

body,
body.mceContentBody {
	margin:0px auto;
	padding: 0px;
	font-size:90%;
	line-height:1.7;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	color:#333;
}

body.mceContentBody {
	padding: 0px;
	max-width:620px;
}

h1{
	font-size:170%;
	background-image:url(img/common/bg_h1.jpg);
	background-repeat: repeat-x;
	background-position:left center;
	font-weight:bold;
	padding:7px 3px 4px 12px;
	margin:0px 0px 15px 0px;
	border-top:3px solid #BDC6CE;
	border-left:6px solid #89A127;
	line-height:1.4;
	clear:both;
}

h2{
	background-image:url(img/common/bg_h2.jpg);
	background-repeat:repeat-x;
	background-position:0px 5px;
	background-color:#F5F5F5;
	font-size:140%;
	font-weight:bold;
	padding:8px 0px 5px 20px;
	margin:10px 0px 15px 0px;
	border-top:3px solid #BDC6CE;
	border-left: 0px solid #fff;
	border-bottom:1px solid #BDC6CE;
	line-height:1.4;
	clear:both;
	color:#333;
}
	h2 a{
		color:#333;
	}

h3{
	background-image:url(img/common/bg_h3.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#F5F5F5;
	font-size:120%;
	font-weight:bold;
	padding:5px 0px 3px 8px;
	margin:10px 0px 15px 0px;
	border-left: 5px solid #89A127;
	border-bottom:1px dotted #98A8B1;
	color:#333;
	line-height:1.3;
	clear:both;
}
	h3 a{
		text-decoration:underline;
		color:#666;	
	}
		h3 a:hover{
			text-decoration:underline;
			color:#000;
		}

h4{
	font-size:105%;
	padding:3px 0px 1px 8px;
	margin:10px 0px 15px 0px;
	border-left: 4px solid #89A127;
	line-height:1.3;
	clear:both;
}


ol {
	margin:0px;
	padding-left:28px;
	}
	ol li{
		margin:0px;
		padding:0px;
		list-style-type:decimal;
		margin-bottom:0.5em;
	}
	
ul {
	margin:0px;
	padding-left:20px;
}
	ul li {
		margin:0px;
		padding:0px;
		margin-bottom:0.5em;
	}

table{}

	table.aligncenter{
		display:table;
	}

	th,td{
		font-size:100%;
		font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
		color:#333333;
		margin:0;
	}

		td > h1:first-child,
		td > h2:first-child,
		td > h3:first-child,
		td > h4:first-child{
			margin-top:0;
		}

	th{

	}

img{
	border:0px;
}
	body.mceContentBody img{
		vertical-align:bottom; /* tinymCEの表示調整用 */
	}

a {
	color:#123FC9;
	text-decoration: underline;
}
	a:focus{ }
	a:hover {
		text-decoration:none;
	}
	a img {
		cursor:auto;
	}



/* thickbox適用を表すクラス */
a.thickbox img {
	border:3px solid #ddd;
	}
	
	a.thickbox img:hover {
		border:3px solid #4293E3;
		}


.clear{
	clear:both;
}

p{
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.7;
}
	p.red1{
		color:#F00;
	}


/*
***********************************************************************************************
float関連
***********************************************************************************************
*/

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */ 
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*
***********************************************************************************************
会社情報
/company/
***********************************************************************************************
*/

.table_company{
}
	.table_company tr td{
	}
	
		.table_company tr td p{
		
		}


/*
***********************************************************************************************
求人情報
/recruit/
***********************************************************************************************
*/

.table_company{
}

	.table_company tr td{
	}
	
		.table_company tr td p{
		
		}


/*
***********************************************************************************************
スタッフインタビュー
/recruit/voice/
***********************************************************************************************
*/

.table_voice{

	}

	.table_voice tr td{
	}
	
		.table_voice tr td h3{
			background-color:#89A127;
			border-left:0px solid #fff;
			border-bottom:1px solid #748822;
			background-image:none;
			color:#fff;
			padding-left:5px;
		}
		


/*
***********************************************************************************************
よくある質問
/faq/
***********************************************************************************************
*/

/*
.faq {
	padding: 6px 0 0 0;
}

	.faq ul {
		padding: 0;
		margin: 2px 0 16px 0;
	}

		.faq ul li {
			list-style-type: none;
			margin-top: 1px;
			margin-right: 0;
			margin-bottom: 0;
			margin-left: 0;
		}

		.faq ul li.question {
			background-color: #F0F4DD;
			background-image: url(img/mark_question.png);
			background-repeat: no-repeat;
			background-position: 8px 5px;
			padding-top: 7px;
			padding-right: 0;
			padding-bottom: 7px;
			padding-left: 50px;
			margin-bottom:7px;
			font-weight:bold;
		}
		
		.faq ul li.answer{
			background-color: #FFFFFF;
			background-image: url(img/mark_answer.png);
			background-repeat: no-repeat;
			background-position: 8px 6px;
			padding-top: 7px;
			padding-right: 0;
			padding-bottom: 7px;
			padding-left: 50px;
			margin-bottom:20px;
		}
*/
