@charset "utf-8";

/*-----------------------------------------------------------------
	リセット
-----------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    background: none;
}

form,input,button,textarea,select {
    margin: 0;
    padding: 0;
    border-radius: 0;
    outline: none;
}

/*-----------------------------------------------------------------
	Google・Ameblo
-----------------------------------------------------------------*/

.googleads {
    cursor: default;
}

.googleads2 {
    cursor: default;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.googleads3 {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.monitor-ameblo {
    position: fixed;
}

*:first-child + html .monitor-ameblo {
    position: absolute;
}

* html .monitor-ameblo {
    position: absolute;
    visibility: hidden;
}

* + html .monitor-ameblo {
    position: absolute;
}

@media screen and (max-device-width: 480px) {
    .monitor-ameblo {
        visibility: hidden;
    }
}

/*-----------------------------------------------------------------
	基本レイアウト
-----------------------------------------------------------------*/

html,
body {
    color: #5D5D5D;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #FFF;
}

h1,
img {
    font-size: 100%;
}

h3 {
    font-size: 25px;
}

p {
    font-size: 14px;
}

p span.font12px {
    font-size: 12px;
}

p span.font11px {
    font-size: 11px;
}

p span.fontred {
    color: #FF2629;
}

ul li {
    list-style: none;
}

a,
a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active {
    color: #C03;
    text-decoration: underline;
}

a img:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.site_wide {
    width: 100%;
    max-width: 1380px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.sp-only {
    display: none;
}


/*-----------------------------------------------------------------
	ヘッダー固定用
-----------------------------------------------------------------*/

#header .fixed {
    position: fixed;
    width: 100%;
    animation: fadeIn 0.9s ease 0s 1 normal;
    z-index: 999;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#header .normal {
    animation: fadeOut 0.7s ease 0s 1 normal;
    z-index: 999;
    /* background: #FFF8E5; */
}

@keyframes fadeOut {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#header .main_search_fixed.fixed {
    top: 0;
    margin: 0;
    padding: 10px 0px 0px 0px;
    background: #FFF8E5;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#header .main_search_fixed.fixed .keyword_search {
    padding: 0px 10px 0px 10px;
    background: #FFF8E5;
}

#header .main_search_fixed.fixed .keyword_search .search_box {
    text-align: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

#header .main_search_fixed.fixed .keyword_search {
    float: none;
    width: auto;
}

#header .main_search_fixed.fixed .other_search {
    display: none;
}

#header .category_search_fixed.fixed {
    top: 0;
    margin: 51px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #FFF;
    box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------------------------
	サイト見出し
-----------------------------------------------------------------*/

#header .site_copy {
    float: left;
    width: 60%;
    text-align: left;
}

#header .site_copy p {
    font-size: 12px;
    color: #333;
    padding: 5px 0px 0px 10px;
    word-break: keep-all;
    text-align: left;
}

#header .site_copy p a {
    color: #333;
    text-decoration: underline;
}

/*-----------------------------------------------------------------
	プライマリーナビゲーション
-----------------------------------------------------------------*/

#header .primary_nav {
    width: 40%;
    float: right;
}

#header .primary_nav ul {
    font-size: 12px;
    text-align: right;
    padding: 5px 10px 0px 0px;
}

#header .primary_nav ul li {
    display: inline-block;
    list-style: disc;
    color: #FF9944;
    vertical-align: top;
    letter-spacing: normal;
    border-left: 1px solid #CCC;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
}

/*-----------------------------------------------------------------
	ロゴ・送料
-----------------------------------------------------------------*/

#header .site_logo {
    float: left;
    margin: 5px 0px 10px 10px;
    text-align: left;
}

#header .site_logo h1,
#header .site_logo p {
    display: inline-block;
    vertical-align: bottom;
}

/*-----------------------------------------------------------------
	エクストラナビゲーション
-----------------------------------------------------------------*/

#header .extra_nav {
    float: right;
    margin: 15px 10px 10px 0px;
}

#header .extra_nav ul {
    font-size: 12px;
    text-align: right;
}

#header .extra_nav ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 70px;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #DDD;
}

#header .extra_nav ul li a {
    display: block;
    text-align: center;
    width: 70px;
    padding: 50px 0px 0px 0px;
    background: url(https://timemachine2016.jp/header/img/icon.png?20160930) no-repeat;
}

#header .extra_nav ul li .e_logout a {
    background-position: 0px 0px;
}

#header .extra_nav ul li .e_login a {
    background-position: -70px 0px;
}

#header .extra_nav ul li.e_mypage a {
    background-position: -140px 0px;
}

#header .extra_nav ul li.e_register a {
    background-position: -210px 0px;
}

#header .extra_nav ul li.e_cart a {
    background-position: -280px 0px;
}

#header .extra_nav ul li .e_logout a:hover {
    background-position: 0px -95px;
}

#header .extra_nav ul li .e_login a:hover {
    background-position: -70px -95px;
}

#header .extra_nav ul li.e_mypage a:hover {
    background-position: -140px -95px;
}

#header .extra_nav ul li.e_register a:hover {
    background-position: -210px -95px;
}

#header .extra_nav ul li.e_cart a:hover {
    background-position: -280px -95px;
}

p.M_helloMsg {
    display: none;
}

/*-----------------------------------------------------------------
	特記バナー
-----------------------------------------------------------------*/

#header .banner_area {
    text-align: center;
    width: 100%;
    max-width: 1360px;
    min-width: 960px;
    margin: 0px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
}

#header .banner_area ul {
    text-align: center;
    letter-spacing: -.40em;
    width: 100%;
    margin: 5px 0px 5px 0px;
}

#header .banner_area ul li {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}

#header .banner_area img {
    width: 100%;
    height: auto;
}

#header .banner_area #inner {
    width: 100%;
    min-width: 960px;
    max-width: 1360px;
    margin: 0px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
}

#header .banner_area #inner ul {
    width: 960px;
    margin: auto;
}

#header .banner_area #inner ul li {
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 100%;
    vertical-align: bottom;
}

#header .banner_area #inner ul li img {
    width: auto;
}

#header .banner_area #inner ul li p {
    color: #000000;
    font-weight: bold;
    line-height: 100%;
    width: auto;
    margin: 0px 0px 8px 20px;
    padding: 0;
}

#header .banner_area #inner #countdown {
    color: #FF2629;
    font-size: 52px;
    line-height: 100%;
    margin: 0;
}

#header .banner_area #inner #countdown .moji {
    color: #000000;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}


#header .banner_area ul li#inner {
    width: 50%;
    min-width: inherit;
    max-width: inherit;
    margin: 0px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    box-sizing: border-box;
    padding: 0px;
}

#header .banner_area ul li#inner ul {
    width: auto;
    margin: auto;
    padding: 0;
}

#header .banner_area ul li#inner ul li {
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 100%;
    vertical-align: middle;
}

#header .banner_area ul li#inner ul li img {
    width: 370px;
    margin: 5px;
}

#header .banner_area ul li#inner ul li p {
    display: none;
    color: #000000;
    font-weight: bold;
    line-height: 100%;
    width: auto;
    margin: 0px 0px 8px 0px;
    padding: 0;
}

#header .banner_area ul li#inner ul li p#countdown {
    display: block;
    color: #FF2629;
    font-size: 36px;
    line-height: 100%;
    margin: 0;
}

#header .banner_area #inner #countdown .moji {
    color: #000000;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
}

/*-----------------------------------------------------------------
	メイン検索
-----------------------------------------------------------------*/

#header .main_search {
    min-height: 45px;
    background: #464646;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
}

@media only screen and (max-width: 1780px) {
    #header .main_search {
        min-height: 88px;
    }
}

/*-----------------------------------------------------------------
	キーワード検索
-----------------------------------------------------------------*/

#header .keyword_search {
    float: left;
    width: 44%;
    padding: 6px 0px 0px 10px;
}

#header .keyword_search .search_box {
    width: 100%;
    /* background: #FFF8E5; */
    padding: 0px 0px 8px 0px;
}

#header .keyword_search .search_box ul {
    width: 100%;
    letter-spacing: -.40em;
}

#header .keyword_search .search_box ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

#header .keyword_search .search_box .search_category {
    width: 70px;
    padding: 4px 0 4px 0;
    background-color: white;
    -webkit-border-radius: 3px 0px 0px 3px;
    color: #807d7d;
}

#header .keyword_search .search_box .search_input {
    width: 73%;
}

#header .keyword_search .search_box .search_submit {
    width: 15%;
}

#header .keyword_search .search_box .search_input input {
    color: #111;
    font-size: 12px;
    width: 100%;
    padding: 7px 10px 6px 10px;
    background: #FFF;
    border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#header .keyword_search .search_box .search_submit a {
    display: block;
    color: #111;
    text-align: center;
    width: 100%;
    height: 33px;
    background: url(https://timemachine2016.jp/header/img/keyword_search.png) center center no-repeat;
    background-color: #FF9944;
    border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
}

input[type="text"],
textarea {
    box-sizing: border-box;
    border: 1px solid #CCC;
}

input[type="text"]:focus,
textarea:focus {
    border: 1px solid #999;
}

#header .keyword_search .search_box input#head_submit:hover {
    background-color: #FF8C2F;
}

#header .keyword_search .search_box input#head_submit:active {
    color: #CCC;
}

@media only screen and (max-width: 1780px) {

    #header .keyword_search {
        float: none;
        width: auto;
        padding: 6px 10px 0px 10px;
    }

    #header .keyword_search .search_box {
        text-align: center;
        width: 100%;
        max-width: 1360px;
        margin-left: auto;
        margin-right: auto;
    }

}

/*-----------------------------------------------------------------
	その他検索
-----------------------------------------------------------------*/

#header .os_sp {
    display: none;
}

#header .other_search {
    float: right;
    padding: 10px 10px 10px 0px;
}

#header .other_search ul {
    text-align: center;
    letter-spacing: -.40em;
}

#header .other_search ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

#header .other_search ul li a {
    display: block;
    font-size: 12px;
    background: #FFF;
    padding: 3px 10px 3px 10px;
    margin: 0px 0px 0px 5px;
    border: 1px solid #EEE;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#header .other_search ul li a:hover {
    color: #FFF;
    text-decoration: none;
    background: #FF8C2F;
    border: 1px solid #FF9944;
}

@media only screen and (max-width: 1780px) {

    #header .other_search {
        float: none;
        padding: 0px 0px 5px 0px;
        margin: 0px;
    }

}

.amazonpay_cnt {
    background-color: #f7e24a;
    padding: 6px;
    border-bottom: 2px solid #464646;
}

.amazonpay_cnt p {
    color: black;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

/*-----------------------------------------------------------------
	カテゴリー検索
-----------------------------------------------------------------*/

#header .category_search {
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    height: 99px;
    background: #FFF;
}

#header .category_search ul {
    text-align: center;
    letter-spacing: -.40em;
    background: #FFF;
}

#header .category_search ul li {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: normal;
    padding: 0px 3px 0px 3px;
    width: 6.5%;
    background: #FFF;
}

#header .category_search ul li a {
    display: block;
    width: 100%;
    padding: 5px 0px 10px 0px;
}

#header .category_search ul li a dl dd {
    border-bottom: 3px solid #70B7FD;
    margin: 0px 0px 5px 0px;
}

#header .category_search ul li.cs_sale a dl dd {
    border-bottom: 3px solid #ff5a5e;
}

#header .category_search ul li.cs_used a dl dd {
    border-bottom: 3px solid #28A201;
}

#header .category_search ul li a dl dd img {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #FFF;
}

#header .category_search ul li a dl dd img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    opacity: 100;
}

#header .category_search ul li a dt {
    margin: 0px 0px 0px 0px;
}

#header .category_search ul li a dt p {
    font-size: 12px;
}

#header .category_search ul li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    opacity: 100;
}

/*-----------------------------------------------------------------
	SNSボタン
-----------------------------------------------------------------*/

.sb_sp {
    display: none;
}

.sns_button {
    width: 100%;
    max-width: 1380px;
    min-width: 980px;
    margin: 10px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.sns_button ul {
    text-align: right;
    letter-spacing: -.40em;
    margin: 5px 30px 5px 0px;
}

.sns_button ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0px 5px 0px 5px;
}

.sns_button ul li a {
    display: block;
}

.sns_button ul li.twitter_view a {
    display: block;
    color: #1B95E0;
    font-size: 10px;
    background: #FFF;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border: 1px solid #1B95E0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.sns_button ul li.twitter_view a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.sns_button ul li.google_plus {
    width: 70px;
}

/*-----------------------------------------------------------------
	コンテンツエリア
-----------------------------------------------------------------*/

#top_content {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 50;
}

#top_content .top_content {
    position: relative;
    width: 980px;
    margin: auto;
    background: #FFF;
    z-index: 100;
}

.bat {
    position: fixed;
    margin-top: 10px;
    z-index: 50;
}

#header,
.top_content,
#footer {
    position: relative;
    z-index: 100;
}

[class*=bat] img {
    width: 100%;
    height: auto;
}

#top_content ::-webkit-scrollbar {
    width: 10px;
}

#top_content ::-webkit-scrollbar-track {
    background: #CCC;
}

#top_content ::-webkit-scrollbar-thumb {
    background: #666;
}

#top_content .top_section {
    margin: 0px 0px 20px 0px;
    padding: 10px 0px 30px 0px;
    border-bottom: 1px dashed #333;
}

#top_content h3 {
    color: #333;
    font-size: 33px;
    line-height: 25px;
    font-weight: normal;
    text-indent: 5px;
    margin: 10px 0px 10px 0px;
    padding: 12px 0px 0px 0px;
    background: #FFF;
}

#top_content h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 35px;
    text-indent: -31px;
    margin: 0px 10px 0px 5px;
    background: url(https://timemachine2016.jp/header/img/label.png) no-repeat;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#top_content .top_links p a {
    display: block;
    color: #FF9944;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    margin: 30px 0px 0px 0px;
    border: 3px solid #FF9944;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    box-shadow: 0px 1px 0px 0px #999;
    -moz-box-shadow: 0px 1px 0px 0px #999;
    -webkit-box-shadow: 0px 1px 0px 0px #999;
}

#top_content .top_new .top_links p a {
    color: #70B7FD;
    border: 3px solid #70B7FD;
}

#top_content .top_used .top_links p a {
    color: #28A201;
    border: 3px solid #28A201;
}

#top_content .top_links p a:hover {
    color: #FFF;
    background: #FF9944;
    border: 3px solid #FF9944;
}

#top_content .top_new p a:hover {
    color: #FFF;
    background: #70B7FD;
    border: 3px solid #70B7FD;
}

#top_content .top_used p a:hover {
    color: #FFF;
    background: #28A201;
    border: 3px solid #28A201;
}

#top_content aside {
    clear: both;
    margin: 20px 0px 20px 0px;
}

#top_content aside small a {
    display: block;
    color: #ff5a5e;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0px 0px 0px;
    background: #FFF;
    border: 3px solid #ff5a5e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#top_content aside small a:link,
#top_content aside small a:visited {
    color: #ff5a5e;
}

#top_content aside small a:hover,
#top_content aside small a:active {
    color: #FFF;
    background: #ff5a5e;
    text-decoration: none;
}

/*-----------------------------------------------------------------
	スライダー
-----------------------------------------------------------------*/

.top_slider ol {
    width: 100%;
    max-width: 980px;
    height: 83px;
    overflow: hidden;
    
}

.top_slider ol li {
    float: left;
    display: inline-block;
    width: 196px;
}

.top_slider ol li img {
    display: block;
    width: 196px;
    border: solid 3px #FFF;
}

.top_slider .slider_cont {
    width: 980px;
    height: 380px;
    overflow: hidden;
}

.top_slider .slider_cont img {
    display: block;
    width: 980px;
    height: auto;
    box-sizing: border-box;
}

.top_slider .slider_thumb {
    overflow: hidden;
}

.top_slider .slider_thumb li {
    display: block;
    background: #000;
}

.top_slider .slider_thumb .slick-slide {
    display: block;
}

.top_slider .slider_thumb .slick-slide img {
    display: block;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.top_slider .slider_thumb .slick-slide img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.top_slider .slider_thumb .slick-slide.slick-current img {
    border: solid 3px #FF9944;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slick-initialized .slick-slide {
    overflow: hidden;
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    color: transparent;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 100;
    background: url(https://timemachine2016.jp/header/img/slider.png) center center no-repeat;
}

.slick-arrow {
    background: url(https://timemachine2016.jp/header/img/slider.png) no-repeat;
}

.slick-prev {
    left: 5px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    left: 5px;
    background-position: 0px -40px;
}

[dir='rtl'] .slick-prev {
    right: 5px;
    left: auto;
}

.slick-next {
    right: 5px;
    background-position: -40px 0px;
}

.slick-next:hover {
    right: 5px;
    background-position: -40px -40px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 5px;
}

/*-----------------------------------------------------------------
	バナー一覧・特集・おすすめ
-----------------------------------------------------------------*/

.top_banner ul {
    text-align: center;
    letter-spacing: -.40em;
}

.top_banner ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    height: auto;
    margin: 3px;
    border: 1px solid #EEE;
}

.top_banner ul li.bns1 {
    width: 970px;
}

.top_banner ul li.bns2 {
    width: 482px;
}

.top_banner ul li.bns3 {
    width: 318px;
}

.top_banner ul li.bns4 {
    width: 237px;
}

.top_banner ul li.bns5 {
    width: 188px;
}

.top_banner ul li img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------
	新着アイテム
-----------------------------------------------------------------*/

/*.top_newitem ul {
	text-align: center;
	letter-spacing: -.40em;
	white-space: nowrap;
	height: 300px;
	margin: auto;
	overflow-x: auto;
	overflow-y: hidden;
}

.top_newitem ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	height: auto;
	margin: 5px;
}

.top_newitem ul li iframe {
	width: 192px;
	height: 280px;
}
*/

.top_newitem iframe {
    width: 980px;
    height: 330px;
    overflow: hidden;
}

/*-----------------------------------------------------------------
	お客様レビュー
-----------------------------------------------------------------*/

#top_content .top_review iframe {
    width: 980px;
    height: 450px;
    overflow: hidden;
}

/*-----------------------------------------------------------------
	週間ランキング
-----------------------------------------------------------------*/

#top_content .top_rank iframe {
    width: 980px;
    height: 590px;
    overflow: hidden;
}

/*-----------------------------------------------------------------
	注目アイテム
-----------------------------------------------------------------*/

.top_pickupitem ul {
    text-align: center;
    letter-spacing: -.40em;
    white-space: nowrap;
    height: 370px;
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.top_pickupitem ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    height: auto;
    margin: 5px;
}

.top_pickupitem ul li dd p {
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    margin: 0px 5px 0px 5px;
    background: #EEE;
    border: 1px solid #EEE;
}

.top_pickupitem ul li dt iframe {
    width: 210px;
    height: 280px;
}

/*-----------------------------------------------------------------
	中古アイテム
-----------------------------------------------------------------*/

.top_useditem ul {
    text-align: center;
    letter-spacing: -.40em;
    white-space: nowrap;
    height: 270px;
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.top_useditem ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 192px;
    height: 280px;
    margin: 5px;
}

.top_useditem ul li dd img {
    width: 182px;
    height: auto;
    border: 1px solid #EEE;
}

.top_useditem ul li dt h6 {
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    height: 45px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*-----------------------------------------------------------------
	更新履歴
-----------------------------------------------------------------*/

#top_content .eearphone_news iframe {
    width: 960px;
    height: 300px;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    border: 1px solid #CCC;
}

#eearphone_news {
    width: 940px;
    height: 300px;
    overflow: auto;
    padding: 0px 10px 0px 10px;
}

#eearphone_news dl dt {
    margin: 10px 0px 10px 0px;
    padding: 2px 0px 2px 5px;
    background: #EEE;
}

#eearphone_news dl dt h4 {
    color: #111;
    font-size: 14px;
    font-weight: bold;
}

#eearphone_news dl dd {
    margin: 5px 0px 5px 10px;
}

#eearphone_news dl dd a:hover {
    text-decoration: none;
}

#eearphone_news dl dd p {
    font-size: 12px;
}

#eearphone_news dl dd p span {
    color: #FFF;
    font-size: 12px;
    margin: 0px 5px 0px 0px;
    padding: 1px 0px 0px 0px;
}

/*-----------------------------------------------------------------
	SNS
-----------------------------------------------------------------*/

#top_content .eearphone_sns .eearphone_sns_column {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    margin: 6px;
}

#top_content .eearphone_sns .eearphone_sns_column .e_facebook {
    border: 1px solid #EEE;
}

#top_content .eearphone_sns .eearphone_sns_column .e_twitter {
    border: 1px solid #EEE;
}

#top_content .eearphone_sns .eearphone_sns_column .e_youtube iframe {
    width: 300px;
    height: 178px;
    overflow: hidden;
}

#top_content .eearphone_sns .eearphone_sns_column .e_youtube p a {
    display: block;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #FF9944;
    padding: 5px 0px 5px 0px;
}

#top_content .eearphone_sns .eearphone_sns_column .e_youtube p a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#top_content .eearphone_sns .eearphone_sns_column .e_live {
    margin: 30px 0px 0px 0px;
}

#top_content .eearphone_sns .eearphone_sns_column .e_live ul {
    letter-spacing: -.40em;
    text-align: center;
}

#top_content .eearphone_sns .eearphone_sns_column .e_live ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 1px;
    border: 1px solid #EEE;
}

/*-----------------------------------------------------------------
	e☆イヤホンのご案内
-----------------------------------------------------------------*/

#top_content .eearphone_guide {
    text-align: center;
}

#top_content .eearphone_guide .eearphone_guide_column {
    display: inline-block;
    vertical-align: top;
    width: 485px;
}

#top_content .eearphone_guide .eearphone_guide_column dl {
    text-align: left;
    padding: 5px 0px 10px 0px;
    margin: 10px 20px 0px 20px;
    border-bottom: 1px dashed #CCC;
}

#top_content .eearphone_guide .eearphone_guide_column dl dt h4 {
    color: red;
    font-size: 33px;
}

#top_content .eearphone_guide .eearphone_guide_column dl dd {
    margin: 10px 0px 10px 0px;
}

#top_content .eearphone_guide .eearphone_guide_column dl dd p {
    color: #111;
    font-size: 14px;
}

#top_content .eearphone_guide .eearphone_guide_column dl dd a {
    display: block;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #FF9944;
    margin: 30px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#top_content .eearphone_guide .eearphone_guide_column dl dd a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*-----------------------------------------------------------------
	相互リンク
-----------------------------------------------------------------*/

#top_content .mutual_link {
    width: 960px;
    margin: auto;
}

#top_content .mutual_link ul {
    letter-spacing: -.40em;
    text-align: center;
}

#top_content .mutual_link ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 5px;
}

#top_content .mutual_link ul li img {
    max-height: 250px;
    width: auto;
}

/*-----------------------------------------------------------------
	フッター
-----------------------------------------------------------------*/

#footer_wrap {
    clear: both;
    background: none;
    padding: 40px 0px 0px 0px;
}

#footer {
    clear: both;
    background: #FF9944;
    padding: 40px 0px 0px 0px;
}

/*-----------------------------------------------------------------
	サイトマップ
-----------------------------------------------------------------*/

#footer .sitemap {
    width: 980px;
    margin: auto;
    padding: 10px 0px 20px 0px;
    text-align: left;
}

#footer .sitemap .sitemap_column {
    display: inline-block;
    vertical-align: top;
    width: 159px;
}

#footer .sitemap .sitemap_contents {
    width: 310px;
}

#footer .sitemap label {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

#footer .sitemap .sitemap_column input[type="checkbox"]::-webkit-outer-spin-button,
#footer .sitemap .sitemap_column input[type="checkbox"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

#footer .sitemap .sitemap_column input[type="checkbox"] {
    -moz-appearance: textfield;
    display: none;
}

#footer .sitemap label a {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

#footer .sitemap ul {
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 150px;
    padding: 6px 0px 0px 0px;
    margin: 3px 10px 20px 0px;
    border-top: 1px dashed #FFF;
}

#footer .sitemap .sitemap_contents ul {
    width: 310px;
}

#footer .sitemap ul li a {
    color: #FFF;
}

#footer .sitemap ul li p {
    color: #FFF;
    font-size: 12px;
    margin: 0px 0px 2px 0px;
}

#footer .sitemap ul li p span {
    color: #FF9944;
    font-size: 9px;
    margin: 0px 5px 2px 0px;
    padding: 0px 4px 0px 4px;
    background: #FFF;
}

/*-----------------------------------------------------------------
	フッター最下部
-----------------------------------------------------------------*/

#footer .site_bottom {
    color: #FFF;
    text-align: center;
    padding: 30px 0px 30px 0px;
    background: #FF7400;
}

/*-----------------------------------------------------------------
	トップページへ戻る
-----------------------------------------------------------------*/

#footer .site_bottom .return_toppage {
    margin: 0px 0px 30px 0px;
}

#footer .site_bottom .return_toppage p a {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px 0px 30px 0px;
}

#footer .site_bottom .return_toppage p a:hover {
    color: #C03;
}

/*-----------------------------------------------------------------
	古物商許可証
-----------------------------------------------------------------*/

#footer .site_bottom .certification_statement {
    margin: 0px 0px 20px 0px;
}

#footer .site_bottom .certification_statement p {
    font-size: 12px;
}

/*-----------------------------------------------------------------
	注意文
-----------------------------------------------------------------*/

#footer .site_bottom .caution_statement p {
    font-size: 12px;
}

/*-----------------------------------------------------------------
	トップへ戻る
-----------------------------------------------------------------*/

.return_top a {
    display: block;
}

#return_top {
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.70) url(https://timemachine2016.jp/header/img/return_top.png) no-repeat center;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 999;
}

#return_top:hover {
    background-color: #666;
}

/*-----------------------------------------------------------------
	共通レコメンド用 2018/03/22 k-ogawa
-----------------------------------------------------------------*/

.rtoaster_item .det-item-body {
    width: 100%;
    white-space: nowrap;
    margin: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtoaster_item .det-item-wrap {
    display: inline-block;
    width: 182px;
    height: 280px;
    background: #FFF;
    white-space: normal;
    padding: 5px;
}

.rtoaster_item .det-item-wrap img.det-item-img {
    width: 182px;
    height: auto;
    border: 1px solid #EEE;
}

.rtoaster_item .det-item-wrap h6 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rtoaster_item .det-item-wrap p a.det-item-item {
    display: block;
}

.rtoaster_item .det-item-wrap p .det-item-price {
    display: block;
    color: #FF5A5E;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

/*-----------------------------------------------------------------
	アイテム詳細レコメンド用 2018/03/22 k-ogawa
-----------------------------------------------------------------*/

.detail_rec .rtoaster_item h3 {
    display: inline-block;
    font-size: 1.5vw;
    text-indent: 1.5vw;
    text-align: center;
    width: 96%;
    padding: 1%;
    margin: 0% 1% 1vw 1%;
    background: #F9F9F8;
}

.detail_rec .rtoaster_item h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 35px;
    text-indent: -31px;
    margin: 0px 10px 0px 5px;
    background: url(https://timemachine2016.jp/header/img/label.png) no-repeat;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*-----------------------------------------------------------------
	カートレコメンド用 2018/03/22 k-ogawa
-----------------------------------------------------------------*/

.cart_rec {
    margin-top: 20px;
}

.cart_rec .rtoaster_item h3 {
    color: #333;
    font-size: 33px;
    line-height: 25px;
    font-weight: normal;
    text-indent: 5px;
    margin: 10px 0px 10px 0px;
    padding: 12px 0px 0px 0px;
    background: #FFF;
}

.cart_rec .rtoaster_item h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 35px;
    text-indent: -31px;
    margin: 0px 10px 0px 5px;
    background: url(https://timemachine2016.jp/header/img/label.png) no-repeat;
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*-----------------------------------------------------------------
	w100_ban
-----------------------------------------------------------------*/

.w100_ban {
    padding: 5px 0;
}

.w100_ban img {
    width: auto;
    height: 50px;
    display: block;
    margin: 0 auto;
}

 div.bg_black {
    background: rgb(38, 38, 38);
}

div.bg_orange {
    background: rgb(230, 91, 5);
}

div.bg_blue {
    background: #004ea2;
}

/*-----------------------------------------------------------------
	.bn_kuroneko 2019/04/02
-----------------------------------------------------------------*/

.bn_kuroneko {
    width: 500px;
    height: auto;
    border:1px solid #ddd;
}

/*-----------------------------------------------------------------
	line@ .line 2019/05/21
-----------------------------------------------------------------*/

.line_at {
    background-color: #F9F9F8;
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_at:before,.line_at:after {
    clear: both;
}


#footer_wrap {
    /*打ち消し*/
    padding:0;
}

/*-----------------------------------------------------------------
	スペシャルリンク 2019/10/14
-----------------------------------------------------------------*/

#header .special_links {
    background: #f7f7f7;
}

#header .links_list {
    max-width: 1380px;
    min-width: 980px;
    display: flex;
    padding: 10px 0;
}

#header ul.links_list > li {
    width: 20%;
    max-width: 272px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#header ul.links_list > li:not(:last-child) {
    margin-right: 10px;
}

#header ul.links_list > li a {
    display: flex;
    width: 100%;
    line-height: 30px;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    letter-spacing: .05em;
}

#header ul.links_list > li:hover {
    box-shadow: 0 0 8px rgba(201, 201, 201, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header ul.links_list > li a:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    padding-right: 10px;
}

#header ul.links_list > li.list_item__used a:after {
    background: url(https://timemachine2016.jp/header/img/icon/icon-used.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header ul.links_list > li.list_item__reuse a:after {
    background: url(https://timemachine2016.jp/header/img/icon/icon-reuse.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header ul.links_list > li.list_item__tec a:after {
    background: url(https://timemachine2016.jp/header/img/icon/icon-tec.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header ul.links_list > li.list_item__shop a:after {
    background: url(https://timemachine2016.jp/header/img/icon/icon-shop.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header ul.links_list > li.list_item__blog a:after {
    background: url(https://timemachine2016.jp/header/img/icon/icon-blog.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header ul.links_list > li a:before {
    content: "";
    display: block;
    background: #ffffff;
    width: 200px;
    height: 140px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: -120px;
    margin-bottom: -34px;
    overflow: hidden;
    transform: rotate(-65deg);
}


#header ul.links_list > li.list_item__used {
    background: #66d06a;
}

#header ul.links_list > li.list_item__reuse {
    background: #f6b966;
}

#header ul.links_list > li.list_item__tec {
    background: #f999cc;
}

#header ul.links_list > li.list_item__shop {
    background: #ec6b6c;
}

#header ul.links_list > li.list_item__blog {
    background: #8aa7d4;
}

#header ul.links_list > li a {
    color: #fff;
}


