@charset "utf-8";

/* 基本設定、リンクカラーなど */
html {
	background: #ffffff;
}

body {
	background: #ffffff;
	position: relative;
	width: 920px;
	margin: 0 auto;
}

a:link {
	color: #004098;
	text-decoration: none;
}

a:visited {
	color: #004098;
	text-decoration: none;
}

a:hover {
	color: #F39800;
	text-decoration: none;
}

a:active {
}

img {
	vertical-align: top;
}

/* 汎用class */
/* 外部リンク、PDFリンクの指定 */
.pdfIcon,
.externalIcon {
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
}

/* フォームなどの初期テキストカラー（share.jsのToggleVal Plugin用） */
input[type="text"],textarea {
	color: 696969;
}

/* 入力中の色 */
#page .focused {
	color: #333;
}

/* 決定した時の色 */
#page .changed {
	color: #333;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	position: relative;
	overflow: hidden;
	min-width: 920px;
	margin: 0 auto;
	text-align: left;
}

* html #page {
	position: static;
	width: 920px;
	margin: 0 auto;
}

/* #contents */
#contents {
	width: 920px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#contents h2 {
}

#contents .pageTop {
	clear: both;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

#contents #topicPath {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-size: 85%;
}

#contents #topicPath a {
	color: #696969;	
}

#contents #topicPath a:link {
	color: #228b22;
	text-decoration: none;
}

#contents #topicPath a:visited {
	color: #004098;
	text-decoration: none;
}

#contents #topicPath a:hover {
	color: #F39800;
	text-decoration: none;
}

#contents #topicPath a:active {
}

/* #main */
#main {
	float: left;
	width: 660px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px;
	background: #ffffff;
}

#main table, #main ol, #main ul, #main dl,
#main blockquote, #main p {
	margin-bottom: 10px;
}

#main h3,
#main h5,
#main h6,
#main h7 {
	color: #696969;
}

#main h2 {
	margin: 15px 0px 20px 0px;
}

#main h3 {
	margin: 0px 0px 10px 0px;
	font-size: 110%;
}



#main h5 {
	color: #E85298;
	margin:  10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
}

#main h6 {
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 60px;
	background: url(../img/faq_q.jpg) no-repeat;
}

#main h7 {
	font-weight: bold;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#main p.company {
	padding: 0px 0px 0px 124px;
	margin-bottom: 10px;
}

#main p.recruit {
   text-align: center; 
}

#main ul {
	margin-left: 0px;
}

#main ul li {
	list-style-type: disc;
	margin: 0 0 3px 15px;
}

#main ol li {
	list-style-type: decimal;
	margin: 0 0 3px 26px;
}

#main ol li a {
	color: #696969; text-decoration:none
}

#main ol li a:hover {
	color: #F39800; text-decoration:none
}

#main dl {
}

#main dl dt {
	margin-bottom: 3px;
	padding-left: 8px;
	border-left: 5px solid #b59a87;
	font-weight: bold;
}

#main dl dd {
	margin-left: 13px;
	margin-bottom: 15px;
}

#main .table01 {
	width: 100%;
}

#main .table01 th {
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border: 1px solid #004098;
	background: #D3E6F6;
	color: #696969;
}

#main .table01 td {
	font-size: 11px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 1px solid #004098;
}

#main .table02 {
	width: 100%;
}

#main .table02 th {
	padding: 10px 10px 10px 10px;
	border: 1px solid #004098;
	background: #D3E6F6;
	color: #696969;
}

#main .table02 td {
	padding: 10px 10px 10px 10px;
	border: 1px solid #004098;
}

#main blockquote {
	margin-left: 20px;
	padding: 15px 15px 1px;
	background: #f9faef url(../img/bg_blockquote.gif) no-repeat 5px 5px;
	border: 1px solid #e2e4cf;
	color: #555555;
}

#main p.att {
	margin-left: 1em;
	text-indent: -1em;
}

#main .endText,
#main .sign {
	clear: both;
	text-align: right;
}

#main .focusArea {
	margin-bottom: 15px;
	padding: 15px;
	border: 5px solid #b59a87;
}

#main div.focusArea {
	padding-bottom: 1px;
}

#main div.focusArea h4 {
	margin-top: -5px;
}


#main .imgL {
	float: left;
	margin-bottom: 10px;
}

#main .imgR {
	float: right;
	margin-bottom: 10px;
}

#main #prevention {
	padding: 0px 0px 0px 26px;
}










#main ol.example2 {
	margin: 0px 0px 15px 15px;
}

#main ol.example2 li {
	list-style-type: upper-alpha;
}

#main ol.example2 li a {
	color:#696969; text-decoration:none
}

#main ol.example2 li a:hover {
	color:#F39800; text-decoration:none
}













#faq .q01 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q01.jpg) no-repeat;
}

#faq .q02 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q02.jpg) no-repeat;
}

#faq .q03 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q03.jpg) no-repeat;
}

#faq .q04 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q04.jpg) no-repeat;
}

#faq .q05 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q05.jpg) no-repeat;
}

#faq .q06 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q06.jpg) no-repeat;
}

#faq .q07 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q07.jpg) no-repeat;
}

#faq .q08 {
	color: #696969;
	font-size: 13px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q08.jpg) no-repeat;
}

#faq .q09 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q09.jpg) no-repeat;
}

#faq .q10 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q10.jpg) no-repeat;
}

#faq .q11 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q11.jpg) no-repeat;
}

#faq .q12 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q12.jpg) no-repeat;
}

#faq .q13 {
	color: #696969;
	font-size: 15px;
	font-weight: normal;
	width: 660px;
	height: 35px;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 0px 75px;
	background: url(../img/faq_q13.jpg) no-repeat;
}




























#agency {
	position: relative;
	clear: both;
}

#agency .box01 {
	position: absolute;
	top: 62px;
	left: 25px;
	width: 610px;
	font-size: 14px;
	line-height: 22px;
}

#agency .box02 {
	position: absolute;
	top: 62px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	font-weight: bold;
}

#agency .box03 {
	position: absolute;
	top: 88px;
	left: 25px;
	width: 610px;
	font-size: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
	color: #228b22;
}

#agency .box03 a:link {
	color: #228b22;
	text-decoration: none;
}

#agency .box03 a:visited {
	color: #004098;
	text-decoration: none;
}

#agency .box03 a:hover {
	color: #F39800;
	text-decoration: none;
}

#agency .box03 a:active {
}

#agency .box04 {
	position: absolute;
	top: 126px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	font-weight: bold;
}

#agency .box05 {
	position: absolute;
	top: 152px;
	left: 25px;
	width: 610px;
	font-size: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
	color: #228b22;
}

#agency .box05 a:link {
	color: #228b22;
	text-decoration: none;
}

#agency .box05 a:visited {
	color: #004098;
	text-decoration: none;
}

#agency .box05 a:hover {
	color: #F39800;
	text-decoration: none;
}

#agency .box05 a:active {
}

#agency .box06 {
	position: absolute;
	top: 190px;
	left: 25px;
	width: 610px;
	font-size: 12px;
	line-height: 18px;
	padding: 0px 0px 0px 16px;
}

#agency .box07 {
	position: absolute;
	top: 109px;
	left: 25px;
	width: 610px;
	color: #00bfff;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
}

#agency .box08 {
	position: absolute;
	top: 135px;
	left: 25px;
	width: 610px;
	font-size: 14px;
	padding: 0px 0px 0px 41px;
}

#agency .box09 {
	position: absolute;
	top: 169px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 41px;
}

#agency .box10 {
	position: absolute;
	top: 437px;
	left: 25px;
	width: 610px;
	color: #00bfff;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 25px;
}

#agency .box11 {
	position: absolute;
	top: 463px;
	left: 25px;
	width: 610px;
	font-size: 14px;
	padding: 0px 0px 0px 41px;
}

#agency .box12 {
	position: absolute;
	top: 497px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 41px;
}

#agency .box13 {
	position: absolute;
	top: 860px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 41px;
}

#agency .box14 {
	position: absolute;
	top: 1027px;
	left: 25px;
	width: 610px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	padding: 0px 0px 0px 41px;
}

#inquiry {
	position: relative;
	clear: both;
}

#inquiry .box01 {
	position: absolute;
	top: 74px;
	left: 56px;
	font-size: 28px;
	font-weight: bold;
	padding: 0px 0px 0px 16px;
	color: #228b22;
}

#inquiry .box01 a:link {
	color: #228b22;
	text-decoration: none;
}

#inquiry .box01 a:visited {
	color: #004098;
	text-decoration: none;
}

#inquiry .box01 a:hover {
	color: #F39800;
	text-decoration: none;
}

#inquiry .box01 a:active {
}

#news {
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#news p {
	margin: 0px 0px 0px 0px;
}

#main .change_button {
	margin:0px;
	float:left;
	position:relative;
}

#main .change_button .button01 {
	background:url(../img/change_btn01.jpg) no-repeat;
	width:340px;
	height:35px;
	position:absolute;
	z-index:100;
	top:113px;
	left:70px;
}

#main .change_button .button02 {
	background:url(../img/change_btn02.jpg) no-repeat;
	width:340px;
	height:30px;
	position:absolute;
	z-index:100;
	top:276px;
	left:70px;
}

#main .change_button .button03 {
    background:url(../img/change_btn03.jpg)  no-repeat;
    width:340px;
    height:35px;
    position:absolute;
    z-index:100;
    top:105px;
    left:70px;
}



#main .change_button .button04 {
	background:url(../img/change_btn02.jpg) no-repeat;
	width:340px;
	height:30px;
	position:absolute;
	z-index:100;
	top:192px;
	left:70px;
}



#main .change_button .button05 {
	background:url(../img/change_btn04.jpg) no-repeat;
	width:340px;
	height:30px;
	position:absolute;
	z-index:100;
	top:164px;
	left:48px;
}





#main .shinsumai_button {
	margin:0px;
	float:left;
	position:relative;
}

#main .shinsumai_button .button01 {
	background:url(../img/shinsumai_btn01.png) no-repeat;
	width:350px;
	height:45px;
	position:absolute;
	z-index:100;
	top:255px;
	left:25px;
}

#main .shinsumai_button .button02 {
	background:url(../img/shinsumai_btn02.png) no-repeat;
	width:170px;
	height:30px;
	position:absolute;
	z-index:100;
	top:315px;
	left:25px;
}

#main .shinsumai_button .button03 {
	background:url(../img/shinsumai_btn03.png) no-repeat;
	width:170px;
	height:30px;
	position:absolute;
	z-index:100;
	top:315px;
	left:205px;
}

#main .shinsumai_button2 {
	width:660px;
	height:90px;
	margin:0px;
	float:left;
	position:relative;
}

#main .shinsumai_button2 .button01 {
	background:url(../img/shinsumai_btn01.png) no-repeat;
	width:350px;
	height:45px;
	position:absolute;
	z-index:100;
	top:0px;
	left:155px;
}

#main .shinsumai_button2 .button02 {
	background:url(../img/shinsumai_btn02.png) no-repeat;
	width:170px;
	height:30px;
	position:absolute;
	z-index:100;
	top:60px;
	left:155px;
}

#main .shinsumai_button2 .button03 {
	background:url(../img/shinsumai_btn03.png) no-repeat;
	width:170px;
	height:30px;
	position:absolute;
	z-index:100;
	top:60px;
	left:335px;
}

#ceo_message {
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	border-top: solid 1px #696969;
	border-bottom: solid 1px #696969;
	margin-top: 0px 0px 0px 0px;
	font-size: 100%;
	padding: 20px 20px 10px 20px;
}

iframe {
	border-left: solid 1px #dcdcdc;
	border-right: solid 10px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}

/* #sub */
#sub {
	float: right;
	width: 220px;
	background: #ffffff;
}

#sub .snslist {
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: solid 2px #004098;
	border-bottom: solid 2px #004098;
	margin-top: 0px;
}

#sub .snslist li {
	background: url(../img/sub-btn-bg.jpg) repeat-x left top;
	font-size: 100%;
	line-height: 1.6;	
	border-bottom: solid 1px #dcdcdc;
}

#sub .snslist li.last {
	border-bottom: none;
}

#sub .snslist li a {
	padding: 10px 0 10px 40px;
	display: block;
	zoom: 1;
}

#sub .snslist a:link {
	color: #004098;
	text-decoration: none;
}

#sub .snslist a:visited {
	color: #004098;
	text-decoration: none;
}

#sub .snslist a:hover {
	color: #F39800;
	text-decoration: none;
}

#sub .snslist a:active {
}

#sub .snslist li.news a {
	background: url(../img/news.jpg) no-repeat 13px 13px;
}

#sub .bnr_side {
	margin: 10px 0px 0px 0px;
}

#sub .bnr_side li {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
}

#sub .bnr_side li a {
	display: block;
}

#adobe-reader {
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	margin-top: 0px 0px 0px 0px;
	font-size: 75%;
	padding: 10px 10px 0px 10px;
}
/********* table estimation *****************/


table.estimation{ width:720px; font-size:77%; line-height:130%; border:#999999 2px solid;}
table.estimation tr.head_row{ height:40px; background:#0073BD;}
table.estimation th{ border-right:#FFFFFF 1px solid; border-bottom:#FFFFFF 1px solid;}
table.estimation th.head{ width:158px;}
table.estimation td{ text-align:center; border-right:#666666 1px solid; border-bottom:#666666 1px solid;}
table.estimation td.white{ text-align:center; border-right:#FFFFFF 1px solid; border-bottom:#FFFFFF 1px solid; background:#D4DFF1; }
table.estimation .r_last{border-bottom:none;}
table.estimation .c_last{border-right:none;}


/*
table.estimation{ font-size:77%; line-height:130%; border:#999999 2px solid; border-collapse:collapse;}
table.estimation th{ width:158px;}
table.estimation td{ text-align:center;}
table.estimation td.h_row_l{ width:57px;}
table.estimation td.h_row_r{ width:101px;}
table.estimation td.estimation_text_bottom{ background:url(../../img/estimation/table_border_back.gif) repeat-x bottom left; border-right:#CCCCCC 2px solid;}
table.estimation td.estimation_text{ background:url(../../img/estimation/table_border_back_02.gif) repeat-x bottom left;border-right:#CCCCCC 2px solid;}
table.estimation td.r_last{border-bottom:none; border-right:#CCCCCC 2px solid;}
table.estimation td.c_last{border-right:none;}
*/


/*==========================================
  2018.11.06　新すまいRoom保険Ａ　バナー修正
===========================================*/
#main .sumairoomLink {
	position: relative;
	margin-bottom: 10px;
}
#main .sumairoomLink .btn01 {
	position: absolute;
	display: block;
	top: 240px;
	right: 22px;
}
#main .sumairoomLink .btn02 {
	position: absolute;
	display: block;
	top: 296px;
	right: 22px;
}