﻿@charset "utf-8";


/* 桌機版型優先 */
/* history-list */
#history-list {
	margin-top: 20px;
}
#history-list li {
	list-style-type: none;
	line-height: 26px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}
#history-list li span.date {
	font-size: 0.813em;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	border-radius: 5px;
	padding: 5px 15px;
	background-color: #007bc7;
}

#history-list li span.text {
	font-size: 1em;
	color: #555;
	display: block;
	margin-left: 98px;
	margin-top: -26px;
}


/* 平板版型 */
@media (min-width: 768px) and (max-width: 1023px) {
}


/* 手機版型 */
@media only screen and (max-width: 767px) {
/* faq-list */
#history-list {
	width: 90%;
	margin: 20px auto 0 auto;
}
#history-list li span.date {
	font-size: 0.875em;
	font-weight: normal;
}
#history-list li span.text {
	font-size: 1em;
	margin-left: 0;
	margin-top: 8px;
}	
}