/*
フォント指定
GoogleフォントNoto Sans Japanese使用
notosansjapanese.cssのリンクが必要
 */
body {
    /*font-family: Meiryo, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  sans-serif;*/
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
    /*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    line-height: 140%;
    letter-spacing: 1px;
    color: #333;
}

.single_image{
    width: 100%;
    text-align: center;
    display: none;
    margin-top: 20px;
}

.wrapper{
    width: 920px;
    margin: 0px auto 0px auto;
    padding: 0px 10px 10px 10px;
    display: none;
}

/*
ロゴ
 */
.top_logo_area{
    background-image: url("./images/top_logo_back.png");
    background-repeat: repeat-x;
    text-align: center;
}

h1.item_title{
    font-size: 21px;
    font-weight: normal;
    border-bottom: 1px solid #666;
    height: 27px;
    padding: 0px 0px 5px 5px;
    margin: 20px 0px 20px 10px;
}

/*
画面構成
*/
.container{
    padding-left: 10px;
    width: 910px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.left_contents{
    width:  470px;
    float: left;
}

.right_contents{
    width: 420px;
    padding-left: 20px;
    float:right;
}

/*
表
 */
table.spec_list{
    width: 100%;
}
table.spec_list th {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #666;
    height: 52px;
    width: 80px;
    padding: 0px 0px 0px 5px;
}

table.spec_list td {
    border-bottom: 1px solid #666;
    font-size: 15px;
}

/*
スペック
 */
.spec_img {
    height: 40px;
    margin: 7px 0px 0px 0px;
}
ul{
	margin: 0px;
	padding:0px;
}
li{
	float: left;
    list-style: none;
    margin-right:15px;
}
/*
ダウンロードエリア
 */
.download_area{
    font-size: 13px;
    margin-top: 10px;
}
table.download_area th {
    width: 150px;
    text-align: left;
    font-weight: normal;
}

.download_button{
    height: 50px;
    width: 175px;
    background-image: url("./images/download.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
}
.book_button{
    height: 50px;
    width: 180px;
    background-image: url("./images/book_name.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
}

/*
注釈
 */
.comment{
    clear: both;
    margin: 15px 0px 0px 15px;
    font-size: 10px;
    line-height: 150%;
    display: none;
}

.single_comment{
    clear: both;
    margin: 10px 0px 20px 0px;
    font-size: 10px;
    line-height: 150%;
    display: none;
    text-align: left;
    width: 620px;
}


/*
スライダー
 */
#slider_area{
    /*height: 700px;*/
}

.sp-slides-container {
    border: 1px solid #888;
    width: 470px;
    height: 460px;

}
.sp-image-container{
    padding-top: 10px;
}

.sp-thumbnail-container {
    border: 1px solid #fff;
}

.sp-selected-thumbnail {
    border: 1px solid #333;
}



/*
矢印の色
 */
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 50%;
    background-color: #888;
}
.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #888;
}

.sp-thumbnails {
    position: relative;
    margin-top: 7px;
}
/*
ローディング
*/
#loading {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}
#loading > img{
    position: fixed;
    left: 50%;
    top: 40%;
}
/*
受注生産
*/
.ordermark{
	/*display: inline-block; */
	position: relative;
	color:#fff;
	background-color:#ffa500;
	width: 65px;
	height: 24px;
	text-align: center;
	font-size:12px;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	vertical-align:3px;
	display:none;
}

/*
詳細ページサムネイル
 */
#other_colors{
    padding-bottom: 0.5rem;
}
#other_colors > span{
    display: inline-block;
    margin: 0.6rem 0rem 0rem 0rem;
    font-size: 0.8rem;
}
#other_colors > span > a > p{
    margin: 0px;
    padding: 0.2rem 0px;
    line-height: 0px;
}
.color_thumbnail {
    width: 70px;
}
#book_area{
    text-align: center;
}
#book_area > a{
    display: inline-block;
    font-size: 0.8rem;
    margin: 0.5rem 1rem 0 1rem;}
#book_area > a > p{
    margin: 0px;
    padding: 0.5rem 0px;
    line-height: 0px;
}
#book_area > a > img{
    width: 150px;
}
span.item_label{
    text-align: right;
}
span.item_label > img{
    height: 29px;
    float: right;
}