@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :prices.css
 author     :Ability Consultant
style info  :料金案内
=================================================================== */
/* -----------------------------------------------------------
	#page

----------------------------------------------------------- */
#page {
	background-image: url(../try/images/img_main.jpg);
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
.con_intro {
	margin: 0 auto 50px auto;
	padding-top: 20px;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

.con_intro h3 {
	margin-bottom: 20px;
}

.con_intro .photo {
	float: right;
}

/* -----------------------------------------------------------
	.con_inf		情報
----------------------------------------------------------- */
.con_inf {
	margin: 0 auto 40px auto;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

.con_inf h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.con_inf .link a {
	padding-left: 15px;
	color: #fff;
	background: url(../images/common/ic_white_arrow.png) 0 5px no-repeat;
}

.con_inf table {
	margin-bottom: 10px;
}

.con_inf table.half {
	width: 60%;
}

/* -----------------------------------------------------------
	.con_det		情報
----------------------------------------------------------- */
.con_det {
	margin: 0 auto 40px auto;
	width: 1000px;
	overflow: hidden;
	*zoom: 1;
}

.con_det h3 {
	margin-bottom: 20px;
}

.con_det .link a {
	padding-left: 15px;
	color: #fff;
	background: url(../images/common/ic_white_arrow.png) 0 5px no-repeat;
}

.con_det table {
	margin-bottom: 10px;
}

.con_det table.half {
	width: 50%;
}

.con_det table th {
	vertical-align: middle;
}

.con_det table td {
	vertical-align: top;
	text-align: center;
}

.con_det table td.al {
	text-align: left;
}

.con_det .txt_tax {
	text-align: right;
	margin: 5px 0;
}

.con_det .txt_tax02 {
	margin: 5px 0;
}

#contents .btn {
	margin-bottom: 50px;
	padding-top: 20px;
	text-align: center;
}

p.map{
	margin:70px 0 0 10px;
}

p.txt{
	margin-bottom:20px;
}
strong{
	color:#8a5411;
	font-size:125%;
}
.memo{
	border:1px dotted #b4b4b4;
	padding:20px 20px 0 20px;
}
.memo strong{
	color:#b4b4b4;
	font-size:100%;
}
p.step{
	margin-bottom:50px;
}