@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1025px){
	.tab_show,.sp_show{display: none;}
	.pc_none{display: none;}

body {
	background:#F9FAF8;
	color: #333;
	font-size: 85%;
	font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	line-height:170%;
	margin:0;
	padding:3px 0 10px 0;
}
.terminate {
	margin-right:0 !important;
}
p {
	margin:10px 0;
}
img {
	vertical-align:top;
	margin:0;
	padding:0;
	border:none;
}
textarea {
	font-size:12px;
}
.caution {
	color:#ff3300;
}
header ul, header ul li, footer ul, footer ul li {
	margin:0;
	padding:0;
	list-style:none;
}
/*a {
	color: #4d4d4d;
	text-decoration: none
}
a:link {
	color: #4d4d4d;
}
a:visited {
	color: #4d4d4d;
}
a:hover, a:active {
	color: #4d4d4d;
	text-decoration: none;
}*/
a {
	color: #01498E;
	text-decoration: underline;
}
a:link {
	color: #01498E;
}
a:visited {
	color: #01498E;
}
a:hover, a:active {
	color: #01498E;
	text-decoration: none;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}
.align-center {
	text-align:center;
	clear:both;
}
.align-right {
	text-align:right;
}
.btn-center {
	text-align:center;
	margin-top:15px;
}
div.contents h3 {
	padding:45px 0;/*background:url(../img/bg_border01.gif) repeat-x bottom;*/
	border-bottom:#666 1px solid;
	margin:0 0 20px 0;
}
div.contents h4 {
	background:url(../img/bg_h4.gif) no-repeat left;
	font-size:130%;
	margin:60px 0 20px 0;
	padding:0 0 0 30px;
	clear:both;
	color:#333;
}
div.contents h5 {
	font-size:110%;
	color:#333;
	padding:0.2em;
	overflow:hidden;
}
header nav ul.language {
	position:absolute;
	top:40px;
	right:12px;
	height:15px;
	background:#FFF;
	padding:6px 20px;
	behavior: url(/test/md_rn/html/PIE.htc);
		
}

header nav ul.language li {
	float:left;
	margin-right:20px;
}
nav ul.language li a:link {
	color: #4d4d4d;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
nav ul.language li a:visited {
	color: #4d4d4d;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/**********************header**********************/
header {
	position:relative;
	width:960px;
	height:137px;
	margin:0 auto;
	background:  #FFF;
	padding:0 30px;
	border-left:1px #cfcfcf solid;
	border-right:1px #cfcfcf solid;
	border-top:1px #cfcfcf solid;
	border-radius: 4px 4px 0 0;
}
header h1 {
	position:absolute;
	top:25px;
	margin:0;
	padding:0;
}
header nav ul.hd-gnavi {
	position:absolute;
	padding:0;
	top:100px;
	display:block;
}
header ul.hd-gnavi li {
	float:left;
	margin-right:15px;
}
/*header nav ul.hd-hnavi {
	position:absolute;
	top:12px;
	right:340px;
}
header nav ul.hd-hnavi li {
	float:left;
}*/
header nav ul.hd-contact {
	position:absolute;
	top:0;
	right:30px;
	height:23px;
	background:#FFF;
	padding:6px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	behavior: url(/test/md_rn/html/PIE.htc);
	border-left: :#D6D6D6 1px solid;
	border-right: :#D6D6D6 1px solid;
	border-bottom: :#D6D6D6 1px solid;
}
header nav ul.hd-contact li {
	float:left;
	margin-right:20px;
}


/* navi */
.main_navi{
	position:absolute;
	padding:0;
	top:100px;
	display:block;
}

/* Underline From Center */
a.c_navi {
	width: 180px;
	height: 35px;
	text-decoration: none;
	color: #808080;
	margin-right: 5px;
	font-weight: bold;
	border-bottom: 1px #c0c0c0 solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
a.c_navi:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.c_navi:hover{
	color: #000;
}

.c_navi:hover:before, .c_navi:focus:before, .c_navi:active:before {
  left: 0;
  right: 0;
}

.c_navi_s{
	font-size: 10px;
	margin-left: 10px;
	vertical-align: bottom;
}

a.c_navi_on{
	color: #000;
	border-bottom: 1px #000000 solid;
}


/**********************top page**********************/
h2{
	font-size: 120%;
	font-weight: bold;
}
div.contents-top {
	float:left;
	width:710px;
	margin-bottom:45px;
	margin:0 0 40px 0;
	position:relative;
}
div.side-top {
	float:right;
	width:220px;
	margin:20px 0 40px 0;
}
div.side-top div.side-btn {
	margin-top:15px;
}
div.main {
	width:960px;
	height:340px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
}
div.main ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
div.main ul.main-slide li {
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:1;
}
div.main ul.main-slide li.current {
	display:block;
}
div.main ul.main-slide li.omisephoto {
	visibility:hidden;
	display:list-item;
	z-index:0;
}
div.main ul.main-slide-thumb {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	bottom:15px;
	left:20px;
	z-index:1;
}
div.main ul.main-slide-thumb li {
	margin:0 15px 0 0;
	display:block;
	float:left;
	width:7px;
	height:7px;
	display:block;
}
div.main ul.main-slide-thumb li.current {
	padding:0;
	background:#000;
}
div.main ul.main-slide-thumb li {
	/*border:1px solid #c2e14c;
	filter:alpha(opacity=50);
	opacity:0.5;*/
	cursor:pointer;
	background:#C3C4C2;
	width:7px;
	height:7px;
	display:block;
}
div.main div.main-navi-left {
	position:absolute;
	left:-52px;
	top:157px;
	cursor:pointer;
}
div.main div.main-navi-right {
	position:absolute;
	right:-52px;
	top:157px;
	cursor:pointer;
}
div.top_advantage {
	position:relative;
	margin-top:20px;
/* 	background:url(../img/top_advantage_bg.gif) no-repeat; */
/* 	height:219px; */
/* 	padding:56px 25px 25px 25px; */
}
div.top_advantage h2 {
	font-size: 120%;
/*
	position:absolute;
	left:0;
	top:0;
*/
}
div.top_advantage_box{
	border:5px solid #000;padding:20px 20px 0;
}


div.top_advantage div.adv-list {
	width:445px;
	float:left;
	margin:0 0px 10px 0;
}
div.top_advantage div.adv-list div.adv-img {
	float:left;
	width:80px;
}
div.top_advantage div.adv-list div.adv-detail {
	float:right;
	width:345px;
	font-size:95%;
	line-height:150%;
}
div.top-head {
	position:relative;
	border-bottom:1px #CFCFCF solid;
	height:25px;
	margin:20px 0;
}
div.top-head2 {
	position:relative;
	border-bottom:1px #CFCFCF solid;
	height:25px;
	margin-top:20px;
}
div.top-head h2 {
	position:absolute;
	top:0;
	left:0px;
}
div.top-head div.btn-right {
	position:absolute;
	top:0px;
	right:0;
}
div.top-head2 h2 {
	position:absolute;
	top:0;
	left:0px;
}
div.btn-right {
position: absolute;
right: 0;
line-height: 15px;
height: 15px;
}

div.top-head2 a, div.btn-right a{
	text-decoration: none; 
	color: #666; 
	font-size: 80%; 
	font-size: bold;
} 

div.top-head2 a img, div.btn-right a img{
	margin-left: 5px; 
	margin-top: 2px; 

}
.div.top-advantage {
}

.hospBnr{
	background: url(../img/bnr_hosp.png) no-repeat;
	margin: 0 auto 20px;
	width: 774px;
	height: 426px;
	transition: .2s;
}

.hospBnr:hover{
	opacity: .7;
}

.hospBnr a{
	display: block;
	height: 100%;
}

.hospBnr img{
	display: none;
}

.recBnr{
	margin-bottom:20px;
	width: 960px;
	height: 130px;
}

.recBnr a{
	display:block;
	height: 100%;
	transition:0.5s;
	position: relative;
}

.recBnr a.spr{
	background:url(../img/bnr_recruit_spr.png) no-repeat top;
}

.recBnr a.sum{
	background:url(../img/bnr_recruit_smr.png) no-repeat top;
}

.recBnr a.aut{
	background:url(../img/bnr_recruit_atm.png) no-repeat top;
}

.recBnr a.win{
	background:url(../img/bnr_recruit_win.png) no-repeat top;
}

.recBnr a:hover{
	opacity:0.7;
}

.recBnr a span{
	color: #666;
	font-size: 10px;
	position: absolute;
	top:3px;
	left: 10px;
}

.disp_table{
	display:table;
	width:100%;
	margin-bottom:2px;
	height:25px;
}

.disp_table_wrapper{
	margin-bottom:20px;
	border-bottom: 1px #CFCFCF solid;
}

.disp_table h2{
	display:table-cell;
	white-space:nowrap;
	vertical-align:top;
}
.disp_table .disp_table_br{
	display:table-cell;
	text-align:right;
	line-height:1.2;
	vertical-align:top;
	padding-left:15px;
}
.disp_table .disp_table_br a{
	text-decoration: none;
    color: #666;
    font-size: 80%;
}
.disp_table .disp_table_br img{
	vertical-align:-2px;
	margin-left:3px;
}


/**********************wrapper**********************/
.wrapper {
	background:#FFF url(../img/footer_bg.gif) no-repeat bottom;
	padding:0 30px;
	border-left:1px #cfcfcf solid;
	border-right:1px #cfcfcf solid;
	width:960px;
	margin:0 auto 0 auto;
}
/**********************topic-path**********************/
nav.topic-path {
	font-size:80%;
	margin:10px 0;
	height:15px;
	width:960px;
	float:right;
}
nav.topic-path ul {
	margin:0;
	padding:0;
	list-style:none;
}
nav.topic-path ul li {
	float:left;
	padding:0 15px 0 10px;
	background:url(../img/bg_topicpath.gif) no-repeat right;
	margin:0;
}
nav.topic-path ul li.first-child {
	padding-left:0;
}
nav.topic-path ul li.last-child {
	background:none;
}
/***********contents***********/
div.contents {
	float:right;
	width:750px;
	margin-bottom:45px;
}
div.totop {
	margin-top:20px;
	text-align:right;
}
div.contact-box {
	background:url(../img/contact-box_bg.gif) no-repeat;
	width:720px;
	height:90px;
	padding:76px 15px 15px 15px;
	margin-top:60px;
	clear:both;
}
div.contact-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.contact-box ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
/*****none-head*****/
div.none-head {
	padding-top:45px;
}
/*****pnavi*****/
nav ul.pnavi {
	background:#FFF;
	margin:0 0 30px 0;
	padding:0;
	height:35px;
	border:#CCC 1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	behavior: url(/test/md_rn/html/PIE.htc);
	list-style:none;
}
nav ul.works li {
	float:left;
	padding:11px 30px;
	background:url(../img/bg_fnavi.gif) no-repeat right 35%;
	margin:0;
}
nav ul.pnavi li.last-child {
	padding-right:0;
	background:none;
}
nav ul.faq li {
	float:left;
	padding:11px 30px;
	background:url(../img/bg_fnavi.gif) no-repeat right 35%;
	margin:0;
}
/*****service*****/
div.service-navi {
	font-size:90%;
	line-height:150%;
}
div.service-navi ul {
	margin:20px 0;
	padding:0;
	list-style:none;
}
div.service-navi ul li {
	width:223px;
	padding:0;
	margin:0 20px 20px 0;
	float:left;
}
div.service-navi ul li p {
}
div.service-box {
	margin-bottom:45px;
}
div.service-box div.service-list {
	margin-top:20px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	border:#F4F5F2 5px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/test/md_rn/html/PIE.htc);
	background:#F7F9F6;
	padding:20px;
}
div.service-box div.service-list div.service-list-img {
	float:left;
	width:180px;
	height:135px;
	border:#D6D6D6 1px solid;
}
div.service-box div.service-list div.service-list-detail {
	float:right;
	width:495px;
	font-size:90%;
	line-height:160%;
}
div.service-box div.service-list div.service-list-detail h5 span {
	padding:3px 10px;
	font-size:110%;
	background:#333;
	color:#FFF;
}
div.service-box div.service-list div.service-list-detail p {
	margin-bottom:0;
}
div.manage-advantage-box {
	margin-bottom:45px;
}
div.manage-advantage-box h4 {
	background:none;
	text-align:center;
	padding:0;
}
div.manage-advantage-box ul {
	list-style:none;
	padding:20px 50px 50px 50px;
	background:url(../img/manage_box_bg.gif) no-repeat center 315px;
}
div.manage-advantage-box ul li {
	float:left;
	margin: 0 30px 30px 0;
}
div.manage-advantage-box h4 {
	background:none;
	text-align:center;
	padding:0;
}
div.manage-specialty-box {
	margin-bottom:45px;
}
div.manage-specialty-box div.specialty-list {
	margin-top:20px;
	overflow: hidden;
	position: relative;
	zoom:1;
	border:#D6D6D6 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/test/md_rn/html/PIE.htc);
	padding:30px 10px 30px 30px;
	background:url(../../service/img/manage_specialty_bg.jpg) no-repeat #F8F8F8;
}
div.manage-specialty-box div.specialty-list div.specialty-list-img {
	float:right;
	width:350px;
}
div.manage-specialty-box div.specialty-list div.specialty-list-detail {
	float:left;
	width:350px;
}
div.manage-specialty-box div.specialty-list div.specialty-list-detail p {
	margin-bottom:0;
}
div.manage-specialty-box {
	margin-bottom:45px;
}
div.manage-specialty-box div.specialty-list-s {
	margin:20px 20px 20px 0;
	border:#D6D6D6 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/test/md_rn/html/PIE.htc);
	padding:20px;
	background:url(../../service/img/manage_specialty_s_bg.jpg) no-repeat #F8F8F8;
	width:323px;
	float:left;
}
div.manage-specialty-box div.specialty-list-s div.specialty-list-img {
	text-align:center;
	margin-bottom:20px;
}
div.manage-specialty-box div.specialty-list-s div.specialty-list-detail {
}
div.manage-specialty-box div.specialty-list-s div.specialty-list-detail p {
	margin-bottom:0;
}
/*****works*****/
div.works-box-new {
	border-bottom:#CCC 1px dotted;
	padding-bottom:20px;
}
div.works-box-new ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
div.works-box-new ul li {
	width:170px;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
div.works-box-new ul li img {
	border:#D6D6D6 1px solid;
	margin-bottom:5px;
}
div.works-box-pickup {
	border-bottom:#CCC 1px dotted;
	padding-bottom:20px;
}
div.works-box-type {
	border-bottom:#CCC 1px dotted;
	padding-bottom:20px;
}
div.works-box-type ul {
	list-style:none;
	overflow: hidden;
	position: relative;
	zoom:1;
	margin:0;
	padding:0;
}
div.works-box-type ul li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
div.works-box {
	margin-bottom:45px;
}
div.works-box div.works-list {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	padding:0 0 30px 0;
	background:url(../img/bg_border01.gif) repeat-x bottom;
	margin-bottom:30px;
}
div.works-box div.works-list.pickup {
	background:none;
	padding:0;
}
div.works-box div.works-list div.works-list-img {
	float:left;
	width:300px;
	border:#D6D6D6 1px solid;
	vertical-align: bottom;
}
div.works-box div.works-list div.works-list-img.mobile {
	border:none;
}
div.works-box div.works-list div.works-list-detail {
	float:right;
	width:420px;
}
div.works-box div.works-list div.works-list-detail dt {
	clear: left;
	float: left;
	font-size:80%;
	width:7.0em;
}
div.works-box div.works-list div.works-list-detail dd {
	font-size:80%;
	margin-left: 7.0em;
	padding-left:10px;
	background:url(../img/icon01.gif) no-repeat left;
}
div.works-box div.works-list div.works-list-detail p {
	margin-bottom:0;
}
/*****company*****/
div.policy-box {
	margin-bottom:45px;
}
div.policy-box h4 {
	background:none;
	padding-left:0;
}
#gmap {
	width:750px;
	height:570px;
	border:1px solid #D6D6D6;
	margin:15px 0px;
}
/*****recruit*****/
table.recruit {
}
div.outline {
	margin-bottom:45px;
}
.message-box {
	margin-top:20px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	border:#F4F5F2 5px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/test/md_rn/html/PIE.htc);
	background:#F7F9F6;
	padding:20px;
}

/*.message-box img {
	float:left;
	padding:0 20px 20px 0;
}*/
.name {
	text-align:right;
	margin:30px 0 0 0;
}
/*****photo*****/
p.photo-list {
	margin:20px 0 40px 0;
}
/*****system*****/
ul.system-list {
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
ul.system-list li {
	width:335px;
	float:left;
	border:#D6D6D6 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	behavior: url(/test/md_rn/html/PIE.htc);
	padding:15px 15px 10px 15px;
	margin:0 15px 15px 0;
}
ul.system-list li img {
	float:left;
	padding-right:15px;
}
/*****flow*****/
div.flow-box {
	padding:15px 15px 5px 116px;
	min-height:86px;
	border:#CCC 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	behavior: url(/test/md_rn/html/PIE.htc);
	margin:15px 0;
}
div.step01 {
	background:url(../../service/img/flow_img01.gif) no-repeat 15px center;
}
div.step02 {
	background:url(../../service/img/flow_img02.gif) no-repeat 15px center;
}
div.step03 {
	background:url(../../service/img/flow_img03.gif) no-repeat 15px center;
}
div.step04 {
	background:url(../../service/img/flow_img04.gif) no-repeat 15px center;
}
div.step05 {
	background:url(../../service/img/flow_img05.gif) no-repeat 15px center;
}
div.step06 {
	background:url(../../service/img/flow_img06.gif) no-repeat 15px center;
}
.flow-arrow {
	background:url(../../service/img/flow_box_bg.gif) no-repeat center;
	height:10px;
}
/*****sitemap*****/
div.sitemap-box {
	width:340px;
	float:left;
	margin-right:30px;
}
nav ul.sitemap {
	list-style:none;
}
nav ul.sitemap li.first {
	background:url(../img/icon02.gif) no-repeat 0 20px;
	margin:0;
	padding:15px 0 15px 2.5em;
}
nav ul.sitemap li.first {
	border-bottom:#D6D6D6 1px solid;
}
nav ul.sitemap li.first ul {
	list-style:none;
	padding:10px 0 0 1.5em;
}
nav ul.sitemap li.first ul li {
	background:url(../img/icon01.gif) no-repeat left center;
	padding:0 0 0 1em;
}
/******side*****/
div.side-top .side-works {
	border:#D6D6D6 1px solid;
	background:#F7F9F6;
	padding:13px;
	position:relative;
	margin-bottom:15px;
	height:220px;
}
div.side-top .side-works div.side-works-img {
	border:#D6D6D6 1px solid;
	width:190px;
	height:152px;
}
div.side-top .side-works h3 {
	margin:5px 0 0 0;
	text-align:center;
}
div.side-top .side-works p {
	font-size:90%;
	line-height:150%;
}
div.side-top .side-works div.works-navi-left {
	position:absolute;
	left:-15px;
	top:85px;
	cursor:pointer;
}
div.side-top .side-works div.works-navi-right {
	position:absolute;
	right:-15px;
	top:85px;
	cursor:pointer;
}
.side-work-frame {
	overflow:hidden;
	width:192px;
	position:relative;
}
.side-work-list {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	width:1000px;
	top:0;
	left:0;
}
.side-work-list li {
	margin:0;
	padding:0 8px 0 0;
	float:left;
	width:192px;
}
div.side div.side-btn {
	width:180px;
	height:60px;
	margin-top:15px;
}
div.wrapper div.side {
	float:left;
	width:180px;
	margin-bottom:45px;
}
div.wrapper div.side h2 {
	padding:45px 0 45px 0;
	margin:0;
	border-bottom:#666 1px solid;
}
/***********snavi***********/
nav ul.snavi {
	margin:0;
	padding:0;
}
nav ul.snavi li {
	display: inline;
	margin:0;
	padding:0;
}
nav ul.snavi li a {
	display:block;
	padding:1em 1em 1em 2em;
	background: url(../img/icon02.gif) no-repeat 5px center;
	border-bottom:#D6D6D6 1px dotted;
	text-decoration:none;
}
nav ul.snavi li a:link {
	color: #4d4d4d;
}
nav ul.snavi li a:visited {
	color: #4d4d4d;
}
nav ul.snavi li a:hover, nav ul.snavi li a:active {
	background:#F7F9F6 url(../img/icon02.gif) no-repeat 5px center;
}
nav ul.snavi li a.current {
	background:#F7F9F6 url(../img/icon02.gif) no-repeat 5px center;
}
/**********************footer**********************/
footer {
	color:#666;
	clear:both;
	position:relative;
	height:95px;
	font-size:90%;
	padding:0 30px;
	border-left:1px #cfcfcf solid;
	border-right:1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
	width:960px;
	background:#FFF;
	margin:0 auto 0 auto;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	behavior: url(/test/md_rn/html/PIE.htc);
}
footer .ft-contact {
	position:absolute;
	top:15px;
	width:278px;
	height:24px;
	padding:6px 0 0 0;
	font-size: 80%;
}
footer nav ul.ft-fnavi {
	position:absolute;
	top:12px;
	right:30px;
}
footer nav ul.ft-fnavi li {
	font-size:10px;
	float:left;
	padding:0 12px;
	background:url(../img/bg_fnavi.gif) no-repeat right;
}
footer nav ul.ft-fnavi li.last-child {
	background:transparent;
	padding-right:0;
}
.ft-small {
	display: flex;
	flex-direction:row-reverse;
	align-items: flex-end;
	font-size:80%;
	position:absolute;
	top:45px;
	right:30px; 
}
.p-mark {
	padding-left: 10px;
	}
.footer_logoText {
position: absolute;
top: 0;
right: -50px;
line-height: 140%;
}

.footer_table{
	display:flex;
	align-items: center;
}
.footer_table_logo{
	margin-right: 10px;
}
.footer_table_address{
	display:table-cell;
	line-height:140%;
	font-size:80%;
}
.footer_table_wrapper{
	padding-top:20px;
}
/**********************table**********************/
table.general {
	text-align:left;
	border-top:#D6D6D6 1px solid;
	border-left:#D6D6D6 1px solid;
	border-collapse:collapse;
	margin:20px auto;
	width:100%;
}
table.general th {
	width:10em;
	padding:0.6em;
	background:#F7F9F6;
	border-bottom:#D6D6D6 1px solid;
	border-right:#D6D6D6 1px solid;
	font-weight:normal;
	vertical-align:middle;
}
table.general td {
	padding:0.6em;
	border-bottom:#D6D6D6 1px solid;
	border-right:#D6D6D6 1px solid;
}
td.price {
	width:10em;
	white-space:nowrap;
}
table.news {
	width:100%;
	margin:0 0 0 0;
}

table.news th {
	border-bottom:#CCCCCC dotted 1px;
	width:80px;
	text-align:left;
	padding:0.3em;
}
table.news td {
	border-bottom:#CCCCCC dotted 1px;
	padding:0.3em 0.3em 0.3em 1em;
	background:url(../img/icon01.gif) no-repeat left center;
}

.clearfix table.news th {
	border: none; 
	text-align: left;
	padding:0.3em 0 0.3em 1em;
	background:url(../img/icon01.gif) no-repeat left center;
}
.clearfix table.news td {
	border-bottom:#CCCCCC dotted 1px;
	padding:0 0.3em 0.6em 1em;
	background: none;
}

/**********************snsbtns**********************/

#sns-btns {
	position:relative;
	width:960px;
	height:30px;
	margin-top:-10px;
}

#sns-btns ul {
}

#sns-btns li {
	float:left;
	list-style-type:none;
	display:inline;
}

#facebook {
	position:absolute;
	top:0;
	_top:-3px;
	right:180px;
	*left:750px;
}

#twitter {
	position:absolute;
	top:-3px;
	/*right:35px;*/
	right:85px;
	*right:-60px;
}

#googlePlus {
  position:absolute;
	top:0;
	right:-30px;
}


/**********************form**********************/
form textarea{
	width:450px;
}

/* utility */

.floatL{
	float:left;	
}

.floatR{
	float:right;	
}

/*

.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix{
	display:inline-table;
}
*/


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.w340 {
	width: 340px;
}

.w710 {
	width: 710px;
}

/* 各クラス定義スタイル
---------------------------------------------------- */
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}

.alignL {
	text-align: left;
}

.floatL {
	float: left;
}
.floatR {
	float: right;
}

.bold {
	font-weight: bold;
}

.vc {
	height: 50px;
	line-height: 50px;
}

/*-----------------------------------------------------------
	1-1.Margin
-----------------------------------------------------------*/
.mt5 {
	margin-top: 5px;
} .mt10 {
	margin-top: 10px;
} .mt15 {
	margin-top: 15px;
} .mt20{
	margin-top: 20px;
} .mt25{
	margin-top: 25px;
} .mt30{
	margin-top: 30px;
} .mt35{
	margin-top: 35px;
} .mt40{
	margin-top: 40px;
} .mt45{
	margin-top: 45px;
} .mt50{
	margin-top: 50px;
} .mt60{
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}.mb10 {
	margin-bottom: 10px;
}.mb15 {
	margin-bottom: 15px;
}.mb20 {
	margin-bottom: 20px;
}.mb25 {
	margin-bottom: 25px;
}.mb30 {
	margin-bottom: 30px;
}.mb35 {
	margin-bottom: 35px;
}.mb40 {
	margin-bottom: 40px;
}.mb45 {
	margin-bottom: 45px;
}.mb50 {
	margin-bottom: 50px;
}
.ml5 {
	margin-left: 5px;
}.ml10 {
	margin-left: 10px;
}.ml15 {
	margin-left: 15px;
}.ml20 {
	margin-left: 20px;
}.ml25 {
	margin-left: 25px;
}.ml30 {
	margin-left: 30px;
}.ml35 {
	margin-left: 35px;
}.ml40 {
	margin-left: 40px;
}.ml45 {
	margin-left: 45px;
}.ml50 {
	margin-left: 50px;
}
.mr5 {
	margin-right: 5px;
}.mr10 {
	margin-right: 10px;
}.mr15 {
	margin-right: 15px;
}.mr20 {
	margin-right: 20px;
}.mr25 {
	margin-right: 25px;
}.mr30 {
	margin-right: 30px;
}.mr35 {
	margin-right: 35px;
}.mr40 {
	margin-right: 40px;
}.mr45 {
	margin-right: 45px;
}.mr50 {
	margin-right: 50px;
}

/*-----------------------------------------------------------
	1-2.Padding
-----------------------------------------------------------*/
.pt5 {
	padding-top: 5px;
} .pt10 {
	padding-top: 10px;
} .pt15 {
	padding-top: 15px;
} .pt20{
	padding-top: 20px;
} .pt25{
	padding-top: 25px;
} .pt30{
	padding-top: 30px;
} .pt35{
	padding-top: 35px;
} .pt40{
	padding-top: 40px;
} .pt45{
	padding-top: 45px;
} .pt50{
	padding-top: 50px;
} .pt60{
	padding-top: 60px;
}
.pb5 {
	padding-bottom: 5px;
}.pb10 {
	padding-bottom: 10px;
}.pb15 {
	padding-bottom: 15px;
}.pb20 {
	padding-bottom: 20px;
}.pb25 {
	padding-bottom: 25px;
}.pb30 {
	padding-bottom: 30px;
}.pb35 {
	padding-bottom: 35px;
}.pb40 {
	padding-bottom: 40px;
}.pb45 {
	padding-bottom: 45px;
}.pb50 {
	padding-bottom: 50px;
}
.pl0 {
	padding-left: 0;
}
.pl1em {
	padding-left: 1em;
}
.pl5 {
	padding-left: 5px;
}.pl10 {
	padding-left: 10px;
}.pl15 {
	padding-left: 15px;
}.pl20 {
	padding-left: 20px;
}.pl25 {
	padding-left: 25px;
}.pl30 {
	padding-left: 30px;
}.pl35 {
	padding-left: 35px;
}.pl40 {
	padding-left: 40px;
}.pl45 {
	padding-left: 45px;
}.pl50 {
	padding-left: 50px;
}
.pr5 {
	padding-right: 5px;
}.pr10 {
	padding-right: 10px;
}.pr15 {
	padding-right: 15px;
}.pr20 {
	padding-right: 20px;
}.pr25 {
	padding-right: 25px;
}.pr30 {
	padding-right: 30px;
}.pr35 {
	padding-right: 35px;
}.pr40 {
	padding-right: 40px;
}.pr45 {
	padding-right: 45px;
}.pr50 {
	padding-right: 50px;
}

.red {
	color: #F00;
}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

.lh13 {
	line-height: 1.3em;
}

.f12 {
	font-size: 12px;
}

#loading {
  width: 340px;
  height: 150px;
  position: relative;
  text-align: center;
}

#loading img {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  left: 50%;
  margin-left: -1em;
}

/*2015/03/16追加*/
#sp_nav{display: none;}
.main iframe{
	width: 960px; 
	height: 340px;
}
#news{
	float: left;
	width: 340px;
}

#facebook_iframe_PC{
	width: 340px; 
	height: 960px;
	border:none; overflow:hidden;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 20px 0 0 0 ;
	*zoom: 1;
}

.bx-wrapper .bx-pager {
/* text-align: center; */
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px; 
	right: -10px;
	width: 100%;
}

a.bx-prev {
left: -46px;
background: url(images/controls.png) no-repeat 0 -32px;
}

a.bx-next {
right: -46px;
background: url(images/controls.png) no-repeat -43px -32px;
}

}
