@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
 メインコンテンツ
----------------------------------------------------------- */

.urologyreturn {
	margin-bottom:0;
	text-align:right;
	position: relative;
}

.urologyreturn a:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-top: 8px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #192159;
	border-left: 6px solid transparent;
	margin-left:-15px;
}

.under{
	position: relative;
	margin-left:20px;
}

.under::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin-top:-0.3em;
	border-top: 8px solid #192159;
	border-right: 6px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 6px solid transparent;
	margin-left:-15px;
}

.checkup img{
	margin-bottom:0;
}


.famale-urology .colorbox_title{
	background:#192159;
	color:#FFF;
	padding:5px;
	border-radius:30px;
	font-size:1.2em
}

table.money td,table.money th,
table.money2 td,table.money2 th{
	border:#c7c7d4 1px solid !important;
	width:50%;
	vertical-align:middle !important;
}

table.money2 td,table.money2 th{
	width:33%!important;
}

table.money2 td{
	text-align:right;
	white-space:nowrap;
}

.money th,
.money2 th{
	background:#192159;
	color:#FFF;
	text-align:center
}

table.tbl_ed td,
table.tbl_ed th {
	border:#c7c7d4 1px solid !important;
	vertical-align:middle !important;
	text-align:center;
	background:#EBEDFA;
}

.tbl_ed th{
	background:#192159 !important;
	color:#FFF !important;
	white-space:nowrap;
}

.tbl_ed th.ed-characteristic{	
	width: 19%;
}
.tbl_ed th.ed-sideeffects{
	width: 21%;
}

table.tbl_ed td{
	letter-spacing: 0.05em;
	width: 25%;
}

table.tbl_urology td,
table.tbl_urology th {
	border:#c7c7d4 1px solid !important;
	/*vertical-align:middle !important;*/
	text-align:left;
	background:#EBEDFA;
	padding: 0 10px;
}

.tbl_urology th{
	background:#192159 !important;
	color:#FFF !important;
	white-space:nowrap;
}



table.tbl_urology td{
	letter-spacing: 0.05em;
	
}


table.specificTable th{	width:30%;}
table.specificTable td{	width:70%;}

tr.second {
	background:#ebedfa
}

.other .button {
	display: inline-block;
	text-align: center;
	text-decoration:none !important;
	outline: none;
	background-color:#192159;
	color: #fff !important;
	border:1px solid #192159;
	width:100%;
	padding: 0.8em 0 0 ;
}

.other .button:hover {
	background-color: #FFF;
	color: #192159 !important;
	
}

.other .button p{
	text-align:center;
	margin:0;
	line-height:2em;
}

.other .button span{
	display: block;
	padding-bottom: 1em
}

/* linebox内のリンク */
.linebox a.linktext{
	border-bottom:1px dotted #192159;
	padding-bottom:2px;
}

@media screen and (max-width:959px){
	table.tbl_ed{
		border:0;
	}
	table.tbl_ed tr.t_head{display: none}
	table.tbl_ed tr.t_block{
		display: block;
		border-collapse: separate;
		margin-bottom: 2.0em;
	}
	table.tbl_ed tr.t_block th,table.tbl_ed tr.t_block td{
		display: block;
		width:100%;
		text-align:right;
	}
	table.tbl_ed tr.t_block th{
		text-align:center;
	}	
	table.tbl_ed tr.t_block td::before{
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		display:block;
		margin-right:10px;
	}
	
	table.tbl_urology{
		border:0;
	}
	table.tbl_urology tr.t_head{display: none}
	table.tbl_urology tr.t_block{
		display: block;
		border-collapse: separate;
		margin-bottom: 2.0em;
	}
	table.tbl_urology tr.t_block th,table.tbl_ed tr.t_block td{
		display: block;
		width:100%;
		text-align:right;
	}
	table.tbl_urology tr.t_block th{
		text-align:center;
	}	
	table.tbl_urology tr.t_block td::before{
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		display:block;
		margin-right:10px;
	}
	
	
}
