/* Copyright oto-productions
https://oto-pro.com
 */

/* =========================
   this file is written for kyoto-allure.com
==================================== */
body,h3 {
	text-transform: none;
	font-family: 	brandon-grotesque,
			'ヒラギノ角ゴ Pro W3',
			'Hiragino Kaku Gothic Pro',
			'メイリオ',
			Meiryo,
			'ＭＳ Ｐゴシック',
			sans-serif; 
	font-weight:400; 
	font-style:normal; 
	line-height:1.6; 
	-webkit-font-smoothing:subpixel-antialiased;
}



.tm-logo {
	width: 80px;
	position: relative;
	top: 10px;
}

.tm-logo-small img {
	width: 80px;
	position:relative;
	top: -50px;
}

div.news {
	margin: 10px auto;
}

.news p {
	font-family:
		"ヒラギノ明朝 ProN W3",
		"HiraMinProN-W3",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		"MS 明朝",
		serif;
	font-size: 14px;
}


.nail-alignleft ul li,
.nail-alignleft p  {
	text-align: left;
}
.nail-alignleft p {
	padding: 8px;
}

.nail-top-slide p {
	text-align: left;
}

.slider p {
	text-shadow: 0 0 6px #666;
}

/* ################################
	ネイルケア
################################## */

h2.nail-title-e {
	text-align: center;
	font-size: 3.2em;
	font-family: Georgia;
	
}

 @media screen and (max-width: 960px) {
	 h2.nail-title-e {
		 font-size: 2.8em;
	}
}

@media screen and (max-width: 768px) {
	 h2.nail-title-e {
		font-size: 1.8em;
	}
}


p.nail-title-j {
	text-align: center;
	font-size: 1.0em;
}

.nail-panel-pink {
	background: #fee;
	color: #8a3319;
}

.nail-panel-pink h3 {
	color: #8a3319;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

.nail-panel-white h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

.nail-panel-white h4 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

.nail-panel-white ul {
	list-style: none;
}

h3.uk-h2 {

	font-weight: bold;
}


/* ==============================
	Q&A
================================= */

.nail-faq div.uk-panel {
	background: #fff;
	box-shadow: inset 0 0 200px #fef4f4;
}

.nail-faq div.uk-panel:hover {
	background: #fef4f4;
}

.nal-faq-slide h3,
.nal-faq-slide p  {
	color: #fff;
}

.nal-faq-slide div.uk-overlay-panel {
	background: rgba(0,0,0,0.2);
}

/* ==============================
	表
================================= */


table#stripe {
	width: 100%; 
	border: 0px #222 solid;
	border-collapse: collapse;
	border-spacing: 0;
	color: ;
	font-size: ;
	line-height: 1.8em;
}


table#stripe th {	
	border: #222 0px solid;
	background: #444;
	font-weight: bold;
	line-height: 1.8em;
	color: #ffffff;
}


table#stripe td {
	padding: 0 15px; 
	vertical-align: top;
	font-weight: bold;

}

table#stripe tr {
	background: #f3f3f3;
	text-align: left;
}

table#stripe tr.even {
	background: #fafafa;
}
table#stripe tr.even td {
	padding-left: 40px;
	padding-bottom: 10px;
	font-weight: normal;
}


table#stripe tr:hover td {
	background: #fee;
	color: #222;
}

/* ==============================
	表2
================================= */


table#stripe-a {
	width: 100%; 
	border: 0px #222 solid;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8em;
}


table#stripe-a th {	
	background: #444;
	font-weight: bold;
	line-height: 1.8em;
	color: #ffffff;
}


table#stripe-a td {
	padding: 2px 15px; 
	vertical-align: top;
}

table#stripe-a tr {
	background: #f3f3f3;
	text-align: left;
}

table#stripe-a tr.even {
	background: #fafafa;
}
table#stripe-a tr.even td {
	padding-bottom: 10px;
	font-weight: normal;
}


table#stripe-a tr:hover td {
	background: #fee;
	color: #222;
}


.nail-form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}


input.otoform {
	width: 98% !important;
	height: 30px;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

textarea.otoform {
	width: 98% !important;
	height: 240px;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #999;
	border: 1px solid #ccc;Salon Date
	padding: 3px;
}

.nail-form input.otosubmit {
	margin: 0 auto;
	width: 120px;
	height: 80px;
	border: 1px solid #ccc;
	border-radius: 40px;
	background: #fff;
	font-size: 1em;
	-webkit-transition: 1.8s;
	-moz-transition: 1.8s;
	-o-transition: 1.8s;
	-ms-transition: 1.8s;
	transition: 1.8s;	
}
.nail-form input.otosubmit:hover {
	background: #ccc;
	-webkit-transition: 1.8s;
	-moz-transition: 1.8s;
	-o-transition: 1.8s;
	-ms-transition: 1.8s;
	transition: 1.8s;	
}





.nail-footer-contact {
	margin: 20px;
}
.nail-footer-contact span {
	font-size: 1.4em;
}

