/* @group HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #CC6699; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

ul, ol {  }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #CC6699; color:#FFF; text-shadow: none; }
::selection { background:#CC6699; color:#FFF; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #D9D4B1; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */

/* Primary Styles
   Author: Fannane
*/

/* @group Common */
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
#container, footer {
	width: 990px;
	margin: 0 auto;
}
.title, #tweetable h3, .archive-title {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Dancing Script', arial, serif;
}
a.ir:hover {
	background-position: 2px 2px;
}
/* @end */

/* @group Header */
header.frame {
	z-index: 0;
	position: relative;
	float: left;
	width: 990px;
	height: 495px;
}
#fxImg, #csImg {
	width: 495px;
	height: 495px;
}
#fxImg {
	float: left;
}
#csImg {
	float: right;
}
#otherSide {
	z-index: 9999;
	position: absolute;
	top: 10px;
	right: -10px;
	width: 170px;
	height: 50px;
}
/* @end */
/* @group Floating Global Menu */
#gmPoint {
	float: left;
	width: 990px;
	height: 0;
}
#gmWrapper {
	z-index: 50;
	position: relative;
	float: left;
	width: 990px;
	height: 60px;
}
#gm {
	position: relative;
	width: 990px;
	height: 60px;
	margin: 0 auto;
}
#gm #logo, #gm h2, #gotoFooter {
	position: absolute;
}
#gm #logo {
	top: -30px;
	left: -30px;
}
#gm #logo a {
	width: 269px;
	height: 111px;
}
#gotoFooter {
	top: 20px;
	right: 10px;
}
/* @end */

#content {
	position: relative;
	float: left;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-top: none;
	border-bottom: none;
}
#FrameTop, #FrameBtm {
	position: absolute;
	left: -2px;
	width: 990px;
	height: 12px;
	background-repeat: no-repeat;
}
#FrameTop {
	top: -12px;
}
#FrameBtm {
	bottom: -12px;
}

/* @group Twitter */
#tweetable {
	float: left;
	width: 990px;
	margin-top: 10px;
	background: white;
}
#tweetable h3,
.tweetable_latest_tweets  {
	float: left;
	padding: 10px;
	line-height: 1;
	text-align: left;
}
#tweetable h3 {
	width: 100px;
	padding-left: 25px;
}
.tweetable_latest_tweets {
	display: block;
	width: 845px;
	padding-right: 0;
	margin-top: 0.2em;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.status-text {
	padding-right: 10px;
}
.twitter_meta {
	color: #999;
}
/* @end */
body {
	background: #E4E4CC url(img/gallery/bg.jpg) repeat fixed center top;
}
#gm #logo a {
	background-image: url(img/gallery/fannane.png);
}
#gm h2 {
	top: 24px;
	right: 124px;
	width: 592px;
	height: 14px;
	background-image: url(img/gallery/gm_info.png);
}
#gotoFooter a {
	width: 99px;
	height: 26px;
	background-image: url(img/gallery/gm_btn.gif);
}
#content {
	width: 910px;
	margin-top: 50px;
	padding: 0 38px;
	border-color: #C9BBC9;
}
#FrameTop {
	background-image: url(img/gallery/main_header.png);
}
#FrameBtm {
	background-image: url(img/gallery/main_footer.png);
}
#header_bar {
	top: -80px;
}
#fmWrapper {
	background: url(img/gallery/fm_bg.png) repeat-x center bottom;
}
/* Display None */
#utilities #wp-calendar-ec3_publish {
	display: none;
}

/* @group Main */
#main {
	float: right;
	width: 530px;
	padding: 13px 0 30px;
}

/* @group Main: Post */
.post, .type-page {
	float: left;
	width: 530px;
	margin-bottom: 30px;
}
.postHead,
.postCont,
.postFoot,
.archive-title {
	position: relative;
	float: left;
	width: 530px;
	padding-bottom: 10px;
}
.postHead h2,
h1#notFound {
	width: 450px;
	height: 22px;
	margin-bottom: 5px;
	padding: 38px 0 10px 80px;
	border-bottom: 1px dotted #C9BBC9;
	font-size: 1.2em;
	background: url(img/gallery/entry_h2bg.png) no-repeat;
}
.postHead h2 a {
	color: #948277;
}
.postHead .postInfo {
	float: right;
	height: 25px;
	color: #C9BBC9;
	font-size: .9em;
}
.postHead .postInfo li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #C9BBC9;
}
.postHead .postInfo li.firstChild {
	margin-left: 0;
	padding-left: 0;
	border: none;
}
.postCont .ec3_schedule {
	position: absolute;
	top: -35px;
	color: #948277;
	font: italic bold 1.3em 'Dancing Script', arial, serif;
	line-height: 1;
	letter-spacing: 2px;
}
.postCont .ec3_schedule .ec3_start,
.postCont .ec3_schedule .ec3_to,
.postCont .ec3_schedule .ec3_end {
	float: left;
	padding-right: 10px;
}
.postCont p {
	padding: 10px 0;
	line-height: 1.8em;
}
.postCont a img.alignnone {
	margin: 2px;
	border-style: solid;
	border-width: 1px;
}
/* @end */

/* @group Main: Paging */
.paging {
	float: left;
	width: 530px;
	padding-top: 10px;
	border-top: 3px double #C9BBC9;
}
.paging .prev,
.paging .next {
	font-weight: bold;
}
.paging .prev {
	float: left;
}
.paging .next {
	float: right;
}
/* @end */
/* @end */

/* @group Utilities */
#utilities {
	position: relative;
	float: left;
	width: 343px;
	padding: 30px 0;
}
#utilities .widget h3 {
	display: block;
	position: absolute;
	left: -50px;
	width: 204px;
	height: 46px;
	text-indent: -999em;
	text-align: left;
	overflow: hidden;
	direction: ltr;
	background-repeat: no-repeat;
}
#utilities #ec3-event-list-2 h3 {
	background-image: url(img/gallery/event_list.gif);
}
#utilities #event-calendar h3 {
	background-image: url(img/gallery/event_calendar.gif);
}
#utilities #categoryposts-4 h3 {
	background-image: url(img/gallery/event_collection.gif);
}
#utilities .single_category_posts_widget_widget h3 {
	background-image: url(img/gallery/event_archive.gif);
}
#utilities #text-2 h3 {
	background-image: url(img/gallery/guide.gif);
}
#utilities .ec3_events,
#utilities #categoryposts-4 ul,
#utilities .single_category_posts_widget_widget ul,
#utilities #wp-calendar,
#utilities .textwidget {
	padding: 50px 0 30px;
}
#utilities ul.ec3_events li,
#utilities .single_category_posts_widget_widget ul li,
#utilities #categoryposts-4 ul li {
	padding-top: 2px;
	line-height: 1.4;
}
#utilities .single_category_posts_widget_widget ul li,
#utilities #categoryposts-4 ul li {
	list-style-type: disc;
	list-style-position: inside;
}
#wp-calendar {
	width: 343px;
	font-family: 'Dancing Script', arial, serif;
}
#wp-calendar a {
	font-weight: bold;
}
#wp-calendar .nav {
	width: 343px;
}
#wp-calendar .nav #prev {
	float: left;
	text-align: left;
}
#wp-calendar .nav #next {
	float: right;
	text-align: right;
}
#wp-calendar caption {
	width: 343px;
	padding: 20px 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#wp-calendar thead {
	border-bottom: 1px solid #EEE;
}
#wp-calendar thead th {
	padding: 5px 0;
	font-size: 0.9em;
	font-weight: normal;
}
#wp-calendar tbody tr {
	border-bottom: 1px solid #EEE;
}
#wp-calendar tbody tr td {
	width: 49px;
	padding: 5px 0;
	color: #999;
	text-align: center;
	letter-spacing: 2px;
}
#wp-calendar tbody tr td a.eventday {
	display: block;
	width: 49px;
	color: #666;
	background: #F5F1EE;
}
#wp-calendar tbody tr td a.eventday:hover {
	color: white;
	background: #CC6699;
	text-decoration: none;
}
.textwidget #coda-slider-wrapper,
.textwidget .catch,
.textwidget .guideBtn,
.textwidget .guideBtn2,
.textwidget .txt {
	float: left;
	padding-bottom: 20px;
}
.textwidget .catch {
	padding: 20px 22px;
}
.textwidget .guideBtn {
	margin: 0 31px;
	padding-bottom: 10px;
}
.textwidget .guideBtn2 {
	margin: 0 31px 20px;
}
.textwidget .guideBtn a {
	width: 281px;
	height: 36px;
	background-image: url(img/gallery/guide_btn.gif);
}
.textwidget .guideBtn2 a {
	width: 281px;
	height: 36px;
	background-image: url(img/gallery/guide_btn2.gif);
}
.textwidget .txt {
	width: 293px;
	margin: 0 10px;
	padding: 15px;
	background: #F5F1EE;
	line-height: 1.6;
}
.textwidget .txt .attention {
	color: #948277;
	font-size: 0.9em;
	padding-top: 10px;
}

/* @end */
.return a {
	display: block;
	position: absolute;
	bottom: -71px;
	left: 475px;
	width: 36px;
	height: 59px;
	text-indent: -999em;
	text-align: left;
	overflow: hidden;
	direction: ltr;
	background: url(img/common/gotop.png) no-repeat;
}
.return a:hover {
	background-position: 0 -5px;
}
.wrapper {
	float: left;
	width: 100%;
}

/* @group Footer Menu */
#fmWrapper {
	position: relative;
	z-index: 98;
	margin-top: 150px;
}
#fm, footer {
	width: 990px;
	margin: 0 auto;
}
#house {
	float: left;
	width: 465px;
	height: 109px;
}
#house #houseImg {
	float: right;
	padding: 9px 155px 0 0;
}
#house ul.link li {
	float: right;
}
#house ul.link li a {
	height: 26px;
	margin-bottom: 8px;
}
#house ul.link li a.gotoHair {
	width: 99px;
	background-image: url(img/common/fm_hair.gif);
}
#house ul.link li a.gotoGallery {
	width: 161px;
	background-image: url(img/common/fm_gallery.gif);
}
#formHeader {
	float: right;
	width: 495px;
	height: 30px;
	padding-top: 79px;
	background: url(img/common/form_header.png) no-repeat 0 bottom;
}
/* @end */

/* @group Footer */
#footerWrapper {
	position: relative;
	float: left;
	z-index: 99;
	background-color: white;
}
#access {
	float: left;
	width: 465px;
	padding: 20px 0;
}
#access #accImg {
	float: left;
	width: 94px;
}
#access #add {
	float: left;
	width: 361px;
	padding: 0 0 20px 10px;
}
#access #add dt {
	width: 361px;
	padding-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
#access #add dd {
	width: 361px;
	line-height: 1.4;
}
#access #map, #access #accTxt {
	float: left;
	width: 465px;
}
#access #accTxt {
	padding-top: 10px;
	font-size: .9em;
	line-height: 1.6;
}
#access #accTxt #metro {
	font-weight: bold;
	color: #0099CC;
}

/* @group Form */
#form {
	position: relative;
	float: right;
	width: 435px;
	padding: 0 30px;
	background: url(img/common/form_bg.png) repeat-y right top;
}
.postCont #form {
	float: left;
	width: 530px;
	padding: 0 0 10px 0;
	background: none;
}
#formImg {
	position: absolute;
	top: -90px;
	right: 40px;
}
#form #tel,
#form p,
#form #attention {
	float: left;
	width: 435px;
}
#form #tel {
	padding-bottom: 15px;
}
#form p {
	line-height: 1.6;
	padding-bottom: 5px;
}
#form #attention {
	color: #814949;
	font-size: .9em;
	line-height: 1.6;
	padding-bottom: 20px;
}
#form dl {
	float: left;
	width: 435px;
	font-size: .9em;
}
#form dl dt {
	clear: both;
	float: left;
	width: 230px;
	margin: 0 5px 10px 0;
	padding: 3px 0;
	background: url(img/common/form_dot.gif) repeat-x left center;
}
#form dl dt .text {
	padding-right: 5px;
	background-color: white;
}
#form dl dd {
	float: right;
	width: 200px;
	padding-bottom: 10px;
	line-height: 1.6;
}
#form dl dd select {
	float: left;
}
#form dl dd #style2,
#form dl dd #time {
	margin-top: 5px;
}
#form dl dd #day {
	margin-left: 5px;
}
#form dl dt.comment {
	background: none;
	margin-bottom: 2px;
}
#form dl dd.comment {
	clear: both;
	float: left;
}
.wpcf7-not-valid-tip-no-ajax {
	float: left;
	width: 200px;
}
#form dl dd .wpcf7-text {
	border: 1px solid #814949;
	padding: 2px;
	margin-bottom: 10px;
	width: 194px;
}
#form dl dd textarea {
	width: 423px;
	height: 200px;
	border: 1px solid #814949;
	padding: 5px;
}
input.wpcf7-submit {
	float: left;
	width: 235px;
	margin-left: 100px;
	text-align: center;
}
/* @group 仮申し込み用 */
.postCont #form dl {
	width: 530px;
}
.postCont #form dl dt {
	width: 230px;
}
.postCont #form dl dd {
	width: 290px;
}
.postCont #form dl dd .wpcf7-text {
	width: 284px;
}
.postCont #form dl dd input.post1 {
	width: 30px;
}
.postCont #form dl dd input.post2 {
	width: 70px;
}
.postCont #form dl dd textarea {
	width: 278px;
}
.postCont input.wpcf7-submit {
	width: 240px;
	margin-left: 145px;
}
.postCont .wpcf7-response-output {
	clear: both;
}
/* @end */
/* @end */

#address {
	float: left;
	width: 990px;
	padding-bottom: 20px;
	color: #999;
	font-size: .8em;
	background: url(img/common/form_bg.png) repeat-y right top;
}
/* @end */

/* @group IE6 Hack */
* html {
	
}
/* @end */

@media print {
  /*
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  */
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
	#gm, #fm {
		display: none;
	}
}

