/*
Theme Name: Lifespring
Theme URI: http://l-spring.jp/
Description: ライフスプリング社
Version: 1.0
Author: Yosuke TAKAHASHI
Author URI: http://www.flareworks.jp/
*/

/*** style resset ***/
* {
	margin: 0;
	padding: 0;
}
a, h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
ul, ol, dl, dt, dd {
	list-style: none;
}
span, img {
	border: none;
	vertical-align: top;
}

article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

input {
	font-size: 12px;
}

table {
  border-collapse: collapse;
}

/*** common ***/

body {
  background: #009fa8;
	font: 14px 'メイリオ', Meiryo, HiraKakuProN-W3, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
	color: #666;
  letter-spacing: 1px;
  line-height: 1.6em;
}

a {
	color: #00a6ba;
	text-decoration: underline;
}

a:hover {
  color: #ccc;
	text-decoration: none;
}

/*** common layout ***/

header {
  position: relative;
  width: 100%;
  background: #fff;
}

#gm {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 60px;
  background: #00a6ba;
  border-top: 5px solid #1fb8df;
}

#gm ul {
  width: 1020px;
  height: 60px;
  margin: 0 auto;
  padding-left: 20px;
  text-align: center;
}

#gm li {
  display: inline-block;
}

#gm li a {
  display: inline-block;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
}

#gm li a:hover {
  background: #1fb8df;
}

#gm li a.gm_top {
  letter-spacing: 4px;
}

#main {
  background: #fff;
}

footer {
}

footer .footer_in {
  width: 1020px;
  margin: 0 auto;
}

footer .footer_in ul {
  padding: 30px 0 50px;
  text-align: center;
}

footer .footer_in ul li {
  display: inline-block;
}

footer .footer_in ul li a {
  padding: 0 25px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 2px;
}

footer .footer_in ul li:first-child a {
  border-left: none;
}

footer .footer_in ul li a:hover {
  color: #ddd;
}

.footer_copyright {
  padding-bottom: 50px;
  color: #ccc;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

/*** common parts ***/

h2.top_h2,
h2.lower_h2 {
  height: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}

h3.top_h3,
h3.lower_h3 {
  margin-bottom: 10px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

h2.side_h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.lower_content_side_unit {
  margin-bottom: 20px;
}

.lower_content_side_unit ul {
  margin-left: 5px;
}

.lower_content_side_unit ul li {
  margin-bottom: 10px;
}

.news_table {
  width: 100%;
}

.news_table th,
.news_table td {
  padding: 0 0 10px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.news_table th {
  width: 12%;
  padding: 0 15px 0 0;
  color: #999;
}

.news_table td a {
  color: #666;
  text-decoration: none;
}

.news_table td a:hover {
  color: #999;
}

.bt_style_reset {
  display: block;
  text-align: center;
  text-decoration: none;
}

.bt_style_reset a {
  color: inherit;
}

.bt_style1 {
  border: 1px solid #009ae4;
  background: #fff;
  color: #009ae4;
  font-size: 24px;
}

.bt_style1:hover {
  background: #f5f5f5;
}

.bt_style2 {
  background: #009ae4;
  color: #fff;
  border: 1px solid #009ae4;
  font-size: 24px;
}

.bt_style2:hover {
  background: #008ac9;
}

.bt_size1 {
  width: 598px;
  height: 58px;
  line-height: 60px;
}

.wpcf7-submit {
  cursor: pointer;
  display: block;
  width: 478px;
  height: 58px;
  background: #009ae4;
  border: 1px solid #009ae4;
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}

.wpcf7-submit:hover {
  background: #008ac9;  
}

.sign {
  text-align: right;
  font-size: 14px !important;
}

.input_text_normal {
  width: 350px;
  font-size: 16px;
}

.select_normal {
  font-size: 16px;
}


.textarea_normal {
  width: 400px;
  height: 100px;
}

span.form_must {
  color: #f00;
  font-size: 12px;
}

/*** hack ***/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*** top ***/

#top_header {
  min-height: 300px;
  padding: 60px 0 135px;
}

#top_header h1 {
  width: 320px;
  margin: 0px auto;
  padding: 0 0 60px 0;
  text-align: center;
}

.top_header_news {
  width: 380px;  
  margin: 0 auto;
}

.top_header_news_hd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.top_header_news table th,
.top_header_news table td {
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
}

.top_header_news table td a {
  color: #666;
  text-decoration: none;
}

.top_header_news table td a:hover {
  color: #999;
}

.top_header_news table th {
  color: #666;
  padding-right: 30px;
}

.top_header_news_link {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}

.top_unit {
  width: 1020px;
  margin: -65px auto 0;
  padding: 115px 0 50px;
}

.top_unit_bg1 {
  position: relative;
  z-index: 10;
  background: #fff;
}

.top_unit_bg2 {
  position: relative;
  z-index: 15;
  background: #eee;
}

#company {
  padding-bottom: 20px;
}

.top_unit h1 {
  margin-bottom: 50px;
  text-align: center;
}

.top_company_unit {
  margin: 0 0 30px;
}

.top_company_unit table {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.top_company_unit table th,
.top_company_unit table td {
  padding: 15px;
  font-size: 14px;
  vertical-align: top;
}

.top_company_unit table th {
  width: 175px;
  background: #f5f5f5;
  border-right: 1px solid #ddd;
  font-weight: normal;
  text-align: center;
}

.top_company_unit table td {
  padding-left: 35px;
  background: #fff;
  text-align: left;
}

.top_company_unit table tr.tr_top th,
.top_company_unit table tr.tr_top td {
  padding-top: 35px;
}

.top_company_unit table tr.tr_bottom th,
.top_company_unit table tr.tr_bottom td {
  padding-bottom: 35px;
}


.top_access_unit {
}

.top_access_unit_text {
  margin-bottom: 20px;
}
.top_access_unit_text p {
  text-align: center;
  padding-bottom: 15px;
}

.top_access_unit_map {
  width: 700px;
  margin: 0 auto;
}

/*** contact ***/

.contact_form {
  width: 650px;
  margin: 0 auto;
}

.contact_form th,
.contact_form td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: normal;  
  vertical-align: top;
}

.contact_form th {
  width: 150px;
  background: #eee;
  text-align: center;
}

.contact_form td {
  text-align: left;
}

.contact_form td p.form_text {
  margin-top: 10px;
}

.top_contact_unit_bt {
  width: 460px;
  margin: 20px auto 10px;
}

.wpcf7-submit:hover {
  background: #ccc;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 10px;
  color: #f00;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-validation-errors {
  color: #f00;
}

.wpcf7-mail-sent-ok {
  color: #666;
  font-weight: bold;
}


/*** lower ***/

.lower_header h1 {
  width: 150px;
  margin: 0px auto;
  padding: 25px 0;
  text-align: center;
}

.lower_content {
  width: 1020px;
  margin: 0 auto;
  padding: 105px 0 30px;
}

.lower_content h1 {
  margin-bottom: 20px;
  padding: 0 3px 10px;
  border-bottom: 3px solid #eee;
  font-size: 24px;
}

.lower_content h2 {
  margin: 30px 0 20px 3px;
  padding-left: 10px;
  border-left: 1px solid #999;
  color: #999;
  font-size: 18px;
}

.lower_content p {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 13px;
}

.lower_content_main {
}

.lower_content_side {
}


/*** pp ***/

.pp_content_unit {
  margin-bottom: 20px;
}

.pp_content_unit h2 {
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.pp_content_unit p {
  margin-bottom: 10px;
}


/*** news ***/

.post_date {
  margin-bottom: 15px;
  color: #999;
  text-align: right;
}