@charset "utf-8";

/*----------------------------------------------------------------
 Style Setting

 Date    : 2009/0730

----------------------------------------------------------------*/

/*================================================================
  Base Layout Setting
================================================================*/

/*----- confirm -----*/

#confirm p {
	line-height:150%;
}

#confirm .txt01 {
	font-size:16px;/*090730*/
	font-weight:bold;
	color:#3D9973;
	margin-top:18px;
	line-height:150%;
}

#confirm .txt02 a{
	font-size:16px;/*090730*/
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left ;
	padding:0 0 0 12px;
}
#confirm .txt02_b a{/*090730*/
	font-size:12px;
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left ;
	padding:0 0 0 12px;
}
#confirm .txt02_b .mgn{/*090730*/
	font-size:12px;
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left ;
	padding:0 0 0 12px;
	margin-top:15px;
}

#confirm .txt03 {
	color:#C01718;
	margin-top:12px;
	line-height:150%;
}

#confirm .txt04 {
	margin-top:25px;
}


#confirm ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#confirm ul li {
	display:inline;
	font-size:12px;
	line-height: 130%;
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left 3px;
	padding-left:8px;
	padding-bottom:2px;
	padding-right:20px;
}


/*----- table -----*/

table.tb_form {
	width:918px;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	border-spacing:0;
	empty-cells:show;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

table.tb_form th {
	padding:10px;
	width:280px;
	border:1px solid #CCCCCC;
	background-color:#FFF6E5;
	vertical-align:middle;
}
html>body table.tb_form th {
	width:300px;
}

table.tb_form td {
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#FFF2F2;
	vertical-align:middle;
}

table.tb_form .certain {
	font-size:10px;
	color:#C01718;
}


table.tb_form select {
	font-size:12px;
}

table.tb_form textarea {
	font-size:12px;
	width:98%;
	height:80px;
	padding:3px;
}

table.tb_form input {
	font-size:12px;
}

table.tb_form p{
	line-height:150%;
}

table.tb_form .txt02 a{
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left ;
	padding:0 0 0 12px;
}


/*keisaikibo*/

table.tb_form #corner {
	margin-top:5px;
	clear:both;
}
table.tb_form #corner #cover{
	width:100%;
	clear:both;
}
table.tb_form #corner #cover p{
	float:left;
	width:155px;
	margin-top:4px;
}
table.tb_form #corner #cover p input{
	margin-right:3px;
	vertical-align:middle;
}

table.tb_form #corner2 {
	clear:both;
}
table.tb_form #corner2 #cover{
	width:100%;
	clear:both;
	
}
table.tb_form #corner2 #cover p.l_side{
	float:left;
	width:120px;	
}
table.tb_form #corner2 #cover p.r_side{
	float:left;
	width:480px;
}
table.tb_form #corner2 #cover p.r_side input{
	margin-bottom:4px;
}


/*----- habu -----*/
#habu {
	width:920px;
	margin-bottom:30px;
	clear:both;
}
#habu h2 {
	background:transparent url(/edit/toiawase/img/bg_h2_title_inner_w440.gif) no-repeat scroll left bottom;
	margin-bottom:15px;
}
#habu h2 span{
	width:440px;
	background:transparent url(/edit/toiawase/img/bg_h2_title_w440.gif) no-repeat scroll left top;
	color:#1F4D39;
	display:block;
	font-size:125%;
	font-weight:bold;
	padding-bottom:6px;
	padding-left:15px;
	padding-top:5px;
	width:440px;
}


#habu #left_side {
	float:left;
	width:440px;
}
#habu #right_side {
	float:right;
	width:440px;
}

#habu ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#habu ul li {
	font-size:12px;
	line-height: 150%;
	background:url(/jj/jjcommon/img/bullet.gif) no-repeat left 6px;
	padding-left:8px;
	padding-bottom:2px;
	padding-right:20px;
}
#habu ul li.mgn{
	padding-bottom:15px;
}

#habu p.ttl{
	font-weight:bold;
	margin-top:15px;
}


/*----- transmission -----*/

#transmission {
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}

#transmission p{
	text-align:center;
	margin-top:20px;
}

#transmission_privacy{
	text-align:center;
	margin-top:20px;
}
#transmission_privacy .left_side{
	float:left;
	width:375px;
	font-size:10px;
	line-height:150%;
}
#transmission_privacy .right_side{
	float:right;
	width:235px;
}
#transmission_privacy .right_side dl.privacy { width: 222px; }
#transmission_privacy .right_side dl.privacy dt { float: left; width: 71px; }
#transmission_privacy .right_side dl.privacy dd { float: right; width: 139px; padding-top: 14px; line-height: 1.4; }



/*----- transmission2 -----*/
#transmission2 {
	margin-top:30px;
	margin-bottom:20px;
	clear:both;
}

#transmission2 p.left_side{
	float:left;
	width:374px;
}
#transmission2 p.right_side{
	float:left;
	width:500px;
}



/*----- error message 090730-----*/
#error_message{
	width:50%;
	border:double #999999 3px;
	background:#EEEEEE;
	margin:20px auto;
	padding:15px 30px 10px 30px;
}

#error_message p{
	font-size:12px;
	line-height:130%;
}
#error_message p img{
	margin-right:15px;
}

#error_message dl{
	font-size:16px;
	color:#C01718;
	margin-top:20px;
}
#error_message dd{
	line-height:150%;
	margin-bottom:10px;
}


/*----- confirm 090730-----*/
#confirm p.ttl{
	font-size:16px;
	color:#C01718;
}


#confirm table{
	background:#EEEEEE;
	margin-top:10px;
}
#confirm table th{
	font-weight:bold;
	text-align:right;
	padding:12px 3px;
}
#confirm table td{
	padding:12px 3px;
}



/*--------------------------------------------------------------------
clear
--------------------------------------------------------------------*/

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */








