@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
background-color: #00608d;
color: #FFF;
}

/*内容：メイン画像・新着情報
-----------------------------------------*/
#slide {
margin: auto;
height: 400px;
width:800px;
}

#main {
background: url('../common/img/main-back.png') no-repeat center top;
position: relative;
height: 305px;
margin-bottom: 40px;
}
#main section {
width: 268px;
height: 275px;
position: absolute;
right: 20px;
top: 30px;
}


#main section h1 {
background: #00608d url('../common/img/icon1.png') no-repeat 5px center;
color: #FFF;
font-size: 16px;
padding: 1px 0 0 25px;
height: 29px;
line-height: 30px;
}
#main section a {
text-decoration: none;
}
#main section article {
padding: 10px 5px 8px 5px;
border-bottom: 1px dotted #959595;
}
#main section h2 {
background: url('../common/img/icon3.png') no-repeat 5px .1em;
color: #630;
font-size: 14px;
line-height: 1.1;
padding: 0 0 0 20px;
}
#main section p {
color: #666;
font-size: 12px;
line-height: 1.4;
margin: 5px 0 0 20px;
}
#main section a:hover p {
text-decoration: underline;
}
#main section time {
color: #999;
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
}
#main img {
position: absolute;
left: 40px;
top: 30px;
}

#info {
position: relative;
left: 614px;
top: -349px;"
background: url('../common/img/main-back.png') no-repeat center top;
position: relative;
width: 300px;
height: 305px;
margin-bottom: 40px;
}

#info section h1 {
background: #00608d url('../common/img/icon1.png') no-repeat 5px center;
color: #FFF;
font-size: 16px;
padding: 1px 0 0 25px;
height: 29px;
line-height: 30px;
border-bottom: 2px solid #CCC;
position: relative;
}
#info section a {
text-decoration: none;
}
#info section article {
padding: 10px 5px 8px 5px;
border-bottom: 1px dotted #959595;
}
#info section h2 {
background: url('../common/img/icon3.png') no-repeat 5px .1em;
color: #630;
font-size: 14px;
line-height: 1.1;
padding: 0 0 0 20px;
}
#info section p {
color: #666;
font-size: 12px;
line-height: 1.4;
margin: 5px 0 0 20px;
}
#info section a:hover p {
text-decoration: underline;
}
#info section time {
color: #999;
font-size: 10px;
line-height: 1.1;
text-align: right;
display: block;
}
#info img {
position: absolute;
left: 40px;
top: 30px;
}


/*商品情報（Pick up & 人気商品）
-----------------------------------------*/
#products {
margin: 0 20px 50px 20px;
}
#products:after {
content: "";
display: block;
clear: both;
}
*+html #products {
min-height: 1px;
}

/*Pick up
-----------------------------------------*/
#pickUp {
background: #E3D8BD;
float: left;
padding: 10px 20px 15px;
}
#pickUp h1 {
background: #5A4C49 url('common/img/icon2.png') no-repeat 5px center;
color: #FFF;
font-size: 16px;
padding: 0 0 0 30px;
margin-bottom: 10px;
height: 25px;
line-height: 25px;
width: 4.5em;
}
#pickUp article {
margin-bottom: 1em
}
#pickUp a {
color: #666;
}
#pickUp img {
display: block;
border: 1px solid #FFF;
}
#pickUp p, #pickUp h2 {
width: 265px;
font-size: 14px;
}
#pickUp h2 {
margin: .5em 0 0;
}
#pickUp p {
line-height: 1.4;
}
#pickUp a {
text-decoration: none;
}
#pickUp a:hover p {
text-decoration:underline;
}

/*人気商品
-----------------------------------------*/
#newItem {
width: 580px;
float: right;
margin-right: -10px;
}
#newItem h1 {
background: #00608d url('common/img/icon1.png') no-repeat 5px 8px;
color: #FFF;
font-size: 16px;
padding: 2px 0 0 25px;
width: 530px;
height: 32px;
line-height: 30px;
}
#newItem h1 small {
font-size: 10px;
position: absolute;
height: 30px;
right: 10px;
}
#newItem h1:after {
content: "";
display: block;
height: 0;
overflow: hidden;
border-bottom: 2px solid #FFF;
margin-left: -25px;
}
#newItem article {
margin: 20px 25px 20px 0;
float: left;
width: 265px;
min-height: 100px;
position: relative;
}
#newItem a {
color: #666;
}
#newItem img {
display: block;
position: absolute;
}
#newItem p, #newItem h2 {
font-size: 14px;
margin-left: 115px;
}
#newItem h2 {
margin-bottom: .5em
}
#newItem p {
line-height: 1.4;
}
#newItem a:hover p {
text-decoration: underline;
}
#newItem hr {
width: 560px;
margin-right: 40px;/*IE9-7用*/
}



