@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.PC {
    display: none !important;
}

.SP {
    /*display: block!important;*/
}

html {
    height: 100%;
    background: #fff;
}

body {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    text-align: left;
    font-size: 100%;
    line-height: 1.5;
    color: #19110b;
    margin: auto;
    height: 100%;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    min-width: 0;
    max-width: 800px;
    height: 100%;
}

#wrapper {
    padding-top: 60px;
}

a {
    text-decoration: none;
    color: #006fc5;
    -webkit-tap-highlight-color: rgba(0, 32, 64, 0.1);
}

a:hover {
    text-decoration: none;
    /*color:#279cf6;*/
}

a img {
    transition: all 0.3s;
}

a.btn {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background: #45b1e3;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 33px;
    height: 33px;
    width: 92%;
    display: block;
    color: #FFF;
    margin: 4vw auto 0;
    text-align: center;
    transition: opacity 0.3s;
}

h1.pageTitle {
    font-size: 120%;
    font-weight: bold;
    color: #006fc5;
    padding-bottom: 20px;
}

h2.subtitle {
    padding: 15px 0;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0;
}

.top-section h2.subtitle {
    text-align: center;
    padding: 8px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0;
    background: #006fc5;
    color: #fff;
    border-radius: 3px;
}

.h2subtitle {
    clear: both;
    font-size: 12pt;
    font-weight: bold;
}
.h2subtitle2 {
    font-size:14pt;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.tel-link,
.tel-link:hover {
    color: #19110b;
    text-decoration: none;
}

.line-through {
    text-decoration: line-through;
}

/*section*/

#content #mainContent {
    position: relative;
}

#content #mainContent section {
    padding: 10px 5px;

}
#content #mainContent.top-page section {
    padding: 0 5px 10px;

}
#content #mainContent section.key-visual,
#content #mainContent section.section-news.section-top {
    padding: 0;
}

section.key-visual-top {
    margin-top:-5px;
}
/*SPヘッダー */

header {
    position: fixed;
    width: 100vw;
    height: 60px;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #006fc5;
    color: #ffffff;
    transition: height 0.3s;
}

header div#logo {
    position: absolute;
    left: 0;
    left: 45%;
    transform: translate(-50%, -11%);
    -webkit-transform: translate(-50%, -11%);
    -ms-transform: translate(-50%, -11%);
    top: 17px;
    transition: bottom 0.3s;
    z-index: 999;
}

header div#logo img {
    width: 160px;
}

header .headerNavi {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .headerNavi .header-delivery {
    display: none;
}

header .headerNavi ul {
    z-index: 1000;
    padding: 0 15px;
    transition: margin-top 0.3s, height 0.3s;
}

header .headerNavi ul li {
    text-align: center;
}

header .headerNavi ul li.guide {
    display: none;
}

header .headerNavi ul li a>span {
    display: block;
}

header .headerNavi ul li:last-child {
    margin-top: 5px;
}

header .headerNavi ul li:last-child a>span {
    display: none;
}

header .headerNavi ul li a>span {
    line-height: 1.1;
    font-size: 10px;
    margin-top: -5px;
}

header .headerNavi ul li.name .first-name {
    display: none;
}

header .headerNavi ul li.name .last-name {
    display: inline-block;
    width: 4em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

header .headerNavi ul li a {
    color: #fff;
    font-size: 70%;
    display: block;
}

header .headerNavi ul li a img {
    width: 30px;
    padding: 5px 0 7px;
}

header .headerNavi ul li:last-child a img {
    padding: 10px 0 2px;
}

header .headerNavi ul li span.budge {
    display: block;
    position: absolute;
    top: 0;
    left: 43%;
    font-size: 10px;
    color: #fff;
    font-style: normal;
    background-color: #ff1f34;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 20px;
}

header .headerNavi ul li {
    font-size: 16px;
    line-height: 100%;
    height: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    float: left;
}

header .headerNavi ul li:last-child {
    padding: 0 0 0 5px;
}

header .headerNavi ul li:first-child {
    padding-left: 0;
}

header.smaller .headerNavi h3 {
    padding: 5px 10px;
    font-size: 12px;
    max-height: 38px;
}

header.smaller .headerNavi h3 .none {
    display: none;
}

header.smaller .headerNavi h3 br {
    display: none;
}

header .headerNavi h3 .none {
    display: none;
}

/*パンくず*/

#content .bread_search {
    padding: 0 0 8px 15px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}

.breadcrumb span {
    font-size: 14px;
    line-height:1.8;
}

.breadcrumb span.home {
    font-weight: 800;
    padding: 0 0 0 20px;
    background: url(../../img/common/icon_home.svg) no-repeat center left /15px;
    margin: 0 .5em 0 0;
}

.breadcrumb span.path:before {
    content: "＞ ";
}
.search {
    padding: 5px;
}

.search-area .search {
    padding: 5px 0 0 5px;
    box-sizing: border-box;

    height: 100%;
}
.review-list .search-area,
.customerList .search-area{
    width:100%;
}
.customerList .search-area .search ,
.review-list .search-area .search {
    display: flex;
    width:100%;
}
.customerList .search-area .search {
    padding:0;
}
.customerList .search-area .search input[type=image]{
    margin-right:0;
}
.search-area .search input[type=text] {
    height: 35px;
    font: 13px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.search-area2 .search {
    padding: 5px 0 0 5px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.search-area2 .search input[type=text] {
    height: 35px;
    font: 13px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.gsc-control {
    width: 100% !important;
}

.gsib_a {
    padding: 5px !important;
}

.mean-nav .search-area .search input[type=text] {
    margin: 0;
    padding: 5px;
    height: 28px !important;
}

.gsc-search-button-v2 {
    width: 27px!important;
    height:26px!important;
    padding: 6px 10px 6px 7px!important;
}

div.gsc-clear-button {
    display: none !important;
}

td.gsc-clear-button {
    background: none;
}

.gsc-control-cse {
    padding: 0;
}

table.gsc-search-box {
    padding: 0;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.gsc-input-box {
    padding: 0 !important;
}

.mean-container .mean-nav ul li .gsc-search-box a::after {
    display: none;
}

.mean-container .mean-nav ul li .gsc-search-box a {
    padding: 5px;
}

.gsc-results-wrapper-overlay {
    left: 15px !important;
    width: calc(100% - 100px) !important;
    height: 70% !important;
    top: 60px !important;
}

.search input[type=image] {
    height: 35px;
    font: 13px/24px sans-serif;
    box-sizing: border-box;
    margin: 8px 8px 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    background: #c5e5ff;
    border-radius: 0 5px 5px 0;
    outline: none;
}

/*緊急ニュースエリア */

#content .urgentNews {
    font-size: 70%;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}

#content .urgentNews p {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

/*ヘッダーバナーエリア */

#content .headerBanner {
    font-size: 70%;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}

#content .headerBanner p {
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------
フッター
------------------------------*/

footer {
    color: #19110b;
}

footer .breadcrumb {
    background-color: #fff;
    padding: 2px 7px 7px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

footer .footer-banner {
    background: #19110b;
    color: #fff;
}

footer .footer-banner dl {
    padding: 0px;
    border: none;
    display: block;
    vertical-align: top;
    width: 100%;
}

footer .footer-banner dl:last-child {
    border: none;
}

footer .footer-sitemap {
    padding: 0 0;
}

footer .footer-banner dl dt {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    border-bottom: solid #454545 1px;
    background: #19110b url(../../img/common/arrow-down2.png) no-repeat center right 15px /14px;
    padding: 15px 0 15px 15px;
}

footer .footer-banner dl dt.show {
    background: #19110b url(../../img/common/arrow-up2.png) no-repeat center right 15px /14px;
}

footer .footer-banner dl dd {

    height: 0;
    overflow: hidden;
    animation: fadeOut .2s ease 0s 1 normal;
    -webkit-animation: fadeOut .2s ease 0s 1 normal;
    transition: height 300ms 0s ease;
    margin-bottom: 0 !important;
}

footer .footer-banner dl.payment dd div,
footer .footer-banner dl.delivery dd div {
    padding: 15px;
}

footer .footer-banner dl dd.show {
    height: 180px;
    animation: fadeIn .2s ease 0s 1 normal;
    -webkit-animation: fadeIn .2s ease 0s 1 normal;
}

footer .footer-banner dl.payment dd.show {
    height: auto;
    border-bottom: solid #454545 1px;
}

footer .footer-banner dl dd.delivery.show {
    height: 150px;
    border-bottom: solid #454545 1px;
}

footer .footer-banner dl.shopping dd.show {
    height: auto;
    padding: 15px;
}

footer .footer-banner dl.contact dd.show {
    height: 600px;
}

footer .footer-banner dl.contact h3 {
    display: none;
}

footer .footer-banner dl.contact ul.guide li {
    font-size: 15px;
}

footer .footer-banner dl dd strong {
    font-size: 180%;
    font-weight: normal;
    line-height: 1.8;
}

footer .footer-banner dl dd a {
    color: #fff;
    padding: 15px;
    display: block;
    background: url(../../img/common/arrow2.png) no-repeat center right 15px /8px;
    border-bottom: solid #454545 1px;
}

footer .footer-banner dl dd a:hover {
    text-decoration: none;
}

footer .footer-banner dl dd.tel {
    text-align: center;
}

footer .footer-banner dl dd.tel.show {
    height: auto !important;
}

footer .footer-banner dl.shopping .kome2 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 8pt;
}

footer .footer-banner dl.shopping .kome3 li {
    padding-left: 1em;
    text-indent: -1em;
}

footer .footer-banner dl.shopping .kome3 li::before {
    content: '・';
}

footer .footer-banner dl.shopping .kome2 li::before {
    content: '※';
}

footer .footer-banner dl.shopping .kome2,
footer .footer-banner dl.shopping .kome3 {
    margin: 10px 0;
}

footer .footer-banner dl dd.tel a {
    height: auto !important;
}

footer .footer-banner dl dd img.credit {
    padding-top: 15px;
    max-width: 100%;
    padding: 10px;
    background: #fff;
}

footer .footer-links {
    text-align: center;
    background-color: #19110b;
    color: #fff;
    /*direction:rtl;*/
}

footer .footer-links a {
    color: #fff;
}

footer .footer-links .link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    direction: ltr;
    border-top: solid 1px #2c2c2c;
    padding: 0 0;
}

footer .footer-links .link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer-links .link ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    border-right: solid #454545 1px;
    border-bottom: solid #454545 1px;
}

footer .footer-links .link ul li a {
    display: block;
    min-height: 50px;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

footer .footer-links .logoarea img {
    width: 187px;
    padding: 30px 0;
}

footer .footer-links .copyright {
    line-height: 1;
    border-top: solid 1px #2c2c2c;
    height: 60px;
    display: table;
    width: 100%;
    position: relative;
}

footer .footer-links .copyright small {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

footer .footer-links #pagetop {
    float: right;
    right: 0;
    display: none;
    width: 59px;
    height: 59px;
    z-index: 10000;
    opacity: 0.7;

}
footer .footer-links  #pagetop.pagetop-hiromi {
    opacity:1;
    width:83px;
    height:117px;
}
footer .footer-links  #pagetop.pagetop-hiromi.fixed {
    bottom:0!important;
}
footer .footer-links #pagetop.show {
    display: block;
}

footer .footer-links #pagetop a {
    display: block;
}

footer .footer-links #pagetop a img {
    padding: 0!important;
    width: 100%;
    height: auto;
    bottom:0;
}
footer .footer-links .logoarea {
    height:127px;
    position:relative;
}
footer .footer-links .logoarea img {
    width: 120px;
    padding: 15px 0;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer .footer-banner dl dd a.link {
    display: inline-block;
    padding: 0;
    background: none;
    border: none;
    text-decoration: underline;
}

footer .footer-banner dl dd .small {
    font-size: 8pt;
}

/* 商品一覧 */

section.itemList {
    width: 100%;
    border-top: solid 1px #ccc;
    margin-bottom: 30px;
}

section.itemList .price {
    font-weight: bold;
    color: #666;
    line-height: 0.9;
}

section.itemList a:hover {
    text-decoration: none;
}

section.itemList .price span {
    font-size: 50%;
    font-weight: normal;
}

section.itemList h3.name {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3px;
    display: inline-block;
    width: 90%;
    overflow-x: auto;
    white-space: normal;
    color: #333;
    font-weight: bold;
}

section.itemList p.name {
    padding-right: 10px;
}

ul.itemListL,
ul.itemList,
ul.itemListM {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.itemListL li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

ul.itemList li,
ul.itemListM li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.customerList li {
    width:calc(50% - 4px)!important;
}

ul.itemList li img,
ul.itemListL li img,
ul.itemListM li img {
    max-width: 100%;
    overflow: hidden;
}

.icons {
    display: block;
    min-height: 22px;
}

.icons span {
    font-weight: 700;
    font-size: 12px;
    padding: 0px 5px;
    background: #ff1f34;
    color: #fff;
    margin: 5px 5px 0 0;
    display: inline-block;
}

.icons span.color01 {
    background: #ff1f34;
}

.icons span.color02 {
    background: #8cb02a;
}

.icons span.color03 {
    background: #8c8c8c;
}

.icons span.color04 {
    background: #30a4d5;
}

.icons span.color05 {
    background: #435798;
}

.icons span.color06 {
    background: #8a79c1;
}

.icons span.color07 {
    background: #69a39e;
}

.icons span.color08 {
    background: #eaad44;
}

.icons span.color09 {
    background: #ff8b5d;
}

.icons span.color10 {
    background: #016fc5;
}
.customerList .itemList li span {
    position: relative;
    width: 48vw;
    height:48vw;
    display: block;
    aspect-ratio: 1/1;
    display: block;
    text-align: center;
}
/*
.customerList .itemList li span::before {
    content: "";
    display: block;
    padding-top: 100%;
}
*/
.customerList .itemList li span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
}

.customerList .itemList .name {
    margin-top: 10px;
}
/* 最近チェックした商品 */

ul.itemList.checked {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
}

ul.itemList.wrap {
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.itemList.checked li {
    /* 横スクロール用 */
    float: none;
    display: inline-block;
    width: 42%;
    margin-bottom: 30px;
    vertical-align: top;
}

ul.itemList.wrap li {
    /* 横スクロール無し用 */
    float: left;
    display: inline-block;
    width: 50%;
    margin-bottom: 30px;
    padding: 5px;
}

/* ol */

ol.features {
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

ol.features .kome {
    font-size: 50%;
}

.features_size {}

.features_size>div {
    width: 100%;
}

.features_size div.size img {
    max-width: 100%
}

sup {
    vertical-align: super
}

/*利用シーン */

ul.sceneList {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touc
}

ul.sceneList li {
    display: inline-block;
    width: 40%;
    float: none;
    margin-right: 10px;
    font-size: 60%;
}

ul.sceneList li:last-child {
    margin-right: 0;
}

ul.sceneList li figure {
    position: relative;
}

ul.sceneList li figure img {
    width: 100%;
    border-radius: 10px;
}

ul.sceneList li figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 180%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 4px #000;
}

/* recycle & factory */

#content #mainContent section.recycle,
#content #mainContent section.factory {
    padding: 15px 10px;
    box-sizing: border-box;
}

div.recycle_banner {
    padding: 10px;
    color: #fff;
    width: 100%;
    height: 200px;
    background: url('../../img/common/bannerbg_recycle.jpg') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0px 0px 3px #000;
}

div.factory_banner {
    padding: 8px;
    color: #fff;
    width: 100%;
    height: 200px;
    background: url('../../img/common/bannerbg_factory.jpg') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0px 0px 3px #000;
}

div.specialorder_banner {
    color: #333;
    background: url('../../img/common/bannerbg_specialorder.jpg') no-repeat;
    text-shadow: 0px 0px 3px #fff;
}

div.recycle_banner div:first-child {
    text-align: center;
    font-size: 50%;
}

div.recycle_banner div:first-child img {
    width: 80px;
    height: auto;
}

div.recycle_banner div:last-child,
div.factory_banner div:last-child {
    margin-left: 8px;
    font-size: 100%;
}

div.recycle_banner div:last-child b,
div.factory_banner div:last-child b {
    font-size: 130%;
    font-weight: bold;
}

div.factory_banner div {
    padding: 30px;
}

div.recycle_banner div h2,
div.factory_banner div h2 {
    font-size: 10pt;
}

div.recycle_banner div:last-child span.btn,
div.factory_banner div:last-child span.btn {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 90%;
    font-weight: bold;
    line-height: 33px;
    display: block;
    color: #FFF;
    margin: 5px 0 0;
    text-align: center;
    transition: opacity 0.3s;
    position: relative;
}

div.specialorder_banner div:last-child span.btn {
    border: solid 1px #333;
    color: #333;
}

div.recycle_banner div:last-child span.btn:hover {
    text-decoration: none;
    background: #016fc5;
}

div.factory_banner span.btn:hover {
    text-decoration: none;
    background: #47745f;
}

div.specialorder_banner span.btn:hover {
    text-decoration: none;
    background: #fff;
}

div.recycle_banner div:last-child span.btn::after,
div.factory_banner div:last-child span.btn::after {
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 15px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.specialorder_banner div:last-child span.btn::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

/*お問い合わせ*/

.user-info-sp {
    display: none;
    text-align: center;
    background-color: #006fc5;
    color: #ffffff;
    padding: 5px 0;
    font-size: 8pt;
    border-top: solid 1px #1b80cd;
}

@media screen and (max-width:640px) {
    footer .footer-links .copyright #pagetop a img {
        padding: 0;
    }
}

@media screen and (max-width:550px) {
    header .headerNavi ul li.user-info {
        display: none;
    }

    .user-info-sp {
        display: block;
    }

}

@media screen and (max-width:480px) {
    header .headerNavi ul {
        padding: 0 8px;
    }

    header .headerNavi ul li {
        padding: 0 2px;
    }

    .meanmenu-reveal {
        margin: 20px 12px 27px 8px;
    }

    #content .bread_search {
        padding: 0 0 8px 8px;
    }

    footer .breadcrumb {
        padding: 2px 7px 7px 8px;
    }

    footer .footer-links .copyright #pagetop {
        width: 40px;
        height: 40px;
    }

    footer .footer-banner dl dt {
        padding: 15px 0 15px 8px;
        background: #19110b url(../../img/common/arrow-down2.png) no-repeat center right 8px /14px
    }

    footer .footer-banner dl dt h2 {
        font-size: 16px;
        margin-bottom:0;
    }

    footer .footer-banner dl dt.show {
        background: #19110b url(../../img/common/arrow-up2.png) no-repeat center right 8px /14px
    }

    #content .urgentNews p {
        padding: 8px;
    }
}

@media screen and (max-width:420px) {
    header .headerNavi ul li.regist {
        display: none;
    }

}

@media screen and (max-width:319px) {
    header .headerNavi ul li:nth-child(2) {
        display: none;
    }
}