@charset "utf-8";

/*---------------------------------------------------
 noscript
----------------------------------------------------*/
#attention {
	display: table;
	width: 800px;
	margin: 30px auto 0;
}
#index #attention {
	margin-bottom: 30px;
}
#attention > div {
	display: table;
	width: 100%;
	padding: 18px;
	border: 5px solid #e3adbb;
	background-color: transparent;
}
#attention div div {
	display: table-cell;
	vertical-align: middle;
}
#attention div div:first-child {
	width: 170px;
	border-right: 1px solid #efefef;
}
#attention p {
	margin: 5px 0;
	padding-left: 20px;
	font-size: 13px;
	line-height: 180%;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#pageTop {
	display: block;
}

@media (max-width: 768px) {
	#attention {
		display: block;
		width: 100%;
		padding: 0 3%;
	}
	#attention div div {
		display: block;
		text-align: center;
	}
	#attention div div:first-child {
		width: 100%;
		border-right: none;
	}
	#attention p {
		margin: 10px 0 0;
		padding-left: 0;
		line-height: 180%;
		text-align: center;
	}
	
	#nav ul {
		display: block;
	}
}
