h1 {
	background:url(../images/menu_icon06_c.png) no-repeat 0 8px;
	padding-left:35px;
}

h2 {
	color:#3C6FAC;
	font-size:18px;
	font-weight:bold;
}



table.toi_tbl01 {
	margin:5px auto;
	padding:5px;
	border-collapse: collapse;
	border-top:#CCC 1px solid;
	width:100%;
}

table.toi_tbl01 th {
	padding:10px 10px;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
	border-right:#8E69B2 5px solid;
	border-bottom:#CCC 1px solid;
	white-space:nowrap;
}

table.toi_tbl01 td {
	padding:10px 10px;
	border-bottom:#CCC 1px solid;
}

table.toi_tbl01 td table.tbl_inner {
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	width:100%;
}
table.toi_tbl01 td table.tbl_inner td {
	border:0px;
}

table.toi_tbl01 td table.tbl_inner ul {
	margin-left:22px;
}

table.toi_tbl01 td table.tbl_inner p.pdl {
	margin-left:22px;
}

table.toi_tbl01 label {
	margin-right:1em;
}
table.toi_tbl01 label input {
	margin-right:1em;
}
table.toi_tbl01 td.blck_lbl label {
	display:block;
	margin:5px 0;
}

input {
	padding:5px;
	font-size:14px;
}

input[type=checkbox],
input[type=radio] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

button,
input[type=reset], 
input[type=submit], 
input[type=button] {

	border-top: 1px solid #ccc;  
	border-right: 1px solid #999;  
	border-bottom: 1px solid #999;  
	border-left: 1px solid #ccc;  
	margin:10px 0px;
	padding: 15px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #FFF;
	background-color:#3C6FAC;

	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */

}

.txarea {
	width:100%;
}

.icon_alert {
	background:url(./img/alert.png) no-repeat 0 0px;
	padding-left:25px;
	color:#CC0000;
	font-weight:bold;
}


/*スマホサイズ*/
@media only screen and (max-width: 640px) {

.pdLR40 {
	padding:0 10px;	
}

table.toi_tbl01 {
	border-top:#CCC 0px solid;
}
table.toi_tbl01 th,
table.toi_tbl01 td {
	display:block;
}
table.toi_tbl01 th {
	padding:5px 10px;
	border-right:0px solid;
	border-left:#8E69B2 10px solid;
	border-bottom:#8E69B2 2px solid;
}
table.toi_tbl01 td {
	border-bottom:0px solid;
}

input[type="text"] {
	width:90%;
}
input#tel1,
input#tel2,
input#tel3 {
	width:20%;	
}


}


