@charset "utf-8";

.awoo_area_list {
	width: 100%;
	max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    clear: both;
}

.awo_navi {
	position: absolute;
	min-width: 320px;
	background-color: #fff;
    border: 1px solid #fff;
	z-index: 1;
    padding: 3px 10px;
}

.awoo_area_sp {
    display: none;
}

.awoo_area {
	overflow: hidden;
	clear: both;
	margin-top: 32px;
	margin-right: 20px;
	margin-left: 20px;
}

.awoo-widget__content .awoo-content__inner {
	box-sizing: border-box;
	line-height: 1.7;
	flex-wrap: wrap;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.awoo_area_top .awoo-widget__content .awoo-content__inner {
	margin-right: 20px;
	margin-left: 20px;
}

.awoo-widget__content .awoo-title__inner {
	margin-bottom: 16px;
}
.awoo-widget__content .awoo-title__inner ._title_ {
	font-size: 12px;
    border-bottom: 1px solid #666;
	color: #666;
}

.awoo-widget__content .menu_title {
	font-size: 12px;
	padding: 12px 0px;
	margin-bottom: 12px;
}

.awoo-widget__content ._keyword_ span:first-child {
	margin-left: 0;
}

.awoo-widget__content ._text_ {
	display: inline-block;
	float: left;
	margin: 0 5px 10px;
	padding: 2px 4px;
	font-size: 12px;
	color: #6b584a;
	background-color: #f5f4ec;
	border: 1px solid #6b584a;
}

.top_tag a:nth-child(n+11) {
    display: none;
}
.bottom_tag a:nth-child(-n+10) {
    display: none;
}

@media only screen and (max-width: 750px) {
	.awoo_area_sp {
		display: block;
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid #C2C2C2;
		padding-top: 12px;
		padding-bottom: 12px;	
	}
	
	.awoo_area_top {
		overflow: hidden;
		clear: both;	
	}
	
	.awoo_area_top .awoo-content__inner {
		margin-right: 3%;
		margin-left: 3%;
	}
	
	.awoo_area_list {
		width: 94%;
		clear: both;
	}
		
	.awo_navi_sp {
		position: absolute;
		width: 92%;
		clear: both;
		overflow: hidden;
		background-color: #fff;
		border: 1px solid #fff;
		z-index: 1;
		left: 4%;
	}
	
	.awo_navi_sp .menu_title {
		text-align: left;
		color: #666;
	}
	
	.awo_navi_sp .awoo-content__inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	.top_tag a:nth-child(n+6) {
		display: none;
	}
}