﻿/*主な要素のリセット*/
body {
margin: 0;
padding: 0;
background-color: #ffffff; /* 全体の背景色 */
color: #333333; /* 全体の文字色 */
font-size: 16px;
width: device-width;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #333333;
	text-decoration: none;
 }
a:visited { color: #333333;
 }
a:hover { color: #333333;
 }
a:active { color: #333333;
 }


/* --- 画像 --- */
img{     
max-width:  98%;     
height: auto;     
} 

img#IE8hack{ width /***/:auto; }




/* メニュー */

/****★メニュー全体****/
#menu{
	/*配置*/
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 50px;
	height: 50px;
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 5px;
}

#menu .menuopen{
	/*配置*/
	display: block;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 10px;
	pointer-events: auto;
}

#menu .menuclose{
	/*配置*/
	display: none;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 0;
	left: 10px;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(255,255,255,0.9);
	width: 70%;
	/*配置*/
	position: absolute;
	top: 50px;/*#menu divの高さ*/
	right: 0;
	display: none;
        list-style-type: none;
        text-align: left;
}

#menu li{
	/*デザイン*/
	padding: 10px 0 25px 15px;
	color: rgba(0,35,35,1);
	font-size: 20px;
	border-bottom: 0px rgba(255,255,255,0) solid;
	/*配置*/
	pointer-events: auto;
}

#menu li a{
	text-decoration: none;
	color: #000000;
}


/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}

/*** メインエフェクト ***/
#main{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#menu:target ~ #main{
	-webkit-filter:blur(1px);
	-moz-filter:blur(1px);
	-ms-filter:blur(1px);
	filter:blur(1px);
}

/***　◆↑↑menu↑↑◆　***/



/* 112b4c */

.clearLeft { 
clear: left; 
}



div.tel {
	width: 99%;
	margin: 50px 0 0 0;
        padding: 0;
	color: #77120f;
        font-size: 30px;
	text-decoration: none;
	text-align: center;
}


div.tel div {
	width: 99%;
	margin: 0;
        padding: 10px 0 0 0;
	color: #77120f;
        font-size: 30px;
	text-decoration: none;
	text-align: center;
}


div.tel div a {
	margin: 0;
        padding: 0;
	line-height: 40px;
	color: #77120f;
        font-size: 30px;
        font-weight: bold;
	text-decoration: none;
}

div.tel div p {
	width: 98%;
	margin: 0 auto;
        padding: 5 0;
	line-height: 20px;
	color: #77120f;
        font-size: 25px;
}


.i p {
	margin: 0;
        padding: 80px 0 0 0;
        width: 90%;     
	color: #000099;
	font-weight: nomal;
        font-size: 15px;
	text-align: left;
        line-height: 150%;
}



/* com1 */

.com1 {
	margin: 10px 0 20px 0;
        padding: 0;
        width: 98%;     
	color: #333333;
	font-weight: nomal;
        font-size: 14px;
	text-align: left;
        line-height: 150%;
	background-color: #ffffff;
}


.com1 div {
	margin: 0;
        padding: 0;
        width: 98%;     
	color: #333333;
	font-weight: nomal;
        font-size: 14px;
	text-align: left;
        line-height: 150%;
}

.com1 p {
	margin: 0;
        padding: 15px 0 0 0;
        width: 95%;     
	color: #000099;
	font-weight: nomal;
        font-size: 15px;
	text-align: left;
        line-height: 150%;
}

.com1 div.li {
	margin: 0 0 0 15px;
        padding: 0 0 5px 30px;
        width: 70%;     
	color: #666666;
	font-weight: nomal;
        font-size: 14px;
	text-align: left;
        line-height: 150%;
}

.com1 dt {
	margin: 3px 0 0 0;
        padding: 2px;
	width:  98%;
	color: #0066cc;
        font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px #50b4e5 dotted;
}

.com1 dd {
	margin: 0 0 20px 5px;
        padding: 0;
	width:  98%;
	line-height: 130%;
	font-weight: nomal;
        font-size: 15px;
	color: #333333;
	text-align: left;
}



/* topics */

.topics {
	margin: 30px 0 30px 0;
        padding: 0;
        width: 99%;     
	background-color: #ffffff;
}

.topics div {
	margin: 2px 0 0 0;
        padding: 2px;
        width: 97%;     
	background-color: #ffffff;
	text-align: left;
}

.topics dt {
	margin: 0;
        padding: 2px;
	width:  95%;
	font-color: #2f4f4f;
	font-weight: bold;
	border-bottom: 2px #008080 dotted;
	line-height: 150%;
	text-align: left;
	background-color: #ffffff;
}

.topics dd {
	margin: 0 0 10px 0;
        padding: 2px;
	width:  98%;
	font-size: 15px;
	line-height: 150%;
	background-color: #ffffff;
	text-align: left;
}


.topics dt a {
	margin: 0;
        padding: 2px;
	width:  98%;
	line-height: 150%;
	color: #000080;
	background-color: #ffffff;
	text-align: left;
}

.topics p {
	margin: 0;
        padding: 2px;
	width:  98%;
	font-color: #2f4f4f;
	font-weight: bold;
	border-bottom: 2px #008080 dotted;
	line-height: 150%;
	text-align: right;
	background-color: #ffffff;
}


.topics ul {
margin: 0;
padding: 0;
	width: 99%;
}

.topics ul li {
margin: 0;
padding: 3px;
        list-style-type: circle;
	width: 100%;
	height: 20px;
	background-color: #ffffff;
	text-align: left;
}




/* com2 */

.com2 {
	margin: 20px 0 0 0;
        padding: 5px 0;
        width: 98%;     
	background-color: #ffffff;
}

.com2 dt {
	margin: 0;
        padding: 5px;
        width: 98%;     
	font-color: #800000;
	font-size: 25px;
	font-weight: bold;
}
.com2 dd {
	margin: 0;
        padding: 5px;
        width: 95%;     
	font-color: #333333;
	text-align: left;
	line-height: 150%;
}

.com2 p {
	margin: 0 0 0 0;
        padding: 5px;
        width: 99%;     
	color: #164430;
	font-weight: bold;
	text-align: left;
}


/* lawyer */

.lawyer {
	margin: 80px 0 0 0;
        padding: 0;
        width: 100%;     
	background-color: #ffffff;
	text-align: left;
}

.lawyer div {
	margin: 0 auto;
        padding: 0px;
        width: 98%;     
	background-color: #ffffff;
	text-align: left;
        line-height: 120%;
}


.lawyer div.li {
	margin: 0 auto;
        padding: 0px;
        width: 96%;     
	background-color: #ffffff;
	text-align: left;
        font-size: 15px;
        line-height: 180%;
}


.lawyer dl {
	margin: 20px 0 0 3px;
        padding: 10px 0 0 0;
	width:  98%;
	color: #0066cc;
	font-weight: nomal;
	line-height: 130%;
	text-align: left;
	background-color: #ffffff;
}
.lawyer dt {
	margin: 3px auto;
        padding: 2px 0;
	width:  98%;
	color: #0066cc;
        font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px #50b4e5 dotted;
	background-color: #ffffff;
}

.lawyer dd {
	margin: 0 auto 20px;
        padding: 0;
	width:  98%;
	line-height: 130%;
	font-weight: nomal;
        font-size: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}



.lawyer p {
	margin: 0 auto 20px;
        padding: 0;
	width:  98%;
	line-height: 130%;
	font-weight: nomal;
        font-size: 15px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
}



.lawyer p.li {
margin: 20px 0 0 0;
padding: 0 0 0 30px;
text-align: left;
font-size: 18px;
line-height: 80%;
color: #333333;
}


.lawyer hr {
width: 100%;
text-align: right;
color: #0066cc; 
border-style: dotted; 
border-bottom-width: 1px;

}

/* fee */

.fee {
	margin: 0 0 10px 0;
        padding: 0;
        width: 99%;     
	background-color: #ffffff;
	text-align: left;
}

.fee div {
	margin: 5px 0 5px 0;
        padding: 0 0 0 15px;
        width: 95%;     
	color: #333333;
	font-weight: nomal;
        font-size: 15px;
        line-height: 130%;
	background-color: #ffffff;
	text-align: left;
}

.fee p {
	margin: 20px 10px 0 0;
        padding: 2px 2px 2px 10px;
	width:  95%;
	color: #112b4c;
	font-weight: bold;
        font-size: 16px;
	line-height: 150%;
	text-align: left;
	background-image: url(../img/li_bg.gif);
}

.fee h3 {
	margin: 10px 10px 0 0;
        padding: 2px 2px 2px 10px;
	width:  95%;
	color: #ff6600;
	font-weight: nomal;
        font-size: 15px;
	line-height: 130%;
	text-align: left;
}



.fee dt {
	margin: 0;
        padding: 3px;
	width:  98%;
	color: #0066cc;
        font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #1d417a dotted;
	line-height: 150%;
	text-align: left;
	background-color: #ffffff;
}

.fee dd {
	margin: 0 0 5px 0;
        padding: 2px;
	width:  98%;
        font-size: 15px;
	line-height: 150%;
	background-color: #wwffff;
	text-align: left;
}



.fee ul {
	margin: 0 0 0 5px;
        padding: 0;
        list-style: square;
        list-style-position: inside;
}


.fee ul li{
	margin: 0 0 0 5px;
        padding: 5;
        margin-bottom: 5px;
}





/* --- リンク --- */
.link {
margin: 0;
padding: 100px 0px 0 0px; /* 項目のパディング（上右下左） */
width: 95%;
color: #666666;
text-valign: top;
text-align: left;
}

.link a {
font-style: normal;
font-size: 12px;
color: #666666;
line-height: 200%; /* 行の高さ */
padding: 0 0 0 20px; /* 項目のパディング（上右下左） */
}






/* --- sitemap --- */


.sitemap ul.b {
margin: 0 0 0 20px;
padding: 0;
list-style-position: inside;
text-align: left;
}



.sitemap ul li.b {
margin: 30px 0 0 0;
padding: 0;
color: #000033;
font-size: 16px;
line-height: 200%;
list-style-image: url(../../img/site_01.gif);
}


.sitemap ul li.b a {
margin: 0;
padding: 0;
color: #000033;
font-size: 16px;
line-height: 200%;
}
	




.sitemap ul li.o {
margin: 0;
padding: 0 0 0 20px;
color: #000033;
font-size: 14px;
line-height: 200%;
list-style-image: url(../../img/site_02.gif);
}


.sitemap ul li.o a {
margin: 0;
padding: 0;
color: #000033;
font-size: 14px;
line-height: 200%;
}
	





.sitemap ul li.bs {
margin: 0;
padding: 0 0 0 20px;
color: #000033;
font-size: 14px;
line-height: 200%;
list-style-image: url(../../img/site_03.gif);
}


.sitemap ul li.bs a {
margin: 0;
padding: 0;
color: #000033;
font-size: 14px;
line-height: 200%;
}



.sitemap ul li.os {
margin: 0;
padding: 0 0 0 30px;
color: #000033;
font-size: 14px;
line-height: 200%;
list-style-image: url(../../img/site_02.gif);
}


.sitemap ul li.os a {
margin: 0;
padding: 0;
color: #000033;
font-size: 14px;
line-height: 200%;
}





/* --- plicy --- */


.policy {
margin: 0;
padding: 0;
text-align: left;
}


.policy h2 {
margin: 15px 0 0 10px;
padding: 0;
font-size: 15px;
color: #0066ff;
}


.policy div {
margin: 5px 0 30px 15px;
padding: 0;
font-size: 14px;
color: #666666;
}


/* footer */

.footer {
margin: 50px 0 0 0;
padding: 0;
        width: 99%;     
	background-color: #ffffff;
}


.footer ul {
margin: 0;
padding: 0;
	width: 99%;
}

.footer ul li {
margin: 0;
padding: 0;
        list-style-type: none;
	width: 98%;
	height: 40px;
	background-color: #ffffff;
}


.footer li a {
margin: 0 0 0 0;
padding: 10px;
	display: block;
	width: 98%;
	line-height: 20px;
	font-size: 18px;
	color: #112b4c;
	font-weight: bold;
	text-decoration: none;
	border: 0.5px #ffffff solid;
	background-image: url(../img/menu_bg.gif);
	background-color: #ffffff;
	text-align: left;
}


.footer p {
margin: 0 0 0 6px;
padding: 2px 8px;
	background-color: #2595c7;
	display: block;
	line-height: 20px;
	font-size: 10px;
	color: #ffffff;
	width: 96%;
}


.vo {
margin: 0;
padding: 50px 0px 0 0px; /* 項目のパディング（上右下左） */
width: 98%;
color: #666666;
text-valign: top;
text-align: right;
}


