@charset "UTF-8";

/* -- Shop Info -- */

.shop_info {
	color: black;
	font-size: 12px;
	line-height: 1.5em;
	}

.shop_info h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	}

.shop_info h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	}

.shop_info h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	}

.shop_info h4 {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	}

.shop_info h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	}

.shop_info h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.5em;
	}

.shop_info p {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	}

.shop_info dt {
	color: #1d4484;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	}

.shop_info dd {
	color: black;
	font-size: 12px;
	line-height: 1em;
	}

.shop_info a {
	color: #ca1713;
	text-decoration: underline;
	}

.shop_info a:hover {
	color: #660609;
	text-decoration: underline;
	}
