/* CSS Document */

/*-----------------------------
  共通ベース
 ----------------------------*/

h1 {font-size:10px; color: #873129;}
h3 {font-size: 27px; color: #990033; line-height: 140%;}
h4 {font-size: 20px; color: #CC0000; line-height: 140%;}

td {font-size: 83%;}

img {border: none;}


p {font-size: 12px;line-height: 200%; font-weight: normal; margin: 0px;
padding: 0px;}


#main {
	width:700px;
　　　　 text-align: center;
         margin-left: auto;
	margin-right: auto;
}
#main a {line-height: 160%;font-weight: bold;color: #660000;
 text-align: right;
}


#main2 {
	width:700px;
         text-align: center;
         margin-left: auto;
	margin-right: auto;
}
#main2 a {font-size: 18px;line-height: 160%;font-weight: bold;color: #660000;
 text-align: right;
}



#box1 {
width:598px;
height: 400px;
border: 1px dotted #CCCCCC;
}


.contents {
	width: 600px;
　　　　　text-align: center;

}

#cont01 {
padding: 0;
width: 300px;
height: 100%;
text-align: left;
}

#cont01 .left {
float: left;
margin-right: 10px;
}

#cont03 {
	padding: 10px 10px 10px 0px;
	width: 630px;
	text-align: left;

}

#cont03 p{
	text-align:justify;
	text-justify:inter-ideograph;
	padding: 0px;
	margin-top: 10px;
	font-size: 15px;
}
	
#cont03 .right {
	float: right;
	text-align: right;
	font-size: 10px;
}

#cont03 .left {
	float: left;
	margin-right: 20px;
}

*.floatclear{clear: both;}

/*-----------------------------
  新共通ベース
 ----------------------------*/

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, li, h3, h4, h5, h6, pre, form, blockquote{
	margin: 0;	padding: 0;
}

table {
	text-align:left;
	border: 0px none;
}

q:before ,q:after	{
	content: '';
}

h1 {
	font-size: 10px;
	margin: 0;
}

h2, h3, h4, h5, h6	{
	font-size: 100%;
	margin: 0;
}
img, abbr, acronym, fieldset	{
	border: 0px;
}


ul,li,dl,dt,dd{ list-style:none; }

a{ outline:none;}
a:focus{ overflow:hidden; outline:none;}
a:link    { color: #42301E;}    
a:visited { color: #42301E;}   
a:hover   { color: #CC6600;} 
a:active  { color: #CC6600; outline: none;} 

a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}
 



*{zoom:1;}


body {
    width:100%;
	font-family:""ＭＳ Ｐゴシック", "MS PGothic", ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,sans-serif;
　　font-size: 75%; /* IE */
	line-height: 160%;
	color: #333333;
	min-width: 950px;
	
}

html>/**/body {
	font-size: 13px; /* Except IE */

}
* + html body {
	font-family: "CI","Meiryo";
}

#wrapper {
	width:100%;
	height: auto;
         background-image: url(/site/top_image/wrap_back.jpg);
         margin:0 auto;
	position : relative ;
	overflow: hidden; 

}

/*-----------------------------
  Text
 ----------------------------*/

p {line-height: 180%;}

.bol {color: #990000;}

.red {color: #CC0000}


.t10{font-size: 10px;}

.gr_t10{
	font-size: 10px;
	color: #CCCCCC;
}

.t14{
	font-size: 14px;
	line-height: 180%;
	margin-top: 10px;
}

.t26 {
	font-size: 26px;
	line-height: 150%;
	color: #CC0033;
	padding-top: 50px;
	padding-left: 30px;
	text-align: center;
}
.t30 {
	font-size: 30px;
	line-height: 150%;
	color: #CC0033;
	padding-top: 50px;
}


.t_right{
	float: right;
	clear: right;
}

.tx_border {
border-bottom: 1px dotted #CCCCCC;
line-height: 180%;

}



/*-----------------------------
  Img
 ----------------------------*/
 

.img_right {
	float: right;
	clear: right;
	width: 250px;
	margin-left: 30px;
}

.img_left {
	float: left;
	clear: left;
	width: 250px;
	margin-right: 30px;
}

.img_right_02 {
	float: right;
	clear: right;
	width: 600px;
	margin-left: 50px;
}




/*-----------------------------
  Header
 ----------------------------*/


#header {
	width:960px;
	margin:0 auto;
	height: 118px;
	background-image: url(/site/top_image/head_back.jpg);
	background-repeat: no-repeat;
}

#header .logo{
	float: left;
}



/*-----------------------------
  HeadNavi
 ----------------------------*/



#head_navi {
	width: 560px;
	height: 33px;
	float: right;
}
#head_navi ul {
	width: 560px;
	height: 33px;
         margin: 0;
}
#head_navi li {
	display:inline;
	margin: 0;
	height: 33px;
	width: 108px;
	overflow:hidden;

}

/*-----------------------------
  MainNavi
 ----------------------------*/


#menu {
	width:100%;
	margin:0 auto;
　　     height: 40px;
	background-image: url(/site/top_image/menu_back40.jpg);
	overflow: hidden;
	
}

#navi {
	width:960px;
	height: 40px;
	margin:0 auto;

}
#navi ul {
	height: 40px;
	width: 960px;
	margin: 0;
}
#navi li {
	display:inline;
	margin: 0;
	width: 145px;
	height: 40px;


}


/*-----------------------------
  MainContents
 ----------------------------*/

#contents {
	width: 700px;
	height: auto;
         background-color: #FFFFFF;
         margin:0 15px 0 auto;
	padding: 0px 10px 10px;
	background-repeat: repeat;
	float: right;

}

#contents h1 {
	margin: 10px 0;
}

#contents h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

#contents h3 {
	line-height: 180%;
}

#contents .title {
	font-size: 18px;
	font-weight: bold;
	padding: 40px 0 10px;
}


#contents li {
　　margin:0 0px 10px 5px;

}



/*-----------------------------
  Footer
 ----------------------------*/

#information {
	width:960px;
	height: 750px;
         text-align: left;
         margin:0 auto 70px auto;
	background-color: #FFFFFF;
	padding: 70px 0 0px 0; 
	overflow: hidden;

}

#information .info {
	width:480px;
	margin:0 auto;
	background-color: #FFFFFF;
	float: left;
}
#information p {
	margin:0 0px 0 15px;
	line-height: 150%;
}

#footer {
	width:100%;
	height: auto;
　　　　 text-align: left;
　　　　 background-color: #FBF0EB;
	min-width:960px;
	clear : both ;
}


#footertop {
	width:960px;
         text-align: left;
         margin:0 auto;
         display: inline-table;

}

#footertop ul {
	width:170px;
	height: 170px;
	margin:0 0 0px;
	padding:10px;
	float:left;
	border-right: 1px dotted #999999;

}

#footertop li{
	list-style-type:none;
         margin:0 0 8px;

}


#footertop .title {
	font-size: 12px;
	font-weight: bold;
	margin:0 0 10px;

}

#footerbt {
	width:100%;
	height: 50px;
	padding:10px;
	border-top: 1px dotted #999999;
	background-color: #EAD0C1;


}

#footerbt_inner {
	width:960px;
         text-align: left;
         margin:0 auto;


}
#footerbt ul {
    margin:10 0 10px;

}
#footerbt li {
	display:inline; 
	padding-right:1em; 


}


/*-----------------------------
  SideNavi
 ----------------------------*/


#sidenavi {
	width:210px;
	height: auto;
	margin:0 20px 5px 5px;
	background-color: #FFFFFF;
	float:left;
	
}

#sidenavi p {
	padding-left: 5px;
	padding-top: 5px;
}

#sidenavi ul {
	width:188px;
	height: auto;
	padding:10px;
	float:left;
	margin: 0;
}

#sidenavi li{
	list-style-type:none;
	margin:0 0 8px;
	
}

#sidenavi_item {
	width:210px;
	height: auto;
	margin:0 0 5px 5px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
}

#sidenavi_item a:link  {
	text-decoration: none;

}
   
#sidenavi_item a:visited {text-decoration: none;}   
#sidenavi_item a:hover   {
	color: #CC6600;

} 
#sidenavi_item a:active  { color: #CC6600;} 


#sidenavi_item p {
	padding-left: 5px;
	padding-top: 5px;
}

#sidenavi_item ul {
	width:200px;
	height: auto;
         line-height: 180%;
         padding:5px;
	float:left;
	margin: 0;
}

#sidenavi_item li{
	list-style-type:none;
	margin:0 0 8px;
	
}

#sidenavi_rank {
	width:210px;
	height: auto;
	margin:0 0 10px 5px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	overflow:auto;
}

#sidenavi_rank p {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#side_b {
	width:210px;
	height: auto;
	margin:0 0 10px 2px;
	background-color: #FFFFFF;
	float:left;

}

#side_b p {
	padding: 10px;

}


#sidenavi .title {
	font-size: 12px;
	font-weight: bold;
	margin:0 0 10px;
	padding-left: 3px;

}

#sidenavi .s_item {
	font-size: 12px;
	margin:0 0 5px 10px;
	padding-left: 3px;

}






/*-----------------------------
  class
 ----------------------------*/

.ad {
width: 760px;
}

.sidenavi {
border: solid;
border-color:#CECECE;
border-width:1px;
}

.bgc {background-color: #F3F3E4;}

.t30 {
	padding-left: 50px;
}

.bl {
	color: #000299;
text-decoration: underline;
}



.ul02 {
	font-size: 12px;
	line-height: 180%;
}

.ul_doko {
font-size: 12px;
list-style-type: none;
line-height: 150%;
padding-top: 60px;
}

.li_doko  {
line-height: 160%;
padding-bottom: 10px;
}

.ul_tabe {
	font-size: 12px;
	list-style-type: none;
	line-height: 150%;
}
.li_tabe  {
	padding-bottom: 20px;
	margin-left: 30px;
	line-height: 160%;
}
.g_rec {
	font-size: 12px;
	line-height: 180%;
	background-color: #EFEDDA;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
}

/*-----------------------------
  classtext
 ----------------------------*/

.en {
font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
font-size: 8pt;
line-height: 180%;
color: #222222;
}

.s {
font-size: 13px;
line-height: 140%;
color: #666666;
font-weight: normal;
}

.ss {
font-size: 7pt;
line-height: 140%;
color: #222222;
}

.f11r {
font-size: 11pt;
line-height: 140%;
color:#E10A0F;
}

.f16 {
font-size: 16pt;
line-height: 125%;
color: #222222;
}

.pageti{
font-size: 36px;
font-family:ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
}

.chalink {
font-size: 12px;
line-height: 150%;
color: #58310c; underline;color: #58310c;

}

.cha{
font-size: 12px;
line-height: 150%;
color: #58310c;
}

.red {
color: #FF0000;
} 
.red2{
color: #FF0000;
font-weight: bold;

} 


.gr {
font-size: 14px;
font-weight: bold;
color: #006666;
}
.b {font-size: 40px;font-weight: bolder;color: #FF0000;padding-top: 20px;padding-right: 0px;padding-bottom: 20px;padding-left: 0px;line-height: 150%;}

.b2 {font-size: 45px;font-weight: bolder;color: #006666;padding-top: 20px;padding-right: 0px;padding-bottom: 20px;padding-left: 0px;line-height: 150%;}

.tx {font-size: 24px;line-height: 160%;font-weight: bold;color: #663300;}

.r {text-align: right;}

.name {font-size:25px; color: #660000; padding-top: 10px; line-height: 160%; font-weight: bold;}

.t10 {
font-size: 10px;
line-height: 130%;
color: #663300;
font-weight: normal;
}

.t12 {
font-size: 12px;
line-height: 130%;
color: #663300;
font-weight: normal;
}

.point {
	color: #FF6600;
}

.underbar {
font-size: 14px;
line-height: 150%;
color: #663300;
margin: 0px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
}

/*-----------------------------
  classtable
 ----------------------------*/

.table_p {
border: 1px solid #CECECE;
color: #362D25;
background-color: #F8F4F3;

}
.td01 {
font-size: 12px;
line-height: 200%;
height: 287px;
padding-left: 30px;
padding-top: 0px;
}

.td011 {
padding-left: 25px;
}

.td02 {
font-size: 12px;
line-height: 200%;
height: 197px;
padding-left: 300px;
padding-top: 0px;
}

.ep {
font-size: 13px;
padding-left: 50px;
padding-top: 20px;
line-height: 200%;
}

.left {
 float:left;
}


/*-----------------------------
  lineup
 ----------------------------*/

#box {
 width:630px;

}
#box div {
	width:298px;
	margin:0 10px 10px 0;
	font-size: 10px;
	line-height: 130%;
	color: #663300;
	font-weight: normal;
	text-align: left;
}

#box .box1 {
	float:left;
	width: 298px;
}

#box .box2 {
	margin-right:0;
	float:left;
	padding-top: 45px;
}

#box .box3 {
　　clear:both;
	float:left;
	}
#gift_lineup {
	width:600px;
	font-size: 12px;
         line-height: 150%;

}

#gift_lineup div {
	width:140px;
　　　　 margin:0;
	padding-right: 5px;
         text-align: left;

}

/*-----------------------------
  lineup2
 ----------------------------*/
#lineup {
padding-top: 10px;
padding-bottom: 10px;
width: 700px;


}

.left {
float:left;
text-align: left;
font-size: 12px;
line-height: 160%;
}
.border {
border-bottom: 1px dotted #CCCCCC;
line-height: 180%;

}

/*-----------------------------
  商品カート部分
 ----------------------------*/

.table_k {
	border: 1px solid #DADACD;
	color: #362D25;
}
.td {background-color: #FEEBE4;}

.td_w {
	background-color: #FFFFFF;
	border: 1px solid #DADACD;
	line-height: 150%;
}

#cont02 {
padding: 0;
width: 300px;
height: 100%;
text-align: left;
}

#cont02 .left {
float: left;
margin-right: 10px;
}
*.floatclear{clear: both;}

#review {
	width:600px;
	height: 100%;
}

#review1 {
	width:598px;
	height: 400px;
	border: 1px dotted #CCCCCC;
}

/*-----------------------------
  box
 ----------------------------*/

#sho {width:600px;}
#sho p {
margin:10px;
line-height:150%;
font-size: 12px;
text-align: left;
}
#sho div {
 width:279px;
 min-height:30px;
 height:auto !important;
 height:30px;
 margin:0 10px 10px 0;
 border:1px dotted #ccc;
}
#sho .box1 {
float:left;
width: 279px;
margin-left: 10px;
}
#sho .box2 {
margin-right:0;
float:left;
width: 279px;
}
#sho .box3 {
margin-left: 10px;
float:left;
width: 279px;
}
#sho .box4 {
margin-right:0;
float:left;
width: 279px;
}
#sho .box5 {
margin-left: 10px;
float:left;
width: 279px;
margin-bottom: 0px;
}
#sho .box6 {
margin:0;
float:left;
width: 279px;
}
.shouhin {
text-align: right;
font-size: 12px;
color: #663300;
font-weight: normal;
text-decoration: underline;
}

/*-----------------------------
 福袋
  ----------------------------*/

#fuku {
	width: 730px;
	height: auto;
	margin:0 15px 0 auto;
	padding: 0;
	background-repeat: repeat;
	float: right;
	background-image: url(/site/fukubukuro/fuku_back.gif);
}

#fuku h2 {
	color: #FFFFFF;
}

#fuku p {
	color: #FFFFFF;
}

#yakusoku {
	width: 700px;
	height: auto;
	margin: 50px 0;
	background-image: url(/site/501/yakusoku_02.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	text-align: right;	

}

#hyou_contents {
	width: 650px;
	margin:20px auto 0px;
	padding: 15px;
	border: 1px dotted #EEEEEE;

}

#hyou_contents h2 {
	height: 40px;
	background-image: url(/site/img/basic/qa_h2_back.gif);
	background-repeat: no-repeat;
	padding:10px 0 0 40px;
}


#hyou_contents p{
	padding:5px 0px 10px 20px;
line-height: 180%;

}


#hyou_contents li{
	padding:5px 0px 10px 20px;
line-height: 180%;

}
