/* headerとfooterのためのスタイルをこちらにすべて記述してください */

/* Footer
------------------------------------------------------------------------- */
footer {
    border-top: solid 1px #e5e5e5;
}
footer .md_sectionWrap {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px;
}
	footer .fr_footer_all {
	    display: table;
	    margin: 0 auto 38px auto;
	    width: 100%;
	}
	.fr_footer_ulouter {
	    display: table-cell;
	    padding-left: 25px;
	    border-right: dashed 1px #e5e5e5;
	    font-weight: normal;
        width:200px;
	}
.fr_footer_ulouter:last-child {
    border-right: none;
}
	footer .fr_footer_ulouter ul li {
	    margin-bottom: 10px;
	}
.md_footerlogo {
    text-align: center;
}
footer h3 {
    margin-top: 20px;
    margin-bottom: 28px;
    font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 13px;
}
footer .fr_footer_ulouter ul li {
    font-family: 'ヒラギノ角ゴ W3 JIS2004','Hiragino Kaku Gothic W3 JIS2004','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 13px;
}
/* Header
------------------------------------------------------------------------- */
body {
    width: 100%;
}
#md_navBottom {
    position: relative;
    padding: 0;
    height: 50px;
    /*height: 55px;*/
    background-color: rgba(0,0,0,1.0);
    min-width:1270px;
}
#md_header {
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    line-height: 1;
    background-color: rgba(255,255,255,1.0);
}
#md_header #md_global-nav{
    float: left;
    display: inline-block;
}
	#md_header #md_global-nav ul {
	    margin: 0 auto;
	    height: 50px;
        /*height: 55px;*/
	    list-style: none;
	    overflow: hidden;
	}
	#md_global-nav ul li {
	    float: left;
	    position: relative;
	    margin-left: 38px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 13px;
	    font-family:'ヒラギノ角ゴ W3 JIS2004','Hiragino Kaku Gothic W3 JIS2004','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	#md_global-nav ul li a {
	    padding: 0;
	    color: #fff;
	    text-decoration: none;
	}
/* transition */
#md_header,
    /*#md_header .md_logo,
    #md_header .md_logo img,*/
#md_global-nav ul li,
#md_global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#md_header .md_logo {
    padding: 40px 0 40px 0;
    text-align: center;
}
#md_header.fixed .md_logo {
    padding: 21px 0;
}
#md_header .md_logo img {height: 38px;}
#md_header.fixed .md_logo img {height: 16px;}
/* 言語選択
------------------------------------------------------------------------- */
.md_language {
    position: absolute;
    right: 78px;
    top: 14px;
    border-right: solid 1px rgb(255,255,255);
    height: 20px;
}
	.md_language ul {
	    display: inline-block;
	    padding-right: 22px;
	}
	.md_language ul li {
	    display: inline-block;
	    width: 30px;
	    height: 20px;
	    line-height: 20px;
	    background-color: rgb(0,0,0);
	    color: rgb(255,255,255);
	    font-family: 'SackersGothicStd-Light';
	    font-size: 10px;
	    text-align:center;
	}
	.md_language ul li.on {
	    background-color: rgb(255,255,255);
	    color: rgb(0,0,0);
	}
/* 【ヘッダー】商品検索(ブランド)
------------------------------------------------------------------------- */
.md_searchBox {
    position: absolute;
    top: 0;
    padding-left: 20px;
    padding-top: 13px;
    background-color: rgba(0,0,0,1.0);
    width: 95%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*	.md_searchBox {
	    right: 100%;

	}
*/
	.md_searchBtn {
	    display: block;
	    position: absolute;
	    right: 30px;
	    top: 13px;
	    width: 27px;
	    height: 20px;
	    cursor: pointer;
	}
	.md_searchBox input[type="search"] {
	    float: left;
	    /*width: 80%;*/
        width:92%;
	    height: 22px;
	    background-color: transparent;
	    border-radius: 0;
	    border-left: solid 1px rgba(255,255,255,1.0);
	    border-right: 0;
	    border-top: 0;
	    border-bottom: 0;
        font-size: 14px;
        color:#fff;
	}
.md_searchBox .input-group-btn.fr_search-btn {
    /*display: none;*/
    height: 20px;
    position: absolute;
    top: 7px;
    right: 70px;
}
.md_searchBox .form-control:focus{
    box-shadow: none;
    outline-color: #fff;
    outline-width: 1px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.md_searchBox input::-webkit-input-placeholder{
    color:rgba(243,242,236,0.2);
}
.md_searchBox input:-ms-input-placeholder{
    color:rgba(243,242,236,0.2);
}
.md_searchBox input::-ms-input-placeholder{
    color:rgba(243,242,236,0.2);
}
.md_searchBox .fr_search-btn button{
    background: transparent;
    color: #eee;
}
/* EC Header
------------------------------------------------------------------------- */
#md_shopHeader {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #dadfe2;
}
/*  【ヘッダー】商品検索(EC)
------------------------------------------------ */
.md_search_products_header {
    float: left;
    width: 375px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
	.md_search_products_header h3 {
	    display: inline-block;
	    float: left;
	    margin: 0 15px 0 0;
	    padding-right: 20px;
	    width: 188px;
	    height: 50px;
	    line-height: 50px;
	    border-right: solid 1px #bfc8cd;
	    font-size: 16px;
	    font-family: 'SackersGothicStd-Light';
	    letter-spacing: 0.05em;
	}
	.md_search_products_header input[type="search"] {
	    float: left;
	    display: inline-block;
	    margin-top: -3px;
	    padding: 0;
	    width: 130px;
	    height: 20px;
	    border-radius: 0px;
	}
	.md_search_products_header .js_fr_search_products_name {
	    display: inline-block;
	    float: left;
	    margin: -3px 0 0 0;
	    padding: 0;
	    height: 20px;
	    line-height: 100%;
	    border: 0;
	}

/*  【ヘッダー】カテゴリ
------------------------------------------------ */
#md_category_header {
    float: left;
    /*width: 640px;*/
    min-width: 640px;
    height: 50px;
}
#md_category_header dl {
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-left: 20px;
    padding-right: 20px;
    height: 50px;
}
#md_category_header dl dt {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
#md_category_header dl dd {
    display: none;
    position: absolute;
    top: 50px;
    width: 300px;
    padding: 20px;
    background-color: #dadfe2;
}
#md_category_header dl dd ul {
    margin-bottom: 0;
}
#md_category_header dl dd ul li {
    margin-bottom: 7px;
}
	#md_category_header dl dd ul li:last-child {
	    margin-bottom: 0;
	}
#md_category_header dl dt span {
    position: relative;
}
	#md_category_header dl dt span:after {
	    content: url(/user_data/packages/default/add/img/common/icon/icon_down0.png);    position: absolute;
	    right: -18px;
	    top: -12px;
	    height: 25px;
	}

/*  【ヘッダー】ログイン・カートの中
------------------------------------------------ */
.md_loginWrap {
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0;
}
.md_loginWrap dt {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
	.md_guideLink {
	    padding-right: 8px;
	    width: 62px;
	    text-align: right;
	    border-left: solid 1px #ccc;
	}
	.md_mypageBtn {
	    cursor: pointer;
	}
.md_loginWrap dd {
    display: none;
    position: absolute;
    top: 50px;
    /*width: 100%;
    height: 50px;
    line-height: 50px;*/
    width: 81%;
    height: 40px;
    line-height: 40px;
    background-color: #bfc8cd;
}
	.md_loginWrap dd ul {
	    margin: 0;
	}
	.md_loginWrap dd ul li {
	    float: left;
	    width: 50%;
	    /*text-align: center;*/
        text-align: left;
        padding-left: 25px;
	}
.md_cartBlock {
    position: relative;
}
	.md_cartBlock .badge {
	    position: absolute;
	    right: -10px;
	    top: 12px;
	    background-color: transparent;
	    color: red;
	    font-weight: normal;
	}
.md_ecTopOpenBtn {
    width: 15px;
}
/* 商品一覧
------------------------------------------------------------------------- */
#md_shopHeader {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.md_ecTop #md_shopHeader,
.md_ecList #md_shopHeader,
.md_other #md_shopHeader {
    /*border-top: solid 5px #000;*/
    border-top:0;
    top: 0;
    /*top: 5px;*/
}
    .md_ecTop #md_shopHeader.md_open,
    .md_ecList #md_shopHeader.md_open,
    .md_other #md_shopHeader.md_open {
        top: 50px;
    }
	 #md_shopHeader .md_openBtn {
	    margin-left: 30px;
	    width: 50px;
	    height: 50px;
	    background: #000 url(/user_data/packages/default/add/img/common/icon/btn_headerSubNavOpen.png) left top no-repeat;
	    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	}
	 #md_shopHeader .md_openBtn:hover {
	    background: #000 url(/user_data/packages/default/add/img/common/icon/btn_headerSubNavOpen_on.png) left top no-repeat;
	}
	 #md_shopHeader.md_open .md_openBtn:hover,
	 #md_shopHeader.md_open .md_openBtn {
	    background: #000 url(/user_data/packages/default/add/img/common/icon/btn_headerSubNavClose.png) left top no-repeat;
	}
     /*schoolページ用追加クラス fr_rn*/
.fr_school_outer {
    width: 800px;
    margin: 0 auto;
}
.fr_oubun-font{
    font-family: 'SackersGothicStd-Light' !important;
}
.fr_grayborder{
    border:1px solid #454545;
    display: inherit;
}
@media screen and (max-width: 414px) {
    .fr_school_outer {
        width: 100%;
        margin: 0 auto;
    }
}
.fr_copyright_dfix {
    text-align: center;
    font-size: 10px;
    transform: scale(0.91);
    margin-bottom: 0;
    margin-top: -5px;
}
.fr_pagescroll-height{
    margin-top:-200px;
    padding-top:200px;
}
.md_searchBox input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}