/************************************************************
 *   フランジパニ・エステティックス用CSS
 ************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
li {
	list-style-type: none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
}
img {
	vertical-align: bottom;
	border:0px;
}
*{
	margin: 0px;
	padding: 0px;
}
#container {
/*	width:960px;*/
	margin: 0px auto;
}
#main {
	width: 960px;
	background-color: #FFF;
    margin: 0 auto;
}
#main_head_grp {
	width: 960px;
	height: 660px;
}
#main_head_grp .left {
	width: 480px;
	height: 300px;
	float: left;
}
#main_head_grp .right {
	width: 480px;
	height: 300px;
	float: right;
	background-image: url(/opt/img/frangipani/img_main_bottom_right.jpg);
	background-repeat: no-repeat;
}
#main_head_grp .right span {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #3E1A04;
	padding-top: 50px;
	padding-left: 10px;
}
#main_content {
	width: 960px;
	background-image: url(/opt/img/frangipani/pt_back.gif);
	background-repeat: repeat;
	padding-bottom: 80px;
}
#main_content p.img_bottom {
	font-size: 0px;
}
#main_content h3.appeal_title {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 0px;
	background: none;
	height: 88px;
}
#main_content .appeal {
	width: 920px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#main_content .appeal .in {
	width: 840px;
	background-image: url(/opt/img/frangipani/frame_middle_appeal.gif);
	background-repeat: repeat-y;
	padding: 10px 40px;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
#main_content .appeal .in .left_a {
	width: 400px;
	float: left;
}
#main_content .appeal .in .right_a {
	width: 420px;
	float: right;
}
#main_content .appeal .in .left_b {
	width: 420px;
	float: left;
}
#main_content .appeal .in .right_b {
	width: 400px;
	float: right;
}
#main_content .appeal .in .space_top {
	padding-top: 20px;
}
#main_content .sko {
	width: 900px;
	height: 240px;
	background-image: url(/opt/img/frangipani/img_sko.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#main_content .sko span {
	display: block;
	font-size: 16px;
	line-height: 1.35em;
	color: #333;
	font-weight: bold;
	padding-top: 80px;
	padding-left: 270px;
}
#main_content p.bt_spamenu {
	text-align: center;
	padding-top: 30px;
}
#main_content p.bt_spamenu a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
p.bt_pagetop {
	width: 180px;
	height: 40px;
	padding:10px 0px;
	float: right;
}
p.bt_pagetop a {
	width: 180px;
	height: 40px;
	display: block;
	background:url(/opt/img/frangipani/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p.bt_pagetop a:hover {
	background-position: left bottom;
}
p.bt_pagetop a span {
	position:absolute;
	left:-7650px;
}



@media (min-width: 640px) {
  .pc_none {
    display: none !important;
  }
ol#panlist_bali li {
    display: inline-block;
    padding: 5px 0;
}
}
@media (max-width: 639px) {
.sp_none {
  display: none !important;
}

#panlist_bali {
background: #6c5c0c;
  color: #fff;
  font-size: 12px;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 4px;
width: auto;
}
#panlist_bali li {
  float: left;
}
#panlist_bali li a {
  color: #ffcc00;
}
#panlist_bali li a {
  color: #ffcc00;
}
#main img{
max-width: 100%;
height: auto;
}
#main * {
  box-sizing: border-box;
}

#container,
#main,#main_content,
#main_content .appeal,
#main_content .appeal .in




{
width: auto;
}


#main_head_grp,
#main_head_grp .left,
#main_head_grp .right,
#main_content .appeal .in .left_a,
#main_content .appeal .in .right_a,
#main_content .appeal .in .left_b,
#main_content .appeal .in .right_b



{
width: auto;
height: auto;
float: none;
}

#main_head_grp .right span{
font-size: 3.5vw;
padding: 10px;
}
#main_content .appeal .in{
background-size: contain;
padding: 10px 15px;
}
#main_content .sko{
width: auto;
height: auto;
background-image: url(/opt/img/frangipani/img_sko_2sp.gif), url(/opt/img/frangipani/img_sko_1sp.gif);
background-repeat: no-repeat,repeat-y;
background-position: left top,left top;
background-size: 195px ,auto;
max-height: 250px;
border-radius: 0px;
border-right: 3px solid #EEE;
border-bottom: 3px solid #EEE;
background-color: #fff;
padding: 50px 10px 10px 20px;
}
#main_content .sko span{
font-size: 3.5vw;
padding: 0;
}
#main_content{
padding: 0 10px 20px;
}
p.bt_pagetop{
display: none;
}
#main_head_grp .right{
background: url("/opt/img/frangipani/pt_back.gif") left top, rgb(255, 255, 255);}
#main_content h3.appeal_title{
padding-top: 20px;
padding-bottom: 0;
height: 68px;
}
#main_content .appeal .in .space_top {
  padding-top: 0;
}

}