@charset "utf-8";

#div_subtitle {
}

#subtitle {
  width: 267px;
  height: 83px;
  float: left;
  background: #252525;
  color: #fff;
}

#stitle_font {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

#subtitle_pic {
  float: right;
}

#main_wrap {
  clear: both;
  margin-top: 30px;
}

#subtitle2 {
  margin-top: -23px;
  margin-left: 6px;
  margin-right: 6px;
  background: #fbfbfb;
}

#subtitle2 #subtitle2_text {
  font-size: 30px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
}

#inner_text1 {
  font-size: 17px;
  color: #666666;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 35px;
}

.border1 {
  margin: 0 10px;
  border-width: 1px 0px 0px 0px;
  border-color: #fbfbfb;
  border-style: solid;
  height: 2px;
}

#head1 {
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.head_line1 {
  width: 7px;
  height: 27px;
  background: #e9e9e9;
  float: left;
}

.head1_text {
  margin-left: 15px;
  font-size: 18px;
}

#shop_detail {
  margin-left: 10px;
  color: #666666;
}

#p_number {
  font-size: 40px;
  line-height: 20px;
}

/* form */
.input {
  border-style: none;
  width: 100%;
  height: 20px;
  font-size: 13px;
  color: #666666;
}

.input2 {
  border-style: none;
  height: 20px;
  font-size: 13px;
  color: #666666;
}

textarea {
  border-style: none;
  resize: none;
  width: 100%;
  height: 100px;
  font-size: 13px;
  color: #666666;
}

.button {
  width: 90px;
  font-size: 16px;
  margin-left: 20px;
}

/* table */
table.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #e9e9e9;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #e9e9e9;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    width: 360px;
    padding-left: 20px;
    border: 2px solid #e9e9e9;
    color: #666666;
}

.gotop {
  position: fixed;
  bottom: 0;
}

.gotop .fbutton {
  position: relative;
  background-color: #1abc9c;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.gotop .fbutton:hover {
  background-color: #31c8aa;
}

.gotop a {
  text-decoration: none;
}

#bbuttons .fbutton {
  background-color: #FE2E2E;
  border: 1px solid #F6CECE;
  float:left;
  height:25px;
  padding:5px 25px 5px;
  font-size: 20px;
}

#bbuttons .fbutton:hover {
  background-color: #FA5858;
}

#bbuttons .facebook {
  background-color: #4F64A0;
  border: 1px solid #B3BFE2;
  padding:5px 10px 5px;
}

#bbuttons .facebook:hover {
  background-color: #6376AD;
}

.sp_link {
  width: 80%;
  background-color: #FE2E2E;
  border: 1px solid #F6CECE;
  height:100px;
  padding:35px 25px 0;
  font-size: 3em;
  color: white;
  text-align: center;
  margin: 10px auto;
}

img {
    max-width: 100%;
}

#div_subtitle .container {
    background: url(../../images/header_back.gif) repeat center center;
}

#div_subtitle .container h2 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
