@charset "utf-8";

/******** eventページ内共通 *********/

/* 申込ボタンのテーブル */

.landing_info_tbl{
	width:100%;
	color:#606060;
	font-size:1.4rem;
	line-height:1.4em;
}
.landing_info_tr_even{}
.landing_info_tr_odd{background: #FFF3E5;}


.landing_info_tbl th{padding:6px;background:#d5ebf9;}
.landing_info_tbl td{padding:6px;text-align:center;}


@media print, screen and (max-width: 639px) {
	.landing_info_tbl td:nth-child(1) {
		width: 120px;
	}
	.landing_info_tbl td img {
		width: 100%;
		max-width: 120px;
		height: auto;
	}
}
