@charset "utf-8";


/* ============================================================
 init
============================================================ */
body {
	color:#666;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	margin:0 auto;}
	
/* tag
------------------------------------------------------------ */
img {
	border:0;
	vertical-align:bottom;}

p,
li,
th,
td,
dt,
dd { font-size:93%;}

	
/* link
------------------------------------------------------------ */
a {
	color:#6fba44;
	overflow: hidden;
	outline:none; /* for FF*/
	text-decoration:underline;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

	
/* class
------------------------------------------------------------ */
.clearfix { zoom:1;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.hgroup,
.block,
.outer,
.inner,
.row,
.box,
.cell {
	position:relative;
	zoom:1;}
	
.hgroup:after,
.block:after,
.outer:after,
.inner:after,
.row:after,
.box:after,
.cell:after  {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.box,
.cell { float:left;}

.box.right,
.cell.right { float:right;}


/* js予約 */
.btn {}
.rollover {}
.imgLink {}

.rollopa:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* header
============================================================ */
header {
	padding-top: 8px;
	zoom:1;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
}
header .row{
	margin: 0px auto;
	width: 1100px;
}
header .headTitle {
	font-size: 10px;
	text-align: left;
	padding: 0 0 10px 70px;
}
header nav {
	margin: 0px auto 0px;
	background: url(../img/bg_01.jpg) repeat-x;
}
header:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;}

header #logo {}

/* gloval navi
------------------------------------------------------------ */
nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
nav {
	width: 100%;
}
nav ul {
	padding-left: 70px;
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}
nav ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
nav ul li {
	display:inline;
	list-style:none;
	float: left;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li.lastChild {
	float: right;
}
/* bread nav
------------------------------------------------------------ */
#breadNav {
/*margin: 9px 0 54px;*/
	margin: 0px 0 50px;
}
#breadNav:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;}
#breadNav  li {
	float: left;
	padding-top: 3px;
}
#breadNav  li:first-child {
	padding-top: 0;
}
#breadNav  li .gt {
	margin: 0 5px;
}
#breadNav  li img {
	vertical-align: middle;
}

/* article
============================================================ */
article {}
#contents {
	padding-bottom: 25px;
}
.f_root#index #contents {
	background: #f2f2f2;
}
.f_root#index #contents #main {
	margin: 0 auto;
	width: 960px;
}
/* .f_error
------------------------------------------------------------ */
.f_error #article h1 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}
.f_error #article p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}

/* section
------------------------------------------------------------ */
section {}


/* pagetop */
div.pagetop {
	text-align:right;}
	
div.pagetop a {
	display:block;
	float:right;
	width:62px;
	height:11px;}

/* aside
------------------------------------------------------------ */
aside {}

/* footer
============================================================ */
footer  {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
footer .toTop {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 0;
	bottom: 20px;
	padding: 0;
}
footer p {
	padding: 30px 0 20px;
	text-align: center;
	font-size: 10px;
}
	