/*====================================

ブラウザのデフォルトリセット　初期設定

====================================*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p,
header, hgroup, nav, section, article, aside, footer, figure, figcaption {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,body {
	text-align:center;
	
}

body {
	background-color:#fef1ed;
	font-family: Helvetica;
	margin: 0 auto;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	background-image: url(../img/common/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
	backgroundimage-size:393px 1px;
}

#wrapper{
	margin: 0 auto;
	text-align: center;
	width: 95%;
}

.wrap{
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	background-image: url(../img/common/bg_block.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:200px;
}

p{
	text-align: left;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul, li{
	margin: 0;
	padding: 0;
	text-align: left;
}

a:link {
	color: #2f0c00;
	text-decoration:none;
}
a:visited {
	color: #2f0c00;
	text-decoration:none;
}
a:hover {
	color: #f0a389;
}
a img{
	border: none;
  vertical-align: top;
}

/***** List (base) ******/		
.m_list{
	color: 000000;
	background: #ffffff;
	border: 1px solid #B4B4B4;
	font: bold 17px Helvetica;
	width:100%;
	padding: 0;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

.m_list li {
	color: #666;
	font-size: 14px;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;	
	padding: 10px;
	text-align: left;
}

/* when you have a first LI item on any list */
li:first-child {	
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

li:last-child {	
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
					
					
/* universal arrows */


.cl_g{
	color: #999999;
}

.mt10{margin-top: 10px!important;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}

.tal {
	text-align:left;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.cp{
	text-align: center;
	font-size: 10px;
	margin-bottom:10px;
}

.hissu {
	color:#FF3300;
	font-size:85%;
}


/*メニュー部分*/

#menu {
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}

#menu ul {
	width:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	min-width:280px;
	position:relative;
	left:50%;
	float: left;
}

#menu li {
	float:left;
	text-align:center;
	list-style:none;
	width:auto;
	margin-right:10px;
	position:relative;
	left:-50%;
}

#menu li:last-child {
	float:left;
	text-align:center;
	list-style:none;
	width:auto;
	margin-right:0px;
	position:relative;
	left:-50%;
}

/*--------------------------------------
  トップページ
---------------------------------------*/

#mainarea {
	width:306px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:150px;
}

#mainarea img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#mainarea img.active {
    z-index:10;
}

#mainarea img.last-active {
    z-index:9;
}

#information li {
	list-style:none;
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
}

/*--------------------------------------
  エステ　beauty
---------------------------------------*/

.imagebox {
	text-align:center;
	
}

.imagebox img {
}

.detailbox {

}

#beauty h2 {
	margin-top:15px;
	margin-bottom:20px;
}

#beauty h4 {
	color:#ac4f30;
	font-size:123%;
	background-color: #FCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom:15px;
}

#beauty h5 {
	font-weight:bold;
	font-size:123%;
	color:#ac4f30;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
	text-shadow: 1px 1px 0px #ffffff;
}

#beauty h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size:108%;
	color:#ac4f30;
}

#beauty dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
	margin-bottom: 10px;
	background-size:11px 10px;
	background-image: url(../img/common/bg_dt.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-align:left;
	padding-left:18px;
}

#beauty dd {
	margin-left:0;
	padding-left:0;
	margin-bottom:20px;
}

.beautyprice {
	color:#c43e71;
	font-size:108%;
}

.h7 {
	font-size:108%;
	font-weight:bold;
	display: block;
}

/*--------------------------------------
  キラ化粧品　kira
---------------------------------------*/

.imagebox {
	text-align:center;
	
}

.imagebox img {
}

.detailbox {

}

#kira h2 {
	margin-top:15px;
	margin-bottom:20px;
}


#kira h5 {
	font-weight:bold;
	font-size:123%;
	color:#ac4f30;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
	text-shadow: 1px 1px 0px #ffffff;
}

#kira h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight:normal;
	font-size:108%;
	color:#ac4f30;
}

#kira dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
	margin-bottom: 10px;
	background-size:11px 10px;
	background-image: url(../img/common/bg_dt.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-align:left;
	padding-left:18px;
}

#kira dd {
	margin-left:0;
	padding:5px;
	margin-bottom:20px;
	background-color:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#kira dd li {
	list-style:none;
}

#safepoint {
	margin-bottom:25px;
}

#safepoint li {
	margin-bottom:8px;
	padding-left: 12px;
	list-style-position: inside;
}

#alertincart {
	display:none;
	color: #e9015c;
	position:fixed;
	z-index:10000;
	text-align:center;
	background-color:#FFF;
	padding:10px;
	width:100%;
}

#kira .imgarea .leftbox {
	float:left;
	max-width:150px;
}
#kira .imgarea h3 {
color: #2f0c00;
}

#kira .imgarea h4 {
color: #eb8a69;
font-weight:normal;
}

#kira .imgarea img {
	float:right;
}

#cart h3 {
	color:#ac4f30;
	font-size:123%;
	background-color: #FCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom:15px;
}

#cart select {
	margin-bottom:20px;
}

#cart .inputtext001 {
	margin-bottom:20px;
	padding:5px;
	width:270px;
}

#cart #sumall {
	background-image: url(../img/php/bg_cartsum.gif);
	height: 26px;
	width: 241px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size:123%;
	color:#ffffff;
	font-weight:bold;
}

.inbox li {
	vertical-align:middle;
}

.inbox select , .inbox img {
	vertical-align:middle;
}

/*--------------------------------------
  access
---------------------------------------*/

#access h1#title {
	font-weight:bold;
	font-size:123%;
	color:#ac4f30;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	text-shadow: 1px 1px 0px #ffffff;
}


#access h2 {
	color:#ac4f30;
	font-size:123%;
	background-color: #FCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom:15px;
}

#access select {
	margin-bottom:20px;
}

#access .inputtext001 {
	margin-bottom:20px;
	padding:5px;
	width:270px;
}

#access textarea {
	width:276px;
	height:80px;
}

.link li {
	list-style:none;
	margin-bottom: 10px;
	background-size:11px 10px;
	background-image: url(../img/common/bg_dt.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align:left;
	padding-left:18px;
}

/*--------------------------------------
  contact
---------------------------------------*/

#contact p {
	margin-bottom:20px;
}

#contact h3 {
	color:#ac4f30;
	font-size:123%;
	background-color: #FCC;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom:15px;
}

#backlist li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
	margin-bottom: 10px;
	background-size:11px 10px;
	background-image: url(../img/common/bg_dt.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-align:left;
	padding-left:18px;
}


/*--------------------- 
  school
-----------------------*/

.imgrightfloat {
	margin-left:10px;
	float:right;
}


/*--------------------------------------
  clear
---------------------------------------*/

.clrfx{
	min-height:1%;
}
.clrfx:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after{
	content:".";
}