@charset "utf-8";

/* 全体 */
*{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	
} 

a{
	text-decoration: none;
	/* [disabled]color: #FFFFFF; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]text-align: center; */
	/* [disabled]line-height: normal; */
}

/*
a span {
	font-size: small;
}
*/

html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif; 
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    /* font-family:verdana, sans-serif; */    
}

a img {
	border-style: none;	
}


.normal_a{
	text-decoration:underline;
}

ul, ol{
	list-style: none;
}





#ttitle{
	font-size: x-large;
	text-shadow: 1px 1px 2px;
	margin-bottom: 48px;
	padding-top: 24px;

}

#title a {
	color: #FFFFFF;
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	display: block;
	line-height: 1rem;
}

/*
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 24px;
}
*/
/*
h2{
	font-size: 18px;
	line-height: 1.3333;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	width: 100%;
	color: #000000;
	font-weight: lighter;
	-webkit-box-shadow: 1px 1px 2px #305809;
	box-shadow: 1px 1px 2px #305809;
	text-shadow: 1px 1px 2px #49771C;
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #8FEA34;
	margin-bottom: 24px;
}
*/
h2{
	font-size: 24px;
	line-height: 1.3333;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-weight: lighter;
	/* [disabled]-webkit-box-shadow: 1px 1px 2px #305809; */
	/* [disabled]box-shadow: 1px 1px 2px #305809; */
	text-shadow: 1px 1px 0px #838383;
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]background-color: #8FEA34; */
	margin-bottom: 12px;
	margin-top: 12px;
}

h2 span {
	color: #AAAAAA;
	font-size: 20px;
	margin-left: 36px;
	text-shadow: 1px 1px #ECECEC;
		
}
h3{
	font-size: large;
	line-height: 1;
	text-shadow: 1px 1px 1px #808080;
	color: #020202;
	font-weight: lighter;
	
}
h4{
	font-size: medium;
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 12px;
	
}
h5,h6{
	font-size: 14px;
	line-height: 1;
}




.error {
	color: #FF0000;
}


/* 全画面共通 */
body {
	width: 100%;
	/*background-position: center -150px;
		background-size: 1;*/
	background-repeat: no-repeat;
	/* [disabled]background-color: #EDFDDB; */
	min-width: 900px;
	width: 100%;
}


#header {
	width: 100%;
	height: 90px;
	border-botom: 1px solid #B3907D;
	/* [disabled]top: 32px; */
	/* [disabled]float: right; */
	z-index: 2;
	display: inline;
	position: absolute;
	min-width: 900px;
}







#menu ul {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #6BC80D; */
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	/* [disabled]width: 900px; */
	min-width: 900px;
	font-size: 0px;
}

#menu li {
	width: 90px;
	/* [disabled]float: left; */
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	position: relative;
	display: inline-block;
	/* [disabled]-webkit-box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]box-sizing: border-box; */
	text-align: center;
	margin-right: 0px;
	margin-left: 9px;
}

#menu li:hover {

}

#menu li span {
	
}

#menu a {
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 100%;
	font-size: small;
	opacity: 1;
	position: absolute;
	z-index: 3;
	line-height: 120px;
	vertical-align: top;
	text-align: center;
	/* サイト開いた時もこの動作する
	-webkit-transition-duration:3s;
	transition-duration:3s;
	*/
}

#menu a span{
	display: block;
	padding-top: 48px;
	position: absolute;
	/* [disabled]width: 100%; */
	/* [disabled]height: 100%; */
	padding-left: auto;
	padding-right: auto;


	
}

#menu a:hover {
	text-shadow: -1px -1px 1px #000000;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 1s ease;
}

#menu a img {
	position: absolute;
	z-index: -1;
	text-align: center;
	left: 0px;
	right: 0px;
}

.menu_hover {
	/* #menu a:hover と全く同じにすること */
	text-shadow: -1px -1px 1px #000000;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 1s ease;
}

#mhome {
	/* [disabled]background-image: url(../images/menu_btn03.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mmessage {
	/* [disabled]background-image: url(../images/menu_btn05.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mcontents {
	/* [disabled]background-image: url(../images/menu_btn04.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}


#mfacilities {
	/* [disabled]background-image: url(../images/menu_btn06.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mgeneral {
	/* [disabled]background-image: url(../images/menu_btn07.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}


#orthodontic {
	/* [disabled]background-image: url(../images/menu_btn91.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mesthetic {
	/* [disabled]background-image: url(../images/menu_btn92.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mdenture {
	/* [disabled]background-image: url(../images/menu_btn02.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

#mvisit {
	/* [disabled]background-image: url(../images/menu_btn10.png); */
	background-position: center center;
	background-repeat: no-repeat;
		
}

.address{
	font-weight: lighter;
	font-size: large;
	color: #133200;
	text-shadow: 1px 1px 2px #FFFFFF;
}
.head-right {
	width: 500px;
	text-align: right;
}


#main {
	/* [disabled]padding-top: 20px; */

}

#bredcrumblist {
	background-color: #E0FBC5;
	width: 100%;
	/* [disabled]height: 1.5rem; */
	color: #6ABC17;
	font-size: small;
	font-weight: lighter;
	border-top: thin dotted #C1F78C;
	border-bottom: thin dotted #C1F78C;
	/* [disabled]border-bottom-color: #E0FBC5; */
	/* [disabled]border-bottom-style: dashed; */
	/* [disabled]border-bottom-width: thin; */
	/* [disabled]border-top: thin dashed #E0FBC5; */
	
}

#bredcrumblist p {
	text-align: left;
		
}

#pagetitle {
	width: 100%;
	/* [disabled]background-color: #E0FBC5; */
	/* [disabled]border-top-color: #E0FBC5; */
	/* [disabled]border-top-style: dashed; */
	/* [disabled]border-top-width: thin; */
	/* [disabled]border-bottom: thin dashed #A7A7A7; */
	padding-top: 12px;
	padding-bottom: 12px;
	
}





#page-navi ul li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	height: auto;
	padding-left: 42px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-color: #B8F67B;
	background-repeat: no-repeat;
	background-image: url(../images/btn01.png);
	
}
#page-navi ul li a:hover{
	color: #FFFFFF;
	background-color: #5BAC0B;
	background-image: url(../images/btn02.png);
	-moz-transition:all 0.6s ease; 
	-webkit-transition:all 0.6s ease; 
	-o-transition:all 0.6s ease; 
	-ms-transition:all 0.6s ease; 
	transition:all 0.6s ease;	
	
}

#page-navi ul li a img{
	margin-left: 0px;
	margin-right: auto;
	float: left;

	
}



/*

#tail .hospital li{
	background-image: url(../images/flontss.png), -webkit-linear-gradient(137deg,rgba(255,255,255,1.00) 17.10%,rgba(249,236,207,1.00) 66.84%,rgba(255,247,182,1.00) 100%);
	background-image: url(../images/flontss.png), -moz-linear-gradient(137deg,rgba(255,255,255,1.00) 17.10%,rgba(249,236,207,1.00) 66.84%,rgba(255,247,182,1.00) 100%);
	background-image: url(../images/flontss.png), -o-linear-gradient(137deg,rgba(255,255,255,1.00) 17.10%,rgba(249,236,207,1.00) 66.84%,rgba(255,247,182,1.00) 100%);
	background-image: url(../images/flontss.png), linear-gradient(313deg,rgba(255,255,255,1.00) 17.10%,rgba(249,236,207,1.00) 66.84%,rgba(255,247,182,1.00) 100%);
	background-repeat: no-repeat;
	background-position: right center;
	height: 213px;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border: thin solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #525252;
	box-shadow: 1px 1px 2px #525252;
	background-color: #FFFFFF;
}

*/

#tail .hospital .address {
	margin-top: 12px;
		
}

#tail .hospital li {
	text-align: left;
}

#tail {
	/* [disabled]height: 200px; */
	margin-left: auto;	/* background-color:#FFFFFF; */
	margin-right: auto;
	/* [disabled]background-color: #E0FBC5; */
	margin-top: 0px;
	padding-top: 1px;
	border-top: thin solid #B4B4B4;
	background-color: #FFFFFF;
}

#tailmenu {
	height: 50px;
	background-color: #64B910;
	padding-top: 12px;
	padding-bottom: 24px;
	clear: both;
}

#tailmenu .tmenu {
	width: 900px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#tailmenu .tmenu li {
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 0% center;
	color: #FFFFFF;
	float: left;
	margin-right: 24px;
}

#tailmenu .tmenu li ul li {
	width: auto;
	margin-left: 24px;
	border-bottom-style: none;
	float: left;
}

#tailmenu a {
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	font-size: small;
	color: #F9F9F9;
	background-position: left center;
	padding-left: 24px;
}

#bredcrumblist a {
	background-position: left top;
	padding-left: 24px;
}

#tailmenu a:hover {
	background-image: url(../images/arrow03.png);
	font-size: small;
}


#tailmenu a:hover, #bredcrumblist a:hover {

	color: red;

	-moz-transition:all 0.6s ease; 
	-webkit-transition:all 0.6s ease; 
	-o-transition:all 0.6s ease; 
	-ms-transition:all 0.6s ease; 
	transition:all 1s ease;
	
	/* なぜ動かん？
	animation: taila 0.5s ease;
	*/
}
@keyframes taila {
	0%		{color:#55A00A;}
	100% 	{color:#FFFFFF;}
}

#tshinryo {
	/* [disabled]height: 30px; */
}

.lclear {
	clear: left;

}

.rclear {
	clear: right;
}

.dent {
	text-shadow: -1px -1px 1px #000000;
	color: #FFFFFF;
}

.right-t {
	text-align: right;
}

.left-t {
	text-align: left;
}

.center-t {
	text-align: center;
	/* [disabled]border-style: dotted; */
	/* [disabled]border-color: #000000; */
	display: block;
	/* [disabled]margin-bottom: 48px; */
}

.red-t{
	color:#FF0004;
}


.large {
	font-size: large;
	/* [disabled]font-weight: bold; */
}
.xlarge {
	font-size: x-large;
}   
.xxlarge {
	font-size: xx-large;
	/* [disabled]font-weight: bold; */
}   

.small{
font-size:small;
}
.xsmall{
	font-size: x-small;
}

.xxsmall{
font-size:xx-small;
}

.medium {
font-size:medium;	
}

.no-text-shadow {
	text-shadow: 0px 0px 0px;
}

.center-p {
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.left-p {
	float: left;
}

.right-p {
	float: right;
	clear: right;
}


.last-p{
	text-align: center;
	clear: left;
		
}

.clear-right {
	clear: right	
}

.clear-left {
	clear: left	
}

.float-none {
	float: none	
}

.block {
	display: block;
}

.sironuki {
	font-size: larger;
	text-shadow: 1px 1px 3px #314E13;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}

/* 表 */
#consultationhours {
    /* [disabled]border: thin solid #439B00; */
    font-weight: lighter;
	/*
    -webkit-box-shadow: 0 0 1px #439B00;
    box-shadow: 0 0 1px #439B00;
	*/
    margin-top: 3px;
    width: 310px;
    float: right;
	font-size: small;
	color:#305809;
}

#consultationhours li {
    display: inline-table;
    background-repeat: no-repeat;
    /* [disabled]font-weight: lighter; */
    /* [disabled]text-shadow: 1px 1px 1px #828282; */
	text-align:center;
	vertical-align: middle;
}

#consultationhours .consultationhours-t {
	width: 60px;
}

#consultationhours .consultationhours-line-left {
	/* 
	box-shadow: 0 0 1px 0 #6BC80D;
	*/
	border-left: solid 1px #a6ea62;
}

#consultationhours .consultationhours-line-right {
	/* 
	box-shadow: 0 0 1px 0 #6BC80D;
	*/
	border-right: solid 1px #a6ea62;
}

/*
#consultationhours .consultationhours-t #consultationhours-tt{
	width: 100%;
	height: 100%;
}
*/

#consultationhours .consultationhours-tt {
	background-color: #e0fbc5;
	border-top: solid 1px #a6ea62;
	border-bottom: solid 1px #a6ea62;
	/*
	-webkit-box-shadow: 0 0 1px #6BC80D;
	box-shadow: 0 1px 0 #6BC80D;
	*/
	height: 40px;
	width: 100%;
}

#consultationhours .consultationhours-dow {
	width: 20px;
}

#consultationhours .consultationhours-ddow {
	width: 60px;
}

#consultationhours .consultationhours-dddow {
	width: 40px;
}
/*
#consultationhours .consultationhours-dow .consultationhours-tt,
#consultationhours .consultationhours-ddow .consultationhours-tt {
	width: 100%;
	height: 100%;
}
*/

#consultationhours .consultationhours-piece {
	height: 56px;
	width: 100%;
	
	border-bottom: solid 1px #a6ea62;
	/*
	-webkit-box-shadow: 0 0 1px #6BC80D;
	box-shadow: 0 1px 0 #6BC80D;
	*/
}

#consultationhours .vertical {
	writing-mode: vertical-lr;
}

/* 数字
#consultationhours {
    font-weight: lighter;
    -webkit-box-shadow: 0 0 1px #439B00;
    box-shadow: 0 0 1px #439B00;
    margin-top: 3px;
    width: 300px;
    float: right;
}
.d-even, .div-even {
	background-color: #F2FBE9;

}

.d-odd, .div-odd {
	background-color: #FFFFFF;
}

#consultationhours .d-even {
	text-align: right;
	font-weight: bold;
}

#consultationhours .d_odd {
	text-shadow: 1px 1px 2px #3A8E00;
}

#consultationhours-d {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    font-size: small;
	
}
*/

.consultationhours-2 {
    font-size: x-small;
    font-weight: lighter;
    float: right;
    clear: right;
	width: 310px;
    color: black;
}

.consultationhours-2 li{
	
}


#home {
	position: fixed;
	/* [disabled]display: block; */
	opacity: 0;
	z-index: 5;
}

#home img {
	/* [disabled]border: thin solid #7E7E7E; */
	
		
}

.photo {
	border: 5px solid #FFFFFF;
	/* [disabled]padding-left: 5px; */
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-right: 5px; */
	/* [disabled]padding-bottom: 5px; */
	-webkit-box-shadow: 1px 1px 1px 1px #737373;
	box-shadow: 1px 1px 1px 1px #737373;
	clear: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.frame {
	border: thin solid #CFCFCF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
}




.center-div{
	padding-left: auto;
	padding-right: auto;
	width: 950px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.image-p {
	float: right;
	margin-top: auto;
	margin-bottom: auto;
		
}

.image-p img {
	border: thin solid #A1A1A1;
	margin-left: auto;
	margin-right: auto;

}

.dot_top {
	border-top: thin dotted #D3D3D3;
}

.dot_bottom {
	border-bottom: thin dotted #D3D3D3;
}

/* 但し書き */
.proviso {
	border: thin solid #6F6F6F;
	border-radius: 8px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-shadow: 2px 2px 7px #999999;
	box-shadow: 2px 2px 7px #999999;
	margin-left: auto;
	margin-right: auto;
	
}

/* 段落 */
.paragraph {
	margin-left: 12px;
}

.window-size {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: left;
}

h1 {
	font-size: small;
	font-weight: normal;
	/* [disabled]display: inline-block; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	color: #6ABC17;
	float: right;
	margin-top: 70px;
	margin-right: 20px;
	
}

#header_b {
	width: 100%;
	height: 70px;
	border-botom: 1px solid #B3907D;
	background-repeat: no-repeat;
	background-color: #6BC80D;
	margin-left: auto;
	margin-right: auto;
	/*top: auto;*/
	/* [disabled]border-top: thin dotted #E3E3E3; */
	/* [disabled]border-bottom: thin dotted #E3E3E3; */
	top: 30px;
	/* [disabled]opacity: 0.4; */
	z-index: 1;
	/* [disabled]position: absolute; */
	min-width: 900px;
}

.reservation {
	width: 320px;
	text-align: center;
	color: #402713;
	border-bottom: thin double #402713;
	font-size: large;
	font-weight: lighter;
	margin-right: 6px;
	float: right;
	clear: right;
	/* [disabled]margin-top: 20px; */
}

.tel {
	/* [disabled]font-weight: lighter; */
	/* [disabled]font-size: x-large; */
	color: #FFFFFF;
	/* [disabled]text-shadow: 1px 1px 1px #102700; */
	margin-right: 3px;
	width: 320px;
	text-align: center;
	float: right;
	clear: right;
}


#menu {
	width: 100%;
	height: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	/* [disabled]border-top: thin solid #D6D6D6; */
	/* [disabled]-webkit-box-shadow: 0 1px 5px #5C5C5C; */
	/* [disabled]box-shadow: 0 1px 5px #5C5C5C; */
	/* [disabled]background-color: #6BC80D; */
	/* [disabled]opacity: 0.6; */
	/* [disabled]z-index: 3; */
	/* [disabled]top: 100px; */
	position: relative;
	min-width: 900px;
	
}

#page-navi {
	padding-top: 18px;
	background-color: #E0FBC5;
	margin-bottom: 36px;
	/* [disabled]height: 100px; */
	padding-bottom: 18px;
	width: 100%;
	border-top: thin dotted #C1F78C;
	border-bottom: thin dotted #C1F78C;
	min-width: 900px;
	display: table;
}


#page-navi ul{
	margin-left: auto;
	margin-right: auto;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-image: url(../images/menu.png);
	background-position: left center;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;

}

#page-navi ul li{
	width: auto;
	float: left;
	margin-left: 24px;
	margin-right: 18px;
	margin-bottom: 16px;
	margin-top: 16px;
}

#ka {
	font-weight: lighter;
	font-size: medium;
	color: #FFFFFF;
	/* [disabled]text-shadow: 1px 1px 1px #B4F472; */
	border-radius: 8px;
	background-color: #69401F;
	/* [disabled]border-left: thin solid #A6EA62; */
	/* [disabled]border-right: thin solid #A6EA62; */
	/* [disabled]border-bottom: thin solid #A6EA62; */
	/* [disabled]border-top: thin solid #6EC31A; */
	padding-right: 12px;
	padding-left: 12px;
	width: 320px;
	text-align: center;
	margin-right: auto;
	margin-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 4px;
	margin-bottom: 4px;
	position: absolute;
	z-index: 2;
	
}

#title {
	width: 300px;
	color: #FFFFFF;
	padding-left: 16px;
	/* [disabled]padding-top: 20px; */
	float: left;
	margin-top: 30px;
}

.hospital {
	width: 580px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-ro-box;
	box-sizing: border-box;
	padding-top: 6px;
	-webkit-box-shadow: 0 0 #FFFFFF;
	box-shadow: 0 0 #FFFFFF;
	background-image: url(../images/flont2025.jpg);
	background-size: contain;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: center;
	/* [disabled]top: 20px; */
	height: 205px;

}



/* 各ページ(一般・入れ歯・インプラント・歯周病・訪問） */

#what .explanation-p {
	width: 530px;
	margin-left: 60px;
	line-height: 2;
	font-weight: lighter;
	font-size: large;
}

.line-dotted {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px dotted #707070;	/* background: #999;	 */
}

/* SNS */
#share {
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	/* [disabled]width: 100%; */
	text-align: center;
	margin-bottom: 20px;
	

}

#share ul {
	font-size: 0px;
	height: 150px;
	/* [disabled]position: relative; */
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	width: auto;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	
}

#share ul:nth-child(2){
	/* [disabled]border-right-color: #000000; */
	/* [disabled]border-right-style: dotted; */
	/* [disabled]border-right-width: thin; */
	/* [disabled]border-left-color: #000000; */
	/* [disabled]border-left-style: dotted; */
	/* [disabled]border-left-width: thin; */
}

#share ul:nth-child(2) li {
	height: 110px;
}

#share ul li {
	
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;  
	width: 110px;
	height: 110px;
}

#share ul .li-space {
	width: 0px;
}

#share ul li span {
	/* [disabled]background-color: #E0171A; */
	/* [disabled]border: thin solid #E82427; */
	border-radius: 7px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	font-size: small;
	margin-top: -24px;
	width: auto;
	float: right;
	/* [disabled]margin-right: 10px; */
	/* [disabled]margin-left: -20px; */
}

#share ul li img {
	/* [disabled]width: 70px; */
	/* [disabled]position: absolute; */
	float: left;
}

#share ul li span img {
	width: 20px;
	height: 20px;
}

#share ul p {
	font-size: small;
	text-align: left;
	text-shadow: 1px 1px 1px;
		
}


#share-hr {
	margin-left: 250px;
	margin-right: 250px;
	margin-bottom: 15px;
	margin-top: 5px;
}

@media screen and (max-width : 420px){

body {
	min-width: 310px;
}

.window-size {
	width: 95%;

}

h1 {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	font-size: x-small;
	color: #000000;
	margin-top: 0px;
	text-align: center;
}

h2 {
	margin-top: 6px;
	/* [disabled]margin-bottom: 6px; */
	padding-left: 0px;
}

#title {
	margin-top: 10px;
	float: none;
	width: 100%;
	margin-bottom: 10px;
	min-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	text-align: center;
	
}

#header {
	min-width: 300px;
}

#header_b {
	height: 100px;
	min-width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

#topmess div {
	width: 100%;
}

#page-navi {
	/* [disabled]height: 145px; */
	padding-top: 8px;
	/* [disabled]margin-bottom: 12px; */
	min-width: 300px;
	padding-bottom: 8px;

}

#page-navi ul{
	padding-left: 0px;
	background-image: url();

}

#page-navi ul li{
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: small;
	margin-top: 8px;
}

#page-navi ul li a{
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/btn01_.png);
	background-position: 3px center;
}
#page-navi ul li a:hover{
	background-image: url(../images/btn02_.png);
}

#menu {
	height: 250px;
	text-align: center;
	
}
#menu {
	/* [disabled]margin-top: -20px; */
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	min-width: 300px;

		
}
#menu li {
	margin-bottom: 9px;


}

#menu ul {
	min-width: 300px;	
}

#title img {
	width: 250px;
}

.tel img {
	width: 150px;
}

.reservation {
	float: none;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]display: block; */
	font-size: medium;
	margin-top: -5px;
	width: 250px;
}

.tel {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	min-width: 300px;
}

#ka {
	padding-left: 6px;
	padding-right: 6px;
	width: 295px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}

#consultationhours {
	/*
	font-size: small;
	font-weight: lighter;
	-webkit-box-shadow: 0 0 1px #439B00;
	box-shadow: 0 0 1px #439B00;
	margin-top: 3px;
	width: 250px;
	*/
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	/* width: 290px; */
}

.consultationhours-2 {
	float: none;
	margin-left: auto;
	margin-right: auto;
    
}

.hospital {
	width: 100%;
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 6px;
	-webkit-box-shadow: 0 0 #FFFFFF;
	box-shadow: 0 0 #FFFFFF;
	background-image: url(../images/flont2025.jpg);
	background-size: contain;
	*/
	margin-left: 0px;
	clear: right;
	height: auto;
	/*
	background-repeat: no-repeat;
	background-position: right 0px;
	text-align: center;
	top: 20px;
	height: 200px;
	*/

}

#tail .hospital li {
	font-size: small;
	text-shadow: 1px 1px #FFFFFF;	/*
	text-shadow: 1px 1px #FFFFFF;
	*/
	padding-left: 10px;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ttitle {
	font-size: large !important;
	text-shadow: 1px 1px 2px !important;
	margin-bottom: 50px;
}

#tailmenu {
	height: 120px;
}

#tailmenu .tmenu {
	width: 100%;
}

/* 通常ページ */
#pagetitle {
	padding-top: 6px;
	padding-bottom: 0px;
	margin-top: 24px;
}

.photo {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.large {
	font-size: medium;
}



.explanation-p {
	font-size: medium;
	text-align: left;
}



#what .explanation-p {
	width: auto;
	margin-left: 0px;
	text-align: left;
	font-size: medium;
}

.div-odd img, .div-even img {
	width: 130px;
	float: right;
}

.div-odd, .div-even {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.div-even {
	background-color: #F2FBE9;

}

.div-odd {
	background-color: #FFFFFF;

}

/* SNS */

#share {
	margin-bottom: 0px;
}

#share ul {
	/* text-align:center; */
	height: 120px;
	margin-top: 10px;
}

#share ul li {
	width: 70px;
}
	
#share ul li img {
	width: 70px;
}
#share ul li span {
	margin-top: -16px;	
}
#share ul li span img {
	width: 15px;
	height: 15px;
}

}

@media screen and (max-width : 320px){
	


}
