@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #f8b625;
}

a:hover {
  color: #f8b625;
}

a:visited {
  color: #f8b625;
}


/*---------- ヘッダー ----------*/

#mainMenu {
	position:relative;
	padding-top:13px;
	height:40px;
	width:100%;
	background-color:#F90;
}

#mainMenu h1 {
	position:absolute;
	top:8px;
	right:3px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
#mainMenu h1 p {
	font-size:11px;
	line-height:1em;
	text-align:left;
}

#eyecatch {
	position:relative;
	margin:0;
	padding:0;
	padding-bottom:15%;
	text-align:left;

	background-image:url(img/eyecatch_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	background-color:#F90;
}
#eyecatch h2 {
	padding-top:28%;
	font-size:15px;
	text-align:center;
	color: #333333;
}
#mainMenuBtm {
	height:20px;
	width:100%;
	background-color:#F90;
}


/*---------- コンテンツ ----------*/

#contents {
	margin:0 3%;
	padding:2%;
	background-color:#FFF;
}
#contents-end {
	clear:both;
	height:20px;
}
#contents .sign {
	margin:0;
	margin-top:20px;
	padding:0;
	width:100%;
	font-size:14px;
	text-align:right;
}
#contents .img01 {
	padding:2px;
	width:40%;
	border:1px solid #CCC;
}
#contents .img02 {
	padding:2px;
	width:30%;
	border:1px solid #CCC;
}

section {
  margin:0;
  padding:0;
  background-color:#fbf5e9;
}
#section-border {
  margin:0 3%;
  padding-bottom:20px;
  background-color:#fbf5e9;
  border-bottom:1px solid #F90;
}
#greeting-area {
	margin:0 10px;
	padding:10px;
	background-image:url(img/top_greeting_bg.png);
	border:1px solid #FFF;
}
#topinfo-area {
	margin:0 10px;
	padding:10px;
	background-color:#FFF;
	border:1px solid #ccc;
	height:120px;
	overflow-y:scroll;
}
#page-icon {
	margin:0 auto;
	padding:20px 0 10px 0;
	width:200px;
	text-align:center;
	line-height:0.8em;
}
#page-icon02 {
	margin:0 auto;
	padding:20px 0 10px 0;
	width:160px;
	text-align:center;
	line-height:1.2em;
}
#page-icon03 {
	margin:0 auto;
	padding:20px 0 10px 0;
	width:200px;
	text-align:center;
	line-height:1.8em;
}

#page-navi {
	margin:0 auto;
	padding:10px 0 10px 0;
	width:95%;
	text-align:center;
	line-height:0.8em;
}
#page-navi img {
	margin:0 1%;
	padding:0;
	width:30%;
}
#page-navi02 {
	margin:0 auto;
	padding:10px 0 10px 0;
	width:95%;
	text-align:center;
	line-height:0.8em;
}
#page-navi02 img {
	margin:0 1%;
	padding:0;
	width:20%;
}

#btn-area {
	margin:10px auto;
	padding:0;
	width:90%;
	text-align:center;
}
#btn30pr { /* 横に3つ配置 */
	margin:0 1%;
	width:30%;
}
#btn20pr { /* 横に5つ配置 */
	margin:0 1%;
	width:29%;
}
#btn40pr { /* 横に2つ配置 */
	margin:0 1% 2% 1%;
	width:40%;
}
#shopbtn-area {
	float:left;
	width:100%;
	text-align:center;
}
#shopbtn-area img {
	width:20%;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 5px;
  font-size: 14px;
  color: #333333;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg.gif) left no-repeat;
}

section h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 20px;
  font-size: 14px;
  color: #333333;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h3.gif) left no-repeat;
}

section p {
  margin: 0 10px 10px 10px;
  padding: 3px 0;
  line-height: 1.8;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}


/*---------- ナビ ----------*/

.footerMenu {
	margin: 0;
	padding:5px 0;
	width: 100%;
	color:#FFF;
	text-align:center;
	background-color:#f8b625;
}
nav {
	float:left;
	width: 50%;
	text-decoration: none;
	margin: 0;
}

nav ul {
  width: 100%;
  border-top: 1px solid #cccccc;
}

nav li {
	width: 100%;
	font-size:12px;
	list-style: none;
	text-align: center;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+50,ffffff+100 */
background: #f5f5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #f5f5f5 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(50%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#f5f5f5 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f5f5 0%,#f5f5f5 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

nav li a {
  padding: 10px;
  display: block;
  color: #f8b625 !important;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
	clear:both;
	margin:0;
	padding: 10px 0 10px 0;
	width: 100%;
	color: #333333;
	text-align: center;
	background-color: #fbf5e9;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer p.copy {
	clear:both;
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

#info p {
	line-height:1.1em;
	margin-bottom:10px;
}

#pickup p {
	line-height:1.1em;
	margin-left:5px;
	margin-bottom:10px;
}

/*--- テーブル ---*/
.tableborder {
	border-collapse: collapse;
}
.tableborder td {
	font-size:13px;
	padding:5px;
	border:1px solid #999999;
	border-collapse: collapse;
	text-align:left;
}

.medicaldevicetbl {
	border-collapse: collapse;
}
.medicaldevicetbl td {
	font-size:13px;
	padding:0;
	margin:0;
	line-height:15px;
	vertical-align:top;
	text-align:center;
}

.medicaldeviceimg div {
	float:left;
	margin:0 20px 20px 20px;
	line-height:1.3em;
	text-align:center;
}
.medicaldeviceimg img {
	margin-bottom:5px;
}

h4 {
	color: #36579e;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #36579e;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: nomal;
	letter-spacing: 1px;
}


.txtred {
	color:#FF0000;
}





#page-topImg {
	position: fixed;
	bottom: -50px;
	right: -30px;
	font-size: 77%;
}


#simple-menu {
	margin-left: 5px;
	padding:15px 5px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	background-color:#333;
}




/* お役立ち情報 */
#yakudachiTitle {
	margin-bottom:10px;
	font-size:16px;
}
#yakudachiTitle p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:16px;
	text-align:center;
	background-color:#82da4e;
}

/* 患者様の声 */
#voiceInfo {
	margin:0;
	margin-bottom:20px;
	padding:0;
	width:100%;
	text-align:left;
	border:1px solid #5f8cf3;
}
#voiceInfo p {
	margin:0;
	padding-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#613e31;
	line-height:1.3em;
}
#voiceTitle {
	padding-left:45px;
	padding-top:3px;
	color:#FFF;
	font-size:16px;
	text-align:left;
	background:url(img/voice_icon01.png) left no-repeat;
	background-color:#5f8cf3;
}
#voiceTxt {
	padding:20px 10px 10px 10px;
	font-size:14px;
}

/* よくある質問 */
#qaInfo {
	margin:0;
	margin-bottom:20px;
	padding:0;
	width:100%;
	text-align:left;
	border:1px solid #f29ea6;
}

#question {
	padding-left:10px;
	padding-top:3px;
	color:#FFF;
	font-size:16px;
	text-align:left;
	background-color:#f29ea6;
}
#ans {
	padding:10px;
	font-size:14px;
}
#ans p {
	margin:0;
	padding:0;
	color:#f29ea6;
	font-size:18px;
}

/* 店舗紹介 */
.tableShop {
	margin:0px;
	border-collapse: collapse;
	width:100%;
}
.tableShop th {
	padding:10px;
	width:30%;
	height:50px;
	font-size:13px;
	font-weight:bold;
	background-color:#fffce3;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
	border-collapse: collapse;
	text-align:right;
}
.tableShop td {
	font-size:13px;
	padding:10px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
	border-collapse: collapse;
	text-align:left;
}
.tableShopBorder {
	border-top:1px solid #999999;
	border-top-style:dashed;
}

#shopImg {
	margin:0;
	margin-top:20px;
}
#shopImg img {
	padding:3px;
	margin:0;
	width:99%;
	border:1px solid #CCC;
}

#shopMap {
	margin:0;
	margin-top:20px;
	font-size:14px;
}

/* 会社概要 */
#companyInfo {
	margin:0;
	padding:0;
	text-align:left;
/*	border:1px solid #82da4e; */
}
#companyTitle {
	margin:0;
	padding:0;
	font-size:14px;
}
#companyTitle p {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;
	text-align:center;
	background-color:#f8b625;
}
.tableCompany {
	margin:0px;
	margin-bottom:20px;
	border-collapse: collapse;
	width:100%;
}
.tableCompany th {
	padding:10px;
	width:30%;
	height:50px;
	font-size:13px;
	font-weight:bold;
	background-color:#fffce3;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
	border-collapse: collapse;
	text-align:right;
}
.tableCompany td {
	font-size:13px;
	padding:10px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
	border-collapse: collapse;
	text-align:left;
}
.tableCompanyBorder {
	border-top:1px solid #999999;
	border-top-style:dashed;
}



/* お問い合わせ */
#contactTxt p {
	margin:5px;
	padding:0;
	line-height:1.2em;
}
#contactTxt .phone {
	margin:10px 0;
	font-size:18px;
	font-weight:bold;
	color:#009;
	text-align:center;
}

form p
{font-size:100%;}
input,select
{width:95%; font-size:120%; padding:5px 0;}
input:focus,input:hover
{background:#acf3ff;}
textarea
{width:95%; font-size:120%; padding:5px 0; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background:#acf3ff;}
input[type="submit"]
{width: 100%; font-size:120%; margin: 0; padding: 5px; height:50px; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;}
.focus
{background:#acf3ff;}
.wd33per
{width:30%;}

.hissu {
	margin-left:5px;
	padding:0 3px;
	color:#fff;
	background-color:#F00;
}
.ninni {
	margin-left:5px;
	padding:0 3px;
	color:#fff;
	background-color:#00F;
}
.submitOk {
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
	color:#F00;
	text-align:center;
	line-height:2em;
}
.submitErr {
	margin:20px;
	padding:20px 5px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:2em;
	border:1px solid #F00;
	background-color:#F00;
}

/* プライバシーポリシー */
.tableborder {
	border-collapse: collapse;
}
.tableborder th {
	padding:10px;
	width:100px;
	font-size:13px;
	font-weight:bold;
	border:1px solid #999999;
	border-collapse: collapse;
	text-align:left;
}
.tableborder td {
	font-size:13px;
	padding:10px;
	border:1px solid #999999;
	border-collapse: collapse;
	text-align:left;
}

/* リンク集 */
.tableLink {
	border-collapse: collapse;
}
.tableLink th {
	padding:10px;
	width:30%;
	font-size:12px;
	border:1px solid #999999;
	border-collapse: collapse;
	text-align:left;
}
.tableLink td {
	font-size:13px;
	padding:10px;
	border:1px solid #999999;
	border-collapse: collapse;
	text-align:left;
}

.err {
	color:#f00;
}


.topinfotxt {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	line-height:1.2em;
}