/* 背景 */
.bg_black{background: #000201;}
.bg_white{background: #fdfffe;}
.bg_glay {background: #2d2f2e;}
.c_green {color: #59b17b;}
html, body{height: 100%;}
.height100{
	height: 100%;
	min-height: 100%;
  height: auto;
}
body      {background: url("./img/bg_body.gif")     center repeat-y;}
.height100{background: url("./img/bg_contents.gif") left   repeat-y;}



body{
	color: #565656;
	line-height: 180%;
	font-size: 14px;
}

/* サイト幅 */
.max_width{
	width:1160px;
	margin:0 auto;
}

/* 共通 */
.clear_both{
  clear:both;
  overflow: hidden;
}

/* 段組 */
.contents_left{
	display: inline-block;
	width: 260px;
	vertical-align: top;
}
.contents_right{
	display: inline-block;
	vertical-align: top;
}
.contents_inner, .contents_left_inner, .contents_right_inner{
	margin: 15px;
}
.text_list a{
	color: #e0fee9;
	font-weight: bold;
	display: block;
	padding: 15px 5px 5px 7px;
}
.text_list a:hover{
	background: #046309;
	text-decoration: none;
}

/* トップ左メニュー写真 */
.left_a_img a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* 小メニュー箱 */
.menu_square_block{
	padding: 10px;
	margin: 5px 0 0 50px;
}
.menu_square_block table{
	width: 100%;
}
.menu_square_block td{
	padding: 0 0 20px 0;
}
.menu_square_block a{
	text-decoration: none;
	background-color: #f9fff9;
}
.menu_square_block a:hover{
	text-decoration: none;
	background-color: #e9ffe9;
}

.menu_square_block a:hover .wi_icon{
	color: #04ff54;
}


.menu_square{
	border:solid 1px #a1a1a1;
	border-radius: 10px;
	width: 232px;
	height: 218px;
	display: block;
	padding: 50px 0 0 0;
	margin: 10px 20px 0 0;
	text-align: center;
	color: #686868;
	font-weight: bold;
}

.menu_square:last-child{
	margin: 10px 0 0 0;
}

.wi_icon {
	font-size: 70px;
	margin: 0 0 10px 0;
	color: #59b17b;
}





.menu_block{
	padding: 10px;
	margin: 5px 0 0 50px;
}

.menu_block a{
	display: block;
	padding: 5px 0 3px 0;
	color: #7942ff;
}
.menu_block a:hover{
	background-color: #9f9;
	text-decoration: none;
}




/* グローバルメニュー */
.button {
	display: inline-block;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	padding-left:12px;
	padding-right:10px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #fdfffe;
	border: 2px solid #fdfffe;
	color: #343434;
	line-height: 50px;
	font-weight: bold;
}
.button:hover {
	background-color: #9f9;
	border-color: #59b1eb;
	color: #59b1eb;
	font-weight: bold;
	text-decoration: none;
}
.button::before,
.button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fdfffe;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before,
.button:hover::after {
	height: 0;
	background-color: #59b1eb;
}


















/* 見出し */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #565656;
	position: relative;
	padding: 5px 10px 5px 30px;
	border-bottom: 1px solid #ccc;
}
h1::before,
h1::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}
.h1_plus{
	font-weight; bold;
	color: #00ae35;
	font-size: 18px;
}



h2 {
	font-size: 16px;
	font-weight: bold;
	color: #565656;
	position: relative;
	padding: 5px 10px 5px 30px;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 0 30px;
}
h2::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* 前のページ、次のページ */

.page_box{
	padding: 10px 0 40px 0;
}
.page_box_inner{
	width: 160px;
	margin: 0 auto;
}
.pre_page{
	text-align: left;
	float: left;
	width: 80px;
}
.next_page{
	text-align: right;
	float: right;
	width: 80px;
}
.page_box a:hover{
	text-decoration: none;
	background-color: #00ae35;
}





/* フッター */
.footer{
	padding: 40px 0 0 30px;
}





/* 報酬額表（flashの上に透明リンク画像を被せています） */
div#fla_css {
position:relative;
}
div#fla_css div#html-layer {
display:block;
position:absolute;
top:0px;
left:0px;
background:none;
}
div#fla_css div#html-layer a{
	display: block;
}
div#fla_css div#html-layer a:hover{
  background: url('img/f7.jpg') no-repeat top left;
}


/* consulting.html */
.strong_block{
	border: 1px #afafaf solid;
	width: 80%;
	margin: 20px 10%; 0 10%;
	padding: 10px 15px;
}
.normal_block{
	width: 80%;
	margin: 20px 10%; 0 10%;
	padding: 10px 15px;
}


/* con_2.html */
/* トグル */
.merit{
	color: #0675fe;
	font-weight: bold;
	cursor: pointer;
}
.merit_r{
	display: none;
}
.merit_set{
	font-weight: bold;
	color: #00ae35;
}


/* flash */
#flash{
	text-align:center;
	padding: 40px 0 40px 0;
}

/* サイトマップ */
#sitemap a {
    background: rgba(0, 0, 0, 0) url("../img/page.gif") no-repeat scroll 0 0;
    color: #33f;
    display: block;
    height: 31px;
    margin: 0 0 0 10px;
    padding: 4px 0 0 38px;
    width: 500px;
}
#sitemap a:hover {
    background: rgba(0, 0, 0, 0) url("../img/page_on.gif") no-repeat scroll 0 0;
}
a:link {
    color: #02f;
    text-decoration: none;
}

/* リンク集 */
.links{
	width: 100%;
}
.links a{
	display:block;
}
.links a:hover{
	background-color: #eff;
}


/* 左メニューのリンク */
.text_list a{
color: #42eff0;

}

/* グローバルメニュー */
.contents_inner a{
	color: #000;
	font-size: 16px;
}

/* 各ページ.サブタイトル */
.h2_sub{
	width: 80%;
	margin: 0px 10%; 0 10%;
	padding: 0px 15px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
}











