@charset "utf-8";
/*
Theme Name: Sweetnails
Theme URI: https://sweetnails.jp/
Description: Sweetnails
*/

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background: url(images/back.jpg)  fixed repeat-x left bottom;
	background-color: #ffffff;
	color:#101010;
	font-size: 14px;
}

body {
	background: url(images/back.jpg)  fixed repeat-x left bottom;
	background-color: #ffffff;
	color:#101010;
	font-size: 14px;
}

.salon {
	background: url(images/back_salon.jpg)  fixed repeat-x left bottom;
}

img {
	vertical-align: top;
	border: 0;
}

li {
	list-style-type: none;
}
a {
	color: #326CF1;
		text-decoration: none;
}
a:hover {
	color: #9DC2DC;
	text-decoration:underline;
}

.mtop {
	padding-top:15px
}

#base {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	margin-bottom: 1px;
}

/*
ヘッダー
-------------------------------------------*/
#header {
	background-color: #FFFFFF;
	height: 100px;
	position: relative;
	background-color: #FFFFFF;
	background-position: left top;
	width: 940px;
}
#header h1 {
	font-size: 24px;
	position: absolute;
	top: 20px;
	color: #86b612;
	left: 20px;
}
#header h1 a {
	text-decoration: none;
}

#header h2 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	position: absolute;
	left: 20px;
	top: 22px;
}
#header #info {
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 10px;
	right: 20px;
}
#header #info strong {
	font-size: 24px;
	color: #86b612;
	padding-left: 5px;
}


/*
グローバルナビ
-------------------------------------------*/

#navi ul{
	margin-left:13px;
	padding:0;
	list-style:none;
	font-size:12px;
}

#navi ul li{
	margin:0;
	display:inline;
}

#navi ul li a{
	text-decoration:none;
	width:130px;
	height:40px;
	text-align:center;
	display:block;
	float:left;
	padding:0px 0 10px 0;
}
 
#navi ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(images/bg_menu-act.gif) top left no-repeat;
}

#navi ul li .current{
	color:#ffffff;
	text-decoration:none;
	background:url(images/bg_menu-act.gif) top left no-repeat;
	}
	
/*
メイン
-------------------------------------------*/
#maintop {
	margin:0 auto;
	width: 652px;
	padding: 10px;
}

.toplogo {
	margin-top:80px;
	margin-bottom:30px;
}

.enter {
	margin:0 auto;
	width: 652px;
	text-align:center;
}

.enter li {
	margin-bottom:40px;
	
}


#main {
	float: left;
	width: 920px;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#content {
	float: right;
	width: 600px;
	padding-bottom: 5px;
	padding-top:30px;
	margin-right: 20px;
}


#content #mainlist {
	margin-top: 1px;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	background-image: url(images/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mainlist ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mainlist ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainlist li {
	font-size: 14px;
	line-height: 20px;
}
*html #mainlist li {
	line-height: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#mainlist li a {
	font-weight:bold;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	display: block;
	padding-top: 2px;
}
*html #mainlist li a {
	line-height: 6px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
#content #mainlist h3 {
	font-weight:bold;
	color: #7A9496;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content .box_out {
	background-color: #fffff;
	margin-top: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 10px;
}


/*
追加
-------------------------------------------*/

#greet {
	font-size:14px;
	line-height: 2.0em;
}


#greet .prof {
	float:left;
	padding: 2px 15px 5px 15px;
}

#salon {
	font-size:13px;
	line-height: 1.0em;
}


#salon .prof {
	float:left;
	padding: 2px 15px 5px 15px;
}

#salon img {
	padding-top:15px;
	padding-botom: 15px;
}

#maps {
}

#maps img {
	padding-top:15px;
	padding-botom: 35px;
}

#contact {
	font-size: 12px;
	line-height:3.0em;
}

#scll {
	padding-left: 15px;
	margin-bottom:35px;
	line-height: 1.0em;
}

#scll img {
	padding-top:15px;
	padding-botom: 15px;
}

#form img {
	float:right;
	padding-top: 20px;
	padding-botom: 45px;
}
/*
↑
-------------------------------------------*/

#content h2 {
	text-align:left;
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 30px;
	padding-top: 15px;
	padding-left: 3px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 13px;
	letter-spacing: 1px;
	clear:both;
}
#content h2 span {
	font-size: 14px;
	padding-left: 10px;
	color: #3AAECB;
}
#content h3 {
	font-size: 15px;
	font-weight:bold;
	line-height: 22px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 8px;
	padding-top: 3px;
	background-color: #FFF;
	font-weight: normal;
	margin-bottom: 13px;
}
#content h3 span {
	font-size: 12px;
	color: #EEFDFF;
	line-height: 12px;
	padding-left: 5px;
	font-weight: normal;
}
#content h3 a {
	color: #f60;
}
#content h4 {
	color: #86b612;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cccccc;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 12px;
	color: #638F9D;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	padding-left: 3px;
	line-height: 1.8em;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}


#banr{
	padding-bottom: 25px;
}

#banr img {
	padding-left: 16px;
	line-height: 2.5em;
	margin-top: 13px;
	margin-bottom: 10px;
}

#banrsub{
	padding-top:30px;
	padding-bottom: 25px;
}

#banrsub img {
	padding-left: 4px;
	line-height: 2.5em;
	margin-top: 15px;
	margin-bottom: 10px;
}

#blogbanr img {
	padding-left: 16px;
	line-height: 2.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* スタッフ */

.staff{
	width: 560px;
	height:　100%;
	margin-top:15px;
	border-bottom:#680 1px dotted;
	overflow: auto ;
}

.box03 {
	font-size:12px;
	float: right;
	width: 370px;
	line-height: 18px;
}

.stafftitle {
	font-size: 14px;
	color: #930;
	font-weight: bold;
	line-height: 22px;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color:#C03;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #F30;
}

.staffcomment {
	padding-right: 10px;
	padding-bottom: 20px;
	margin-left:5px;
	margin-top:5px;
}

.photo05 {
	width: 187px;
	padding-bottom: 20px;
	padding-right: 2px;
}

/*----------*/


.alignleft {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.alignright {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
#top_img {
	text-align: center;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 10px;
}

#content ul.list {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0CFD1;
	color: #44636C;
}

#date {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	color: #86b612;
	font-weight: bold;
	padding-bottom: 5px;
}
#next {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #505050;
	padding-bottom: 20px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table {
	width: 540px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#content table th {
	background-color: #ffffff;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 13px;
}

#content table td {
	background-color: #fffff;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	font-size: 13px;
	line-height: 20px;
}

/*
サイド
-------------------------------------------*/

#side {
	padding: 5px;
	padding-top:30px;
	float: left;
	width: 250px;
}
#side p {
	width:250px;
}

#side a {
	width:250px;
}
#side h3 {
	font-size: 15px;
	font-weight:bold;
	line-height: 22px;
	color: #FFFFFF;
	background-image: url(images/side.jpg);
	height: 26px;
	padding-bottom: 6px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-left: 25px;
}
#side .side_box {
	width: 248px;
	margin-bottom: 30px;
	background-color: #f0f8ff ;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
}

#side .side_box .side_inbox {
	width: 245px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 24px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	display: block;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#side li a:hover {
	color: #F90;
}

#side img {
	padding-bottom: 20px;
}

#sidemenu{
padding-top:5px;
padding-bottom:10px;
float:left;
}

#sidemenu p{
	font-size:80％;
}

/*
生徒
-------------------------------------------*/


#student {
	clear:both;
	width:600px;
	margin-bottom:20px;
	display:inline;
	float:left;
}

#student h4 {
	font-size:13px;
	margin-bottom:3px;
	margin-top:3px;
	color:#df4e78;
	font-weight:normal;
}

#student p {
	font-size:12px;
	color:#666666;
	line-height:1.4;
	margin:0;
	padding:0;
}

.stubox {
	width:580px;
	height:180px;
	border:1px solid #CCCCCC;
	padding:5px;
	margin:0 6px 6px 0;
	float:left;
	display:inline;
}

.stu_photo {
	float:left;
	margin-right:7px;
	display:inline;
}

/*
フッター
-------------------------------------------*/

#footer {
	background-color: #d0527a;
	clear: both;
	height: 150px;
	position: relative;
}

#footer p {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#footer li a {
	color: #ffffff;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
}
#footer li a:hover {
	color: #FFFFFF;
}

address {
	background-color: #d0527a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-align:center;
}
address a {
	color: #ffffff;
}
#footer #logo {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 20px;
	color: #E4F8FC;
}
#footer #logo a {
	color: #ffffff;
	text-decoration: none;
}

#footer #logo a:hover {
	color: #FFFFFF;
}

#footer ul {
	position: absolute;
	left: 300px;
	top: 25px;
	width: 600px;
}
#footer li {
	display: inline;
}

/*
フッターサロン
-------------------------------------------*/

#footer1 {
	background-color: #000;
	clear: both;
	height: 150px;
	position: relative;
}

#footer1 p {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#footer1 li a {
	color: #ffffff;
	font-size: 12px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	float: left;
	white-space: nowrap;
	margin-bottom: 10px;
}
#footer1 li a:hover {
	color: #FFFFFF;
}

address1 {
	background-color: #d0527a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-align:center;
}
address1 a {
	color: #ffffff;
}
#footer1 #logo {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 20px;
	color: #E4F8FC;
}
#footer1 #logo a {
	color: #ffffff;
	text-decoration: none;
}

#footer1 #logo a:hover {
	color: #FFFFFF;
}

#footer1 ul {
	position: absolute;
	left: 300px;
	top: 25px;
	width: 600px;
}
#footer1 li {
	display: inline;
}
