@charset "UTF-8";

/* ページタイトル設定 */
.contTitle {
	font-size: 14px;
	font-weight: normal;
	color: #000066;
}

/* コンテンツ段落設定 */
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
	color: #000000;
	text-indent: 1em;
	margin-top: 0px;
	margin-bottom: 1em;
}

/* テキストの左10pxマージン設定 (pタグで使用) */
.textCont {
	margin-right: 1em;
	margin-left: 1.5em;
}

/* 文字色設定 */
.redText {
	color: #FF0000;
}

.textBlue {
	color: #0F218B;
}

.textWhite {
	color: #FFFFFF;
}

.h3Red {
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
}

.h3Blue {
	font-size: 13px;
	font-weight: normal;
	color: #000099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
}

/* ページトップリンク設定 */
.pageTop {
	text-align: right;
	margin-bottom: 20px;
	height: 30px;
}


/* メインナビ 現在表示設定 */
#container #navi .btn01_now a {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
	background-image: url(../images/navi/btn01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 210px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
}

#container #navi .btn02_now a {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
	background-image: url(../images/navi/btn02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 154px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
}

#container #navi .btn03_now a {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
	background-image: url(../images/navi/btn03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 28px;
	width: 155px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
}

/* 個人  右袖ナビ設定 */
#sub_kojin_nav {
	width: 141px;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	padding: 2px;
	margin-bottom: 15px;
}

 /* ナビ見出し */
#subNaviTitle {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
	margin: 0px;
	padding: 4px;
	font-weight: normal;
}

/* ナビ項目見出し設定 */
#sub_kojin_nav .navi {
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000099;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ナビ リスト設定 */
#sub_kojin_nav ul {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#sub_kojin_nav li {
	list-style-image: url(../images/top/listArrow.gif);
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

#sub_kojin_nav a {
	color: #0000CC;
	text-decoration: underline;
}

#sub_kojin_nav a:hover {
	color: #0000CC;
	text-decoration: underline;	
	background-color: #C3D4FF;
}

/* 損保種類紹介設定 */
.box_type_wrapper {
	width: 525px;
	margin-left: 10px;
	line-height: 0;
	margin-bottom: 20px;
	height: auto;
	background-image: url(../images/individual/box_type_middle.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.box_type_top {
	line-height: 0;
	background-image: url(../images/individual/box_type_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	font-size: 0px; /* IE対策 */
}

.box_type_middle {
	line-height: 0;
	background-image: url(../images/individual/box_type_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	width: 505px;
	float: left;
}

.box_type_middle .img {
	float: left;
	margin-right: 1em;
	text-align: center;
	font-size: 12px;
}

.box_type_middle p {
	margin-bottom: 0px;
}

.box_type_bottom {
	line-height: 0;
	background-image: url(../images/individual/box_type_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	font-size: 0px;
	clear: both;
}

/* 生保種類コンテンツ 赤線枠設定 */
.redBorder {
	border: 1px solid #FF0000;
	width: 490px;
	height: auto;
	padding: 5px;
	clear: left;
	margin: 0px;
	float: left;
}

/* 生保ページ下リストメニュー設定 */
.seiho_list {
	margin-bottom: 20px;
}

.seiho_list ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.seiho_list li {
	font-size: 12px;
	color: #000099;
	list-style-image: url(../images/base/list_arrow_blue.gif);
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 5px;
}

.seiho_list a {
	color: #000099;
	text-decoration: underline;
}

.seiho_list a:hover {
	background-color: #C3D4FF;
}

/* 生保サブタイトル 背景バー設定 */
.seiho_subTitle {
	background-image: url(../images/individual/seihoSub_title_flame.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #000099;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* テーブル表示設定 */
.seiho_table {
	margin-left: 1em;
	margin-bottom: 20px;
}

.seiho_table table {
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
.seiho_table th,td {
	border:1px solid #000;
}
.seiho_table th {
	background: #0074BD;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}

/* --------------------------------- */
.gaiyou_table {
	margin-left: 1em;
	margin-bottom: 20px;
}

.gaiyou_table table {
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 12px;
}
.gaiyou_table th,td {
	border:1px solid #000;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.gaiyou_table th {
	text-align: left;
	color: #333333;
	font-weight: normal;
	background-color: #CCCCCC;
}
/* --------------------------------- */
.check table {
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.check th,td {
	border:1px solid #333333;
	padding-left: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.check th {
	text-align: left;
	color: #000000;
	font-weight: normal;
	background-color: #B5BDFF;
}

.kyuyo {
	padding-right: 10px;
	padding-left: 10px;
}
/* --------------------------------- */
.kyuyo table {
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 12px;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kyuyo th,td {
	border:1px solid #333333;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.kyuyok th {
	color: #000000;
	font-weight: normal;
}

/* 理念テキストバック */
.title_bar_bg {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	background-image: url(../images/company/title_bar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 525px;
	margin-right: 10px;
	margin-left: 10px;
	letter-spacing: .25em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

/* リンク設定 個人情報の取り扱い */
.link a {
	color: #0000CC;
	text-decoration: underline;
}

.link a:hover {
	color: #0000CC;
	text-decoration: underline;	
	background-color: #C3D4FF;
}

/* 静鉄グループ社員専用ページ設定 */
.groupList {
	width: 400px;
	float: right;
}

.groupList ol {
	display: block;
	padding: 0px;
	margin: 0px;
}

.groupList ul {
	padding: 0px;
	margin: 0px;
}

.groupList li {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 0.5em;
}

/* フリーダイアルマーク表示設定 */
#left .call_mark {
	background-image: url(../images/base/call_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	width: 25px;
	padding-left: 35px;
	color: #000099;
	font-weight: bold;
	margin-left: 15px;
	padding-right: 1em;
}
.font11px {
	font-size: 11px;
}


/* 注1 テキスト */
#container #wrapper #left .notice_text {
	font-size: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}

/* 静岡市職員専用ページ追加スタイル */
div#localLink {
	margin: 0px;
	padding: 0px 0px 10px 13px;
	width: 525px;
}

div#localLink p {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-indent: 0;
}

div#target1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 173px;
}

div#target2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 349px;
}

div#target2 p.car {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 173px;
}

div#target2 p.fire {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 173px;
}

div#localLink a {
	display: block;
	overflow: hidden;
	width: 173px;
	height: 48px;
	position: relative;
}

div#localLink a:hover {
	background-color: #fff;
}

div#localLink a:hover img {
	position: relative;
	top: -48px;
}

.cbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cbox {
	display: inline-block;
}

/* 無料相談会開催案内 */

ul#point {
	list-style: none;
	font-size: 16px;
	padding: 0px 0px 0px 50px;
	margin-left: 0px;
}

ul#point li {
	color: #0F218B;
	font-weight: bold;
}

ul#point li.point1 {
	background: transparent url(../images/individual/point_f01.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 80px;
}

ul#point li.point2 {
	background: transparent url(../images/individual/point_f02.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 80px;
}

ul#point li.point3 {
	background: transparent url(../images/individual/point_f03.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 80px;
}

dl#gaiyou {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 50px;
	/*float: right;*/
	margin: 0px 0px 0px 70px;
}

dl#gaiyou dt {
	
}

dl#gaiyou dd {
	margin-top: -1.7em;
	margin-left: 4em;
}

div#dairiten {
	margin: 0px 0px 0px 200px;
}

div#dairiten p{
	margin: 0px;
	padding: 0px;
}


div#dairiten p.title{
	font-weight: bold;
}

div#dairiten p.name{
	padding: 0px 0px 0px 1em;
}

div#dairiten p.address{
	padding: 0px 0px 0px 1em;
}

div#dairiten p.tel{
	padding: 0px 0px 0px 1em;
}

/* キャリア採用情報 */
div#youkou {
	padding: 0px 0px 0px 15px;
}

div#youkou table#naiyou {
	border: 1px solid #666;
	border-collapse: collapse;
}

div#youkou table#naiyou th,div#youkou table#naiyou td{
	border: 1px solid #666;
	font-size: 12px;
	padding: 4px;
}

div#youkou table#naiyou th {
	font-weight: normal;
	background-color: #CCCCCC;
}

div#youkou table#naiyou td {
	padding-left: 1em;
}

.cbox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cbox {
	display: inline-block;
}
