@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

/*=============================================================
　base
=============================================================*/

h1 {
	font-size: 11px;
	line-height: 1.5em;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
}
h2 {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 160%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
}
h2 span {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffc000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h3 {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 160%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
}
h3 span {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffc000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h3 font {
	color: #FFF;	
}
.none {
	margin: 0px !important;
	padding: 0px !important;
}
.mincyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	transform: rotate(.03deg) !important;
	font-weight: bold;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*=============================================================
　area
=============================================================*/

.area {
	height: auto;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.area_h {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/hougan.gif);
	background-repeat: repeat;
}
.area_o {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ff6600;
}
.area_b1 {
	background-image: url(../images/point_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.area_b2 {
	background-image: url(../images/maker_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#p01,#p02,#p03,#p04,#p05,#p06 {
	margin-top:-50px;
    padding-top:50px;
}
#florting{
  position: fixed;
  right: -80px;
  top: 80px;
}
#florting a{
  position: relative;
  display: block;
  width: 80px;
  text-decoration: none;
}
#florting a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#florting p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#spfix {
	display:none;
}



/*=============================================================
　link-btn
=============================================================*/

.link-btn {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.link-btn a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #3399CC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #bddef2;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.link-btn a:hover  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


/*=============================================================
　header
=============================================================*/

header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
#mail {
	height: auto;
	width: 24%;
	border: 1px solid #ff6600;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	position: relative;
	margin: 0px;
	top: 80px;
}
#mail dt {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mail dd {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 90%;
}
#mail dd span {
	font-weight: bold;
	color: #ff6600;
}
#mail a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
#mail a:hover  {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #F6F6F6;
}
#toplogo {
	margin: 0px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#toplogo dt {
	margin: 0px;
	padding: 0px;
}
#toplogo dd {
	font-size: 12px;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tel {
	float: right;
	height: auto;
	width: 25%;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tel #time {
	background-color: #ff6600;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#tel dt {
	font-size: 80%;
	text-align: right;
	line-height: 1.8em;
}
#tel dd {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}





/*=============================================================
　nav
=============================================================*/

.nav {
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-color: #FFF;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 140px;/*親メニューの幅*/
	height: auto;
	text-align: center;
	font-size: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
}
.nav ul .border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	background-color: #ff6600;
}
.nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333;
}
.nav ul .border a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: bold;
}
.nav ul li a:hover {
	background-color: #F5F5F5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav ul .border a:hover {
	background-color: #F5F5F5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #333;
}
.accordion {
	display:none;
}
#nav-sp {
	display:none;
}



/*=============================================================
　main
=============================================================*/

#main-area {
	height: 510px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:cover;
}
#main {
	padding: 0px;
	margin: 0px;
}
#copy {
	padding: 0px;
	height: auto;
	width: 50%;
	overflow: hidden;
	margin: 0px;
	float: right;
}
#copy dt {
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 230%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #FFF;
}
#copy dt span {
	color: #f9cfad;
}

#copy dd {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copy p {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: auto;
	width: 128px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copy2 {
	padding: 0px;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#copy2 dt {
	text-align: right;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.oto {
	text-align: center;
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
.oto_tel {
	border: 1px solid #FFF;
	padding: 10px;
	height: auto;
	width: 43%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.oto_tel dt {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oto_tel dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.oto_mail {
	height: auto;
	width: 43%;
	float: right;
	border: 1px solid #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.oto_mail dt {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oto_mail dd {
	color: #FFF;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.oto_mail a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
.oto_mail a:hover  {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #FFF;
}
#concept {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#concept dt {
	font-size: 170%;
	text-align: center;
	line-height: 1.5em;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
}
#concept_ex {
	height: auto;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#concept_ex dt {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 420px;
}
#concept_ex dd {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 420px;
}
#plan1 {
	margin: 0px;
	height: auto;
	width: 47%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#plan1 p {
	background-color: #2fbe9e;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
#plan1 dl {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan1 dl dt {
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan1 dl dd {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2fbe9e;
	border-bottom-color: #2fbe9e;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #2fbe9e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#plan1 dl ul {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#plan1 dl ul li {
	background-image: url(../images/check_ue.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.3em;
	background-position: left -5px;
	font-size: 95%;
}
#plan2 {
	margin: 0px;
	height: auto;
	width: 47%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#plan2 p {
	background-color: #2fbe9e;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
#plan2 dl {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan2 dl dt {
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan2 dl dd {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2fbe9e;
	border-bottom-color: #2fbe9e;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #2fbe9e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#plan2 dl ul {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#plan2 dl ul li {
	background-image: url(../images/check_ue.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.3em;
	background-position: left -5px;
	font-size: 95%;
}
#plan_ex {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#plan_ex p {
	height: auto;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-color: #2fbe9e;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 99999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#plan_ex dl {
	background-color: #f0f0f0;
	padding: 30px;
	margin: 0px;
}
#plan_ex dl dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 95%;
}
#plan_ex dl dd {
	text-align: center;
	color: #2fbe9e;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
.optxt {
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#option {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
}
#option th,
#option td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#option th {
	background-color: #F0F0F0;
	height: auto;
	width: 50%;
	font-weight: bold;
	text-align: left;
}
#option th span {
	font-size: 80%;
	font-weight: normal;
}
#option th p {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
}


#option td {
	text-align: right;
}
.komi {
	font-size: 80%;
	color: #999;
	line-height: 1.5em;
}

.cyuusyaku {
	font-size: 80%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#card {
	padding: 0px;
	height: auto;
	width: 46%;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#card p {
	background-color: #2fbe9e;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#card dl {
	margin: 0px;
	padding: 0px;
}
#card dl dt {
	font-size: 90%;
	line-height: 1.7em;
}
#card dl dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#card dl div {
	font-size: 80%;
	color: #666;
}
#dentcure {
	padding: 0px;
	height: auto;
	width: 46%;
	float: right;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#dentcure p {
	background-color: #2fbe9e;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#dentcure dl {
	margin: 0px;
	padding: 0px;
}
#dentcure dl dt {
	font-size: 90%;
	line-height: 1.7em;
}
#dentcure dl dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dentcure dl div {
	font-size: 80%;
	color: #666;
}
#specialist {
	background-image: url(../images/specialist.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#specialist dt {
	font-size: 190%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#specialist dd {
	height: auto;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dr1 {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 48%;
	border: 2px solid #CCC;
	float: left;
}
.dr2 {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 48%;
	border: 2px solid #CCC;
	float: right;
}
.dname {
	margin: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.dname dt {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 230px;
	width: 170px;
}
.dname dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dname dd span {
	font-size: 160%;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.dname p {
	margin: 0px;
	font-size: 85%;
	line-height: 1.7em;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dreki {
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.dreki p {
	background-color: #ff6600;
	color: #FFF;
	padding: 0px;
	height: auto;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
}
#comment {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#comment dt {
	font-weight: bold;
	color: #3879a2;
	margin: 0px;
	font-size: 90%;
	padding: 0px;
}
#comment dd {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#comment table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#comment table tr {
	font-size: 85%;
}
#comment table tr th {
	text-align: left;
	font-weight: normal;
	line-height: 1.7em;
	height: auto;
	width: 20%;
	vertical-align: top;
}
#comment table tr td {
	line-height: 1.5em;
}
.picon {
	background-color: #ff6600;
	height: auto;
	width: 30%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FFF;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0px;
	font-size: 80%;
	border-radius: 5px;
}
#setubi_txt {
	text-align: center;
	font-size: 95%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#setubi1 {
	padding: 0px;
	height: auto;
	width: 420px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#setubi1 dt {
	font-weight: bold;
	color: #ff6600;
	text-align: center;
	font-size: 160%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#setubi1 dd {
	margin: 0px;
	padding: 0px;
}
#setubi1 p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#setubi2 {
	padding: 0px;
	height: auto;
	width: 420px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#setubi2 dt {
	font-weight: bold;
	color: #ff6600;
	text-align: center;
	font-size: 160%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#setubi2 dd {
	margin: 0px;
	padding: 0px;
}
#setubi2 p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#osstem {
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#staumann {
	background-color: rgba(255,255,255,0.8);
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.mk1 {
	padding: 30px;
	margin: 0px;
}
.mk1 dt {
	font-size: 160%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mk1 dd {
	margin: 0px;
	padding: 0px;
	float: left;
}
.mk1 dd span {
	background-color: #ff6600;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.mk1 p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mk1 div {
	padding: 0px;
	height: 45px;
	width: 128px;
	float: left;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.mk2 {
	margin: 0px;
	padding: 30px;
}
.mk2 dt {
	float: right;
	height: 200px;
	width: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mk2 dd {
	margin: 0px;
	font-size: 85%;
	padding: 0px;
	line-height: 1.8em;
}
.flow {
	padding: 40px;
	margin: 0px;
	background-color: #FFF;
}
.flow_ue {
	padding: 40px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
}
.fimg {
	padding: 0px;
	float: right;
	height: 250px;
	width: 340px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.fltxt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.fltxt dt {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	font-weight: bold;
}
.fltxt dt span {
	background-color: #ff6600;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.fltxt dd {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.7em;
}
.fltxt p {
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shita {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
.qa1 {
	padding: 0px;
	height: auto;
	width: 48%;
	float: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa1 dl {
	margin: 0px;
	padding: 0px;
}
.qa1 dl dt {
	background-color: #ff6600;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
}
.qa1 dl dd {
	background-color: #fee3d0;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 55px;
	font-size: 90%;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa1 dl div {
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.qa2 {
	padding: 0px;
	height: auto;
	width: 48%;
	float: right;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa2 dl {
	margin: 0px;
	padding: 0px;
}
.qa2 dl dt {
	background-color: #ff6600;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
}
.qa2 dl dd {
	background-color: #fee3d0;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 10px 30px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 55px;
	font-size: 90%;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa2 dl div {
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#koujyo {
	background-color: #ff6600;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin: 0px;
}
#koujyo dt {
	border: 1px solid #FFF;
	margin: 0px;
	height: auto;
	width: 10%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
#koujyo p {
	font-weight: bold;
	color: #FFF;
	font-size: 200%;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#koujyo dd {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px;
	height: auto;
	width: 22%;
	float: left;
	line-height: 1.5em;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#koujyo ul {
	display: none;
}
#koujyo_sm {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#koujyo_sm dt {
	font-size: 95%;
	text-align: center;
}
#koujyo_sm dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#koujyo_sm span {
	color: #ff6600;
	font-size: 120%;
	font-weight: bold;
}
#koujyo_sm p {
	font-size: 80%;
	color: #666;
	text-align: center;
}
#sec_head {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ff6600;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #FFF;
}
#second {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
}
#second1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#second1 dt {
	margin: 0px;
	padding: 0px;
}
#second1 dd {
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
}
#second1 div {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#second2 {
	background-image: url(../images/binder.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#second2 dt {
	font-size: 110%;
	background-image: url(../images/se_check.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-position: left top;
	height: auto;
	width: 65%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#second2 dd {
	height: auto;
	width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	color: #ff6600;
	text-decoration: underline;
	line-height: 1.5em;
}
.access {
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.access dt {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.access dt span {
	font-size: 60%;
	font-weight: normal;
	color: #666;
}

.access dd {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.acc_comment {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.acc_comment dt {
	font-size: 120%;
	color: #FFF;
	background-color: #ff6600;
	height: auto;
	width: 35%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
.acc_comment dt span {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.acc_comment dd {
	font-size: 120%;
	color: #FFF;
	background-color: #ff6600;
	height: auto;
	width: 35%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	float: right;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.acc_comment dd span {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#map {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 980px;
}
.mod_table01 {
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse: collapse;
}
.mod_table01 thead th {
	background-color: #ff6600;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 1em;
	font-size: 130%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.mod_table01 tbody th {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: 1.3em;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}

.mod_table01 tbody td {
	width: 11.8%;
	text-align: center;
	font-size: 130%;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.mod_table01 thead tr .col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3879a3;
}

.mod_txt {
	font-size: 85%;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
}
#clinic {
	margin: 0px;
	padding: 0px;
}
#clinic dt {
	padding: 0px;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#clinic dd {
	margin: 0px;
	padding: 0px;
}
#ftcontact {
	margin: 0px;
	padding: 0px;
	height: 450px;
}
.ft {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.ft dt {
	font-size: 180%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.ft dd {
	color: #ff6600;
	font-weight: bold;
	font-size: 250%;
	text-decoration: underline;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ft ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ft ul li {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: 325px top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
	text-align: center;
}
.ft p {
	font-size: 130%;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	display: block;
}
#ftbtn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ftbtn dt {
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 70px;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 9999;
}
#ftbtn dd {
	float: right;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 9999;
}
#ftbtn dd a:hover {
    opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.footer {
	background-color: #333333;
	text-align: center;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.copyright {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	padding-bottom: 10px;
	background-color: #ff6600;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-align: center;
}
}




/* 横幅1100px以下のスタイル： ～1099px */
@media only screen and (min-width: 481px) and (max-width: 1099px) {

/*=============================================================
　base
=============================================================*/
body {
	color: #333333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}
#floatMenu{
	display:none;
}

#spfix {
	display:none;
}


}





/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

/*=============================================================
　base
=============================================================*/

h1 {
	display:none;
}
h2 {
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
}
h2 span {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffc000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h3 {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: bold;
}
h3 span {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffc000;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
h3 font {
	color: #FFF;	
}
.none {
	margin: 0px !important;
	padding: 0px !important;
}
.mincyo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	transform: rotate(.03deg) !important;
	font-weight: bold;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*=============================================================
　area
=============================================================*/

.area {
	height: auto;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.area_h {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/hougan.gif);
	background-repeat: repeat;
}
.area_o {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ff6600;
}
.area_b1 {
	background-image: url(../images/point_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}	
.area_b2 {
	background-image: url(../images/maker_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#florting{
  display:none;
}
#spfix{
	position: fixed;
	bottom: 0;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#spfix dt {
	margin: 0px;
	float: left;
	height: auto;
	width: 49%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#spfix dd {
	margin: 0px;
	float: right;
	height: auto;
	width: 49%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*=============================================================
　link-btn
=============================================================*/

.link-btn {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.link-btn a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #3778a0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #bddef2;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


/*=============================================================
　header
=============================================================*/

header {
	margin: 0px;
	padding: 0px;
}
#mail {
	display:none;
}
#toplogo {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#toplogo dt {
	margin: 0px;
	padding: 0px;
}
#toplogo dd {
	font-size: 12px;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tel {
	display:none;
}



/*=============================================================
　nav
=============================================================*/

.nav {
	display:none;
}
.accordion {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.accordion dt {
	text-align: center;
	background-color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.accordion dd {
	margin: 0px;
	padding: 0px;	
}
#nav-sp {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#nav-sp ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nav-sp ul li {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#nav-sp ul li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	font-size: 85%;
	line-height: 3.5em;
	color: #333;
}
dl.accordion dd{
	line-height: 1.5;
	display: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#nav-sp ul .border {
	background-color: #666666;
}
#nav-sp ul .border a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}


/*=============================================================
　main
=============================================================*/

#main-area {
	background-image: url(../images/main_sp.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 0;
	padding-top: 82.81%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	padding: 0px;
	margin: 0px;
}
#copy {
	display:none;
}
#copy2 {
	display:none;
}
/*
#copy dt {
	height: auto;
	width: 60%;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	font-size: 170%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #FFF;
}
#copy dt span {
	color: #f9cfad;
}

#copy dd {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#copy p {
	display:none;
}
*/
.oto {
	text-align: center;
	margin: 0px;
	height: auto;
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.oto_tel {
	border: 1px solid #FFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oto_tel dt {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-size: 90%;
}
.oto_tel dd {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.oto_mail {
	border: 1px solid #FFF;
	position: relative;
	margin: 0px;
	padding: 10px;
}
.oto_mail dt {
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oto_mail dd {
	color: #FFF;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.oto_mail a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
.oto_mail a:hover  {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #FFF;
}
#concept {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#concept dt {
	font-size: 170%;
	text-align: center;
	line-height: 1.5em;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
}
#concept_ex {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
#concept_ex dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#concept_ex dd {
	margin: 0px;
	padding: 0px;
}
#plan1 {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#plan1 p {
	background-color: #2fbe9e;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
#plan1 dl {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan1 dl dt {
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan1 dl dt img {
	max-width:90%;
}
#plan1 dl dd {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2fbe9e;
	border-bottom-color: #2fbe9e;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #2fbe9e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#plan1 dl ul {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#plan1 dl ul li {
	background-image: url(../images/check_ue.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.3em;
	background-position: left -5px;
	font-size: 95%;
}
#plan2 {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#plan2 p {
	background-color: #2fbe9e;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
#plan2 dl {
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan2 dl dt {
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#plan2 dl dt img {
	max-width:90%;
}
#plan2 dl dd {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2fbe9e;
	border-bottom-color: #2fbe9e;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	color: #2fbe9e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#plan2 dl ul {
	padding: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#plan2 dl ul li {
	background-image: url(../images/check_ue.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.3em;
	background-position: left -5px;
	font-size: 95%;
}
#plan_ex {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#plan_ex p {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-color: #2fbe9e;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 99999;
	padding: 7px;
	font-size: 90%;
}
#plan_ex dl {
	background-color: #f0f0f0;
	margin: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#plan_ex dl dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	line-height: 1.5em;
}
#plan_ex dl dd {
	text-align: center;
	color: #2fbe9e;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
.optxt {
	font-size: 90%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.5em;
}
#option {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
#option th,
#option td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#option th {
	background-color: #F0F0F0;
	height: auto;
	width: 50%;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
}
#option th span {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3em;
}
#option th p {
	font-size: 70%;
	font-weight: normal;
	line-height: 1.5em;
	color: #666;
	padding-top: 3px;
}
#option td {
	text-align: right;
	background-color: #FFF;
}
.komi {
	font-size: 80%;
	color: #999;
	line-height: 1.5em;
}
.cyuusyaku {
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#card {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#card p {
	background-color: #2fbe9e;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#card dl {
	margin: 0px;
	padding: 0px;
}
#card dl dt {
	font-size: 90%;
	line-height: 1.7em;
}
#card dl dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#card dl div {
	font-size: 80%;
	color: #666;
}
#dentcure {
	margin: 0px;
	padding: 0px;
}
#dentcure p {
	background-color: #2fbe9e;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#dentcure dl {
	margin: 0px;
	padding: 0px;
}
#dentcure dl dt {
	font-size: 90%;
	line-height: 1.7em;
}
#dentcure dl dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dentcure dl div {
	font-size: 80%;
	color: #666;
}
#specialist {
	background-image: url(../images/specialist_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
	color: #FFF;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#specialist dt {
	font-size: 120%;
	line-height: 1.7em;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#specialist dt br {
	display:none;
}
#specialist dd {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 95%;
	line-height: 1.7em;
}
.dr1 {
	background-color: #FFF;
	border: 2px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.dr2 {
	background-color: #FFF;
	margin: 0px;
	border: 2px solid #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.dname {
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dname dt {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.dname dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.dname dd span {
	font-size: 160%;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.dname p {
	font-size: 85%;
	line-height: 1.7em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.dreki {
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dreki p {
	background-color: #ff6600;
	color: #FFF;
	padding: 0px;
	height: auto;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
}
#comment {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#comment dt {
	font-weight: bold;
	color: #3879a2;
	margin: 0px;
	font-size: 90%;
	padding: 0px;
}
#comment dd {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#comment table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#comment table tr {
	font-size: 85%;
}
#comment table tr th {
	text-align: left;
	font-weight: normal;
	line-height: 1.7em;
	width: 25%;
	vertical-align: top;
}
#comment table tr td {
	line-height: 1.7em;
	padding-bottom: 5px;
}
.picon {
	background-color: #ff6600;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #FFF;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0px;
	border-radius: 5px;
	font-size: 90%;
}
#setubi_txt {
	text-align: center;
	font-size: 95%;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#setubi1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#setubi1 dt {
	font-weight: bold;
	color: #ff6600;
	text-align: center;
	font-size: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#setubi1 dd {
	margin: 0px;
	padding: 0px;
}
#setubi1 p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#setubi2 {
	padding: 0px;
	margin: 0px;
}
#setubi2 dt {
	font-weight: bold;
	color: #ff6600;
	text-align: center;
	font-size: 130%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#setubi2 dd {
	margin: 0px;
	padding: 0px;
}
#setubi2 p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#osstem {
	background-color: rgba(255,255,255,0.8);
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#staumann {
	background-color: rgba(255,255,255,0.8);
	margin: 0px;
	padding: 0px;
}
.mk1 {
	margin: 0px;
	padding: 20px;
}
.mk1 dt {
	font-size: 130%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.mk1 dd {
	margin: 0px;
	padding: 0px;
}
.mk1 dd span {
	background-color: #ff6600;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	width: 30px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.mk1 p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mk1 div {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mk2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mk2 dt {
	text-align: center;
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mk2 dd {
	margin: 0px;
	font-size: 85%;
	padding: 0px;
	line-height: 1.8em;
}
.flow {
	margin: 0px;
	padding: 20px;
	background-color: #FFF;
}
.flow_ue {
	padding: 20px;
	background-color: #FFF;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fimg {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.fltxt {
	padding: 0px;
	margin: 0px;
}
.fltxt dt {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
}
.fltxt dt span {
	background-color: #ff6600;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
.fltxt dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	font-size: 90%;
}
.fltxt p {
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.qa1 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa1 dl {
	margin: 0px;
	padding: 0px;
}
.qa1 dl dt {
	background-color: #ff6600;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
}
.qa1 dl dd {
	background-color: #fee3d0;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 55px;
	font-size: 90%;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa1 dl div {
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.qa2 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa2 dl {
	margin: 0px;
	padding: 0px;
}
.qa2 dl dt {
	background-color: #ff6600;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
}
.qa2 dl dd {
	background-color: #fee3d0;
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 55px;
	font-size: 90%;
	margin-top: -21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa2 dl div {
	padding: 0px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#koujyo {
	background-color: #ff6600;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#koujyo dt {
	border: 1px solid #FFF;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#koujyo p {
	font-size: 200%;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	transform: rotate(90deg);
}
#koujyo dd {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 80%;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#koujyo_sm {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#koujyo_sm dt {
	font-size: 95%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#koujyo_sm dd {
	font-size: 95%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#koujyo_sm span {
	color: #ff6600;
	font-size: 120%;
	font-weight: bold;
}
#koujyo_sm p {
	font-size: 80%;
	color: #666;
	text-align: center;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sec_head {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ff6600;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding: 20px;
}
#second {
	margin: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#second1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#second1 dt {
	margin: 0px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#second1 dd {
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
	margin: 0px;
	padding: 0px;
}
#second1 dd br {
	display: none;
}

#second1 div {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#second2 {
	background-image: url(../images/binder.gif);
	background-size:contain;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#second2 dt {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/se_check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 1.5em;
}
#second2 dd {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #ff6600;
	text-decoration: underline;
	line-height: 1.5em;
	height: auto;
	width: 90%;
}
.access {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.access dt {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}
.access dt span {
	font-size: 60%;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.access dd {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.acc_comment {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.acc_comment dt {
	font-size: 120%;
	color: #FFF;
	background-color: #ff6600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.acc_comment dt span {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.acc_comment dd {
	font-size: 120%;
	color: #FFF;
	background-color: #ff6600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}
.acc_comment dd span {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#map {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 100%;
}
.mod_table01 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse: collapse;
}
.mod_table01 thead th {
	background-color: #ff6600;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 90%;
}
.mod_table01 tbody th {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	font-size: 90%;
	line-height: 1em;
}

.mod_table01 tbody td {
	width: 11.8%;
	text-align: center;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 90%;
	line-height: 1em;
}
.mod_table01 thead tr .col {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3879a3;
}

.mod_txt {
	font-size: 75%;
	line-height: 1.3em;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666;
}
#clinic {
	margin: 0px;
	padding: 0px;
}
#clinic dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#clinic dd {
	margin: 0px;
	padding: 0px;
}
#clinic img {
	width: 100%;
}
#ftcontact {
	background-color: #f4f4f4;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}
.ftimg {
	display:none;
}
.ft {
	margin: 0px;
	padding: 0px;
}
.ft dt {
	font-size: 140%;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.ft dd {
	color: #ff6600;
	font-weight: bold;
	font-size: 160%;
	text-decoration: underline;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ft ul {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ft ul li {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 90%;
}
.ft p {
	font-size: 130%;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.ft dd br {
	display: none;
}

#ftbtn {
	margin-top: -180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#ftbtn dt {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	z-index: 9999;
	padding: 0px;
}
#ftbtn dd {
	z-index: 9999;
	margin: 0px;
	padding: 0px;
}
.footer {
	background-color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer img {
	padding-top: 80px;
	padding-bottom: 50px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}

.copyright {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	padding-bottom: 70px;
	background-color: #ff6600;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-align: center;
}
.tbg {
	background-color: #F5F5F5;
}
.syousai {
	text-align: left !important;
}
.shita {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}



}
