/*
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 (min-width: 769px){
    

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

/* header */
header {
    width: 100%;
    background: url(../img/header_bg2.png) #250009;
    background-repeat: repeat-x;
    height: 180px;
}

#title {
    height: 107px;
    width: 1080px;
    margin: 0 auto;
}
#logo {
    padding-top: 20px;
    padding-bottom: 14px;
    height: 73px;
    float: left;
}
#header_right {
    float:right;
    height: 107px;
}
#view_selected_gift_btn {
    display: table-cell;
    max-height: 40px;
}
#view_selected_gift_btn img{
    vertical-align: middle;
    width: 100%;
}
#demo_menu{
    display: table-cell;
    max-width: 55%;
    padding-right: 10px;
}
#demo_menu img,select{
    vertical-align: middle;
}
#select_course{
    display: table-cell;
    padding-right: 10px;
}
#jump_edit{
    display: table-cell;
}
#header_navi {
    float:right;
    margin-bottom:0px;
    padding-top: 22px;
}
#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: 1080px;
    margin: 0 auto;
    margin-top: 2px;
}
nav #gnavi {
}
#gnavi ul {
    list-style-type: none;
    margin: auto auto;
}
#gnavi li {
    float: left;
    width: 250px;
}

#gnavi a {
    display: block;
    text-align: center;
    line-height: 71px;
}

#gnavi img {
    vertical-align: middle;
}

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

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

/* body */
#body {
    background-color: #fbf9f6;
    width: 1080px;
    margin: 0 auto;
    padding-top: 30px;
}

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

/* sidebar */
#sidebar {
    width: 210px;
    float:left;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#sidebar h3{
    margin-bottom: 0px;
    margin-top: 0px;
}

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

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

#s_search_keyword input{
    width: 90%;
}

#search_btn_img{
    padding: 10px 0px;
    margin: 0 auto;
    display: block;
}

#s_faq_btn_area {
    background-color: #f3efe4;
    margin:10px 0;
    padding:3px 0;
}

#s_faq_btn_area img{
    margin: 0 auto;
    display: block;
}

#s_endroll_movie_btn_sp {
    display: none;
}

#s_category_area {
    background-color: #f3efe4;
    padding: 10px;
    margin-bottom: 10px;
}

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

#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");
}

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

#s_category_list p {
    font-size: 10pt;
    margin: 4px 0;
}

.s_category_item h4 {
    margin:0;
}

.s_category_item h4 img {
    vertical-align: middle;
}

.s_category_item_head, #s_category_head h2 {
    display: none;
}

/* content */
#content {
    width: 820px;
    background-color: #fbf9f6;
    float:right;
    margin-left: 28px;
}

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

#content_big_bnr{
    margin-top: 20px;
}

nav#content_nav {
    width: 820px;
    height: auto;
    margin-top: 0px;
}

#content_nav p{
    font-size: 10pt;
    margin-top: 0;
    color: #a0a0a0;
}

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

/* footer */
footer {
    width: 100%;
    height:122px;
    background: url(../img/footer_bg.png) repeat-x #250009; 
}
.f_wrap {
    width: 1080px;
    margin:0 auto;
}
#foot_logo {
    width: 368px;
    height: 40px;
    float: left;
    padding-top: 20px;
}
#f_navi {
    float: left;
    margin-left: 45px;
    padding-top: 20px;
}
#f_navi ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#f_navi li{
    list-style: none;
    float:left;
}

#f_siteinfo {
    float: left;
}

#f_siteinfo ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#f_siteinfo li{
    float:left;
    background: url(../img/footer_list_icon.gif) no-repeat 0px 18px;
    padding-left: 10px;
    margin-right:10px;
}

#f_siteinfo p{
    color: #fff;
    margin-bottom: 0px;
}

#copyright {
    float: right;
}
#copyright p{
    color: #fff;
    margin-bottom: 0px;
}


#f_line {
    display: none;
}

#copyright_sp {
    display: none;
}
}

/* text decoration */
.link {
    color: #987a03;
    text-decoration: underline;
}

a:link {
    color: #926407;
    text-decoration: underline;
}

a:visited {
    color: #926407;
    text-decoration: underline;
}

a:hover {
    color: #926407;
    text-decoration: none;
}

a img {
  border: 0;
}
.order2Btn{
	cursor: pointer;
}
a:hover img,
input:hover,
.order2Btn:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.80;
	opacity:0.80;
}


/*  footer 会場一覧リンク  */
#f_navi .hall_link a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.8em 1em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px){
  #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;
  }
}
