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

#stemcure_seminar_box{}

#stemcure_seminar_box h2{
	margin-bottom: 12px
}
#stemcure_seminar_box h2 span{
	background: #770801;
	color: #ffffff;
	padding: 6px 20px 4px 20px;
}

#stemcure_seminar_box h3{
	font-size: 3.2rem;
	font-weight: normal;
	border-bottom: 3px double #770801;
	margin-bottom: 0.6em;	
	padding-bottom: 6px;
}
#stemcure_seminar_box h3 span{
	display: block;
	font-size: 2.0rem;
}


.dr_mov{}
.dr_mov iframe{
	width:740px;
	height:416px;
}





#stemcure_seminar_box h4{
	font-size: 2.2rem;
	font-weight: normal;
	border-left: 10px solid #770801;
	border-bottom: 1px solid #770801;
	padding-left: 10px;
	margin-bottom: 10px;
}

#stemcure_seminar_box ul{
	margin-left: 20px;
}
#stemcure_seminar_box ul li{}
#stemcure_seminar_box ul li a{
	color: #770801;
}

#stemcure_seminar_box ul.list_txt{}

#stemcure_seminar_box ul.list_doc{}
#stemcure_seminar_box ul.list_doc li{}

#stemcure_seminar_box p.list_txt{
	padding-left: 20px;
}


/*資料・パンフレット*/
#pamphlet{}
#pamphlet ul{
	display: table;
}
#pamphlet ul li{
	display: table-cell;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#pamphlet ul li a{
	color: #666666;
	text-decoration: none;
}
#pamphlet ul li a span{
	font-size: 1.4rem;
	padding: 0 20px;
	color: #ffffff;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
#pamphlet ul li a span.dr{background: #4169e1;}
#pamphlet ul li a span.ow{background: #dc143c;}

#pamphlet ul li a strong{
	font-weight: normal;
	font-size: 16px;
	color: #16A99E;
	text-decoration: underline;
}
#pamphlet ul li img{
	float: left;
	padding-right: 10px;
}



@media screen and (max-width:745px) {

	section#stemcure_seminar_box{}


	section#stemcure_seminar_box .dr_txt
	{
		margin-left: 10px;
		margin-right: 10px;
	}

	.dr_mov {
		position: relative;
		width: 100%;
		padding: calc(416 / 440 * 100%) 0 0;
	}

	.dr_mov iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	/*資料・パンフレット*/
	#pamphlet ul{
		display: block!important;
	}

	#pamphlet ul li{
		display: block!important;
		width: 30%!important;
		padding-right: 20px!important;
		float: left!important;
	}
	#pamphlet ul li:nth-child(3){
		padding-right: 0px!important;
	}
	#pamphlet ul li:nth-child(4){
		clear: both!important;
	}
	#pamphlet ul li img{
		width: 100%!important;
		float: none!important;
		padding-right: 0!important;
	}

	
	
	
	
	
}