/*
	酒井形成外科 メインCSS
	version 2019 美容皮膚科サイト
*/
#top_image img {
	width: 100%;
}
/*
	トップボタン
*/
#top_menu01 p,
#top_menu02 p,
#top_menu03 p,
#top_menu04 p,
#top_menu05 p,
#top_menu06 p,
#top_menu07 p,
#top_menu08 p {
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#top_menu01 h3,
#top_menu02 h3,
#top_menu03 h3,
#top_menu04 h3,
#top_menu05 h3,
#top_menu06 h3,
#top_menu07 h3,
#top_menu08 h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 14px;
	background: #0099cc;
	background-image: url(../image/header_title_bg_black.png);
	color: #ffffff;
	margin-bottom: 1px;
	border-top-left-radius : 8px;
	border-top-right-radius : 8px;
}
#top_menu01 img,
#top_menu02 img,
#top_menu03 img,
#top_menu04 img,
#top_menu05 img,
#top_menu06 img,
#top_menu07 img,
#top_menu08 img {
	width: 100%;
}
.go_to_page {
	text-align: center;
	font-size: 12px;
	background: #333333;
	background-image: url(../image/header_title_bg_black.png);
	color: #ffffff;
	margin-top: 2px;
	border-bottom-left-radius : 8px;
	border-bottom-right-radius : 8px;
}
/*
	オペアイコン
*/
.topRightGrid img,
.topLeftGrid img,
.topGrid img {
	width: 100%;
}
/*
	受付からのお知らせ
	酒井形成外科の特長
*/
#whatnew,
#whatnew2,
#top_ope_icon,
.information,
.top_message {
	margin-bottom: 20px;
}
#whatnew h3,
#whatnew2 h3,
#top_ope_icon h3,
.information h3,
.top_message h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
/*	color: #4a337a; */
	color: #FFFFFF;
	background-image: url(../image/header3_background.png);
	background-width: 100%;
	padding: 8px;
	padding-left: 20px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}
#whatnew p,
#whatnew2 p {
	margin-left: 30px;
}
.whats_mt-title {
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	background-image: url("../image/li-bg-index-menu.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.day_text {
	font-size: 10px;
}
.whats_mt-title a {
	color: #4a337a;
}
/*
	サイトマップ
*/
.sitemap_list {
	font-size: 14px;
	line-height: 20px;
}
.sitemap_list a {
	color: #666666;
}
.sitemap_list {
	margin-top: 15px;
	margin-bottom: 15px;	
}
.sitemap_list li {
	margin-bottom: 5px;
}