@charset "utf-8"; 


/* ---------------------------------------------------------------------- 

グローバル設定

---------------------------------------------------------------------- */

*html body {  /*IE6&#595;Kp*/
   overflow-y:auto;
}

*+html body {/*IE7&#595;Kp*/
   overflow-y:auto;
}

body {
	margin: 0px;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	overflow-y:scroll;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	padding: 0px;
}

/* フォントサイズ */
.j10 {
	font-size: 10px;
	line-height: 1.4em;
}
.j12 {
	font-size: 12px;
	line-height: 1.6em;
}
.j12h {
	font-size: 12px;
	line-height: 2.0em;
}
.j14 {
	font-size: 14px;
	line-height: 1.6em;
}
.j14h {
	font-size: 14px;
	line-height: 2.0em;
}
.j16 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}
.j18 {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
}
.j24 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
}
.j30 {
	font-size: 30px;
	line-height: 1.0em;
	font-weight: bold;
}

/* テキストリンク */
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #cdcdcd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* 見出し */
h1,h2,h3,h4,h5 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* リスト */
ul,
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}

/* 定義リスト */
dl,dd {
	margin: 0px;
	padding: 0px;
}

/* その他タグ */
p {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
address {
	font-style: normal;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 画像位置 */
.imgLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.imgRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* フォントカラー */

.red {
	color: #FF0000;
}
.blue {
	color: #004fa2;
}
.gray {
	color: #CCCCCC;
}
.green {
	color: #75c5af;
}
.orange {
	color: #f3a21a;
}
.pink {
	color: #f5ded7;
}
.white {
	color: #FFFFFF;
}
.yellow {
	color: #e3cc4d;
}

/* ロールオーバー */

.rollOver a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* ClaerFix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-Mac */

/* */
.clear{
	clear:both;
	height:1px;
}


/* ---------------------------------------------------------------------- 

共通部分

---------------------------------------------------------------------- */

/* ヘッダ */

#Head {
	clear: both;
	float: none;
	padding-top: 10px;
}
#HeadContainer {
	margin: auto;
	width: 960px;
}
#LogoBox {
	float: left;
	width: 700px;
	overflow: hidden;
}
#LogoBox img {
	float: left;
}
#DmBox {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}

#welcomeBox {
	text-align: right;
	float: left;
	font-size: 11px;
	width: 180px;
	padding-top: 4px;
}

#SearchBox {
	text-align: right;
	float: right;
	width: 230px;
}
#SearchBox img {
	padding-bottom: 10px;
	padding-left: 5px;
}
#SearchBox #select {
	width: 225px;
	margin-bottom: 5px;
}
#SearchBox #textfield {
	width: 187px;
}


/* ナビ */

#Navi {
	clear: both;
	float: none;
	margin-bottom: 20px;
    margin-top:100px;
	overflow: hidden;
}
#NaviContainer {
	margin: auto;
	width: 960px;
}
#NaviContainer li {
	float: left;
}

/* メイン部分 */

#Main {
	margin: auto;
	clear: both;
	float: none;
	width: 960px;
	padding-bottom: 60px;
	overflow: hidden;
}

/* コンテンツ部分 */

#Contents {
	float: right;
	padding-bottom: 20px;
	width: 720px;
}
#Contents h2 {
	padding-bottom: 30px;
}

/* 左カラム */

#Left {
	float: left;
	width: 220px;
}
.leftBnrBox01 {
	clear: both;
	float: none;
}
.leftBnrBox01 li {
	padding-bottom: 10px;
}
.leftMenuBox01 {
	margin-bottom: 10px;
}
.leftMenuBox01 dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.leftMenuBox01 li {
	background-image: url(https://img05.shop-pro.jp/PA01315/923/etc/left_point_01.gif?20150403105525);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
}
.leftGuideBox {
	clear: both;
	float: none;
}
.leftGuideBox dt {
	padding-bottom: 10px;
}
.leftGuideBox li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* フッタ */

#Foot {
	clear: both;
	float: none;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	overflow: hidden;
}
#FootContainer {
	margin: auto;
	width: 960px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
#FootContainer .FootBox01 {
	float: left;
	width: 300px;
	padding-right: 30px;
}
#FootContainer .FootBox02 {
	float: left;
	width: 300px;
}
#FootContainer .FootBox01 dt,
#FootContainer .FootBox02 dt {
	font-weight: bold;
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}
#FootContainer .FootBox01 dd,
#FootContainer .FootBox01 dd {
	padding-bottom: 10px;
}


#FootNavi {
	text-align: center;
	background-color: #e0e0e0;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#FootCopyright {
	text-align: center;
	background-color: #f1f1f1;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
}

/* ---------------------------------------------------------------------- 

トップページ

---------------------------------------------------------------------- */

#ViBox {
	clear: both;
	float: none;
	padding-bottom: 20px;
}
.bnrBox01 {
	clear: both;
	float: none;
	padding-bottom: 10px;
}
.bnrBox01 li {
	padding-bottom: 10px;
}
.bnrBox02 {
	clear: both;
	float: none;
	padding-bottom: 20px;
}
#CategoryBtnBox {
	margin: 0 -10px 0 0;
    /zoom: 1;/* for IE6,7 */
	padding-bottom: 20px;
	overflow: hidden;
}
#CategoryBtnBox li {
	margin: 0 10px 0px 0;
	float: left;
}
#TopContainer {
	float: right;
	width: 720px;
}
#TopContainer h2 {
	padding-bottom: 20px;
}

/* 商品画像（大） */

#TopContainer .topItemContainer01 {
	padding-bottom: 40px;
	clear: both;
	float: none;
	overflow: hidden;
}
#TopContainer .topItemBox01 {
	float: left;
	height: 260px;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
        overflow: hidden;
        text-align: center;
}

/*
#TopContainer .topItemBox01 img {
	padding-bottom: 10px;
	height: auto;
	width: 220px;
        overflow: hidden;
}
*/

.itemImgBox01 {
	height: 180px;
	width: 220px;
	padding-bottom: 10px;
	overflow: hidden;
        text-align: center;
}
.itemImgBox01 img {
	height: 180px;
	width: auto;
	overflow: hidden;
        text-align: center;
}

/* 商品画像（小） */

#TopContainer .topItemBox02 {
	float: left;
	height: 250px;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
        text-align: center;
}
/*
#TopContainer .topItemBox02 img {
	padding-bottom: 10px;
	height: auto;
	width: 160px;
}
*/
.itemImgBox02 {
	height: 120px;
	width: 150px;
	padding-bottom: 10px;
	overflow: hidden;
        text-align: center;
}
.itemImgBox02 img {
	height: 120px;
	width: auto;
	overflow: hidden;
}

/* お知らせ */

#TopContainer .topNewsBox {
	clear: both;
	float: none;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	height: 580px;
	overflow: auto;
}
#TopContainer .topFBBox {
	clear: both;
	float: none;
        width: 720px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
        text-align: center;
}

/* ---------------------------------------------------------------------- 

ぱんくず

---------------------------------------------------------------------- */

.rootBox {
	font-size: 11px;
	clear: both;
	float: none;
	padding-bottom: 20px;
}

/* ---------------------------------------------------------------------- 

商品一覧、商品詳細、検索結果共通部分

---------------------------------------------------------------------- */

.sortBox {
	text-align: right;
	padding-bottom: 25px;
	clear: both;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
}
/*.sortBox img {
	padding-left: 5px;
}*/

.pagerBox {
	clear: both;
	float: none;
	padding-bottom: 25px;
	text-align: center;
}
.pagerBox a {
	clear: both;
	float: none;
	padding-bottom: 25px;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- 

華市松とは

---------------------------------------------------------------------- */

.aboutContainer01 {
	clear: both;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 40px;
}
.aboutContainer01 h3,h4 {
	padding-bottom: 40px;
}

.aboutContainer01 .aboutLeadBox01 {
	clear: both;
	float: none;
	padding-bottom: 70px;
	background-image: url(https://img05.shop-pro.jp/PA01315/923/etc/about_lead_01.jpg?20150409154408);
	background-repeat: no-repeat;
	height: 643px;
	width: 690px;
	text-indent: -9999px;
}
.aboutContainer01 .aboutLeadBox02 {
	clear: both;
	float: none;
	padding-bottom: 70px;
	background-image: url(https://img05.shop-pro.jp/PA01315/923/etc/about_lead_02.gif?20150415080732);
	background-repeat: no-repeat;
	height: 222px;
	width: 690px;
	text-indent: -9999px;
}
.aboutContainer01 .aboutBox01 {
	clear: both;
	float: none;
	padding-bottom: 40px;
	overflow: hidden;
}
.aboutContainer01 .aboutBox01  .innerImgBox {
	float: left;
	padding-right: 20px;
}
.aboutContainer01 .aboutBox01 dt {
	padding-bottom: 20px;
}
.aboutContainer01 .aboutBox02 {
	margin: 0 -10px 0 0;
    /zoom: 1;/* for IE6,7 */
	padding-bottom: 10px;
	overflow: hidden;
}
.aboutContainer01 .aboutBox02 li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* ---------------------------------------------------------------------- 

お買い物案内

---------------------------------------------------------------------- */

.guideContainer01 {
	clear: both;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
.guideContainer01 h3 {
	padding-bottom: 30px;
}
.guideBox01 {
	clear: both;
	float: none;
	padding-bottom: 40px;
}
.guideContainer01 .guideBox01 li {
	padding-bottom: 30px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 25px;
}
.guideInnerContainer01 {
	margin: 0 -30px 0 0;
    /zoom: 1;/* for IE6,7 */
	padding-bottom: 40px;
	overflow: hidden;
}
.guideInnerContainer01 .guideInnerBox {
	float: left;
	padding-right: 30px;
	width: 330px;
}
.guideInnerContainer01 .guideInnerBox dt {
	background-color: #EFEFEF;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- 

よくあるご質問

---------------------------------------------------------------------- */

.faqContainer01 {
	clear: both;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
}
.faqQBox {
	background-image: url(https://img05.shop-pro.jp/PA01315/923/etc/faq_q.gif?20150410100243);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
}
.faqABox {
	background-image: url(https://img05.shop-pro.jp/PA01315/923/etc/faq_a.gif?20150410100259);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: none;
	padding-top: 8px;
	padding-bottom: 40px;
	padding-left: 45px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
}

/* ---------------------------------------------------------------------- 

LIGHTBOX

---------------------------------------------------------------------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(https://file001.shop-pro.jp/PA01315/923/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://file001.shop-pro.jp/PA01315/923/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://file001.shop-pro.jp/PA01315/923/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* ---------------------------------------------------------------------- 

内祝いギフト

---------------------------------------------------------------------- */

.giftContainer01 {
	clear: both;
	float: none;
	padding-right: 10px;
	padding-left: 20px;
	overflow: hidden;
}
.giftTiBox {
	float: left;
}
.giftBox01 {
	float: right;
	width: 575px;
	font-size: 14px;
}
.giftBox01 h4 {
	padding-bottom: 20px;
}
.giftInnerBox01 {
	clear: both;
	float: none;
	padding-bottom: 40px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------- 

ラッピング

---------------------------------------------------------------------- */

.wrapContainer01 {
	clear: both;
	float: none;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	padding-bottom: 40px;
}
.wrapContainer01 h3,
.wrapContainer01 h4 {
	padding-bottom: 20px;
}
.wrapInnerBox {
	padding: 25px 25px 15px;
	clear: both;
	float: none;
	border: 2px solid #E3E3E3;
}

/* ---------------------------------------------------------------------- 

かやのふきん

---------------------------------------------------------------------- */

#Kaya {
	font-size: 14px;
}
#Kaya .kayaContainer01 {
	clear: both;
	float: none;
	padding-bottom: 40px;
}
#Kaya h2 {
	padding-bottom: 25px;
}
#Kaya h3 {
	padding: 0px 0px 25px;
	background-color: #FFF;
	margin-bottom: 0px;
}
#Kaya .innerBox01 {
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
}
#Kaya .innerBox02 {
	clear: both;
	float: none;
	padding-bottom: 50px;
	padding-left: 30px;
}
