@charset "shift_jis";

/*扇寿堂WEBスタイル*/

*{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background-image:url(../img/bg01.gif);
	background-repeat:repeat-y;
	color:#333333;
}

a:link{color:#660066;}
a:active{color:#660066;}
a:visited{color:#660066;}
a:hover{color:#FF0033;}

p {
	font-size:80%;
	line-height:150%;
	margin:10px;
}

.big {font-size:120%; font-weight:bold; color:#660066;}

p.p_right {
	text-align:right;
}

hr {height:1px; color:#CCCCCC; clear:both; margin:3px 30px 3px 40px;}

#container {
	width:750px;
	margin-left:30px;
}


/*ヘッダー*/
#header {width:750px;}


/*メニュー*/
#menu {width:750px; margin-bottom:20px;}


/*パンくず*/
#pan {width:750px; padding:5px 0px 0px 10px; border-bottom:1px dotted #660066; margin-bottom:10px;}

/*グループ*/
#box {width:750px;}


/*新着キャンペーン情報*/
#box01 {width:350px; float:left; margin-left:10px; background-image:url(/img/bg02.jpg); background-repeat:repeat-y;}
#box01 p {margin-left:40px;}


/*新商品入荷情報*/
#box02 {width:350px; float:right; margin-right:10px; background-image:url(/img/bg02.jpg); background-repeat:repeat-y;}
#box02 p {margin-left:40px;}


/*会社概要*/
#box03 {width:700px; margin-top:30px; margin-left:20px; background-image:url(/img/bg02.jpg); background-repeat:repeat-y;}
#box03 p {margin-left:40px;}
.img_left {float:left; margin:10px 10px 10px 40px;}


/*フッター*/
#footer {
	width:750px;
	height:60px;
	text-align:right;
	background-image:url(/img/footer.gif);
	padding-top:10px;
}


/*コンテンツ*/
#contents {width:750px; text-align:center;}
#contents h3 {font-size:100%; text-align:left; border-left:5px solid #660066; padding:5px; margin:30px 25px 0px 25px;}
#contents h4 {font-size:90%; text-align:left; border-left:5px solid #FF0000; padding:5px; margin:30px 50px 0px 35px; border-bottom:1px solid #FF0000;}
#contents p {font-size:80%; text-align:left; line-height:150%; margin:0px 25px 10px 25px;}
#contents p.p_waku {border:1px solid #660066; padding:10px; width:700px; text-align:left;}
#contents p.h4 {font-size:80%; text-align:left; line-height:150%; margin:0px 50px 10px 50px;}

img.img_right {float:right;}
img.img_left2 {float:left; margin-right:10px;}



/*データテーブル*/
table {border-collapse:collapse; margin:20px 0px 20px 0px;}

th {background-color:#663366; color:#ffffff; font-size:80%; border:1px solid #999999; padding:5px;}
td.datacel001 {border-bottom:1px solid #999999; text-align:center; border-left:3px solid #999999; padding:5px;}
td.datacel002 {border-bottom:1px solid #999999; text-align:center; font-size:80%; padding:5px;}
td.datacel003 {border-bottom:1px solid #999999; font-size:75%; padding:5px;}
td.datacel004 img {border:4px solid #ffcccc;}
td.datacel005 {border:1px solid #999999; text-align:center; font-size:90%; padding:5px;}

/*商品紹介*/
td.catcal001 {border:1px solid #660066; vertical-align:top; padding:3px; font-size:75%; line-height:140%;}
td.catcal002 {border:1px solid #660066; padding:3px; text-align:center;}
.title {font-weight:bold; color:#6600CC; display:block; border-bottom:1px solid #cc0000;}

img.obi{margin:20px;}

/*RSS*/
.RSStime {
	font-size:80%;
	line-height:150%;
	margin:5px 5px 5px 10px;
}

.RSStitle{
	font-size:80%;
	line-height:150%;
	border-bottom:1px solid #00596B;
	margin:0px 5px 10px 10px;
}
#contents .p_waku {
	text-align: right;
}


/* ------------------------------
   header slideer
------------------------------ */
.swiper-container {
	width: 750px;
	height: 300px;

}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 750px;
	height: 300px;
}

/* ------------------------------
   loopSlider
------------------------------ */
.areaSlider {
  padding: 0;
}
.loopSlider {
	margin: 0 auto;
	width: 730px;
	height: 150px;
	text-align: left;
}

.loopSlider ul {
	height: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.loopSlider ul li {
  margin: 0;
  padding: 0;
}
.loopSlider ul li img {
	width: auto;
	height: 150px;
}

/*             */
.banner {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.banner li {
  margin: 0 0 10px 0;
  padding: 0;
}
.banner li img {
  width:300px;
  vertical-align: bottom;
  height: auto;
}


