@charset "utf-8";

/* ========================================================================================================================/

	Document    : style.css
	Description : 八戸ってこんな街css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	town
/------------------------------------------------------------------------------------------------------------------------ */

.town {}
	.town h3 {
		color:#0e1c72;
		font-size:17px;
		box-sizing:border-box;
		background:transparent url("../image/layout/ic01.png") left 6px no-repeat;
		border-bottom:dotted 1px #121212;
		padding:0 0 5px 15px;
		}
	.town .areaBox {
		border:solid 1px #cccccc;
		margin:20px 0 0 0;
		padding:20px;
		}
		.town .areaBox h4 {
			font-size:14px;
			box-sizing:border-box;
			background:transparent url("../image/layout/ic01.png") 10px 13px no-repeat;
			border-style:solid !important;
			border-width:1px !important;
			margin:0 0 15px 0 !important;
			padding:6px 10px 4px 25px !important;
			}
		.town .area01 h4 {
			background-color:#a6ef94 !important;
			border-color:#66cc33 !important;
			}
		.town .area02 h4 {
			background-color:#ffff4d !important;
			border-color:#ffcc33 !important;
			}
		.town .area03 h4 {
			background-color:#ffcc54 !important;
			border-color:#ff6600 !important;
			}
		.town .area04 h4 {
			background-color:#ffb5b5 !important;
			border-color:#ff6666 !important;
			}
		.town .areaBox img {
			margin:0 0 15px 15px;
			}
		
	.town .eventBox {
		border:solid 1px #cccccc;
		margin:20px 0 0 0;
		padding:20px;
		}
		.town .eventBox h4 {
			font-size:14px !important;
			box-sizing:border-box;
			background:#efefef url("../image/layout/ic01.png") 10px 13px no-repeat;
			border:solid 1px #cccccc !important;
			margin:0 0 15px 0 !important;
			padding:6px 10px 4px 25px !important;
			}
		.town .eventBox img {
			margin:0 0 15px 15px;
			}