@charset "utf-8";
/* CSS Docum */


/* Top
--------------------------------*/ 
/****** top-main *******/
#top-main {
 width:920px;
 height:420px;
 position:relative;
 clear:both;
}

/****** top-menu *******/
#top-menu {
 width:150px;
 position:absolute;
 top:0;
 left:0;
 z-index:1;
}

#top-menu ul{list-style:none;}

#top-menu ul li.upper {
 width: 150px;
 height: 60px;
 opacity:1;
 filter: alpha(opacity=100);
}

#top-menu ul li a {
 display: block;
 width: 150px;
 color: #5e5e5e;
 line-height: 1;
}

.l-height05{line-height:0.7;}

#top-menu ul li a:hover {
 color: #000000;
 background: none;
}

#top-menu ul li ul {
 display: none;
 list-style:none;
 font-size:0.8em;
}

#top-menu ul li ul li{padding:10px 0 8px 4px;}

#top-menu ul li:hover ul {
 display: block;
 position: relative;
 top:-60px;
 left: 150px;
}

#top-menu-gift ul li {background: #f9d5d9;}
#top-menu-rental ul li {background: #b4d194;}
#top-menu-rental ul li ul{list-style:none;}
#top-menu-landscape ul li {background: #bcddcd;}
#top-menu-event ul li {background: #f4dca7;}
#top-menu-novelty ul li {
 background: #d1dcec;
 font-size:0.95em;
 font-weight:bold;
 }
#top-menu-college ul li {
 background: #dcd0e2;
 font-size:0.95em;
 font-weight:bold;
}
#top-menu-bridal ul li {background: #c9d1da;}


/****** top-new *******/
.top-new {
 width:920px;
 margin:20px 0 30px 0;
 background:#e8e8e8;
}
.top-new h2{
 width:100%;
 margin:0 0 10px 0;
 padding:2px 0;
 font-size:0.9em;
 background:#ccc;
 text-align:center;
}
.top-new .box{
 width:880px;
 margin: 0 auto;
}
.top-new .box:after {
  content: "";
  clear: both;
  display: block;
}
.top-new .box div{
 width:192px;
 height:250px;
 margin:0 16px 10px 0;
 padding:8px;
 background:#fff;
 float:left;
}
.top-new .box div:nth-child(4n){
 margin:0;
}
.top-new .box div:nth-child(n+9){
display:none;
}
.top-new .box div p{
padding:10px 0 0 0;
font-size:0.7em;
}

.top-new-backnumber {
 width:200px;
 padding:20px 0;
 margin:0 auto;
}
.top-new-backnumber a{
 padding:10px 0;
 font-size:0.8em;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.top-new-backnumber a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}

/****** top-shopnews *******/
.top-shopnews {
 width:920px;
 margin:20px 0 30px 0;
 background:#e8e8e8;
}
.top-shopnews h2{
 width:100%;
 margin:0 0 10px 0;
 padding:2px 0;
 font-size:0.9em;
 background:#ccc;
 text-align:center;
}
.top-shopnews .box{
 width:880px;
 margin: 0 auto;
 padding:0 0 10px 0;
}
.top-shopnews .box:after {
  content: "";
  clear: both;
  display: block;
}
.top-shopnews .box div{
 width:192px;
 margin:0 16px 0 0;
 padding:8px;
 background:#fff;
 float:left;
}
.top-shopnews .box div:nth-child(4n){
 margin:0;
}
.top-shopnews .box div:nth-child(n+5){
display:none;
}
.top-shopnews .box div p{
padding:10px 0 0 0;
font-size:0.7em;
}

.top-shopnews-backnumber {
 width:200px;
 padding:20px 0;
 margin:0 auto;
}
.top-shopnews-backnumber a{
 padding:10px 0;
 font-size:0.8em;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.top-shopnews-backnumber a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}


/****** top-info *******/
#top-info{
 width:920px;
 margin:0px 0 30px 0;
 padding:0px;
 border: 1px solid #ccc; 
}
#top-info h2{
 width:100%;
 margin:0 0 10px 0;
 padding:2px 0;
 font-size:0.9em;
 background:#ccc;
 text-align:center;
}
#top-info article{
 width:880px;
 margin:0 auto 10px auto;
 border-bottom: 1px dotted #000;
}
#top-info article .date{
 padding:0px 5px;
 color:#fff;
 font-size:0.7em;
 background:#666;
 display:inline;
}
#top-info article .title{
 padding:10px 0px;
 font-size:0.8em;
 color:#333;
}
#top-info article .sentence{
 margin:0 0 10px 0;
 font-size:0.8em;
}
#top-info article .new{
 color:#ff0000;
 font-size:0.8em;
 font-weight:bold;
}


/****** top-contents *******/
#top-contents {
 width:920px;
 margin:20px 0 0 0;
 padding:0 0 20px 0;
}

#top-contents-left{
 width:460px;
 float:left;
 text-align:left;
}

#top-contents-right{
 width:460px;
 float:right;
 text-align:right;
}

#top-contents-left img,#top-contents-right img{
margin:0 0 10px 0;
}

/* news,shopnews
--------------------------------*/ 
.news-article{
 font-size:0.75em;
  border-bottom: 1px solid #ccc;
}
.news-article:after {
  content: "";
  clear: both;
  display: block;
}
.news-article img{
width:160px;
height:auto;
margin:10px 10px 20px 0;
float:left;
}
.news-article p{
width:580px;
margin:10px 0 0 0;
float:left;
}
.news-article img:hover,.news-article p:hover{
 opacity:0.8;
 filter: alpha(opacity=80);
}


.contents-new{
 padding:10px 0 0 0;
 font-size:0.75em;
 clear:both;
  border-bottom: 1px solid #ccc;
}
.contents-new p{
margin:0 0 15px 0;
}
.contents-new img{
width:160px;
height:auto;
margin:10px 20px 20px 0;
}
.contents-new a:link{
 text-decoration:none;
 color: #5875f3;}
.contents-new a:visited{
 text-decoration: none;
 color: #5875f3;
}

.contents-new-link{
 margin:10px 0 50px 0;
 font-size:0.8em;
 text-align:center;
 position:relative;
}
.contents-new-link:after {
  content: "";
  clear: both;
  display: block;
}
.contents-new-link .pre{
position:absolute;
top:0;
left:0;
}
.contents-new-link .next{
position:absolute;
top:0;
right:0;
}
.contents-new-link img{
 margin:0px 5px -4px 5px;
}



#new-archive:after {
  content: "";
  clear: both;
  display: block;
}
#new-archive ul{
list-style:none;
clear:both;}

#new-archive ul li{
width:80px;
margin:0 14px 0 0;
float:left;
font-size:0.75em;
}


#new-archive-btm{
 margin:10px 0 20px 0;
  padding:0 0 10px 0;
 border-bottom: 1px solid #666;
}
 
#new-archive-btm a:link{
 text-decoration:none;
 color: #5875f3;}

#new-archive-btm a:visited{
 text-decoration: none;
 color: #5875f3;}

#new-archive-btm:after {
  content: "";
  clear: both;
  display: block;
}
#new-archive-btm ul{
 padding:0 0 20px 0;
list-style:none;
clear:both;}

#new-archive-btm ul li{
width:80px;
margin:0 14px 0 0;
float:left;
font-size:0.75em;
}

#new-archive-btm a:link{
 text-decoration:none;
 color: #5875f3;}

#new-archive-btm a:visited{
 text-decoration: none;
 color: #5875f3;}

/****** news-popup *******/
#news-popup {
 width:96%;
 margin:30px auto 0 auto;
 text-align:left;
}

#news-slider {
 width:80%;
 height:auto;
 margin:0px auto;
 font-size:0.8em;
}


/* Gift
--------------------------------*/ 
.gift-box{
 margin:10px 0;
 color:#595757;
}

.gift-box div.outer{
 width:45.5%;
 height:320px;
 margin:0 3% 20px 0;
 padding:10px 10px;
 float:left;
 text-align:center;
 border: 1px solid #999;
}
.gift-box div:nth-child(2n){
margin:0;
}

.gift-box div.outer div.left{
float:left;
 margin:0 0 10px 0;
}
.gift-box div.outer div.right{
width:50%;
padding:0 0 0 0px;
float:right;
}
.gift-box div.outer div.right h3{
font-size:0.9em;
}

.gift-box div.outer02{
 width:100%;
 margin:0 0 20px 0;
 padding:10px 10px;
 text-align:center;
 border: 1px solid #999;
 clear:both;
}
.gift-box div.outer02 div.left{
float:left;
 margin:0 0 10px 0;
}
.gift-box div.outer02 div.right{
width:76%;
padding:0 0 0 0px;
float:right;
}
.gift-box div.outer02 div.right h3{
font-size:0.9em;
}

.gift-box div p{
font-size:0.8em;
text-align:left;
}

.gift-box div p.more {
 width:150px;
 padding:10px 0 0 0;
 margin:0 auto;
}
.gift-box div p.more a{
 padding:2px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.gift-box div p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}

table.gift-shoplink {
 width:100%;
 margin:0px 0px 30px 0px;
}

table.gift-shoplink th {
 width:15%;
 padding:10px 0px 2px 0px;
 font-weight:normal;
 text-align:left;
 vertical-align:top;
}
table.gift-shoplink th img.logo {
 width:100px;
}

table.gift-shoplink td {
 width:;
 padding:10px 0px 2px 4px;
}

/****** arrangement *******/
.arrangement-box{
margin:0 0 20px 0;}
.arrangement-box:after {
  content: "";
  clear: both;
  display: block;
}

.arrangement-box div{
margin:0 10px 0 0;
font-size:0.9em;
background:#efefef;
float:left;
}

.arrangement-box div.brand01{
width:180px;
}
.arrangement-box div.brand01 p{
margin:0px 0 10px 10px;
text-align:center;
float:left;
}

.arrangement-box div.brand02{width:360px;}
.arrangement-box div.brand02 p{
margin:0px 10px 10px 10px;
text-align:center;
float:left;
}

h4.floreal{background:#5a5858;}
h4.ginza{background:#cfc18a;}
h4.flaart{background:#3e7860;}

h4.floreal,h4.ginza,h4.flaart{
margin:0 0 10px 0;
padding:4px 0;
color:#fff;
text-align:center;
}

/****** stand *******/
.stand-box{
margin:0 0 20px 0;}
.stand-box:after {
  content: "";
  clear: both;
  display: block;
}

.stand-box p{
margin:0 13px 10px 0;
font-size:0.9em;
text-align:center;
float:left;
}
.stand-box p:nth-child(4n){
margin:0px 0 10px 0px;
}


/* Rental
--------------------------------*/ 
.rental-hitotoki-opbox{
padding:10px 20px 20px 20px;
border: 1px solid #999;
}
.rental-hitotoki-opbox h3{
font-size:1.2em;
}
.rental-hitotoki-opbox h3:hover{
color:#666;
 opacity:0.5;
 filter: alpha(opacity=50);
}
.rental-hitotoki-opbox p:link{
color:#666;}
.rental-hitotoki-opbox p:hover{
color:#666;
 opacity:0.5;
 filter: alpha(opacity=50);
}

/****** lp-box *******/
.lp-box{
width:730px;
margin:0 0 40px 0;
padding:20px 10px;
border: 1px solid #999;
}
.lp-box h3{
margin:0 0 10px 0;
font-size:1.3em;
border-bottom: 1px solid #666;
}

.lp-box-01 {
margin:0 0 20px 0;
}
.lp-box-01:after {
  content: "";
  clear: both;
  display: block;
}
.lp-box-01 .left{
width:68%;
float:left;
}
.lp-box-01 .right{
width:30%;
float:right;
}

.lp-box ul{
margin:0 0 20px 0;
padding:0 0 0 24px;
}

.lp-box p.p-01{
margin:0 0 20px 0;
font-size:0.9em;
}
.lp-box p.p-02{
margin:0 0 20px 0;
font-size:0.8em;
}


.lp-box-02:after {
  content: "";
  clear: both;
  display: block;
}
.lp-box-02 .left{
width:30%;
margin:0 20px 0 0; 
float:left;
text-align:center;
}
.lp-box-02 .flow{
margin:0 20px 0 0; 
float:left;
}
.lp-box-02 .flow img{
margin:50px 0 0 0; 
}
.lp-box-02 .right{
width:30%;
float:left;
text-align:center;
}




.service-title{
margin:20px 0 20px 0;
text-align:center;
}

.service-title h3{
margin:0 0 10px 0;
font-size:1.4em;
}
.service-title h4{
margin:0 0 10px 0;
font-size:1.4em;
color:#8cc220;
}

.service-title p{
margin:10px 0 0 0;
font-size:1.1em;
text-align:left;
}

.service-merit{
margin:40px 0 0 0;
text-align:center;
}
.service-merit h3{
margin:0 0 10px 0;
font-size:1.4em;
}
.service-merit ul{
padding:0 0 0 1em;
text-align:left;
}

.service-contents{
margin:40px 0 0 0;
text-align:left;
overflow:hidden;
}
.service-contents h3{
margin:0 0 10px 0;
font-size:1.4em;
}
.service-contents h4{
font-size:1.4em;
}
.service-contents p{
margin:0 0 20px 0;
}
.service-contents ul{
padding:0 0 0 1em;
text-align:left;
}

.service-contents-box{
}
.service-contents-box:after {
  content: "";
  clear: both;
  display: block;
}
.service-contents-box .left{
width:500px;
float:left;
}
.service-contents-box .right{
width:240px;
font-size:0.8em;
text-align:center;
float:right;
}
.service-contents-box .right img{
width:100%;
}

.service-greenbox{
padding:20px 40px 20px 40px;
text-align:center;
background:#e1efce;
}
.service-greenbox h3{
margin:0 0 10px 0;
font-size:1.4em;
}
.service-greenbox p{
margin:0 0 10px 0;
text-align:left;
}
.service-greenbox .imgbox{
margin:20px 0 0px 1%;
}
.service-greenbox .imgbox:after {
  content: "";
  clear: both;
  display: block;
}
.service-greenbox .imgbox img{
width:30%;
margin:0px 1.5%;
float:left;
}


ul.service-maintenance {
width:490px;
float:left;
}


/****** deliveryerea-kanto *******/
.delivery-kanto{
 width:750px;
 height:500px;
 position:relative;
}
.delivery-kanto-inner{
 padding:20px 10px 0 10px;
 background:#eee;
    position: absolute;
    top: 0;
    left: 0;
 background: rgba(238,238,238,0.6);
}
.delivery-kanto-inner h4{margin:0 0 5px 0;}
.delivery-kanto-inner p{
 font-size:0.9em;
 margin:0 0 20px 0;	
}




/****** tab-box *******/
#tab-box ul {
 width:750px;
 margin:20px 0px 0 0;
 padding: 0;
 list-style: none;
 border: 1px solid #919191;
 border-top: 0px;
 border-bottom: 0px;
}

#tab-box ul li {
 margin-right:0px;
 float:left;
 display:inline;
 font-size:0;
}

#tab-box ul li a img{
 outline:none;
 border:none;
}

#tab-box div {
 display:none;
 width:710px;
 margin-bottom:0px;
 padding:20px;
 border: 1px solid #919191;
 border-top: 0px;
}

.clearFix:after{
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
 content:".";
 zoom:1;
}

#tab-01 ul li{
 width:178px;
 height:260px;
 margin:0px 0px 20px 0px;
 padding:0px;
 display:block;
 text-align:center;
}

#tab-02 ul li{
 width:178px;
 height:220px;
 margin:0px 0px 20px 0px;
 display:block;
 text-align:center;
}

#tab-03 ul li{
 width:178px;
 height:180px;
 margin:0px 0px 20px 0px;
 display:block;
 text-align:center;
}

#tab-04 ul li{
 width:237px;
 height:180px;
 margin:0px 0px 20px 0px;
 display:block;
 text-align:center;
}

/****** list-popup *******/
#list-popup {
 width:700px;
 margin:10px auto;
 text-align:left;
}

#list-popup-left {
 width:220px;
 margin:10px 0 0 0;
 float:left;
 text-align:center;
 }

#list-popup-right {
 width:440px;
 margin:10px 0 0 0;
 padding:10px 20px 0 20px;
 float:right;
 background:#f5f8e2;
 font-size:0.8em;
}

#list-popup p.title{
 margin:-10px 0 0 0;
 padding:2px 10px;
 display:block;
 background:#66cc00;
 font-size:1.5em;
 font-weight:bold;
 color:#ffffff;
}

#list-popup p.exp{
 margin:0 0px 6px 12px;
}

/****** hitotoki *******/
#ttl-hitotoki{
 margin:0 0 50px 0;
}
#ttl-hitotoki h2{
 margin:20px 0;
 font-size:0.8em;
}
#ttl-hitotoki h3{
 margin:0 0 10px 0;
 padding:5px;
 color:#2c893a;
 border: 1px solid #919191;
 display:inline-block;
}
#ttl-hitotoki p{
 margin:0 0 10px 0;
}
.hitotoki-exp{
 margin:40px 0 0 0;
 padding:20px;
 background:#ddd6cb;
}

.hitotoki-box{
 margin:40px 0 0 0;
}
.hitotoki-box hr{
 margin:0 0 10px 0;
}
.hitotoki-box ul{
 margin:10px 0 0 20px;
}

.hitotoki-box02{
 margin:40px 0 0 0;
 padding:2%;
 border: 1px solid #919191;
}
.hitotoki-box02:after {
  content: "";
  clear: both;
  display: block;
}
.hitotoki-box02 .left{
 width:55%;
 float:left;
}
.hitotoki-box02 .left h3{
 margin:0 0 10px 0;
 padding:0 0 5px 0;
 color:#2c893a;
 text-align:center;
 border-bottom: 1px solid #919191;
}
.hitotoki-box02 .left h4{
 margin:0 0 10px 0;
 font-size:0.8em;
 font-weight:normal;
 text-align:center;
}
.hitotoki-box02 .left p{
 margin:0 0 10px 0;
 font-size:0.9em;
}
.hitotoki-box02 .left p.more {
 width:60%;
 padding:10px 0 0 0;
 margin:0 auto;
}
.hitotoki-box02 .left p.more a{
 padding:5px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.hitotoki-box02 .left p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}
.hitotoki-box02 .right{
 width:43%;
 padding:0 0 0 2%;
 float:right;
}
.hitotoki-box02 .right p{
margin:5px 0;
font-size:0.8em;
text-align:center;
font-weight:bold;
}

.hitotoki-box02a{
 margin:40px 0 0 0;
 padding:2%;
 border: 1px solid #919191;
 text-align:center;
}
.hitotoki-box02a:after {
  content: "";
  clear: both;
  display: block;
}
.hitotoki-box02a .left{
 width:55%;
 margin:10px 0 0 0;
 float:left;
 text-align:left;
}
.hitotoki-box02a .left ul{
margin:20px 0 0 10px;
}
.hitotoki-box02a .left p{
margin:20px 0 0 0px;
font-size:0.9em;
}

.hitotoki-box02a .right{
 width:43%;
  margin:10px 0 0 0;
 padding:0 0 0 2%;
 float:right;
}


.hitotoki-box03{
 margin:40px 0 0 0;
}
.hitotoki-box03:after {
  content: "";
  clear: both;
  display: block;
}
.hitotoki-box03 hr{
 margin:0 0 10px 0;
}
.hitotoki-box03 div{
 width:30%;
 margin:10px 1.5% 15px 0;
 padding:1%;
 float:left;
 border: 1px solid #919191;
}
.hitotoki-box03 div:last-child{
 margin:10px 0 15px 0;
}
.hitotoki-box03 div h4{
 margin:10px 0;
 text-align:center;
}
.hitotoki-box03 div p{
 font-size:0.8em;
}

.hitotoki-box04{
 margin:40px 0 0 0;
}
.hitotoki-box04:after {
  content: "";
  clear: both;
  display: block;
}
.hitotoki-box04 hr{
 margin:0 0 10px 0;
}
.hitotoki-box04 p{
 margin:0 0 15px 0;
}
.hitotoki-box04 img{
 width:160px;
 height:auto;
 margin:0px 20px 0px 0;
}


/****** r-live *******/
#ttl-rlive{
 margin:0 0 0px 0;
}
#ttl-rlive h2{
 margin:20px 0;
}
#ttl-rlive h3{
 margin:0 0 20px 0;
}
#ttl-rlive p{
 margin:0 0 10px 0;
}

.rlive-box02a{
 margin:40px 0 0 0;
}
.rlive-box02a:after {
  content: "";
  clear: both;
  display: block;
}
.rlive-box02a .left{
 width:48%;
 float:left;
}
.rlive-box02a .left h4{
margin:5px 0;
text-align:center;
font-weight:normal;
font-size:0.9em;
}
.rlive-box02a .right{
 width:48%;
 float:right;
}
.rlive-box02a .right h4{
margin:5px 0;
text-align:center;
font-weight:normal;
font-size:0.9em;
}


.rlive-box02b{
 margin:60px 0 0 0;
}
.rlive-box02b:after {
  content: "";
  clear: both;
  display: block;
}
.rlive-box02b .left{
 width:35%;
 float:left;
}
.rlive-box02b .left h4{
margin:5px 0;
font-size:1.3em;
text-align:center;
}
.rlive-box02b .left h5{
margin:5px 0;
text-align:center;
font-weight:normal;
}
.rlive-box02b .right{
 width:58%;
 padding:10px 15px;
 float:right;
 background:#ddd;
}
.rlive-box02b .right p{
margin:5px 0;
font-size:0.9em;
text-align:left;
}


.rlive-box03a{
 margin:100px 0 0 0;
}
.rlive-box03a:after {
  content: "";
  clear: both;
  display: block;
}
.rlive-box03a hr{
 margin:0 0 10px 0;
}
.rlive-box03a div p{
 width:30%;
 margin:10px 2% 15px 0;
 text-align:center;
 padding:1%;
 color:#fff;
 float:left;
 background:#248a85;
 border-radius:10px;
}
.rlive-box03a div p:nth-child(3n){
 margin:10px 0 15px 0;
}


.rlive-box03b{
 margin:40px 0 0 0;
 padding:10px;
  border: 1px solid #919191;
}
.rlive-box03b:after {
  content: "";
  clear: both;
  display: block;
}
.rlive-box03b h3{
margin:0 0 10px 0;
text-align:center;
}
.rlive-box03b p{
font-size:0.9em;
}
.rlive-box03b .library{
font-size:0.8em;
}
.rlive-box03b div p{
 width:30%;
 margin:10px 2% 10px 0;
 font-size:0.9em;
 text-align:center;
 padding:1%;
 float:left;
}
.rlive-box03b div p:nth-child(3n){
 margin:10px 0 15px 0;
}

.rlive-box02c{
 margin:40px 0 0 0;
}
.rlive-box02c:after {
  content: "";
  clear: both;
  display: block;
}
.rlive-box02c hr{
 margin:0 0 10px 0;
}
.rlive-box02c .left{
 width:63%;
 float:left;
}
.rlive-box02c .right{
 width:35%;
 float:right;
}



/****** kaori *******/
#ttl-kaori{
 margin:0 0 0px 0;
}
#ttl-kaori h2{
 margin:20px 0;
}
#ttl-kaori h3{
 margin:20px 0 10px 0;
 padding:5px 10px;
 color:#fff;
 font-weight:normal;
 background:#4ea898;
 display:inline-block;
}
#ttl-kaori p{
 margin:0 0 10px 0;
}

/*** box03a ***/
.kaori-box03a{}
.kaori-box03a:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box03a img{
 width:32%;
 margin:10px 2% 15px 0;
 text-align:center;
 float:left;
}
.kaori-box03a img:nth-child(3n){
 margin:10px 0 15px 0;
}

/*** box03b ***/
.kaori-box03b{
 margin:40px 0 0 0;
}
.kaori-box03b:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box03b h3{
 margin:0 0 10px 0;
 padding:5px 10px;
 color:#fff;
  font-weight:normal;
 background:#4ea898;
 display:inline-block;
}
.kaori-box03b .box{
 width:32%;
 margin:10px 2% 15px 0;
 float:left;
 background:#f7f6ca;
}
.kaori-box03b .box:nth-child(5n){
 margin:10px 0 15px 0;
}
.kaori-box03b .box p.ttl-01{
margin:0 0 5px 0;
padding:0 5px;
text-align:left;
color:#fff;
font-size:0.8em;
 display:inline-block;
 }
.kaori-box03b .box p.copy-01{
margin:0 0 5px 0;
text-align:center;
font-size:0.8em;
 }
.kaori-box03b .box-in{
margin:5px;
padding:5px;
background:#fff;
}
.kaori-box03b .box-in:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box03b .box-in h4{
margin:0 0 5px 0;
font-size:0.8em;
}
.kaori-box03b .box-in img{
width:30%;
margin:0 5px 0 0;
float:left;
}
.kaori-box03b .box-in p{
font-size:0.7em;
}

/*** box02a ***/
.kaori-box02a{
 margin:20px 0 0 0;
 padding:10px;
 border: 1px solid #919191;
}
.kaori-box02a:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box02a img{
 width:15%;
 float:left;
}
.kaori-box02a p{
 width:82%;
 font-size:0.9em;
 float:right;
}

/*** box02b ***/
.kaori-box02b{
 margin:40px 0 0 0;
}
.kaori-box02b hr{
 margin:0 0 10px 0;
}
.kaori-box02b .case{
background:#c1e2ce;
margin:0 0 20px 0;
}
.kaori-box02b .case:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box02b .case .left{
width:80%;
margin:0 0 10px 0;
padding:0 0 0 1%;
float:left;
}
.kaori-box02b .case .left .place{
 margin:0 0 5px 0;
 padding:0 5px;
 text-align:left;
 font-weight:bold;
 background:#b4d081;
 display:inline-block;
}
.kaori-box02b .case .left .exp{
margin:5px 0 0 0;
font-size:0.8em;
}
.kaori-box02b .case .right{
width:19%;
margin:20px 0 0 0;
float:right;
}

/*** box03c ***/
.kaori-box03c{
 margin:20px 0 0 0;
 padding:10px;
 font-size:0.9em;
 background:#e9f2fb;
}
.kaori-box03c:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box03c .left{
width:50%;
 margin:10px 0 0px 0;
 color:#2e7454;
 float:left;
 text-align:center;
}
.kaori-box03c .left p{
width:220px;
margin:0 0 5px 0;
padding:5px 10px;
color:#fff;
text-align:center;
 background:#4ea898;
 display:inline-block;
 border-radius:15px;
}
.kaori-box03c .right{
width:40%;
 margin:10px 0 0px 0;
  float:right;
}

/*** box02c ***/
.kaori-box02c{
 margin:40px 0 0 0;
}
.kaori-box02c hr{
 margin:0 0 10px 0;
}
.kaori-box02c div{
margin:0 0 20px 0;
}
.kaori-box02c div:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box02c div img{
width:20%;
margin:5px 0 0 0;
float:left;
}
.kaori-box02c div p{
margin:0 0 0 10px;
text-align:left;
float:left;
}

/*** box02d ***/
.kaori-box02d{
 margin:20px 0 0 0;
 background:#decda8;

}
.kaori-box02d:after {
  content: "";
  clear: both;
  display: block;
}
.kaori-box02d p{
 width:48%;
 padding:30px 1% 0 1%;
 font-size:0.9em;
 float:left;
}
.kaori-box02d img{
 width:50%;
 float:right;
}


/* Landscape
--------------------------------*/ 
.land-price{margin:0 0 40px 0;}

.land-price h3{margin:0 0 10px 0;}

.land-price-box01{ margin:0px 0px 20px 0px;}
.land-price-box01:after {
  content: "";
  clear: both;
  display: block;
}
.land-price-box01 .left{
 width:500px;
 float:left;
}
.land-price-box01 .right{
 width:240px;
 margin:0px 0 0 0;
 float:right;
 font-size:0.75em;
 text-align:center;
}

table.table01 {
	width:100%;
	border-right:#bababa solid 1px;
	border-collapse: collapse;
	font-size:0.9em;
}
table.table01 thead th {
	padding:5px 0px;
	border-top:#bababa solid 1px;
	border-right:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	font-weight:normal;
}
table.table01 tbody th {
	background:#3cb145;
	color:#fff;
	padding:5px 5px;
		border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	vertical-align:top;
		font-weight:normal;
}
table.table01 tbody td {
	background:#fff;
	padding:5px 0;
	border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	text-align:center;
	vertical-align:middle;
}


table.table01 thead th.c01{
 width:16%;
 background:#ddd;
}
table.table01 thead th.c02{
 color:#fff;
 background:#3cb145;
 border-left:#bababa solid 1px;
}


table.table02 {
	width:100%;
	border-right:#bababa solid 1px;
	border-collapse: collapse;
	font-size:0.9em;
}
table.table02 thead th {
	padding:5px 0px;
	border-top:#bababa solid 1px;
	border-right:#bababa solid 1px;
			border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	font-weight:normal;
	color:#fff;
    background:#3cb145;
}

table.table02 tbody th {
	background:#3cb145;
	color:#fff;
	padding:5px 5px;
	border-bottom:#bababa solid 1px;
	vertical-align:top;
		font-weight:normal;
}

table.table02 tbody td {
	background:#fff;
	padding:5px 0;
	border-left:#bababa solid 1px;
	border-bottom:#bababa solid 1px;
	text-align:center;
	vertical-align:middle;
}


.land-price-box02 div{
  width: 240px;
 margin:20px 15px 0px 0;
 text-align:left;
 font-size:0.9em;
  text-align:center;
 float:left;
}
.land-price-box02:after {
  content: "";
  clear: both;
  display: block;
}
.land-price-box02 div:nth-child(3n){
 margin:20px 0px 0px 0;
}

.land-price-box03 div{
 margin:20px 60px 0px 0;
 text-align:left;
 font-size:0.9em;
 text-align:center;
 float:left;
}
.land-price-box03:after {
  content: "";
  clear: both;
  display: block;
}
.land-price-box03 div:nth-child(2n){
 margin:20px 0px 0px 0;
}

.presentation-box02 div{
margin:0 40px 20px 0;
text-align:center;
font-size:0.9em;
float:left;
 }
.presentation-box02:after {
  content: "";
  clear: both;
  display: block;
  }
.presentation-box02 img {
margin:0 0 5px 0;
  }

.land-greenhouse{
 margin:20px 0px 0px 0;
}
.land-greenhouse p{
 width:32%;
 margin:0px 2% 0px 0;
 font-size:0.8em;
 text-align:center;
 float:left;
}
.land-greenhouse p:nth-child(3n){
 margin:0px 0 0px 0;
}  

/* futatoki
--------------------------------*/ 
#ttl-futatoki{
 margin:0 0 50px 0;
}
#ttl-futatoki h2{
 margin:20px 0;
 font-size:0.8em;
}
#ttl-futatoki h3{
 margin:0 0 10px 0;
 padding:5px;
 color:#5b9e80;
 border: 1px solid #919191;
 display:inline-block;
 clear:both;
}
#ttl-futatoki p{
 margin:0 0 10px 0;
}

.futatoki-img03{
margin:10px 0 0 0;
}
.futatoki-img03 img{
width:32%;
margin:0 2% 0 0;
}
.futatoki-img03 img:nth-child(3n){
margin:0 0 0 0;
}

.futatoki-back{
 margin:40px 0 0 0;
 padding:20px;
 background:#b5e0cb;
 text-align:center;
}
.futatoki-back p{
text-align:left;
}
.futatoki-back p.title{
 margin:0px 0 10px 0;
 color:#549f7e;
 font-size:1.2em;
 font-weight:bold;
}
.futatoki-back ul{
 margin:10px 0 0px 0;
 padding:0 0 0 1.5em;
 list-style:decimal;
 text-align:left;
 font-weight:bold;
 display:inline-block;
}

.futatoki-service{
 margin:40px 0 0 0;
 padding:10px;
 text-align:center;
 border: 1px solid #919191; 
}
.futatoki-service p.number{
 margin:0 0 10px 0;
 padding:10px 15px;
 color:#fff;
 background:#5b9e80;
 font-size:1.5em;
 font-weight:bold;
  border-bottom: 1px solid #2c893a;
  line-height:1;
  display:inline-block;
  border-radius: 50%;
 
}
.futatoki-service h3{
 font-size:1.6em;
}
.futatoki-service h4{
 margin:0 0 15px 0;
 color:#5b9e80;
}
.futatoki-service ul{
 margin:0px 0 10px 0;
 list-style:none;
}
.futatoki-service ul li{
margin:0 0 15px 0;
padding:0 0 0 0.5em;
font-size:1.1em;
line-height:1; 
}
.futatoki-service ul li img{
margin:0px 5px -5px 0;
}
.futatoki-service p.exp-01{
 margin:20px 0 0 0;
 color:#5b9e80;
 font-size:1.2em;
 font-weight:bold;
}
.futatoki-service p.more {
 margin:20px auto 0 auto;
 display:inline-block;
}
.futatoki-service p.more a{
 padding:5px 10px;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff;
}
.futatoki-service p.more a:hover{
 color:#fff;
 background:#666;
}


.futatoki-flowbox{
 margin:40px 0 0 0;
 text-align:center;
}
.futatoki-flowbox:after {
  content: "";
  clear: both;
  display: block;
}
.futatoki-flowbox hr{
 margin:0 0 10px 0;
}
.futatoki-flowbox p{
width:78%;
text-align:left;
float:left;
}
.futatoki-flowbox .circle{
width:20%;
text-align:center;
float:right;
}
.futatoki-flowbox .flowdown{
margin:20px 0 0 0;
}

.futatoki-menubox{
 margin:40px 0 0 0;
 padding:2%;
 border: 1px solid #919191;
 text-align:center;
}
.futatoki-menubox h3{
margin:0 0 10px 0;
 border-bottom: 1px solid #919191;
}
.futatoki-menubox:after {
  content: "";
  clear: both;
  display: block;
}
.futatoki-menubox .left{
 width:55%;
 margin:10px 0 0 0;
 float:left;
 text-align:left;
}
.futatoki-menubox .left p{
font-size:0.9em;
}
.futatoki-menubox .left ul{
margin:20px 0 0 10px;
}
.futatoki-menubox .left ul li{
margin:0px 0 10px 0;

}

.futatoki-menubox .right{
 width:43%;
  margin:10px 0 0 0;
 padding:0 0 0 2%;
 float:right;
}



/* Display
--------------------------------*/ 
p.presentation-title{
 border-bottom: 1px solid #999;
 font-weight:bold;
 }

.presentation-box div{
width:48%;
margin:0 2% 20px 0;
text-align:center;
font-size:0.9em;
float:left;
 }
.presentation-box:after {
  content: "";
  clear: both;
  display: block;
  }
.presentation-box img {
margin:0 0 5px 0;
  }
  
.pers-box div{
width:48%;
margin:0 2% 20px 0;
text-align:center;
font-weight:bold;
float:left;
 }
.pers-box:after {
  content: "";
  clear: both;
  display: block;
  }



/* seasons
--------------------------------*/ 
#ttl-seasons{
 margin:0 0 50px 0;
}
#ttl-seasons h2{
 margin:20px 0;
 font-size:0.8em;
}
#ttl-seasons h3{
 margin:0 0 10px 0;
 padding:5px;
 color:#e3b6c1;
 border: 1px solid #919191;
 display:inline-block;
 clear:both;
}
#ttl-seasons p{
 margin:0 0 10px 0;
}

.seasons-img02{
margin:10px 0 0 0;
}
.seasons-img02 img{
width:49.5%;
margin:0 1% 1% 0;
}
.seasons-img02 img:nth-child(2n){
margin:0 0 1% 0;
}

.seasons-artist{
margin:0 0 20px 0;
}
.seasons-artist p{
margin:0 0 20px 0;
}

.seasons-img03{
margin:10px 0 0 0;
}
.seasons-img03 img{
width:32%;
margin:0 2% 0 0;
}
.seasons-img03 img:nth-child(3n){
margin:0 0 0 0;
}

.seasons-brand{
 margin:40px 0 20px 0;
 padding:1%;
 border: 1px solid #919191;
 background:#fffef6;
 text-align:center;
}
.seasons-brand img{
width:50%;
 margin:10px 0 20px 0;
}
.seasons-brand p{
 margin:0 0 10px 0;
 text-align:left;
}

.seasons-box{
margin:0 0 40px 0;
 padding:2%;
 border: 1px solid #ccc;
 background:#e8f2de;
}
.seasons-box h3{
margin:5px 0 0 0;
color:#666;
font-size:1.7em;
text-align:center;
}
.seasons-box-spring{ background:#f3fbea;}
.seasons-box-summer{ background:#e5eef7;}
.seasons-box-autumn{ background:#fcf1ec;}
.seasons-box-winter{ background:#f9f0ff;}



/* Novelty
--------------------------------*/ 
p.display-backcolor{
padding:5px 0;
color:#fff;
text-align:center;
background:#999;
}

h3.novelty{
margin:0 0 20px 0;
color:#2c893a;
font-weight:bold;
 }

.novelty-box div{
width:24%;
margin:0 1% 20px 0;
text-align:center;
font-size:0.9em;
float:left;
 }
.novelty-box:after {
  content: "";
  clear: both;
  display: block;
}
.novelty-box div img{
margin:0 0 5px 0;
 }

.puchipo-box{
margin:0 0 20px 0;}
.puchipo-box:after {
  content: "";
  clear: both;
  display: block;
}
.puchipo-box .left{
width:240px;
float:left;
}
.puchipo-box .right{
width:480px;
float:right;
}

table#puchipo {
 width:100%;
 border:solid 1px; 
}

table#puchipo th {
 width:30%;
 padding:6px 0px 2px 0px;
 font-size:0.9em;
 background:#d2e7d0;
 font-weight:normal;
  border-bottom:solid 1px #bababa; 
}

table#puchipo td {
 width:70%;
 padding:6px 0px 2px 4px;
 font-size:0.9em;
 border-bottom:solid 1px #bababa; 
}

.puchipo-back{
padding:20px 5px;
text-align:center;
background:#d2e7d0;
}


.campaign-box01{
margin:0 0 20px 0;}
.campaign-box01:after {
  content: "";
  clear: both;
  display: block;
}
.campaign-box01 .left{
width:370px;
float:left;
}
.campaign-box01 .right{
width:350px;
float:right;
}

.campaign-box02{
margin:0 0 20px 0;}
.campaign-box02:after {
  content: "";
  clear: both;
  display: block;
}
.campaign-box02 .left{
width:240px;
float:left;
}
.campaign-box02 .right{
width:480px;
float:right;
}

.campaign-box03 div{
width:30%;
margin:0 3% 40px 0;
text-align:center;
font-size:0.9em;
float:left;
 }
.campaign-box03:after {
  content: "";
  clear: both;
  display: block;
}
.campaign-box03 div img{
margin:0 0 5px 0;
 }

.campaign-box04 div{
margin:20px 3% 40px 0;
text-align:center;
font-size:0.9em;
float:left;
 }
.campaign-box04:after {
  content: "";
  clear: both;
  display: block;
}
.campaign-box04 div img{
margin:0 0 5px 0;
 }


.industrial-box{
margin:20px 0 0 0;}
.industrial-box:after {
  content: "";
  clear: both;
  display: block;
}
.industrial-box .left{
width:250px;
float:left;
}
.industrial-box .right{
width:470px;
text-align:center;
float:right;
}

.industrial-box p.more {
 width:100%;
 padding:10px 0 0 0;
 margin:0 auto;
}
.industrial-box p.more a{
 padding:5px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.industrial-box p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}


/* Lesson
--------------------------------*/ 
.school-box{
margin:0 0 20px 0;
text-align:center;
}
.school-box:after {
  content: "";
  clear: both;
  display: block;
}
.school-box .left{
float:left;
}
.school-box .right{
float:right;
}

.school-box p.more {
 width:30%;
 padding:10px 0 0 0;
 margin:0 auto;
}
.school-box p.more a{
 padding:5px 0;
 color:#666;
 font-weight:bold;
 text-align:center;
 display:block;
 border: 1px solid #666;
 background:#fff url(../img/top/top-new-backnumber-marker-g.png) no-repeat 90% 50%;
}
.school-box p.more a:hover{
 color:#fff;
 background:#666 url(../img/top/top-new-backnumber-marker-w.png) no-repeat 90% 50%;
}


/* Company
--------------------------------*/ 
/****** company *******/
table#company {
 width:100%;
 margin:0px 0px 0px 0px;
 font-size:0.75em;
}

table#company th {
 width:20%;
 padding:6px 0px 10px 8px;
 font-weight:normal;
 vertical-align:top;
 text-align:left;
 color:#6c4d4b;
 background:url(../img/company/company-marker.gif) no-repeat 0px 8px;
}

table#company td {
 padding:6px 0px 10px 4px;
 vertical-align:top;
}

.president-message{
float:left;}
.president-img{
text-align:center;
float:right;
display:block;}

/****** ourservice *******/
.ourservice-greenbox{
margin:10px 0 20px 0;
padding:20px 0;
text-align:center;
background:#d2e7d0;
}
.ourservice-greenbox p.title{
margin:0 0 10px 0;
font-size:1.8em;
font-weight:bold;
}
.ourservice-greenbox p{
font-size:1.3em;
font-weight:bold;
}

.share{
margin:20px 0;
padding:10px 0 0 0;
 border-top: 1px solid #999;
}
.share:after {
  content: "";
  clear: both;
  display: block;
}
.share .left{
width:320px;
margin:10px 0;
padding:0;
float:left;
}
.share .left-brand{
width:270px;
margin:10px 0;
padding:0;
float:left;
text-align:center;
}
.share .left-brand img{
margin:10px 0;
}
.share .right{
width:430px;
margin:10px 0;
padding:0;
float:right;
text-align:center;
}
.share .right img{
margin:0 0 20px 0;
}
.share-title{
margin:10px 0;
padding:4px 10px;
color:#fff;
background:#aaa;
}




/****** 旧 
.ourservice-greenbox{
margin:10px 0 20px 0;
padding:20px 20px 1px 20px;
text-align:center;
background:#d2e7d0;
}
.ourservice-greenbox p.title{
margin:0 0 10px 0;
font-size:1.4em;
text-align:center;
font-weight:bold;
}
.ourservice-greenbox p{
margin:0 0 20px 0;
text-align:left;
}
.ourservice-advantagebox{
margin:20px 0 20px 0;
padding:20px 10px 1px 10px;
font-size:1.2em;
text-align:center;
background:#d2e7d0;
}
.ourservice-advantagebox ul{
margin:0 0 20px 0;
padding:0 0 0 20px;
font-size:0.8em;
text-align:left;
}
.ourservice-advantagebox li{}

.img-text{
 margin:10px 0 0 0;
 position:relative;
 text-align:center;
}

.img-text p.saisho01{
 position:absolute;
 top:50px;
 left:0px;
}

.img-text p.saisho02{
 position:absolute;
 top:95px;
 left:0px;
}

.img-text p.ourservice-01{
	position:absolute;
	top:257px;
	left:186px;
	text-align:left;
}

.img-text p.ourservice-02{
	position:absolute;
	top:257px;
	left:428px;
	text-align:left;
}

.img-text p.ourservice-03{
	position:absolute;
	top:515px;
	left:250px;
}
*******/



/* Information
--------------------------------*/ 
table#information {
 width:100%;
 margin:0px 0px 0px 0px;
 font-size:0.75em;
}

table#information th {
 width:25%;
 padding:6px 0px 2px 8px;
 font-weight:normal;
 vertical-align:top;
 text-align:left;
 color:#6c4d4b;
 background:url(../img/company/company-marker.gif) no-repeat 0px 8px;
}

table#information td {
 padding:6px 0px 2px 4px;
 vertical-align:top;
}

.w-s{width:15%;}
.w-m{width:50%;}
.w-l{width:80%;}

/* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */
.msg { color:#ff0000; }


/* Recruit
--------------------------------*/ 
.recruit-box{ margin:0px 0px 40px 0px;}
.recruit-box:after {
  content: "";
  clear: both;
  display: block;
}
.recruit-box .left{
 width:450px;
 float:left;
}
.recruit-box .right{
 width:300px;  
 float:right;
}

.recruit-box-detail{ margin:0px 0px 40px 0px;}
.recruit-box-detail:after {
  content: "";
  clear: both;
  display: block;
}
.recruit-box-detail .left{
 width:550px;
 float:left;
}
.recruit-box-detail .right{
 width:200px;
 margin:10px 0 0 0;
 float:right;
 font-size:0.75em;
 text-align:center;
}

table#recruit {
 width:100%;
 margin:-20px 0px 0px 0px;
 font-size:0.75em;
}
table#recruit th {
 width:15%;
 padding:6px 0px 10px 8px;
 font-weight:normal;
 vertical-align:top;
 text-align:left;
 color:#6c4d4b;
 background:url(../img/company/company-marker.gif) no-repeat 0px 8px;
}
table#recruit td {
 padding:6px 0px 10px 4px;
 vertical-align:top;
}

.recruit-exp p{
margin:0 0 20px 0;
}

.recruit-pic{
 width:100%;
}
.recruit-pic:after {
  content: "";
  clear: both;
  display: block;
}

.recruit-pic p{
 width:200px;
 margin:0 40px 0 0;
 font-size:0.75em;
 text-align:center;
 float:left;
}


/* Shopinfo
--------------------------------*/ 
.info-box{
 width:160px;
 height:200px;
 padding:10px;
 margin:10px 10px 10px 10px;
 float:left;
 background:#ffffff;
}

.info-box p{
 padding:2px 0 0 0;
 font-size:0.6em;
 line-height:1.5;
 color:#666666;
}

.backnumber{
 font-size:0.7em;
 position:absolute;
 top:2px;
 right:4px;
}

.flow-left{
 position:absolute;
 bottom:4px;
 left:10px;
}

.flow-right{
 position:absolute;
 bottom:4px;
 right:10px;
}

.brand {margin:0 0 20px 0;}
.brand img.logo{margin:10px 0;}
.brand p{margin:0 0 20px 0;}
.brand p.address{font-size:0.75em;}

.brand-box{margin:0 0 20px 0;}
.brand-box:after {
  content: "";
  clear: both;
  display: block;
}
.brand-box img{
width:160px;
height:auto;
margin:10px 20px 20px 0;
}


.brand-box img:hover{
 opacity:0.6;
 filter: alpha(opacity=60);
}

.shopinfo{ margin:0px 0px 40px 0px;}
.shopinfo-box{ margin:0px 0px 10px 0px;}
.shopinfo-box:after {
  content: "";
  clear: both;
  display: block;
}
.shopinfo-box .left{
 width:460px;
 font-size:0.75em;
 float:left;
}
.shopinfo-box .left img{
margin:0 0 20px 0;
}
.shopinfo-box .left p{
margin:0 0 10px 0;
}
.shopinfo-box .right{
 float:right;
}
.shopinfo-box .right img{
  width: 267px;
}
.shopinfo-comment{
margin:0 0 20px 0;
font-size:0.75em;

}


/* About order
--------------------------------*/ 
.order-box {}
.order-box:after {
  content: "";
  clear: both;
  display: block;
}

.order-box div{
 width:115px;
 height:125px;
 margin:0 9px 0 0;
 text-align:center;
 float:left;
 border:solid 1px #999;
}
.order-box div:nth-child(6n){
margin:0;
}
.order-box div p.o01{
color:#fff;
font-size:1.2em;
  background:#bbb;
}
.order-box div p.o02{
padding:8px 2px;
font-size:0.8em;
}

.order-btn{
width:100%;
text-align:left;
}

.card-box01{
margin:0 0 20px 0;}
.card-box01:after {
  content: "";
  clear: both;
  display: block;
}
.card-box01 p{
margin:0 16px 10px 0;
text-align:center;
float:left;
}
.card-box01 p:nth-child(3n){
margin:0px 0 10px 0px;
}

.card-box02{
margin:10px 0 0 0;
}
.card-box02:after {
  content: "";
  clear: both;
  display: block;
}
.card-box02 .left{
width:480px;
float:left;
}
.card-box02 .right{
float:right;
}
.card-box02 ul{
padding:0 0 0 26px;
}


/* Privacy
--------------------------------*/ 
.privacy {
 font-size:0.75em;
}
.privacy ul{
 margin:20px 0px 0 26px;
 list-style:decimal;
}
.privacy ul li {margin:0px 0px 10px 0px;}
.privacy ul li ul{
 margin:0px 0px 0px 20px;
 list-style:disc;
}
.privacy ul li ul li{
 margin:0;
 list-style:disc;
}
