@charset "utf-8";
/*------------------------------------
 
CSS Information
 
  Site URL: http:www.kitanihon-gas.co.jp/
  File name: common.css
  Summary: base styles
  Created: 
  Last update: 2011.11.22
  Author:
  Base-Color:#39A727
 
  Order of description
      =00.body
    =01.header
    =02.Nav
    =03.footer
    =04.TopicsPass
    =05.Structure
    =06.PageIndex
    =07.MyNicigas
    =08.Slide
 
 
------------------------------------*/


.fs10{font-size:10px!important;}
.fs12{font-size:12px!important;}
.fs14{font-size:14px!important;}
.fs16{font-size:16px!important;}
.fs18{font-size:18px!important;}
.fs20{font-size:20px!important;}
.fs22{font-size:22px!important;}
.fs24{font-size:24px!important;}
.fs26{font-size:25px!important;}
.fs28{font-size:28px!important;}
.fs30{font-size:30px!important;}
.fs36{font-size:36px!important;}
.fs48{font-size:48px!important;}

ul.dib{
    letter-spacing:-0.4em;
}
ul.dib li{
    width:176px;
    display:inline-block;
    *display:inline;
    text-alig:center;
    vertical-align:top;
    letter-spacing:normal;
    zoom:1;
}

/* ======================    =00.body    ====================== */

@media only print, only screen and (max-width: 999px){
body{
    zoom:120%;
    text-size-adjust: 100%;
}
.sticky_button {
 text-decoration: none;
 bottom: 60px;
 display: none;
 position: fixed;
 right: 20px;
 z-index: 9999;
  padding: 0;
  border: none;
  background: #FBFBFB;
  zoom:120%;
}
.sticky_button {
 display: none;
 visibility:hidden;
}
.wrap_col{
    // background: #EAF2F2;
    // padding: 30px;
    display : inline-block;

    background-color : #FFF4F0;}

}

@media only print, only screen and (min-width: 1000px){
body{  
    // background: #FCFCFC;
    // background: #EAF2F2;
    // background: #FFECE5;
    background: #FFF4F0;
    text-align:center
}
.sticky_button {
 display: none;
 visibility:hidden;
}
.wrap_col{
    // background: #EAF2F2;
    // padding: 30px;
    display : inline-block;

    /* margin : 200px;
    border : 20px solid #7E57C2;
    padding : 20px;
    width : 120px;
    height : 120px; */

    background-color : #FBFBFB;}
    
}



#GNav01{
    // width:700px;
    margin : 10px 0 10px;
    text-align:center;
    border-top:4px solid #FFF4F0;
    padding-top:10px;
}

#GNav01 li{ display:inline;}

/* ======================    =01.header    ====================== */

@media only print, only screen and (max-width: 999px){

#Header{
    width:100%; 
    height:150px;
    margin:0 auto;
    overflow:hidden;
}

#Header h1{
    width:100%; height:150px;
    padding-top:6px;
    float:center;
}

#Header h1 a{
    display:block;
    width:100%; 
    height:150px;
    background: url(../images/header/logo_ryori.png) no-repeat center top;
    background-size:100% auto;
}

#Header h1 a span{
    position:absolute;
    width:0; height:0;
    overflow:hidden;
}

#Header ul{
    float:right;
    padding:100% 29px 0 260px;
    overflow:hidden;
    visibility:hidden;
    display: none;
}
#Header ul li{ width:100%; text-align:center; float:left;}

}

@media only print, only screen and (min-width: 1000px){

#Header{
    // width:980px; height:94px;
    width:900px; height:100%;
    margin:0 auto;
    overflow:hidden;
}

#Header h1{
    overflow:hidden;
    width:100%; height:100%;
    padding-top:6px;
}

#Header h1 a{
    overflow:hidden;
    display:block;
    width:900px; height:112px;
    float:center;
    background: url(../images/header/logo_ryori.png) no-repeat right top;
    background-size:100% 100%;
    padding-left:4%;
}

#Header h1 a span{
    position:absolute;
    width:0; height:0;
    overflow:hidden;
}

#Header ul{
    float:right;
    padding:65px 29px 0 260px;
    overflow:hidden;
}
#Header ul li{ width:98px; text-align:center; float:left;}

}

/* ======================    =02.Nav    ====================== */

@media only print, only screen and (max-width: 999px){
#GNav{ 
    visibility:hidden;
    display: none;
}

#GNav2{
    margin:0 auto;
}

#GNav2 li{float:left;text-align: center;background-size:80% auto}
#GNav2 li a{
    height:104px;
    width:204px;
    display: block;
    align-items: center;
    background-size:80% auto
}

#GNav2 li.navi_comguide a{
    background: url(../images/navi/navi1_2.png) no-repeat;
    background-size:100% auto;
}
#GNav2 li.navi_product a{
    background: url(../images/navi/navi2_2.png) no-repeat;
    background-size:100% auto;
}
#GNav2 li.navi_company a{
    background: url(../images/navi/navi6_2.png) no-repeat;
    background-size:100% auto;
}
#GNav2 li.navi_contact a{
    background: url(../images/navi/navi8_2.png) no-repeat;
    background-size:100% auto;
}


#GNav2 li.navi_comguide a.active,
#GNav2 li.navi_comguide a:focus,
#GNav2 li.navi_comguide a:hover{
background: url(../images/navi/navi1.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_product a.active,
#GNav2 li.navi_product a:focus,
#GNav2 li.navi_product a:hover{background: url(../images/navi/navi2.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_company a.active,
#GNav2 li.navi_company a:focus,
#GNav2 li.navi_company a:hover{background: url(../images/navi/navi6.png) no-repeat ;background-size:100% auto;}

#GNav2 li.navi_contact a.active,
#GNav2 li.navi_contact a:focus,
#GNav2 li.navi_contact a:hover{background: url(../images/navi/navi8.png) no-repeat ;background-size:100% auto;}


}

@media only print, only screen and (min-width: 1000px){
#GNav2{
    visibility:hidden;
    display: none;
}

#GNav{
    width:980px;
    height:62px;
    margin:0 auto;
}

#GNav li{ float:left;}
#GNav li a{
    display:block;
    width:122px;height:62px;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
}

#GNav li.navi_comguide a{width: 123px;background: url(../images/navi/navi.png) no-repeat left bottom;}
#GNav li.navi_product a{background: url(../images/navi/navi.png) no-repeat -123px bottom;}
#GNav li.navi_reform a{width: 123px;background: url(../images/navi/navi.png) no-repeat -245px bottom;}
#GNav li.navi_gusguide a{background: url(../images/navi/navi.png) no-repeat -368px bottom;}
#GNav li.navi_event a{width: 123px;background: url(../images/navi/navi.png) no-repeat -490px bottom;}
#GNav li.navi_company a{background: url(../images/navi/navi.png) no-repeat -613px bottom;}
#GNav li.navi_recruit a{width: 123px;background: url(../images/navi/navi.png) no-repeat -735px bottom;}
#GNav li.navi_contact a{background: url(../images/navi/navi.png) no-repeat -858px bottom;}



#GNav li.navi_comguide a.active,
#GNav li.navi_comguide a:focus,
#GNav li.navi_comguide a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat left top;}

#GNav li.navi_product a.active,
#GNav li.navi_product a:focus,
#GNav li.navi_product a:hover{background: url(../images/navi/navi.png) no-repeat -123px top;}

#GNav li.navi_reform a.active,
#GNav li.navi_reform a:focus,
#GNav li.navi_reform a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -245px top;}

#GNav li.navi_gusguide a.active,
#GNav li.navi_gusguide a:focus,
#GNav li.navi_gusguide a:hover{background: url(../images/navi/navi.png) no-repeat -368px top;}

#GNav li.navi_event a.active,
#GNav li.navi_event a:focus,
#GNav li.navi_event a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -490px top;}

#GNav li.navi_company a.active,
#GNav li.navi_company a:focus,
#GNav li.navi_company a:hover{background: url(../images/navi/navi.png) no-repeat -613px top;}

#GNav li.navi_recruit a.active,
#GNav li.navi_recruit a:focus,
#GNav li.navi_recruit a:hover{width: 123px;background: url(../images/navi/navi.png) no-repeat -735px top;}

#GNav li.navi_contact a.active,
#GNav li.navi_contact a:focus,
#GNav li.navi_contact a:hover{background: url(../images/navi/navi.png) no-repeat -858px top;}

}



@media only print, only screen and (max-width: 999px){
#PNav{
    overflow:hidden;
    width:100%;
     text-align:center;
    border-top:1px solid #39A727;
    padding-top:10px;
}

#PNav li{ display:none;}
#PNav li a{
    overflow:hidden;
    font-size:28px;
    padding:0 10% 0 10%;
    text-align:right;
}
}

@media only print, only screen and (min-width: 1000px){
#PNav{
    width:100%; text-align:left;
    border-top:1px solid #39A727;
    margin-top:30px;
    padding-top:10px;
}

#PNav li{ display:inline;}
#PNav li a{
    font-size:13px;
    padding:0 10px 0 10px;
    background: url(../images/icon_arrow.gif) no-repeat left center;
}

}

/* ======================    =03.footer    ====================== */

@media only print, only screen and (max-width: 999px){
#footer{
    visibility:hidden;
    display: none;
}


#footer2{
    text-decoration: none;
}

#footer2 .pageTop{
    width:100%;
    margin:0 auto; text-align:right;
}

#footer2 #f-in{
    width:100%;
    padding:15px 0 0;
    background: url(../images/footer/footer_back.png) repeat-x left top;
}

#footer2 #f-in div.inner{
    width:100%;
    margin:0 auto;
    overflow:hidden;
}

#footer2 #f-in div.inner div{ width:250px; float:left; padding-bottom:5px; text-align:left;}
#footer2 #f-in div.inner div strong{ display:block; font-size:13px; line-height:1.5; color:#FFF;}
#footer2 #f-in div.inner div dl{ text-align:left; color:#FFF; padding:0 0 0 0.5em; margin-bottom:3px;}
#footer2 #f-in div.inner div dl dt{ font-size:10px; line-height:1.5;}
#footer2 #f-in div.inner div dl dd{ font-size:10px; line-height:1.5;}
#footer2 #f-in div.inner div dl dd{ margin-left:1em;}

#footer2 #f-in div.inner div strong a:link,
#footer2 #f-in div.inner div strong a:visited,
#footer2 #f-in div.inner div dl dt a:link,
#footer2 #f-in div.inner div dl dt a:visited,
#footer2 #f-in div.inner div dl dd a:link,
#footer2 #f-in div.inner div dl dd a:visited{ color:#FFF; text-decoration:underline;}

#footer2 #f-in div.inner div strong a:hover,
#footer2 #f-in div.inner div dl dt a:hover,
#footer2 #f-in div.inner div dl dd a:hover{ color:#FFFF00; text-decoration:none;}


}

@media only print, only screen and (min-width: 1000px){
#footer{
    width:100%;
}

#footer .pageTop{
    width:980px;
    margin:0 auto; text-align:right;
}

#footer #f-in{
    width:100%;
    padding:15px 0 0;
    background: url(../images/footer/footer_back.png) repeat-x left top;
}

#footer #f-in div.inner{
    width:1000px;
    margin:0 auto;
    overflow:hidden;
}

#footer #f-in div.inner div{ width:250px; float:left; padding-bottom:5px; text-align:left;}
#footer #f-in div.inner div strong{ display:block; font-size:13px; line-height:1.5; color:#FFF;}
#footer #f-in div.inner div dl{ text-align:left; color:#FFF; padding:0 0 0 0.5em; margin-bottom:3px;}
#footer #f-in div.inner div dl dt{ font-size:10px; line-height:1.5;}
#footer #f-in div.inner div dl dd{ font-size:10px; line-height:1.5;}
#footer #f-in div.inner div dl dd{ margin-left:1em;}

#footer #f-in div.inner div strong a:link,
#footer #f-in div.inner div strong a:visited,
#footer #f-in div.inner div dl dt a:link,
#footer #f-in div.inner div dl dt a:visited,
#footer #f-in div.inner div dl dd a:link,
#footer #f-in div.inner div dl dd a:visited{ color:#FFF; text-decoration:underline;}

#footer #f-in div.inner div strong a:hover,
#footer #f-in div.inner div dl dt a:hover,
#footer #f-in div.inner div dl dd a:hover{ color:#FFFF00; text-decoration:none;}

#footer p{
    clear:both;
    padding:15px 0 10px;
    width:100%;
    font-size:12px;
    text-align:center;
    background: #FFF url(../images/footer/cp_back.png) repeat-x left top;
}

#footer2{
    visibility:hidden;
    display: none;
}

}


/* ======================    =04.TopicsPass    ====================== */

@media only print, only screen and (max-width: 999px){
#TopicsPass{
    visibility:hidden;
    display: none;
}

}

@media only print, only screen and (min-width: 1000px){
#TopicsPass{
    width:980px;
    padding-top:10px;
    margin:0 auto 10px;
    color:#39A727; text-align:left; font-size:15px;
}

#TopicsPass a{color:#39A727; padding-right:10px;}
#TopicsPass a:link,
#TopicsPass a:visited {text-decoration:underline;}
#TopicsPass a:hover{text-decoration:none;}

}



/* ======================    =05.Structure    ====================== */

@media only print, only screen and (max-width: 999px){

#Container,
#Contact-body,
#Contact-form,
#Recruit-body,
#Company-body,
#Information-body,
#Product-body,
#Topics-body,
#UserGuide-body{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    _zoom:1;
    float:right;
}

#Contact-form #ContentsArea,
#Recruit-body #ContentsArea,
#Company-body #ContentsArea,
#Information-body #ContentsArea,
#Product-body #ContentsArea,
#Topics-body #ContentsArea,
#UserGuide-body #ContentsArea{
    width:100%;
    float:none;
    overflow:hidden;
    margin:0 auto;
    padding: 0px;
}
.contentsInner{
    // margin-right: auto;
    // margin-left: auto;
    width: 100%;
    overflow:hidden;
    // padding-left: 10px;
    // background-color: #FFFFFF;
    // padding-top: 13px;
    text-align:center;
    margin-top:2%;
}
.mainColumn{
    /* float: left;
    width: 623px;
    margin-right: 6px; */
    width: 100%;
}
.sideColumn{
    // float: left;
    // width: 237px;
}
div.c_001_frame{
    // background-image: url(/images/lesson/c_001_frame_bottom.jpg);
    // background-repeat: no-repeat;
    // background-position: left bottom;
    // width: 723px;
    // padding-bottom: 15px;
    text-align:center;
    width:100%;
    // border : 2px solid #FA8072;
}
/* e_001_002 */
h2.e_001_002_h1{
    overflow: hidden;
    text-align:left;
    padding-top:40px;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    color:#444444;
}

h2.e_001_002_h1 p.outLine{
    font-family:'Century Gothic',sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    border-style: outset;
    border-color: #ffffff;
    border-width: 10px;
    font-size:36px;
    height: 100%;
    width: 62%;
    margin: 0em 0em 0em em;
    background-color:#FFFFFF;
    color:#444444;
}

div.e_001_002_line1{
    padding-top:20px;
    padding-bottom:40px;
    font-family:sans-serif;
    font-size:32px;
    color:#444444;
}

h2.e_001_002_h2{
    overflow: hidden;
    // background-color:#FFDBC9;
    font-family:"Batang",sans-serif;
    font-size:32px;
    font-weight: bold;
    color:#555555;
}
h2.e_001_002_h3{
    width: 6%;
    height: 10px;
    overflow: hidden;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    // background-color:#FA8072;
    font-family:'Century Gothic',sans-serif;
    // font-weight: bold;
    // color:#FFFFEE;
    color:#696969;
    font-size:110%;
    // text-decoration:underline;
    // text-decoration-color:#FA8072;
    background:linear-gradient(transparent 80%, #FCC800 50%);
}
ul.e_001_002_pager{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3%;
}
ul.e_001_002_pager li{
    display: inline;
    margin-right: 2px;
    margin-left: 2px;
}
ul.e_001_002_pager li.prev{
    background-image: url(/images/common/cmn_arrow2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
}
ul.e_001_002_pager li.next{
    background-image: url(/images/common/cmn_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
}
ul.e_001_002_pager li a font{
    font-size: 28px;
}
div.e_001_002_line{
    background-image: url(/images/recipe/e_001_002_line.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 2px;
    width: 679px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
}
div.ryoriGroup{
    // display:flex;
    overflow: hidden;
    text-align: center;
    // margin-bottom:5%;
    width:98%;
    margin: 0 auto;
}

div.ryoriBox{
    width:98%;
    // height: 300px;
    text-align: center;
    // float: left;
    // margin-right: 5px;
    // margin-left: 10px;
    // padding-top: 11px;
    // padding-right: 11px;
    padding-bottom: 3%;
    // padding-left: 11px;
    border : 2px solid #999999;
    border-style: double;
    // margin-bottom:30px;
}
div.ryoriBox p.limitedIcon2{
    position: absolute;
    top: 6px;
    left: 6px;
}
p.releaseDate{
    clear: both;
    padding-top: 5px;
}
div.ryoriBox p.releaseDate{ padding-top: 15px; }
.ryoriThumb{
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.ryoriThumb iframe{
  overflow:hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 85% !important;
  height: 85% !important;
  margin-left:8%;
}

.ryoriName{
    margin-top:3%;
    margin-bottom:2%;
    font-size: 32px;
    color: #666666;
    text-decoration:none;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
}
.ryoriName a{
    text-decoration:none;
    font-family:'Century Gothic',sans-serif;
}
.ryoriSub{
    // display: inline;
    font-size: 28px;
    color: #666666;
    font-family:'Century Gothic',sans-serif;
}
.ryoriInfo{
    margin-top:2%;
    margin-bottom:2%;
    font-size: 34px;
    color: #222222;
    font-family:'Century Gothic',sans-serif;
}
.ryoriTime{
    margin-bottom:2%;
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #FF9900;
    font-family:'Century Gothic',sans-serif;
    font-family:'Century Gothic',sans-serif;
}
.ryoriCal{
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #009900;
    margin-bottom:3%;
    font-family:'Century Gothic',sans-serif;
}
.ryoriDev{
    display: block;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    // color: #bbe2f1;
    color: #8b0000;
    margin-bottom:2%;
    font-family:'Century Gothic',sans-serif;
}
details.e_001_002_detail summary{
    font-size: 28px;
    line-height: 24px;
    color: #666666;
    padding-bottom:4px;
    margin-bottom: 1%;
    text-decoration:underline;
    font-weight: bold;
}
.e_001_002_detail p{
    font-size: 28px;
    line-height: 24px;
    color: #666666;
    padding-bottom:4px;
    margin-bottom: 1%;
}
.topRecipeBacknumber{
    background-image: url(/images/top/top_btn_backnumber_rollover.jpg);
    background-repeat: no-repeat;
    height: 39px;
    width: 142px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
div.contentsInner2{
    width: 100%;
    overflow:hidden;
    text-align:center;
    margin-top:3%;
}
.mainColumn2{
    /* float: left;
    width: 623px;
    margin-right: 6px; */
    width: 100%;
}
.sideColumn2{
    // float: left;
    // width: 237px;
}
div.c_001_frame2{
    text-align:center;
    width:100%;
}
/* e_001_002 */
h2.e_001_002_h12{
    overflow: hidden;
    text-align:left;
    padding-top:40px;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    color:#444444;
}
h2.e_001_002_h12 p.outLine{
    font-family:'Century Gothic',sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    border-style: outset;
    border-color: #ffffff;
    border-width: 10px;
    font-size:36px;
    height: 100%;
    width: 62%;
    margin: 0em 0em 0em em;
    background-color:#FFFFFF;
    color:#444444;
}

div.e_001_002_line12{
    padding-top:20px;
    padding-bottom:40px;
    font-family:sans-serif;
    font-size:32px;
    color:#444444;
}

h2.e_001_002_h22{
    overflow: hidden;
    // background-color:#FFDBC9;
    font-family:"Batang",sans-serif;
    font-size:32px;
    font-weight: bold;
    color:#555555;
}
h2.e_001_002_h23{
    width: 6%;
    height: 10px;
    overflow: hidden;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    // background-color:#FA8072;
    font-family:'Century Gothic',sans-serif;
    // font-weight: bold;
    // color:#FFFFEE;
    color:#696969;
    font-size:110%;
    // text-decoration:underline;
    // text-decoration-color:#FA8072;
    background:linear-gradient(transparent 80%, #FCC800 50%);
}

ul.e_001_002_pager2{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3%;
}
ul.e_001_002_pager2 li{
    display: inline;
    margin-right: 2px;
    margin-left: 2px;
}
ul.e_001_002_pager2 li.prev{
    background-image: url(/images/common/cmn_arrow2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
}
ul.e_001_002_pager2 li.next{
    background-image: url(/images/common/cmn_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
}
div.e_001_002_line2{
    background-image: url(/images/recipe/e_001_002_line.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 2px;
    width: 679px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
}
div.ryoriGroup2{
    // display:flex;
    overflow: hidden;
    text-align: center;
    // margin-bottom:5%;
    width:98%;
    margin: 0 auto;
}

div.ryoriBox2{
    width:98%;
    // height: 300px;
    text-align: center;
    // float: left;
    // margin-right: 5px;
    // margin-left: 10px;
    // padding-top: 11px;
    // padding-right: 11px;
    // padding-bottom: 10%;
    // padding-left: 11px;
    border : 2px solid #999999;
    border-style: double;
    margin-bottom:30px;
}
.ryoriThumb2{
}
.ryoriThumb2 img{
    width:98%;
    height:140%;
}

#Recruit-body #ContentsArea h2,
#Company-body #ContentsArea h2,
#Information-body #ContentsArea h2,
#Product-body #ContentsArea h2,
#Topics-body #ContentsArea h2,
#UserGuide-body #ContentsArea h2{
}


#Contact-form #ContentsArea h2 span,
#Recruit-body #ContentsArea h2 span,
#Company-body #ContentsArea h2 span,
#Information-body #ContentsArea h2 span,
#Product-body #ContentsArea h2 span,
#Topics-body #ContentsArea h2 span,
#UserGuide-body #ContentsArea h2 span{
    /* position:absolute;
    width:0; height:0;
    overflow:hidden;
    float:none; */
}



#Contact-form #ContentsArea h3,
#Recruit-body #ContentsArea h3,
#Company-body #ContentsArea h3,
#Information-body #ContentsArea h3,
#Product-body #ContentsArea h3,
#UserGuide-body #ContentsArea h3 span{
    position:absolute;
    width:0; height:0;
    overflow:hidden;
}




#Contact-form #Nav,
#Recruit-body #Nav,
#Company-body #Nav,
#Information-body #Nav,
#Product-body #Nav,
#Topics-body #Nav,
#UserGuide-body #Nav{
    width:250px;
    float:none;
    visibility:hidden;
    display: none;
}


#Contact-form #Nav li,
#Recruit-body #Nav li,
#Company-body #Nav li,
#Information-body #Nav li,
#Product-body #Nav li,
#Topics-body #Nav li,
#UserGuide-body #Nav li{ text-align:left; margin-bottom:10px; visibility:hidden;display: none;}

#Contact-form #Nav li a,
#Recruit-body #Nav li a,
#Company-body #Nav li a,
#Information-body #Nav li a,
#Product-body #Nav li a,
#Topics-body #Nav li a,
#UserGuide-body #Nav li a{
    width:240px; height:35px; line-height:35px;
    padding-left:10px;
    font-size:14px;
    background: url(../images/navi/lnav_back.png) no-repeat left top;
    visibility:hidden;
    display: none;
}

#Contact-form #Nav li a:link,
#Contact-form #Nav li a:visited,
#Recruit-body #Nav li a:link,
#Recruit-body #Nav li a:visited,
#Company-body #Nav li a:link,
#Company-body #Nav li a:visited,
#Information-body #Nav li a:link,
#Information-body #Nav li a:visited,
#Product-body #Nav li a:link,
#Product-body #Nav li a:visited,
#Topics-body #Nav li a:link,
#Topics-body #Nav li a:visited,
#UserGuide-body #Nav li a:link,
#UserGuide-body #Nav li a:visited{ color:#FFF; text-decoration:none;}

#Contact-form #Nav li a:hover,
#Recruit-body #Nav li a:hover,
#Company-body #Nav li a:hover,
#Information-body #Nav li a:hover,
#Product-body #Nav li a:hover,
#Topics-body #Nav li a:hover,
#UserGuide-body #Nav li a:hover{ color:#FFFF00; text-decoration:none;}

}


@media only print, only screen and (min-width: 1000px){
#Container,
#Contact-body,
#Contact-form,
#Recruit-body,
#Company-body,
#Information-body,
#Product-body,
#Topics-body,
#UserGuide-body{
    width:980px;
    margin:0 auto;
    overflow:hidden;
    _zoom:1;
}

#Contact-form #ContentsArea,
#Recruit-body #ContentsArea,
#Company-body #ContentsArea,
#Information-body #ContentsArea,
#Product-body #ContentsArea,
#Topics-body #ContentsArea,
#UserGuide-body #ContentsArea{
    // width:700px;
    // float:center;
    width:100%;
    overflow:hidden;
    _zoom:1;
}
.contentsInner{
    // margin-right: auto;
    // margin-left: auto;
    width: 100%;
    overflow:hidden;
    padding-left: 10px;
    background-color: #FFFFFF;
    padding-top: 13px;
    text-align:center;
}
.mainColumn{
    /* float: left;
    width: 623px;
    margin-right: 6px; */
    width: 100%;
}
.sideColumn{
    // float: left;
    // width: 237px;
}
div.c_001_frame{
    // background-image: url(/images/lesson/c_001_frame_bottom.jpg);
    // background-repeat: no-repeat;
    // background-position: left bottom;
    // width: 723px;
    // padding-bottom: 15px;
    text-align:center;
    width:98%;
    height:100%;
    border : 2px solid #FA8072;
}
/* e_001_002 */
h2.e_001_002_h1{
    overflow: hidden;
    text-align:left;
    padding-top:40px;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    color:#444444;
}

h2.e_001_002_h1 p.outLine{
    font-family:'Century Gothic',sans-serif;
    display: table-cell;
    padding:10px 0 10px 0;
    vertical-align: middle;
    text-align:center;
    //border-style: outset;
    //border-color: #ffffff;
    //border-width: 10px;
    height: 32px;
    width: 62%;
    margin: 0em 0em 1em 1em;
    background-color:#FFFFCC;
    font-size: 22px;
    color:#444444;
}

div.e_001_002_line1{
    overflow: hidden;
    text-align:left;
    padding-top:20px;
    padding-bottom:40px;
    font-family:'Century Gothic',sans-serif;
    color:#444444;
    font-size: 18px;
}

h2.e_001_002_h2{
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-align:center;
    padding-top:5px;
    vertical-align: middle;
    display: inline-block;
    background-color:#FA8072;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    font-size: 20px;
    color:#FFFFEE;
}
h2.e_001_002_h3{
    display: none;
}
div.c_001_frame_main{
    // background-image: url(/images/lesson/c_001_frame_bg.jpg);
    // background-repeat: repeat-y;
    // width: 693px;
    // padding-right: 6px;
    // padding-left: 24px;
    // padding-top: 20px;
    text-align: center;
    // min-height: 790px;
}
ul.e_001_002_pager{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom:15px;
}
ul.e_001_002_pager li{
    display: inline;
    margin-right: 2px;
    margin-left: 2px;
}
ul.e_001_002_pager li.prev{
    background-image: url(/images/common/cmn_arrow2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
}
ul.e_001_002_pager li.next{
    background-image: url(/images/common/cmn_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
}
div.e_001_002_line{
    background-image: url(/images/recipe/e_001_002_line.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 2px;
    width: 679px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
}
div.ryoriGroup{
    display:flex;
}

div.ryoriBox{
    width: 50%;
    // height: 300px;
    text-align: left;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 10px;
    padding-left: 11px;
    border : 2px solid #FFF4F0;

}
div.ryoriBox p.limitedIcon2{
    position: absolute;
    top: 6px;
    left: 6px;
}
p.releaseDate{
    clear: both;
    padding-top: 5px;
}
div.ryoriBox p.releaseDate{ padding-top: 15px; }
.ryoriThumb{
    margin-bottom: 3px;
}
.ryoriThumb iframe{
    width:100%;
    height:70%; 
}

.ryoriName{
    overflow:hidden;
    font-size: 16px;
    line-height: 24px;
    color: #ff6347;
    padding-bottom:4px;
    margin-bottom: 0px;
    text-decoration:none;
    text-align:center;
    font-weight: bold;
    font-family:'Century Gothic',sans-serif;
}
.ryoriName a{
    text-decoration:none;
    font-family:'Century Gothic',sans-serif;
    color: #ff6347;
}
.ryoriSub{
    // display: flex;
    font-size: 14px;
    color: #666666;
    font-family:'Century Gothic',sans-serif;
    text-align:center;
}
.ryoriInfo{
    font-size: 14px;
    line-height: 24px;
    color: #ff6347;
    // color: #222222;
    padding-bottom:4px;
    // font-weight: bold;
    margin-bottom: 0px;
    font-family:'Century Gothic',sans-serif;
    text-align:center;
}
.ryoriTime{
    overflow:hidden;
    display: block;
    height: 26px;
    // width: 70%;
    font-size: 14px;
    font-weight: bold;
    color: #FF9900;
    line-height: 24px;
    vertical-align: middle;    
    font-family:'Century Gothic',sans-serif;
    text-align:center;
}
.ryoriCal{
    display: block;
    height: 26px;
    // width: 70%;
    font-size: 14px;
    font-weight: bold;
    color: #009900;
    line-height: 24px;
    font-family:'Century Gothic',sans-serif;
    text-align:center;
}
.ryoriDev{
    display: block;
    height: 26px;
    // width: 70%;
    font-size: 14px;
    font-weight: bold;
    color: #8b0000;
    line-height: 24px;
    font-family:'Century Gothic',sans-serif;
    text-align:center;
}
details.e_001_002_detail summary{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom:4px;
    margin-bottom: 0px;
    text-decoration:underline;
}
.e_001_002_detail p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom:4px;
    margin-bottom: 0px;
}
.topRecipeBacknumber{
    background-image: url(/images/top/top_btn_backnumber_rollover.jpg);
    background-repeat: no-repeat;
    height: 39px;
    width: 142px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
div.contentsInner2{
    // margin-right: auto;
    // margin-left: auto;
    margin-top: 45px;
    width: 100%;
    overflow:hidden;
    padding-left: 10px;
    background-color: #FFFFFF;
    padding-top: 13px;
    text-align:center;
}
.mainColumn2{
    /* float: left;
    width: 623px;
    margin-right: 6px; */
    width: 100%;
}
.sideColumn2{
    // float: left;
    // width: 237px;
}
div.c_001_frame2{
    // background-image: url(/images/lesson/c_001_frame_bottom.jpg);
    // background-repeat: no-repeat;
    // background-position: left bottom;
    // width: 723px;
    // padding-bottom: 15px;
    text-align:center;
    width:98%;
    height:100%;
    // border : 2px solid #FA8072;
}
/* e_001_002 */
h2.e_001_002_h12{
    overflow: hidden;
    text-align:left;
    padding-top:40px;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    color:#444444;
}

h2.e_001_002_h12 p.outLine{
    font-family:'Century Gothic',sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    border-style: outset;
    border-color: #ffffff;
    border-width: 10px;
    height: 32px;
    width: 62%;
    margin: 0em 0em 1em 1em;
    background-color:#FFFFCC;
}

div.e_001_002_line12{
    overflow: hidden;
    text-align:left;
    padding-top:20px;
    padding-bottom:40px;
    font-family:'Century Gothic',sans-serif;
    color:#444444;
}

h2.e_001_002_h22{
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    // background-color:#FA8072;
    font-family:'Century Gothic',sans-serif;
    font-weight: bold;
    // color:#FFFFEE;
    color:#696969;
    font-size:20px;
    // text-decoration:underline;
    // text-decoration-color:#FA8072;
}

h2.e_001_002_h23{
    width: 6%;
    height: 10px;
    overflow: hidden;
    text-align:center;
    vertical-align: middle;
    display: inline-block;
    // background-color:#FA8072;
    font-family:'Century Gothic',sans-serif;
    // font-weight: bold;
    // color:#FFFFEE;
    color:#696969;
    font-size:110%;
    // text-decoration:underline;
    // text-decoration-color:#FA8072;
    background:linear-gradient(transparent 70%, #FFFF00 0%);
}

div.c_001_frame_main2{
    // background-image: url(/images/lesson/c_001_frame_bg.jpg);
    // background-repeat: repeat-y;
    // width: 693px;
    // padding-right: 6px;
    // padding-left: 24px;
    // padding-top: 20px;
    text-align: center;
    // min-height: 790px;
}
ul.e_001_002_pager2{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
ul.e_001_002_pager2 li{
    display: inline;
    margin-right: 2px;
    margin-left: 2px;
}
ul.e_001_002_pager2 li.prev{
    background-image: url(/images/common/cmn_arrow2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 17px;
}
ul.e_001_002_pager2 li.next{
    background-image: url(/images/common/cmn_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
}
div.e_001_002_line2{
    background-image: url(/images/recipe/e_001_002_line.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 2px;
    width: 679px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: center;
}
div.ryoriGroup2{
    display:flex;
}

div.ryoriBox2{
    width: 100%;
    // height: 300px;
    text-align: left;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 0px;
    padding-left: 11px;
    // border : 2px solid #FFF4F0;

}
.ryoriThumb2{
    margin-bottom: 3px;
}
.ryoriThumb2 img{
    width:100%;
    height:70%; 
}


#Recruit-body #ContentsArea h2,
#Company-body #ContentsArea h2,
#Information-body #ContentsArea h2,
#Product-body #ContentsArea h2,
#Topics-body #ContentsArea h2,
/* #UserGuide-body #ContentsArea h2{
    width:700px; height:132px;
    margin-bottom:20px;
} */


#Contact-form #ContentsArea h2 span,
#Recruit-body #ContentsArea h2 span,
#Company-body #ContentsArea h2 span,
#Information-body #ContentsArea h2 span,
#Product-body #ContentsArea h2 span,
#Topics-body #ContentsArea h2 span,
#UserGuide-body #ContentsArea h2 span{
    position:absolute;
    width:0; height:0;
    overflow:hidden;
}



#Contact-form #ContentsArea h3,
#Recruit-body #ContentsArea h3,
#Company-body #ContentsArea h3,
#Information-body #ContentsArea h3,
#Product-body #ContentsArea h3,
#UserGuide-body #ContentsArea h3 span{
    position:absolute;
    width:0; height:0;
    overflow:hidden;
}

#UserGuide-body #ContentsArea div.video-wrap {
    position: relative;
}

#UserGuide-body #ContentsArea div.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; 
    cursor: pointer;
}


#Contact-form #Nav,
#Recruit-body #Nav,
#Company-body #Nav,
#Information-body #Nav,
#Product-body #Nav,
#Topics-body #Nav,
#UserGuide-body #Nav{
    width:250px;
    float:left;
}


#Contact-form #Nav li,
#Recruit-body #Nav li,
#Company-body #Nav li,
#Information-body #Nav li,
#Product-body #Nav li,
#Topics-body #Nav li,
#UserGuide-body #Nav li{ text-align:left; margin-bottom:10px;}

#Contact-form #Nav li a,
#Recruit-body #Nav li a,
#Company-body #Nav li a,
#Information-body #Nav li a,
#Product-body #Nav li a,
#Topics-body #Nav li a,
#UserGuide-body #Nav li a{
    display:block;
    width:240px; height:35px; line-height:35px;
    padding-left:10px;
    font-size:14px;
    background: url(../images/navi/lnav_back.png) no-repeat left top;
}

#Contact-form #Nav li a:link,
#Contact-form #Nav li a:visited,
#Recruit-body #Nav li a:link,
#Recruit-body #Nav li a:visited,
#Company-body #Nav li a:link,
#Company-body #Nav li a:visited,
#Information-body #Nav li a:link,
#Information-body #Nav li a:visited,
#Product-body #Nav li a:link,
#Product-body #Nav li a:visited,
#Topics-body #Nav li a:link,
#Topics-body #Nav li a:visited,
#UserGuide-body #Nav li a:link,
#UserGuide-body #Nav li a:visited{ color:#FFF; text-decoration:none;}

#Contact-form #Nav li a:hover,
#Recruit-body #Nav li a:hover,
#Company-body #Nav li a:hover,
#Information-body #Nav li a:hover,
#Product-body #Nav li a:hover,
#Topics-body #Nav li a:hover,
#UserGuide-body #Nav li a:hover{ color:#FFFF00; text-decoration:none;}


}


/*ナビに子リンクがある場合*/
#UserGuide-body #Nav span,
#Information-body #Nav span{ display:block; padding:5px 0;}
#UserGuide-body #Nav span a,
#Information-body #Nav span a{
    font-size:13px;
    padding-left:10px;
    background: url(../images/icon_arrow.gif) no-repeat left center;
}

*:first-child+html #Information-body #Nav span{ display:block; padding:0;}
*:first-child+html #Information-body #Nav span a:link,
*:first-child+html #Information-body #Nav span a:visited{ color:#0000FF; text-decoration:underline;}
*:first-child+html #Information-body #Nav span a:hover{ color:#39A727; text-decoration:none;}

* html #Information-body #Nav span{ display:block; padding:0;}
* html #Information-body #Nav span a:link,
* html #Information-body #Nav span a:visited{ color:#0000FF; text-decoration:underline;}
* html #Information-body #Nav span a:hover{ color:#39A727; text-decoration:none;}



/*ナビにアコーディオンがある場合*/

#Product-body #Nav div,
#UserGuide-body #Nav div{
    width:240px; height:35px; line-height:35px;
    padding-left:10px; margin-bottom:10px;
    font-size:14px; color:#FFF;
    background: url(../images/navi/lnav_back.png) no-repeat left top;
}

#Product-body #Nav div a,
#UserGuide-body #Nav div a{ display:block;}

#Product-body #Nav div a:link,
#Product-body #Nav div a:visited{ color:#FFF; text-decoration:none;}
#Product-body #Nav div a:hover {color:#FFFF00; text-decoration:none;}

#UserGuide-body #Nav div a:link,
#UserGuide-body #Nav div a:visited{ color:#FFF; text-decoration:none;}
#UserGuide-body #Nav div a:hover {color:#FFFF00; text-decoration:none;}


#Product-body #Nav div.accordion_head,
#UserGuide-body #Nav div.accordion_head{cursor:pointer;}

#Product-body #Nav div.accordion_head:link,
#Product-body #Nav div.accordion_head:visited{ color:#FFF; text-decoration:none;}
#Product-body #Nav div.accordion_head:hover {color:#FFFF00; text-decoration:none;}


#UserGuide-body #Nav div.accordion_head:link,
#UserGuide-body #Nav div.accordion_head:visited{ color:#FFF; text-decoration:none;}
#UserGuide-body #Nav div.accordion_head:hover {color:#FFFF00; text-decoration:none;}

#Product-body #Nav div.accordion_head dl,
#UserGuide-body #Nav div.accordion_head dl{width:250px; text-align:left}

#Product-body #Nav dl dt,
#UserGuide-body #Nav dl dt{
    color:#39A727; font-size:15px;
    border-top:1px solid #39A727;
    border-bottom:1px solid #39A727;
    padding:5px 0; margin-bottom:5px;
}

#Product-body #Nav dl dd.living,
#UserGuide-body #Nav dl dd.living{
    border-bottom:1px solid #39A727;
    padding-bottom:10px;
    margin-bottom:10px;
}

#Product-body #Nav dl dd,
#UserGuide-body #Nav dl dd{ padding-bottom:3px;}

#Product-body #Nav dl p,
#UserGuide-body #Nav dl p{ padding:3px 0;}

#Product-body #Nav dl dd a,
#Product-body #Nav dl p a,
#UserGuide-body #Nav dl dd a,
#UserGuide-body #Nav dl p a{
    background: url(../images/icon_arrow.gif) no-repeat left center;
    padding: 5px 0 5px 10px;
    font-size:15px;
}

#Product-body #Nav dl dd a:link,
#Product-body #Nav dl dd a:visited,
#Product-body #Nav dl p a:link,
#Product-body #Nav dl p a:visited,
#UserGuide-body #Nav dl dd a:link,
#UserGuide-body #Nav dl dd a:visited,
#UserGuide-body #Nav dl p a:link,
#UserGuide-body #Nav dl p a:visited{ color:#39A727; text-decoration:underline;}

#Product-body #Nav dl dd a:hover,
#Product-body #Nav dl p a:hover,
#UserGuide-body #Nav dl dd a:hover,
#UserGuide-body #Nav dl p a:hover{ color:#39A727; text-decoration:none;}



/* ======================    =06.PageIndex    ====================== */

#Company-body #ContentsArea #Btn,
#Recruit-body #ContentsArea #Btn,
#Product-body #ContentsArea #Btn,
#Information-body #ContentsArea #Btn,
#UserGuide-body #ContentsArea #Btn{
    width:700px; margin-bottom:50px;
    overflow:hidden;
}

#Company-body #ContentsArea #Btn li,
#Recruit-body #ContentsArea #Btn li,
#Product-body #ContentsArea #Btn li,
#Information-body #ContentsArea #Btn li,
#UserGuide-body #ContentsArea #Btn li{ width:350px; float:left; margin-bottom:20px;}

/* error */
.err {
    border:5px solid #ff0000;
    padding:15px; 
    color:#ff0000;
    margin:0 0 15px 0;
    font-size: 16px;
}

.alpha-btn:hover{
    opacity:0.75;
    filter: alpha(opacity=75);
}

/* ======================    =form style    ====================== */

#ContentsArea input[type="text"],
#ContentsArea  select{
    padding: 10px;
    border: 3px solid #c8c8c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#ContentsArea  input[type="radio"],
#ContentsArea  label{
    vertical-align: middle;
}
#ContentsArea  input[type="radio"]{
    margin: -2px 5px 0 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="radio"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="radio"] + label:hover:before {
  background: #fff;
}
input[type="radio"] + label:after {
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.3em;
  left: 0.45em;
  background: #1a923b;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
input[type="radio"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="checkbox"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="checkbox"] + label:hover:before {
  background: #fff;
}
input[type="checkbox"] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  color: #1a923b;
  left: 0.25em;
  margin-top: -0.5em;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* ======================    =07.MyNicigas    ====================== */

@media only print, only screen and (max-width: 999px){

#MyNici2{
    margin:0 auto;
}
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  vertical-align:top;
}

.item {
  /* 横スクロール用 */
  display: inline-block;
  width: 50%;

  /* 見た目調整 */
  height: 100%;
  zoom:250%;
  border: 1px solid Black;
  vertical-align:top;
}

#MyNici4{
    margin:0 auto;
}
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  vertical-align:top;
}

.item {
  /* 横スクロール用 */
  display: inline-block;
  width: 50%;

  /* 見た目調整 */
  height: 100%;
  zoom:250%;
  border: 1px solid Black;
  vertical-align:top;
}

#MyNici{ 
    visibility:hidden;
    display: none;
}

}

@media only print, only screen and (min-width: 1000px){

#MyNici1{ 
    visibility:hidden;
    display: none;
}

#MyNici2{ 
    visibility:hidden;
    display: none;
}

#MyNici1_1{ 
    visibility:hidden;
    display: none;
}

#MyNici3{ 
    visibility:hidden;
    display: none;
}

#MyNici4{ 
    visibility:hidden;
    display: none;
}

#MyNici3_1{ 
    visibility:hidden;
    display: none;
}

#MyNicifooter{ 
    visibility:hidden;
    display: none;
}

}

/* ======================    =08.Slide    ====================== */

@media only print, only screen and (max-width: 999px){
div#bg_slide{
    //overflow:hidden;
    height:350px;
    width:900px;
}

div.bx-wrapper{
    overflow:hidden;
    width:100% !important;
}

* html div.bx-wrapper{display:none;}

* +html div.bx-wrapper,
* +html div.bx-window{position:static !important;}

div.bx-window{
    width:900px !important;
    margin:0 auto !important;
    overflow: visible !important;
}

ul#slider{
    overflow:hidden;
}

ul#slider li{
    width:900px !important;
}

ul#slider li img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}

div.bx_wrap_btn{
    width:900px;
    margin:0 auto;
    position:relative;
}

div.bx_wrap_btn a.bx-prev,
div.bx_wrap_btn a.bx-next{
    display:block;
    width:36px;
    height:36px;
    position:absolute;
    bottom:162px;
    z-index:100;
    text-decoration:none;
}


div.bx_wrap_btn a.bx-prev:hover{background:url(../../cooking/img/btn_prev01_on.png) no-repeat 0 0;}
div.bx_wrap_btn a.bx-next:hover{background:url(../../cooking/img/btn_next01_on.png) no-repeat 0 0;}

div.bx_wrap_btn a.bx-prev span,
div.bx_wrap_btn a.bx-next span{visibility:hidden;}

div.bx-pager{
    width:900px;
    height:10px;
    margin:10px auto 0;
    text-align:center;
}

div.bx-pager a.pager-link{
    display:inline-block;
    height:10px;
    width:10px;
    margin-right:10px;
    background:url(../../cooking/img/ico_pager01.png) no-repeat 0 0;
    text-align:left;
    text-indent:-9999px;
}

div.bx-pager a.pager-link:hover,
div.bx-pager a.pager-active{
    background:url(../../cooking/img/ico_pager01_on.png) no-repeat 0 0;
}


div#wrap_layer{
    margin:0 auto;
    position:relative;
    width:1000px;
    z-index:2;
}

div#txt_slide p {
    display: none;
}

}

@media only print, only screen and (min-width: 1000px){
div#bg_slide{
    // overflow:hidden;
    height:350px;
    width:900px;
    padding-left:4%;
}

div.bx-wrapper{
    overflow:hidden;
    width:100% !important;
}

* html div.bx-wrapper{display:none;}

* +html div.bx-wrapper,
* +html div.bx-window{position:static !important;}

div.bx-window{
    width:900px !important;
    margin:0 auto !important;
    overflow: visible !important;
}

ul#slider{
    overflow:hidden;
}

ul#slider li{
    width:900px !important;
}

ul#slider li img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}

div.bx_wrap_btn{
    width:900px;
    margin:0 auto;
    position:relative;
}

div.bx_wrap_btn a.bx-prev,
div.bx_wrap_btn a.bx-next{
    display:block;
    width:36px;
    height:36px;
    position:absolute;
    bottom:162px;
    z-index:100;
    text-decoration:none;
}

div.bx_wrap_btn a.bx-prev{
    background:url(../../cooking/img/btn_prev01.png) no-repeat 0 0;
    left:0px;
}
    
div.bx_wrap_btn a.bx-next{
    background:url(../../cooking/img/btn_next01.png) no-repeat 0 0;
    right:0px;
}

div.bx_wrap_btn a.bx-prev:hover{background:url(../../cooking/img/btn_prev01_on.png) no-repeat 0 0;}
div.bx_wrap_btn a.bx-next:hover{background:url(../../cooking/img/btn_next01_on.png) no-repeat 0 0;}

div.bx_wrap_btn a.bx-prev span,
div.bx_wrap_btn a.bx-next span{visibility:hidden;}

div.bx-pager{
    width:900px;
    height:10px;
    margin:10px auto 0;
    text-align:center;
}

div.bx-pager a.pager-link{
    display:inline-block;
    height:10px;
    width:10px;
    margin-right:10px;
    background:url(../../cooking/img/ico_pager01.png) no-repeat 0 0;
    text-align:left;
    text-indent:-9999px;
}

div.bx-pager a.pager-link:hover,
div.bx-pager a.pager-active{
    background:url(../../cooking/img/ico_pager01_on.png) no-repeat 0 0;
}


div#wrap_layer{
    margin:0 auto;
    position:relative;
    width:1000px;
    z-index:2;
}

div#txt_slide p {
    display: none;
}

}

