﻿@charset "UTF-8";

/* 	=====================================================================
	ビジネスウィズ　まごん手　sec.css
	=================================================================== */

/* base
--------------------------------------------------------------------- */
#main-img {
	clear: both;
	padding-left: 30px;
	}

/* box-block-f
--------------------------------------------------------------------- */
.box-block-f{
	clear: both;
	border: #D2B682 1px solid;
	margin-top: 40px;
	padding: 30px 30px 42px 22px;
	}
	
	.box-block-f h2{
		padding-bottom: 15px;
		}
	
	.box-block-f h2 img,
	.box-block-f h3 img {
		vertical-align: bottom;
		}
	
	.box-block-f h3.nember01{
		padding-bottom: 35px;
		}
	.box-block-f h3.nember02{
		padding-bottom: 20px;
		}
		
		.form-txt01 {padding-left: 8px; padding-bottom: 10px;}
	
	/*お申込用紙ダウンロードボタン*/
	p.download {
		text-indent: -9999px;
		margin-bottom: 37px;
		}
	
	p.download a {
		display: block;
		width: 412px;
		height: 102px;
		background: transparent url(../../../../cgi-bin/form/magonte/img/download.jpg) no-repeat left top;
		}
	
	p.download a:hover {
		display: block;
		width: 412px;
		height: 102px;
		background: transparent url(../../../../cgi-bin/form/magonte/img/download.jpg) no-repeat left -102px;
		}
	
	/*個人情報リンク*/
	p.privacylink a {
		color: #CC0000;
		font-weight: bold;
		text-decoration: underline;
		padding-left: 8px;
		}
	
	p.privacylink a:hover {
		color: #999999;
		font-weight: bold;
		text-decoration: underline;
		padding-left: 8px;
		}






/* table
----------------------------------------------------------- */

/*class="data"*/
table.data-mago{
	width: 100%;
	border-top: #D2B682 1px solid;
	border-left: #D2B682 1px solid;
	border-right: 0;
	border-bottom: 0;
	
	font-size: 95%;
	background-color: #FFF;
	
	}

table.data-mago caption{
	font-weight: bold;
	color: #CC0000;
	padding-top: 50px;
	}

table.data-mago th{
	background-color: #CEE7B6;
	color: #336600;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
	border-top: 0;
	border-left: 0;
	border-right: #D2B682 1px solid;
	border-bottom: #D2B682 1px solid;
	}

table.data-mago td{
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-top: 0;
	border-left: 0;
	border-right: #D2B682 1px solid;
	border-bottom: #D2B682 1px solid;
	
	line-height: 1.5;
	}

table.data-mago td.bg-brown{
	color: #333;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	border-top: 0;
	border-left: 0;
	border-right: #D2B682 1px solid;
	border-bottom: #D2B682 1px solid;
	
	line-height: 1.5;
	background-color: #F7F3DB;
	}

table.data-mago td.bg-brown span{
	color: #CC0000;
	font-weight: bold;
	}
	
table.data-mago td.bg-brown span.notes{
	font-size: 90%;
	font-weight: normal;
	}
	
	


	



	
	
		




