body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #555;
	font-weight: 400;
	text-align: left;
	border-top:#C00 3px solid;
}
p.blue {
	color:#006699;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #e75967; color: #fff; text-shadow: none; }
::selection { background: #e75967; color: #fff; text-shadow: none; }


/***** Header *****/

.call-us {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

#header {
	width:100%;
	margin:0px auto;
	background-color: #000000;
}

#logo {
	padding:20px 0;
	text-align:center;
}
/* ----------------------------------------
 *   ▼パン屑
 * ---------------------------------------- */
ul.pan{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pan li {
　float: left;
 }
 
/* --- リストエリア --- */
ol.topicPath {
margin-top: 10px;
list-style-type: none;
font-size: 80%;
background-color:#CCC;
padding: 5px 10px 5px 10px; 
}

/* --- リスト項目 --- */
ol.topicPath li {
display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
margin-right: 6px; /* リンクエリアの右マージン */
}

/* --- まるで蛍光ペンでひいたような文字の装飾 --- */
.highlight {
background: linear-gradient(transparent 50%, #af2020 0%);
line-height: 1.3em;
}

/* ----------------------------------------
 *   ▼Recruit
 * ---------------------------------------- */
div#info {
	font-size:18px;
	text-align:center;
	padding: 20px 27px;
	background:#800000;
color: #fff;
text-shadow:
  0px 1px 0px #999,
  0px 2px 0px #888,
  0px 3px 0px #777,
  0px 4px 0px #666,
  0px 5px 0px #555,
  0px 6px 0px #444,
  0px 7px 0px #333,
  0px 8px 7px #111;
  }

div#recruit {
	margin : 40px 27px 5px 27px;
	line-height:26px;
	 }
hr { width:70px;} 
div#recruit h2 {
	text-align:center;
	font-size:28px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
div#naiyou {
	background:#fffaf0;
	padding: 40px 27px;
	margin : 40px 0px;
	line-height:26px;
}
div#naiyou h3 {
	margin-bottom:10px;
	text-align:center;
}
	.myButton {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-moz-box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	box-shadow:inset 0px 1px 0px 0px #8a8a8a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	width:100%;
	margin:30px 0;
	padding:13px 0px 10px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}

/* ----------------------------------------
 *   ▼コンテンツ
 * ---------------------------------------- */
div#contents {
	margin : 40px 27px 40px 27px;
	line-height:26px;
	text-align:center;
	 }
hr { width:70px;} 
div#contents h3 {
	margin-top:40px;
	text-align:center;
	font-size:28px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ----------------------------------------
 *   ▼メールフォーム
 * ---------------------------------------- */

div#form {
	text-align:center;
	margin-bottom : 40px;
}

/* ----------------------------------------
 *   ▼link botan
 * ---------------------------------------- */
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
}
/* ----------------------------------------
 *   ▼hostess
 * ---------------------------------------- */
div#hostess {
	line-height:26px;
	background-color:#000000;
	color:#FFFFFF;
	height:auto;
	padding:27px;
}
p.left {
	font-size:12px;
	padding-top:4px;
	width:22%;
	float:left;
	text-align:left;
	height:auto;
}
div#hostess table {
	font-size:12px;
	border-left: #fff 1px solid;
	width:78%;
	}
	div#hostess table td {
		padding-left: 12px;}

div#staff {
	line-height:26px;
	background-color:#fff;
	color:#000;
	height:auto;
	padding:27px;
}
div#staff table {
	width:78%;
	font-size:12px;
	border-left: #000 1px solid;
	}
	div#staff table td {
	padding-left: 12px;
}

/* ----------------------------------------
 *   ▼footer
 * ---------------------------------------- */
div#footer {
	width:100%;
	background:#000000;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}
h3 strong {
	font-size:12px;
}
p.copy {
	text-align:center;
	font-size:12px;
}
/* ----------------------------------------
 *   ▼footer-bottan
 * ---------------------------------------- */
.menulist{
	display: table;
	margin-top:20px;
	border:0px #00FFFF solid;
}
.menulist li{
	display: table-cell;
	width: 30%;
	text-align: center;
}
.menulist li a{
	font-size:16px;
	color:#fff;
text-decoration: underline; }

.botan {
	text-align:center;
	margin: 20px 0;
}
.button {
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	display: inline-block;
	width: 80%;
	margin: 5px 0;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
}



/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 55px 0 60px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	text-shadow: 0 1px 7px rgba(0,0,0,.2);
}


/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input.subscribe-email {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #e75967;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe form button.btn:hover {
    background: #555;
    color: #fff;
}

.subscribe form button.btn:focus, .subscribe form button.btn:active {
	outline: 0;
    background: #555;
    color: #fff;
}

.success-message, .error-message {
	display: none;
	margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.error-message {
    color: #e75967;
}

.social {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
    padding-top: 9px;
    background: #555;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.social a:hover, .social a:focus { outline: 0; background: #e75967; }
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
}
.myButton:active {
	position:relative;
	top:1px;
}
/* ----------------------------------------
 *   ▼お問い合わせ
 * ---------------------------------------- */
/*必須アイコン*/
img.must {
	width: 30px;
	margin-bottom: 10px;
}
div.box {
	border-left: 0px solid #C30;
}
p.qs {
	font-size:18px;
	color:#000000;
}
p.en {
	font-size:14px;
	color:#999999;
}
/* お問い合わせ入力スペース */

input[type="text"],
textarea {
	border:1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:90%;
	padding: 10px 0px;
	box-shadow:  0px 0px 0px 0px #333;
	margin-bottom:1em;
}

input[type="text"]:focus,
textarea:focus,
input[type="text"]:hover,
textarea:hover {
	border:1px solid #999;
}

/* 送信ボタンの装飾 */
.submit{
    border:1px solid #777;
    padding: 6px 15px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
	font-weight:bold;
	font-size:15px;
    border-radius: 5px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );

    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px #fff;
}
/* リセットボタンの装飾 */
.riset{
    border:1px solid #777;
    padding: 6px 15px;
    color: #fff;
	font-size:16px;
    cursor: pointer;
    background: #C30;
    border-radius: 5px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ccc),
        to(#666)
        );

    -webkit-border-radius: 8px;
    -webkit-box-shadow: 1px 1px 1px #fff;
}


.radio {

}
.mit {
	width:260px;
	margin:auto;
}
hr.sen { width:auto;}
.kmk {
	margin: 30px 0;

}
#mf {
	margin: 10px 15px ;
}
