﻿@charset "utf-8";


/***********************
   スライド下メニュー
************************/
#secondpage_wrap {
	background-color: #F7F6F5;
}
#secondpage_wrap .inner_wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
#bnr_link {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 91px;
}
#bnr_link a {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#bnr_link a img {
	border: 2px solid #FFF;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
	transition:all 200ms linear;
	display: block;	
}
#bnr_link a:nth-child(1) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAA;
}
#bnr_link a:nth-child(2) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AAA;
}
#bnr_link a:nth-child(3) {
	
}
#bnr_link a img:hover {
	opacity: 0.7;
	border: 2px solid #AAA;
}


/***********************
   自分だけの生地を探す
************************/
#secondpage_search {
	padding-top: 30px;
}
#secondpage_search h3 {
	font-size: 17px;
	letter-spacing: 10px;
	text-align: center;
	padding-bottom: 20px;
}
#text_link {
	text-align: center;
	padding-bottom: 10px;
}
#text_link li {
	display: inline-block;
	margin-right: 3px;
}
#text_link li:last-child {
	margin-right: 0px;
}
#text_link li a {
	display: block;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#text_link li a:hover {
	background-color: #B4ADA9;
	color: #FFF;
}
#thumb_link {
	padding-top: 40px;
}
#thumb_link > a {
	width: 55px;
	border: 1px solid #AAA;
	margin-right: 7.5px;
	display: block;
	float: left;
}

#thumb_link > a:hover {
	opacity: 0.7;
}
#thumb_link > a:last-child {
	margin-right: 0px;
}

/***********************
   左メニュー
************************/
#left_wrap {
	padding-top: 30px;	
	padding-bottom: 30px;
}

/***********************
   コンテンツ
************************/
#contents_wrap {
	float: right;
	width: 720px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


/***********************
  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;
}

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


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

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

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

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

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

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

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

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

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

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

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

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


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


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

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%;
}
