@charset "UTF-8";
/* CSS Document */

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;
}
/**********************top page**********************/
div.contents-top {
	float:left;
	width:710px;
	margin-bottom:45px;
	margin:20px 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 {
	position:absolute;
	left:0;
	top:0;
}
div.top_advantage div.adv-list {
	width:445px;
	float:left;
	margin:0 0px 5px 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.top-head2 div.btn-right {
	position:absolute;
	top:0px;
	right:0;
}
.div.top-advantage {
}
/**********************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;
}

.hosp_service img{
  margin-top: 10px;
}

.hosp_service:hover{
	opacity: .7;
  transition:0.5s;
}
/*****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;
}

.pdf{
  text-align:right;
  }
/*****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;
}
div.pmark-logo {
	text-align: center;
	margin: 30px auto 50px;
}
/**********************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:25px;
	width:278px;
	height:24px;
	padding:6px 0 0 52px;
	background:url(../img/ft_contact_logo.png) no-repeat left;
}
footer nav ul.ft-fnavi {
	position:absolute;
	top:10px;
	right:30px;
}
footer nav ul.ft-fnavi li {
	font-size:85%;
	float:left;
	padding:0 12px;
	background:url(../img/bg_fnavi.gif) no-repeat right;
}
footer nav ul.ft-fnavi li.last-child {
	background:none;
	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;
	}
/**********************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:-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;
}

.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;
}
