/*
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 : 2014/12/18, 14:26:58
    Author     : いそべ <isobe.kohei at nitzlab.com>
*/
@media screen and (max-width: 768px){
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    img{
        max-width: 100%;
        height: auto;
        width : auto;
    }
    
    input[type="image"] {
        max-width: 100%;
        height: auto;
        width : auto;
    }

body {
    margin: 0px;
    background-color: #fbf9f6;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 10pt;
}

/* header */
header {
    background: #250009;
}
#title {
    width: 100%;
    border-bottom: 1px #dfaf1b solid;
    padding-left: 5%;
    padding-right: 5%;
}
#title img{
    width: 100%;
}
#logo {
    float: left;
    padding-top: 10px;
}
#header_right {
    float:right;
    margin-bottom: 5px;
}
#view_selected_gift_btn {
    max-width: 40%;
    display: table-cell;
    vertical-align: middle;
}
#view_selected_gift_btn img{
    vertical-align: middle;
    width: 100%;
}
#demo_menu{
    display: table-cell;
    max-width: 60%;
    padding-right: 1%;
    vertical-align: middle;
    height: 100%;
}
#demo_menu img,select{
    vertical-align: middle;
}
#select_course{
    max-width: 48%;
    display: table-cell;
    vertical-align: middle;
    padding-right: 1%;
    height: 100%;
}
#select_course img{
    max-height: 1em;
    width: auto;
}
#jump_edit{
    max-width: 48%;
    display: table-cell;
    vertical-align: middle;
}
#jump_edit a{
}
#jump_edit a img{
}

#header_navi {
    display: none;
}
#header_navi ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
#header_navi li{
    list-style: none;
    float:left;
    border:0;
    margin:0;
    padding:0;
}
#header_navi p{
    padding: 0;
}

/* navigation */
nav {
    width: 100%;
    margin-top: 2px;
    padding-left: 5%;
    padding-right: 5%;
    
    
    /* Webkit系 */
    background: -webkit-linear-gradient(top, #140006 0%, #250009 50%, #140006 51%, #250009 100%);
    /* Mozilla系 */
    background: -moz-linear-gradient(top, #140006 0%, #250009 50%, #140006 51%, #250009 100%);
    /* IE10+ */
    background: -ms-linear-gradient(top, #140006 0%, #250009 50%, #140006 51%, #250009 100%);
}
#content_nav{
    background: none;
}
nav #gnavi {
    width: 100%;
    overflow: hidden;
}
#gnavi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#gnavi ul:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

#gnavi li {
    float: left;
    width: 50%;
}

#gnavi a {
    margin: auto;
    display: block;
    text-align: center;
}

#gnavi img {
    margin: 5px 0px;
    max-width: 95%;
}

#gnavi a:before {
    position: relative;
    float:left;
    content: "";
    display: block;
    width: 2px;
    background: url(../img/gnavi_delim.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
}

.sp_after_delim:after {
    position: relative;
    content: "";
    display: block;
    float:right;
    width: 2px;
    background: url(../img/gnavi_delim.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
}

.after_delim:after {
    position: relative;
    content: "";
    display: block;
    float:right;
    width: 2px;
    background: url(../img/gnavi_delim.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
}

/* body */
#body {
    background-color: #fbf9f6;
    width: 100%;
    margin: 0 auto;
}

#page_top_btn {
    clear: both;
    height: 34px;
    text-align: right;
    margin: 0;
    padding-right: 10px;
    margin-top: 40px;
}
#page_top_btn p{
    
}

/* sidebar */
#sidebar {
    width: 100%;
    float:left;
    padding: 0 20px;
}

#s_search_head ,#s_faq_btn_area, #s_category_head h3, #s_category_area ul{
    display: none;
}

#s_search_area {
    padding: 10px;
    background-color: #f3efe4; 
}

#s_search_keyword {
    padding: 10px;
    background-color: #fff;
}

#s_search_area input{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 100%;
    height: 30px;
    background: url("../img/sp_search_input_form.gif") no-repeat;
    background-size: contain;
    padding-left: 30px;
}

#search_btn_img {
    display: none;
}

#s_endroll_movie_btn_pc {
    display: none;
}

#s_endroll_movie_btn_sp {
    width: 100%;
}
#s_category_list ul {
    list-style: none;
    padding-left:10px; 
}

#s_category_list li {
    background-repeat: no-repeat;
    background-position: 2px center;
    padding-left: 13px;
    background-image: url("../img/category_list_icon.gif");
    margin: 15px 0;
}

#s_category_list a {
    text-decoration: none;
    color: #000;
}

.s_category_item h4 {
    display: none;
}

.s_category_item_head {
    border: 1px #dcdbd9 solid;
    background: -webkit-gradient(linear,center top,center bottom,from(#fefdfb),to(#ded5c7));
    background: -moz-linear-gradient(left,#fefdfb,#ded5c7);
    background: -ms-linear-gradient(left,#fefdfb, #ffe413);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfb',endColorstr='#ded5c7',GradientType=0)";
    padding:0 10px;
}

.s_category_item_head p {
    color: #b8891e;
}

.s_category_item_head img {
    vertical-align: middle;
    padding-right: 10px;
}

/* content */
#content {
    width: 100%;
    background-color: #fbf9f6;
    float:left;
    padding:0 20px;
}

#content h2{
    border-bottom: 1px #f3efe4 solid;
    margin-top: 10px;
}

#content_big_bnr {
    display: none;
}

.white_frame {
    background-color: #fff;
    border: 1px #987a03 solid;
}

/* footer */
footer {
    width: 100%;
    background: url(../img/footer_bg.png) repeat-x #250009; 
}
.f_wrap {
    margin:0 auto;
}
#foot_logo {
    display:none;
}
#f_navi {
    margin:0 auto;
    width: 100%;
}
#f_navi ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}
#f_navi li{
    list-style: none;
    float:left;
}
#f_navi .hall_link a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.85em 0.8em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#f_siteinfo {

    width: 100%;
}
#f_siteinfo ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}
#f_siteinfo li{
    background: url(../img/footer_list_icon.gif) no-repeat 0px 50%;
    padding-left: 10px;
}
#f_siteinfo .f_siteinfo_no_bg{
    background:none ;
    padding-left: 10px;
}
#f_siteinfo p{
    color: #fff;
    margin: 0;
}

#copyright{
    display: none;
}

#f_line {
    border-top: 1px solid #dfaf1b;
    width: 100%;
}

#copyright_sp {
    padding: 10px 0;
    width: 100%;
    margin:0 auto;
    display:table;
}
#copyright_sp p{
    color: #fff;
    width: 90%;
    margin: 0 auto;
    display:table;
    text-align: center;
}
}