@charset "utf-8";
/* ===================================================================
CSS Document

 file name  :contents.css
 style info :第2階層以下、ポップアップのコンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	☆パーツ
----------------------------------------------------*/

#contents{
	margin-bottom: 100px;
}

#key p {
	height: 244px;
}

.w50List{
	overflow: hidden;
}

.w50List .w50L{
	width: 47%;
	float: left;
	padding-right: 3%;
}

.w50List .w50R{
	width: 47%;
	float: right;
	padding-left: 3%;
}
/* -------------~619----------- */
@media screen and ( max-width:619px ){

.w50List .w50L,
.w50List .w50R{
float:none;
width:100%;
padding:0;
}

#main_area .wfull img{
	width: 100%;
height:auto;
}

#main_area .mar0{
margin:0;
}
#main_area .pad0{
padding:0;
}

#main_area .sp_none{
display:none;
}

}


/*----------------------------------------------------
	about
----------------------------------------------------*/

.mincho{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#main_area .staffList{
	overflow: hidden;
	text-align: center;
}

#main_area .staffList li{
	float: left;
	width: 33%;
	margin-bottom: 30px;
}

.name{
	text-align: left;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	background: url(../../about/image/icon_01.gif) no-repeat;
}

#main_area .staffList table{
	text-align: left;
}

#main_area .staffList th{
	padding-right: 15px;
}
/* -------------~619----------- */
@media screen and ( max-width:619px ){

#main_area .sectionBlock .img_r{
float:none;
}

#main_area .staffList li,
#main_area .staffList li img{
width:100%;
height:auto;
float:none;
}

}
/*----------------------------------------------------
	medical
----------------------------------------------------*/

#monshin{
	position: relative;
	padding: 50px 5%;
	background-color: #dcdcdc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#monshin .clip{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -121px;
}

#monshin .monshinWrap{
	padding: 9% 6%;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 3px #c1c0c0;
	-webkit-box-shadow: 1px 1px 3px #c1c0c0;
	box-shadow: 1px 1px 3px #c1c0c0;
}

#monshin li{
	margin-top: 20px;
}

#monshin .monshinWrap a{
display: block;
	padding-left: 36px;
	padding-top: 5px;
	color: #333;
	font-size: 20px;
	text-decoration: none;
	background: url(../../medical/image/check_off.gif) no-repeat left center;
}

#monshin .monshinWrap a:hover{
	background: url(../../medical/image/check_on.gif) no-repeat left center;
}

#t01,#t02,#t03,#t04,#t05,#t06,#t07,#t08{
padding-top:60px;
}

/* -------------~619----------- */
@media screen and ( max-width:619px ){
#monshin .monshinWrap a {
    padding-top: 8px;
    font-size: 120%;
}

#main_area .sectionBlock{
margin:0;
}

#main_area .ai{
text-align:right;
padding:0;
margin:0;
}

#main_area .ai img{
width:40%;
height:auto;
}

#main_area .ai02 img{
width:100%;
height:auto;
}

}

/* -------------619~----------- */
@media screen and ( min-width:619px ){
#main_area .ai{
display:none;
}
}

