@charset "utf-8";

/********* HTML再定義 ***********************************************/


body {
	background-color: #efefef;
	_display: inline;
_zoom:1;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;

}

/********* 全体 *****************************************************/

div#container {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFFFFF;
}

.center{
text-align: center;

}

hr {
clear: both;
}

.right{
text-align: right;
}

.center{
text-align: center;
}

.left{
text-align: left;
}

.disnon{
display: none;
}

/********* ヘッダー *************************************************/

div#header {
	clear: both;
	clear: both;
	height: 240px;
	background-color: #fff;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;

}
div#header h1 {
	line-height: 1.0;
	margin: 0;
	display: none;
}
div#header h1 a:link, div#header h1 a:visited {
	color: #222222;
	text-decoration: none;
}
div#header h1 a:active, div#header h1 a:hover {
	color: #777777;
	text-decoration: none;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
	height: 100px;
	min-width: 1024px;
	max-width: 100%;
	margin: o auto;
	background-color: #d58aff;
	
}



/*
バックボタン
-------------------------------------------------------------------*/

#backTop {
text-align: center;
margin: 0 auto;
}

#backTop a {
	height: 100px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;/* transition */

}

#backTop a:hover {
	color: #000;
}
/* arrow icon (span tag) */

#backTop span {
	width: 100%;
	height: 100px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/back.gif) no-repeat center center;/* rounded corners */


}

#backTop a:hover span {
	background-color: #c8c8c8;
}






/********* メニュー *************************************************/



/* ナビゲーション */
div#menu h2 {
	display: none;
}


#menu ul

{
height: 38px;
width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #666666), color-stop(100%, #000000) );
	background:-moz-linear-gradient( center top, #666666 5%, #000000 100% );
	background:-ms-linear-gradient( top, #666666 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background-color:#666666;}

#menu ul:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#menu li
{
    display: block;
    width: 169px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
    float: left;
    height: 60px;
    overflow: hidden;
}


#menu li a
{
padding-top:8px ;
padding-bottom: 5px;
    display: block;
    text-align: center;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #666666), color-stop(100%, #000000) );
	background:-moz-linear-gradient( center top, #666666 5%, #000000 100% );
	background:-ms-linear-gradient( top, #666666 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background-color:#666666;
}

#menu li span.en
{
    display: block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: bold;
    color: #8B99D9;
    line-height: 15px;
    padding-bottom: 10px;
}

#menu li span.ja
{
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}


#menu a:link
{
    color: #fff;
    text-decoration: none;
    
    
}
#menu a:visited
{
    color: #ffffff;
    text-decoration: none;
       background-color: #d5c0ff;

}
#menu a:hover
{
    color: #00ff80;
    text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #000000), color-stop(100%, #666666) );
	background:-moz-linear-gradient( center top, #000000 5%, #666666 100% );
	background:-ms-linear-gradient( top, #000000 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background-color:#000000;
}
#menu a:active
{
    color: #ff2167;
    text-decoration: none;
}




/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 750px;
}

div#content img{

 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.68);
    	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;

}

div#mainContents {
	float: left;
	width: 700px;

}

/********* 新着情報 *****************************************************/

#topNews{
margin-left: 40px;
width: 670px;
height: 100px;
overflow: hidden;
	background-image: url('../images/w-new-bak.jpg');
	background-repeat: no-repeat;
}

#topNews dt{
float: left;
clear: both;
}

/********* INDEXAROMA *****************************************************/

.indexAroma{

width: 220px;
float: left;
margin-right:20px ;
}

.indexAroma dt{
text-align: center;
}

.indexAroma dd{
margin: 0;
font-size: 12px;
padding: 10px 0px 10px 0px;
}


.indexAroma-right{
width: 220px;
float: right;
}

.indexAroma-right dt{
text-align: center;
}


.indexAroma-right dd{
margin: 0;
font-size: 12px;
padding: 10px 0px 10px 0px;

}

/********* リンクコンテンツ ***********************************************/

#linkContents {
width: 100%;
}

#linkContents dt{
float: left;
margin-right: 20px;
clear: both;
}


#linkContents dd{
padding: 0px 0px 10px 10px;
font-size: 12px;
}

/********* 問い合わせフォーム *****************************************************/

div#toiawaseContents {
	float: left;
	width: 980px;
	margin-left: 20px;
min-height: 600px;
background-image: url('../images/toiawaseimage.jpg');
background-repeat: no-repeat;
background-position:center center;
}

div#toiawaseContents dd{
margin-bottom: 20px;
}

div#toiawaseContents form{
opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
filter: Alpha(opacity=40); /*IE8以下*/
}

/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 100%;
	margin: 15px 0;
	

}
div#entry div.entry h3 {
	margin: 0;
	padding: 10px 10px 0 10px;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 2px;
	border-top: 1px solid #CCCCCC;
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}

/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 30px;
		
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: right;
	width: 260px;
	margin-left: 10px;
	margin-bottom: 20px;
	
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 15px 0;
	padding-bottom: 10px;
	
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #ddffdd) );
	background:-moz-linear-gradient( center top, #fff 5%,  #ddffdd 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #ddffdd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #ddffdd');

    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	
}
div#utility div.utility h3 {
	padding: 10px 10px 0 10px;
	font-size: 13px;
}
div#utility div.utility div.content {
	margin: 0 10px;
}
div#utility div.utility ul {
	margin-right: 0;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	display: none;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 170px;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}

div#utility div.utility table.calender {
	margin: 0;
	border: 0px solid #000000;
	width: 100%;
}
div#utility div.utility table.calender tr th, table.calender tr td {
	padding: 5px;
	border: 0px solid #000000;
	font-weight: normal;
	text-align: center;
}
div#utility div.utility table.calender tr td span.day {
	color: #222222;
}
div#utility div.utility table.calender tr td span.satday {
	color: #2222CC;
}
div#utility div.utility table.calender tr td span.sunday {
	color: #CC2222;
}
div#utility div.utility ul.calender {
	margin: 10px 0;
}
div#utility div.utility ul.calender li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	max-width: 180px;
	max-height: 130px;
	margin-bottom: 5px;
}

/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #AAAAAA;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}

/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

/********* レスポンシブ *********************************************/

@media (max-width: 480px) {
	body {
		padding: 5px;
	}
	form textarea {
		width: 95%;
	}
	img {
		max-width : 100%;
		height: auto;
	}
	div#container {
		width: 90%;
		padding: 15px;
	}
	div#content {
		float: none;
		width: 100%;
	}
	div#entry div.entry {
		width: 100%;
		border-right: 0;
		border-left: 0;
	}
	div#utility {
		float: none;
		width: 100%;
		margin: 0;
	}
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}


/*
カラー　ライム-------------------------------------------------------------------*/
.lime{
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #ddffdd) );
	background:-moz-linear-gradient( center top, #fff 5%,  #ddffdd 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #ddffdd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #ddffdd');

    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;

	}
	
	
/*
カラー　ピンク-------------------------------------------------------------------*/	
.pink{
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #ffddee) );
	background:-moz-linear-gradient( center top, #fff 5%,  #ffddee 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #ffddee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #ffddee');

    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
		padding: 10px;

	}
	
	
/*
カラー　イエロー-------------------------------------------------------------------*/	
.yellow{
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #ffffdf) );
	background:-moz-linear-gradient( center top, #fff 5%,  #ffffdf 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #ffffdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #ffffdf');
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
		padding: 10px;

	}


/*
カラー　パープルー-------------------------------------------------------------------*/	
.purple{
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #eeddff) );
	background:-moz-linear-gradient( center top, #fff 5%,  #eeddff 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #eeddff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #eeddff');

    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	}		


/*
カラー　ブルー-------------------------------------------------------------------*/	
.blue{
	border:1px solid #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #d0f0ff) );
	background:-moz-linear-gradient( center top, #fff 5%,  #d0f0ff 100% );
	background:-ms-linear-gradient( top, #fff 5%,  #d0f0ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #d0f0ff');

    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	}		

	
/*
ネットショップ
-------------------------------------------------------------------*/

div#pageContents{
width: 1024px;
min-height: 400px;

	background-color: #fff;
	margin-top: -16px;
	
}

div#shopContents {
	width: 750px;
	float: left;
}

div#pageContents h2{

font-size: 12px;
font-style: normal;
}




div#shopContents table{

	vertical-align: middle;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
 	border:1px solid #dcdcdc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dcdcdc), color-stop(100%, #f1f1f1) );
	background:-moz-linear-gradient( center top, #dcdcdc 5%, #f1f1f1 100% );
	background:-ms-linear-gradient( top,#dcdcdc 5%, #f1f1f1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f1f1f1');
	background-color:#ededed;

}

div#shopContents dd{
margin-bottom: 20px;
}


div#shopside{
float: right;


}

div#shopside img{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


div#shopside a:hover img{
opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
filter: Alpha(opacity=40); /*IE8以下*/
text-decoration: none;
border: none;

}


div#shopside dd{
margin: 0px;
padding: 0px;

}
div#shopside ul{
margin-left: 0px;
}

div#shopside li{
list-style: none;
margin-bottom: 5px;

}

div#shopside dd p{
width: 280px;
font-size: 12px;
color: #ca6500;
}

div#shopsideTop{
position:absolute;
top:420px;
left:700px;
float: right;
padding-top: 20px;
width: 280px;
margin-right: 20px;
min-height: 500px;

}

div#shopsideTop a:hover img{
opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
filter: Alpha(opacity=40); /*IE8以下*/
text-decoration: none;
border: none;

}


div#shopsideTop dd{
margin: 0px;
padding: 0px;

}
div#shopsideTop ul{
margin-left: 0px;
}

div#shopsideTop li{
list-style: none;
margin-bottom: 5px;

}

div#shopsideTop dd p{
width: 280px;
font-size: 12px;
color: #ca6500;
}


.shohin-titel{
padding: 5px;
margin-top: 30px;
background-color: #d7d7d7;
font-weight: normal;
margin-right: 10px;

	vertical-align: middle;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
 	border:1px solid #dcdcdc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dcdcdc), color-stop(100%, #f1f1f1) );
	background:-moz-linear-gradient( center top, #dcdcdc 5%, #f1f1f1 100% );
	background:-ms-linear-gradient( top,#dcdcdc 5%, #f1f1f1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#f1f1f1');
	background-color:#ededed;



}

.shohin-titel a{
color: #ff47b9;
}


.shopword {

float: left;
height: 40px;
margin-right: 10px;
}

.shop {
width: 100%;
}

.shop th{
width: 160px;
text-align: right;
border-color: #d8d8d8;
}

.shop td{
border-color: #d8d8d8;
background-color: #fff;

}

.shohin-img240 {
float: left;
margin: 0px;
width: 180px;
}

.shohin-img240 img{
width: 180px;
background: #ccc;
border: 5px solid white;
position:relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.shohin-img500 {
text-align: center;
}


.shohin-img500 img{
width: 240px;
background: #ccc;
border: 5px solid white;
position:relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin-bottom: 20px;

}

.setumei{
margin-left: 200px;
padding: 20px;
}

.aiueo{
float: left;
margin-right: 10px;
list-style: none;
}


.shohin-text{
margin: 0 auto;
width: 540px;
padding: 20px;
background: #fff;
border: 5px solid white;
position:relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

}

.shop-putin{
width: 100%;
}


#order {
margin: 0 auto;
margin-top: 20px;
width: 720px;
padding: 20px;
border: 5px solid white;
position:relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

#order table{
width: 100%;
}

#yoyaku {
float: right;
width: 300px;
margin-top: -40px;

}
.yoyaku li{
float: right;
width: 300px;

}

.yoyaku li{
height: 100px;
border: 5px solid white;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.68);
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
list-style: none;
margin-right: 10px;
}

div#yoyaku a:hover img{
opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
filter: Alpha(opacity=40); /*IE8以下*/
text-decoration: none;
border: none;

}


.indexAbout{
clear: both;
}

.indexAbout dd{
padding: 10px 40px 10px 40px;
font-size: 16px;
}

#prf {
clear: both;
}

#prf dd{
padding: 0;
margin: 0;
font-size: 14px;
color: #800040;
}

#prf dd img{
margin: 0px 20px 20px 0px;
}

.cartin{
margin: -5px 0px 0px 40px;
}

/*
スペース
-------------------------------------------------------------------*/

.spc5{height:5px; visibility: hidden;}
.spc10{height:10px; visibility: hidden;}
.spc15{height:15px; visibility: hidden;}
.spc20{height:20px; visibility: hidden;}
.spc25{height:25px; visibility: hidden;}
.spc30{height:30px; visibility: hidden;}
.spc35{height:35px; visibility: hidden;}
.spc40{height:40px; visibility: hidden;}
.spc45{height:45px; visibility: hidden;}
.spc50{height:50px; visibility: hidden;}
.spc55{height:55px; visibility: hidden;}
.spc60{height:60px; visibility: hidden;}
.spc65{height:65px; visibility: hidden;}
.spc70{height:70px; visibility: hidden;}
.spc75{height:75px; visibility: hidden;}
.spc80{height:80px; visibility: hidden;}
.spc85{height:85px; visibility: hidden;}
.spc90{height:90px; visibility: hidden;}
.spc95{height:95px; visibility: hidden;}
.spc100{height:100px; visibility: hidden;}
.spc110{height:110px; visibility: hidden;}
.spc150{height:150px; visibility: hidden;}