@charset "utf-8";
/* ========================================================= 
	デフォルトスタイル
========================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

article, aside, dialog, figure, footer, header, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #717171;
	text-decoration: underline;
}

a:visited {
	color: #717171;
	text-decoration: underline;
}

a:hover {
	color: #717171;
	text-decoration: none;
}

a:active {
	color: #717171;
	text-decoration: none;
}

/* ========================================================= 
	書式設定
========================================================= */
/* テキストの位置
--------------------------------------------------------- */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ
--------------------------------------------------------- */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/* 微調整用クラス（※多用しないこと）
--------------------------------------------------------- */
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/* clearfix
--------------------------------------------------------- */
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

img {
	vertical-align: top;
}

/* ========================================================= 
	レイアウト
========================================================= */
body {
	min-width: 1040px;	/* 狭いウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	color: #656565;
	line-height: 1.5;
	text-align: center;
}

#container {
	background-color: #fff;
	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/* ========================================================= 
	ヘッダー
========================================================= */
#site_header {
	padding: 15px 0 18px;
	zoom: 1;
	background: url(../images/common/bg_header.png) repeat-x left top;
}

#site_header .header_inner {
	margin: 0 auto;
	width: 960px;
}

#site_header .header_inner h1 {
	margin-top: 17px;
	float: left;
}

#site_header .header_inner .tel_box {
	width: 285px;
	height:60px;
	float: right;
}

#site_header .header_inner .tel_box ul {
	margin-bottom: 14px;
}

#site_header .header_inner .tel_box li {
	padding-left: 10px;
	float: left;
}

#site_header .header_inner .tel_box li a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#site_header .header_inner .tel_box .tel {
	margin-right: -1px;
	position: relative;
	text-align: right;
	margin-top:5px;
}

/* ========================================================= 
	グローバルナビ
========================================================= */
#global_nav li {
	float: left;
}

#global_nav li a {
	display: block;
}

#global_nav .navi01 a {
	background: url(../images/common/g_nav01_over.png) no-repeat;
}

#global_nav .navi02 a {
	background: url(../images/common/g_nav02_over.png) no-repeat;
}

#global_nav .navi03 a {
	background: url(../images/common/g_nav03_over.png) no-repeat;
}

#global_nav .navi04 a {
	background: url(../images/common/g_nav04_over.png) no-repeat;
}

#global_nav .navi05 a {
	background: url(../images/common/g_nav05_over.png) no-repeat;
}

/* ========================================================= 
	パンクズリスト
========================================================= */
#pankuzu {
	margin: 0 auto 33px;
	padding:10px 0 0 0;
	width: 960px;
}

#pankuzu li {
	display: inline;
	color: #999;
	font-size: 110.0%;
	margin-right: 10px;
}

#pankuzu li a {
	margin-right: 15px;
	color: #999;
}

/* ========================================================= 
	フッター
========================================================= */
#site_footer {
	padding: 15px 0 19px;
	clear: both;
	overflow: hidden;
	zoom: 1;
	border-top: 1px solid #D4D4D4;
	background-color: #F4F4F2;
}

#site_footer .sns_btn {
	margin: 0 auto 15px;
	width: 960px;
}

#site_footer .sns_btn li {
	margin-right: 10px;
	float: left;
}

#site_footer .sns_btn li a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* Social Button */

div.social_btn_set {
	margin:0 auto 15px;
	width: 960px;
}
	div.social_btn_set ul {
		overflow: hidden;
	}

	div.social_btn_set ul li {
		margin:0;
		padding:0 5px 0 0;
		float: left;
	}

	div.social_btn_set ul li:nth-child(1) {padding-right:0;}
	iframe.twitter-share-button {width:70px!important;}


#site_footer .footer_wrap {
	margin-bottom: 17px;
	padding: 30px 0;
	clear: both;
	zoom: 1;
	border-bottom: 1px solid #D4D4D2;
	background: url(../images/common/bg_footer_box.png) repeat-x left top;
}

#site_footer .footer_wrap .sub_box {
	margin: 0 auto;
	width: 960px;
}

#site_footer .footer_wrap .sub_box .site_info {
	width: 380px;
	float: left;
}

#site_footer .footer_wrap .sub_box .site_info .tel {
	margin: 0 0 25px -1px;
	position: relative;
}

#site_footer .footer_wrap .sub_box .site_info .tel a {
	position: absolute;
	left: 216px;
	top: 30px;
}

#site_footer .footer_wrap .sub_box .site_info .tel a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#site_footer .footer_wrap .sub_box .site_info .site_logo {
	margin:15px 0 20px;
}

#index #site_footer .footer_wrap .sub_box .site_info .site_logo {
	margin-top:0;
}

#site_footer .footer_wrap .sub_box .site_info p {
	color: #222;
	font-size: 120%;
	line-height: 1.85;
}

#site_footer .footer_wrap .sub_box .site_info p a {
	color: #222;
}

#site_footer .footer_wrap .sub_box .site_nav {
	margin-top: 11px;
	width: 530px;
	float: right;
}

#site_footer .footer_wrap .sub_box .site_nav p {
	padding: 0 0 8px 10px;
	font-size: 120%;
	background: url(../images/common/line01.png) repeat-x left bottom;
}

#site_footer .footer_wrap .sub_box .site_nav p a {
	padding-left: 11px;
	display: inline-block;
	color: #222;
	background: url(../images/icons/icon03.png) no-repeat left 4px;
}

#site_footer .footer_wrap .sub_box .site_nav ul {
	margin-bottom: 20px;
}

#site_footer .footer_wrap .sub_box .site_nav li {
	width: 177px;
	float: left;
	background: url(../images/common/line02.png) repeat-y right top;
}

#site_footer .footer_wrap .sub_box .site_nav .none {
	width: 176px;
	background: none;
}

#site_footer .footer_wrap .sub_box .site_nav li ul {
	margin-bottom: 0;
}

#site_footer .footer_wrap .sub_box .site_nav li li {
	padding: 10px 10px 8px;
	width: auto;
	float: none;
	font-size: 120%;
	background: url(../images/common/line01.png) repeat-x left bottom;
}

#site_footer .footer_wrap .sub_box .site_nav li li a {
	padding-left: 11px;
	display: inline-block;
	color: #222;
	background: url(../images/icons/icon03.png) no-repeat left 4px;
}

#site_footer .footer_wrap .sub_box .site_nav .link {
	clear: both;
	text-align: right;
}

#site_footer .footer_wrap .sub_box .site_nav .link a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#site_footer .footer_wrap .guard_txt {
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	font-size: 110%;
	line-height: 1.8;
	color: #888;
	border-top: 1px solid #D4D4D2;
	width: 960px;
}

#site_footer .footer_wrap .guard_txt p {
	margin: 5px 0 0 0;
}

#site_footer .footer_inner {
	margin: 0 auto;
	width: 960px;
	clear: both;
}

#site_footer .footer_inner ul {
	width: 300px;
	float: left;
}

#site_footer .footer_inner li {
	display: inline;
	color: #666;
	font-size: 110%;
}

#site_footer .footer_inner li a {
	color: #666;
	margin: 0 17px 0 16px;
}

#site_footer .footer_inner p {
	margin-top: 1px;
	width: 650px;
	float: right;
	color: #666;
	font-size: 110%;
	text-align: right;
}

#site_footer .footer_inner p a {
	color: #666;
	text-decoration: none;
}

#site_footer .footer_inner p a:hover {
	text-decoration: underline;
}

/* visualBox
--------------------------------------------------------- */
.visual_box {
	margin-bottom: 4px;
	clear: both;
	zoom: 1;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1CACC6;
	border-right-color: #1CACC6;
	border-bottom-color: #1CACC6;
	border-left-color: #1CACC6;
	background-image: url(../img/bg_visual_box.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.visual_box .visual {
	margin: 0 auto;
	width: 965px;
}

/* contentsTitle
--------------------------------------------------------- */
.visual_box .visual h2 {
	clear: both;
}

.content_ttl01 {
	margin:0 0 30px 0;
	padding:0 0 0 25px;
	font-size:120%;
	font-weight:bold;
	line-height:50px;
	color:#fff;
	background:url(../images/common/bg_ttl01.gif) no-repeat;
}


/* topBox
--------------------------------------------------------- */
#main .top_box {
	margin-bottom: 13px;
	zoom: 1;
	background: url(../images/individual/bg_top_box.jpg) no-repeat center top;
	overflow: hidden;
}

#main .top_box .sub_box {
	margin: 0 auto 48px;
	width: 960px;
	overflow: hidden;
}

#main .top_box .sub_box .title {
	margin-bottom: 35px;
}

#main .top_box .sub_box .insurance .photo_box {
	margin-top: 5px;
	float: right;
}

#main .top_box .sub_box .insurance .text_box {
	width: 960px;
	float: left;
}

#main .top_box .sub_box .insurance .text_box p {
	font-size: 140%;
	line-height: 2.0;
}

#main .top_box .sub_box .insurance .text_box p span {
	font-weight: bold;
}

/* service
--------------------------------------------------------- */
#main .service {
	margin: 0 auto;
	padding:50px 0 0 0;
	border-top:solid 1px #ccc;
	width: 960px;
	clear: both;
}

#main .service h3 {
	margin: 0 0 46px 2px;
	text-align: center;
}

#main .service ul {
	margin-right: -40px;
	width: 1000px;
	overflow: hidden;
}

#main .service li {
	padding: 0 42px 37px 0;
	width: 458px;
	float: left;
}

#main .service li .photo_box {
	margin-top: 2px;
	float: left;
}

#main .service li dl {
	width: 226px;
	float: right;
}

#main .service li dt {
	margin-bottom: 11px;
	color: #666;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.35;
}

#main .service li dd {
	font-size: 1.4em;
}



/* topニュース一覧
--------------------------------------------------------- */
#main .news {
	border-top: solid 1px #ccc;
	width: 680px;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#main .news h3 {
	margin: 0 0 46px 2px;
	text-align: center;
}

#main .news ul {
	margin-right: -40px;
	width: 1000px;
	overflow: hidden;
}

#main .news li {
	padding: 0 42px 37px 0;
	width: 458px;
	float: left;
}

#main .news li .photo_box {
	margin-top: 2px;
	float: left;
}

#main .news li dl {
	width: 226px;
	float: right;
}

#main .news li dt {
	margin-bottom: 11px;
	color: #666;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.35;
}

#main .news li dd {
	font-size: 1.4em;
}


/* --- 新着情報（トップページ） --- */
#main .news dl {
	width: 680px; /* センタリング */
	font-size: 130%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}
/* 日付エリア */
#main .news dt {
	width: 12em; /* 日付エリアの幅 */
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 120%; /* 行の高さ */
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 3px;
}
/* 本文エリア */
#main .news dd {
	margin: 0; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%; /* 行の高さ */
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3.6em;
}


/* guide_area
--------------------------------------------------------- */
#main .guide_area {
	padding: 50px 0;
	clear: both;
	zoom: 1;
	background-color: #F3F3EF;
}

#main .guide_area .guide {
	margin: 0 auto;
	width: 960px;
}

#main .guide_area .guide h3 {
	margin-bottom: 50px;
	text-align: center;
}

#main .guide_area .guide ul {
	margin-right: -15px;
	width: 975px;
	overflow: hidden;
}

#main .guide_area .guide li {
	padding: 0 15px 30px 0;
	width: 310px;
	float: left;
}

#main .guide_area .guide li dd {
	padding: 12px 17px 13px;
	font-size: 140%;
	zoom: 1;
	background-color: #FFF;
}

/* contact_area
--------------------------------------------------------- */
#main .contact_area {
	padding: 30px 0 30px;
	clear: both;
	zoom: 1;
	background: url(../images/common/bg_contact_box.png) repeat-x center top;
}

#main .contact_area ul {
	margin: 0 auto;
	width: 960px;
}

#main .contact_area li {
	float: left;
	position: relative;
}

#main .contact_area li ul {
	margin: 0;
	width: auto;
	position: absolute;
	left: 282px;
	top: 50px;
}

#main .contact_area li li {
	margin-right: 10px;
}

#main .contact_area .link {
	float: right;
}

#main .contact_area li a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* tab_menu
--------------------------------------------------------- */
#main .tab_menu {
	background: url(../images/common/bg_tab.png) repeat-x left bottom;
}

#main .tab_menu ul {
	margin: 0 auto;
	width: 960px;
}

#main .tab_menu ul li {
	margin-right: 10px;
	float: left;
}

#main .tab_menu ul .tab04 {
	margin-right: 0;
}

/* tab_detail_area
--------------------------------------------------------- */
#main .tab_detail_area {
	margin-bottom: 50px;
	padding: 50px 0;
	background: #FEF8F9 url(/images/welfare/bg01.jpg) no-repeat center top;
}

#main .tab_detail_area .sub_box {
	margin: 0 auto;
	width: 960px;
}

#main .tab_detail_area .sub_box .title {
	margin-bottom: 35px;
}

#main .tab_detail_area .sub_box .inner {
	margin-left: 2px;
}

#main .tab_detail_area .sub_box .inner .photo_box {
	padding-top: 5px;
	float: right;
}

#main .tab_detail_area .sub_box .inner .text_box {
	width: 596px;
	float: left;
}

#main .tab_detail_area .sub_box .inner .text_box p {
	font-size: 140%;
	line-height: 2.0;
}
.main_side {
	float: right;
	width: 215px;
	overflow: hidden;
}
.main_side_bunner {
	margin-bottom: 10px;
	font-size: 130%;
	background-color: #F6F6F8;
}

.main_side_bunner h2{
	margin-bottom: 10px;
	font-size: 120%;
	background-color: #CFDCE3;
	text-align: center;
}
.main_cont {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 680px;
	font-size: 130%;
	line-height: 200%;
}

.main_cont h3{
	margin: 0 0 46px 2px;
	text-align: center;
}


.office_photo {
	float: right;
	height: 250px;
	width: 200px;
}


/* ---- ▲　事務所概要テーブル設定　---*/
table.sample1{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sample1 th{
	color: #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(../img/table-back.gif);
	background-position: left top;
	padding: 0.3em 1em;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.sample1 td{
	padding: 0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
