@charset "UTF-8";

section#main,section#news,section#access,section#banner{
	width:100%;
	padding:0px;
	display:block;
	}
header{
	background-color:#e8f7fc;
	background-image:linear-gradient(to bottom, #eef9fd 0%, #c5eefa 55%, #a0d9f3 100%);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	z-index:10;
}
header h1{
	width:46.4%;
}
nav ul.navigation{
	margin:0px 0 40px;
	}

section#main{
	width:100%;
	height:360px;
	background-color:#e1f6fc;
	background-image:linear-gradient(180deg, #e8f7fc 0%, #d4eff9 40%, #a0d9f3 100%);
	background-repeat:repeat-x;
}
section#main .inner{
	width:1000px;
	position:relative;
	margin:0 auto;
	}
section#main .fulppy{
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
	}
section#main ul{
	}
section#contents{
	margin:10px auto;
	padding:0 10px;
	}
section#contents .inner{
	max-width:520px;
	margin:0 auto;
	}
section#contents div.box_yoyaku{
	width:45%;
	float:left;
	margin:0px;
	padding:0px;
 	}
section#contents .inner div.box_yoyaku p{
	padding:0px 0 15px;
	margin:0px auto;
	}
section#contents div.box_yoyaku dl dt{
	font-weight:bold;
	font-size:1em;
	margin:10px auto;
}
section#contents div.box_yoyaku dl dt span{
	font-size:0.9em;
	color:#E95934;
	}
section#contents div.box_yoyaku dl dd.btn1l{
	margin:0 0 10px 0;
	float:left;
}
section#contents div.box_yoyaku dl dd.btn1r{
	margin:0 2% 7px 0;
	float:right;
}
section#contents div.box_yoyaku dl dd.btn2{
	margin:0 0 7px 0;
	float:left;
}
section#contents div.box_contact{
	width:100%;
	max-width:480px;
	float:none;
	margin:0 auto;
	text-align:center;
	}
section#contents div.box_contact h3 img,
section#contents div.box_contact .tel img,
section#contents div.box_contact > a img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
section#contents div.box_contact .tel{
	text-align:center;
	margin:0px auto;
	}
section#contents div.box_contact dl.time,
section#contents div.box_contact dl.day{
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
section#contents .main_hr{
	margin-left:auto;
	margin-right:auto;
	}
section#contents div.box_contact .hr{
	background-image:url(contents_hr.png);
	background-repeat:repeat-x;
	height:2px;
	margin:15px auto;
}
section#contents div.box_contact dl.time{
		margin:0 auto 0px;
	padding-bottom:10px;
		}
section#contents div.box_contact dl.time dt{
	float:left;
	background-color:#96D3F1;
	color:#14709C;
	padding:10px 0;
	width:26%;
	text-align:center;
	font-family:Shin Maru Go Medium;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
section#contents div.box_contact dl.time dd{
	float:left;
	width:70%;
	margin-left:10px;
	padding:0px 0;
	font-family:Shin Maru Go Medium;
	line-height:1.4em;
}
section#contents div.box_contact dl.time dd span{
	font-size:0.9em;
	}
section#contents div.box_contact dl.day{
	margin:0 auto;
	padding-bottom:10px;
	}
section#contents div.box_contact dl.day dt{
	float:left;
	background-color:#F5BABA;
	color:#BF2B4D;
	padding:10px 0;
	width:26%;
	text-align:center;
	font-family:Shin Maru Go Medium;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
	}
section#contents div.box_contact dl.day dd{
	float:left;
	margin-left:10px;
	padding:10px 0;
	font-family:Shin Maru Go Medium;
	}


section#news div.inner{
	width:920px;
	margin: 0px auto 30px;
	padding: 0px 40px 20px;
	background-color:#fff;
	/* Firefox v1.0+ */
	-moz-border-radius:13px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:13px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:13px ;
}
section#news h3{
	margin:0px auto 20px;
	scrollbar-base-color: #EC7D2A;
	padding:0px;
	width:100%;
	text-align:center;
	}
section#news div.box_news{
	height:180px;
	overflow:auto;
		}
section#news div.box_news dl{
	border-bottom:2px dotted #1A8BC1;
	padding: 7px;
	margin:0px;
	line-height:1.6em;
	}
section#news div.box_news dl dt{
	float:left;
	width:20%;
	margin:0px;
	}
	section#news div.box_news dl dd{
	float:left;
	width:80%;
	margin:0px;
	}
section#index_menu{
	}
section#index_menu ul li.left{
	float:left;
	}
section#index_menu ul li.right{
	float:right;
	}


/* map*/
section#access .inner{
	width:100%;}
section#access .map{
	border:2px solid #46ADE7;
	width:100%;
	padding:0px;
	margin-bottom:50px;
	}
/*----------banner----------------*/
section#banner{
	background-image:url(banner_bg.png);
	background-repeat:repeat;
	}
section#banner div.group{
	text-align:center;
	padding:0;
		}
section#banner div.group img{
	margin:0px 5px 5px 0px;
}
section#banner div.banner{
	text-align:center;
	padding:0 0 90px;
	}
section#banner div.banner img{
	margin:0px 5px;
}

/* TOPページ: フッタークリニック情報を中央配置 */
footer div.footer_credit{
	float:none;
	width:100%;
	max-width:520px;
	margin:0 auto 25px;
	text-align:center;
	}
footer div.footer_credit dl{
	margin:0 auto;
	}
footer div.footer_credit dl dt{
	float:none;
	margin:0 auto 15px;
	display:block;
	text-align:center;
	}
footer div.footer_credit dl dt img{
	display:block;
	margin:0 auto;
	}
footer div.footer_credit dl dd.add,
footer div.footer_credit dl dd.tel{
	text-align:center;
	}
footer div.footer_credit dl dd.tel img{
	display:block;
	margin:0 auto 15px;
	}
footer div.footer_credit dl dd.btn2{
	float:none;
	text-align:center;
	}
footer div.footer_credit dl dd.btn2 img{
	display:block;
	margin:10px auto 0;
	}

/* TOPページ: 受付時間テーブルを中央配置 */
footer div.footer_guide{
	float:none;
	width:auto;
	max-width:100%;
	margin:0 auto 20px;
	text-align:center;
	}
footer div.footer_guide table{
	margin:0 auto;
	}

@media only screen and (max-width: 477px) {
	header{
		background-position:0 100px;
		}
	header h1{
		width:80%;
		margin:0 auto;
		padding:0 0 15px;
		line-height:1em;
		}
	header h2{
		width:100%;
		font-size:0.8em;
		}
	nav ul.navigation{
		background-color:rgba(86,186,224,1.00);
		width:100%;
		margin:30px auto 0px;
		}
	nav ul.navigation li{
		width:24%;
		margin:0px;
		padding:0px 0.5%;
		}	
	section#main{
		height:auto;}
	section#main .inner{
		width:100%;
	}
	div.fulppy{
		width:40%;
		}
	section#contents div.box_yoyaku{
		width:96%;
		float:none;
		margin: 10px auto;
		padding:0px;
		}
	section#contents div.box_yoyaku dl dd.btn1l{
		width:45%;
		}
	section#contents div.box_yoyaku dl dd.btn1r{
		width:45%;
		}
	section#contents div.box_yoyaku dl dd.btn2{
			margin:10px auto;
			float:none;
		}
	section#contents div.box_contact dl.time dt,
	section#contents div.box_contact dl.day dt{
		font-size:0.9em;
		width:20%;
		}
	section#contents div.box_contact dl dd{
		line-height:1.4em;
		font-size:0.9em;
		width:70%;
		margin-left:2%;
		}
	section#contents div.box_contact dl.time dd{
		padding:0px;
	}
	section#contents{
		padding:0 2%;
		}
	section#contents .inner{
		max-width:none;
		width:96%;
		}
	section#contents div.box_contact{
		width:100%;
		max-width:none;
		float:none;
		margin: 10px auto;
		padding:0px;
		}
	section#contents div.box_contact dl.time,
	section#contents div.box_contact dl.day{
		max-width:none;
		width:100%;
		}
	section#news{
		width:98%;
		margin:0 auto;
	}
	section#news div.inner{
		padding:0 5% 20px;
		width:88%;
		}
	section#news div.inner div.box_news dl dt,
	section#news div.inner div.box_news dl dd{
		float:none;
		width:100%;
		}
	section#index_menu .inner ul li.left,
	section#index_menu .inner ul li.right{
		float:none;
		width:96%;
		margin:5px auto;
			}
	section#banner div.group img{
		margin:5px auto;
			}
	section#banner div.banner{
		width:90%;
		margin:0 auto;
		}
	section#banner div.banner img{
		width:46%;
		float:left;
		margin:5px 2%;
		padding:0px;
		}
	footer div.footer_credit{
		width:96%;
		max-width:none;
		margin:0 auto 20px;
		}
	footer div.footer_guide{
		width:96%;
		margin:0 auto 15px;
		}
	footer div.footer_guide table{
		width:100%;
		font-size:0.75em;
		}

}
/*
     FILE ARCHIVED ON 22:08:15 Jan 19, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:54:24 May 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 11.866
  load_resource: 354.726 (2)
  PetaboxLoader3.resolve: 164.598 (2)
  PetaboxLoader3.datanode: 110.539 (2)
*/