@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/symptom/title.jpg");
	position: relative;
}

/* ## index.php ## */
.baseBox .inner {
	max-width: 980px;
}
hr {
	margin-bottom: 50px;
}


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {


	

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {


}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
.staffBox {
	width: 100%;
}	
.staffBox .slBox {
	overflow: hidden;
	margin-right: 2%;
}	
.staffBox .slBox img {
	width: 100%;
}		
.staffBox .srBox {
	overflow: hidden;
}	
.profile {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 15px;
	margin-top: 20px;
	clear: both;
}
h3.cTitle {
	font-size: 26px;
}
h5.prof {
	font-size: 14px;
	padding: 5px 0;
	border-bottom: dotted 1px #ABABAB;
	margin-bottom: 10px;
	
}
.profile p {
	font-size: 12px;
}
.katagaki {
	font-size: 16px;
}

.linkButton.more a {
	background-color: #615E5E;
	color: #ffffff;
	padding: 4px 15px;
	font-size :13px;
	border-radius: 14px;
	float: right;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 10px 0 10px 5px;
	position: relative;
}
.linkButton.more a:hover {
	color: #c1a47d;
	opacity: 1;
}	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.staffBox {
	width: 100%;
}	
.staffBox .slBox {
	width: 38%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
}	
.staffBox .slBox img {
	width: 100%;
}		
.staffBox .srBox {
	width: 60%;
	float: left;
	overflow: hidden;
}
h3.cTitle {
	font-size: 34px;
}
.profile {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 15px;
	margin-top: 20px;
	clear: both;
}
h5.prof {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: dotted 1px #ABABAB;
	margin-bottom: 10px;
	
}
.profile p {
	font-size: 14px;
}
.katagaki {
	font-size: 24px;
}

.linkButton.more a {
	background-color: #615E5E;
	color: #ffffff;
	padding: 5px 30px;
	font-size :14px;
	border-radius: 14px;
	float: right;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px 0 14px 10px;
	position: relative;
}
.linkButton.more a:hover {
	color: #c1a47d;
	opacity: 1;
}	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}