@charset "UTF-8";
.top-logo1{
	position: fixed;
	right: 25px;
	bottom: 70px;
	}
.top-bn{
	position: fixed;
	left: 10px;
	bottom: 100px;
	}
.top-bnlp{
	position: fixed;
	left: 200px;
	bottom: 124px;
	}
.top-logo2{
	position: fixed;
	right: 115px;
	bottom: 70px;
	}
.newsarea-title {
	float: left;
	margin: 5px 0 0 0;
}
#newsarea {
	background: #071a3d;
	box-shadow: 1px 1px 4px #000; /*CSS3*/
	-moz-box-shadow: 1px 1px 4px #000; /* Firefox用*/
	-webkit-box-shadow: 1px 1px 4px #000; /* Google Chrome, Safari用*/
	width: 360px;
	padding: 5px 10px;
}
#newsarea {
	position: absolute;
	top: -100px;
	left: 10px;
z-index: 3000;
}
.newarea-text {
	font-size: 11px;
	margin: 3px 0 0 0;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	float: left;
	margin-left: 5px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	-webkit-box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	   -moz-box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	    box-shadow: 0 0 6px 2px rgba(200,200,200,0.2) inset;
	
}
.searcharea, .submitarea {
	-webkit-box-shadow: 0 0 6px 5px rgba(200,200,200,0.2) inset;
	-moz-box-shadow: 0 0 6px 5px rgba(200,200,200,0.2) inset;
	box-shadow: 0 0 6px 5px rgba(200,200,200,0.2) inset;
}
.main-contents{
	background: #fff;
	width: 940px;
	margin: 20px auto;
	background-color:rgba(255,255,255,0.65);
	 color: #444;
	 line-height: 1.7;
	 
	 border-radius: 12px;        /* CSS3草案 */
	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 12px;   /* Firefox用 */
	}
.contents-padding{
	padding: 30px;
	}
.contents-padding02{
	padding: 20px;
	}
.left-area{
	float: left;
	width: 130px;

	}
.right-area{
	float: right;
	width: 700px;
	}

/*consept*/
.howtomake{
	padding: 20px;
	border: 1px solid #cccs;
	background-color:rgba(7,26,61,0.10);
	margin: 20px 0;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	}
.howtomake h3{
	background: #071a3d;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 3px 0;
	margin-bottom: 10px;
	color: #fff;
	
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
		}
.concept-table{
	border: 1px solid #aaa;
	width: 100%;
	margin: 15px 0;
		}
.concept-table th{
	background: #071a3d;
	color: #eee;
	padding: 10px;
	font-size: 11px;
	border-right: 1px solid #7386a9;
		}
.concept-table th.noborder{
	border-top: none;
		}
.concept-table td{
	background: #fff;
	color: #444;
	padding: 10px;
	font-size: 11px;
	border-right: 1px solid #aaa;
		}
.concept-table td.noborder{
	border-top: none;
		}

		
/*トリートメント*/
.triatment-ul{
z-index: 1;
	}
.triatment-ul li{
	float: left;
	margin-left: 5px;
	}

.triatment-ul li:first-child{
	margin-left: 0;
	}
.treatment-facial-area{
	margin-right: 15px;
	float: left;
	}
.treatment-body-area{
	float: left;
	}
.triatment-ul li.gNav01{	position: relative; }
.triatment-ul li.gNav02{	position: relative; }
.triatment-ul li.gNav03{	position: relative; }
.triatment-ul li.gNav04{	position: relative; }
.triatment-ul li.gNav05{	position: relative; }
.triatment-ul li.gNav06{	position: relative; }
.triatment-ul li.gNav07{	position: relative; }
.triatment-ul li.gNav08{	position: relative; }
.triatment-ul li.gNav09{	position: relative; }
.gNavSubInner{
	position: absolute;
	bottom: 60px;
	left: -192px;
	z-index: 1000;
	}
.gNavSubInner02{
	position: absolute;
	bottom: 50%;
	left: 10px;
	z-index: 1000;
	}
.gNavSubInner li{
	margin: 0;
	padding: 0;
	height: 49px;
	}
.gNavSubInner02 li{
	margin: 0;
	padding: 0;
	height: 49px;
	}
#gNav ul li div.gNavSub {
	display: none;
	overflow: hidden;
	z-index: 1;
}
#gNav{
	z-index: 1;
	background:  #222;
	}


.gNavSubInner li a:hover img{
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	}
.treatment-table01{
	border: 4px solid #b4c8d9;
	width: 100%;
	}
.treatment-table01 th{
	padding: 10px;
	background: #071a3d;
	color: #fff;
	border: 1px solid #b4c8d9;
	font-size: 12px;
	}
.treatment-table01 td{
	padding: 10px;
	border: 1px solid #b4c8d9;
	font-size: 12px;
	}
	
/* spa */
.where-list-ul li{
	border-bottom: 1px solid #a8c6dc;
	padding: 10px 0 10px 15px;
	line-height: 1.6;
	margin-bottom: 5px;
	background: url(../images/icon03.png) no-repeat 0 10px;
	float: left;
	height: 80px;
	width: 375px;
	margin-right: 30px;
	}

.where-right{
	float: right;
	width: 400px;
	}
.where-left{
	float: left;
	width: 430px;
	}
.shoplist{
	padding: 20px;
	color: #333;
	}
.shoplist .where-list-ul{
	width: 420px;
	}
#wheretofindus{
	background: 	url("../images/bg-concept02.jpg") repeat scroll 0 0 rgba(0, 0, 0, 100) ;
	padding-top: 20px;
	margin-top: -20px;
	}
/*products*/
.title-image-products{
	width: 100%;
	background: url(../images/products-main.jpg) no-repeat 50% 0;
	height: 276px;
	border-top: 1px solid #7386a9;
	text-indent: -9999px;
	}
.products-ul {
	margin-top: -5px;
	}
.products-ul li{
	padding: 3px 0;
	border-bottom: 1px solid #7183a4;
	}
.products-ul li a{
	display: block;
	text-decoration: none;
	color: #071a3d;
}
.products-ul li a:hover{
	display: block;
	text-decoration: underline;
}
.products-area{
	float: left;
	width: 200px;
	margin-left: 35px;
	position: relative;
	z-index: 1;
	}
.products-line{
	clear: both;
	margin: 20px 0 40px 0;
}
.products-line:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.products-area-nom{
	float: left;
	width: 200px;
	margin-left: 15px;
	position: relative;
	z-index: 1;
	}
.products-image{
	text-align: center;
	}
.products-image img{
	width: 200px;
	}
.products-name{
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	}
.products-price{
	text-align: center;
	}
.products-cate-title{
	padding: 5px 0 5px 15px;
	color: #fff;
	background: #071a3d;
	margin-bottom: 8px;
	clear: both;
	
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	}
.infoSub {
	display: none;
	overflow: hidden;
	width: 180px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(3, 13, 34, 0.8);
	z-index: 10;
	padding: 15px 10px 0 10px;
	color: #eee;
	cursor: pointer;
	
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.infoSub-nolink{
	display: none;
	overflow: hidden;
	width: 180px;
	height: 185px;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgba(3,13,34,0.80);
	z-index: 10;
	padding: 15px 10px 0 10px;
	color: #eee;
	
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.infoSub a{
	color: #eee;
	text-decoration: none;
}
.products-name-sub{
	font-weight: bold;
	margin-bottom: 2px;
	}
.subex{
	margin-top: 5px;
	font-size: 11px;
	color: #ddd;
	line-height: 1.4;
	margin-bottom: 5px;
	}
.bgwh{
	background: #fff;
	padding: 10px 0;
	height: 100%;
	}
	
/*お問い合わせ*/
.privacy{
	padding: 20px;
	border: #7183a4 1px solid;
	background-color:rgba(255,255,255,0.30);
	margin-top: 20px;
	}

/*treatment*/
.treatment-main-image{
	width: 900px;
	height: 362px;
	position: relative;
	}
.treatment-main-image p.ex03-03{
	width: 430px;
	position: absolute;
	top: 170px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-031{
	width: 430px;
	position: absolute;
	top: 180px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-01{
	width: 430px;
	position: absolute;
	top: 140px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-02{
	width: 430px;
	position: absolute;
	top: 140px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-03{
	width: 430px;
	position: absolute;
	top: 140px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-05{
	width: 430px;
	position: absolute;
	top: 180px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex01-06{
	width: 320px;
	position: absolute;
	top: 140px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex02-01{
	width: 320px;
	position: absolute;
	top: 145px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex04-01{
	width: 360px;
	position: absolute;
	top: 135px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex06-01{
	width: 360px;
	position: absolute;
	top: 135px;
	right: 55px;
	text-align: right;
	}
.treatment-main-image p.ex09-03{
	width: 360px;
	position: absolute;
	top: 165px;
	right: 55px;
	text-align: right;
	}
.where-cate-title{
	background: none repeat scroll 0 0 #071A3D;
    border-radius: 3px;
    clear: both;
    color: #FFFFFF;
    margin-bottom: 8px;
    padding: 5px 0 5px 15px;
    }
.main01-01{	background: url(../images/treatment/treatment01-01-detail-main.png) no-repeat 0 0;	}
.main01-02{	background: url(../images/treatment/treatment01-02-detail-main.png) no-repeat 0 0;	}
.main01-03{	background: url(../images/treatment/treatment01-03-detail-main.png) no-repeat 0 0;	}
.main01-04{	background: url(../images/treatment/treatment01-04-detail-main.png) no-repeat 0 0;	}
.main01-05{	background: url(../images/treatment/treatment01-05-detail-main.png) no-repeat 0 0;	}
.main01-06{	background: url(../images/treatment/treatment01-06-detail-main.png) no-repeat 0 0;	}

.main02-01{	background: url(../images/treatment/treatment02-01-detail-main.png) no-repeat 0 0;	}
.main02-02{	background: url(../images/treatment/treatment02-02-detail-main.png) no-repeat 0 0;	}
.main02-03{	background: url(../images/treatment/treatment02-03-detail-main.png) no-repeat 0 0;	}
.main02-04{	background: url(../images/treatment/treatment02-04-detail-main.png) no-repeat 0 0;	}

.main03-01{	background: url(../images/treatment/treatment03-01-detail-main.png) no-repeat 0 0;	}
.main03-02{	background: url(../images/treatment/treatment03-02-detail-main.png) no-repeat 0 0;	}
.main03-03{	background: url(../images/treatment/treatment03-03-detail-main.png) no-repeat 0 0;	}

.main04-01{	background: url(../images/treatment/treatment04-01-detail-main.png) no-repeat 0 0;	}

.main05-01{	background: url(../images/treatment/treatment05-01-detail-main.png) no-repeat 0 0;	}

.main06-01{	background: url(../images/treatment/treatment06-01-detail-main.png) no-repeat 0 0;	}
.main06-02{	background: url(../images/treatment/treatment06-02-detail-main.png) no-repeat 0 0;	}

.main07-01{	background: url(../images/treatment/treatment07-01-detail-main.png) no-repeat 0 0;	}

.main08-01{	background: url(../images/treatment/treatment08-01-detail-main.png) no-repeat 0 0;	}
.main08-02{	background: url(../images/treatment/treatment08-02-detail-main.png) no-repeat 0 0;	}
.main08-03{	background: url(../images/treatment/treatment08-03-detail-main.png) no-repeat 0 0;	}

.main09-01{	background: url(../images/treatment/treatment09-01-detail-main.png) no-repeat 0 0;	}
.main09-02{	background: url(../images/treatment/treatment09-02-detail-main.png) no-repeat 0 0;	}
.main09-03{	background: url(../images/treatment/treatment09-03-detail-main.png) no-repeat 0 0;	}


.products-subtitle{
	font-weight:  bold;
	margin: 0 15px 0 15px;
	border-bottom:  3px solid #b9c0ce;
	padding:  3px 0;	
}
.treatment-title{
	height: 73px;
	}
.main-ex{
	background: #fff;
	padding: 30px;
	}
.main-ex-left{
	float: left;
	width: 250px;
	}
.main-ex-right{
	float: left;
	width: 560px;
	}
.main-ex-font01{
	font-size: 18px;
	color: #306682;
	}
.main-ex-font02{
	font-size: 18px;
	color: #5e1a52;
	}
.main-ex-font03{
	font-size: 18px;
	color: #5e1a52;
	}
.main-ex-font04{
	font-size: 18px;
	color: #869519;
	}
.main-ex-font05{
	font-size: 18px;
	color: #42b284;
	}
.main-ex-font06{
	font-size: 18px;
	color: #264fab;
	}
.main-ex-font07{
	font-size: 18px;
	color: #d94757;
	}
.main-ex-font08{
	font-size: 18px;
	color: #d94757;
	}
.main-ex-font09{
	font-size: 18px;
	color: #d0761c;

	}
	
.homecarearea{
	background: #fff;
	border-left: 1px solid #5e1a52;
	border-right: 1px solid #5e1a52;
	padding: 20px;
	height: 100%;
	}
.homecarearea01-01{
	background: #fff;
	border-left: 1px solid #5896b7;
	border-right: 1px solid #5896b7;
	padding: 20px;
	height: 100%;
	}
.homecarearea02-01{
	background: #fff;
	border-left: 1px solid #8fa6db;
	border-right: 1px solid #8fa6db;
	padding: 20px;
	height: 100%;
	}
.homecarearea04-01{
	background: #fff;
	border-left: 1px solid #8c9c17;
	border-right: 1px solid #8c9c17;
	padding: 20px;
	height: 100%;
	}
.homecarearea05-01{
	background: #fff;
	border-left: 1px solid #47c490;
	border-right: 1px solid #47c490;
	padding: 20px;
	height: 100%;
	}
.homecarearea06-01{
	background: #fff;
	border-left: 1px solid #264fab;
	border-right: 1px solid #264fab;
	padding: 20px;
	height: 100%;
	}
.homecarearea08-01{
	background: #fff;
	border-left: 1px solid #d94757;
	border-right: 1px solid #d94757;
	padding: 20px;
	height: 100%;
	}
.homecarearea09-01{
	background: #fff;
	border-left: 1px solid #d0761c;
	border-right: 1px solid #d0761c;
	padding: 20px;
	height: 100%;
	}

.homecaretitle{
	height: 38px;
	}
.homecareitem{
	float: left;
	width: 200px;
	margin: 10px 7px;
	}
.homecareitem p{
	text-align: center;
	}
.homecareitem img{
	border: 1px solid #eee;
	width: 200px;
	}
.line-bottom{
	height: 8px;
	line-height: 0;
	clear: both;
	}
.detail-ex-title{
	height: 38px;
	}
.ex-title01{
	font-size: 18px;
	padding: 5px 0 3px 40px;
	background: url(../images/treatment/treatment03-03-detail-icon01.jpg) no-repeat 0 50%;
	margin-bottom: 10px;
}
.ex-title01 span{
	font-weight: normal;
	font-size: 14px;
	}
.ex-title02{
	font-size: 18px;
	padding: 5px 0 3px 40px;
	background: url(../images/treatment/treatment03-03-detail-icon02.jpg) no-repeat 0 50%;
	margin-bottom: 10px;
}
.ex-title02 span{
	font-weight: normal;
	font-size: 14px;
	}
.ex-pur{
	padding: 30px 60px;
	border: 4px double #5e1a52;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur01{
	padding: 30px 60px;
	border: 4px double #5896b7;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur02{
	padding: 30px 60px;
	border: 4px double #8fa6db;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur04{
	padding: 30px 60px;
	border: 4px double #8c9c17;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur05{
	padding: 30px 60px;
	border: 4px double #47c490;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur06{
	padding: 30px 60px;
	border: 4px double #264fab;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur08{
	padding: 30px 60px;
	border: 4px double #d94757;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}
.ex-pur09{
	padding: 30px 60px;
	border: 4px double #d0761c;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 100%;
	}

.ex-left{
	float: left;
	width: 170px;
	}
.ex-right{
	float: right;
	width: 540px;
	}
.border{
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 10px 0;
	}
.plant-type{
	padding: 20px;
	background: #fafde8;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	margin: 20px 0;
	border: 1px solid #d9e2a5;
	}
.ex-left02{
	width: 280px;
	float: left;
	}
.ex-right02{
	width: 430px;
	float: right;
	}
.font03-02{
	font-weight: bold;
	font-size: 14px;
	color: #5f1a53;
	}
.font03-02 span{
	font-weight: normal;
	font-size: 11px;
	color: #333;
	}
.font06-01{
	font-weight: bold;
	font-size: 14px;
	color: #264fab;
	}
.font06-01 span{
	font-weight: normal;
	font-size: 11px;
	color: #333;
	}
.product-detail-icon li{
	float: left;
	border: 1px solid #eee;
	font-size: 11px;
	padding:  3px 6px;
	margin-right: 5px;
}
.product-cate{
	font-size: 11px;
	color: #eee;	
}
.bx-pager-item a{
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	background: #fff;
	color: #555;
	}
.bx-pager-item a.active{
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	background: #071a3d;
	color: #fff;
	}
.bx-pager{
	/*display: none; */
	float: right;
	width: 60px;
	}
.sitemap-left{
	float: left;
	width: 390px;
	margin: 0 40px 0 20px;
	}
.sitemap-right{
	float: left;
	width: 390px;
	}
.sitemap-title{
	font-size: 17px;
	border-bottom: 4px solid #8da0c3;
	padding: 3px 0;
	margin-bottom: 8px;
	font-family: 'Marcellus', serif;
	}
.sitemap-ul{
	margin-bottom: 20px;
	}
.sitemap-ul li{
	padding: 2px 0 2px 18px;
	background: url(../images/icon06.png) no-repeat 0 50%;
}
.sitemap-ul li a{
	display: block;
	color: #444;
}
#slide{
	margin-left: 500px;
	}
	
.area-bg{
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	background: #bde4f0;
	}
.pro-left{
	width: 150px;
	float: left;
	}
.pro-right{
	width: 700px;
	float: right;
	}
	
.spelink{
	margin: 20px 0 20px 40px;
}
.spelink li{
	float: left;
	width: 320px;
}
.spelink li a{
	color: #333;
	text-decoration: none;
}
.spelink li a:hover{
	text-decoration:  underline;
}
.prodige-ex-area{
	background: #fff;
	margin: 20px 0;
	padding: 30px;
	}
.prodige-left{
	width: 300px;
	float: left;
	text-align: center;
	}
.prodige-right{
	width: 470px;
	float: left;
	}
.prodige-title{
	font-size: 22px;
	margin: 20px 0 10px 0;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	}
.prodige-bt{
	float: left;
	margin: 20px 10px 0 0;
	}


/* thalasso - キャンペーン タラソテラピー - */


/* 700px以上の場合に適用 */
@media screen and (min-width: 700px){
	
	nav.pc_off{ display:none;}
	.mean-bar{ display:none !important;}
	ul.pc_off{ display:none;}
	.pc_off{ display:none;}
	br.pc_off{ display:none;}

}


body{
　　	word-wrap: break-word!important;
 	word-break: break-all!important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}

ul.thalasso_nav{
	width:866px;
	text-align:center;
	margin:10px auto;
	margin-bottom:30px;}

ul.thalasso_nav li{
	display:inline-block;}

ul.thalasso_nav li img{
	width:205px;
	height:auto;}

.contents_inner{
	margin-left:60px;}

h2.thalasso_ttl01{
	display:inline;
	font-size:20px;
	font-weight:bold;}

span.thalasso_ttl_eng{
	font-size:20px;
	font-weight:bold;
	margin-left:10px;}

p.thalasso_txt01{
	margin-top:20px;}

p.more{
	color:#0068b6;
	font-size:15px;}

p.more a{
	text-decoration:none;}

p.more a:hover{
	text-decoration:underline;}

a.decoration_non{
	text-decoration:none;
	color:#333;}
	
a.decoration_non:hover{
	text-decoration:underline;}

span.more{
	color:#0068b6;
	font-size:15px;}

span.more a{
	text-decoration:none;}

span.more a:hover{
	text-decoration:underline;}


.floatArea{
	overflow:hidden;}

.thalasso_left01{
	float:left;}


.thalasso_right01{
	float:right;}

p.thalasso_ttl02{
	font-size:22px;
	font-weight:bold;
	color:#009eba;}

p.thalasso_ttl03{
	font-size:19px;
	font-weight:bold;
	color:#009eba;}

ul.thalasso_btn{
	width:866px;
	text-align:center;
	margin:10px auto;
	margin-bottom:30px;}

ul.thalasso_btn li{
	display:inline-block;}

span.thalasso_ttl_sub{
	font-size:16px;
	color:#333;
	padding-left:5px;}

.thalasso_voice{
	border:solid 2px #231815;
	padding:20px;}


