/*
	酒井形成外科 メインCSS
	version 2018 美容外科サイト
*/
.operation_shortcut {
	display: none;
}
#operation h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #4a337a;
	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);
}
#operation #headline {
	margin-left: 30px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.small_photo {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
/*
	手術一覧
*/
.opeIndex {
	padding: 5px;
	background: #f0f0f0;
	border: 1px solid #cccccc;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	border-radius: 5px;
	color: #000000;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.opeIndex_nolink {
	padding: 5px;
	background: #f0f0f0;
	border: 1px dotted #cccccc;
	/* filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2)); */
	border-radius: 5px;
	color: #000000;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

/*
	各施術ページ
*/
#operation_top img {
	width: 100%;
}
.opraion_left_header {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	color: #4a337a;
}
#operation .oneblock h4,
#operation .twoblock h4,
#operation .twoblock2 h4 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #4a337a;
/*	padding-left: 45px; */
	padding-left: 35px;
/*	background-image: url("../image/i_clip_green.png"); */
	background-image: url("../image/i-green.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#operation h5 {
	font-size: 16px;
	line-height: 22px;
}
#operation h6 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
#operation .yellow_ribon {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #4a337a;
	padding-left: 45px;
	background-image: url("../image/i_clip_yellow.png");
	background-repeat: no-repeat;
	background-position: 0 -4px;
}
#operation .blue_circle {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #4a337a;
	padding-left: 30px;
	background-image: url("../image/i-blue.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#operation .purple_box {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #4a337a;
	padding-left: 35px;
	background-image: url("../image/i-purple.png");
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.risk {
	font-size: 14px;
	line-height: 18px;
}
.risk dt {
	float: left;
	width: 140px;
}
.risk dd {
	float: left;
}
.risk dl {
	clear: left;
	border-top: 1px solid #cccccc;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}
.risk_this_ope {
	border-top: 1px solid #cccccc;
}
.risk_this_ope p {
	margin: 0;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	line-height: 18px;
}
.twoblock .left_side,
.twoblock .left_side2,
.twoblock .right_side,
.twoblock .right_side2 {
	font-size: 16px;
	line-height: 22px;
}
.twoblock .left_side img,
.twoblock .right_side img,
.twoblock2 .left_side img,
.twoblock2 .right_side img {
	width: 100%;
}
.twoblock_small_img .left_side,
.twoblock_small_img .right_side {
	text-align: center;
}
.twoblock_small_img2 .left_side {
	text-align: left;
}
.twoblock_small_img2 .right_side {
	text-align: center;
}
.main_text_module {
	color: #4a337a;
	font-size: 16px;
	line-height: 22px;
}
#next_page_pr {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 5px;
}
#operation .operation_point {
	border: 4px double #5d4578;
	background: #e3d2ff;
	padding: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
}
#operation .operation_point h4 {
	font-size: 16px;
	text-align: center;
	padding: 3px;
	margin-top: 0;
	background: #5d4578;
	color: #FFFFFF;
	border-radius: 20px;
}
#operation .operation_point .operation_point_list {
	list-style-image: url("../image/i-circle-perple.png");
}
#operation .oneblock p,
#operation .twoblock p,
#operation .twoblock2 p {
	margin-top: 8px;
	margin-bottom: 5px;
}
.cyuki {
	margin-top: 15px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.syutten {
	text-align: right;
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}
.design {
	background: #00a888;
	border-radius : 20px;
	width: 240px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	opacity: 0.5;
	clear: both;
}
.jyutsuzen {
/*	background: #7269cc; */
	background: #736ff7;
	border-radius : 20px;
	width: 240px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	opacity: 0.5;
	clear: both;
}
.jyutsugo {
/*	background: #d6208d; */
	background: #f8a3ba;
	border-radius: 20px;
	width: 240px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	opacity: 0.9;
	clear: both;
}
.kaigan {
/*	background: #edb8e4; */
	background: #add6eb;
	border-radius : 20px;
	width: 80px;
	color: #000000;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	clear: both;
}
.heigan {
/*	background: #edb8e4; */
	background: #c2ed71;
	border-radius: 20px;
	width: 80px;
	color: #000000;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	clear: both;
}
#operation .other_link {
	margin-left: 30px;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #cccccc;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
	background: #f0f0f0;
	color: #000000;
	border-radius: 20px;
}
/*
	詳細情報
*/
.operation_infomation_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.operation_infomation_table th,
.operation_infomation_table .johoKomoku {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
	background: #EAE9FF;
	font-size: 16px;
	line-height: 22px;
}
.operation_infomation_table td {
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 22px;
}
/*
	コラム
*/
.column {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 10px;
	border: 1px solid #00a888;
}
.column_title {
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #00a888;
}
.column p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.column ul,
.column li {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.column h5 {
	margin-top: 0;
	padding-top: 0;
}
/*
	価格表
*/
.tokubetsukakaku {
	color: #cc0000;
}
.price_coution {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: right;
	margin-top: 10px;
}
.price_add {
	margin-bottom: 10px;
	font-size: 12px;
}

.cost_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
}
.cost_table th {
	text-align: center;
	background: #EAE9FF;
	padding: 5px;
	border: 1px solid #cccccc;
}
.cost_table2 th {
	text-align: center;
	background: #EAE9FF;
	padding: 5px;
	border: 1px solid #cccccc;
}
.priceKomoku {
	width: 35%;
	text-align: left;
	padding: 5px;
	border: 1px solid #cccccc;
}
.priceComment {
	width: 40%;
	text-align: left;
	padding: 5px;
	border: 1px solid #cccccc;
}
.priceCost {
	width: 25%;
	text-align: right;
	padding: 5px;
	border: 1px solid #cccccc;
}
.zeiHyouki {
	font-size: 10px;
}
.price_add_comment {
	margin-left: 130px;
	margin-bottom: 10px;
}
.zeokomi {
	font-size: 10px;
	text-align: right;
	margin-right: 20px;
}
.price_komoku {
	font-weight: bold;
	color: #000000;
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f0f0f0;
	margin-bottom: 5px;
}
.sp_kakaku,
.set_kakaku {
	width: 49%;
	float: left;
	text-align: right;
	color: #000000;
	font-weight: bold;
}
.price_sp,
.set_price {
	width: 49%;
	float: right;
	text-align: left;
	color: #cc0000;
	font-weight: bold;
}
.price_set .price_teika {
	color: #000000;
}
.price_set .teika {
	color: #000000;
}
#price_area h4 {
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
	padding-left: 20px;
}
.linkto {
	padding: 5px;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	width: 250px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
}
/*
	Q&A
*/
#faq {

}
#faq h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	margin-left: 15px;
	padding-bottom: 5px;
	margin-top: 25px;
	border-bottom: 1px solid #cccccc;
}
#faq .headline {
	margin-bottom: 15px;
	margin-left: 30px;
	color: #666666;
	font-size: 16px;
	line-height: 22px;
}
#faq .line_q {
	color: #6c5ffe;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
	margin-left: 30px;
}
#faq .q_icon {
	width: 30px;
	height: 30px;
	background-image: url(../image/i-q.png);
	background-repeat: no-repeat; 
	float: left;
	width: 30px;
	margin-right: 10px;
}
#faq .q_text {
	float: left;
	width: calc(100% - 45px);
}
#faq .line_a {
	color: #fa5787;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#faq .a_icon {
	width: 30px;
	height: 30px;
	background-image: url(../image/i-a.png);
	background-repeat: no-repeat; 
	float: left;
	width: 30px;
	margin-right: 10px;
}
#faq .a_text {
	float: left;
	width: calc(100% - 45px);
}
/*
	豊胸
*/
#houkyou_ninteiseido_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

#houkyou_ninteiseido_table th {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
	background: #EAE9FF;
	font-size: 16px;
	line-height: 22px;
}
#houkyou_ninteiseido_table td {
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 22px;
}
/*
	眼瞼下垂
*/
.gankenkasui_shindanhouhou_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.gankenkasui_shindanhouhou_table th {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: left;
	background: #EAE9FF;
	font-size: 16px;
	line-height: 22px;
}
.gankenkasui_shindanhouhou_table td {
	padding: 5px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 22px;
}
/*
	スレッドリフト
*/
#thread_lift_price_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
}
#thread_lift_price_table th {
	padding: 5px;
	border: 1px solid #000000;
	text-align: left;
	background: #EAE9FF;
	font-size: 16px;
	line-height: 22px;
}
#thread_lift_price_table td {
	padding: 5px;
	border: 1px solid #000000;
	font-size: 16px;
	line-height: 22px;
}
#thread_lift_price_table .plan {
	width: 28%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	font-size: 18px;
	line-height: 24px;
}
#thread_lift_price_table .komoku {
	color: #000000;
	background: #d0d0d0;
}
#thread_lift_price_table .thread_lift_price {
	background: #f0f0f0;
	text-align: right;
}
/*
	症例
*/
.case .before,
.case .after {
	text-align: center;
}
.case .before img,
.case .after img  {
	width: 100%;
}
.case .syourei .before_text {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding: 5px;
	border-radius: 30px;
	background: #5bd3f2;
	color: #0066cc;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
.case .syourei .after_text {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	padding: 5px;
	border-radius: 30px;
	background: #fdb2c2;
	color: #cf0060;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
#snb0,
#snb1,
#snb2,
#snb3,
#snb4,
#snb5,
#snb6,
#snb7,
#snb8,
#snb9,
#snb10 {
	display: none;
}
.case .comment {
	margin-top: 15px;
	border: 1px solid #cccccc;
	padding: 10px;
}
.case .dr_comment {
	margin-top: 5px;
	margin-bottom: 3px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
.case .risk_comment {
	margin-top: 5px;
	margin-bottom: 3px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
.case .price_comment {
	margin-top: 5px;
	margin-bottom: 3px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
.case .comment_text {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.case .comment_text2 {
	font-size: 16px;
	line-height: 24px; 
	text-align: right;
	color: #000000;
}
.case .more_view,
.case .more_view_close {
	background: #f0f0f0;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #666666;
	border-radius: 20px;
	border: 1px solid #666666;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}