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

.tableIr01 th {width:50%;}
#ticket {width:100%;}
#ticket > ul > li {
    float:left;
	width:345px;
    margin:0 0px 0px 0;
}
#ticket > ul > li:first-child {margin:0 20px 0px 0;}
#ticket > ul > li img {width:100%;}
#ticket .txt01 {
	text-align:center;
	background:#FFF7E3;
    padding:0px 0px;
    margin:11px 0px 20px 0px;
    width:100%;
    height:30px;
	line-height:30px;
}
@media screen and (max-width:767px) {
	#ticket {width:100%;}
	#ticket > ul > li {
    	float:none;
		width:90%;
    	margin:0 auto 0px auto;
	}
	#ticket > ul > li:first-child {margin:0 auto 0px auto;}
}


/*20170925追加*/
.howto{padding: 10px; background:#fffde8; border:1px solid #f8b500;}
.howto table{margin-left: 3em;}
.howto table th{padding: 5px 10px 5px 0; font-weight: bold;}
.howto table td{padding: 5px 0;}

@media screen and (max-width:767px) {
.howto{padding: 5px;}
.howto table th{padding: 10px 0 0; width: 100%; display: block;}
.howto table td{padding: 5px 0 0; width: 100%; display: block;}
}
