﻿@charset "UTF-8";

/*----------------------------------------------------------------------
	Nihonhyakkadou (since 2008/08/18)
	created by K.Hayata

	index.css
------------------------------------------------------------------------*/

/* 衣料品
------------------------------------------------------------------------*/

#clothes {
margin-bottom: 1em;
}
#clothes h1 {
padding: 0.2em 0;
font-size: 2.5em;
line-height: 1.2;
font-weight: bold;
color: #FE0000;
border-bottom: 2px dashed #FE0000;
}
#clothes .box1 {
display: flex;
flex-flow: row-reverse wrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 2em;
}
#clothes .box1 img {
width: 48%;
}
#clothes .box1 p {
width: 48%;
text-align: justify;
}
#clothes h2 {
margin-top: 2em;
padding-left: 0.5em;
font-size: 1.2em;
font-weight: bold;
border-left: 5px solid #FE0000;
}
#clothes .box2 {
width: 100%;
}
#clothes .box2 img {
width: 100%;
}

div#categoryTit {
	width: 550px;
	margin-bottom: 20px;
}

div#categoryBox {
	witdh: 550px;
}

div#categoryBox div#categoryImg {
	width: 550px;
	margin-bottom: 12px;
	_margin-bottom: 11px; /*IE6対策*/
}

div#categoryBox p {
	width: 550px;
	margin-bottom: 27px;
	_margin-bottom: 26px; /*IE6対策*/
}

div#kaitoriCnt {
	width: 550px;
	padding-bottom: 10px;
}

div.kaitoriBox {
	width: 550px;
	margin-top: 20px;
}

div.kaitoriBox div.kaitoriBoxTit {
	width: 550px;
	margin-bottom: 10px;
}

div.kaitoriBox div.kaitoriBoxTxt {
	width: 516px;
	padding: 13px 17px 12px;
	color: #666666;
	background-color: #f4f4f4;
}
