@charset "utf-8";

/*
	Site Name: 荒田ひふ科クリニック
	Description: treatment template style
	Version: 
	Author: 
*/

.round {
	width: 300px;
	height: 55px;
	overflow: hidden;
	margin: 1em 1em 1em 0;
	border: 1px solid #CCC;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	float: left;
}

.dermatology_1 {
	width: 300px;
	height: 55px;
	margin: 1em 1em 1em 0;
	border: 1px solid #CCC;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	float: left;
	background: url(../images/dermatology1.png) no-repeat;
}

.dermatology_1 a {
	background: url(../images/dermatology1.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.dermatology_1 a:hover {
	background-position: 0px -55px;
}



.dermatology_2 {
	width: 300px;
	height: 55px;
	margin: 1em 1em 1em 0;
	border: 1px solid #CCC;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
	float: left;
	background: url(../images/dermatology2.png) no-repeat;
}

.dermatology_2 a {
	background: url(../images/dermatology2.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.dermatology_2 a:hover {
	background-position: 0px -55px;
}

.medicalaesthetic {
	width: 300px;
	height: 60px;
	margin: 1em 1em 0 0;
	border: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px;
	float: left;
	background: #FFF url(../images/medicalaesthetic.png) no-repeat;
}

.medicalaesthetic a {
	background: #FFF url(../images/medicalaesthetic.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.medicalaesthetic a:hover {
	background-position: 0px -55px;
}



.medicalaesthetic_under {
	width: 698px;
	margin-top: -10px;
	border: 1px solid #CCC;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	-moz-border-topleft: 0px; 
	padding: 15px;
	padding-bottom: 0;
	padding-top: 22px;
}

.box_5 {
	width: 320px;
	margin-right: 0;
	margin-left: 20px;
}

.box_5 li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	height: 3.5em;
}

.box_5 li.bottom {
	border-bottom: none;
	height: 2em;
}

.box_5 dt {
	font-weight: bold;
	float: left;
	margin-right: 1em;
	height: 4em;
}

.box_5 dd {
	color: #666;
	font-size: 0.92em;
	font-weight: normal;
}

.box_5 dd a {
	color: #666;
	margin-right: 0.5em;
}

.box_5 dd a:before {
	content: url(../images/arrows_side.gif);
	vertical-align: sub;
}

p {
	margin-top: 1.75em;
}

p.row_2 {
	margin-top: 3.1em;
}

p.row_3 {
	margin-top: 3.1em;
}


/* 201910 add */
.dermatology_3 {
	width: 300px;
	height: 80px;
	border: 1px solid #CCC;
    border-bottom:none;
	border-radius: 3px;
	float: left;
}

.dermatology_3_text{
    float:left;
    width:400px;
    margin:0;
    padding:10px 0 10px 15px;
}

.dermatology_3 a {
	background: url(../images/dermatology1-off.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.dermatology_3 a:hover {
	background: url(../images/dermatology1-on.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.medicalaesthetic_under_3 {
	width: 698px;
	margin-top: -2px;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 15px;
	padding-bottom: 0;
	padding-top: 22px;
}

.dermatology_3_box li {
	margin-bottom:0!important;
	border-bottom:none!important;
}
