/*
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 {
    background-color: #000000;
}
#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;
    height:850px;
    background: url("../img/back.png") no-repeat;
    background-position: center;
    background-size: cover;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
.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 {

    }
}


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

@font-face{ 
font-family: 'UseFontStyle'; /* 自由な名前をつけることができます */
src:url('../font/misaki_gothic.eot'); /* IE9以上用 */
src:url('../font/misaki_gothic.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('../font/misaki_gothic.woff') format('woff'), /* モダンブラウザ用 */
url('../font/misaki_gothic.ttf') format('truetype'); /* iOS, Android用 */	
}

.dq-font {
font-family: 'UseFontStyle';
}

.dq-window {
    background-color: #000000;
    padding:10px;
    position: relative;
    
    font-family: 'UseFontStyle';
    font-size:16px;
    color:#ffffff;
    line-height:1.5em;
    
    border:3px solid #ffffff;
    
    /* border-radius */
    border-radius:5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
    /* 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;
    
}

.dq-w-title {
    font-family: 'UseFontStyle';
    font-size:16px;
    color:#ffffff;
    background-color: #000000;
    
    margin-top:-15px;
    margin-left:auto;
    margin-right: auto;
    
    text-align: center;
}

.dq-select {
    line-height: 20px;
}
.dq-select:before {
  content: "　";
}
.dq-select:hover:before {
  content: "\f0da\　";
  font-family: FontAwesome;
}

.openw {
    display:block;
}

a {
    color:#ffffff;
    text-decoration: none;
}

.main_window {
    width:1000px;
    max-height:400px;
    margin:0px auto;
    z-index: 3;
}

.main_inner {
    margin:0px auto;
    width:940px;
    max-height: 350px;
    overflow-y:scroll;
    overflow-x: hidden;
    
}

.close_window {
    width:100px;
    float:right;
    top:-20px;
    text-align: center;
    position: relative;
    right:-20px;
}

#first {
    width:900px;
    height:250px;
    margin:0px auto;
    position: absolute;
    z-index: 1;
    top:550px;
    left:150px;
}