@charset "UTF-8";

@import url("sightseeing.css");

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

 onsen main CSS style
 
 Color Cordination
 Key Color: 

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

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

 main ###OVERRIDE###

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

#contents .container h3
{
	margin-bottom: 20px;
}

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

 inner

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

#contents .inner
{
	margin: 0 0 30px;
}
#contents .inner h4
{
	margin: 0 0 20px;
	padding: 0.1em 0.5em;
	border-left: 5px solid #000;
}
#contents .inner .notes p
{
	margin: 0 0 1.5em;
}
#contents .inner .images
{
	width: 270px;
	margin: 0;
}
#contents .inner .images li
{
	float: left;
	width: 121px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #ccc;
}
#contents .inner .images .maincut
{
	width: 266px;
}
#contents .inner .images .edge
{
	margin-right: 0;
}

#contents .even .notes
{
	float: right;
}
#contents .even .images
{
	float: left;
}

#contents .supplement dl
{
	padding: 14px;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
#contents .supplement dt
{
	font-weight: bold;
	float: left;
}
#contents .supplement dd
{
	margin-left: 8em;
	margin-bottom: 0.5em;
}
#top_bn{
	float: left;
}
