﻿@charset "UTF-8";

/***********************
  desuite移植販売説明文
************************/

#item_page .item_text{
    text-align: left;
    margin: 60px 0;
}

#item_page .item_text hr {
    border: none;
    border-top: 1px #ddd solid;
    margin-bottom: 14px;
}

#item_page p.item_comment {
    text-align: left;
    margin: 0;
    font-size: 14px;
}

#item_page h2.item_type {
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    text-align: left;
    border: none;
    padding: 0px;
}

#item_page h2.item_name {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    text-align: left;
    border: none;
    padding: 0px;
}


/***********************
 desuite移植販売説明文・スペック
************************/

.spec_table {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-collapse: collapse;
    padding: 10px;
}

.spec_table caption {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.spec_table th, .spec_table td {
    font-size: 13px;
    border-bottom: dotted 1px #ddd;
    padding: 13px;
}

.spec_table th {
    text-align: left;
    font-weight: normal;
    width: 125px;
}

.spec_table tr:first-child th , .spec_table tr:first-child td {
    padding-top: 15px;
}

.spec_table tr:last-child th , .spec_table tr:last-child td {
    padding-bottom: 15px;
}

.spec_table span.atred {
    color: #bf0000;
}

.spec_table a:link, .spec_table a:visited, .spec_table a:active {
    color: #0783c2;
    font-size: 13px;
}

.spec_table  span.speclink {
    text-align: right;
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.spec_table  span.speclink a {
    color: #0783c2;
    font-size: 14px;
}

.at_link {
    margin: 10px 5px;
}

.at_link a {
    color: #0783c2;
    font-size: 13px;
    line-height: 2em;
}

/* ハギレなどリニューアル情報 */


#item_page p.new {
    width: 96%;
    font-size: 150%;
    background-color: #e9f7f9;
    text-align:left;
    color: #000000;
    padding: 2%;
    letter-spacing: 0.1em;
}


/* ハギレなどイベント情報 */

#item_page p.event {
    width: 96%;
    font-size: 150%;
    background-color: #faf4e6;
    text-align: left;
    color: #000000;
    padding: 2%;
    letter-spacing: 0.1em;
}


/* プレカットなど注意 */

p.atn {
    width: 96%;
    font-size: 150%;
    background-color: #fbebeb;
    text-align: left;
    color: #000000;
    padding: 2%;
    letter-spacing: 0.1em;
}

/* 柄カテゴリ表示 */
.garactb {
    display: inline-block;
    margin: 0 0 5px;
    background: #f7f7f7;
    padding: 12px 5px;
    width: 100%;
}


/* ↑ここまでPC↓ここからSP */
@media screen and (max-width: 768px) {


.productDetail_contents {
        padding: 25px 15px !important;
}

/*  商品説明文　*/
#item_page{
    width:100%;
    text-align:left;
    margin: 0 auto;
    font-size: 14px;
}

#item_page .item_text {
    margin: 30px 0;
}

#item_page .item_text h2 {
    font-size: 18px;
}

#item_page h2.item_type {
    font-weight: 400;
}

#item_page .item_comment{
    font-size: 14px;
}


table.spec_table{
    width: 97%;
    margin: 0 0 5px;
    border: 0;
 }

table.spec_table th,table.spec_table td {
    display: block;
    padding:6px !important;
    font-size: 14px;
    width: 100%;
    border: none;
 }

table.spec_table th{
        border-bottom: solid 1px #ddd;
        font-weight: bold;
 }

table.spec_table td {
    margin: 6px 0 17px;
}

table.spec_table a{
    font-size: 14px !important;
 }

.at_link {
    margin: 0;
}

/*youtube動画*/
#item_page .ytube{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 10px 0 30px;
}
#item_page .ytube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
}

