@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

/* common
------------------------------------------------------------*/
body, button, input, select, option, textarea {
  font-family: 'Montserrat',"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
	background: #222;
	color: #222;
}
a {
	text-decoration: none;
	color: #4dbbdf;
}
a:hover {
  color: #72dcff;
}
ul,
ol {
	list-style-position: inside;
}
input {
  -webkit-appearance: none;
  box-sizing: border-box;
}

/* btn
-----------------------------------------------------------*/
.btn-center {
  text-align: center;
}

/* fix
-----------------------------------------------------------*/
.fixed {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

/* clearfix
-----------------------------------------------------------*/
.cf:before, .cf:after {content:' '; display:table;}
.cf:after {clear:both;}
.cf {*zoom: 1;} /* For IE 6/7*/

/* section
------------------------------------------------------------*/
.section {
  width: 100%;
}

/* inner
------------------------------------------------------------*/
.inner {
  width: 940px;
}
.inner p {
  line-height: 1.4;
}

/* global-header
  ------------------------------------------------------------*/
.global-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.global-header .inner {
  margin: 20px auto;
}
.site-id {
  float: left;
  width: 300px;
  margin: 0 0 20px;
}
.site-id a:hover {
  opacity: 0.8;
}
.site-id img {
  width: 240px;
}
.global-nav ul {
  float: right;
  margin: 0 0 20px;
}
.global-nav li {
  float: left;
  margin: 15px 20px 0 0;
  font-size: large;
}
.global-nav a {
  color: #222;
}
.global-nav a:hover {
  color: #4dbbef;
}

/* billboard
------------------------------------------------------------*/
.billboard {
  background-image: url(/images/common/bg_desktop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.billboard .inner {
  margin: 100px auto;
}
.billbord-box {
  width: 60%;
}
.billbord-box h2 {
  margin: 0 0 20px;
  font-size: xx-large;
}
.billbord-box h3 {
  margin: 0 0 30px;
}
.billbord-box p {
  margin: 0 0 20px;
}

/* news
------------------------------------------------------------*/
#news {
  background: #f8f8f8;
}
#news li {
  display: inline-block;
  width: 290px;
  margin: 0 20px 20px 0;
  list-style: none;
	vertical-align: top;
}
#news li:last-child {
  margin-right: 0;
}
.news-box {
  padding: 20px 20px 10px;
  background: #fff;
  border-radius: 3px;
}
.news-box h3 {
  font-size: small;
  margin: 0 0 10px;
}
.news-box h4 {
  margin: 0 0 10px;
}
.news-box p {
  padding: 0 0 10px;
}
/* service
------------------------------------------------------------*/
#service {
  background: #4dbbdf;
}
#service h2 {
  color: #fff;
}
.service-header {
  padding: 20px;
  border-radius: 3px 3px 0 0;
  background: #222;
  color: #fff;
}
.service-header h3 {
  margin: 0 0 10px;
}
.service-header h4 {
  font-size: small;
}
.service-content {
  padding: 20px;
  background: #fff;
}
.service-content p {
  margin: 0 0 20px;
}
.service-content ul {
  margin: 50px auto;
}
.service-content li {
  float: left;
  width: 278px;
  margin: 0 20px 20px 0;
  list-style: none;
  text-align: center;
}
.service-content:last-child {
  margin-right: 0;
}
.service-content li h3 {
  margin: 0 0 20px;
}
.service-content li dl dt {
  margin: 0 0 20px;
}
.service-content li dl dd {
  width: 80%;
  margin: 0  auto;
  text-align: left;
  font-size: small;
  line-height: 1.6;
}
.service-content h4 {
  margin: 0 0 20px;
}
#service #img-park {
  text-align: center;
}
#service #img-park img {
  width: 600px;
}
/* recruit
------------------------------------------------------------*/
#recruit {
  background: #f8f8f8;
}
/* common-layout
------------------------------------------------------------*/
.common-layout {
  background: #fff;
}
.common-layout .inner {
  margin: 30px auto;
}
.common-layout h2 {
  margin: 0 0 30px;
  font-size: x-large;
}
.common-layout table {
	width: 100%;
	margin: 0 0 20px;
	line-height: 1.8;
}
.common-layout tr {
  border-top: 1px solid #e1e1e1;
}
.common-layout th {
	width: 200px;
	padding: 20px;
	text-align: left;
}
.common-layout td {
	padding: 20px;
}
/* global-footer
------------------------------------------------------------*/
.global-footer {
  color: #fff;
}
.global-footer .inner {
  margin: 30px auto;
}
.copyright {
  float: left;
  margin: 0 0 30px;
}
/* contact
------------------------------------------------------------*/
.form_must {
	font-style: normal;
	font-size: small;
	color: #e46687;
}
.form_name,
.form_email,
.form_content {
	padding: 10px;
	font-size: medium;
	border: 1px solid #e1e1e1;
}
.form_name,
.form_email {
  width: 60%;
}
.form_content {
  width: 70%;
  height: 200px;
}
.form th.form_vtop {
	vertical-align: top;
}
.form_submit {
  width: 30%;
	padding: 10px 20px;
	background: #4dbbef;
	border: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.form_submit:hover {
	opacity: 0.9;
}
.form_chk {
  font-size: small;
  color: #e46687;
}
.form_sent {
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}
#contact table {
  margin-bottom: 0;
}
#chk_name,
#chk_email,
#chk_content {
  margin: 0;
}

/* error
------------------------------------------------------------*/
.error {
  background: #fff;
}
.error .inner {
  margin: 50px auto;
}
.error h2 {
  margin: 0 0 10px;
  font-size: x-large;
}
.error h3 {
  margin: 0 0 30px;
}
.error p {
  margin: 0 0 20px;
}
/*------------------------------------------------------------
SmartPhone
------------------------------------------------------------*/
.sp-visible {
  display: none;
}

@media (max-width: 1000px) {
  .site-id {
    width: 180px;
  }
  .site-id img {
    width: 160px;
  }
  .sp-hidden {
    display: none;
  }
  .sp-visible {
    display: block;
  }
  .inner {
    width: auto;
  }
  .inner,
  .global-header .inner,
  #news .inner,
  #company .inner,
  #service .inner,
  #recruit .inner,
  #contact .inner,
  .error .inner,
  .global-footer .inner {
    margin: 30px 10px;
  }
  .billboard .inner {
    margin: 50px 10px;
  }
  .billbord-box {
    width: 100%;
  }
  #news li {
    float: none;
    width: auto;
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .#news li:last-child {
    margin-right: 10px;
  }
  .common-layout th,
  .common-layout td {
    display: block;
    width: 100%;
  }
  .common-layout th {
    padding: 10px 5px 0;
  }
  .common-layout td {
    padding: 0 5px 10px;
  }
  .copyright {
    float: none;
    margin: 0 0 30px;
  }
  .sp-menu-totop {
	  float: right;
    margin: 0 0 20px;
    padding: 5px 10px;
    background: #F2F2F2;
    border-radius: 3px;
    font-size: large;
  }
  .sp-menu-totop a {
    color: #333;
  }
  .form_name,
  .form_email {
    width: 100%;
  }
  .form_content {
    width: 90%;
  }
  .form_submit {
	  width: 100%;
    padding: 10px;
  }
  .service-content li {
    float: none;
    margin: 20px auto;
  }
  #service #img-park img {
    width: 260px
  }
}
