@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #b15a5e; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #b15a5e; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #b15a5e; /* キーカラーを指定 */
}

.picture{
	margin-bottom: 0px !important;
}

.picture img{
	margin-bottom: 0px !important;
}

.name{
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #494544;
}

.comment{
	font-size: 90% !important;
	background-color: #eee2d3;
	padding: 20px;
	border-radius: 30px;
}

.prof{
	display:block;
	font-size: 80%;
	color: #666;
	border-top: dotted 2px;
	border-top-color: currentcolor;
	border-color: #666;
	margin-top: 10px;
	padding-top: 10px;
}



.head {
    font-weight: bold;
    text-align: center;
    width: 1000px;

    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 15px;
    background-color: #fffccc;
    display: block;
    border: 1px solid #c10000;
    letter-spacing: 1px;
	margin-top: 40px;
margin-bottom: 40px;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.picture{
	padding: 0 30px;
}

.name{
	margin: 0 30px;
}

.head{
	width: 95%;
}

}/* Media Query for SmartPhone */