@charset "utf-8";
/* CSS Document */

/* ベースルール */

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS ゴシック", sans-serif;
	font-weight:500;
	background-color: #FFF9F0;
	background-image: url(../img/bg-pattern.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #993300;
	font-size: 16px;
	line-height : 180%; /* 24px */
	letter-spacing:0.1em;
}

/* レイアウトルール */

.l-box{ padding:2% 0;}

/* モジュールルール */


.is-txtbox{
	border: 3px solid #FFA6AF;
	padding: 4% 2% 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #E53C54;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	z-index: 100;
}

.headimg{ width:720px;}
.titleimg{ width:260px;}

.ic-1day{
	text-align: center;
  	position:relative;
	top: 30px;
  	bottom: 0;
  	left: 0;
  	right: 0;
	width:100%;
  	z-index: 1000;
}
.ic-1day img{ width:60px;}
.tel{ text-align:right;}
.mail{ text-align:left;}
.tel img,.mail img{width:75%;}

.info-txt p{ text-align:left; margin:0 auto 40px;}
.info-txt p:last-child{ margin:0 auto 0;}

/* テーブルセル */

.nyuusho{
	width: 100%;
	/*color:#4EA577;*/
	}
.nyuusho_l{
	width:30%;
	background-color: #4EA577;
	color: #FFF;
	font-weight: bold;
	padding: 1.5%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nyuusho_r{
	width:70%;
	padding:2.5%;
	text-align:left;
	background-color: #fbefdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.table-row{
	display: table;
	width: 100%;
	list-style-type: none;
	/*border: 1px solid #666;*/
    }
.table-cell{
	display: table-cell;
    }

.main-title{ margin:60px auto; padding:0; text-align:center;}
.main-title img{ width:260px;}
.txt-add{ font-size:18px; font-weight:bold;}
.txt-add br{ display:none;}

/* グーグルマップ */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 80%;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	/*background-color: #0033CC;*/
}

.is-shadow01{
box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 3px 2px;
-webkit-box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 3px 2px;
-moz-box-shadow:rgba(113, 135, 164, 0.129412) 0px 0px 3px 2px;}

/*-----募集要項-----*/

#box-recruit-info {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    margin: 0 auto 60px;
	color:#333;
}

#box-recruit-info th {
    width: 200px;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    border-right: 20px solid #ffffff;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ffffff;
    /* font-size: 12px; */
    /* line-height: 1.8; */
    font-weight: normal;
    vertical-align: middle;
}

#box-recruit-info td {
    /* width: 676px; */
    margin: 10px 0;
    padding: 10px;
    border-bottom: 1px solid #c3c0c0;
    /* font-size: 12px; */
    line-height: 1.8;
    vertical-align: top;
	text-align:left;
}
h3.recruit-title {
    background-color: #fba000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    margin: 0 auto 24px;
}
.box-basic-form {
    width: 100%;
	margin:0 auto;
    border-collapse: collapse;
    font-size: 14px;
	line-height:160%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	text-align:left;
	color:#333;
}
.box-basic-form th {
    background-color: #f7f7f7;
    padding: 12px 12px 10px 12px;
    text-align: left;
    border: 1px solid #d8d8d8;
    line-height: normal;
	width:20%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.box-basic-form td {
    /* padding: 20px; */
    padding: 12px 12px 10px 12px;
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

@media only screen and (max-width: 768px) {
	body{ font-size:13px;}
	.headimg{width:100%;}
	.titleimg{ width:30%; margin:5% 0 0 0;}
	.nyuusho_l,.nyuusho_r{ display:block; width:100%;}
	.is-txtbox{ font-size:14px;}
	.ic-1day img{ width:40px;}
	.tel,.mail{ text-align:center; margin-bottom:1%;}
	.tel img,.mail img{width:58%;}
	/*.is-txtbox{ font-size:13px;*/

.main-title{ margin:40px auto;}
.main-title img{ width:220px;}

}

@media only screen and (max-width: 480px) {
.info-txt p {
    margin: 0 auto 24px;
	font-size:14px;
}
.nyuusho_l{border-radius: 16px; -webkit-border-radius: 16px; -moz-border-radius: 16px; margin:0 auto 16px; font-size:16px;}
.nyuusho_r{ padding:0; margin:0 auto 6px; border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; padding:20px; font-size:14px; }
.main-title{ margin:30px auto;}
.main-title img{ width:160px;}
.ggmap { height:320px; }
.txt-add{ font-size:14px; margin:0 auto 24px; display:block;}
.txt-add br{ display:inherit;}
.mail{ margin:10px auto 24px;}
.mail img{ width:260px;}

h3.recruit-title {
    font-size: 20px;
    padding: 12px 0 10px;}
.box-basic-form td {
    padding: 12px 0 10px 0;
    display: block;
	border:none;}
.box-basic-form th {
	width:100%;
    display: block;
	}

}
