@charset "UTF-8";

body{
	 background: #fff;
}

/*==================================
    screen
==================================*/
* html #screen {
    height: 100%;
}
#screen {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}
body > #screen {
    height: auto;
}

.wrap{
    height: 100%
}

/*==================================
	container
==================================*/
#container{
    width:100%;
    margin:0 ;
    padding:0 0 60px 0;
}

/*==================================
    header
==================================*/
#header{
    line-height: 1;
    position: static;
    top:0;
    left:0;
    width:100%;
    z-index: 100;
    background: #fff;
    z-index: 100000;
    margin-bottom:0px;

    position: fixed;
    top:0;
    left:0;
    width:100%;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );

}
#header div.inner{
    overflow: hidden;
    width:100%;
}

#header.fixed{
    position: fixed;
    top: 0 !important;
}

#CLW{
    vertical-align: middle;
    padding:24px 0px;
    box-sizing: border-box;
    color:#fff;
    font-weight: bold;
    font-size:130%;
    text-align: center;
}
#CLW img{
    display: block;
    width:88%;
    max-width: 500px;
    margin:0 auto;
}
body.scroll #header{

    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );

}
#header nav{
    overflow: hidden;
    border-top:1px solid #666;
}
#mail{
    position: absolute;
    top:50%;
    right:24px;
    width:70px;
    text-align: center;
    margin: -20px 0 0 0;
}
#mail a{
    background: #ff6600;
    display: block;
    width:28px;
    margin: 0 auto 3px auto;
}
#mail img{
    display: block;
    width:100%;
}
#mail span{
    font-size:10px;
}

/*==================================
	nav
==================================*/


#nav {
    display: table;
    width:100%;
    line-height:1;
}
#nav li{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.3333%;
}
#nav li a{
    display: block;
    padding:15px 0;
    background-color: #ddd;
    text-align: center;
    color:#666;
    font-weight: bold;
    border-right:1px solid #555;
    /*
    box-shadow: 0 3px 2px rgba( 0, 0, 0, 0.2 ) inset;
    */
}
#nav li:first-child a{
    border-left:none;
}
#nav li.is_current a{
    background: #ff6600;
    color:#fff;
}
#nav li a:hover{
    /*
    box-shadow: 0 3px 2px rgba( 0, 0, 0, 0.2 ) inset;
    */
    background-color: #ff7700;
    color:#fff;
}

#nav li.active a{

}


/*==================================
	contents
==================================*/
div.contents{
    height:100%;
    box-sizing: border-box;
}
div.contents div.inner{
    padding: 0;
}



/*==================================
    section
==================================*/
section {
    margin: 0 auto 0px auto;
}
section.intro{
    padding: 60px 0 60px 0;
}
.subSection{
    padding: 30px 0 60px 0;
}
.subSection:last-child{
    margin-bottom: 0;
    padding-bottom:0;
}


/*==================================
    wrapper
==================================*/
.wrapper{
    max-width: 920px;
    height: 100%;
    min-height: 100%;
    position:relative;
    margin:0 auto ;
    box-sizing: border-box;
    overflow: hidden;
    padding: 7% 0;
}
.narrow{
    max-width: 70%;
    margin:0 auto;
}
/*==================================
    sideNav
==================================*/
#sideNav{
    width: 22%;
    float: left;
}
#main{
    width: 73%;
    float: right;
}
.has2Block{
    border-top:2px solid #000;
    padding: 40px 0;
    overflow: hidden;
}


/*==================================
    pageHeader
==================================*/


/*==================================
	footer
==================================*/
#footer{
    background-color: #333;
    color:#ccc;
    bottom: 0;
    position: absolute;
    width:100%;
}
#footer .wrapper{

}
#footer div.inner{
    box-sizing: border-box;
    padding: 30px 0 ;
    overflow:hidden;
}
#footer .wrapper{
    padding-top:0px;
    padding-bottom:0;
}
#copyright{
    text-align: center;
    padding: 0 0 0;
    font-size: 80%;
}
#footerCopy{
    overflow: hidden;
    padding: 60px 0;
}

#LINEPC{
    overflow: hidden;
    padding:10px;
    color:#fff;
    width:920px;
    margin:0 auto 20px auto;
    line-height: 160%;
    box-sizing: border-box;
}
#LINEPC img.QR{
    width:120px;
    margin:0 25px 0px 0;
    float:left;
}
#LINEPC div.explain{
    margin-left:140px;
}
#LINEPC div.explain img.title {
    width: 70px;
    display: block;
    margin: 0 0 12px 0;

}
#LINEMOB{
    margin:0 auto;
    text-align: center;
}

/*==================================
	forSP
==================================*/
.forSP{
	display: none;
}

/*==================================
    spNav
==================================*/
#spNav{

}
#spNav span {

}
#spNav {
    display: none;
    margin:0;
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 10px 13px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46px;
    z-index: 1000;
    display: none;
    z-index: 1001;
}
#spNav span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 0;
    width: 20px;
    position: absolute;
    transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
#spNav span:first-child{
    top:50%;
    margin-top: -6px;
}
#spNav span:nth-child(2){
    top:50%;
}
#spNav span:nth-child(3){
    top:50%;
    margin-top: 6px;
}
#spNav.active {
}
#spNav.active span{
    background: #ff6600;
}
#spNav.active span:first-child{
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin:0;
}
#spNav.active span:nth-child(2){
    opacity:0;
}
#spNav.active span:nth-child(3){
    margin:0;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#spNav.active span {
}
/*
#bgShadow{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background: rgba( 0, 0, 0, 0.7 );
    display: none;
}
*/


.forSP,.forTab{
    display: none;
}

/*====================================================================
    media query
====================================================================*/
/*
    950px
*/
@media screen and (max-width: 980px){
    div.wrapper{
        padding: 6% 5%;
    }
    #LINEPC{
        width:auto;
    }
}


/*
    TAB
*/
@media screen and (max-width: 768px){
    .forTab{
        display: block;
    }
    #LINEPC{
        display: none;
    }
}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {
    .forSP{
        display: block;
    }
}

/*
    for header
*/
@media only screen and (max-width: 680px) {

}

/*
    SP
*/
@media screen and (max-width:479px) {
    #nav{
        font-size: 90%;
    }
    #footer{
        position: static;
    }
    #container{
        padding-bottom: 0 !important;
    }
    #CLW{
        width:80%;
    }
    #mail{
        right: 20px;
        width:24px;
        margin-top: -10px;
    }
    #mail span{
        display: none;
    }
}

