@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 1.0em;
	color: #333333;
	text-align: left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	min-width:1000px;
}

body#recruit {
	font-size: 1em;
	text-align: left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	min-width:1000px;
}
img {
	border: none;
	vertical-align:bottom;
}
a:link {
	color: #0066CC;
	text-decoration:none;
}
a:visited {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
li {
	list-style-type: none;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
	
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
}
.pagetop a {
	display: block;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
@media(max-width:640px){
	body {
	font-size: 0.85em;
	text-align:left;
	line-height:140%;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
}

	body#recruit {
	font-size: 0.85em;
	text-align:left;
	line-height:140%;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
}

}

/*-------------------------------
	ヘッダー
--------------------------------*/

#header {
	width:1000px;
	margin:0 auto ;
	padding:20px 0 0 0;
	height:80px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#header a {
	color:#333;
}
#header_logo {
	float:left;
	margin-right:15px;
}
#header h1 {
	font-size: 19px;
	padding:5px 0 0;
	height: 61px;
	float:left;
}
#header h1 span {
	font-size:11px;
}
#header_r {
	width:250px;
	float:right;
	padding-top:15px;
}
#header_fb {
	float:right;
}
#header_mail {
	padding:5px 0 0 25px;
	background-image: url(../images/mail.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
}

#header_rec {
	display: block;
	width:auto;
	padding:0;
	height:460px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/rec_mv_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header_rec #mv {

	width:1000px;
	margin:0 auto ;
	padding:0;
	height:0;
}
#mvp {
	display: none;

}
@media(max-width:640px){
#header {
	width:100%;
	padding:10px 0 0 0;
	min-height:80px;
}
#header_l {
	width:240px;
	margin:0 auto;
}
#header_logo {
	float:left;
	margin-right:15px;
}
#header_logo img {
	width:60px;
	height:auto;
}
#header h1 {
	padding:0 0 0;
	height: auto;
	float:none;
}
#header_r {
	width:230px;
	float:none;
	margin:0 auto;
	padding:10px 0;
}
#header_mail {
	padding:7px 0 0 25px;
}

#header_rec {
	display: none;
	width:100%;
	padding:10px 0 0 0;
	min-height:80px;
}
#header_rec #mv {

	width:1000px;
	margin:0 auto ;
	padding:0;
	height:0;
}
#mvp {
	max-width: 100%;
	display: block;


}
}

/*-------------------------------
	メニュー
--------------------------------*/
#menu {
	width: 1000px;
	margin: 0 auto;
	height:40px;
}
#menu li {
	display: block;
	float: left;
	width: 20%;
	text-align:center;
}
#menu li a {
	display: block;
	color:#333;
}
.menu_line {
	background-image:url(../images/menu_line.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#toggle { 
	display: none;
}
#rec_toggle { 
	display: none;
}
#rec_navi {
	background-image: url(../images/rec_navi_back2.png);
	postion: -webkit-sticky;
	position: sticky;
	top: 0;
}
ul#rec_menu {
	height: 120px;
	width: 1000px;
	background-image: url(../images/rec_hline.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
ul#rec_menu li {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 120px;
	background-image: url(../images/rec_hline.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 45px;
	padding-left: 45px;
}
ul#rec_menu li a {
	display: block;
}

ul#rec_menu li.item1 {}
ul#rec_menu li.item2 {}
ul#rec_menu li.item3 {}
ul#rec_menu li.item4 {}
	
#rec_navi a:link {
	color: #ffffff;
	text-decoration:none;
}
#rec_navi a:visited {
	color: #ffffff;
	text-decoration:none;
}
#rec_navi a:hover {
	color: #999999;
	text-decoration:none;
}
a.a_message {
	display: block;
    padding-top: 120px;
    margin-top: -120px;
	}
a.a_perfi {
	display: block;
    padding-top: 120px;
    margin-top: -120px;
	}
a.a_cond {
	display: block;
    padding-top: 120px;
    margin-top: -120px;
	}
a.a_recform {
	display: block;
    padding-top: 120px;
    margin-top: -120px;
	}
#rec_menu2 {
	display: none;
	width: 1000px;
	margin: 0 auto;
	height:40px;
}
#rec_menu2 li {
	display: block;
	float: left;
	width: 20%;
	text-align:center;
}
#rec_menu2 li a {
	display: block;
	color:#333;
}
.menu_line {
	background-image:url(../images/menu_line.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

@media(max-width:640px){
	#menu{
	display: none;
	height:auto;
	border-left:none;
	width: 100%;
}
	#menu li{
	width: 100%;
	text-align:left;
}
	#menu li a {
	height:auto;
	border-top: solid 1px #FFF;
	padding:10px 10px 10px 40px;
	border-right:none;
	font-size:100%;
	color:#FFFFFF;
	background-color:#E44732;
	background-image: url(../images/menu_arr.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size:9px 12px;
}
ul#rec_menu {
	background-image: none;
	display: none;
	height:auto;
	border-left:none;
	width: 100%;
	margin: auto;
	}
ul#rec_menu li {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 18px;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align:left;
}
ul#rec_menu li a {
	display: block;
	height:auto;
	border-top: solid 1px #FFF;
	padding:10px 10px 10px 40px;
	border-right:none;
	font-size:100%;
	color:#FFFFFF;
	background-color:#93abc6;
	background-image: url(../images/menu_arr.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size:9px 12px;
}
	#rec_navi {
	background-image: none;
	postion: -webkit-sticky;
	position: static;
	top: auto;
}
ul#rec_menu li a:hover {color:#173769;} 


	#toggle{
	display: block;
	position: relative;
	width: 100%;
	margin:10px 0 0;
	background-color: #7C2525;
	font-size:120%;
}
	#toggle a{
	display: block;
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
	#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
	#toggle a:before, #toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #7C2525;
}
	#toggle a:before{
	margin-top: -6px;
}
	#toggle a:after{
	margin-top: 2px;
}



	#rec_toggle{
	display: block;
	position: relative;
	width: 100%;
	background-color: #173769;
	font-size:120%;
}
	#rec_toggle a{
	display: block;
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
	#rec_toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
	#rec_toggle a:before, #rec_toggle a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background: #173769;
}
	#rec_toggle a:before{
	margin-top: -6px;
}
	#rec_toggle a:after{
	margin-top: 2px;
}
a.a_message {
	display: block;
    padding-top:0px;
    margin-top:0px;
	}
a.a_perfi {
	display: block;
    padding-top:0px;
    margin-top:0px;
	}
a.a_cond {
	display: block;
    padding-top:0px;
    margin-top:0px;
	}
a.a_recform {
	display: block;
    padding-top:0px;
    margin-top:0px;
	}
}

/*-------------------------------
	フッター
--------------------------------*/
#footer {
	text-align:center;
	min-width:1000px;
	padding:40px 0 20px;
	font-size:80%;
	clear:both;
}

div#footer_rec {
	text-align:center;
	width:100%;
	font-size:80%;
	clear:both;
	background-color: #173769;
	color: #FFF;

	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
div#footer_navi {
	background-color: #93abc6;
	background-image: url(../images/rec_footer_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 40px;
	padding-bottom: 80px;
}
div#footer_navi img#logo {
	display: block;
	width: 129px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
div#footer_navi p#copy {
	color: #173769;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	line-height: 160%;
}
div#footer_navi a#totop {
	display: block;
	width: 354px;
	margin-right: auto;
	margin-left: auto;
}



@media(max-width:640px){
#footer {
	min-width:320px;
	padding:20px 0 20px;
}
div#footer_rec {
	text-align:center;
	width:100%;
	padding:10px 0 10px;
	font-size:60%;
	clear:both;
	background-color: #173769;
	color: #FFF;
}
div#footer_navi p#copy {
	width:97%;
	margin-right: auto;
	margin-left: auto;
	color: #173769;
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
}
div#footer_navi a#totop {
	display: block;
	width: 354px;
	margin-right: auto;
	margin-left: auto;
}
}

/*-------------------------------
	コンテンツ・レイアウト
--------------------------------*/
#contents {
	width:1000px;
	margin:0 auto 50px;
	padding-bottom:25px;
	line-height:1.8;
}
@media(max-width:640px){
#contents {
	width:90%;
	margin:0 5% 20px;
	padding-bottom:0;
}
}

/*-------------------------------
	コンテンツ・ページタイトル
--------------------------------*/
#ttl_h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 110%;
	color: #F0F0F0;
	background-color: #7C2525;
}
#ttl_h2 h2 {
	font-weight: normal;
	width:1000px;
	margin:0 auto 30px;
	padding:15px 5px;
}

#ttl_rec_h2 {
	background-color: #173769;
	height: 120px;
	background-image: url(../images/rec_navi_back1.png);
}
#ttl_rec_h2 h2 {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W5";
	font-size: 32px;
	color: #F0F0F0;
	font-weight: bold;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
	line-height: 120px;
}
#ttl_rec_h2 h2 span#huge {
	font-size: 52px;

}
@media(max-width:640px){
#ttl_h2 {
	font-size: 100%;
	background-color: #F3F3F3;
	color: #7C2525;
	border-left:solid 5px #7C2525;
}
#ttl_h2 h2 {
	font-weight: bold;
	clear:both;
	width:96%;
	margin:0 auto 10px;
	padding:15px 2%;
}
#ttl_rec_h2 {
	font-size: 100%;
	background-color: #F3F3F3;
	border-left:solid 5px #173769;
	height: auto;
	background-image: none;
}
#ttl_rec_h2 h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
	clear:both;
	width:96%;
	line-height: 140%;
	color: #173769;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
	font-size: 100%;
}
#ttl_rec_h2 h2 span#huge {
	font-size: 100%;

}
}

/*-------------------------------
	コンテンツ・コピー、見出し
--------------------------------*/
#contents h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 220%;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:20px;


}
#contents h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 160%;
	line-height:1.8;
	margin-bottom:10px;
}
.title01 {
	font-size: 120%;
	font-weight:bold;
	color: #FFF;
	background-color: #7C2525;
	padding: 8px 10px 5px;
	margin-bottom:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
@media(max-width:640px){
#contents h3 {
	font-size: 140%;
}
#contents h3 span {
	display:block;
}
#contents h4 {
	font-size: 130%;
	line-height:1.3;
	margin-bottom:10px;
}
.title01 {
	font-size: 110%;
	padding: 5px 10px;
	margin-bottom:10px;
}
}

/*-------------------------------
	表組み・ボタン
--------------------------------*/
.dl01 {
	line-height:1.8;
}
.dl01 dl {
	border-bottom:1px solid #CCC;
	background: url(../images/dl01.jpg) repeat-y left top;
}
.dl01 dt {
	float:left;
	width:220px;
	display:inline;
	border-top:1px solid #CCC;
	padding:12px 10px 10px 20px;
}
.dl01 dd { 
	margin:0 0 0 250px;
	padding:12px 10px 10px 0;
	border-top:1px solid #CCC;
}
.btn01 a {
	color: #FFF;
	background-color: #7C2525;
	padding: 6px 30px 6px 50px;
	margin:10px 0 0;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/btn01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
@media(max-width:640px){
	.dl01 dl {
	border-bottom:none;
	background:none;
}
	.dl01 dt {
	float:none;
	width:auto;
	display: block;
	font-weight:bold;
	border-top:none;
	padding:3px 10px;
	background-color:#EFEBE8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
	.dl01 dd {
	width:auto;
	margin:0 0 5px 0;
	padding:5px 10px;
	border-top:none;
}
.btn01 a {
	padding: 6px 30px;
	display: block;
	text-align:center;
}
}

/*-------------------------------
	トップページ
--------------------------------*/
#topimg {
	text-align:center;
	background-image: url(../images/topimg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:400px;
	min-width:1000px;
	margin-bottom:50px;
	clear:both;
}
#topbnr {
	width:1000px;
	height:360px;
	margin:0 auto 60px;
}
#topbnr a {
	width:326px;
	height:360px;
	float:left;
	background-repeat: no-repeat;
	background-position: center top;
}
#topbnr1 a {
	background-image: url(../images/bnr1.jpg);
}
#topbnr2 a {
	background-image: url(../images/bnr2.jpg);
	margin:0 11px;
}
#topbnr3 a {
	background-image: url(../images/bnr3.jpg);
}
#googlemap {
	margin-bottom:20px;
}
#top_add {
	text-align:center;
	margin-bottom:20px;
}
#top_add_logo {
	text-align:center;
}
@media(max-width:640px){
#topimg {
	background-size:400px 160px;
	height:160px;
	min-width:320px;
	margin:10px 0 10px;
	clear:both;
}
#topbnr {
	width:100%;
	height:1030px;
	margin:0 auto 10px;
}
#topbnr a {
	width:300px;
	height:331px;
	display:block;
	float:none;
	margin:0 auto 10px;
	background-size:300px 331px;
}
#topbnr1 a {
	background-image: url(../images/bnr1.jpg);
}
#topbnr2 a {
	background-image: url(../images/bnr2_sp.jpg);
	margin:0 auto 10px;
}
#topbnr3 a {
	background-image: url(../images/bnr3.jpg);
}
#googlemap {
	clear:both;
	margin-bottom:20px;
}
#top_add {
	text-align:center;
	margin-bottom:20px;
}
#top_add span {
	display:block;
}
#top_add_logo {
	text-align:center;
}
#top_add_logo img {
	width:60px;
	height:auto;
}
}

/*-------------------------------
	家具製作について
--------------------------------*/
.pic_r {
	float:right;
	margin:0 0 20px 50px;
}
.pic_l {
	float:left;
	margin:0 50px 20px 0;
}
.work1 {
	padding:50px 0 70px;
	clear:both;
}
@media(max-width:640px){
.pic_r {
	float:none;
	margin:0 0 10px 0;
}
.pic_l {
	float:none;
	margin:0 0 10px 0;
}
.pic_r img, .pic_l img {
	width:100%;
	height:auto;
}
.work1 {
	padding:25px 0;
	clear:both;
}
}

/*-------------------------------
	ギャラリー
--------------------------------*/
.gallery {
	padding:50px 0 0;
	overflow:hidden;
}
#side {
	width:230px;
	float:left;
}
#side li a {
	color: #7C2525;
	font-weight:bold;
	background-color: #EFEBE8;
	padding: 6px 30px 6px 50px;
	margin:0 0 5px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/side_arr.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#main {
	width:700px;
	float:right;
}
.cate_ttl {
	font-size: 120%;
	font-weight:bold;
	color: #FFF;
	background-color: #7C2525;
	padding: 8px 10px 5px;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cate_ttl a, .post-categories a {
	color:#fff;
}
.post-categories {
	font-size: 120%;
	font-weight:bold;
	color: #FFF;
	background-color: #7C2525;
	padding: 8px 10px 5px;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry_box {
	margin:0 10px;
}
.entry_box img {
	float:left;
	margin:0 15px 15px 0;
}
.entry_ttl {
	color: #7C2525;
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}
.g_top_box {
	clear:both;
	margin-bottom:50px;
}
.g_box {
	width:200px;
	float:left;
	text-align:center;
	padding:15px;
}
.g_box a {
	color: #7C2525;
}
.pager {
	text-align:center;
}
@media(max-width:640px){
.gallery {
	padding:20px 0 0;
	overflow:hidden;
}
#side {
	width:100%;
	float:none;
	margin-bottom:15px;
}
#side li a {
	padding: 3px 30px 3px 30px;
	margin:0 0 5px;
	background-position: 10px center;
	background-size:14px 14px;
}
#main {
	width:100%;
	float:none;
}
.entry_box {
	margin:0;
}
.entry_box img {
	width:46%;
	height:auto;
	margin:0 2% 10px;
}
.entry_ttl {
	margin-bottom:5px;
}
.cate_ttl {
	font-size: 110%;
	padding: 5px 10px;
	margin-bottom:10px;
}
.g_top_box {
	clear:both;
	margin-bottom:30px;
}
.g_box {
	width:100%;
	float:none;
	padding:10px 0;
}
.g_pic img {
	width:80%;
	height:auto;
}
}

/*-------------------------------
	製作の流れ
--------------------------------*/
.flow_box {
	padding:50px 0 0;
}
.flow {
	border:solid 5px #EFEBE8;
	padding:30px 50px;
}
.step {
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}
.step span {
	color: #FFF;
	background-color: #7C2525;
	padding:2px 10px;
	margin-right: 20px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flow_arr {
	color: #7C2525;
	text-align:center;
	font-size:130%;
}
@media(max-width:640px){
.flow_box {
	padding:20px 0 0;
}
.flow {
	border:solid 3px #EFEBE8;
	padding:15px 10px 10px;
}
.step {
	margin-bottom:10px;
}
.step span {
	padding:2px 10px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flow_arr {
	color: #7C2525;
	text-align:center;
	font-size:130%;
}
}

/*-------------------------------
	リクルート
--------------------------------*/
.recruit {
	padding:0 0 50px;
}
/*--旧スタイル--*/

body#recruit div#contents {}

body#recruit div#contents h3 {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W5";
	font-size: 32px;
	font-weight: bold;
	width:700px;
	height: 80px;
	line-height: 80px;
	padding-right: 150px;
	padding-left: 150px;
	background-image: url(../images/rec_h_under.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.recruit_contents_area {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
}
	
	
	
	
	
div#intro {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0px;
}

div#intro p#copy1 {
	color: #336699;
	font-size: 18px;
	text-align: center;
}

div#intro p#copy2 {
	font-size: 36px;
	color: #002369;
	font-weight: bold;
	text-align: center;
}

#photo_area {
	padding:0 0 50px;
}
#photos {
	height: 510px;
	width: 1000px;

}
#photos li {
	height: 162px;
	width: 244px;
	margin-bottom: 8px;
	float: left;
	margin-right: 8px;
}
#photos .last {
	margin-right: 0px;
}
#photosp {
	display:none;
}

#pname {
	font-size: 1.5em;
	text-align: right;
}


#perfi {
	margin-bottom: 50px;
}

#perfi img {
    max-width:700px;
	}

.recruit5_1 {
	line-height:1.8;
}
dl#cond {
	background: url(../images/rec_dl_back.png) repeat-y left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 50px;
}
dl#cond dt {
	float:left;
	width:220px;
	display:inline;
	border-top:1px solid #CCC;
	padding:12px 10px 10px 20px;
	font-weight: bold;
}
dl#cond dd { 
	margin:0 0 0 250px;
	padding:12px 10px 10px 0;
	border-top:1px solid #CCC;
}
.btn01 a {
	color: #FFF;
	background-color: #7C2525;
	padding: 6px 30px 6px 50px;
	margin:10px 0 0;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/btn01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
#rec_con_guide {
	line-height:1.8;
	background-color: #e9e9e9;
	border: 3px solid #cccccc;
	padding: 20px;
}
#rec_con_guide h4 {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	color: #cc3333;
	font-size: 24px;
	line-height: 24px;
	
	}
#rec_con_guide p {
	line-height: 140%;
	margin-bottom: 10px;
}
#rec_con_guide p#rec_tel {
	font-family: Impact;
	font-size: 36px;
	color: #C33;
	background-image: url(../images/rec_tel_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 64px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.recform {
	line-height:1.8;
}
.recform dl {
	background: url(../images/rec_mailform_back.png) repeat-y left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.recform dt {
	float:left;
	width:190px;
	display:inline;
	border-top:1px solid #CCC;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.recform dd {
	border-top:1px solid #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}




@media(max-width:640px){
.recruit1 {
	padding:0 0 25px;
}
body#recruit div#contents {
	padding-top: 20px;
	}

div#intro {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}

div#intro p#copy1 {
	color: #336699;
	font-size: 100%;
	text-align: left;
}

div#intro p#copy2 {
	font-size: 100%;
	color: #002369;
	font-weight: bold;
	text-align: left;
}

#photo_area {

	padding:0 0 20px;


}

#photos {
	display:none;
}
#photosp {
	display:block;
}
#photosp img {
	max-width: 100%;
}

body#recruit div#contents h3 {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W5";
	font-size: 120%;
	font-weight: bold;
	width:auto;
	height: 100%;
	line-height: 120%;
	background-image: none;
	background-color: #173769;
	color: #FFF;
	padding: 8px;
	margin-bottom: 10px;
	}
.recruit_contents_area {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}
#pname {
	font-size: 100%;
	text-align: right;
}
#perfi {
	width:auto;
	margin-bottom: 20px;
}

#perfi img {
	max-width:700px;
	width: 100%;
}

dl#cond {

	margin-bottom: 20px;
	background-image: none;
	
	border:none;
	background:none;
}
dl#cond dt {
	float:none;
	width:auto;
	display: block;
	font-weight:bold;
	border-top:none;
	padding:3px 10px;
	background-color:#EFEBE8;
	border-radius: 5px;
	-webkit-border-radius: 5px;

}
dl#cond dd { 
	width:auto;
	margin:0 0 5px 0;
	padding:5px 10px;
	border-top:none;
}



.recform {
	line-height:1.8;
}
.recform dl {
	border:none;
	background:none;
}
.recform dt {
	float:none;
	width:auto;
	display: block;
	font-weight:bold;
	border-top:none;
	padding:3px 10px;
	background-color:#EFEBE8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.recform dd {
	width:auto;
	margin:0 0 5px 0;
	padding:5px 10px;
	border-top:none;
}
	.input_txt{
	min-width:97%;
}
	#recform_btn input {
	font-size:100%;
	padding:5px 15px 3px;
}
	input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: none;
}
	#thanks {
	margin-bottom:0;
}
#rec_con_guide h4 {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	color: #cc3333;
	font-size: 16px;
	line-height: 24px;
	
	}
}

.recruit {
	padding:0 0 25px;
}



/*-------------------------------
	会社案内
--------------------------------*/
.gaiyo {
	margin-bottom:50px;
}
@media(max-width:640px){
.gaiyo {
	margin-bottom:20px;
}
}

/*-------------------------------
	お問い合わせ
--------------------------------*/
.hissu {
	color: #F60;
}
.contact {
	margin-top:10px;
}
.contact input, .contact textarea {
	padding:3px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	font-size:100%;
}




.contact input:after, .contact textarea:after {
  content: "";
  clear: both;
  display: block;
}
.input_txt{
	min-width:500px;
}
.input_ad {
	max-width:80px;
}
.contact_ad {
	margin-bottom:5px;
}
#contact_btn {
	text-align:center;
	padding:15px 0;
}
#contact_btn input {
	color:#FFF;
	font-size:110%;
	padding:10px 25px 7px;
	background-color:#7C2525;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
	cursor:pointer;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}
#thanks {
	margin-bottom:50px;
}
@media(max-width:640px){
	.input_txt{
	min-width:97%;
}
	#contact_btn input {
	font-size:100%;
	padding:5px 15px 3px;
}
	input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: none;
}
	#thanks {
	margin-bottom:0;
}
}
/*-------------------------------
	リクルート（お問い合わせ）
--------------------------------*/
.attention {
	color: #C00;
}
.recform {
	margin-top:10px;
}
.recform input, .recform textarea, .recform select, .recform option {
	padding:3px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	font-size:100%;
}




.recform input:after, .recform textarea:after {
  content: "";
  clear: both;
  display: block;
}
.recform .input_txt{
	min-width:400px;

}

.recform .input_ad {
	max-width:80px;
}
.recform_ad {
	margin-bottom:5px;
}
#recform_btn {
	text-align:center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#recform_btn input {
	color:#FFF;
	font-size:110%;
	padding:10px 25px 7px;
	background-color:#25467c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
	cursor:pointer;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}
#thanks {
	margin-bottom:50px;
}
@media(max-width:640px){
	.input_txt{
	min-width:97%;
}
.recform .input_txt_1byte{
	min-width:97%;
}
.recform .input_txt{
	min-width:97%;
}
	#recform_btn input {
	font-size:100%;
	padding:5px 15px 3px;
}
	input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: none;
}
	#thanks {
	margin-bottom:0;
}
}
