@charset "utf-8";

/*=================================================
 * 検索スタイル
 * ================================================= */

input[type="text"] {
width: 100px;
}

select {
margin-right: 5px;
}

/*=================================================
 * 今月の特集スタイル
 * ================================================= */

#special {
width: 100%;
}

.special-menu {
color: #993401;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeee), color-stop(50%, #ecead1), color-stop(50%, #dfdbb6), to(#edebd6));
text-shadow: 0 1px #ffffff;
}

.special-mark {
padding-left: 10px;
width: 10%;
}

.special-item1,.special-item2 {
font-weight: bold;
width: 40%;
text-align: center;
}

.special-mark,.special-item1,.special-item2  {
border-bottom-color: #c6ba97;
border-bottom-style: solid;
border-bottom-width: 1px;
}

.special-item1 {
border-right-color: #c6ba97;
border-right-style: solid;
border-right-width: 1px;
}

th {
background-color: #993401;
font-size: 18px;
padding-top: 5px;
padding-bottom: 5px;
color: #ffffff;
}

#special td a {
display: block;
}

/*=================================================
 * カテゴリスタイル
 * ================================================= */

#wrap {
margin-left: 10px;
margin-top: 5px;
text-align: center;
}

h3.line-two,h3.line-one {
font-size: 13px;
font-weight: normal;
line-height: 1.1;
}

h3.line-two {
margin-top: 3px;
}

h3.line-one {
margin-top: 12px;
}

.category {
float: left;
width: 78px;
height: 85px;
color: #993401;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeee), to(#dfdbb6));
text-shadow: 0 1px #ffffff;
border-color: #c6ba97;
border-style: solid;
border-width: 1px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: block;
text-align: center;
margin-right: 9px;
margin-bottom: 10px;
padding-left: 6px;
padding-right: 8px;
padding-top: 5px;
}