@charset "UTF-8";
/* Basic Layout */

/* タブエリア */
#areaTab .enc .tab_unit {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	padding: 1em 1em;
	background-color: #f1f1f1;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}
#areaTab .enc .tab_unit:nth-child(1) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#areaTab .enc .tab_unit:nth-child(2) {
	border-right: 1px solid #fff;
}
#areaTab .enc .tab_unit:nth-child(3) {
	border-right: 1px solid #fff;
}
/*選択されたタブ*/
#areaTab .enc .tab_unit.selected {
	background-color: #d53e62;
	color: #fff;
	cursor: auto;
}





/* 表示エリア */
#areaList .area_unit {
	display: none;
	margin-bottom: 40px;
	border: 1px solid #000;
	padding: 1em 1em 2em;
}
#areaList .area_unit.selected {
	display: block;
}

#areaList #areaList_1 {
	background-color: #ffe2e9;
}
#areaList #areaList_2 {
	background-color: #e7e2ff;
}
#areaList #areaList_3 {
	background-color: #e2ffeb;
}

#areaList .area_unit li {
	margin-bottom: 1.4em;
}






@media handheld, print, screen and (min-width: 481px) {






/* end of media query */	
}













@media handheld, print, screen and (min-width: 801px) {






/* end of media query */
}




