@charset "UTF-8";
.sp {
	display:none;
}
.big {
	font-size: 18px;
}
.small {
	font-size: 13px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F00;
}
.teal {
	color: #32b16c;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.h_span {
	font-size: 14px;
	padding-left: 80px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #f2272d;
}
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

body {
	font-size: 14px;
	/*background-color: #070707;*/
	color: #FFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(../../img/common_img/wrap_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#h1_top {
	position: absolute;
	left: 0px;
	top: -140px;
	background-image: url(../../img/top_img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 295px;
	width: 155px;
	z-index: 9999;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 1.0);
}
#contents_right {
	width:808px;
	margin-top: 20px;
	position: relative;
}
#contents_right h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 30px;
	font-size: 30px;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
}
#gnavi {
	background-image: url(../../img/common_img/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	font-size: 15px;
	margin-top: 60px;
}
#gnavi ul {
	width: 805px;
	height: 60px;
	padding-left: 165px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#gnavi ul li {
	float: left;
	width: 100px;
	text-align: center;
}
#gnavi ul .main_list a.alt {
	display:none;
}
#gnavi ul .main_list:hover > a.dummy {
	display:none;
}
#gnavi ul .main_list:hover a.alt {
	width: 100px;
	text-align: center;
	line-height: 60px;
	display: block;
}
#gnavi ul li > ul {
	width: 150px;
	height: 0px;
	padding:0px;
	position: absolute;
	margin-left: -25px;
}
#gnavi ul li > ul > li {
	overflow: hidden;
	width: 100%;
	height: 0px;
	color: #fff;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
#gnavi ul li:hover ul {
	list-style: none;
	position: absolute;
	top: 100%;
	clear: both;
	width: 150px;
	opacity: 0.99;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
	margin-top: 0px;
	margin-left: -25px;
	z-index: 99999;
}
#gnavi ul li ul li a {
	text-align: center;
	font-size: 14px;
	color: #FFF;
	display: block;
	line-height: 60px;
	/*background-color:#353535;*/
		background-image: url(../../img/common_img/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
#gnavi ul li ul li a:hover {
	height: 60px;
	color: #f2272d;
	line-height: 60px;
}
#gnavi ul li:hover ul li {
	overflow: visible;
	height: 60px;
	border-top: 1px solid #333;
}
#gnavi ul li a {
	line-height: 60px;
	display: block;
}

#gnavi ul li a:hover {
	text-decoration: underline;
}
.on_page {
	text-decoration: underline;
	color: #f2272d;
	line-height: 60px;
}
#tel_area {
	width:100%;
	background-color: #111111;
}
#tel_area ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 600px;
	height: 40px;
	margin: 0px auto;
	padding-left: 300px;
}
#tel_area ul li {
	width:300px;
	float:left;
	text-align: right;
	line-height:44px;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 120px;
}
p.scroll_up {
    position: fixed;
	padding-left: 910px;
    bottom: 0px;
}
p.scroll_up a {
	width: 75px;
	display: block;
	background-image: url(../../img/common_img/scroll_up_icon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 63px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #contents_right {
	float: right;
}
#main #contents_left {
	float: left;
	width: 155px;
	padding-top: 200px;
}
#main #contents_left a img:hover {
	opacity: .8;
}
#footer {
	clear: both;
	padding-top: 20px;
	height: 86px;
}
#footer ul {
	text-align: right;
	width: 980px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
address {
	width: 100%;
	background-color: #111;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}
address a {
	padding-top: 10px;
}
/*#dl-menu .main_list {
	width: 100px;
	float: left;
}*/
/*#dl-menu > li > a {
	display: block;
	color: #FFF;
	font-size: 15px;
	line-height: 60px;
	height: 60px;
	text-align: center;
}

#dl-menu li >a:hover {
}*/


/*——————————————————————*/
#notfound_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: lighter;
	width:780px;
	margin: 20px auto;
}
#notfound_wrap h3 {
	font-size:20px;
	margin: 0 0 30px;
}
#notfound_wrap p {
	font-size:18px;
	line-height: 29px;
}
#notfound_wrap a {
	font-size: 20px;
	margin: 50px 50px 0px;
	padding: 20px 50px;
	display: block;
	border: 1px solid #FFF;
	text-align: center;

}
