/* CSS Document */

/*-----------------------------
  新共通ベース
 ----------------------------*/
 
*{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";
}
html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, li, h3, h4, h5, h6, pre, form, blockquote{
	margin: 0;	padding: 0;
}



q:before ,q:after	{
	content: '';
}

h1 {
	font-size: 10px;
	margin: 0;
}

h2, h3, h4, h5, h6{font-size: 100%;}


p {
font-size: 13.5px;
line-height: 200%; 
font-weight: normal; 
margin: 10px 0px;

}

table {
	text-align:left;
	border: 0px none;
}

td {font-size: 83%;}

img {border: none;}
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;
}
 


#wrapper {
width:100%;
height: auto;
background-image: url(/site/top_image/wrap_back.jpg);
margin:0 auto;
position : relative ;
overflow: hidden; 
}

#text{
width:700px;
text-align: left;
}


/*-----------------------------
  共通ベース
 ----------------------------*/


#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:730px;
         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;
}

#main3 {
	width:980px;
         text-align: center;
         margin-left: auto;
	margin-right: auto;
}
#main3 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;}



/*-----------------------------
  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;
}
.img_right_03 {
	float: right;
	clear: right;

}




/*-----------------------------
  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: 600px;
	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;
	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;

}

#contents01 {
width:730px;
margin:0 8px 0px 0px;
text-align: center;
background-image: url(/site/604m/back.gif);
background-repeat: repeat-y;
float: right;

}
#contents02 {
width:730px;
margin:0 15px 0 auto;
text-align: center;
background: #330000;
float: right;

}


/*-----------------------------
  Footer
 ----------------------------*/

#information {
	width:960px;
	height: 850px;
         text-align: left;
         margin:0 auto 60px 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;
         font-weight: bold;
	
}

#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: 200%;
	background-color: #EFEDDA;
	padding: 10px;
	width: 300px;
	height: auto;
	margin-bottom: 50px;
}
/*-----------------------------
  classtext
 ----------------------------*/
.bol {color: #990000;}
.red {color: #CC0000}
.red2 {color: #CC0000; margin: 0px 0px 30px 30px;}

.point {color: #FF6600;}
.r {text-align: right;}

.gr_t10{font-size: 10px; color: #CCCCCC;}

.t10 {font-size: 10px;}
.t14 {font-size: 14px; line-height: 180%; margin-top: 10px;}
.t16 {font-size: 16px; line-height: 180%; margin-top: 10px;}
.t26 {font-size: 26px; line-height: 150%; color: #CC0033;　padding: 50px 0px 0px 30px; }
.t26_02 {font-size: 26px; color: #CC0033;}
.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%;

}


.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;
}

.f16 {
font-size: 16pt;
line-height: 125%;
color: #222222;
}

.chalink {
font-size: 12px;
line-height: 150%;
color: #58310c; 
underline;color: #58310c;

}

.cha{
font-size: 12px;
line-height: 150%;
color: #58310c;
}


.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;}



.name {font-size:25px; color: #660000; padding-top: 10px; line-height: 160%; font-weight: bold;}


.underbar {
font-size: 14px;
text-align:left;
line-height: 150%;
color: #663300;
margin: 0px;
padding: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
}

.red_30 {
font-size: 30px;
font-weight: bold;
color: #FF0000;
}

#text{
width:700px;
text-align: left;
}

/*-----------------------------
  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%;
}


/*-----------------------------
  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:700px;
	font-size: 12px;
         line-height: 150%;

}

#gift_lineup div {
	width:160px;
　　　　 margin:0;
	padding-right: 5px;
         text-align: left;

}

/*-----------------------------
  lineup2
 ----------------------------*/
#lineup {
padding-top: 10px;
padding-bottom: 10px;
width: 700px;


}
#lineup2 {
	width: 690px;
	margin:0 auto 10px;
	padding-left: 5px;

}

.tb_3_left {
	width: 200px;
	text-align: left;
	line-height: 180%;
	float:left;
    padding: 10px;
}


.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%;
}
.td_p {
background-color: #FEEBE4;
width: 75px;
text-align: center;
}



#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:700px;}
#sho p {
margin:10px;
line-height:150%;
font-size: 12px;
text-align: left;
}
#sho div {
 width:300px;
 min-height:30px;
 height:auto !important;
 height:30px;
 border:1px dotted #ccc;
}
#sho .box1 {
float:left;
margin-left: 10px;
}
#sho .box2 {
margin-right:0;
float:left;
}
#sho .box3 {
margin-left: 10px;
float:left;
}
#sho .box4 {
margin-right:0;
float:left;
}
#sho .box5 {
margin-left: 10px;
float:left;
}
#sho .box6 {
margin:0;
float:left;;
}
.shouhin {
text-align: right;
font-size: 12px;
color: #663300;
font-weight: normal;
text-decoration: underline;
}

#sho .boxL {
	float:left;
	margin: 0px 20px 20px 30px;
}
#sho .boxR {
	float:left;
	margin: 0px 10px 20px 20px;
}
#730_4_box {
width:730px;
    height: 309px;
}
#730_3_box {
width:730px;
    height: 287px;
}


/*-----------------------------
 福袋
  ----------------------------*/

#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%;

}

#tb_2 {
	width:710px;
	font-size: 12px;
	height: auto;
	margin-bottom: 20px;
}

#tb_2 .left {
    float:left;
　　text-align: left;
　　line-height: 160%;
    width:345px;
    margin:0 3px 0 3px;


}
#tb_2 .right {
    float:right;
　　text-align: left;
　　line-height: 160%;
　　width:345px;

}

.left {
float:left;
text-align: left;
font-size: 12px;
line-height: 160%;
}


/*-----------------------------
  page_recipe
 ----------------------------*/
 
 #ingredient {
	width: 680px;
	background: url(/site/bou_kanten/kanten_recipe_back.jpg) no-repeat;	
	margin: 10px;
         padding: 5px;
         text-align: left;
         border: 1px dotted #CCCCCC;

}


dl.recipe {
width: 310px;
    font-size: 13px;
	padding:0px 30px;

}

dl.recipe dt {
	clear:both;
	float: left;
	padding: 5px;
	width: 100px;
}

dl.recipe dd {
padding: 5px;


}
 #recipe_point {
	width: 680px;
	background: url(/site/bou_kanten/kanten_recipe_02.jpg) no-repeat;
	margin: 10px;
         text-align: left;
}


/*-----------------------------
栄養成分テーブル
 ----------------------------*/


#seibun{
	height: auto;
	padding-top: 20px;
}


#seibun td {
	background-color: #FFFFFF;
	height: 30px;


} 

#seibun th{
	font-size: 12px;
	font-weight: normal;
	background-color: #EFDEDE;
	width: 60px;

}

#seibun .th01{
	font-size: 12px;
	font-weight: normal;
	background-color: #EFDEDE;
	width: 200px;
}

.t_center{
    width: 55px;
	text-align: center;
}

.t_item01{
    width: 140px;
    zoom:1;
	padding: 5px 0 0 5px;
}

.t_item{
    width: 27px;
    zoom:1;
	padding: 5px 0 0 5px;
}

/*-----------------------------
  Review
 ----------------------------*/

#review_txt {
	width: 700px;
	height: auto;
	margin: 50px 0 20px 0;
	overflow: hidden;
	
}

#review_txt h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #CC3300;
	color: #FFFFFF;
         padding: 7px 0 0 10px; 
         height: 30px;
	width: 100%;
}

#review_txt p {
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background-image: url(/site/kanten_koujou/bot.gif);
	line-height: 25px;
	color: #333333;
	font-size: 14px;
	margin: 20px;
}

#redbox{
	width: 600px;
	margin: 10px;
	text-align: left;
	padding: 10px;
	height: auto;
	border: 1px dotted #CC0000;
}
#textbox_01{
	width: 650px;
         height: auto;
         margin: 10px;
	text-align: left;
	padding: 10px;
	border: 3px solid #FFCC00;
}

#kon_box {
	width:600px;
	background-image: url(http://www.kantenhonpo.co.jp/site/image/recipe_back.jpg);
	height: 300px;
}
#kon_recipe {
	width:600px;
	text-align: left;
}


#kon_box1 {
	width:300px;
	height:296px;
	float:left;
}

.kon_re {
	margin-left: 300px;
	margin-top: 70px;
	text-align: left;
}
.kon_g_rec {
	font-size: 12px;
	line-height: 180%;
	background-color: #EFEDDA;
	padding: 10px;
	width: 280px;
}

#repeat {
width:730px;
height: 930px;
margin-bottom: 20px;
text-align: left;
background: url(/site/501/kanten_repeat_back.jpg) no-repeat;}
#textbox {
width:495px;
padding-left: 20px;
line-height: 180%;}


#text{
width:700px;
text-align: left;

}
.square{
	list-style: square;
}
#text li {
　　margin:0 0px 10px 0px;

}
#point{
	width: 730px;
	margin: 20px 0px;
}
#point h2{
	font-size: 20px;
	font-weight: bold;
}

#item_point{
	float: right;
	width: 360px;
	padding: 10px 0px 0px;
         text-align: left;

}
#item_point h2{
	font-size: 20px;
	font-weight: bold;
}

/*-----------------------------
  寒天本舗のお約束
 ----------------------------*/

#repeat {
	width:730px;
	height: 930px;
　　　　 margin: 50px 0;
	text-align: left;
	background: url(/site/image/yakusoku_back.jpg) no-repeat;

}

#textbox {
	width:495px;
	padding-left: 20px;
	line-height: 180%;
}

#ame_lineup{
width:200px;
font-size: 13px;
border: 1px solid #FFCC00;
padding: 0px 0px 10px 0px;
}

/*-----------------------------
  寒天飴ラインナップ
 ----------------------------*/

#ame_lineup li{
width:170px;
list-style-type:none;
border-bottom: 1px dotted #FFCC00;
margin: 15px 0px 0px 10px;
color: #FFCC00;
}

#ame_lineup p{
    margin: 0;
}
