﻿@charset "UTF-8";

.chapter {
	text-indent: -9999px;
	width: 876px;
	margin: 33px 12px 20px;
}

.chapter_block {
	width: 834px;
	margin: 0 28px 33px 30px;
}

#chapter1 {
	height: 45px;
	background-image: url("../profile/images/consultant_title.jpg");
	background-repeat: no-repeat;
	margin-top: 12px;
}


/* 開業 */
#chapter_block1 .profile {
	width: 834px;
	background-image: url("../profile/images/frame_mid.gif");
	background-repeat: repeat-y;
	margin: 15px auto 0;
}

#chapter_block1 .profile .inside {
	width: 834px;
	background-image: url("../profile/images/frame_top.gif");
	background-repeat: no-repeat;
	padding: 15px 0 0;
}

#chapter_block1 .profile .bottom {
	font-size: 1px;
	line-height: 1px;
	width: 834px;
	height: 5px;
	background-image: url("../profile/images/frame_bottom.gif");
	background-repeat: no-repeat;
}

#chapter_block1 .lead {
	color: #000000;
	margin: 8px 0 0 20px;
}

#chapter_block1 .inquire_table {
	width: 834px;
}

#chapter_block1 .inquire_table table {
	width: 794px;
	margin: 0 auto;
}

#chapter_block1 #inquire_table1 {
	padding: 15px 0 0;
}

#chapter_block1 #inquire_table2 {
	background-image: url("../inquire/images/line.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

#chapter_block1 td {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 10px 0;
}

/* お名前 */
#chapter_block1 td#item_name {
	width: 100px;
}
#chapter_block1 td#inp_name {
	width: 277px;
}

/*  */
#chapter_block1 td#item_none {
	width: 120px;
}
#chapter_block1 td#inp_none {
	width: 297px;
}

/* 電話番号 */
#chapter_block1 td#item_tel {
	width: 100px;
}
#chapter_block1 td#inp_tel {
	width: 277px;
}

/* メールアドレス */
#chapter_block1 td#item_mail {
	width: 130px;
}
#chapter_block1 td#inp_mail {
	width: 287px;
}

/* お問い合わせ内容 */
#chapter_block1 td#item_body {
	padding-bottom: 0;
}
#chapter_block1 td#inq_body {
	padding-top: 0;
}

#chapter_block1 .inp .w100 {
	width: 100px;
	padding: 5px;
}

#chapter_block1 .inp .w200 {
	width: 200px;
	padding: 3px;
}

#chapter_block1 .button {
	margin: 0 0 15px 20px;
}

#chapter_block1 .button input {
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
}

