@charset "UTF-8";

/* CSS Document======================================
*
*	Common CSS SET
*
*	Site Name : feelfine
====================================================*/

/*===================================================
		html  body
===================================================*/
html {
	height: 100%; /* 下付き用指定 */
}

body {
	background: #FFF;
	color: #666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	/* 以下　下付き用指定 */
	min-height: 100%;
	position: relative;
}


/*===================================================
		Hypertext Style
===================================================*/

/* リンク領域の設定 */
a {
	color: #666;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
}


/*===================================================
		Layout Style
===================================================*/
/*--------------------------------------
			side-bar
----------------------------------------*/

#side-bar {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/bg_01.png) no-repeat -90px 0;
	width: 431px;
	z-index: 10;
}

#header_phone {
	display: none;
}

#logo {
	padding: 60px 0 0 35px;
	margin-bottom: 60px;
}

/*------------------------
			nav
--------------------------*/
#nav {
	margin: 0 0 60px 40px;
}

#nav li a {
	display: inline-block;
	padding: 9px 18px;
	border-left: #cfcfcf 3px solid;
	font-size: 18px;
	color: #666;
}

#nav li a span {
	font-size: 11px;
	color: #777;
	margin-left: 18px;
}

#nav li a:hover {
	border-left-color: #a5d489; 
}

#nav li.current a {
	border-left-color: #5faf30; 
}

/**/
#tel-number {
	margin: 0 0 60px 50px;
	width: 200px;
	padding: 10px;
}

#tel-number p {
	line-height: 1.5;
	font-size: 90%;
	margin-top: 5px;
	padding: 5px;
	background: #FFF;
	font-weight: bold;
}


/**/
#insta-area {
	margin: 0 0 60px 50px;
	width: 200px;
	padding: 10px;
}

#insta-area a {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

#insta-area a.hot-link {
	display: inline-block;
	color: #FF8B9F;
	text-decoration: underline;
}

#insta-area a.hot-link:hover {
	text-decoration: none;
}

#insta-area a img {
	width: 180px;
}


/**/


/**/
#calendar {
	margin-left: 40px;
	margin-bottom: 180px;
}

#calendar p {
	background: url(../img/common/cal-mark.png) no-repeat 15px top;
	padding-left: 40px;
	margin-top: 10px;
}

/**/
#bellve {
	display: none;
	margin: 0 0 50px 50px;
}


/*---------------------------------------
		container copyright 共通
-----------------------------------------*/
#container, #copyright {
	width: 910px;
	margin-left: 510px;
}

/*---画面サイズ小さい時---*/
@media screen and (max-width: 1335px){

#container, #copyright {
	margin-left: 430px;
}

}


/*---------------------------------------
			container
-----------------------------------------*/
#container {
	padding-bottom: 100px; /* 下付き用指定　余白プラス */
	min-height: 1446px; /* サイドバーに合わせて調整 */
	position: relative;
	z-index: 1;
}

/*---------------------------------------
			copyright
-----------------------------------------*/
#copyright {
	text-align: center;
	font-size: 90%;
	/* 以下　下付き用指定 */
	height: 30px;
	position: absolute;
	bottom: 0;
}

/*===================================================
		clearFix　高さを認識させる
===================================================*/

.clearFix,
#container {zoom: 1;}

.clearFix:after,
#container:after {
	content: "";
	display: block;
	clear: both;
}
