@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
article, aside, dialog, figure, footer, header, hgroup, main, nav, section {
	display:block;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #00f;
}
a:hover {
	color: #ff2965;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin: 0px auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 90px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-bottom: 5px double #F7C0D1;
	text-align:center;
}

/*ナビ
---------------------------------------------------------------------------*/
nav#menu ul {
	padding-top: 5px;
	background-color: #FFF;
	height: 42px;
	margin-bottom: 30px;
}
nav#menu ul li {
	float: left;
	width: 140px;
}
nav#menu ul li img{
	width: 35px;
}
nav#menu ul li a {
	height: 28px;
	padding-top: 4px;
	line-height: 26px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	color: #222;
	border-left: 1px solid #FFF;
}
nav#menu ul li:first-child a {
}
nav#menu ul li a:hover,
nav#menu ul li#current a {
	background: #ffe1dd;
	color: #222;
}
nav#menu ul li a span {
	font-size: 9px;
	display: block;
	font-weight: normal;
}

#pankuzu{
	margin-bottom:0;
}
#pankuzu ul{
	line-height:12px;
}
#pankuzu ul li{
	color:#999;
	font-size:10px;
	float:left;
	display:inline;
	margin:2px 0 ;
}
#pankuzu ul li a{
	color:#222;
	text-decoration:none;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
main {
	clear: none;
	float: none;
	width: 900px;
	background-color: #FFF;
	padding: 10px;
	margin: 0 auto;
}
#hizuke{
	clear:both;
	background-color:#F8D8D8;
	padding: 0 5px;
}
main h2 {
	font-size: 150%;
	line-height: 1.4em;
	color: #222;
	padding: 0;
	clear: both;
	background-color: #FFF;
}
main h3{
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 0 .5em .3em 2em;
  border-bottom: 2px solid #fbdcd7;
  margin: 1em auto 10px;
}
main h3::before,
main h3::after {
  position: absolute;
  content: '';
}
main h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #fbdcd7;
}
main h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: #fac6be;
}
main h4 span{
	font-size: 110%;
	color: #ff2965;
	border-bottom:1px solid #ff2965;
}
main h4{
	background-color: #ffecf3;
	border: 1px solid #ffdae8;
	color: #ff2965;
	padding: 5px;
	margin-bottom: 5px;
	font-size:1.2em;
}
main h5{
	margin-bottom: 15px;
	position: relative;
	padding: 5px 16px;
	border-radius: 4px;
	background-color: #fbdcd7;
	font-size: 14px;
	color: #000;
}
main h5:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 16px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #fbdcd7;
	border-right: 5px solid #fbdcd7;
}

.ta1 {
	width: 100%;
	font-size: 12px;
	table-layout: fixed;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	text-align: center;
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 {
	width: 100%;
	text-align:center;
	table-layout: fixed;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 5px;
	text-align: center;
}
/*テーブル内の左側*/
.ta1 th{
	padding: 10px;
	text-align: center;
}
.t_g {
	font-weight: bold;
	background-color: #F1F1F1;
}
.komid{
	display:block;
	background-color: #F956A7;
	color: #fff;
	margin-bottom: 0px;
	font-size:1.1em;
/*	border-left: 8px solid #fbdcd7;
	border-right: 0px solid #fbdcd7;*/
	border-bottom: 1px dotted #999;
	padding: 0.4em 0.4em 0.3em;
}
.colorUL{
	color:#ff2965;
	text-decoration:underline;
}
.colorUL span{

	color: #333 !important;
}
main p {
	padding: 1em 0;
}
.ketteida{
	color:#777;
	font-size:0.9em !important;
	border-bottom:1px dashed #afb4cb;
	border-top:1px dashed #afb4cb;
	padding:1em 0 0.6em 1.5em;
	text-indent:-1.5em;
}
.ketteida li+li{
	border-top:none;
}
.kaito{
	background-color:#FBFCD2;
	border:1px solid #f3f683;
	border-radius:3px;
	line-height:1.7em;
	padding:0.7em 0.8em;
}
.kaito img{
	width:30%;
	margin-left:0;
}
.kaito p {
	padding-bottom:0 !important;
}
.kaito+div {
	margin-top:10px;
}

.kaito2{
	background-color:#f2f2f2;
	border:1px solid #dadada;
	border-radius:3px;
	line-height:1.7em;
	padding:0.7em 0.8em;
}
.kaito2 img{
	width:40%;
	margin-left:0;
}
.kaito2 p {
	font-size:0.94em;
	padding-bottom:0 !important;
}
.kaito2+div {
	margin-top:12px;
}

main img{
	width:70%;
	margin:0 15%;
}
main .imgl{
	width:94%;
	margin:5px 3%;
}
main .imgs{
	width:50%;
	margin:5px 0%;
}
main .imgm{
	width:70%;
	margin:5px 15%;
}
.k {
	border:1px solid #ccc;
}
blockquote {
	margin:8px;
background-color:#f2f2f2;
padding:1em 1em 1em 3em;
position:relative;
}
blockquote:before {
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: none;	/*右側に回り込み*/
	width: 710px;	/*サブコンテンツ幅*/
	background-color: #FFF;/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
	margin: 0 auto 30px;
}
#side {
	float: none;	/*右側に回り込み*/
	width: 710px;	/*サブコンテンツ幅*/
	background-color: #FFF;/*背景色*/
	padding: 10px;	/*ボックス内の余白*/
	margin: 0 auto 30px;
}
#side .box {
	background: #FFF;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 7px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
#side section.list {
	font-size: 11px;	/*文字サイズ*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/									
	border-bottom: 1px solid #cfcfcf;	/*下の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#side section.list a {
	font-size:12px;
	padding: 5px 5px 10px 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	color:#373737;
}
#side section.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	margin-right: 5px;	/*画像右にあけるスペース*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	width: 100px;	/*画像の高さ*/
	height: auto;
}
/*subコンテンツ内のh2タグ設定*/
#sub,#side h2 {
	margin: 0;
	border-bottom:2px solid #f00;
	font-size: 100%;
	padding: 0;	/*左から、上下、左右への余白*/
	padding: 0;	/*左から、上下、左右への余白*/
	color: #222;	/*文字色*/
}
#side .ad {
	text-align:center;
}
/*subコンテンツ内のh2タグ設定*/
#side2 {
	float: none;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	padding: 0 0 20px 0;
}
#side2 .list {
	padding: 15px 0 5px 0;
	font-size: 11px;
	background: #FFF;								
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}
#side2 .list a {
	padding: 0px 0 5px 0;
	text-decoration: none;
	color:#2897ab;
	text-decoration: underline;
	display: inline;
}
#side2 .list img {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
	width: 50px;
	height: auto;
	margin: 0;
}
#side2 .list p {
	font-size: 14px;
}
#side2 h2 {
	margin:5px 0;
	font-size: 100%;
	padding: 3px 0px;
	color: #222;
}
#side2 .text {
	float: left!important;
	margin-left: 10px;
	height: 50px;
}
#side2 p.hizuke {
	padding-left: -10px!important;
}
#side2 p.from {
		margin-top: -10px;
}
#side2 p.coment {
		margin: -10px 0;
		clear: both;
		font-size: 14px;
}
#side2 .title a:hover{
	color: #0200FF;
}
/*メニューブロックの設定*/
#side2 ul {
	margin-left: 5px;
	background-color: #FFF;	/*背景色*/
}
/*メニュー１個ごとの設定*/
#side2 ul li {
	float: left;
	margin-right: 10px;
	font-size: 14px;
}
#side2 ul li img{
	width: 35px;	/*メニュー幅*/
}
#side2 ul li a {
	height: 28px;
	padding-top: 4px;
	line-height: 26px;	/*行間*/
	text-decoration: none;
	display: block;
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-align: center;	/*文字をセンタリング*/
	color: #222;		/*文字色*/
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
}

/*サイドメニュー
---------------------------------------------------------------------------*/
aside {
	float: right;
	width: 280px;
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
}
aside .box {
	border: 1px solid #cfcfcf;
	padding: 7px;
	margin-bottom: 15px;
}
aside .list {
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6;
	position: relative;
}
aside .list a {
	font-size:12px;
	padding: 5px 5px 10px 5px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color:#373737;
}
aside .list img {
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
	width: 100px;
	height: auto;
}
aside h2 {
	margin:10px 0;
	border-bottom:2px solid #fbdcd7;
	font-size: 100%;
	padding: 3px 0px;
	color: #222;
}
aside .ad {
	text-align:center;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	color: #222;
	background-color: #f3f3f3;
	line-height:1.6;
	padding:8px;
}
footer a {
	text-decoration: none !important;
	color: #222;
}
footer a:hover {
	color: #FFF;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #222;
	font-size: 10px;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
#pagetop a:hover {
	background-color: #555;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #ff2965 url(../../beautyhouse_kireimo2_13_2%20-%20Copy/images/bg1.png);	/*背景色、背景画像の読み込み*/
	background-image: url(../../beautyhouse_kireimo2_13_2%20-%20Copy/images/bg1.png) , -webkit-linear-gradient(#ff91b0,#ffcfdc 10%, #ff2965 90%);
	background-image: url(../../beautyhouse_kireimo2_13_2%20-%20Copy/images/bg1.png) , linear-gradient(#ff91b0,#ffbed0 10%, #ff2965 50%,#f00044);

	border:3px solid #ff5a88;
	border-radius:15px;
	text-align:center;
	padding:10px;
	margin:3px 10% 35px;
	box-shadow:#bbb 0px 4px 5px;
	color:#FFF;
	text-shadow:#bd0035 0px 0px 3px;
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
}
.btn a{
	text-decoration:none;
}
.look:hover{
	background-image: url(../../beautyhouse_kireimo2_13_2%20-%20Copy/images/bg1.png) , -webkit-linear-gradient(#ffc2d3,#ffedf2 10%, #ff5a88 90%);
	background-image: url(../../beautyhouse_kireimo2_13_2%20-%20Copy/images/bg1.png) , linear-gradient(#ffc2d3,#ffedf2 10%, #ff5a88 90%);
	border:3px solid #ff91b0;
}
.btn figcaption {
	font-size: 0.95em;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}
.btn figcaption a {
}
.btn figcaption:hover {
	color:#ff2965;
	text-decoration:none;
}
.btn{
	width:110%;
	margin:0 -5% 1em;
}
figcaption {
	font-size: 11px;
	color:#aaa;
	margin:0 15%;
}
figcaption a {
	color:#aaa;
	text-decoration:none;
}
#menubar_hdr {
	display: none;
}

.mb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt15 {
	margin-top: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff2965;
}
.color111 {
	color: #c01f4c;
	font-size:1.5em;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.big  {
	font-size: 1.2em;
}
.bold{
	font-weight:bold;
	font-size:1.04em;
	letter-spacing:0.02em;
}
.fl{
	font-size:1.4em;
}
.fs{
	font-size:0.87em;
}
.aka{
	color:#f00;
}
.ao{
	color:#00f;
}
.cha{
	color:#7d2a02;
}
.pur {
	color: #ff6699;
}
.uby{
	background-color: #ffff99;
}
.ubg{
	background-color: #00ff00;
}
.ub{
	text-decoration:underline;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
.mini2 {
	font-size: 12px;
	font-weight: normal;
	color: #6C6C6C;
}
.sum img{
	width:60%;
	display: block;
 	margin-left: 0;
 	margin-right: auto;
}