@charset "utf-8";

 
/*共通*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	width:100%;
	height:100%;
	line-height:1.7em;
}

a {
	color:#000000;
}

img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	vertical-align: bottom;
}

.clear {
	float: none;
	clear: both;
	width:0px;
	height:0px;
}

#body_all {
	width:100%;
	height:100%;
	border-top:solid 5px #2776d4;
	min-width:990px;
}

#body_con {
	width:990px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#body_con > div {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	display:table;
	height:100%;
}

#body_con > div > div {
	display:table-cell;
	height:100%;
	vertical-align:top;
}

/*共通メニュー*/
#menu {
	width:215px;
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
	margin-left:20px;
}

#none {
	width:27px;
}

#con {
	width:706px;
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
	margin-right:20px;
	background-color:#ffffff;
	padding:0px;
}

.manu_sub {
	background-color:#F5F5F5;
	width:207px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:3px;
}

#logo {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

.mds {
	text-align:center;
	margin-top:5px;
}

.con_bb {
	background-color:#F5F5F5;
	width:207px;
	margin-left:auto;
	margin-right:auto;
}

.con_bb > #con_bb_con {
	width:195px;
	background-color:#dedede;
	margin-left:auto;
	margin-right:auto;
	padding-top:6px;
	padding-bottom:6px;
}

.con_bb > #con_bb_con > div {
	width:185px;
	height:48px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	margin-bottom:0px;
	position:relative;
}


.con_bb > #con_bb_con > div:first-child {
	margin-top:0px;
}

.con_bb02 {
	background-color:#F5F5F5;
	width:207px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
}

.con_bb_tel {
	width:195px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#ffffff;
	border:solid 1px #e3e3e3;
	text-align:center;
}

.con_bb_tel_bb {
	width:183px;
	height:32px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	position:relative;
}

.over_roll {
	position: absolute;
	top: 0%;
	left: 0%;
}


/*共通メインイメージ*/

.main_p {
	text-align:center;
	padding-bottom:5px;
	border-bottom:solid 1px #d3d3d3;
}

/*共通タイトル*/

.main_tt {
	width:678px;
	margin-left:auto;
	margin-right:auto;
	padding-top:54px;
	padding-bottom:54px;
}

.main_con {
	width:678px;
	margin-left:auto;
	margin-right:auto;
}


/*トップページ*/

.top_bb {
	display:table;
	width:678px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.top_bb > div {
	display:table-cell;
	height:77px;
}

.top_bb > div:nth-child(odd){
	width:222px;
}

.top_bb > div:nth-child(even){
	width:auto;
}

.top_bb > div > div {
	width:222px;
	height:77px;
	overflow:hidden;
	margin:0px;
	position:relative;
}

.top_mds {
	padding-bottom:15px;
}

.top_txt {
	padding-bottom:20px;
	width:678px;
	margin-left:auto;
	margin-right:auto;
}

.top_txt:last-child {
	padding-bottom:0px;
}

.top_link {
	display: table;
	margin-bottom: 10px;
}

.top_link > div {
	display: table-cell;
}

.top_link > div:first-of-type {
	width: 7em;
}

#footer {
	margin-top:60px;
	display:table;
	width:100%;
	border-top:solid 6px #e3e3e3;
}

#footer > div {
	display:table-cell;
}

#footer > div:first-child  {
	background-color:#2776d4;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
	color:#ffffff;
	font-size:80%;
}

#footer > div:first-child > div {
	padding-top:5px;
}

#footer > div:last-child {
	background-color:#e9f1fb;
}

.footer_table {
	display:table;
	margin-left:30px;
	margin-right:30px;
}

.footer_table > div {
	display:table-row;
}

.footer_table > div > div {
	display:table-cell;
	font-size:85%;
	padding-left:20px;
	padding-right:20px;
	white-space: nowrap;
	padding-bottom:0px;
	border-right:solid 1px #2776d4;
}

.footer_table > div:first-child > div {
	padding-bottom:10px;
}

.footer_table > div > div:last-child {
	border-right:none;
}

.kyo_mds {
	padding-top:28px;
	padding-bottom:15px;
}

.kyo_txt {
	width:678px;
	margin-left:auto;
	margin-right:auto;
}

/*サービスメニュー*/

.ser_mds {
	padding-top:54px;
	padding-bottom:20px;
}

.ser_txt {
	width:678px;
	margin-left:auto;
	margin-right:auto;
}

.ser_txt > img {
	float:right;
	margin-left:32px;
}

.ser_txt > img:last-child {
	margin-bottom:0px;
}

.ser_txt_mds {
	font-size:110%;
	color:#2776d4;
	font-weight:bold;
	margin-left:-0.5em;
}

.ser_txt > div.left {
	float:left;
	width: 304px;
	word-wrap: break-word;
}

.ser_txt > div.right {
	float:right;
	width: 342px;
}

.ser_txt > div.right img + img {
	margin-top: 10px;
}

.ser_txt > div.right img + span {
	display: block;
	padding: 5px 0px 10px;
	text-align: center;
}


/*よくあるご質問*/

.main_con_area {
	border-bottom:solid 2px #2776d4;
	padding-bottom:25px;
	margin-bottom:25px;
}

.main_con_area:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.main_con_area > div {
	display:table;
}

.main_con_area > div > div {
	display:table-cell;
	vertical-align:middle;
}

.main_con_area > div > div:first-child {
	padding-right:20px;
}

.qa_area_q {
	margin-bottom:22px;
	font-size:135%;
	color:#2776d4;
}

.main_con_area > .qa_area_a > div {
	vertical-align:top;
}

/*事務所案内*/

.com_mds {
	padding-top:54px;
	padding-bottom:20px;
}

.com_table {
	width:678px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

.com_table > div {
	display:table-row;
}

.com_table > div > div {
	display:table-cell;
	border-bottom:solid 1px #e3e3e3;
	padding-top:10px;
	padding-bottom:10px;
}

.com_table > div > div:first-child {
	padding-right:20px;
}

.com_table > div > div:last-child {
	width:570px;
}

.com_table > div:first-child > div {
	padding-top:0px;
}

.com_table > div:last-child > div {
	border-bottom:none;
	padding-bottom:0px;
}

/*お問い合わせ*/

#block > table {
	width:678px;
	border-collapse: collapse;
	padding:0px;
	margin:0px;
}

#block > table th {
	border-bottom:solid 1px #e3e3e3;
	font-weight:normal;
	text-align:left;
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
	width:auto;
}

#block > table td {
	width:320px;
	border-bottom:solid 1px #e3e3e3;
	width:auto;
	padding-top:10px;
	padding-bottom:10px;
}

#block > table tr:last-child th {
	border-bottom:none;
}

#block > table tr:last-child td {
	border-bottom:none;
}

.textarea {
	width:450px;
	height:10em;
}

.text {
	margin-left:1.5em;
	width:300px;
}

.mail {
	margin-left:1.5em;
	width:300px;
}

.name {
	margin-left:0.5em;
}

.necessary {
	margin-left:1.5em;
}

.tel:first-child {
	margin-left:1.5em;
}

.textarea {
	margin-left:1.5em;
}

#submit input {
    padding: 10px 40px;
    font-size: 1.2em;
    background-color: #2776d4;
    color: #fff;
    border-style: none;
}

.submit {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

.submit > div {
	display:table-cell;
}

.submit > div:first-child {
	padding-right:20px;
}

.necessary {
	padding-top:5px;
	line-height:1.3em;
}

.cont_txt {
	padding-bottom:30px;
}

.tel {
	width:90px;
}




















