@charset "utf-8";

/*
 reset for smartphone
----------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
a {
  /*display: block;*/
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
}
input,
select,
button,
textarea {
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
}
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/*-- font --*/
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body {
  height: 100%;
  background-color: #122438;
}
body * {
  color: #122438; /*color: #333;*/
  font-size: 12px;
  line-height: 1.5;
  font-family: ArialMT, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "TT-UDShinMGo-F-Droid-Regular", "TT-UDShinMGo-F-Droid-Regular", メイリオ, sans-serif;
  word-wrap: break-word;
}
/*-- link --*/
a:link {
  color: #d4aa78;
  text-decoration: none;
}
a:visited {
  color: #d4aa78;
  text-decoration: none;
}
a:active {
  color: #db4105;
  text-decoration: none;
}
a:hover {
  color: #db4105;
  text-decoration: underline;
}

/*
 common parts
--------------------------------------- */
.both {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

#wrapper {
  zoom: 1;
  clear: both;
  width: 960px;
  margin: 0 auto;
}
nav {
  width: 190px;
  float: left;
}
nav li {
  border-bottom: dotted 1px #fff;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
nav i {
  color: #fff;
  margin-right: 5px;
}
#cnt {
  width: 740px;
  float: right;
}

h2 {
  background-color: #d4aa78;
  border-radius: 5px;
  padding: 10px 20px;
  color: #122438;
  font-size: 20px;
  margin-bottom: 20px;
}
h3 {
  background-color: #293448;
  border-radius: 5px;
  padding: 10px 20px;
  color: #d4aa78;
  font-size: 16px;
  margin-bottom: 20px;
}
h4 {
  color: #a4b3cd;
  font-size: 16px;
  border-bottom: solid 1px #a4b3cd;
  margin-bottom: 20px;
}
h4 > span {
  background-color: #a4b3cd;
  font-size: 16px;
  border-bottom: solid 1px #a4b3cd;
  padding: 10px;
  margin-right: 10px;
  line-height: 2.3;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.lead {
  color: #fff;
  margin-bottom: 30px;
}
.exp {
  color: #fff;
  font-size: 10px;
}
.btn1 a {
  border-radius: 5px;
  padding: 5px 10px;
  color: #293448;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  border: solid 1px #d4aa78;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1b69a+0,d4aa78+100 */
  background: #d1b69a; /* Old browsers */
  background: -moz-linear-gradient(top, #d1b69a 0%, #d4aa78 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d1b69a 0%, #d4aa78 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d1b69a 0%, #d4aa78 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b69a', endColorstr='#d4aa78',GradientType=0 ); /* IE6-9 */
  margin: 5px;
  display: inline-block;
}
.btn1 a:hover {
  border-radius: 5px;
  padding: 5px 10px;
  color: #293448;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  border: solid 1px #d4aa78;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4aa78+0,d1b69a+100 */
  background: #d4aa78; /* Old browsers */
  background: -moz-linear-gradient(top, #d4aa78 0%, #d1b69a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d4aa78 0%, #d1b69a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d4aa78 0%, #d1b69a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4aa78', endColorstr='#d1b69a',GradientType=0 ); /* IE6-9 */
  margin: 5px;
  display: inline-block;
  opacity: 0.9;
}

.mb30 {
  margin-bottom: 30px;
}
.f_16b {
  font-size: 16px;
  font-weight: bold;
}
.red_b {
  color: #db4105;
  font-weight: bold;
}
.red18b {
  color: #db4105;
  font-size: 18px;
  font-weight: bold;
}

/* ==================================================
   top
================================================== */
header {
  margin-bottom: 30px;
}
header h1 {
  text-align: center;
  margin: 20px 0;
}
header p {
  color: #a4b3cd;
  font-size: 10px;
  width: 300px;
  margin: 0 auto;
}

/* ==================================================
   Footer
================================================== */

footer {
  /*position:absolute;
	bottom:0;*/
  width: 100%;
  height: auto;
  background: #293448;
  text-align: center;
  margin-top: 20px;
  padding: 10px 0;
}
footer p {
  font-size: 10px;
  text-align: center;
  color: #fff;
}

/* ==================================================
 contact
================================================== */
#contact h2 {
  background-image: url(../img/hd_contact.png);
  height: 32px;
  width: 840px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.span9 {
  width: 840px;
}
.contact-details h3 {
  /*	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
 text-transform: uppercase;*/
}

.contact-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-details ul li {
  margin: 0 0 20px;
  line-height: 28px;
  padding: 0;
}

#contact-form {
  margin-bottom: 0;
}

#contact-form p {
  margin-bottom: 1px;
}

#contact-form input,
#contact-form textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  background: #fff;
  color: #402000;
  font-size: 16px;
  height: auto;
  padding: 15px;
  margin: 0;
  resize: none;
}
#contact-form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form textarea {
  width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .submit {
  background: #797f59;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
  width: auto;
  margin-top: 30px;

  -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
  transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
  background: #b3ab7f;
  color: #402000;
}

.span3 {
  width: 220px;
}

/* ==================================================
 company
================================================== */
#company {
  width: 900px;
  margin: 0 auto;
}
.company_txt {
  color: #fff;
  padding: 20px 0;
}
