﻿@charset "utf-8";

/* ===================================================================
CSS information
file name  :main.css
EC-CUBE ver:2.4.4
Author     :shiro8.net
Author URL :http://www.shiro8.net
style info :トップページ
=================================================================== */

/* FLASH
----------------------------------------------- */
div#flasharea {
height:auto;
margin-bottom:10px;
clear:both;
position:relative;
text-align:center;
}

div#flasharea img{
display:block;
}

/*--1カラム--*/
div#one_maincolumn div#flasharea{
width:950px;
}
/*--2カラム--*/
div#two_maincolumn div#flasharea{
width:750px;
}
/*--3カラム--*/
div#three_maincolumn div#flasharea{
width:580px;
}

/* キャンペーン
----------------------------------------------- */
div.cpblock {
width:180px;
margin:4px;
padding:0 5px;
text-align:center;
float:left;
}

div.cpblock .in_cart {
clear:both;
margin:5px 0;
padding:10px 8px;
background:#F6F5EF;
min-height:55px;
}

div.cpblock dl{
clear:both;
text-align:left;
margin-bottom:5px;
}

div.cpblock dt {
float:left;
display:inline;
padding:2px 0;
/* フォントサイズリセット
font-size:93%; */
letter-spacing:0;
width:3.5em;
}

div.cpblock dd {
padding:2px 0;
text-align:left;
}

div.cpblock .cartbtn {
clear:both;
text-align:center;
padding:5px 0 0 0;
}

div.cpblock .cartbtn img {
display:block;
margin:0 auto;
}

/* アンケート
----------------------------------------------- */
#inquiry{
padding:10px 50px;
}

#inquiry h2#title {
color:#660000;
margin:0 0 20px 0;
padding:0 0 0 30px;
line-height:40px;
/* フォントサイズリセット
font-size:116%; */
font-weight:bold;
display:block;
clear:both;
padding:0 0 0 30px;
background:url(../img/common/bg_ttl1.gif) no-repeat;
}

#inquiry h3.question{
margin:15px 0 5px 0;
}

#inquiry table{
width:760px;
margin:10px 0;
}

#inquiry th,#inquiry td{
padding:6px 8px;
}

#inquiry .answer td{
border:0;
}
