@charset 'UTF-8';
/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
fieldset, img {
	border:0;
}
img {
	vertical-align:bottom;
}
a img {
	text-decoration:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
th, caption {
	text-align:left;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
body {
	text-align:left;
	font-size:95%;
	line-height:1.6;
	color:#333;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", osaka;
	background-color: #FFF;
}
h1 {
	font-size:80%;
	margin:0px 0px 10px 0px;
}

#header_main {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
}

#header {
	background-color: #FFF;
	height: 116px;
	border-bottom: 4px solid #0099FF;
	padding: 10px 0px 0px 0px;
}
#header_cont {
	height: 110px;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header_cont .logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#header_cont .h_order {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: center;
	height: 86px;
}

#header_cont .h_access {
	position: absolute;
	top: 20px;
	left: 420px;
}

#header_cont .h_tel {
	margin: 10px 0px 5px 0px;
}

#header_cont .h_tel2 {
	margin: 5px 0px 5px 0px;
}


#mv {
	background-color: #D2FFFF;
}
#mv_cont {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mv_cont h2 {
	position: absolute;
	top: 328px;
	left: 0px;
}
#mv_cont p {
	position: absolute;
	top: 426px;
	left: 0px;
}

#case_monitorbg {
	background-color: #FFFFDD;
	margin: 0px auto;
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
	padding: 15px 0px;
}

#monitor{
	width:970px;
	margin:0 auto;
	border:1px solid #35bbbe;
	border-radius: 15px;
	padding:15px;
	background:#FFF;
}

#monitor .tl_monitor{
	margin:0 auto;
	width:845px;
}

#monitor .att_monitor{
	padding-left:60px;
	margin-top:20px;
	font-weight:bold;
}

#monitor .att_monitor2,
#monitor .att_monitor3{
	padding-left:60px;
}

#monitor .small_txt{
	font-weight:bold;
	font-size:0.8rem;
	color:#999;
}

#monitor .small_txt a{
	color:#35bbbe;
}


#navi {
	overflow: hidden;
	background: #ffffff;
	margin: 8px 0px 7px 0px;
	clear: both;
}

#navi li {
	float: left;
	margin-right:6px;
}

#navi li.end {
	float: left;
	margin-right:0px;
}

#navi2 {
	overflow: hidden;
	background: #ffffff;
	margin: 18px auto 16px auto;
	clear: both;
	width: 920px;
}

#navi2 li {
	float: left;
	margin-right:20px;
}

#navi2 li.end {
	float: left;
	margin-right:0px;
}

.under {
	background-color: #FFF;
	background-image: none;
}
.under_article {
	padding-bottom: 30px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.under_article p {
	text-align: center;
}
.under_article .title {
	font-size: 120%;
	font-weight: bold;
	color: #F58878;
	margin-bottom: 10px;
}
#cmn_mv h2 {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: #9E873F;
	height: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}
a:link {
	color:#C7A438;
	text-decoration: none;
}
a:visited {
	color:#C7A438;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/*-------------------------------------------------------------------

	container

-------------------------------------------------------------------*/
#container {
	padding-top:220px;
}

#discontentlink {
  margin-top:-220px;
  padding-top:220px;
}

#reasonlink {
  margin-top:-220px;
  padding-top:220px;
}

#methodlink {
  margin-top:-220px;
  padding-top:220px;
}

#questionlink {
  margin-top:-220px;
  padding-top:220px;
}

#cliniclink {
  margin-top:-220px;
  padding-top:220px;
}

/*-------------------------------------------------------------------

	Foot Area

-------------------------------------------------------------------*/
.foot_area {
	clear:both;
	text-align:center;
	font-size: 92%;
	background-color: #02ADBE;
	padding: 15px;
}

.foot_copy {
	clear:both;
	text-align: center;
	color: #FFF;
}
/*-------------------------------------------------------------------

	COMMON CLASS

-------------------------------------------------------------------*/
.bold {
	font-weight:bold;
}
.text_pink {
	color:#FF6699;
}
.text_red {
	color: #C00;
}
.font70 {
	font-size:70%;
}
.font80 {
	font-size:80%;
}
.font90 {
	font-size:90%;
}
.font110 {
	font-size:110%;
}
.font120 {
	font-size:120%;
}
.font130 {
	font-size:130%;
}
.font140 {
	font-size:140%;
}
.font150 {
	font-size:150%;
}
.ml10 {
	margin-left:10px;
}
.ml100 {
	margin-left: 100px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.tm40 {
	padding-top: 40px;
}
.pb20 {
	padding-bottom: 20px;
}
p.strong {
	padding-top:10px;
	color:#993366;
	font-size:120%;
}
ul.circle {
	padding-left:2em;
	list-style:circle;
}
.text_left {
	text-align:left;
}
.text_right {
	text-align:right;
}
.text_center {
	text-align:center;
}
.right_item {
	float:right;
}
.left_item {
	float:left;
}
.clr {
	clear:both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	zoom:1;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
	clear: both;
}
.clearfix {
	display: block;
}
/* */

.displayNone {
	display: none;
}
table.basic {
	width: 860px;
	table-layout:fixed;
}
.basic tr th {
	background-color: #F9F8F7;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
}
.basic tr td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8BEB5;
	border-bottom-color: #C8BEB5;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.date tr th {
	background-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
.date tr td {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
table.date {
}
.fmStep {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.fmStep li {
	display: inline;
	margin:0 5px;
}
.must {
	color: #E3007E;
	font-size: 80%;
	font-weight: bold;
}
.txt_red {
	color: #E3007E;
	font-size: 70%;
	font-weight: bold;
}
.form_btn {
	text-align: center;
	padding-top: 20px;
}
#reservebtn {
	position: fixed;
	z-index: 3;
	top: 0px;
	right: 0px;
}
