@charset "utf-8";
/* CSS Document */
@import"base.css";
@import"contents.css";
@import"exp.css";					

/*------------ サポート　イベント体験談　---------------
----------------------------------------*/
#exp_j #event_title { margin: 5px 0 20px 10px; padding: 0; font-size:17px; }

/*イベント体験*/
#exp_j #e_taiken { margin: 10px; font-size: 14px; }
	#exp_j #e_taiken dt {
		padding-left: 15px; color: #cc3467;
	    background: url("../../support/event/images/e_bg_taiken.gif") left 3px no-repeat; }
	#exp_j #e_taiken dd {
		margin-bottom: 15px; padding-bottom: 15px; border-bottom: dashed 1px #ccc; }
	#exp_j #e_taiken .e_taiken_last {
		margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
	#exp_j .back2event { margin: 7px 0 0 0; text-align: right; }

@media screen and (max-width:768px){
	#exp_j .back2event { display:none; }
}
@media screen and (max-width:480px){
	#exp_j #event_title {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	#exp_j #e_taiken { font-size: 1.5rem; }
	#exp_j #e_taiken dt {
		margin-bottom: 0.5em;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
