@charset "utf-8";

/* clearfix
----------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;/* for margin-bottom */
	font-size: 1px;/* for margin-bottom */
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* NEW clearfix */
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }

/* etc.
-------------------------------------- */
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

#MainCol {
	float: right;
	width: 740px;
	padding: 0 20px;
	text-align: left;
	margin-top: 10px;
}

/* Main Col
------------------------------------------------------------------------------ */
.pan {
	width: 720px;
	padding: 3px 10px;
	background-color: #F2F2F2;
	font-size: 12px;
}
.pageTOP {
	margin-left: 570px;
	margin-bottom: 50px;
}


/* SideMenu
------------------------------------------------------------------------------ */

#SideCol .SideMenu01_ttl {
	width: 160px;
	height: 28px;
	padding: 12px 0 0 10px;
	margin: 20px 0 0;
	background: url(../img/common/ttlbar.gif) 0 -50px no-repeat;
	color: #446b62;
	font-size: 14px;
}

/* sideMENU 1 */
#SideCol .SideMenu01 {
	width: 170px;
}

#SideCol .SideMenu01 li {
	display: block;
}
#SideCol .SideMenu01 li a {
	display: block;
	width: 150px;
	height: 22px;
	padding: 10px 0 0 20px;
	background: url(../img/common/arrow.gif) 0 12px no-repeat;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#SideCol .SideMenu01 li a:hover {
	color: #390;
}





/* sideMENU 2 */
#SideCol .SideMenu02 {
	width: 170px;
	margin: 20px 0 0;
}

#SideCol .SideMenu02 li {
	display: block;
	margin: 0 0 3px;
}

#SideCol .SideMenu02 li a {
	display: block;
	width: 150px;
	height: 29px;
	padding: 11px 0 0 20px;
	background: url(../img/common/nav.gif) 0 -100px no-repeat;
	color: #446b62;
	font-size: 12px;
	text-decoration: none;
}
#SideCol .SideMenu02 li a:hover {
	background-position: 0 -140px;
}







/* sideMENU 3 (plant) */
#SideCol .SideMenu03 {
	width: 170px;
	margin: 20px 0 0;
}

#SideCol .SideMenu03 li {
	display: block;
	margin: 0 0 3px;
	position: relative;
}
#SideCol .SideMenu03 li a {
	display: block;
	width: 168px;
	height: 75px;
	border: 1px solid #666;
	text-decoration: none;
	position: relative;
}
#SideCol .SideMenu03 li a img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#SideCol .SideMenu03 li a em {
	display: block;
	padding: 5px 0 3px 60px;
	border-bottom: 1px solid #4d8a06;
	color: #e96005;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
#SideCol .SideMenu03 li a span {
	display: block;
	padding: 5px 0 0 60px;
	font-size: 10px;
	line-height: 1.3em;
	color: #333;
}

#SideCol .SideMenu03 li a:hover {
	border-color: #390;
}
#SideCol .SideMenu03 li a:hover em {
	color: #093;
}





/* SideBNR
--------------------------------*/

/* sideBNR 1 */
#SideCol .SideBNR01 {
	width: 170px;
	margin: 0;
}

#SideCol .SideBNR01 li {
	display: block;
}


#SideCol .SideBNR01 li.SideBNR01_01 a {
	display: block;
	margin: 0 0 5px;
	
}
#SideCol .SideBNR01 li.SideBNR01_01 a:hover {
	opacity:0.7;
}



#SideCol .SideBNR01 li.SideBNR01_02 a {
	display: block;
	border: 2px solid #677d56;
	margin: 0 0 20px;
}

#SideCol .SideBNR01 li.SideBNR01_03 a {
	display: block;
	border: 2px solid #CCC;
	margin: 0 0 5px;
}

#SideCol .SideBNR01 li.SideBNR01_02 a:hover,
#SideCol .SideBNR01 li.SideBNR01_03 a:hover {
	border: 2px solid #80b321;
}


.SideBNRbox{
	width:160px;
	margin:20px 0px 0px;
}

.SideBNRbox p{
	margin-bottom:15px;
}


/* Information
--------------------------------*/

.newinfobox{
	width:170px;
	height: 262px;
	margin-top:20px;
	padding:0px 0px 40px;
	font-size:12px;
	background:url(../img/common/side_info_back.gif) no-repeat;
}

.newinfobox li{
	margin-bottom:10px;
	text-align:left;
}

#news{
	width:150px;
	margin:auto;
	padding-top: 45px;/* お知らせ部分の上の余白 */
}

#news ul{
	width:150px;
	height:240px;
	overflow:auto;
}

/* footer
------------------------------------------------------------------------------ */
#foot #foot_returnTOP {
	width: 950px;
	text-align: right;
}


/* FootMENU */
#foot #FootMenu {
	width: 890px;
	padding: 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px solid #CCC;	
}

#foot #FootMenu li {
	display: inline-block;
}

*html #foot #FootMenu li {
	display: inline;
}
*:first-child+html #foot #FootMenu li {
	display: inline;
}


#foot #FootMenu li a {
	display: inline-block;
	padding: 0 20px 0 0;
	white-space: nowrap;
	color: #666;
}
*html #foot #FootMenu li a {
	display: inline !important;
}
*:first-child+html #foot #FootMenu li a {
	display: inline !important;
}



#foot #FootMenu li a:hover {
	color: #80b321;
}


/* foot shopname */
#foot .footName {
	width: 950px;
	margin: 20px 0 15px;
	color: #388002;
	text-align: center;
	font-size: 16px;
}
#foot address {
	width: 950px;
	margin: 0 0 15px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
}









/* COPYRIGHT */
#foot #copy {
	width: 950px;
	padding: 2px 0;
	background-color: #388002;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}










/* =========================================================================
	3. Others
============================================================================ */

#MainCol #pagettl {
	width: 700px;
	padding: 20px;
	margin: 0 0 20px;
	border-bottom: 2px solid #666;
	color: #093;
	font-size: 18px;
	font-weight: bold;
}



/* subttl */
#MainCol .subttl_01 {
	clear: both;
	width: 725px;
	padding: 5px 0 5px 10px;
	margin: 30px 0 10px;
	border-bottom: 1px solid #CCC;
	border-left: 5px solid #CCC;
	font-size: 14px;
	color: #060;	
}
#MainCol .subttl_02 {
	clear: both;
	width: 690px;
	height: 20px;
	padding: 0 0 3px 10px;
	margin: 0 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #666;
	border-left: 10px solid #666;	
}





/* Text 1 */
#MainCol .lead_txt {
	margin: 0 0 20px;	
}

#MainCol .section_txt01 {
	
}

#MainCol .section_txt02 {
	
}


/* Text 2 */
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}


/* font */
.bold {
	font-weight: bold;
}

/* font size */
.fs120 {
	font-size: 120%;
}

.fs200 {
	font-size: 200%;
}




/* color */
.attention {
	color: #F00;
	font-weight: bold;
}	
.red {
	color: #F00;
}
.blue {
	color: #06F;
}




/* Module 1  (photo left-side)  */
#MainCol .Module01 {
	clear: both;
	margin: 0 0 40px;
	overflow: hidden;
}

#MainCol .Module01 p {

}
#MainCol .Module01 img {
	float: left;
	margin: 0 15px 10px 0;
}


/* Module 2  (photo right-side)  */
#MainCol .Module02 {
	clear: both;
	margin: 0 0 40px;
	overflow: hidden;
}

#MainCol .Module02 p {

}
#MainCol .Module02 img {
	float: right;
	margin: 0 0 10px 15px;
}



/* table */
.table01 {
	width: 700px;
	margin: 0 auto 40px;
	border: 1px solid #CCC;
}
.table01 th {
	width: 1%;
	white-space: nowrap;
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}
.table01 td {
	padding: 5px 10px;
	vertical-align: top;
	text-align: left;
}


.table02 {
	width: 700px;
	margin: 0 auto 40px;
	border-top: 1px solid #CCC;
	font-size: 14px;
}
.table02 th {
	width: 1%;
	white-space: nowrap;
	padding: 5px 20px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.table02 td {
	padding: 5px 20px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #CCC;
}











/* DL */
.DL01 {
	width: 700px;
	margin: 0 auto 40px;
}
.DL01 dt {
	color: #393;
	font-weight: bold;
}





/* width */
.w050 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}


/* font-size */
.fs140 {
	font-size: 140%;
}


.payment{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

/* 葉っぱの特性について
---------------------------------------------*/
.property{
	background-image:url(../img/grow/strelitzia/property_bg.jpg);
	border-radius:3px;
	padding:20px;
	width:640px;
	margin-bottom:40px;
}
.prp_img{
	float:left;
}
.prp_txt{
	float:right;
	width:366px;
	font-size:12px;
	text-align:justify;
	line-height:20px;
}
.prp_txt p{
	color:#5B4A3F;
}
.prp_txt img{
	margin:5px 0 15px;
}

.top-gift {
	position: fixed;
	right: 30px;
	bottom: 30px;
}

/* 新CSS
---------------------------------------------*/
/* Reset CSS
-------------------------------------------------------*/

body{
	color:#5b4a3f;
	font-size:14px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace", "sans-serif";
	text-align:center;
	margin:0;
	padding:0;
	line-height:150%;
}/*
body {
	font-family: "Arial";
	font-size: 13px;
	margin: 0px;
}*/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
	border:0;
	vertical-align: bottom;
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

a{ color:#5b4a3f; text-decoration:none; border:none; }
a:hover{ color:#4F9405; text-decoration:underline; border:none; }

.noline{ border:none!important; }

.item_option input:hover,
a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	border:none;
}

img{
	border:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

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

#wrap{
	width:1060px;
	margin:auto;
}

/* header
-------------------------------------------------------*/

#header{
	width:1060px;
	margin:15px auto 25px;
	text-align:left;
}

.hedLogo{
	width:540px;
	float:left;
	font-size:12px;
}

.hedTel{
	width:275px;
	float:right;
}

.hedLogo{
	margin:0 0 15px;
}

.hedLogo .logo{
	margin:0 0 10px;
}

.hedTel img{
	margin:2px 0 0;
}

.hedNv{
	clear:both;
	margin:0 auto 15px;
}
.hedNv ul {
	position: relative;
}
.hedNv li{
	float:left;
}

.hed_itemlist{
	width:100%;
	position:absolute;
	top: 50px;
	left: 0;
	background: #fff;
	display: none;
	z-index:100;
}
.mm-content-base {
	border: 3px solid #cdb99a;
	border-radius: 3px;
	padding: 4px;
}
.hed_itemlist .listbox {
	background: url(../img/index_new/info_bg.jpg) 0 0 repeat;
	padding: 30px;
	overflow: hidden;
}
.hed_itemlist .listbox li{
	margin:0 0 1px;
	font-size:13px;
	line-height:16px;
	float:none;
}

.hed_itemlist .plant{
	overflow:hidden;
}
.hed_itemlist .plant p {
	margin-bottom: 20px;
}
.hed_itemlist .plant ul{
	float:left;
	border-left: 1px solid #d9d4ce;
	padding:5px 20px;
	width: 286px;
}
.hed_itemlist .plant ul li {
	margin: 10px 0;
}
.close{
	display:block!important;
}

.hedPay{
	margin:15px auto;
}

/* contents
-------------------------------------------------------*/

#contents{
	width:1060px;
	margin:auto;
	overflow:hidden;
	zoom:1;
}

#mainCont{
	width:780px;
	float:right;
}



/* side
-------------------------------------------------------*/

#leftside{
	width:240px;
	float:left;
	font-size:12px;
}
#leftside .bnr ul {
	margin-top: 30px;
}
#leftside .bnr ul li {
	margin-top: 10px;
}
#leftside .bnr ul li:first-child {
	margin-top: 0;
}
.search{
	width:240px;
	padding:20px 0;
	margin:30px 0 0;
	text-align:center;
	background:url(../img/index_new/search_bg.gif) no-repeat;
}

.search .btn{
	padding:2px;
	font-size:12px;
}

.search h2{
	margin:0 0 15px;
}

.search .formarea{
	width:200px;
	height:24px;
	margin:0 0 10px;
	border:none;
}

.sidectgr{
	text-align:left;
	margin:0 0 30px;
}

.sidectgr li{
	padding:11px 0 11px 30px;
	background:url(../img/index_new/ctgr_arrow.gif) no-repeat left;
	border-bottom:1px dotted #cdb99a;
}

.sidectgr li a{
	display:block;
}

.sidectgr li a:hover{
	text-decoration:none;
}

.sidectgr_plant{
	margin:0;
}

.sidectgr_grp{
	height:240px;
	height:60px;
	text-align:left;
	margin:10px 0;
	cursor:pointer;
}

.sidectgr_grp a:hover{
	text-decoration:none;
}

.sidectgr_grp p{
	padding:7px 0 0 7px;
}

.sidectgr_grp strong{
	color:#ae8249;
}

.sidectgr_grp span{
    display: block;
    font-size: 11px;
    line-height: 120%;
    padding: 4px 0 0;
	
}

.ctgr_itm01{
	background:url(../img/index_new/ctgr_itm01.jpg) no-repeat;
}
.ctgr_itm02{
	background:url(../img/index_new/ctgr_itm02.jpg) no-repeat;
}
.ctgr_itm03{
	background:url(../img/index_new/ctgr_itm03.jpg) no-repeat;
}
.ctgr_itm04{
	background:url(../img/index_new/ctgr_itm04.jpg) no-repeat;
}
.ctgr_itm05{
	background:url(../img/index_new/ctgr_itm05.jpg) no-repeat;
}
.ctgr_itm06{
	background:url(../img/index_new/ctgr_itm06.jpg) no-repeat;
}
.ctgr_itm07{
	background:url(../img/index_new/ctgr_itm07.jpg) no-repeat;
}
.ctgr_itm08{
	background:url(../img/index_new/ctgr_itm08.jpg) no-repeat;
	margin:10px 0 25px;
}

.side_info{
	background:url(../img/index_new/side_info_bg.gif) repeat-y;
	margin:0 0 35px;
}

.side_info ul{
	width:200px;
	margin:0 auto;
	padding-bottom:20px;
	border-top:1px dotted #a18b74;
}

.side_info li{
	border-bottom:1px dotted #a18b74;
}
.side_info li a {
	display: block;
	padding: 10px 0;
}

.side_info a:hover{
	color:#8c7162;
}

.side_slct{
	background:url(../img/index_new/side_slct_bg.gif) repeat-y;
	margin:0 0 35px;
}

.side_slct strong{
	color:#F00000;
	font-size:14px;
}

.side_slct h2{
	margin:0 0 5px;
}

.side_slct p{
	margin:15px 0 0;
	line-height: 1.6;
}

.side_slct .item{
	margin:0 auto 18px;
	padding:0 0 18px;
	background:url(../img/index_new/line.png) no-repeat bottom;
}

.side_slct .item:last-child{
	margin:0;
	background:none;
}
.side_slct .pict{
	width:158px;
	padding:4px 3px;
	margin:auto;
	background:url(../img/index_new/side_slct_pbg.gif) repeat;
}
.side_slct .pict img{
	border:3px solid #ffffff;
}
.side_slct .bg{
	background:url(../img/index_new/side_slct_bgbtm.gif) no-repeat bottom;
}

.side_calender{
	text-align:left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.side_calender p {
	line-height: 1.5;
}
.side_calender h2{
	margin:0 0 20px;
}

.side_calender span , 
.side_calender a{
	color:#e50615;
}

.side_calender table{
	width:100%;
	border:1px solid #ffcc66;
	margin:0 0 15px;
	text-align:centerl
}

.side_calender th , 
.side_calender td{
	border:1px solid #ffcc66;
	padding:3px;
}
.service {
	margin-bottom: 40px;
}
.service .wrap {
	border: 2px solid #754c24;
	padding: 5px;
	background: #fff;
}
.service .wrap .in {
	background: url(../img/index_new/service_bg.jpg) 0 0 repeat;
	padding: 25px 20px;
	border-radius: 4px;
}
.service .wrap .in dl {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
}
.service .wrap .in dl:first-child {
	margin-top: 0;
}
.service .wrap .in dl dt {
	float: left;
	width: 460px;
}
.service .wrap .in dl dt p {
	font-size: 14px;
	line-height: 23px;
	margin-top: 10px;
}
.service .wrap .in dl dd {
	float: right;
}

#pgtop{
	bottom: 5%;
	left: auto;
	margin-left: 1080px;
	position: fixed;
}

/* footer
-------------------------------------------------------*/

#footer{
	width:1060px;
	margin: 60px auto 0;
	text-align: left;
}
#footer .sub {
	background: #f7f7f7;
	padding: 15px 20px;
	margin-bottom: 20px;
}
#footer .ft {
	overflow: hidden;
}
#footer .ft .logo {
	float: left;
	padding: 20px 30px 0;
}
#footer .ft .logo p {
	margin-top: 15px;
}
#footer .ft ul {
	float: left;
	padding: 1px 20px;
	border-left: 1px solid #cdb99a;
}
#footer .ft ul li {
	font-size: 13px;
	margin: 8px 0;
}
#footer .ft ul li a {
	display: block;
	padding: 3px 3px 3px 15px;
	background: url(../img/index_new/ft_arrow.png) 0 center no-repeat;
}
#footer #copy {
	text-align: center;
	background: url(../img/index_new/ft_bg.jpg) 0 0 repeat;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
}
.footinfo{
	width:720px;
	float:right;
}

.shopguide{
	background:url(../img/index_new_shopguide/shopguide_bg.jpg) repeat;
	text-align:left;
	font-size:14px;
	line-height:20px;
}

.shopguide .inner{
	padding:5px 10px;
	margin:auto;
	background: url(../img/index_new_shopguide/shopguide_bg2.jpg) 0 0 no-repeat;
}
.shopguide .cont{
	background:#ffffff;
	padding:30px 20px 10px;
}

.shopguide .bar{
	margin:20px 0 20px 5px;
}

.shopguide .mds{
	font-weight:bold;
	margin:0 0 10px 5px;
}

.shopguide span , .shopguide strong{
	color:#e50615;
}

.shopguide a{
	color:#006bb4;
	text-decoration:underline;
}
.shopguide a:hover{
	color:#006bb4;
	text-decoration:none;
}

.shopguide p{
	margin:0 0 20px 5px;
}
.shopguide dl.indent {
	margin-bottom: 15px;
	overflow: hidden;
}
.shopguide dl.indent dt,
.shopguide dl.indent dd{
	float: left;
}
.shopguide dl.indent dd {
	padding-left: 10px;
}
.footlist{
	overflow:hidden;
	text-align:center;
	margin:35px auto;
}

.footlist li{
	display:inline-block;
	padding: 0 10px;
	margin:0 0 5px;
	border-right:1px solid #5b4a3f;	
}

.footlist li:last-child{
	border:none;
}

.copyright{
	width:1000px;
	margin:auto;
	padding:35px 0;
	font-size:12px;
	clear:both;
	background:url(../img/index_new/line.png) repeat-x top;
}

/* フリーページパンくず 
-------------------------------------------------------*/
.breadcrumb {
	font-size:12px;
	color:#4C4C4C;
	text-align:left;
	margin:10px 0 20px;
}
.breadcrumb a:hover {
	color:#4C4C4C;
}

.side_fb {
	margin-top: 15px;
	text-align: left;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
footer {
	clear: both;
}