@charset "utf-8";
/* CSS Document */
.ticket-List {
	margin-top: 20px;
	}
.ticket-List .col {
	border: 1px solid #444;
	box-sizing:border-box;
	padding-bottom: 5px;
	}

.ticket-List .about-List li {
	padding:5px 10px;
	}

.ticket-List .about-List .item-Mile {
	background-color: #444;
	color: #FFF;
	font-weight: bold;
	line-height: 36px;	
	}
.ticket-List .about-List .item-Name {
	font-weight: bold;
	height: 3.5em;/*3行を超える商品名がある時は増やす*/
	line-height: 1.5;
	font-size: 16px;
	}
.ticket-List .about-List .item-Name4 {
	font-weight: bold;
	height: 4.5em;/*3行を超える商品名がある時は増やす*/
	line-height: 1.3;
	}
.ticket-List .about-List .item-Name5 {
	font-weight: bold;
	height: 5.5em;/*3行を超える商品名がある時は増やす*/
	line-height: 1.3;
	}
.ticket-List .about-List .item-Name span,
.ticket-List .about-List .item-Name4 span,
.ticket-List .about-List .item-Name5 span {
	font-size: 16px;
	font-weight: normal;
	}


.ticket-List .about-List .item-Photo {
	padding:0;
	}

li.item-btnApply button{width: 278px;}

.lh14 {line-height:1.4 !important;}
.lh28 {line-height:2.8 !important;}