@charset "UTF-8";

/*
    Theme Name: NP
    Description: Nail-Partner公式テーマ
    Theme URI: http://www.nail-partner.com/
    Author: NailPartner
    Author URI: http://www.nail-partner.com/
    Version: 1.0.0
*/

/****************************************

          General Setting

*****************************************/
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #232323;
    font-size: 62.5%;
    background-color:#f5f5f5;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/****************************************
          List
*****************************************/

/****************************************
          Link
*****************************************/
/****************************************
          Layout
*****************************************/

/****************************************

          Navigation

*****************************************/

/****************************************

          Breadcrumb

*****************************************/
.breadcrumb{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size:0.6rem;
    line-height:120%;
    list-style: none;
    overflow: hidden;
    margin:8px 0 15px 0;
    border:solid 1px #eeeeee;
    background:#FFFFFF;
    overflow: hidden;
}

.breadcrumb li{
  float: left;
}

.breadcrumb a{
color: #ff5e7c;
text-decoration: none;
padding: 3px 0 3px 9px;
background: brown;
background: #ffe0e5;
position: relative;
display: block;
float: left;
}

.breadcrumb li:first-child a{
    color: #ff5e7c;
    text-decoration: none;
    padding: 3px 6px 3px 9px;
    background: #ffe0e5;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li:nth-child(n+2) a       { background:#f9f9f9; color:#999999; padding-right:6px; padding-left: 20px; }
.breadcrumb li:nth-child(n+2) a:after { border-left-color: #f9f9f9; }

.breadcrumb a:hover{
  background: #fff;
}

.breadcrumb a::after,
.breadcrumb a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.0em;
  border-top: 1.0em solid transparent;
  border-bottom: 1.0em solid transparent;
  border-left: 1em solid;
  right: -0.9em;
}

.breadcrumb a::after{
  z-index: 2;
  border-left-color: #ffe0e5;
}

.breadcrumb a::before{
  border-left-color: #f0f0f0;
  right: -1.1em;
  z-index: 1;
}

.breadcrumb a:hover::after{
  border-left-color: #fff;
}

.breadcrumb .current,
.breadcrumb .current:hover{
  font-weight: bold;
  background: none;
}

.breadcrumb .current::after,
.breadcrumb .current::before{
  content: normal;
}

.breadcrumb li:last-child {
    background: white !important;
    color: #666666;
    pointer-events: none;
    cursor: default;
    border: 0;
    padding: 3px 0 3px 20px;
}
.breadcrumb li a:hover { background: #ed6c70;color:#ffffff; }
.breadcrumb li a:hover:after { border-left-color: #ed6c70; !important; }


/****************************************

          Pager

*****************************************/
.pager {
    width: 100%;
    text-align: center;
    margin: 0 0 1em 0px;
}

.pager a {
    background-color: #f1f1f1;
    color: #333333;
    display: inline-block;
    list-style: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px 5px 0px 5px;
    font-size:8px; font-size:0.8rem;
    text-decoration: none;
}

.pager span.current {
    background-color: #ffe0e5;
    color: #ff5e7c;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px 5px 0px 5px;
    font-size:8px; font-size:0.8rem;
}

/*
a.page-numbers,
.pager .current{
    background:rgba(0,0,0,0.02);
    border:solid 1px rgba(0,0,0,0.1);
    border-radius:5px;
    padding:5px 8px;
    margin:0 2px;
}
.pager .current{
    background:rgba(0,0,0,1);
    border:solid 1px rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}
*/


/****************************************
          Main
*****************************************/
div.top-alert {
    margin: 0 0 10px 0;
    padding:15px 0 16px 6px;
    line-height:140%;
}
div.top-alert ul li {
   margin:8px 8px 8px 10px;
    line-height:180%;

}

div.top-alert span.date{ height:auto; }


div.top-alert ul li p.news_txt{
    font-size:8px; font-size:0.8rem; margin-top:3px;
}

/****************************************
          index.php Main
*****************************************/

/****************************************
          Sidebar
          aside
*****************************************/
.widget .title {
    display: none;
}

.position_news{
/*    width:95%;
    margin:10px auto; */
    margin:10px;
}

aside.sidebar{
    width:220px;
    float:left;
}
aside.sidebar div.news{
    margin:20px 0px 7px 0;
    padding:15px 0px 5px 6px;
}



aside.sidebar .bnr{
    margin-top: 10px;
}
aside.sidebar .bnr img {
    background-color: #ffffff; */
    -moz-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    margin: 3px 0 3px 0;
}

aside.sidebar div.widget{
    margin:0 0 10px 0;
}
aside.sidebar div.banner{
    margin:10px 0;
}
aside.sidebar div.banner ul li{
    margin:0 0 10px 0;
}

aside.sidebar div.widget .instabox {
    background:url(/img/insta_top.gif) left top repeat-x #fff;
    padding:20px 0 10px 0;
    margin-bottom:10px;
        -moz-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -webkit-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -o-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -ms-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
}
aside.sidebar div.widget .instabox h4{ text-align:center; margin-bottom:12px;}
aside.sidebar div.widget .instabox-body{
    width:182px;padding:4px;
    background-color:#FFF;
    margin:0 auto;
/*
    box-shadow:0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.1);
    -o-box-shadow:0 0 4px rgba(0,0,0,0.1);
    -ms-box-shadow:0 0 4px rgba(0,0,0,0.1);
*/
}
aside.sidebar div.widget .instabox-photo{ width:182px; }
aside.sidebar div.widget .instabox-photo img{ width:182px; height:auto; }
aside.sidebar div.widget .insta-btn { text-align:center; margin-top:16px; }

.pllex-viewport{ height:200px; }

/****************************************

          Footer

*****************************************/
#copyright{
    padding: 20px 0;
    font-size: 80%;
}

.footer-group{ background:url(/img/footer_hr.gif) right top no-repeat; padding-right:2px; margin-top:10px; }
.footer-area1,
.footer-area2,
.footer-area3{
    background:url(/img/footer_hr.gif) left top no-repeat;
    height:70px;
    padding:0 2px;
    float:left;
}
.smark{
	float:right;
	padding: 20px 0;
	text-align:right;
}
.mark-sec{

}
/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
    margin: 0;
    margin-bottom: 20px;
    padding: 6px 4px;
    max-width: 100%;
    width: 290px;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
    display: block;
}

textarea {
    overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #ff69b4;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
    -moz-box-shadow: 0 0 3px rgba(255,105,180,1);
    box-shadow:  0 0 3px rgba(255,105,180,1);
    color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 12px;
    padding: 8px 10px;
    border: 1px solid #fe56aa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff89c4;
    color: #333;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    /* Old browsers */
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        border: 1px solid #fe56aa;
        background: #ff89c4;
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .4);

    }

    .button:active,
    button:not('.slick-next'):not('.slick-prev'):active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        position: relative;
        top:1px;
    }


/****************************************
          WordPress Misc
*****************************************/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    margin: 10px;
    padding-top: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.wp-caption-text,
.gallery-caption{
    font-size: 80%;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}

.pages{
   font-size:10px; font-size:0.9rem;
   line-height:140%;
    padding:16px;
    margin: 20px 0 0 0;
    border-top:solid 3px #fff;
    background-color:#ffffff;
/*
    -moz-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
*/
}

/****************************************
          Clearfix
*****************************************/
#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
    display: block;
}



ul{ list-style:none; }
a { color: #000000; }
a:hover{ text-decoration:none; }


.switch a:hover {
    background-color: transparent;
}

a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
a.pink_block{
    display:block;
    background:#ff5e7c;
    text-align:center;
    font-size:7px; font-size:0.7rem;
    padding:5px 3px 5px 3px;
    color:#ffffff;
/*    font-weight: bolder;*/
    text-decoration:none;
/*
    margin: 20px auto 0;
*/
}

.news a.pink_block{ maragin:6px 10px 10px 7px; }

span.icon_{
    display:inline-block;
    vertical-align: middle;
}

.slick-next, .slick-prev {
    z-index: 100;
}
span.news{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  margin: -5px 7px 0 0;
}
span.newitem{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position:-22px 0 ;
  margin: -5px 7px 0 0;
}
span.campaign{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position:-44px 0 ;
  /* margin: -5px 7px 0 7px;*/
  margin: 0px 10px 0px 0px;
}
span.blog{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position:-69px 0 ;
  margin: -5px 3px 0 0;
}
span.youtube{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position:-89px 0 ;
  margin: -5px 7px 0 0;
}
span.usecolor_ranking{
  background:url(/img/icon_list.png) no-repeat;
  width: 22px;
  height: 22px;
  background-position:-110px 0 ;
  margin: 0px 7px 9px -9px;
}
span.newsicon_{
    background:url(/img/news_tag_list.png) no-repeat;
    display:inline-block;
    vertical-align:middle;
}
span.onlineshop {
  background:url(/img/icon_list.png) no-repeat;
    width: 22px;
    height: 22px;
    background-position: -132px 0;
    margin: -5px 7px 0;
}

span.important{
  width: 60px;
  height: 16px;
  background-position:0 0 ;
  margin: 0 7px 0 0;
}
span.title-group{ display:block;}

span.commodity{
  width: 60px;
  height: 16px;
  background-position:0 -16px;
  margin: 0 7px 0 0;
}
span.update{
  width: 60px;
  height: 16px;
  background-position:0 -32px;
  margin: 0 7px 0 0;
}
span.event{
  width: 60px;
  height: 16px;
  background-position:0 -48px;
  margin: 0 7px 0 0;
}
span.sale{
  width: 60px;
  height: 16px;
  background-position:0 -64px;
  margin: 0 7px 0 0;
}

span.campaign{
  width: 60px;
  height: 16px;
  background-position:0 -80px;
  margin: 0 7px 0 0;
}

span.recruit{
  width: 60px;
  height: 16px;
  background-position:0 -96px;
  margin: 0 7px 0 0;
}
span.seminar{
  width: 60px;
  height: 16px;
  background-position:0 -112px;
  margin: 0 7px 0 0;
}

span.icon_pink_tri{
/*    background:url(/img/pink_tri.gif) no-repeat;
    display:inline-block;
    width:12px;
    height:12px;
    margin: 0;
    vertical-align: middle;*/
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #fff;
    position: relative;
}

div.ni_img {
    float: left;
    padding-right: 16px;
}

span.date{
    display:inline-block;
    height:16px;
    color:#ff5e7c;
    font-size:7px; font-size:0.7rem;
    line-height:100%;
}

#oshirase span.date{ font-size:0.9rem;line-height:120%; }
.main-info-wid-tl{ display:none; }
div.ni_contents {
    float: left;
    padding: 2px 10px 0 0;
    max-width: 250px;
    width: 100%;
}

div.ni_contents:nth-child(even) {
    float: left;
    padding: 2px 0 0 0;
    max-width: 250px;
    width: 100%;
}

span.ni_name {
    padding-left: 4px;
}

div.ni_text {
font-size: 0.7rem;
color: #666666;
line-height:140%;
}

div.hms_navi ul li{
    display:block;
    width:16px;
    height:4px;
    margin:5px 3px;
    float:left;
}
div.hms_navi ul li:first-child{
    margin-left:15px;
}
div.hms_navi ul li a{
    background-color:#ffffff;
    display:block;
    width:16px;
    height:4px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
div.hms_navi ul li.rslides_here a{
    background-color:#ff9194;
    display:block;
    width:16px;
    height:4px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.frameLine {
    border: solid 1px #CCC;
    padding: 20px;
}

.width_50p{
    width:50%;
}
.width_33p{
    width:33.3%;
}
.width_25p{
    width:33.3%;
}
#modal-overlay{
   z-index:10000;
   display:none;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:120%;
   background-color:rgba(255,255,255,0.75);
}

.perfect-scrollbar {
    position: relative;
    overflow: hidden !important;
}
header .ps-scrollbar-x-rail {
    display: none !important;
}
.ps-container > .ps-scrollbar-x-rail {
    height: 6px;
    border-radius: 5px;
    background-color: #F5F5F5;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    z-index: 20;
    position: absolute;
    display: block;
    bottom: 10px;
}
.ps-container > .ps-scrollbar-y-rail {
    width: 4px;
    border-radius: 5px;
    background-color: #F5F5F5;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    z-index: 20;
    position: absolute;
    display: block;
    right: 10px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    height: 6px;
    background-color: #ffa6a9;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    display: block;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 4px;
    background-color: #ffa6a9;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    display: block;
}
.ps-container:hover > .ps-scrollbar-x-rail {
    height: 6px;
    border-radius: 5px;
    background-color: #F5F5F5;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.ps-container:hover > .ps-scrollbar-y-rail {
    width: 4px;
    border-radius: 5px;
    background-color: #F5F5F5;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.ps-container:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    height: 6px;
    background-color: #ffa6a9;
    border-radius: 5px;
    opacity: 1;
}
.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 4px;
    background-color: #ffa6a9;
    border-radius: 5px;
    opacity: 1;
}
.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    background: url('/img/back_to_top.png');
    opacity: 0.5;
    z-index: 999;
}
.back-to-top:hover, .back-to-top:active {
    opacity: 1;
    background: url('/img/back_to_top.png');
}

/* tenbai kinshi */
#tenbaikinshi-box{ display:none; }
#bnr-tenbai{
    margin-bottom:5px;
}
#bnr-line{
    margin-bottom:8px;
}
#bnr-tenbai img{
    -moz-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    box-shadow: 1px 1px 2px rgba(50,50,50,0.1);
    margin:3px 0 3px 0;
}
#hanbaisyuryo-box,
#pointinfo{
display:none;
}

/* haiban */
#bnr-haiban{ display:none; }


.infoWigetWrap{ font-size:14px;margin-bottom:15px; }
.infoWigetWrap-tl{ color:#FF0000;font-size:1.4em;display:block;margin-bottom:5px; }

/****************************************
    media 641px
*****************************************/
@media screen and (min-width: 641px){
    .width1000over{
        display:block;
    }
    .width1000down{
        display:none;
    }
    .sp_view{
        display:none !important;
    }
    .big-header {
        overflow: hidden;
    }
    .pc-pageTitle{ font-size:9px; font-size:0.9rem; margin-left: 8px;}
    footer, header {
        min-width: 1004px;
        width: 100%;
        padding: 0;
    }
    div.site_width{
        width:1000px;
        padding-right: 4px;
        margin:0 auto;
        text-align:left;
        overflow: hidden;
    }

    header div.site_width {
        position: relative;
        overflow: visible;
    }

    /****************************************
              header
    *****************************************/
    header.normal {
        background-color: #ffffff;
        background-image: initial;
        height: 75px;
    }

    header.normal .site_width {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: initial;
    }

    header.normal div.h_side {
/*        background: url(/img/bg_header_left.png) repeat-x;*/
        width: 100%;
        padding: 10px 0;
        overflow: hidden;
        height: initial;
        float: initial;
        z-index: initial;
        position: initial;
        -moz-box-shadow: initial;
        -webkit-box-shadow: initial;
        -o-box-shadow: initial;
        -ms-box-shadow: initial;
        box-shadow: initial;
    }

    header.normal div.h_side div.hs_logo {
    width: 15.13%;
    padding-left: 20px;
    float: left;
    margin: 0;
    }
    header.normal div.h_side div.hs_logo img {
    width: 100%;
    }

    header.normal div.h_side div.hs_online_bnr {
    width: 40.13%;
    margin-left: 0.6%;
    float: right;
    margin: 0;
    }

    header.normal div.sp_bnr {
    width: 50%;
    float: right;
    }
    header div.site_width {
        position: relative;
        overflow: visible;
    }
    nav div.site_width {
        overflow: hidden;
    }

    .up_pink_block, .pages{
        padding:0 5px 6px 5px;

        margin: 20px 0 0 0;
        border-top:solid 3px #fff;
        background-color:#ffffff;
        -moz-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -webkit-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -o-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        -ms-box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
        box-shadow: 1px 1px 2px rgba(50,50,50,0.12);
    }
    .pages{
        font-size:10px;
        font-size:0.9rem;
        line-height:1.4em;
    }


    .block_title .icn {
        width: 25px;
    }
    .pages .block_title {
        height: 47px;
        /*padding-top: 12px;*/
    }

    .up_pink_block .block_title {
        height: 30px;
        padding-top: 5px;
        font-size:9px; font-size:0.9rem; margin-left: 8px;
    }
    .up_pink_block .block_body {
        padding: 0;
    }
    .pages .block_body {
        font-size: 0.9rem;
        line-height:140%;
    }
    .pages .block_body:after,
    .up_pink_block .block_body:after {
        clear: both;
    }
    .pages .block_body .padded,
    .up_pink_block .block_body .padded {
        /*padding: 0 8px 8px;*/
    }

    .blog .block_body .padded {
        padding: 0 0 0 16px;
    }
    .blog .block_title{ padding-top:6px; }

    .blogpostblock{
        height:100px;overflow:hidden;
    }
    .pages .block_title .title_text,
    .up_pink_block .block_title .title_text {
        margin-left: 30px;
        line-height: 26px;
    }
    .pages .block_title .right_link,
    .up_pink_block .block_title .right_link {
        display: none;
    }

    .pages .block_title {
        margin: 0;
        height: 30px;
    }
    h2,h3,h4{
        color:#666666;
        font-size:0.9rem;
/*        vertical-align:top;*/
        margin:5px 0;
        vertical-align: middle;
        font-weight:normal;
    }
    header.home{
        /* background:url(/img/bg_header.png) repeat-x center; */
        height:340px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe6e6', endColorstr = '#ffd4d4');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffe6e6', endColorstr = '#ffd4d4')";
        background-image: -moz-linear-gradient(top, #ffe6e6, #ffd4d4);
        background-image: -ms-linear-gradient(top, #ffe6e6, #ffd4d4);
        background-image: -o-linear-gradient(top, #ffe6e6, #ffd4d4);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#ffe6e6), to(#ffd4d4));
        background-image: -webkit-linear-gradient(top, #ffe6e6, #ffd4d4);
        background-image: linear-gradient(top, #ffe6e6, #ffd4d4);
        position: relative;
        z-index: 20;
    }
    header.home .ps-scrollbar-y-rail {
        right: 0;
    }
    header.normal{
        position: relative;
        height: 48px;
        /*margin-top: -48px;*/
        /*top: -48px;*/
    }
    body.header-fixed .header-area {
        position: fixed;
/*        left: 50%;
        margin-left: -502px;
*/        width: 100%;
        z-index: 999;
    }
    .header-area {
        position: relative;
    }
    body.header-fixed header.normal {
        position: fixed;
        top: 0;
        background: white;
        z-index: 999;
        display: block;
    }
    body.header-fixed header.home {
        visibility: hidden;
        margin-bottom: -340px;
        /*display: none;*/
    }
    body header.normal {
        display: none;
    }
    body.header-fixed nav {
        z-index: 999;
        position: fixed;
        top: 48px;
    }

    .in-transition .big-slider-content {
        display: none;
    }
    body.header-fixed {
        padding-top: 394px;
    }
    nav {
        min-width: 1004px;
        width: 100%;
    }
    .wideslider{
        position:absolute;
        top:20px;
    }
    header.home div.h_side{
        position:absolute;
        /* background:url(/img/bg_header_left.png) repeat-x;*/
        background-color: #fff;
        width:220px;
        height:340px;
        float:left;
        z-index:200;
        -moz-box-shadow: 1px -1px 2px rgba(50,50,50,0.1);
        -webkit-box-shadow: -1px 1px 2px rgba(50,50,50,0.1);
        -o-box-shadow: 1px -1px 2px rgba(50,50,50,0.1);
        -ms-box-shadow: 1px -1px 2px rgba(50,50,50,0.1);
        box-shadow: 1px -1px 2px rgba(50,50,50,0.1);
    }

    header .clip-by-window {
        width: 100%;
        height: 340px;
        overflow: hidden;
    }

    .top0_ab{
        position:absolute;
        width:100%;
        top:0px;
    }
    header.home div.h_side div.hs_logo{
        margin: 90px 10px 30px 10px;
    }
/*    header.home div.h_side div.hs_online_bnr{
        margin:10px;
    }
*/
    header.home div.big-slider {
        height: 302px;
        overflow-y: hidden;
    }
    header.home div.big-slider .big-slider-item {
        padding-right: 10px;
    }
    header.home div.big-slider-mirrored-left .big-slider-item {
        padding-right: 10px;
    }
    header.home div.big-slider-mirrored-right .big-slider-item {
        padding-left: 10px;
    }
    header.home div.big-slider .big-slider-item img {
        border: 1px solid white;
    }
    header.home div.big-slider-mirrored .big-slider-item img {
        border: none !important;
        margin: 1px;
        opacity: 0.4;
    }
    header.home div.h_sideslider {
        position: absolute;
        top: 20px;
        bottom: 20px;
        right: 0px;
        width: 250px;
        z-index: 200;
    }
    header.home div.h_sideslider .h_sideslider-content {
        position: absolute;
        right: 0;
        width: 80px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 5px;
        background-color: rgba(255,255,255,0.7);
        /*overflow: hidden;*/
    }
    header.home div.h_sideslider .h_sideslider-content .h_sideslider-inner {
        overflow-y: hidden;
/*        margin-top: 10px;
        margin-bottom: 10px;
*/

        width: 100%;
        height: 294px;
    }

    header.home div.h_sideslider .h_sideslider-content .h_sideslider-item {
        margin: 0 5px; padding: 4px 4px 2px 4px; width:223px;
    }

    /*header.home div.h_sideslider .h_sideslider-content .h_sideslider-item {
        margin: 0 5px; padding: 5px; width:226px; height:60px;    }

    header.home div.h_sideslider .h_sideslider-content .h_sideslider-item:nth-of-type(1) {
        margin-top: 5px;   }*/

    header.home div.h_sideslider a:hover img {
        filter: alpha(opacity=100);        /* ie lt 8 */
        -ms-filter: "alpha(opacity=100)";  /* ie 8 */
        -moz-opacity:1;                 /* FF lt 1.5, Netscape */
        -khtml-opacity: 1;              /* Safari 1.x */
        opacity:1;
        zoom:1;
    }
    header.home div.h_sideslider .h_sideslider-content .h_sideslider-item {
        position: relative;
    }
    header.home div.h_sideslider .h_sideslider-content .active:after {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: -2;
    }
    header.home div.slider-area {
        position: relative;
        width: 100%;
        height: 340px;
    }
    header.home div.h_main{
        margin: 20px 0 0 0;
        position: absolute;
        right: 2px;
        z-index: 200;
        overflow: hidden;
    }
    header.home div.hm_slide{
        width:762px;
    }

    .slider-pagination {
        bottom: 10px;
        left: 0;
        height: 24px;
        /*width:100%;*/
        margin: 0 auto;
        text-align: center;
        position: absolute;
        z-index: 200;
    }
    .slider-pagination a {
        margin: 30px 6px 30px 0;
        width: 16px;
        height: 4px;
        display: inline-block;
        z-index:200;
        background: #ffffff;
    }
    .slider-pagination a.active {
        background: #ff9194;
    }

    header div.hm_icon-inner {
        background-color:rgba(255,255,255,0.7);
        position: absolute;
        right: 0;
        width: 90px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    header div.hm_icon-inner ul {
        margin-top:10px;
    }

    header.home div.hm_icon{
        /* background-color:#ffffff;*/
        width:240px;
        height:300px;
        /* overflow-y: scroll;
        overflow-x: hidden;
        float:left;
        text-align:center;*/
        z-index:200;
    }

    header div.hm_icon a:hover {
        background-color:rgba(255,255,255,1.0);
    }
    header div.hm_icon a
    {
        filter: alpha(opacity=70);        /* ie lt 8 */
        -ms-filter: "alpha(opacity=70)";  /* ie 8 */
        -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;              /* Safari 1.x */
        opacity:0.7;
    }
    header div.hm_icon a:hover,
    header div.hm_icon a:hover img {
        filter: alpha(opacity=100);        /* ie lt 8 */
        -ms-filter: "alpha(opacity=100)";  /* ie 8 */
        -moz-opacity:1;                 /* FF lt 1.5, Netscape */
        -khtml-opacity: 1;              /* Safari 1.x */
        opacity:1;
    }
    header .hm_icon-item img {
        position: absolute;
        width: 220px;
        height: 60px;
    }
    header .hm_icon:after {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        width: 20px;
        height: 100%;
        background: rgba(255,255,255,0.7);
        margin-top: 10px;
    }
    header .hm_icon-item {
        height: 60px;
        width: 230px;
        position: relative;
        margin: 0 10px 5px;
    }

    header.home div.hm_icon::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    header.home div.hm_icon::-webkit-scrollbar
    {
        width: 6px;
        background-color: #F5F5F5;
    }

    header.home div.hm_icon::-webkit-scrollbar-thumb
    {
        background-color: #ffa6a9;
        border-radius: 5px;
    }

/*    header.home div.hm_icon ul{
        min-height: 450px;
        line-height: 0;
    }

    header.home div.hm_icon ul li{
        margin:0 4px;
    }
    */

    /* Nav */
    nav {
        display:block;
        background:url(/img/bg_menu.png) repeat-x;
        -moz-box-shadow: 0px -1px 1px 0px rgba(243,194,194,0.2);
        -webkit-box-shadow: 0px -1px 1px 0px rgba(243,194,194,0.2);
        -o-box-shadow: 0px -1px 1px 0px rgba(243,194,194,0.2);
        -ms-box-shadow: 0px -1px 1px 0px rgba(243,194,194,0.2);
        box-shadow: 0px -1px 1px 0px rgba(243,194,194,0.2);
    }

    nav div ul li{
        float:left;

    }
    #gmenu-lists li{
        width:125px;
    }

        div.news ul li {
           padding:5px 15px 5px 10px;
           margin:0 20px 0 0;
        }
        div.news ul li p.news_txt{
            font-size:8px; font-size:0.8rem;
            line-height:130%; margin-top:3px;
        }
        div.news ul li p.news_txt a{
            text-decoration:none;
        }

        div.news ul{
            height:200px;
            overflow-y: scroll;
        }

        div.news ul::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 5px;
            background-color: #F5F5F5;
        }

        div.news ul::-webkit-scrollbar
        {
            width: 6px;
            background-color: #F5F5F5;
        }

        div.news ul::-webkit-scrollbar-thumb
        {
            background-color: #ffa6a9;
            border-radius: 5px;
        }

        .news-body-text{
            font-size:8px; font-size:0.8rem;
            line-height:130%; margin-top:3px;
        }

    section.main {
        width:760px;
        float:right;
        padding-bottom: 2px; /*articleのbox-shadowの長さ分確保する*/
    }
/*    section.main article{
        margin:16px 0 0 0;
    }*/
    article.new_item ul{
        /* overflow: hidden; */
    }
    article.new_item ul li{
        float:left;
        margin:11px;
        font-size:1.2em;
        line-height:140%;
        width: 165px;
        height: 220px;
    }
    article.new_item ul li .ni_img{
        text-align: center;
    }
    article.new_item ul li .ni_img img{
        width: 165px;
        height: 165px;
    }

/*
    article.new_item .pink_block { margin:20px auto 10px auto; }
*/
    /* top-login */
    article.login ul{
        overflow: hidden;
    }
    article.login ul li{
        float:left;
        margin:8px;
        font-size:0.7em;
    }
    /* // top-login */

    /* products */
    article.products {
        padding: 16px;
    }

    article.products h4:nth-child(1) {
        color: #f78b8f;
        padding: 20px 2px 2px 2px;
    }

    article.products h4 {
        color: #f78b8f;
        padding: 30px 2px 2px 2px;
    }

    article.products div.pink_line {
        width: 100%;
        height: 3px;
        background: url(/img/bg_newitem_line.png) repeat-x;
    }

    article.products ul{
        overflow: hidden;
        list-style: none;
    }

    article.products ul.main li{
        float:left;
        margin: 16px 0 0 0;
        font-size: 0.7em;
        width: 100%;
        max-width: 356px;
    }

    article.products ul.main li:nth-child(even){
        float:left;
        margin: 16px 0 0 16px;
        font-size: 0.7em;
        width: 100%; height:100px;
        max-width: 356px;
    }

    article.products ul li .title{
        font-size: 1.0em;
    }

    article.products ul li .title a{
        padding-left:0;
        font-size: 0.8rem;
        text-decoration: none;
        line-height:140%;
        text-decoration:underline;
    }

    article.products ul li .ni_img{
        text-align: center;
    }
    article.products ul li .ni_img img{
        width: 85px;
        height: 85px;
    }

    /* online */
    article.online_shop{
        padding:9px 0 16px 9px;
    }

    article.online_shop .block_title{
        margin-top:0;
        padding-top:0;
        height:35px;
        margin-left:0;
    }

/*  article.online_shop h4{
        color:#ffb7b8;
        padding:2px;
        border-bottom:solid 3px #fff;
    }
    article.online_shop ul{
        overflow: hidden;
    }
*/
    article.online_shop ul li{
        float:left;
        font-size:0.7em;
        width:19.9%;
        height: 200px;
        position: relative;
        text-aling:center;
        margin-bottom:15px;
     }

    article.online_shop ul li div.ni_img{
        width:130px;
        float: initial;
        margin: 0 8px;
        padding-right: 0px;
    }
    article.online_shop .text{
        line-height:130%;
    }
    article.online_shop .text a{
        text-decoration:none;
        font-size:12px;
        font-size:0.7rem;
        line-height:130%;
    }
    article.online_shop .text a:hover{
        text-decoration:underline;
    }
    article.online_shop ul li div.right{
        padding: 0 8px;
    }
    article.online_shop ul li div.number{
        display:inline-block;
        background-color:#000000;
        color:#ffffff;
        padding:3px;
        margin-bottom:10px;

    }

    article.online_shop ul li a.pink_block{
        display:block;
        padding: 0px;
        position: absolute;
        bottom: 0px;
        width: 130px;
        padding:4px 0;
    }
    /* // online */

 /* seminer */
    article.seminer_yoyaku{
        padding:9px 0 16px 9px;
    }

    article.seminer_yoyaku .block_title{
        margin-top:0;
        padding-top:0;
        height:35px;
        margin-left:0;
    }
    article.seminer_yoyaku ul li{
        float:left;
        font-size:0.7em;
        width:19.9%;
        height: 250px;
        position: relative;
        text-aling:center;
        margin-bottom:15px;
     }

    article.seminer_yoyaku ul li div.ni_img{
        width:130px;
        float: initial;
        margin: 0 8px 12px 8px;
        padding-right: 0px;
    }
    article.seminer_yoyaku .text{
        line-height:130%;
    }
    article.seminer_yoyaku .text a{
        text-decoration:none;
        font-size:12px;
        font-size:0.7rem;
        line-height:130%;
    }
    article.seminer_yoyaku .seminer-datas{
        font-size:10px;
        display:block;
        margin-bottom:8px;
        line-height:100%;
    }
    article.seminer_yoyaku .seminer-event{
        font-size:12px;
    }

    article.seminer_yoyaku .text a:hover{
        text-decoration:underline;
    }
    article.seminer_yoyaku ul li div.right{
        padding: 0 8px;
    }
    article.seminer_yoyaku ul li div.number{
        display:inline-block;
        background-color:#000000;
        color:#ffffff;
        padding:3px;
        margin-bottom:10px;

    }

    article.seminer_yoyaku ul li a.pink_block{
        display:block;
        padding: 0px;
        position: absolute;
        bottom: 0px;
        width: 130px;
        padding:4px 0;
    }
    /* // seminer */


    .position_list_top{
        width:352px;
        margin:10px auto;
    }

    .h_pagination {
        height: 308px;
        width: 200px;
        position: relative;
        float: left;
    }

    .pagination {
        position: absolute;
        bottom: 3px;
        margin-left: 12px;
    }
    .pagination a {
        margin: 0px 3px;
        width: 16px;
        height: 4px;
        display: inline-block;
        z-index:200;
        background: #ffffff;
    }
    .pagination a.active {
        background: #ff9194;
    }

    article.campaign ul{
        overflow: hidden;
        padding-left:2px;
    }
    article.campaign ul li{
        float:left;
        margin:8px;
    }
    article.campaign ul li.thamnails-products img{
	border:solid 1px #CCC;
    }
    article.blog{
/*
        width:744px;
*/
width:50%;
        height:auto;
        padding:0 16px 20px 0;
    }
    article.blog .pc-pageTitle{
        margin-left: 0px;
    }

    article.blog h3{
        margin:6px 0 0 0;
        color:#ff5e7c;
        font-size:7px; font-size:0.8rem;
        font-weight:bold;
        width:230px;
        float:left;

    }
    article.blog a.position_blog{
        margin:0; width:89px;
        font-size:7px; font-size:0.7rem;
        float:right;
    }



    article.blog span.date{ height:auto;}

    article.blog hr{
        margin:8px 0;
        border-top: 2px dotted #dddddd;

    }
    article.blog div{
        overflow: hidden;
    }
    article.blog div img{
        float:left;
        width: 100px;
        height: auto;
    }
    article.blog div ul{
        float:left;
        width:225px;
    }
    article.blog div ul li{
        margin:2px 0 2px 10px;
        font-size:8px; font-size:0.8rem;
        line-height: 70%;
    }
    article.blog p.blogtext{
        margin-bottom:9px;
        line-height:120%;
    }

    article.blog #blog-left{
        display:block;
/*
        float:left;
        width:48%;
*/
    }
    article.blog #blog-right{
        display:block;
        float:right;
        width:48%;
    }
    article.youtube{
        float:right;
        width:370px;
        height:363px;
        padding:0;
    }

    article.youtube .pc-pageTitle{
        margin-left:16px;
    }

    .youtube .block_body .padded { padding:0 16px 0 16px; }
    article.youtube .main{
        text-align: left;
    }
    article.youtube div.comment{
        margin:20px auto 15px;

    }
    article.youtube div.comment p{
        font-size:0.7rem;

    }

    article.usecolor_ranking1{
        float:left;
        width:338px;
        padding:0 16px 16px 16px;

    }

    article.usecolor_ranking1 .block_title{
        margin-left:0;
    }

    article.usecolor_ranking1 .block_body .padded{
        padding:0 0 0 0;
    }

    article.usecolor_ranking2 .block_title{
        margin-left:0;
    }
    article.usecolor_ranking2 .block_body .padded{
        padding:0 0 0 0;
    }
    article.usecolor_ranking1 ul {
        overflow:hidden;
        text-align:center;
        padding-left:10px;

    }
    article.usecolor_ranking1 ul li{
        display:inline-block;
        position:relative;
        float:left;
        font-size:0.5em;
        font-weight:bold;
        text-align:center;
        letter-spacing:-0.1em
    }
    article.usecolor_ranking1 ul li img.ranking{
        position:absolute;
        top:10px;
    }
    article.usecolor_ranking2{
        float:right;
        width:338px;
        padding:0 16px 16px 16px;
    }
    article.usecolor_ranking2 ul {
        overflow:hidden;
        text-align:center;
        padding-left:10px;
    }
    article.usecolor_ranking2 ul li{
        display:inline-block;
        position:relative;
        float:left;
        font-size:0.5em;
        font-weight:bold;
        text-align:center;
        letter-spacing:-0.1em
    }
    article.usecolor_ranking2 ul li img.ranking{
        position:absolute;
        top:10px;
    }

   .rankingimg{ margin-bottom:15px; }
   .ranking-box{ padding:0 17px 0 17px; }
    .ranking-box1{ float:left; width:232px; margin:0 15px 16px 0; }
    .ranking-box2{ float:left; width:232px; margin:0 15px 16px 0; }
    .ranking-box3{ float:left; width:232px; margin:0 0 16px 0;}
    .ranking-box .block_title{ margin-left:-7px; }


    .ranking-tl img{ width:100%; height:auto; }



    footer{
        background:url(/img/bg_footer.png);
    }
    footer div.f_line{
        margin-top:20px;
        background:url(/img/bg_footer_line.png) repeat-x;
        height:10px;
    }
    footer div.main_menu{
        width:245px;
        /*height:200px;*/
        float:left;
    }
    footer div.box{
        width:245px;
        float:left;
    }
    footer div.online_menu{
        width:170px;
        float:left;
    }
    footer div.about_menu{
        width:170px;
        float:left;
    }
    footer div.other_menu{
        width:245px;
        float:left;
    }
    footer div.box2{
        width:245px;
        float:left;
    }
    footer div.product_site{
        width:180px;
        float:left;
    }
    footer div.job_site{
        width:180px;
        float:left;
    }
    footer div.sns{
        width:220px;
        float:left;
    }

    footer hr{
        margin: 1em 0 0 0;
        height: 0;
        border:0;
        border-top:1px solid #eec3c4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    footer h4{
        color:#ef9491;
        font-weight:bold;
        margin:30px 0 14px;
    font-size:7px; font-size:0.7rem;

    }
    footer ul li{
        background:url(/img/footer_alow.png) no-repeat;
        padding:0 0 0 14px;
        margin:12px 0;
        color:#854141;
        font-size:7px; font-size:0.7rem;
        line-height: 1.3em;
        height:16px;
    }

    footer ul li.twitter{
        background:url(/img/common/icn_twitter.png) no-repeat;
        padding: 1px 0 0 22px;
        margin:10px 0;
    }
    footer ul li.facebook{
        background:url(/img/common/icn_facebook.png) no-repeat;
        padding: 1px 0 0 22px;
        margin:10px 0;
    }
    footer ul li.instagram{
        background:url(/img/common/icn_instagram.png) no-repeat;
        padding: 1px 0 0 22px;
        margin:10px 0;
    }
    footer ul li.line{
        background:url(/img/common/icn_line.png) no-repeat;
        padding: 1px 0 0 22px;
        margin:10px 0;
    }

    footer ul li a{
        color:#854141;
        text-decoration:none;
    }
    footer ul li a:hover{
        text-decoration:underline;
    }

    footer div.copyright{
        float:left;
        color:#DB565A;
        font-size:7px; font-size:0.7rem;
        margin:20px 0 10px;
    }
    footer div.copyright img{
        vertical-align: middle;
    }
    div.copyright_right{
        float:right;
        height:100px;
    }
    div.copyright_right ul li{
        background:none;
        float:right;
        margin:0;
    }
    footer div.copyright .copyright-text{
        margin-left:10px;
        font-size:6px; font-size:0.6rem;
    }
    div.switch{
        float:right;
        overflow:hidden;
    }



    .pc-gmenu {
        position: relative;
        z-index: 100;
        border-top: 1px solid #fff9f9;
        border-bottom: 1px solid #f8cfd6;
        box-shadow: 0 -2px 2px rgba(200, 200, 200, 0.2);
    }
    .pc-gmenu .gmenu-container {
        background-color: #ffeff1;
        padding: 4px 0;
    }
    .pc-gmenu .gmenu-content {
        border-collapse: separate;
        /*border-right: 1px solid white;*/
        /*border-left: 1px solid #f8cfd6;*/
        /*margin-left: -1px;*/
    }
    .pc-gmenu .gmenu-content td{
        height: 44px;
        width: 125px;
        vertical-align: middle;
        text-align: center;
        border-left: 1px solid white;
        border-right: 1px solid #f8cfd6;
        position: relative;
    }
    .pc-gmenu .gmenu-content td.active:after ,
    .pc-gmenu .gmenu-content td.hover:after {
        content: ' ';
        display: block;
        position: absolute;
        left:0; top:-4px;
        width: 100%;
        height: 52px;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 0;
    }
    .pc-gmenu .gmenu-content td img {
        position: relative;
        z-index: 10;
    }
    .pc-gmenu a:hover img{
        filter: alpha(opacity=100);        /* ie lt 8 */
        -ms-filter: "alpha(opacity=100)";  /* ie 8 */
        -moz-opacity:1;                 /* FF lt 1.5, Netscape */
        -khtml-opacity: 1;              /* Safari 1.x */
        opacity:1;
        zoom:1;
    }
    body.header-fixed .pc-gmenu .gmenu-content td{
        height: 34px;
    }
    body.header-fixed .pc-gmenu .gmenu-content td.active:after {
        height: 42px;
    }



}

/****************************************
    media 640px down
*****************************************/
@media screen and (max-width: 640px){
    body {
        background-color: #f9f9f9;
    }
    .width1000over{
        display:none;
    }
    .pc_view{
        display:none !important;
    }
    div.site_width{
        width:100%;
        margin:0 auto;
        text-align:left;
        overflow: hidden;
/*
		-moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -o-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -ms-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
*/
    }



		.img-full{
			width:100%;
			height:auto;
		}
    .up_pink_block, .pages .block_body{

        background-color:#ffffff;

        -moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -o-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -ms-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        box-shadow: 1px 1px 3px rgba(50,50,50,0.1);

        margin: 7px;
        /*padding:10px 10px 0;*/
    }

    .pages .block_title .icn {
	top: 5px;
	left:5px;
    }
    .pages .block_title .icn:after {
        background-size: 30px 30px;
    }

    #specialinfo span.date{ height:auto; line-height:140%; }
    #specialinfo h2{ font-size:1.0rem; padding:10px 0 6px !important;}
    #specialinfo span.news { margnin:0 7px 0 6px !important; }
    .pages .block_title,
    .up_pink_block .block_title {
        position: relative;
        min-height: 32px;
        color: #ffffff;
        background: #ff9194;
        /*font-size: 0.9em;*/
        font-size: 1em;
        font-weight: lighter;
        margin: 0;
        line-height: 0;
        padding:0;
        vertical-align: top;
        background-image: -moz-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -ms-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -o-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#ffafb1), to(#fe9597));
        background-image: -webkit-linear-gradient(top, #ffafb1, #fe9597);
        background-image: linear-gradient(top, #ffafb1, #fe9597);


    }

	.pages .block_title {
	    -moz-box-shadow: inset 0px 3px 8px 0px rgba(216, 88, 88, 0.38);
        -webkit-box-shadow: inset 0px 3px 8px 0px rgba(216, 88, 88, 0.38);
        -o-box-shadow: inset 0px 3px 8px 0px rgba(216, 88, 88, 0.38);
        -ms-box-shadow: inset 0px 3px 8px 0px rgba(216, 88, 88, 0.38);
        box-shadow: inset 0px 3px 8px 0px rgba(216, 88, 88, 0.38);}

    .up_pink_block h2.block_title{ overflow:hidden; }

    .pages .block_title {
        min-height: 40px;
        line-height: 40px;
        font-size: 1em;
    }
    .pages .block_title:after,
    .up_pink_block .block_title:after {
        clear: all;
    }
    .pages .block_title .title_text,
    .up_pink_block .block_title .title_text {
        position: relative;
        height: 100%;
        line-height: 17px;
        margin:0px 0 0 40px;
        font-size:1.0rem;
        font-weight:bold;
        display:block;
        padding: 9px 0;
        /*float:left;*/
    }

    .home .up_pink_block .block_title .title_text{
        margin:0px 0 0 35px;
        padding:9px 0 8px 0;
    }

    .pages .block_title .title_text { margin-left: 43px; }
    .block_title .icn {
      display:block;
      /*float:left;*/
      position: absolute;
      top: 2px;
      /*margin: 8px 0 0 0;*/
    }

    .home .block_title .icn{
      top: 4px;
      left:2px;
    }

    .pages .block_title .right_link,
    .up_pink_block .block_title .right_link {
        text-decoration:none;
        /*float: right;*/
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 30px;
        padding: 0 10px 0 21px;
        background: #979797;
        color: white;
        /*position: relative;*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9f9f9f', endColorstr = '#848484');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9f9f9f', endColorstr = '#848484')";
        background-image: -moz-linear-gradient(top, #9f9f9f, #848484);
        background-image: -ms-linear-gradient(top, #9f9f9f, #848484);
        background-image: -o-linear-gradient(top, #9f9f9f, #848484);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#9f9f9f), to(#848484));
        background-image: -webkit-linear-gradient(top, #9f9f9f, #848484);
        background-image: linear-gradient(top, #9f9f9f, #848484);
    }

    .home .up_pink_block .block_title .right_link {
        line-height:33px;
    }
    .home .up_pink_block .block_title .right_link:before{
        top:8px;
    }

    .pages .block_title .right_link {
        line-height: 40px !important;
        font-size: 0.7rem;
    }

    .pages .block_title .title_text, .pages .block_title .right_link {
        line-height: 24px;
    }
    .pages .block_title .right_link:before,
    .up_pink_block .block_title .right_link:before {
        content: ' ';
        display: block;
        position: absolute;


        width: 11px;
        height: 16px;
        left: 11px;
        background: url('/img/white_arrow.png') no-repeat;
        background-size: 7px 7px;
        background-position: 0 5px;
        top: 6px;
    }
    .pages .block_title .right_link:before {
        height: 24px;
        background-position: 0 6px;
        top: 8px;
        background-size: 10px 10px !important;
    }

    .up_pink_block .block_body {
        padding: 5px;
    }
    .pages .block_body .padded,
    .up_pink_block .block_body .padded {
        padding: 8px;
    }





    h2{
        color:#ffffff;
        background:#ff9194;
        font-size:0.9em;
        margin:0px 0 0;
        width:100%;
        padding:6px 0 6px;

        /*
        -moz-box-shadow: 1px 1px rgba(50,50,50,0.4);
        -webkit-box-shadow: 1px 1px rgba(50,50,50,0.4);
        -o-box-shadow: 1px 1px rgba(50,50,50,0.4);
        -ms-box-shadow: 1px 1px rgba(50,50,50,0.4);
        box-shadow: 1px 1px rgba(50,50,50,0.4);
        */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffafb1', endColorstr = '#fe9597');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffafb1', endColorstr = '#fe9597')";
        background-image: -moz-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -ms-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -o-linear-gradient(top, #ffafb1, #fe9597);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#ffafb1), to(#fe9597));
        background-image: -webkit-linear-gradient(top, #ffafb1, #fe9597);
        background-image: linear-gradient(top, #ffafb1, #fe9597);

    }
    h2 .icon_{
        vertical-align:middle;
    }
    h2 div.list_link{
        float:right;
        background:#979797;
        padding:5px 20px 5px;
        margin-top:-5px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9f9f9f', endColorstr = '#848484');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9f9f9f', endColorstr = '#848484')";
        background-image: -moz-linear-gradient(top, #9f9f9f, #848484);
        background-image: -ms-linear-gradient(top, #9f9f9f, #848484);
        background-image: -o-linear-gradient(top, #9f9f9f, #848484);
        background-image: -webkit-gradient(linear, center top, center bottom, from(#9f9f9f), to(#848484));
        background-image: -webkit-linear-gradient(top, #9f9f9f, #848484);
        background-image: linear-gradient(top, #9f9f9f, #848484);
    }
    h2 div.list_link img{
        vertical-align:;
        margin-right:8px;
    }
    h2 div.list_link a{
        color:#ffffff;
        display:inline-block;
    }

    span.icon_{
        background:url(/img/icon_list_s.png) no-repeat;
        display:inline-block;

    }
    span.news{
      width: 22px;
      height: 22px;
      background-position: 0 0;
      margin: -5px 7px 0 0; font-size:1.0rem;
    }
    span.newitem{
      width: 22px;
      height: 22px;
      background-position:-22px 0 ;
      margin: -5px 7px 0 ;
      background:none;
    }

    .pages .block_title span.newitem{
      top:8px; left:0;
    }
    span.campaign{
      width: 22px;
      height: 22px;
      background-position:-44px 0 ;
      margin: -5px 7px 0 ;
    }
    span.blog{
      width: 22px;
      height: 22px;
      background-position:-66px 0 ;
      margin: -5px 7px 0 ;
    }
    article.blog #blog-left{
        display:block;
        float:none;
        width:auto;
    }
    article.blog #blog-right{
        display:block;
        float:none;
        width:auto;
    }
    .blogpostblock{
        height:auto;
    }
    span.youtube{
      width: 22px;
      height: 22px;
      background-position:-88px 0 ;
      margin: -5px 7px 0 ;

    }

    span.usecolor_ranking{
      width: 22px;
      height: 22px;
      background-position:-110px 0 ;
      margin: -5px 7px 0 0;
    }


    .ranking-box1,
    .ranking-box2,
    .ranking-box3{ float:none; margin-bottom:25px; padding:16px; }
    .rankingimg{ margin:10px 0 15px 0; text-align:center;}

    span.newsicon_{
        background:url(/img/news_tag_list_s2.png) no-repeat;
        display:inline-block;
    }
    span.important{
      width: 86px;
      height: 45px;
      background-position:0 0 ;
      margin: 0 7px 0 0;
    }
    span.commodity{
      width: 86px;
      height: 45px;
      background-position:0 -87px ;
      margin: 0 7px 0 0;
    }
    span.update{
      width: 86px;
      height: 45px;
      background-position:0 -40px ;
      margin: 0 7px 0 0;
    }
    span.event{
      width: 86px;
      height: 45px;
      background-position:0 -135px ;
      margin: 0 7px 0 0;
    }
    span.sale{
      width: 86px;
      height: 45px;
      background-position:0 -180px ;
      margin: 0 7px 0 0;
    }
    span.campaign{
      width: 86px;
      height: 45px;
      background-position:0 -225px ;
      margin: 0 7px 0 0;
    }
    span.recruit{
      width: 86px;
      height: 45px;
      background-position:0 -270px ;
      margin: 0 7px 0 0;
    }

    /**
    * header sp
    **/
    header{
        /*background:url(/img/bg_header.png) repeat-x;*/
        background-color: #ffffff;
        -moz-background-size:100% 100%;
        background-size:100% 100%;
    }
    header div.h_side{
/*        background:url(/img/bg_header_left.png) repeat-x; 
        width:100%;*/
        padding:10px 10px 6px 9px;
        overflow: hidden;
        display: flex;
        justify-content:space-between;
    }
    header div.h_side div.hs_logo{
        width:26.13%;
        /*float:left;*/
    }
    header div.h_side div.hs_logo img{
        width:100%;
    }
    div.sp_bnr{
        width:55%;
        display: flex;
        /*float:right;*/
    }
    header div.h_side div.hs_online_bnr{
        width:37%;
        margin-left:3%;
        /*float:left;*/
        
    }
    header div.h_side div.hs_online_bnr img{
        width:100%;
    }
    header div.h_side div.menu_btn{
        width:23%;
        margin-left:3%;
        /*float:left;*/
    }
    header div.h_side div.menu_btn img{
        width:100%;
    }
    header div.h_main{
        width:100%;
    }
    header div.hm_slide{
        position:relative;
        width:100%;
    }

    header div.hm_slide .big-slider-sp{
        width: 640px;
        /*height: 288px;*/
        overflow: hidden;
    }
    .slider-pagination {
        bottom: 18px;
        right: 6px;
        height: 0;
        float: right;
        /*width:100%;*/
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 200;
    }
    .slider-pagination a {
        margin: 0 3px;
        width: 16px;
        height: 4px;
        display: inline-block;
        z-index:200;
        background: #ffffff;
    }
    .slider-pagination a.active {
        background: #ff9194;
    }

    .xslider-pagination {
        position:relative;
        padding-right:20px;
        z-index: 999;
        margin-top:-26px;
        float:right;
    }
    .xslider-pagination a {
        margin: 8px 5px;
        width: 16px;
        height: 4px;
        display: inline-block;
        z-index:200;
        background: #ffffff;
    }

    header div.hm_icon{
        display:none;
        background-color:#ffffff;
        width:20%;
        height:200px;
        overflow:auto;
        float:right;
        text-align:center;
    }
    header div.hm_icon ul li{
        margin:4px;
    }
    body nav {
        display:block;
        /*background:url(/img/bg_menu.png) repeat-x;*/
        background: #ffe4e8;
    }
    body nav ul {
        line-height: 0;
    }
    body nav div ul li{
        float:left;
        width:25%;
    }
    body nav div ul li img{
        width:100%;
    }
    aside.sidebar{
        display:none;
        width:25%;
        float:left;
    }

    aside.sidebar img{
        width:100%;
        float:left;
    }

    aside.sidebar div.news{
        margin:20px 0 10px 0;
    }
        div.news ul li {
            margin:8px;

        }
        div.news ul li p.news_txt{
            font-size:0.7em;
        }
    aside.sidebar div.widget{
        margin:10px 0;
    }
    aside.sidebar div.banner{
        margin:10px 0;
    }
    aside.sidebar div.banner ul li{
        margin:0 0 10px 0;
    }
    section.main{
        margin: 0px auto;
        width: 100%;
    }
    /*
    section.main article{
        padding:5px;
        margin:0 0 0 0;
    }*/
    article.new_item ul{
        width:100%;
    }
    article.new_item ul li{
        float:left;
        margin:8px;
        font-size:0.7em; width:180px;
    }




    article.new_item ul li a{
    line-height:140%;
    }
    article.new_item ul li div.ni_img{
        margin-bottom:16px;
    }

    article.new_item ul li a{
        font-size:0.8rem;
    }
    .position_list_top{
        display:none !important;
        width:352px;
        margin:10px auto;
    }


    article.campaign ul{
        width:100%;
    }
    article.campaign ul li{
        float:left;
        margin:8px;
        width:170px;
    }
    article.campaign ul li a{
    line-height:140%; font-size:0.8rem;
    }

    article.campaign ul li div.campaign_img{
        margin-bottom:16px;
    }
    article.campaign ul li div.campaign_img img{
        width:170px;
        height:108px;
    }
    article.campaign .swiper-slide {
        width: 180px;
    }
    /* online_shop */
    article.online_shop ul{
        width:100%;
    }
    article.online_shop ul li{
        float:left;
        margin:8px;
        font-size:0.7em;
        width:180px;
    }

    article.online_shop ul li a{
    line-height:140%;
    }
    article.online_shop ul li div.ni_img{
        margin-bottom:16px;
    }


    article.online_shop ul li a{
        font-size:0.8rem;
    }
    .swiper-slide {
    z-index: 80;
    position: relative;
    }


    /* online_seminer */
    article.seminer_yoyakuul{
        width:100%;
    }
    article.seminer_yoyaku ul li{
        float:left;
        margin:8px;
        font-size:0.7em;
        width:180px;
    }

    article.seminer_yoyaku ul li a{
    line-height:140%;
    }
    article.seminer_yoyaku ul li div.ni_img{
        margin-bottom:16px;
    }


    article.seminer_yoyaku ul li a{
        font-size:0.8rem;
    }

        /****************************************
                  Main
        *****************************************/
        div.top-alert {
            margin: 0 0 0 0;
            padding: 10px;
        }
/*        div.top-alert ul li {
            margin:8px;

        }
        div.top-alert ul li p.news_txt{
            font-size:0.8em;
        }
*/
        div.ni_img{ width: 100%; text-align:center;}

        div.ni_img img {
            width: 180px;
            height: 180px;
        }

    article.new_item .ni_img {
        float: none;
    }
    article.new_item .swiper-slide {
        width: 180px;
    }
    article.news{
        overflow: hidden;
    }
    article.news ul li{
        display:block;
        /*overflow: hidden;*/
        margin: 5px 0 10px 0;
    }

    article.news span.date { height:auto;}
    article.news  ul li span.newsicon_{
        display:block;
        float:left;
        height:45px;
    }
    article.news  ul li span.contents{
        position: relative;
        top: 0.5em;
/*        display:block;
        float:left;
        height:45px;
*/        /*width:75%;*/
    }

    article.news ul li span.contents p.news_txt{
        font-size:0.9rem; line-height:140%;
    }
    article.blog div ul li.sp_view h3{
        margin:0 0 15px 0;
        font-size:0.9rem
        /*width:250px;*/
        /*float:left;*/
    }
    article.blog h3 a {
        color:#ff5e7c;
    }
    article.blog a.position_blog{
        margin:15px 0 0 0;
        width:100px;
        font-size:0.7em;
        float:left;
    }

    article.blog hr{
        margin:5px;
        border-top: 3px dotted #bbb;

    }
    article.blog div{
        overflow: hidden;
    }
    article.blog div img{
        float:left;
        /* width: 20%; */
        height: 56px;
        width: 56px;
    }
    article.blog div ul{
        float:left;
        width: 78%;
        /*width:68%;*/
    }
    article.blog div ul li{
        margin:2px 0 0 10px;

    }
    article.blog div ul li p{
        margin:2px 0 0 10px;
        font-size:0.8rem;
    }
    article.blog div ul li.sp_icon{
        background:url(/img/pink_arrow.png) no-repeat left top;
        padding-left:19px;
    }
    article.blog div ul li.sp_view h3{
        /*margin:0;*/
    }
    article.blog div ul li.sp_view a{
        margin:0;
    }

    article.blog div ul li p{
        display:inline-block;

    }
    article.blog div ul li p a:hover{
        display:inline;
    }
    article.youtube{
        display:none;
    }
    article.youtube div{
        margin:20px auto;
        width:100%;
        font-size:0.7em;
    }
    article.usecolor_ranking1{
        display:none;
    }
    article.usecolor_ranking2{
        display:none;
    }



/*SP product*/

	article.products h4:nth-of-type(1) {
		color:#f78b8f;
		font-weight:bold;
		font-size:14px;
        padding: 10px 0 0 0;
    }

		article.products h4 {
		color:#f78b8f;
		font-weight:bold;
		font-size:14px;
        padding: 30px 0 0 0;
    }

	article.products ul.main li:nth-of-type(1) {
		margin-top:5px;
		}

	article.products ul.main li {
		margin-top:16px;
		}

	article.products div.ni_contents {
		max-width: none;
		float:right;
		width:66%;
		padding:0;}

	article.products p.title{
		font-size:1.2rem;
		margin-bottom:10px;
		line-height:120%;
		}

	article.products span.date {
		font-size:1.0rem;
		margin-bottom:10px;

	}
	article.products div.ni_text {
		color: #666666;
		line-height:140%;
		font-size:1.0rem;
		}

	article.products div.ni_img {
		text-align:left;
		float:left;
		width:30%;
		padding-right:8px;
		height:auto;
		}

	article.products div.ni_img img {
		width:100%;
		height:auto;
		}

	article.products div.pink_line {
        width: 100%;
        height: 3px;
        background: url(/img/bg_newitem_line.png) repeat-x;
		margin:2px 0 8px;
    }



    /*SP footer*/

    footer div.bnrs{
        overflow:hidden;
    }
    footer div.bnrs a{
        display:block;
        float:left;
        padding: 0px;
    }
    footer div.bnrs a img{
        width:100%;
    }

    footer .sp_view {
        display:inline-block;
        float:left;
        padding:0;
    }
    footer .sp_view img{
        display:inline-block;
        vertical-align:middle;
        float:left;
    }
    footer .sp_view a{
        display:inline-block;
        vertical-align:middle;
        float:left;
        font-size:0.9rem;
        padding:3px;
    }
    footer .copyright{
        display:inline-block;
        width:100%;
        text-align:center;
        font-size:0.8em;
        margin: 20px auto;
    }

    footer ul.sp_menu {
    }
    footer ul.sp_menu li {
        float: left;
        margin-right: 15px;
        margin-top: 10px;
    }

    div.switch{
        float:right;
        overflow:hidden;
    }
    nav.shows_menu{
        position:absolute;
        background:url(/img/bg_menu_sp.png) no-repeat;
        -moz-background-size:100% 100%;
        background-size:100% 100%;
        width:90%;
        border-radius: 10px;        /* CSS3草案 */
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;   /* Firefox用 */
        display:none;
        z-index:10000;
        left: 5%;
        top: 70px;
        /*margin:10px 4%;*/
        /*padding:10px;*/
    }
    nav.shows_menu ul {
        margin: 10px;
    }
    nav.shows_menu ul li{
        border-bottom:solid 1px #f6b9bc;
        position: relative;
    }
    nav.shows_menu ul li a{
        display:block;
        /*width:95%;*/
        padding:6px 10px;
        margin:5px 40px;
        color:#ffffff;
        font-size: 1.4em;
        line-height: 1.4em;
        text-decoration:none;
    }
    nav.shows_menu .icn-large:after {
        left: -45px;
        top: -8px;
        background-size: 32px 32px !important;
    }
    nav.shows_menu a.btn{
        display:block;
        margin: 10px 7.8%;
        float:left;
    }
    nav.shows_menu div.center{
        margin:20px auto;
        text-align:center;
    }
    nav.shows_menu div.close a{
        margin:10px auto;
        text-align:center;
    }
    nav.shows_menu ul li a div.float_right{
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -24px;
    }

    span.sp_menu_icon_{
        background:url(/img/icon_list_menu_s.png) no-repeat;
        float:none;
        display:inline-block;
        vertical-align:middle;
    }
    span.signup{
      width: 42px;
      height: 42px;
      background-position:0 0 ;
      margin: -5px 7px 0 ;
    }
    span.aboutshop{
      width: 42px;
      height: 42px;
      background-position:-42px 0 ;
      margin: -5px 7px 0 ;
    }
    span.noticeitem{
      width: 42px;
      height: 42px;
      background-position:-84px 0 ;
      margin: -5px 7px 0 ;
    }
    span.seminarinfo{
      width: 42px;
      height: 42px;
      background-position:-126px 0 ;
      margin: -5px 7px 0 ;
    }
    span.faq{
      width: 42px;
      height: 42px;
      background-position:-168px 0 ;
      margin: -5px 7px 0 ;
    }
    span.joboffer{
      width: 42px;
      height: 42px;
      background-position:-210px 0 ;
      margin: -5px 7px 0 ;
    }
    span.docdownload{
      width: 42px;
      height: 42px;
      background-position:-252px 0 ;
      margin: -5px 7px 0 ;
    }
    span.contact{
      width: 42px;
      height: 42px;
      background-position:-294px 0 ;
      margin: -5px 7px 0 ;
    }

#tenbaikinshi-box{
display:block;
        background-color:#ffffff;
        -moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -o-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -ms-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        margin: 7px;
}
#tenbaikinshi-box a{
display:block;
background: url(/img/bnr_tenbaikinshi_bg.gif) left bottom repeat-x;
padding:10px;
text-align:center;
border-bottom:solid 1px #bbc0c7;
}

#hanbaisyuryo-box{
display:block;
}
#pointinfo{
	display:block;
	margin:7px;
}
#pointinfo img{
	width:100%;
	height:auto;
}

#bnr-haiban{
display:block;
        background-color:#18436e;
				color:#FFF;
        -moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -o-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        -ms-box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        box-shadow: 1px 1px 3px rgba(50,50,50,0.1);
        margin: 7px;
				text-align:center;
}
#bnr-haiban a{
        display:block;
        background: url(/img/haiban_bg.jpg) left bottom repeat-x;
        padding:10px;
        text-align:center;
        color:#FFF;
        border-bottom:solid 1px #0d2b4d;
        text-decoration: none;
        font-size:1.2rem;
}
#bnr-haiban a:hover{
        background: url(/img/haiban_bg2.jpg) left bottom repeat-x;
}


}
