/*
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 {
    max-width:1000px;
    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 {
    max-width:960px;
    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;
}


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

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

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

h4 {
    
}

@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 {

    }
}

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


table#mousikomi th{
    text-align:left;
    padding:10px;
}

table#mousikomi td{
    text-align:left;
    padding:10px;
}

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

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

.btn_submit:hover {
    background-color:#75ff57;
}

.btn_submit:active {
    background-color:#1a971a;
}

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