@charset "utf-8";
/*
---------------------
cycle design 09.06.19
http://www.cycledesign.net/
---------------------
*/
/* reset
-------------------------------------------------- */
html {
overflow-y:scroll;
}

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	line-height: 180%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
body {

	scroll 0 0;
	overflow-x:hidden;
	letter-spacing: 1px;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,a { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a { outline: none; }
.em05-btm{margin-bottom:0.5em;}
.em2-btm{margin-bottom:2em;}
.em5-btm{margin-bottom:5em;}
div#map{
	color: #000;
}
hr.style7 {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
  margin-top: 3em;
  margin-bottom: 2em;
}
.f20{
  font-size: 16px;
}

/* structure
-------------------------------------------------- */
div#wrap{
	font-size: 100%;
	width:840px;
	color: #FFFFFF;
	margin-top:5em;
	margin-left:auto;
    margin-right:auto;
	overflow:auto;
}
h1{
	width: 840px;
}
ul#nav{
	margin-top: 42px;
	width:407px;
	float: left;
	margin-right: 50px;
	margin-bottom: 5em;
}
ul#nav2{
	margin-top: 42px;
	width:407px;
	float: left;
	margin-bottom: 5em;
}
ul#nav li,ul#nav2 li{
	line-height: 0;
}

div#content{
	width:383px;
	float: right;
	margin-top:50px;
	margin-bottom: 5em;
}
div#content2{
	width:433px;
	float: left;
	margin-top:50px;
	margin-bottom: 5em;
}
p#footer{
	clear: left;
	width: 840px;
	padding-top: 23px;
	margin-bottom:2em;
}

/* common
-------------------------------------------------- */
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
h2.title{
	margin-bottom:0.5em;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	text-align: right;
}
.s{
	font-size: 85%;
}
.b{
	font-size: 108%;
	font-weight: bold;
}
.em2-top{margin-top:2em;}
.em3-top{padding-top:3em;}
.em2-btm{margin-bottom:2em;}
.em15-btm{margin-bottom:1.5em;}
.em05-btm{margin-bottom:0.5em;}
.em05-top{margin-top:0.5em;}
.sign{text-align: right;
      margin-top:1em;
	  margin-right:30px;
	  }
	  
.bn{
	margin-top: 2em;
}
.bn a:hover img{
	opacity: 0.7;}

.mar-top1{
  margin-top: 1em;
}

.mar-top2{
  margin-top: 2em;
}

/* access
-------------------------------------------------- */
dl.access{
	border-bottom: 1px solid #FFFFFF;
	width:380px;
	float: left;
	margin-bottom: 2em;
		 }
dl.access dt{
	float: left;
	width: 80px;
	clear:left;
	border-top: 1px solid #FFFFFF;
	padding:8px 0;
	display: block;
}
dl.access dd{
	float: left;
	width: 300px;
	padding-bottom: 1em;
	border-top: 1px solid #FFFFFF;
	padding:8px 0;
}
div#map{clear:both;}
div#map_canvas{
	color:#000;}
/* link
-------------------------------------------------- */

ul#link li{
	line-height: 300%;
}
/* concept
-------------------------------------------------- */
p.c-text{
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 250%;
}
p.c-text b{
	font-size: 108%;
	font-weight: bold;
}
/* price
-------------------------------------------------- */
dl.price{
	border-bottom: 1px solid #FFFFFF;
	width:380px;
	float: left;
	margin-bottom: 2em;
		 }
dl.price dt{
	float: left;
	width: 200px;
	clear:left;
	border-top: 1px solid #FFFFFF;
	padding:8px 0;
	display: block;
}
dl.price dd{
	float: left;
	width: 180px;
	padding-bottom: 1em;
	border-top: 1px solid #FFFFFF;
	padding:8px 0;
}