/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/02/16, 12:01:33
    Author     : Satoshi-doll
*/

/*
リセット
*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/****************/

/*
基本
*/

body {
    margin:0px;
    background-image:url("../img/back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#wrap {
    background-color: rgba(255,255,255,0.9);
    margin:-20px auto;
    padding:20px 0px;
}

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

body{
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size:16px;
    line-height: 1.3;
}

img {
    max-width:100%;
}

.left {
    float:left;
    display:block;
}
.right {
    float:right;
    display:block;
}

.content {
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.center{
    text-align: center;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.v-margin10 {
    margin-top:10px;
    margin-bottom:10px;
}

.v-margin20 {
    margin-top:20px;
    margin-bottom:20px;
}

.v-margin40 {
    margin-top:40px;
    margin-bottom:40px;
}


.v-margin80 {
    margin-top:80px;
    margin-bottom:80px;
}


.pad5 {
    padding:5px;
}

.pad10 {
    padding:10px;
}

.width20 {
    width:20%;
}

.width30 {
    width:30%;
}

.width50 {
    width:50%;
}

.width70 {
    width:70%;
}

.width80 {
    width:80%;
}

.width100 {
    width:100%;
}


h1 {
    font-size:36px;
    font-weight:900;
}

h2 {
    font-size:28px;
    font-weight:800;
}

h3 {
    font-size:18px;
    font-weight:600;
}

h4 {
    
}


.shadowbox {
    /* box-shadow */
    box-shadow:2px 2px 2px 1px #9e9e9e;
    -moz-box-shadow:2px 2px 2px 1px #9e9e9e;
    -webkit-box-shadow:2px 2px 2px 1px #9e9e9e;

    /* border-radius */
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

    /* border */
    border:1px solid #cccccc;
    
    background-color: #ffffff;
}



@media screen and (min-width:765px){
    .hide-pc {
        display:none;
    }
}

@media screen and (max-width:765px){
    .hide-sp {
        display:none;
    }
    
    h1 {
        font-size:30px;
        font-weight:900;
    }

    h2 {
        font-size:24px;
        font-weight:800;
    }

    h3 {
        font-size:18px;
        font-weight:600;
    }

    h4 {

    }
}


/*****************/

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#catch {
    background: url("../img/catch_back.png") center no-repeat;
    padding-top:650px;
    transition: 1.0s;
}

#catchimg {
    position: relative;
    top: -70px;
}

#jisseki {
}

#jisseki_head {
    background: url("../img/jisseki_back.png") center no-repeat;
    padding:10px 0px 5px 0px;
}

table td {
    vertical-align: middle;
    padding: 10px;
}

.contact {
    background-color: #226ab7;
    box-shadow:0px 10px 5px -5px #939393;
    -moz-box-shadow:0px 10px 5px -5px #939393;
    -webkit-box-shadow:0px 10px 5px -5px #939393;  
}



table#mousikomi {
    width:100%;
    background-color: #ffffff;
}


table#mousikomi th{
    text-align:left;
    padding:10px;
    font-size:18px;
    border-bottom: 1px #cccccc dotted;
}

table#mousikomi td{
    text-align:left;
    padding:10px;
    border-bottom: 1px #cccccc dotted;
}

.form_text {
    border:2px solid #cccccc;
    padding:5px;
    font-size:16px;
    line-height:1.5em;
    border-radius:3px;
}

.btn_submit {
    background-color:#4b6acf;
    padding:10px 20px;
    border-style: none;
    font-size:16px; 
    font-weight:600;
    color:#ffffff;
}

.btn_submit:hover {
    background-color:#99b8ff;
}

.btn_submit:active {
    background-color:#315097;
}

.textarea {
    border:2px solid #cccccc;
    padding:5px;
    border-radius:3px;
}