
/*h2 a{
	color: #fff;
}*/
.column2WrapA01 {
	display:flex;
	flex-wrap: wrap;
    margin-bottom: 20px;
		justify-content: flex-start;
}
.column2WrapA01.half .columnBlock01, .column2WrapA01.half .columnBlock02 {
width:48%;
    box-sizing: border-box;
		padding:1%;
}
.column2WrapA01 .columnBlock01 {
    float: unset;
}

/*====================================================================
 doctor4col
====================================================================*/




.doctor4col .imageBlockA02 {
display:flex;
align-items: flex-start;
}

.doctor4col .imageBlockA02 .leftImage {
	float: unset;
	margin: 0 10px 0px 0;
	/*width: 100px;*/
	max-width: 120px;
}

.doctor4col .imageBlockA02 .leftImage img {
	width: 100%;
	max-width:120px;
}
@media only screen and (max-width: 680px) {
	.doctor4col {
		width: 100% !important;
	}
}

/*====================================================================
 doctor3col
====================================================================*/

.doctor3col {
	width: 48% !important;
}
.doctor3col .imageBlockA02 {
	display: flex;
	align-items: flex-start;
}
.doctor3col .imageBlockA02 .leftImage {
	float: unset;
	margin: 0 10px 0px 0;
	max-width: 120px;
}

.doctor3col .imageBlockA02 .leftImage img {
	width: 100%;
	max-width: 120px;
}
@media only screen and (max-width: 680px) {
	.doctor3col {
		width: 100% !important;
	}
}



#movie2016{
	
}
#movie2016 .moviePc{
	display:block;
	background-color:#ffffff;
}

#movie2016 .movieSp{
	display:none;
}

#movie2016 .borderBlockA01{
	background:#FFF;
}

@media only screen and (max-width: 680px) {
	#movie2016{
		background:#fff none no-repeat 0 0;
	}

	#movie2016 .movieBlockInner .columnBlock01,
	#movie2016 .movieBlockInner .columnBlock02{
		border:#eee solid 2px;
		margin:0 0 30px;
	}

	#movie2016 .moviePc{
		display:none;
	}

	#movie2016 .movieSp{
		display:block;
	}
	.column2WrapA01.half .columnBlock01, .column2WrapA01.half .columnBlock02 {
	width:100%;

	}

}
