@charset "UTF-8";


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


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

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

h1 {
	font-size: 12px;
	line-height: 1.5em;
	height: auto;
	width: 50%;
	margin: 0px;
	color: #666;
	padding: 0px;
	float: left;
}
h2 {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
	font-size: 200%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFF;
}
h2 span {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ff6925;
}
h3 {
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 200%;
	font-weight: bold;
}
h3 span {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ff6925;
}
h4 {
	font-size: 120%;
	background-color: #ff6600;
	color: #FFF;
	background-image: url(../images/yajirushi_yoko_wt.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ff6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #ff6600;
}

.none {
	margin: 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;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
}

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

.area {
	height: auto;
	width: 1040px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.area_o {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ff9e2b;
	background-image: url(../images/h2line.png);
	background-repeat: repeat-x;
	background-position: top;
}
.area_g {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #f5f5f5;
}
.area_b1 {
	background-image: url(../images/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.area_b2 {
	height: auto;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.area_b3 {
	background-image: url(../images/pickup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
}
.area_b4 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	background-image: url(../images/hyoubg.gif);
	background-repeat: repeat;
}
.area_b5 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	background-image: url(../images/hyoubg_gray.gif);
	background-repeat: repeat;
}

/*=============================================================
　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: #ff6600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #995222;
	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;
}
#spfix {
	display:none;
}



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

header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
.top {
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.top dt {
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 50%;
	text-align: right;
}
#toplogo {
	margin: 0px;
	float: left;
	padding: 0px;
}





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

.nav {
	margin: 0px;
	height: auto;
	width: 62%;
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 128px;/*親メニューの幅*/
	height: auto;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #dedede;
	font-size: 85%;
	font-weight: bold;
}
.nav ul .border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #dedede;
	width: 131px;/*親メニューの幅*/
	background-color: #ff6600;
}
.nav ul .border a {
	color: #FFF;
}
.nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}
.nav ul .open {
	background-image: url(../images/nav-y.png);
	background-position: 10px center;
}
.nav ul li:hover, .nav ul li a:hover {
	background-color: #EBEBEB;
}
.nav ul .border:hover, .nav ul .border a:hover {
	background-color: #FFD7BB;
}
.nav ul li ul {
	position: absolute;
	top: 38px;/*親メニューの高さと同じにする*/
	width: 128px;
	z-index: 9999999;
	color: #FFF;
}
.nav ul li ul li {
	visibility: hidden;
	overflow: hidden;
	width: 127px;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	height: 0;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.nav ul li ul li a {
	color: #FFF;
	font-size: 100%;
}

.nav ul li ul li:hover, .nav ul li ul li a:hover {
	background-color: #666666;
}
.nav ul li:hover ul li, .nav ul li a:hover ul li{
	visibility: visible;
	overflow: visible;
	height: 38px;/*サブメニューの高さ*/
	z-index: 10;
}
.nav * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.accordion {
	display:none;
}
#nav-sp {
	display:none;
}


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

#main-area {
	height: 450px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f7f7f7;
	background-size: cover;
}
#main {
	padding: 0px;
	height: 450px;
	width: 1040px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}
#copy {
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	text-align: center;
}
#copy dt {
	padding-top: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#copy dd {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#news {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	height: auto;
	width: 47%;
}
.news_title {
	margin: 0px;
	padding: 0px;
}
.news_title dt {
	margin: 0px;
	float: left;
	height: auto;
	width: 50%;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.news_title dd {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 40%;
}
.news_kiji {
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
	overflow-y: scroll;
}
.news_kiji dt {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.news_kiji dd {
	font-size: 85%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news_kiji a {
}

#kyu {
	background-color: #C00;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tuu {
	background-color: #39C;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#topbnr {
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topbnr dl {
	margin: 0px;
	padding: 0px;
}
#topbnr dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
}
#topbnr dl dd {
	margin: 0px;
	padding: 0px;
	float: right;
}
#btitle {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	display: flex;
	justify-content:center;
	margin: 0px;
}
#blog dl {
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	padding: 20px;
	width: 20%;
	background-color: #FFF;
	position: relative;
    z-index: 1;
}
#blog dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#blog dl:hover {
	-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: #FFF1DD;
}
#blog dl img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 10px;
}
#blog dl dt {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 1.7em;
	font-weight: bold;
}
#blog dl dd {
	font-size: 70%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog dl p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link-btn-blog {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.link-btn-blog a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #ff6600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #995222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.link-btn-blog 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;
}
#concept {
	margin: 0px;
	padding: 0px;
}
#concept dd {
	text-align: center;
	height: auto;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 2em;
	padding: 0px;
	color: #FFF;
}
#rec_dental {
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rec_medical {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rec_staff {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dental1 {
	padding: 0px;
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dental1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.dental1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
}
.dental1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.dental1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dental1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.dental1 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.dental2 {
	padding: 0px;
	height: auto;
	width: 30%;
	position: relative;
	float: right;
	margin: 0px;
}

.dental2 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.dental2 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
}
.dental2 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.dental2 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dental2 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.dental2 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.medical1 {
	padding: 0px;
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.medical1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #69c199;
	border-right-color: #69c199;
	border-left-color: #69c199;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.medical1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #69c199;
}
.medical1 dl dt span {
	font-size: 65%;
}

.medical1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.medical1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.medical1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.medical1 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.medical2 {
	padding: 0px;
	height: auto;
	width: 30%;
	position: relative;
	float: right;
	margin: 0px;
}

.medical2 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #69c199;
	border-right-color: #69c199;
	border-left-color: #69c199;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.medical2 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #69c199;
}
.medical2 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.medical2 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.medical2 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.medical2 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.staff1 {
	padding: 0px;
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.staff1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #505050;
	border-right-color: #505050;
	border-left-color: #505050;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
.staff1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #505050;
}

.staff1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.staff1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.staff1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.staff1 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.under {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #ff6600;
	color: #FFF;
	text-align: center;
}
.under_me {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #69c199;
	color: #FFF;
	text-align: center;
}
.under_st {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #505050;
	color: #FFF;
	text-align: center;
}
#hyou {
	border-collapse: collapse;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hyou_title {
	height: auto;
	width: 40%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #FF6600;
	border: 1px dotted #ff6600;
}
#hyou table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#hyou th,
#hyou td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
}

#hyou th {
	background-color: #FFCCAA;
	font-size: 90%;
	line-height: 1.5em;
	width: 100px;
}
#hyou td {

}
.tbg1 {
	background-color: #FFFFFF;
}
.tbg2 {
	background-color: #F0F0F0;
}
.cyu {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	border: 1px dotted #ff6600;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.cyu dt {
	font-size: 90%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cyu dd {
	font-size: 90%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#greeting1 {
	background-color: #ff6600;
	height: auto;
	width: 650px;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
	position: absolute;
}
#greeting1 dl {
	margin: 0px;
	padding: 40px;
}
#greeting1 dl dt {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#greeting1 dl dd {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#greeting2 {
	background-color: #f2f2f2;
	height: auto;
	width: 40%;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#greeting2 dl {
	margin: 0px;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 50px;
}
#greeting2 dl dt {
	margin: 0px;
	padding: 0px;
}
#greeting2 dl dd {
	margin: 0px;
	font-size: 85%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#jinbutu {
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#jinbutu_min {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 65%;
	float: left;
}
#jinbutu_min p {
	text-align: center;
	border: 2px solid #ff6600;
	height: auto;
	width: 50%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #ff6600;
}
.jin1 {
	padding: 0px;
	margin: 0px;
}
.jin1 dt {
	padding: 10px;
	height: auto;
	width: 49%;
	border: 2px solid #fb7fa5;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
.jin1 dd {
	padding: 10px;
	height: auto;
	width: 49%;
	border: 2px solid #3fb494;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
.jin2 {
	margin: 0px;
	padding: 0px;
}
.jin2 dt {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 49%;
	border: 2px solid #d2a945;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	float: left;
	font-weight: bold;
}
.jin2 dd {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 49%;
	border: 2px solid #78cdfd;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	float: right;
	text-align: center;
	font-weight: bold;
}
.jin3 {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #ff6600;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.point {
	background-color: #FFF;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.po1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 40%;
}
.po1 dt {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 80%;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 130%;
}
.po1 dd {
	padding: 0px;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.po2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 60%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.po2 dt {
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.po2 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.po2 div {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 50%;
	text-decoration: none;
	text-align: center;
}
.po2 div a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px;
	display: block;
	background-color: #ff6600;
	border-radius: 5px;
}
.po2 div 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;
}
.color1 {
	background-color: #39C;
}
.color2 {
	background-color: #F69;
}
.color3 {
	background-color: #9C3;
}
.color4 {
	background-color: #963;
}
.clinic {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.clinic_ex {
	padding: 0px;
	margin: 0px;
	float: left;
}
.cl1 {
	margin: 0px;
	padding: 12px;
	border: 3px solid #ff6600;
	background-color: #FFF;
}
.cl1 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl1 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ff6600;
	line-height: 1.5em;
	height: 60px;
}
.cl1 p {
	font-size: 85%;
	line-height: 1.3em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cl2 {
	margin: 0px;
	padding: 12px;
	border: 3px solid #32ae76;
	background-color: #FFF;
}
.cl2 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl2 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #32ae76;
	line-height: 1.5em;
	height: 60px;
}
.cl2 p {
	font-size: 85%;
	line-height: 1.3em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cl3 {
	margin: 0px;
	padding: 12px;
	border: 3px solid #666666;
	background-color: #FFF;
}
.cl3 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl3 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
	height: 60px;
}
.cl3 p {
	font-size: 85%;
	line-height: 1.3em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cllink1 {
	margin: 0px;
	padding: 0px;
}
.cllink1 a {
	background-color: #ff6600;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink1 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;
}
.cllink2 {
	margin: 0px;
	padding: 0px;
}
.cllink2 a {
	background-color: #32ae76;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink2 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;
}
.cllink3 {
	margin: 0px;
	padding: 0px;
}
.cllink3 a {
	background-color: #666666;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink3 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;
}




.btmbnr {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.btmbnr dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.btmbnr dd {
	margin: 0px;
	padding: 0px;
}
footer {
	background-color: #f4f4f4;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.ft_logo dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.ft_logo dd {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.5em;
}


.ft_logo {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 50%;
	float: left;
}
.sitemap {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 50%;
}
.sitemap dl {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
}

.sitemap dt {
	background-image: url(../images/yajirushi_yoko.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 80%;
}
.sitemap dd {
	background-image: url(../images/yajirushi_yoko.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 85%;
}
.sitemap a {
	color: #666;
	text-decoration: none;
}
.sitemap a:hover  {
	text-decoration: underline;
}

.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;
	width: 100%;
	min-width: 1200px;
}

}





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

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

h1 {
	font-size: 10px;
	line-height: 1.5em;
	margin: 0px;
	color: #666666;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	margin: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.7em;
}
h2 span {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ff6925;
}
h3 {
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.7em;
}
h3 span {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ff6925;
}
h4 {
	font-size: 120%;
	background-color: #ff6600;
	color: #FFF;
	background-image: url(../images/yajirushi_yoko_wt.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ff6600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #ff6600;
}
.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;
}
.none {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
}
.haba {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

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

.area {
	padding: 0px;
	margin: 0px;
}
.area_o {
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ff9e2b;
	background-image: url(../images/h2line.png);
	background-repeat: repeat-x;
	background-position: top;
}
.area_g {
	height: auto;
	width: 100%;
	margin: 0px;
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.area_b1 {
	background-image: url(../images/recruit_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	height: auto;
	width: 100%;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.area_b2 {
	height: auto;
	width: 100%;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.area_b3 {
	background-image: url(../images/pickup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
}
.area_b4 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	background-image: url(../images/hyoubg.gif);
	background-repeat: repeat;
}
.area_b5 {
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 90px;
	padding-left: 0px;
	background-image: url(../images/hyoubg_gray.gif);
	background-repeat: repeat;
}

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

.link-btn {
	width: 90%;
	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: 110%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #ff6600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #995222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#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;
	z-index:9999999;
}
#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;
}
#spfix img {
	width: 100%;
}

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

header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
}
.top {
	height: auto;
	width: 95%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top dt {
	display:none;
}
#toplogo {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


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

.nav {
	display:none;
}
#nav-sp {
	padding: 0px;
	margin: 0px;
}
#nav-sp ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#nav-sp ul li {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 3.2em;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nav-sp ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0;
}
#nav-sp ul ul li {
	background-color: #666666;
}
#nav-sp ul ul li a {
	font-weight: normal;
	font-size: 90%;
	color: #FFF;
	line-height: 2.9em;
}
#nav-sp ul .open {
	background-image: url(../images/nav-y.png);
	background-repeat: no-repeat;
	background-position: 10px 17px;
}




dl.accordion dd{
	background: #F7F7F7;
	line-height: 1.5;
	display: none;
}
.accordion {
	margin: 0px;
	background-color: #ff6600;
	padding: 0px;
}
.accordion dt {
	line-height: 2.5em;
	font-size: 90%;
	text-align: center;
	color: #FFF;
	background-image: url(../images/sp_btn.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
}
.accordion dd {
	margin: 0px;
	padding: 0px;	
}



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

#main-area {
	padding: 0px;
	margin: 0px;
}
#main {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 107.25%;
    background: url('../images/main_sp.jpg') 0 0 no-repeat;
    background-size: contain;
}
#copy {
	display:none;
}
#news {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news_title {
	margin: 0px;
	padding: 0px;
}
.news_title dt {
	margin: 0px;
	float: left;
	height: auto;
	width: 50%;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.news_title dd {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 40%;
}
.news_kiji {
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 200px;
	overflow-y: scroll;
	overflow: auto;
}
.news_kiji dt {
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.5em;
	overflow: auto;
}
.news_kiji dd {
	font-size: 80%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	overflow: auto;
}
.news_kiji::-webkit-scrollbar {
	width: 7px;
}
.news_kiji::-webkit-scrollbar-thumb{
    background: #999;
}
.news_kiji::-webkit-scrollbar-track-piece {
    background: #CCC;
}
#kyu {
	background-color: #C00;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
}
#tuu {
	background-color: #39C;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 85%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
#topbnr {
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbnr img {
	max-width:100%;
}
#topbnr dl {
	margin: 0px;
	padding: 0px;
}
#topbnr dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 49%;
}
#topbnr dl dd {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 49%;
}
#btitle {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#blog {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin: 0px;
}
#blog dl {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 20px;
	width: 95%;
	background-color: #FFF;
	position: relative;
	height: auto;
}
#blog dl a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
#blog dl img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 10px;
}
#blog dl dt {
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	font-weight: bold;
}
#blog dl dd {
	font-size: 70%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog dl p {
	font-size: 90%;
	line-height: 1.7em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.link-btn-blog {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
	margin-top: -20px;
	margin-bottom: 0px;
	padding: 0px;
}
.link-btn-blog a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	background-color: #ff6600;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 8px #995222;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#concept {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#concept dd {
	text-align: center;
	line-height: 1.7em;
	padding: 0px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
	font-size: 95%;
}
#rec_dental {
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
#rec_medical {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
#rec_staff {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.dental1 {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.dental1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.dental1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
}
.dental1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.dental1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dental1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.dental2 {
	padding: 0px;
	position: relative;
	margin: 0px;
}

.dental2 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.dental2 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #ff6600;
}
.dental2 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.dental2 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dental2 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.medical1 {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.medical1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #69c199;
	border-right-color: #69c199;
	border-left-color: #69c199;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.medical1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #69c199;
}
.medical1 dl dt span {
	font-size: 65%;
}

.medical1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.medical1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.medical1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.medical2 {
	padding: 0px;
	position: relative;
	margin: 0px;
}

.medical2 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #69c199;
	border-right-color: #69c199;
	border-left-color: #69c199;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
}
.medical2 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #69c199;
}
.medical2 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.medical2 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.medical2 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.staff1 {
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.staff1 dl {
	margin: 0px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #505050;
	border-right-color: #505050;
	border-left-color: #505050;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
}
.staff1 dt {
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
	color: #505050;
}

.staff1 dd {
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.3em;
	color: #999;
}
.staff1 p {
	margin: 0px;
	font-size: 90%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.staff1 a {
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
.staff1 a:hover  {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-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: #FFFFFF;
}
.under {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #ff6600;
	color: #FFF;
	text-align: center;
}
.under_me {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #69c199;
	color: #FFF;
	text-align: center;
}
.under_st {
	margin: 0px !important;
	padding: 0px !important;
	background-color: #505050;
	color: #FFF;
	text-align: center;
}
#hyou {
	border-collapse: collapse;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hyou_title {
	height: auto;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #FF6600;
	border: 1px dotted #ff6600;
}
#hyou table {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#hyou th,
#hyou td {
	padding: 10px;
	text-align: center;
	border: 1px solid #CCC;
}

#hyou th {
	background-color: #FFCCAA;
	font-size: 80%;
	line-height: 1.3em;
	width: 100px;
}
#hyou td {

}
.tbg1 {
	background-color: #FFFFFF;
}
.tbg2 {
	background-color: #F0F0F0;
}
.cyu {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	border: 1px dotted #ff6600;
	background-color: #FFF;
	padding: 20px;
}
.cyu dt {
	font-size: 90%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cyu dd {
	font-size: 90%;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#greeting1 {
	background-color: #ff6600;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#greeting1 dl {
	margin: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#greeting1 dl dt {
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#greeting1 dl dd {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#greeting2 {
	background-color: #f2f2f2;
	padding: 0px;
	margin: 0px;
}
#greeting2 dl {
	margin: 0px;
	text-align: center;
	padding: 30px;
}
#greeting2 dl dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#greeting2 dl dt img{
	max-width:100%;
}
#greeting2 dl dd {
	margin: 0px;
	font-size: 85%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#jinbutu {
	display:none;
}
#jinbutu_min {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#jinbutu_min p {
	text-align: center;
	border: 2px solid #ff6600;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff6600;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.jin1 {
	padding: 0px;
	margin: 0px;
}
.jin1 dt {
	padding: 10px;
	border: 2px solid #fb7fa5;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
.jin1 dd {
	padding: 10px;
	border: 2px solid #3fb494;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
}
.jin2 {
	margin: 0px;
	padding: 0px;
}
.jin2 dt {
	padding: 10px;
	border: 2px solid #d2a945;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.jin2 dd {
	margin: 0px;
	padding: 10px;
	border: 2px solid #78cdfd;
	background-color: #FFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	font-weight: bold;
}
.jin3 {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #ff6600;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.point {
	background-color: #FFF;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 95%;
}
.po1 {
	margin: 0px;
	padding: 0px;
}
.po1 dt {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 80%;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.po1 dd {
	padding: 0px;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.po2 {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.po2 dt {
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.po2 dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 95%;
}
.po2 div {
	height: auto;
	width: 85%;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.po2 div a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 10px;
	display: block;
	background-color: #ff6600;
	border-radius: 5px;
}
.color1 {
	background-color: #39C;
}
.color2 {
	background-color: #F69;
}
.color3 {
	background-color: #9C3;
}
.color4 {
	background-color: #963;
}
.clinic {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.clinic_ex {
	padding: 0px;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clinic img {
	width: 100%;
}
.clinic_ex img {
	width: 100%;
}
.cl1 {
	margin: 0px;
	padding: 20px;
	border: 3px solid #ff6600;
	background-color: #FFF;
}
.cl1 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl1 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ff6600;
	line-height: 1.5em;
	height: 60px;
	font-size: 120%;
}
.cl1 p {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cl2 {
	margin: 0px;
	padding: 20px;
	border: 3px solid #32ae76;
	background-color: #FFF;
}
.cl2 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl2 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #32ae76;
	line-height: 1.5em;
	height: 60px;
	font-size: 120%;
}
.cl2 p {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cl3 {
	margin: 0px;
	padding: 12px;
	border: 3px solid #666666;
	background-color: #FFF;
}
.cl3 dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cl3 dd {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
	height: 60px;
	font-size: 120%;
}
.cl3 p {
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.cllink1 {
	margin: 0px;
	padding: 0px;
}
.cllink1 a {
	background-color: #ff6600;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink1 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;
}
.cllink2 {
	margin: 0px;
	padding: 0px;
}
.cllink2 a {
	background-color: #32ae76;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink2 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;
}
.cllink3 {
	margin: 0px;
	padding: 0px;
}
.cllink3 a {
	background-color: #666666;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}
.cllink3 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;
}
#ftarea {
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





.btmbnr {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
}
.btmbnr dt {
	text-align: center;
	padding: 0px;
	font-size: 90%;
	line-height: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.btmbnr dd {
	margin: 0px;
	padding: 0px;
}
.btmbnr img {
	max-width:100%;
}
footer {
	background-color: #f4f4f4;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.ft_logo dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
.ft_logo dd {
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 1.5em;
	text-align: center;
}


.ft_logo {
	padding: 0px;
	height: auto;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sitemap {
	padding: 0px;
	margin: 0px;
}
.sitemap dl {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.sitemap dt {
	background-image: url(../images/yajirushi_yoko.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.sitemap dd {
	background-image: url(../images/yajirushi_yoko.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 85%;
}
.sitemap a {
	color: #666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px;
}
.copyright {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	padding-bottom: 60px;
	background-color: #ff6600;
	width: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-align: center;
}

}
