@charset "utf-8";


#header_sub_title {
    background-color: #ffffd6;
    color: #e24143;
    padding: 10px 0px 10px 12px;
    border-bottom: 1px solid #e24143;
    font-size: 18px;
}



.qr {
	margin:0 auto 20px;
	text-align:center;
}
.qr h3 {
	margin:10px 0 0;
	font-size:100%;
	color:red;
}
.qr p {
	margin:5px 0 10px;
	font-size:smaller;
}
.qr a {
	display:inline-block;
	border:1px solid #9ad09c;
}




/* �G���A�� */
.tenpo_list_title {
	background-color: #ff4500;
	margin-top: 2em;
	padding: 15px;
	color: #fff;
}
	/* �G���A���̃A���J�[����𒼂� */
	.tenpo_list_title a {
		margin-top: -50px;	
		padding-top: 50px;
	}

/* �X�܈ꗗ */
.tenpo_list {
	padding:10px!important;
	line-height:1.8em;
	vertical-align: middle;
	padding: 4px 0;
	font-size: 12px;
	border-bottom: 1px solid #006C6B;
	border-left: 1px solid #006C6B;
	border-right: 1px solid #006C6B;
}
	/* �X�ܖ� */
	.tenpo_list .tenpo_list_shop {
		width: 270px;
		padding-left: 1px;
		font-size:85%;
		display: inline-block;
		font-weight: bold;
		padding-right: 30px;
	}
	.tenpo_list .tenpo_list_shop a {
		color:#333;
	}

	/* �Z�� */
	.tenpo_list .tenpo_list_add {
		width: 425px;
		font-size:80%;
		display: inline-block!important;
		vertical-align: top;
}
@media (max-width:780px){
		.tenpo_list .tenpo_list_add {
			width:100%;
		}
		.tenpo_list .tenpo_list_shop{
			width:100%;
		}
}