@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body,html{
min-width:1200px;
}
body,html{
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
	color: #333333;
	text-align: left;
	text-size-adjust: 100%;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
.hd {
	display: none;
}
.pc-none{
	display: none;
}
/*=============================================================
#header
=============================================================*/
/*#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	text-align: left;
	overflow: hidden;
	position: relative;
}*/
#header .left {
	width: 400px;
	float: left;
}
#header .left .logo {
	padding-top: 17px;
	padding-bottom: 20px;
}
#header p {
}
#header .right {
	width: 600px;
	text-align: right;
	float: right;
	padding-top: 18px;
	padding-bottom: 20px;
}
#header .right p {
	font-size: 11px;
	line-height: 1.5em;
}
#header .right p a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;
}
#header .right .tel {
	padding-top: 10px;
}
#header .right a {
}
#header .right a:hover {
	color: #666;
	text-decoration: underline;
}
/*=============================================================
#NAVI
=============================================================*/
#navi {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
}
#navi .body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	float: left;
	line-height: 0px;
	display: block;
	overflow: hidden;
}
#navi a {
}
#navi a:hover {
}
/*=============================================================
#contents
=============================================================*/
#mainbody {
	padding-bottom: 40px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
.breadcrumb-list {
	font-size: 11px;
	line-height: 100%;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
.breadcrumb-list ul {
	overflow: hidden;
	position: relative;
}
.breadcrumb-list li {
	display: inline;
	float: left;
	padding-right: 5px;
	color: #000;
}
.breadcrumb-list a {
	color: #5CA73C;
	text-decoration: none;
}
.breadcrumb-list a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-list strong {
	font-weight: bold;
	color: #5CA63D;
}
#mainbody #title {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#mainbody #title h1 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
	margin: 0px;
	padding-top: 5px;
}
#mainbody #title h1 i {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #95AD63;
	font-size: 10px;
	margin-left: 15px;
}
#mainbody p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 2.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}
/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#footer .body {
	text-align: left;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p.profile {
}
#footer p.link {
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
}
#footer a {
	color: #333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
