html {
  overflow-y: scroll;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
  margin: 0;
  padding: 0;
}

table, pre, code, select, option, input, textarea, kbd, var, ins, del, samp {
  font-size: 13px;
}

optgroup {
  font-size: 13px;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 13px;
}

ul li, ol li {
  list-style: none;
}

table, th, td {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}

th, caption {
  text-align: left;
}

address, cite, dfn, em, b, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal;
}

img, fieldset {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

a img {
  border: 0;
}

a{
  outline: none;
}

#main{
  padding: 16px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.w960 {
  width: 960px;
}

.w240{
  width: 240px;
}

.center {
  margin: 0 auto;
}

.list-unstyled {
  list-style: none;
}


h2{
  font-size: 20px;
  font-weight: bold;
}


body{
  margin: 0;
}

/* header?*/
nav{
  background-image: url(../img/nav-bg.png);
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 47px;
  min-width: 960px;
}

nav li{
  position: relative;
  width: 238px;
  height: 47px;
  float: left;
}
nav li:before{
  content: url("../img/nav-border.png");
  float: left;
}

nav li.last:after{
  content: url("../img/nav-border.png");
  float: left;
}

nav li a{
  display: block;
  width: 234px;
  height: 47px;
  float: left;
}
nav li.active a{
  background-image: url("../img/nav-on-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: 200px;
  -o-background-size: 200px;
  background-size: 210px;
  background-position: 15px 6px;
}
nav li img{
  position: relative;
  top: 16px;
}
/* ドロップダウン　↓ */
/*---------------------------------------------------------------- */
nav ul.list-unstyled li{
  position: relative;
}
nav ul.child{
  display: none;
  position: absolute;
  top: 47px;
  padding: 10px 0px 0px 0px;
  z-index: 20;
  background: #FFF;
}
nav ul.child li a{
  color: #000;
  display: block;
  text-decoration: none;
  padding: 5px 30px;
  height: 37px;
  width: 180px;
  text-align: left;
}
nav ul.child li a:hover { color: #B11;}
nav ul.child li:last-child {  border-bottom: 5px solid #B11;}
nav ul.child li:before {  content: none;}
/*---------------------------------------------------------------- */
/* ドロップダウン　↑ */

header{
  margin-top: 12px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ebeaeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebeaeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ebeaeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ebeaeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ebeaeb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ebeaeb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeaeb',GradientType=0 ); /* IE6-9 */
}
header p{
  margin-bottom: 10px;
}
header .sub-contents{
  color: #777;
}
header .sub-contents a{
  color: #777;
}
#logo{
  padding-top: 48px;
}

/* contact?*/
.contact .main{
  width: 822px;
  height: 185px;
  margin: 0 auto;
  background: url("../img/ct-h.png") no-repeat top center;
  -webkit-background-size: 822px;
  -o-background-size: 822px;
  background-size: 822px;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
}
.contact .content{
  padding-left: 26px;
  width: 586px;
  padding-top: 14px;
}
.contact .content h2{
  padding-top: 5px;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

label{
  display: block;
  float: left;
  width: 170px;
  font-weight: bold;
  font-size: 12px;
}

label:before{
  content:" ";
  display:block;
  width:5px;
  height:35px;
  background:url(../img/ct-border.png);
  background-size:contain;
  vertical-align:middle;
  margin-right: 5px;
  float: left;
}

.contact .form-group{
  margin-bottom: 16px;
}

.contact form{
  width: 800px;
  margin: 0 auto;
}
.contact form input{
  width: 630px;
  padding: 7px 5px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact form textarea{
  width: 630px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact .must{
  color: red;
}

.contact .example{
  font-size: 11px;
  font-weight: normal;
}
.btns{
  margin: 34px 0;
}
.btns button{
  border: 0;
  background-color: transparent;
}

.btns button img{
  width: 250px;
}
/* footer?*/
footer .contents{
  background-image: url("../img/footer-bg.png");
  -webkit-background-size: 8px;
  -o-background-size: 8px;
  background-size: 8px;
  color: #FFF;
  padding: 16px 0;
}
footer .w240{
  float: left;
}
footer a{
  color: #FFF;
}
footer .copyright{
  background: #ed4242; /* Old browsers */
  background: -moz-linear-gradient(top,  #ed4242 0%, #990404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed4242), color-stop(100%,#990404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ed4242 0%,#990404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ed4242 0%,#990404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ed4242 0%,#990404 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ed4242 0%,#990404 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4242', endColorstr='#990404',GradientType=0 ); /* IE6-9 */
  color: #FFF;
  padding: 5px 0;
  font-size: 13px;
}
footer .service{
  padding-left: 10px;
}

.contact select{
  display: block;
  width: 630px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.about_ul li a font{
  text-decoration: none;
  border-bottom: 0.2px solid;
}