@charset "utf-8";
/* ===============================================================\*/
/* 
/* 目次：
/* 
/* 　↓共通↓
/* 　　　reset
/* 　　　base
/* 　　　wrapper
/* 　　　header
/* 　　　maximage
/* 　　　container
/* 　　　footer
/* 　　　pagetop
/*
/* 　↓個別ページ↓
/* 　　　top
/* 　　　service
/* 　　　facility
/* 　　　summary
/* 　　　recruit
/* 　　　inq
/*
/* ===============================================================\*/
/* =====================================
　　　↓reset↓ 
=====================================\*/
p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
ul {
	padding: 0;
	list-style-type: none;
}


/* =====================================
　　　↓base↓ 
=====================================\*/
body, html {  
    height: 100%;
}
body {
	font: 14px/1 "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	line-height: 1.5em;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link {
	color: #0080CB;
	text-decoration: underline;
}
a.link:hover {
	color: #333333;
}
a:hover img {
	opacity: 0.7;
}

.clear {
	clear: both;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* 角丸対応 */
.rounded {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-o-border-radius: 26px;
	-khtml-border-radius: 26px;
	border-radius: 26px;
}


/* =====================================
　　　↓wrapper↓ 
=====================================\*/
#wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #D3EDF8;
	background-position: 50% 74px;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	background-size: 100% auto;
}


/* =====================================
　　　↓header↓ 
=====================================\*/
#header {
	height: 180px;
}
.header_box {
	height: 74px;
	background-color: #FFF;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
}
.header_inner {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	float: left;
	width: 226px;
	height: 180px;
}
h1 a:hover img {
	opacity: 1;
}
#header ul {
	float: right;
	margin-top: 15px;
}
#header ul li {
	float: right;
}
#header ul li.btn_inq {
	margin-left: 10px;
}


/* =====================================
　　　↓container↓ 
=====================================\*/
#container {
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 135px;
	background: none;
}


/* main -----------------------------\*/
#main {
	zoom: 1;
	position: relative;
	float: right;
	width: 710px;
	margin: -60px 0 25px 0;
	padding: 40px 30px;
	background-color: rgba(255, 255, 255, 0.9);
	-pie-background: rgba(255, 255, 255, 0.9);
}
h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 100%;
	border-bottom: 1px solid #333;
}
h2 img {
	float: left;
}
h2 span {
	display: block;
	float: right;
	font-weight: normal;
}
h3 {
	zoom: 1;
	position: relative;
	margin-bottom: 15px;
	padding: 8px 15px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top,  rgba(180,209,224,1) 0%, rgba(245,251,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,209,224,1)), color-stop(100%,rgba(245,251,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,209,224,1) 0%,rgba(245,251,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,209,224,1) 0%,rgba(245,251,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,209,224,1) 0%,rgba(245,251,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,209,224,1) 0%,rgba(245,251,254,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(180,209,224,1) ,rgba(245,251,254,1));
}
.box_common {
	margin-top: 30px;
}


/* nav -----------------------------\*/
.nav {
	float: left;
	width: 210px;
	margin: 25px 0 25px 7px;
	background-color: #FFF;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.nav li {
	border-bottom: 1px solid #666;
}
.nav li.nav_inq {
	border: none;
}
.nav li a {
	display: block;
	padding: 15px 10px 15px 35px;
	background: url(../img/common/icon_arrow.gif) 15px 50% no-repeat #FFF;
}
.nav li.nav_service a {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 26px 26px 0 0;
	-moz-border-radius: 26px 26px 0 0;
	-o-border-radius: 26px 26px 0 0;
	-khtml-border-radius: 26px 26px 0 0;
	border-radius: 26px 26px 0 0 !important;
}
.nav li.nav_inq a {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 0 0 26px 26px;
	-moz-border-radius: 0 0 26px 26px;
	-o-border-radius: 0 0 26px 26px;
	-khtml-border-radius: 0 0 26px 26px;
	border-radius: 0 0 26px 26px !important;
}
.nav li a:hover {
	text-decoration: none;
	background-color: #CCD9EF;
}
.service .nav li.nav_service a { background-color: #CCD9EF; }
.facility .nav li.nav_facility a { background-color: #CCD9EF; }
.recruit .nav li.nav_recruit a { background-color: #CCD9EF; }
.inq .nav li.nav_inq a { background-color: #CCD9EF; }


/* =====================================
　　　↓footer↓ 
=====================================\*/
#footer {
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 70px;
	padding: 10px 0;
	background-color: #FFF;
	background: url(../img/common/bg_f.png) 0 0 repeat-x;
}
.footer_inner {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}
.box_address {
	float: left;
}
.box_address img {
	float: left;
}
.box_address p {
	margin-left: 190px;
}
#footer .box_info {
	float: right;
	text-align: right;
}
#footer .box_info ul {
	margin-top: 3px;
}
#footer ul li {
	float: right;
	margin-left: 1em;
	color: #006886;
	font-size: 86%;
}

/* copyright -----------------------------\*/
.copyright {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	font-size: 77%;
	line-height: 30px;
	text-align: center;
}


/* =====================================
　　　↓pagetop↓ 
=====================================\*/
.pagetop {
	position: fixed;
	bottom: 100px;
	right: -29px;
	z-index: 6000;
}
.pagetop a {
	display: block;
	width: 29px;
	height: 119px;
}


/* =====================================
　　　↓top↓ 
=====================================\*/
.top #wrapper {
	background: none;
}
.top #container {
	padding-bottom: 155px;
}
.top #footer {
	bottom: 60px;
}
.top .copyright {
	height: 30px;
	background: url(../img/common/bg_copy.png) 0 0 repeat-x #FFF;
}


/* =====================================
　　　↓service↓ 
=====================================\*/
.service #wrapper {
	background-image: url(../img/service/bg.jpg);
}
.btn_nursing {
	float: left;
}
.btn_water {
	float: right;
}


/* water.php -----------------------------\*/
.water #wrapper {
	background-image: url(../img/service/bg_water.jpg);
	background-color: #DAEDDC;
}
.subtl {
	margin-bottom: 10px;
	padding-left: 5px;
	color: #00A0E8;
	border-left: 5px solid #00A0E8;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}

.list_point li {
	float: left;
	margin: 0 10px;
}
h4 {
	zoom: 1;
	position: relative;
	margin-bottom: 20px;
	padding: 3px 10px;
	line-height: 18px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	background: rgb(186,226,248); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(186,226,248,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(186,226,248,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(186,226,248,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(186,226,248,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(186,226,248,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(186,226,248,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	-pie-background: linear-gradient(left, rgba(186,226,248,1) ,rgba(255,255,255,1) 100%);
}
h4 img {
	vertical-align: bottom;
}
.box_sub {
	zoom: 1;
	position: relative;
	padding: 15px;
	border: 4px dotted #0068B6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
#point02 .box_sub {
	width: 290px;
}
.box_sub strong {
	color: #0068B6;
}
.box_sub ul {
	margin-left: 1.3em;
	color: #0068B6;
	list-style-type: disc;
}
.box_sub ul li {
	margin-top: 5px;
}
.box_sub ul li span {
	color: #333;
}

#point03 ul {
	padding-top: 20px;
}
#point03 ul li {
	float: left;
	margin: 0 17px;
}

#point04 .box_sub {
	padding: 20px 15px;
}
#point04 strong {
	color: #0068B6;
	font-size: 143%;
}
#point04 .box_sub strong {
	font-size: 179%;
}
#point04 .box_sub p {
	margin: 20px 0;
}
.box_scene {
	zoom: 1;
	position: relative;
	float: left;
	width: 184px;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	background-color: #D3ECFB;
}
.box_scene dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0068B6;
	font-size: 108%;
	font-weight: bold;
	border-bottom: 2px dotted #0068B6;
}
.box_scene dd.txt {
	text-align: left;
}
.box_scene img {
	margin-top: 5px;
}

.box_tel {
	zoom: 1;
	position: relative;
	margin-top: 25px;
	padding: 15px 30px;
	border: 2px solid #0068B6;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	background-color: #FFF;
}


/* nursing.php -----------------------------\*/
/* tab */
.tab_box {
	position: relative;
	z-index: 10;
}

ul.tab {
	position: relative;
	margin-top: 30px;
	z-index: 20;
}
ul.tab li {
	zoom: 1;
	position: relative;
	float: left;
	width: 310px;
	margin-right: 15px;
	padding-left: 15px;
	line-height: 40px;
	color: #565656;
	font-weight: bold;
	background-color: #CCCCCC;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
	cursor: pointer;
	z-index: 25;
}
ul.tab li.select {
	color: #3585C7;
	background-color: #FFF;
}
.tab_content {
	zoom: 1;
	position: relative;
	background-color: #FFF;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#666666', Direction=135, Strength=6);
	z-index: 30;
}
.tab_content li {
	position: relative;
	padding: 25px 15px;
	background-color: #FFF;
	z-index: 50;
}

dl.list_service dt {
	color: #0068B7;
	font-weight: bold;
}
dl.list_service dd {
	margin: 0 0 1em 1em;
}
dl.list_service dd:last-child {
	margin-bottom: 0;
}

.table_fee {
	width: 100%;
	margin-bottom: 10px;
}
.table_fee .round_lt {
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	-khtml-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
.table_fee .round_rt {
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.table_fee .round_lb {
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	-khtml-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.table_fee .round_rb {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	-khtml-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.table_fee th {
	text-align: center;
}
.table_fee thead th {
	padding: 5px;
	color: #FFF;
	background-color: #3585C7;
}
.table_fee tbody th {
	color: #0068B6;
	background-color: #9FD9F6;
}
.table_fee tbody td {
	padding: 10px 15px;
	text-align: center;
	background-color: #DFF2FC;
}
.table_fee tbody td.txt_service {
	color: #0068B6;
	font-weight: bold;
	text-align: left;
}
.table_fee .border_l {
	border-left: 1px solid #999;
}
.table_fee .border_b {
	border-bottom: 1px solid #999;
}
.table_fee tbody th.border_b {
	border-bottom: 1px solid #3585C7;
}

.txt_attention {
	font-size: 90%;
}

.list_facility {
	zoom: 1;
	position: relative;
	margin: 0 0 20px 20px;
	padding: 30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,240,252,1) 40%, rgba(189,228,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(219,240,252,1)), color-stop(100%,rgba(189,228,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,240,252,1) 40%,rgba(189,228,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,240,252,1) 40%,rgba(189,228,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,240,252,1) 40%,rgba(189,228,249,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,240,252,1) 40%,rgba(189,228,249,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,240,252,1) 40%,rgba(189,228,249,1) 100%);
}
.list_facility dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #0068B7;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #0068B7;
}
.list_facility dd.tel {
	margin-top: 20px;
	color: #0068B7;
	font-size: 140%;
	font-weight: bold;
}
.list_facility dd.tel strong {
	font-size: 150%;
}
.btn_facility {
	text-align: right;
}

.list_how {
	display: table;
	margin-bottom: 20px;
}
.list_how dt,
.list_how dd {
	display: table-cell;
	vertical-align: middle;
}
.list_how dt {
	width: 175px;
	height: 118px;
	padding-right: 25px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: url(../img/service/bg_nursing01.gif) 0 0 no-repeat;
	*float: left;
	*padding-top: 20px;
	*line-height: 2em;
}
.list_how dt span {
	font-size: 75%;
}
.list_how dt span.number {
	font-size: 200%;
	font-weight: normal;
}
.list_how dd {
	zoom: 1;
	position: relative;
	min-height: 78px;
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	background-color: #C7E7FA;
}

.txt_how {
	text-align: center;
}


/* =====================================
　　　↓facility↓ 
=====================================\*/
.facility #wrapper {
	background-image: url(../img/facility/bg.jpg);
}
.box_title img {
	float: right;
}
.box_title strong img {
	float: left;
}
h3 span {
	float: right;
	padding: 0 1em;
	font-size: 86%;
	line-height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	background-color: #FFF;
}
.box_facility .map {
	float: right;
	width: 280px;
	border: 1px solid #333;
}

dl.info {
	zoom: 1;
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px dotted #999;
	background-color: #BAE3F9;
	-pie-background: rgba(186, 227, 249, 1);
}
dl.info_first {
	zoom: 1;
	position: relative;
	border: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0 !important;
}
dl.info_last {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px !important;
}
dl.info dt {
	float: left;
	width: 115px;
	padding: 10px 0;
	text-align: center;
	background-color: #BAE3F9;
}
dl.info_first dt {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-o-border-radius: 5px 0 0 0;
	-khtml-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0 !important;
}
dl.info_last dt {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	-khtml-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px !important;
}
dl.info dd {
	min-height: 1.5em;
	margin-left: 115px;
	padding: 10px;
	background-color: #FFFFFF;
}
dl.info_first dd {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-o-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0 !important;
	background-color: #FFFFFF;
}
dl.info_last dd {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	-khtml-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0 !important;
	background-color: #FFFFFF;
}

.box_facility dl.info {
	width: 400px;
}


/* =====================================
　　　↓summary↓ 
=====================================\*/
.summary #wrapper {
	background-image: url(../img/summary/bg.jpg);
}


/* privacy -----------------------------\*/
.privacy #wrapper {
	background-image: url(../img/summary/bg_privacy.jpg);
}
.privacy_list {
	margin-top: 20px;
}
.privacy_list li {
	margin-top: 20px;
	color: #0068B6;
	font-weight: bold;
}
.privacy_list p {
	color: #333;
	font-weight: normal;
}


/* sitemap -----------------------------\*/
.list_sitemap {
	margin-left: 25px;
}
.list_sitemap dt {
	margin-top: 0.8em;
	padding-left: 20px;
	background: url(../img/common/icon_arrow.gif) 0 50% no-repeat;
}
.list_sitemap dd {
	margin-left: 20px;
}
.list_sitemap dd span {
	color: #0068B6;
}


/* =====================================
　　　↓recruit↓ 
=====================================\*/
.recruit #wrapper {
	background-image: url(../img/recruit/bg.jpg);
}
.recruit #main a {
	color: #0068B6;
}


/* =====================================
　　　↓inq↓ 
=====================================\*/
.inq #wrapper {
	background-image: url(../img/inq/bg.jpg);
}
.txt_required {
	color: #F00 !important;
}

/* フォーム -----------------------------\*/
.box_inq {
	margin-left: 15px;
}
.box_inq dt {
	float: left;
}
.box_inq dt span {
	color: #0068B6;
}
.box_inq dd {
	margin: 0 0 15px 200px;
}
.box_inq dd input {
	width: 485px;
	/margin-top: -1.5em;
}
.box_inq dd.box_radio input {
	width: 1em;
}
.box_inq dd textarea {
	display: block;
	width: 100%;
	max-width: 421px;
	min-width: 200px;
	min-height: 7em;
	/margin-top: -1.5em;
}

/* フォームボタン */
.form_btn {
	float: right;
	width: 495px;
}
.form_btn li {
	width: 180px;
}
.form_btn li.btn_conf {
	margin: 0 auto;
}
.form_btn li.btn_prev,
.form_btn li.btn_send {
	float: left;
	margin-left: 15px;
}
.form_btn li input {
	width: 180px;
	height: 45px;
	border: none;
}
.form_btn li.btn_conf input {
	background: url(../img/inq/btn_conf.png) 0 0 no-repeat;
}
.form_btn li.btn_prev input {
	background: url(../img/inq/btn_prev.png) 0 0 no-repeat;
}
.form_btn li.btn_send input {
	background: url(../img/inq/btn_send.png) 0 0 no-repeat;
}
.box_conf .form_btn {
	float: left;
	margin-top: 30px;
}

/* エラー処理 */
label.error {
	color: #F00;
}
.box_inq dd input.error,
.box_inq dd textarea.error {
	background-color: #FFB5B5 !important;
}

.box_inq dd.box_radio label.error {
	display: block;
}