@charset "UTF-8";

/*
	Theme Name: W EYE BEAUTY ORIGINAL
	Description: W EYE BEAUTY ORIGINAL TEMPLATE
	Theme URI: http://webdesignrecipes.com/first-time-wordpress-origin-theme/
	Author: W EYE BEAUTY
	Author URI: 
	Version: 1.0
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: 

*/


/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
i {
	font-style: italic;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,object {
	border: 0;
	vertical-align: bottom;
}

textarea {
	font-size: 100%;
}

sup {
	font-size: smaller;
	font-weight: inherit;
	vertical-align: super;
}

sub {
	font-size: smaller;
	font-weight: inherit;
	vertical-align: sub;
}

@namespace html url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http") {
	object, embed {
		outline: none !important;
	}
}



/* ---------------------------------------*/
/* Base */
/* ---------------------------------------*/

body {
	color: #212121;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

strong, b {
	font-weight: bold;
}

a, font, span{
	font-weight: inherit;
}

img,object{
	border: 0;
	vertical-align: bottom;
}

a:link{color: #ac8c5c;text-decoration:underline;}
a:visited{color: #875ead;text-decoration:underline;}
a:hover{color: #dcb046;text-decoration:none;}
a:active{color: #dcb046;text-decoration:none;}

::selection { background:#ebe3d7; }
::-moz-selection { background:#ebe3d7; }



/* ---------------------------------------*/
/* Modules */
/* ---------------------------------------*/

.clearfix {
	zoom: 1; /* for IE 5.5-7 */
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}





/* ---------------------------------------*/
/* Styles */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* Global */
/* ---------------------------------------*/

.body_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.body_inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.sep {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 1em 0;
}




/* header
---------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	height: 120px;
	text-align: left;
	background: rgba(255,255,255,.9);
	border-top: 4px solid #212121;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	z-index: 100;
}

.header .body_inner {
	position: relative;
}

.site_logo {
	position: absolute;
	width: 53px;
	padding: 14px 0 0;
}

.site_logo a {
	display: inline-block;
}

.site_logo object {
	pointer-events: none;
}

.site_logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.header_tel {
	position: absolute;
	top: 45px;
	right: 120px;
	margin: -1.38em 0 0;
	font-size: 200%;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.3;
}

.header_tel .sub {
	font-size: 64%;
}

.header_tel .time {
	display: block;
	color: #666;
	font-size: 46%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: normal;
}

.list_headsnslink {
	position: absolute;
	top: 21px;
	right: 0;
}

.item_headsnslink {
	float: left;
	margin: 0 0 0 10px;
}

.item_headsnslink img {
	vertical-align: top;
}

.gnav {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	margin: -1.38em 0 0;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	letter-spacing: .1em;
	line-height: 1.6;
}

.list_gnav {
	display: table;
	width: 100%;
	border-right: 1px solid #d9d9d9;
}

.list_gnav:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.item_gnav {
	/*float: left;*/
	/*width: 136px;*/
	position: relative;
	display: table-cell;
	white-space: nowrap;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	cursor: default;
}

.item_gnav a {
	display: block;
	color: #212121;
	text-decoration: none;
}

.item_gnav .sub {
	display: block;
	color: #999;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 71%;
	letter-spacing: normal;
}

.item_gnav.nolink {
	color: #999;
}

.item_gnav.nolink .sub {
	color: #bbb;
}

.item_gnav .list_second {
	display: none;
	position: absolute;
	left: 50%;
	width: 190px;
	margin-left: -95px;
	font-size: 79%;
	background: #212121;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	z-index: 1;
}

.item_gnav .item_second {
	border-bottom: 1px solid #333;
}

.item_gnav .item_second.nolink,
.item_gnav .item_second a {
	display: block;
	padding: 1em 0;
	color: #fff;
}

.item_gnav .item_second a:hover {
	background: #000;
}


/* body
---------------------------------------- */
.body {
	text-align: left;
	margin: 0 0 50px;
	padding-top: 130px;
}

.topic_path {
	width: 960px;
	margin: 0 auto;
	color: #999;
	font-size: 79%;
	text-align: right;
}

.topic_path a {
	color: #999;
	text-decoration: none;
}

.topic_path a:hover,
.topic_path a:active {
	color: #212121;
}

.page_title_area {
	margin: 55px 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #999;
}

.page_title {
	width: 960px;
	margin: 0 auto;
	font-size: 214%;
	font-weight: normal;
	font-family: 'Crimson Text', 'EB Garamond', serif;
	letter-spacing: .15em;
}

.page_title .sub {
	color: #999;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 43%;
	letter-spacing: normal;
}



/* content title */

.content_title_area {
	background: #f1f1f1;
	margin: 0 0 50px;
	padding: 15px 0;
}

.content_title {
	width: 960px;
	margin: 0 auto;
	color: #999;
	font-weight: normal;
	font-size: 143%;
}



/* sidebar */

.sidebar {
	position: absolute;
	width: 960px;
	left: 50%;
	margin: 0 0 0 -480px;
}

.sidebar_inner {
	position: absolute;
	right: 0;
	width: 200px;
	background: #fff;
}

.list_sidemenu {
	font-family: 'Crimson Text', 'EB Garamond', serif;
	font-size: 150%;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1.2;
	border-top: 1px solid #5b5b5b;
	background: #7c7c7c;
}

.item_sidemenu {
	border-bottom: 1px solid #5b5b5b;
}

.item_sidemenu a {
	display: block;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
}

.item_sidemenu.current a {
	background: #6b6b6b;
}

.item_sidemenu a:hover {
	background: #6b6b6b;
}

.item_sidemenu .sub {
	display: block;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 54%;
	letter-spacing: normal;
}




/* footer
---------------------------------------- */
.footer {
	clear: both;
	text-align: left;
	background: #212121;
}

.footbanners {
	padding: 35px 0;
	background: #333;
	border-bottom: 4px solid #fff;
}

.list_footbanners {
	margin: 0 0 0 -28px;
}

.item_footbanners {
	float: left;
	margin: 0 0 0 28px;
}

.footer_notes {
	padding: 36px 0 28px;
	width: 960px;
	margin: auto;
}

.foot_site_logo {
	display: inline-block;
	*display: block;
	*zoom: 1;
	font-size: 86%;
}

.foot_site_logo a {
	margin: 0 1em 0 0;
	color: #fff;
}

.copyright {
	color: #999;
	float: right;
	font-size: 71%;
	padding: 50px 0 0;
}





/* Preload images */
body:after {
  content: url(/img/lb/close.png) url(/img/lb/loading.gif) url(/img/lb/prev.png) url(/img/lb/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/lb/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/lb/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/lb/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/lb/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



@media screen and (max-device-width: 480px) {
.header {
	position: static;
}

.body {
	padding-top: 10px;
}

.sidebar {
	position: absolute !important;
	top: auto !important;
}
}


