@charset "utf-8";
/* ///////////////////////////////////////////////////////////////////

base.css

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


/* ----------------------
common
-------------------------*/
html {
    overflow-y: scroll;
}
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
/*
10px｜72%
11px｜79%
12px｜86%
13px｜93%
14px｜100%
15px｜108%
16px｜115%
17px｜122%
18px｜129%
19px｜136%
20px｜143%
21px｜150%
22px｜158%
23px｜165%
24px｜172%
25px｜179%
26px｜186%
*/


a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #df730a;
    text-decoration: underline;
}
/* iphoneでランドスケープにしたときの文字サイズが大きくなるのを防ぐ */
body {
    -webkit-text-size-adjust : none;
}
/* ---- Fluid Image setting ------------------- */
/* Firefox, Safari, Chrome, Opera fluid Image */
img, iframe, object {
    max-width : 100%;
}
/*IE8用*/
img, object {
    width: auto\9
}
#wraper {
}
.inner_wrap {
    margin: auto;
    padding: 0;
    width: 986px;
    line-height: 1.6
}
/* =========================================================
header
========================================================= */
#header {
    background: none repeat scroll 0 0 #06457a;
    padding: 15px 0 0;
    color: #fff;
    margin-bottom: 5px;
}
#header h1 {
    width: 141px;
    float: left;
}
/* header_r_panel */
.header_r_panel {
    width: 811px;
    float: right;
}
#header_r_upper_panel {
    padding-bottom: 10px;
}
#header_r_upper_panel li {
    float: left;
    font-size: 86%;
}
#japantime {
    background: url(../images/common/icon_clock.jpg) no-repeat left center;
    padding-left: 15px;
    margin-right: 20px;
}
#search_area {
    margin-right: 20px;
}
#search_area form.search {
    line-height: 1;
    margin: 0;
}
#search_area form.search div {
    background-color: #fff;
    padding: 0;
    width: 315px;
    height: 24px;
}
#search_area form.search input.textBox {
    background-color: #ffffff;
    border: medium none;
    color: #000000;
    display: block;
    float: left;
    height: 24px;
    padding: 0 5px;
    width: 285px;
}
#search_area form.search input.btn {
    background: url(../images/common/icon_search.gif) repeat scroll center center #88b8e1;
    border: 0 none;
    height: 24px;
    padding: 0;
    width: 20px;
    float: right;
    cursor: pointer;
}
#header_r_upper_panel li#mambers_btn_panel {
    float: right;
    width: 170px;
}
#font_size .small {
    margin-left: 5px;
}
#font_size img {
    vertical-align: middle;
}
#font_size .large {
    margin-left: 5px;
}
#header_r_upper_panel li#signup {
    float: right;
    margin-left: 5px;
}
#signup img {
}
/* グロナビ  */
#gnav_pc {
    background: url(../images/common/header_line.gif) left top repeat-x;
    padding-top: 15px;
}
.nav_toggle {
    display: none;
}
#gnav li {
    float: left;
}
#gnav li a {
    border: 0 none;
    color: #fff;
    display: block;
    height: 58px;
    padding: 0;
    position: relative;
}
#gnav li a span {
    bottom: 15px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    text-align: center;
    width: 100%;
}
#gnav li a:hover span {
    color: #ee971a;
}
#gnav {
    background: url(../images/common/g_nav.gif) no-repeat left top;
}
#nav_01 {
    width: 135px;
}
#nav_01 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat left bottom;
}
#nav_02 {
    width: 135px;
}
#nav_02 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat -135px bottom;
}
#nav_03 {
    width: 135px;
}
#nav_03 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat -270px bottom;
}
#nav_04 {
    width: 135px;
}
#nav_04 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat -405px bottom;
}
#nav_05 {
    width: 135px;
}
#nav_05 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat -540px bottom;
}
#nav_06 {
    width: 136px;
}
#nav_06 a:hover {
    background: url(../images/common/g_nav.gif) no-repeat right bottom;
}

/* =========================================================
footer
========================================================= */
/* footer_nav */
#footer_nav {
    background: none repeat scroll 0 0 #06457a;
    padding: 20px 0 10px;
}
#footer_nav .inner_wrap {
}
.footer_gnav {
    float: left;
    width: 135px;
}
#footer_nav .footer_gnav li a {
    color: #fff;
    background: url(../images/common/arrow_01.gif) no-repeat left center;
    padding-left: 13px;
}
#makerslist_panel {
    float: left;
    width: 500px;
}
#makerslist_panel dl dt {
    color: #fff;
}
#makerslist_panel dl dd ul {
    float: left;
    width: 110px;
}
#makerslist_panel dl dd ul li a {
    color: #fff;
    background: url(../images/common/arrow_link.gif) no-repeat left center;
    padding-left: 10px;
    font-size: 86%;
}
#footer_nav .inner_wrap .bnr_panel {
    float: right;
}
#footer_nav .inner_wrap .bnr_panel li {
    margin-bottom: 10px;
}
#footer {
    clear: both;
    background: none repeat scroll 0 0 #333;
    color: #fff;
}
/* footer_l */

#footer_l {
    float: left;
    margin-right: 30px;
    width: 105px;
    padding-top: 15px;
}
#footer_l h4 {
    margin-bottom: 15px;
}
#sns_panel li {
    float: left;
    margin-right: 17px;
}
#sns_panel li.lastitem {
    float: right;
    margin-right: 0
}
/* footer_r */
#footer_r {
    float: left;
    padding-top: 5px;
    position: relative;
    width: 330px;
}
#footer_r dl dt {
    font-weight: bold;
}
#footer_r dl dd ul {
    font-size: 93%;
    line-height: 1.5;
}
#footer_r p {
    bottom: 0;
    position: absolute;
    right: 0;
}
/* g_map  */
#g_map {
    float: right;
    height: 150px;
    width: 500px;
}
/* copyright */
#copyright {
    background: none repeat scroll 0 0 #06457a;
    text-align: center;
    font-size: 93%;
    padding: 5px;
}
#copyright p {
    margin-bottom:0;
}
/* ページトップへ戻る */
.pageTop {
    clear: both;
    margin: auto;
}
.pageTop p {
    bottom: 0;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 100;
}
.pageTop img {
    display:block;
}

/* パンくず */
#topic_path {
    font-size: 75%;
    margin-bottom: 5px;
}
#topic_path li {
    float: left;
}
#topic_path li img {
    vertical-align:middle;

}
#topic_path li a {

}
#topic_path li span {
    padding: 0 10px;
}
/* =========================================================
contents
========================================================= */
.cont_block {
    margin-bottom:25px;
}
.txt_block p {
    margin-bottom:10px;
}
/* title */
.tit_tyle01 {
    border-bottom: 1px solid #d4d2d2;
    font-size: 300%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.tit_tyle02 {
    color: #06457a;
    font-size: 200%;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 768px) {/* 768以下　*/
#wraper {
}
.inner_wrap {
    margin: auto;
    overflow: hidden;
    padding: 0;
    width: 97%;
}
/* =========================================================
header
========================================================= */
#header {
    height: auto;
  /*  position: fixed;*/
    padding-bottom: 0px;
    width: 100%;
    z-index: 1000;
}
#header .inner_wrap {
    width: 100%;
}
#header h1 {
    margin-left: 2%;
    padding-bottom: 10px;
    width: 10%;
}
.header_r_panel {
    padding-right: 1.5%;
    width: 78%;
}
#gnav_pc.header_r_panel {
    width: 100%;
}
#header_r_upper_panel li#signup {
    float: left;
    margin-left: 20px;
}
#font_size {
    display: none;
}
#btn_login, #header_r_upper_panel li#signup {
    display: none;
}
#search_area {
    margin-right: 0;
    width: 50%;
    display: none;
}
#search_area form.search div {
    width: 100%;
}
#search_area form.search input.textBox {
    box-sizing: border-box;
    width: 90%;
}
#search_area form.search input.btn {
    width: 10%;
}
#japantime {
    margin-right: 0;
    width: 30%;
}
/* ----- gnav ----- */
#gnav_pc {
    background: none;
    padding: 0;
}
.nav_toggle {
    display: block;
    position: relative;
    width: 100%;
}
.nav_toggle span {
    display: none;
}
.nav_toggle:before {
    background: none repeat scroll 0 0 #06457a;
    color: #FFFFFF;
    content: "≡";
    font: 400 28px/55px "responsivenav";
    right: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: -60px;
    width: 60px;
    height: 60px;
}
.nav_toggle.on:before {
    background: none repeat scroll 0 0 #06457a;
    color: #FFFFFF;
    content: "×";
    font: 400 28px/55px "responsivenav";
    right: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: -60px;
    width: 60px;
    height: 60px;
}
#gnav {
    position: absolute;
    z-index: 100;
    display: none;
    width: 100%;
    border-top: solid 1px #fff;
}
#gnav li {
    clear: left;
    padding: 0;
    width: 100%;
}
#gnav li a span {
    border: 0 none;
    bottom: 0;
    padding: 0;
    position: relative;
}
#gnav li a, #gnav li span {
    background: none repeat scroll 0 0 #06457a !important;
    border-bottom: solid 1px #fff;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 15px;
    text-indent: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}
#gnav {
    margin-top: 0;
}
#gnav.test {
    display: none !important;
}
#gnav.menu_posi {
    left: 0;
    position: fixed;
    top: 0;
}
#gnav li ul {
    position: relative;
}
#gnav li ul li {
    padding: 0;
}

/* =========================================================
footer
========================================================= */
#footer_nav .inner_wrap .bnr_panel {
    clear: both;
    float: none;
}
#footer_nav .inner_wrap .bnr_panel li {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
#makerslist_panel dl dd ul {
    width: 25%;
}
.footer_gnav {
    width: 25%;
}
#g_map {
    clear: both;
    margin-top: 20px;
    width: 100%;
}
.pageTop p {
    position: relative;
}
}

@media screen and (max-width: 480px) {/* 480以下　*/
#header {
}
#content {
    padding-top: 78px;
}
/* =========================================================
header
========================================================= */
#header h1 {
    width: 15%;
}
#japantime {
    clear: left;
    width: 100%;
}
/* =========================================================
footer
========================================================= */
#footer_r {
    float: onne;
    clear: both;
    width: 100%;
}
#footer_r p {
    margin-top: 10px;
    position: relative;
}
.footer_gnav, #makerslist_panel, #footer_l h4 {
    display: none;
}
.pageTop p a {
    display: block;
    width: 100%;
}
}

@media screen and (max-width: 320px) {

}
