/*
	酒井形成外科 メインCSS
	version 2018 美容外科サイト
*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}
p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 18px;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 3px;
	padding-bottom: 0;
}
h2 {
	font-size: 20px;
	line-height: 24px;
}
a {
	text-decoration: none;
	color: #cc0000;
}
.oneblock {
	clear: borh;
}
.twoblock {
	clear: borh;
}
.red_text {
	color: #FF3333;
}
.small_text {
	font-size: 12px;
}
.center_text {
	text-align: center;
}
.right_text {
	text-align: right;
}
.marujirushi_black {
	padding-left: 24px;
	background-image: url("../image/maru_black.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.komejirushi {
	padding-left: 24px;
	background-image: url("../image/i-komejirushi.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.yomi {
	font-weight: normal;
	font-size: 12px;
}
.main_text_list {
	padding-left: 0;
	list-style: none;
}
.main_text_list li {
	margin-left: 0;
	padding-left: 30px;
	margin-bottom: 5px;
	color: #4a337a;
/*	background-image: url("../image/i_circle_green.png"); */
	background-image: url("../image/i_circle_green2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.caption {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	padding: 8px;
	border: 1px solid #CCCCCC;
/*	background: #f0f0f0; */
	border-radius: 30px;
	background-image: url("../image/i_silver_texture.png");
	clear: both;
}
.section_title {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
/*
	ヘッダー
*/
.header_bar {
	border-top: 1px solid #000000;
/*	border-bottom: 1px solid #000000; */
	width: 100%;
	background: #FFCCCC;
	background-image: url("../image/header_bg_purple2.png");
	font-size: 3px;
	line-height: 3px;
}
/*
	パンくずリスト
*/
#breadcrumb {
	font-size: 10px;
	line-height: 14px;
	color: #d9d9d9;
}
#breadcrumb a {
	color: #d9d9d9;
}
/*
	フッター
*/
#footer-bar {
	width: 100%;
	background: #FFCCCC;
	background-image: url("../image/header_bg_purple2.png");
	font-size: 5px;
	line-height: 5px;
}
#footer p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
}
#footer a {
	color: #333333;
	font-weight: bold;
}
/*
	外国語対応
*/
.bilingual {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}
.bilingual_top {
	text-align: right;
}
/*
	ページ下部 フォームへのボタン
*/
.info {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
}
.info img {
	width: 100%;
}
/*
	INDEX MENU
*/
#index_menu {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 10px;
}
.index_menu_line {
	width: 100%;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	background: url(../image/index-line.gif);
}
.index-icon {
	margin-left: 20px;
}
.index-module {
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 2px;
	padding-top: 0;
}
.index-module-item {
	padding-left: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background: url(../image/li-bg-index-menu.png) 0 5px no-repeat;
	float: left;
	width: 300px;
}
.index-module-item a {
	color: #000000
}
.addInformation {
	padding-right: 15px;
	text-align: right;
}
/*
	リスク
*/
.risk,
.risk dt,
.risk dd {
	font-size: 16px;
	line-height: 22px;
}
/*
	サイドメニュー
*/
.side_menu_other img {
	width: 200px;
	margin-left: 50px;
	margin-top: 20px;
}