@charset "UTF-8";
/*-----------------------------------------
style form setting
-------------------------------------------*/
#dvForm h1 {
	font-size: small;
}

#dvForm table tr td {
	width: 670px;
	padding: 10px;
	border: 1px solid #f5f5f5;
}

#dvForm table {
	table-layout: fixed;
	border: 2px solid #a51515;
	margin-bottom: 20px;
	font-size: 90%;
};
#dvForm table tr th {
	width: 200px;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #f5f5f5;
	border-right: none;
	background-color: #ffdee0;
	text-align: left;
	white-space: nowrap;
}

#dvForm table span {
	line-height: 80%;
}

#dvForm table tr th img {
	margin-right: 5px;
	vertical-align: top;
}

#dvForm ul {
	margin-left: -3px;
	list-style: none;
}

#dvForm ul li {
	margin: 10px;
}

#dvForm th.elOption {
	background-color: #dcdcdc;
}

#dvForm table p.elText {
	width: 120px;
	font-size: 70%;
}

#dvForm table .submit {
	text-align: center;
	padding: 30px;
	width: 240px;
	height: 60px;
}

.wpcf7-form input[type=submit] {
	background-color: #a51515;
	font-weight: bold;
	font-size: medium;
	color: #fff;
	margin-left: 320px;
	width: 240px;
	height: 60px;
}

/*************************************
Universal Settings
*************************************/
body {
	background: #333333 url("../img/bg-home.jpg") repeat-x center top;
	color: #000;
	font-family: "Arial", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	text-align: justify;
	padding: 0;
}

#content {
	background: url("../img/content-bg.jpg") no-repeat left top;
	font-size: 1.2em;
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 30px;
	width: 539px;
	border-right: 1px solid #616262;
}

/*************************************
Typography & General Styles
*************************************/
h1, h2, h3, h4, h5 a {
	font-family: "Arial", Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 5px 0;
}

h5 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
}

h4 {
	font-size: 12px;
	line-height: 14px;
}

h5 {
	font-size: 11px;
	line-height: 12px;
	margin: 7px 3px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: orange;
}

a img {
	border: none;
}

ul li {
	list-style-type: none;
}

.thumbnail {
	border: 1px solid #444;
	float: left;
	margin: 0 15px 15px 0;
}

.meta-data {
	font-size: 10px;
	line-height: 15px;
	color: #aaa;
	position: relative;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 0 0 0 1px;
	margin: 5px 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear, .cleared {
	clear: both;
}

.seperator {
	margin: 20px 0;
	border-bottom: 1px solid #626262;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/*************************************
Header & Logo
*************************************/
#header {
	background: #000;
	height: 257px;
	padding: 0;
	margin: 0;
}

/*************************************
Top Navigation Columns
*************************************/
#top-nav-wrapper {
	width: 480px;
	height: 120px;
	padding: 0;
	margin: 20px 30px 0 0;
	float: right;
	display: block;
}

#top-nav-wrapper ul {
	padding: 0;
	margin: 5px 0;
	width: 140px;
}

#top-nav-wrapper ul li {
	border-bottom: 1px solid #555;
	padding: 1px 5px;
}

.column-one {
	width: 150px;
	float: left;
	padding: 5px;
}

.column-two {
	width: 150px;
	float: left;
	padding: 5px;
}

.column-three {
	width: 150px;
	float: left;
	padding: 5px;
}

/*************************************
Home Slider Styles
*************************************/
#main {
	background: url("../../images/slider-bg.jpg") no-repeat center bottom fixed;
	position: relative;
	overflow: hidden;
	font-size: 15px;
}

#pages {
	position: absolute;
	height: 650px;
}

.page {
	padding: 30px 0;
	height: 600px;
	width: 980px;
}

.scrollable {
	position: relative;
	/*overflow: hidden;*/
	width: 900px;
	/*height: 545px;*/
	margin: 0 auto;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.item {
	padding: 30px 0 0 0;
}

.item h2 {
	font-size:16px;
}

.item .visual {
	position:relative;
	border: 1px solid #616262;
}

.item img {
	display:block;
}

.item .visual p {
	position:absolute;
	left:375px;
	top:80px;
	font-size:16px;
	line-height:37px;
	font-weight:bold;
	color:#fff;
	width:520px;
	height:180px;
}

#bottom {
	background: url("../img/home-bottom-bg.jpg") no-repeat left top;
	position: relative;
	overflow: hidden;
	height: 170px;
	margin-top: 1px;
	padding: 0 40px;
}

#main_navi {
	background: #333;
	width: 900px;
	height: 66px;
	padding: 0 !important;
	margin: 0 auto !important;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#main_navi li {
	background-color: #222;
	height: 65px;
	padding: 0 0 1px 0;
	width: 180px;
	cursor: pointer;
	list-style-type: none;
	float: left;
}

#main_navi li:hover {
	background-color: #555;
}

#main_navi li.active {
	background-color: #777;
}

#main_navi img {
	float: left;
	margin-right: 10px;
}

#main_navi strong {
	display: block;
}

#main div.navi {
	margin-left: 250px;
	cursor: pointer;
}

/*************************************
Post Styles
*************************************/
.entry {
	margin-bottom: 15px;
}

.entry img {
	border: 1px solid #555;
}

.entrybody {
	margin: 15px 0;
}

.entrymeta {
	font-size: 11px;
	padding: 5px 0 0 0;
}



/*************************************
Comments Styles
*************************************/
.commentsblock {
	width: 539px;
	margin: 15px 0;
	padding: 0;
}

.commentsblock textarea {
	width: 539px;
	background: #555;
}

.commentsblock input, .commentsblock textarea {
	background: #555;
	border: 1px solid #777;
}

.commentsblock textarea:focus {
	background: #ddd;
	border: 1px solid #555;
}

.commentsblock textarea:focus, .commentsblock input:focus {
	background: #ddd;
	border: 1px solid #555;
}

.commentauthor {
	display: block;
	font-size: 1.5em;
}

ol.commentlist {
	color: #888;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}

.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

.alt {
	background: #222;
	border: 1px solid #333;
	padding: 0.5em;
}

/*************************************
Portfolio Styles
*************************************/
#portfolio-container {
	background: url("../img/slider-bg.jpg") no-repeat left top;
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
	width: 900px;
	height: 450px;
	list-style-type: none;
	clear: both;
	text-align: center;
}

.portfolio-thumbnail {
	background: #252525;
	border: 1px solid #555;
	float: left;
	width: 158px;
	height: 100px;
	margin: 0 5px 10px 5px;
	padding: 5px;
	overflow: hidden;
	display: block;
}

#portfolio-title {
	background: url("../img/portfolio-header.jpg") no-repeat left top;
	width: 900px;
	height: 50px;
	padding: 35px 0 20px 100px;
	margin: 0;
	float: left;
	text-align: left;
	display: block;
	font-size: 35px;
	text-transform: uppercase;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
}

#category-title {
	width: 600px;
	padding: 50px 0;
	height: 100px;
	float: right;
	text-align: left;
	display: block;
	font-size: 35px;
	text-transform: uppercase;
}

/*************************************
Services Page Navigation Tabs
*************************************/
#nav {
	display: block;
	height: 66px;
	width: 900px;
	margin: 0 auto;
}

#nav ul {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	display: block;
}

#nav li {
	border-right: 1px solid #222;
	float: left;
	list-style-type: none;
	text-align: center;
}

#nav a {
	display: block;
	position: relative;
	word-spacing: -2px;
	font-size: 11px;
	height: 66px;
	text-decoration: none;
}

#nav a.current {
	background: #333;
}

#nav img {
	border: none;
	display: block;
	float: left;
}

#nav strong {
	display: block;
	font-size: 13px;
}

#panes {
	background: url("../img/slider-bg.jpg") no-repeat left top;
	width: 980px;
	min-height: 450px;
	padding-left: 40px;
	padding-top: 25px;
	position: relative;
	font-size: 11px;
}

#panes div {
	display: block;
	position: absolute;
	width: 900px;
}

#panes img {
	border: 1px solid #616262;
	float: right;
	margin-bottom: 15px;
}

#panes textarea {
	width: 798px;
	height: 75px;
	background: #555;
	border: 1px solid #777;
}

#panes input {
	background: #333;
	border: 1px solid #777;
}

#panes textarea:focus {
	background: #ddd;
	border: 1px solid #555;
}

#panes textarea:focus {
	background: #ddd;
	border: 1px solid #555;
}

#panes input:focus {
	background: #ccc;
	border: 1px solid #555;
}

#panes select {
	background: #333;
	color: #999;
	border: 1px solid #777;
}

#panes select:focus {
	background: #111;
	color: #aaa;
	border: 1px solid #777;
}

.more {
	font-weight: bold;
}

.overlay {
	display: none;
	width: 900px;
	padding: 20px;
}

/*************************************
Full Width Page Styles
*************************************/
#fullwidth-container {
	background: url("../../images/slider-bg.jpg") no-repeat center bottom;
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
	width: 900px;
	list-style-type: none;
	clear: both;
}

#fullwidth-container img {
	border: 1px solid #616262;
	float: right;
	margin-bottom: 15px;
}

#fullwidth-container textarea {
	width: 798px;
	height: 75px;
	background: #555;
}

#fullwidth-container input {
	background: #333;
	border: 1px solid #777;
}

#fullwidth-container textarea {
	background: #333;
	border: 1px solid #777;
}

#fullwidth-container textarea:focus {
	background: #ddd;
	border: 1px solid #555;
}

#fullwidth-container textarea:focus {
	background: #ddd;
	border: 1px solid #555;
}

#fullwidth-container input:focus {
	background: #ccc;
	border: 1px solid #555;
}

#fullwidth-container select {
	background: #333;
	color: #999;
	border: 1px solid #777;
}

#fullwidth-container select:focus {
	background: #111;
	color: #aaa;
	border: 1px solid #777;
}

/*************************************
Footer
*************************************/
#footer {
	background: #111;
	font-size:12px;
	margin-top: 15px;
	border-top: 1px solid #444;
	text-align: left;
	color:#fff;
	padding:20px 0;
}

#footer .notices {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
}

#footer .notices span {
	display:inline-block;
	float:left;
}

#footer .notices strong {
	display:inline-block;
	float:right;
}




#footer #linkarea {
	overflow:hidden;
	width:960px;
	margin:0 auto 10px;
}

#footer #linkarea ul {
	padding:0;
	overflow:hidden;
	margin:0;
}

#footer #linkarea ul li {
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:1px solid #fff;
}

#footer #linkarea ul li:first-child {
	border-left:1px solid #fff;
	padding:0 10px;
}

#footer #linkarea ul li a {
	color:#fff;
}

/*************************************
Twitter Feed on Homepage
*************************************/
#twitter-feed {
	background: url("../img/twitter-bg.png") no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 550px;
	float: left;
	padding: 0 0 0 20px;
	margin-top: 20px;
}

#twitter_div ul {
	list-style-type: none;
}

#twitter_div li a {
	text-decoration: none;
	list-style-type: none;
}

#twitter_div li a:hover {
	text-decoration: none;
}

/*************************************
Search Form, Search & Tags Page Title
*************************************/
#search-form {
	margin-top: 20px;
	padding-top: 14px;
	float: right;
}

#search-form input {
	width: 292px;
	background: #151515;
	border: 1px solid #444;
	color: #555;
	padding: 3px;
}

#search-tags-title {
	width: 510px;
	background: #111;
	margin: 0 0 10px 0;
	padding: 0 15px;
	line-height: 35px;
	float: left;
	text-align: left;
	display: block;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}

/*************************************
PageNavi Container
*************************************/
#page-navigator {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
}

.navigation {
	display: block;
	text-align: center;
	padding-top: 38px;
	height: 50px;
	padding-left: 6px;
	margin: 0 auto;
}




#content .entrytitle h2 {
	border-bottom: 1px solid #FFF;
}

#head_up {
	margin: 0 auto;
	width: 980px;
	padding-top: 10px;
}

#head_up .logo_wrap img {
	float: left;
}

#head_up .logo_wrap p {
	font-size:11px;
	color:#fff;
	float: left;
	padding-top: 0px;
	line-height: 150%;	
}

#head_up h1 {
	font-size:11px;
	color:#fff;
	line-height: 150%;
	padding-bottom: 10px;
	font-weight: normal;
}


.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

#head_up div {
	float: left;
	width: 520px;
}

#head_up p {
	padding-top: 20px;
	float: right;
	width: 460px;
	margin-top: 0;
}

#head_down {
	background: url("../img/header_bg.png") repeat-x white;
	height: 90px;
	width: 100%;
	clear: both;
}

#head_down #head_down_body {
	width: 980px;
	margin: 0 auto;
}

#navigation_wrap {
	background: url("../img/glnavi_bg.jpg") repeat-x white;
	height: 77px;
	width: 100%;
	clear: both;
}

#navigation {
	margin: 0 auto;
	width: 980px;
}

#navigation div {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation ul {
	-webkit-margin-before: 0;
	margin-top: 0;
}

#navigation ul.global-menu li {
	float: left;
}

#main {
	clear: both;
	width: 980px;
	margin: 10px auto;
}

#main #pageinfo {
	width: 920px;
	height: 121px;
	background: url("../img/bg_h3.jpg") no-repeat white;
	margin: 10px auto;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#main h3 {
	margin:20px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 20px;
	font-color: #000!important;
	font-family: 'Arial','Hiragino Kaku Gothic Pro','�q���M�m�p�S Pro W3','�l�r �o�S�V�b�N', sans-serif;
}

#contenta {
	padding: 30px;
	margin: 30px;
	color: #000;
	background-color: #FFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-family: 'Arial','Hiragino Kaku Gothic Pro','�q���M�m�p�S Pro W3','�l�r �o�S�V�b�N', sans-serif;
	line-height: 1.8;
}

.clinic #contenta {
	padding: 0;
	background-color: #fff;
}

#contenta h5 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 3px;
	clear: both;
}

#contenta img {
	background-color: #FFF;
	margin: 10px auto;
	text-align: center;
}

#main.index {
	/*height: 490px;*/
}

#contenta .imagearea {
	text-align: center;
	background: white;
	/* IE6, 7���� */
	background: rgba(255, 255, 255, 0.9);
}

#contenta .imagearea.left {
	float: left;
	width: 240px;
}

#contenta .imagearea table {
	width: 670px;
	margin: 10px auto;
	font-size: 0.9em;
	background-color: #fff;
}

table.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin: 5px auto;
	width: 480px;
}

table.price caption {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 0 0 0;
	padding: 0 5px;
	color: #666;
	text-align: left;
	empty-cells: show;
}

table.price caption a {
	text-decoration: none;
	color: #999;
}

table.price caption a:hover {
	text-decoration: underline;
	color: #999;
	background: none;
}

table.price a {
	text-decoration: none;
	color: #f60;
	font-weight: bold;
}

table.price td .campaign {
	color: red;
	font-size: 1.2;
}

table.price a:hover {
	text-decoration: none;
	color: #fff;
}

table.price tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

table.price thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

table.price tfoot tr th,
table.price tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

table.price tfoot tr th {
	width: 20%;
}

table.price tfoot tr td {
	width: 80%;
}

table.price td,
table.price th {
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 5px 5px;
	line-height: 1.8em;
	font-size: 0.8em;
	vertical-align: top;
	width: 20%;
}

table.price tr.odd th,
table.price tr.odd td {
	background: #efefef;
}

table.price th {
	background-color: #FFE3E3;
	border-bottom: 1px dotted #999;
	text-align: center;
}

table.price th.treatment_name {
	width: 200px;
}

table.price th.parts_name {
	background-color: #FFF2EF;
	font-weight: normal;
}

table.price td.price {
	text-align: left;
	font-size: .8em;
	background-color: #FFF;
}

table.price tr.important {
	background-color: #ffc;
}

#price_option {
	text-align: center;
}

#price_option img {
	border-style: none;
}

/*************************************
20140107追加　トップページ
*************************************/
div#bnr_area {
	width: 965px;
	margin: 10px auto 0;
	text-align:left;
}

ul.pankuzu {
	overflow:hidden;
}

ul.pankuzu li {
	float:left;
	font-size:12px;
}


/*************************************
20140129追加　料金
*************************************/
p.hosoku{
	text-align: right;
	margin: 0 190px 0 0;
	font-size: 0.8em;	
}


/*************************************
20140131追加　トップページ
*************************************/
div.item h2 span#b_black{
	font-size: 1.3em;
	line-height: 1.8em;
}
	
div#main h3#top_h3{
	/*line-height: 90px;*/
	margin: 30px 0 10px;
}

div#main #top_p {
	font-weight: bold;
	margin: 0 0 30px;
}

div#top_text h3 {
	background: #000;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	line-height: 1.4;
	height: auto;
	color: #fff;
}

div#top_text p {
	margin: 0 0 25px 0;
	line-height:1.5;
	color:#000;
}
	
	
/*************************************
20140428追加　トップページ GWの営業
*************************************/
div#top_text h3#gw {
	color: #C30;
}

div#top_text p#gw_p {
	color: #900;
	font-size: 1.2em;
	margin: 0 0 30px 0;
}
	
	
	