/* ===========================================

structure

=========================================== */

body {
  background: url(../img/bg.jpg) 0 0 scroll;
  font-family: Arial, Helvetica, sans-serif;
}

.ui-btn-active {
  border: none;
  background: #efefef;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: none;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#FFFFFF));
  background-image: -webkit-linear-gradient(#efefef, #FFFFFF);
  background-image: -moz-linear-gradient(#efefef, #FFFFFF);
  background-image: -ms-linear-gradient(#efefef, #FFFFFF);
  background-image: -o-linear-gradient(#efefef, #FFFFFF);
  background-image: linear-gradient(#efefef, #FFFFFF);
  font-family: Helvetica, Arial, sans-serif;
}

/* デフォルトは青のグラデ */

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

header {
  overflow: hidden;
  /* float解除 */
  background-color: #FFF;
  /*padding:15px 15px 0;*/
  height: 100px;
}

header h1 {
  float: left;
  padding: 20px 0 0 20px;
}

header .menu {
  float: right;
  padding: 20px;
  /* タップ領域確保 */
  cursor: pointer;
}

/* アコーディオンメニュー */

#headArea #menuArea {
  background-color: #FBFADD;
  border-top: #DDD solid 1px;
  border-bottom: #DDD solid 1px;
}

#headArea #menuArea .ui-grid-a {
  margin: 0;
  padding: .5em;
  font-size: .875em;
}

#headArea #menuArea ul li {
  line-height: 4;
}

#headArea #menuArea ul li a {
  display: block;
  /*margin-left:1em;*/
  padding-left: 1.75em;
  background: url(../img/icon_arrow_green.png) .5em center no-repeat;
}

#headArea #menuArea ul li a:hover {
  background-color: #72992e;
  color: #FFF;
  border-radius: .6em;
}

#menuArea a span {
  display: inline-block;
  width: 18em;
  /* 適宜 */
}

/* テキスト文字数が違うとアコーディオンの閉時の挙動がおかしいことを回避 */

#headArea #menuArea p {
  text-align: center;
  font-size: 1.125em;
  color: #FFF;
  line-height: 2.2;
  background-color: #1C1C1C;
  border-top: #FFF solid 1px;
}

/* //アコーディオンメニュー */

/* メインヴィジュアル */

#mainVisual {
  max-width: 996px;
  margin: 0 auto .5em;
  /*-webkit-animation-name:anime-1;
	-webkit-animation-duration:3s;
	animation-name:anime-1;
	animation-duration:3s;

	-webkit-animation-timing-function:ease;
	-webkit-animation-delay:0;
	animation-timing-function:ease;
	animation-delay:0;

	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
	animation-iteration-count:infinite;
	animation-direction:alternate;*/
}

/*@-webkit-keyframes anime-1 {
	0% {
		opacity:0.0;
		}
	100% {
		opacity:1.0;
		}
}
@keyframes anime-1 {
	0% {
		opacity:0.0;
		}
	100% {
		opacity:1.0;
		}
}*/

/* //メインヴィジュアル */

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

/* コンテンツ
------------------------------------------- */

.inner h2 {
  color: #FFF;
  font-size: 1.125em;
  line-height: 2.2;
  background-color: #72992e;
  /*background:url(../img/bg_ttl.png) bottom left repeat-x;*/
  text-align: center;
}

.contentsArea {
  margin: 1em;
  line-height: 1.6;
}

/* トップページ　ナビ */

#topNav {
  max-width: 410px;
  margin: 0 auto;
}

#topNav ul {
  margin: 0 .5em;
}

#topNav .ui-btn {
  margin: .5em;
}

#topNav .ui-btn-inner {
  overflow: visible;
  white-space: normal;
  padding: 0;
}

#topNav .ui-btn-corner-all {
  border: none;
}

#topNav li a {
  background-color: #FFF;
}

#topNav li a:hover {
  background-color: #F6F6F6;
}

/* //トップページ　ナビ */

/* リコメンド */

#recommend {
  background-color: #72992e;
  margin: .5em 1em;
  ;
  padding: .5em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-radius: .6em;
}

#recommend .textBox {
  color: #FFF;
  margin: 1em 0;
  line-height: 1.4;
}

/* //リコメンド */

/* 先輩メッセージ */

.messageBox {
  margin-bottom: 2em;
  overflow: hidden;
}

.messageBox h4 {
  padding: .3em .5em;
  background-color: #FDF8D0;
  margin-bottom: .5em;
  border-left: #faed9a solid 5px;
}

.messageBox img {
  float: right;
  margin-left: 1em;
}

/* メール送信後thanks */

#thanksArea h3 span {
  color: #FF1D17;
}

#thanksArea .caution {
  margin: .5em 0;
  padding: 1em;
  background-color: #FFF;
}

/* //コンテンツ
------------------------------------------- */

/* フッター
------------------------------------------- */

/* エントリー */

#entryBox {
  background-color: #dcd5ba;
  padding: 1.5em 1em 1em 1em;
}

#entryBox li {
  text-align: center;
  margin-bottom: 1em;
}

#entryBox li a, #entryBox li a:hover {
  display: block;
  padding: 1.2em .8em;
  border: 3px solid #FFF;
  border-radius: .5em;
  background-image: url(../img/icon-arrow-right-white.png);
  background-position: right 50%;
  /* right -15px 50% のように基点指定にしたいがwebkitではまだ未対応 */
  background-repeat: no-repeat;
}

#entryBox li a {
  background-color: #FF9900;
}

#entryBox li a:hover {
  background-color: #ff0000;
}

/* //エントリー */

/* home/pc */

#f-utility {
  background-color: #FFF;
  padding-top: 20px;
}

#userAgent {
  text-align: center;
  font-size: .75em;
}

#userAgent a {
  width: 45%;
}

/* //home/pc */

/* お問い合わせ */

.contactArea {
  overflow: hidden;
  line-height: 1.4;
  margin-top: 2em;
}

.contactArea p {
  padding: 1em;
  clear: both;
}

.contactArea h4 {
  text-align: center;
  margin-bottom: .5em;
}

.contactArea a {
  display: block;
  padding: .7em 0;
}

.contactArea .telArea, .contactArea .mailArea {
  width: 50%;
  text-align: center;
  font-size: 1em;
}

.contactArea .telArea {
  float: right;
  border: solid 1px #CCC;
  border-left: none;
  border-right: none;
  font-family: Arial, Helvetica, sans-serif;
}

.contactArea .mailArea {
  float: left;
  border: solid 1px #CCC;
  border-left: none;
  margin-left: -1px;
}

/* //お問い合わせ */

#fnavArea {
  background-color: #72992e;
  line-height: 1.4;
  padding: 1em;
  text-shadow: none;
  font-size: .875em;
  color: #FFF;
  border-bottom: #FFF 1px solid;
}

#fnavArea a {
  color: #FFF;
}

#fnavArea a:hover {
  color: #CCC;
}

#fnavArea ul {
  text-align: center;
  margin-bottom: 6em;
}

/* ナビ */

#copyright {
  background-color: #FFF;
  text-align: center;
  line-height: 3;
  font-size: .625em;
  color: #999;
  border-top: #CCC 1px solid;
}

/* //フッター
------------------------------------------- */

/* その他
------------------------------------------- */

/* 自作アイコン 18px 36pxを用意 */

.ui-icon-pc {
  background: url("images/icons-18-pc.png") no-repeat rgba(0, 0, 0, 0.4);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-resolution:240dpi) {
  .ui-icon-pc {
    background: url("images/icons-36-pc.png") no-repeat rgba(0, 0, 0, 0.4);
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -ms-background-size: 18px 18px;
    -o-background-size: 18px 18px;
  }
}

/* googleMaps */

#GoogleMaps.ui-page {
  height: 100%;
}

#GoogleMaps .ui-content {
  height: 100%;
}

#GoogleMaps #Maps {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: compact;
}

#mapsArea {
  margin: 1em;
  padding: .2em;
  background-color: #FFF;
  border: solid 1px #CCC;
}

/* 定義リスト */

.dfnBox dt {
  margin: 1em 0 0 0;
}

.dfnBox img {
  float: left;
  margin-right: 1em;
}

.dfnBox dd {
  overflow: hidden;
}

.dfnBox dd span img {
  margin-right: 0;
}

/* インデント */

ul.indent {
  margin-left: 1em;
}

ul.indent li {
  text-indent: -1em;
}

/* 署名 */

.sign {
  text-align: right;
}

/* ページトップへ */

.scroll {
  margin-top: 2em;
  text-align: right;
  padding-right: 1em;
  font-size: .75em;
}

.scroll a span {
  background: url(../img/icon_arrow_top.png) left center no-repeat;
  padding-left: 18px;
}

/* フォーム */

form {
  margin: 1em;
}

form small {
  margin: 0 .5em;
}

.nes {
  font-size: .75em;
  color: #FF1D17;
  vertical-align: middle;
}

/* 必須アイコン */

#entryBtn {
  width: 70%;
  margin: 2em auto;
  background-color: #FFF;
  box-shadow: #333 .2em;
  padding: 1.2em;
  border: #efefef 5px solid;
  border-radius: .6em;
}

#entryBtn fieldset {
  margin-bottom: 2em;
}

/* テーブル */

table {
  background-color: #FFF;
  border: #CCC solid 1px;
  width: 100%;
}

th, td {
  padding: .4em 1em;
}

th {
  background-color: #c7eb8b;
  text-align: left;
}

/* jQuery Mobileのリスト内の文字を折り返す
　cssのセレクターでaタグを特定
*/

.ui-btn-inner {
  white-space: normal;
}

.ac {
  margin: .5em;
}

/* アコーディオン */

/* 20161102 */

.noRecruit {
  padding: 3em 0;
  text-align: center;
  background-color: #fafafa;
}

.paper {
  background-color: #fff;
  padding: 1em;
}

.message-img {
  margin: 0;
  padding: 0;
}

.message-img img {
  width: 100%;
  height: auto;
}

.message-info {
  margin: 1em 0;
}

.message-title {
  color: #85af3a;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.message-name {
  margin: .5em 0 0;
  font-size: 80%;
  font-weight: bold;
}

.recruitData table {
  margin: 2rem 0;
}

.recruitData th, .recruitData td {
  display: block;
  width: 100%;
}

#formTable table, #formTable th, #formTable td {
  display: block;
}

#formTable th {
  font-size: 85%;
}

#formTable td {
  padding: 1em;
}

.contentsArea.-contact form {
  margin: 1em 0;
  padding: 0;
}

.contentsArea.-contact .ui-checkbox, .ui-radio {
  display: inline-block;
}

.contentsArea.-contact .ui-checkbox input, .ui-radio input {
  position: relative;
  top: auto;
  left: auto;
}

.contentsArea.-contact label span {
  margin: .5em 0;
  display: inline-block;
}
