/* CSS Document */

.main table { border: 3px solid #00a0e9;}
.main th { background:#f08e8e; color: #ffffff; font-weight: bold; border-top: 3px solid #d43827; border-right: 1px solid #ffffff;}
.main th.bord-red01 { border-left: 3px solid #d43827; border-bottom: 1px solid #ffffff;}
.main th.bord-red02 { border-right: 3px solid #d43827;}
.main th.bord-red03 { border-top: none; border-right: none;}
table.main table td { background:#fef6d7; border-right: 1px solid #5a5046; border-bottom: 1px solid #5a5046;}
.main td.bord-red01 { background:#f08e8e; color: #ffffff; font-weight: bold; text-align: center; border-right: none; border-bottom: 1px solid #ffffff; border-left: 3px solid #d43827;}
.main td.bord-red02 { border-right: 3px solid #d43827;}
.main td.bord-red03 { background:#f08e8e; color: #ffffff; font-weight: bold; text-align: center; border-right: none; border-bottom: 3px solid #d43827; border-left: 3px solid #d43827;}
.main td.bord-red04 { border-bottom: 3px solid #d43827;}
.main td.bord-red05 { border-right: 3px solid #d43827; border-bottom: 3px solid #d43827;}
.main td.txt-cet { text-align: center;}
.main td.bord-01 { border-right: none;}
.main td.bord-02 { background:#f08e8e; color: #ffffff; font-weight: bold; text-align: center; border-right: none; border-bottom: 1px solid #ffffff;}
.main td.bord-03 { background:#f08e8e; color: #ffffff; font-weight: bold; text-align: center; border-right: none; border-bottom: none;}
.main td.bord-04 { border-bottom: none;}
.main td.bord-05 { border-right: none; border-bottom: none;}
.main td.bord-06 { background: #dff2fc; border-right: none;}
.main td.bord-07 { background: #dff2fc; border-right: none; border-bottom: none;}
.main td.bord-08 { background: #dff2fc;}
.main td.bord-09 { background: #dff2fc; border-bottom: none;}
.main td p,.main td h3,.main td div.txtBox01 { width: 98%; padding: 10px 0 0 0;}
div.txtBox01 div.txtBox01-inner-l { width: 200px; padding: 5px 15px 5px 15px; text-align: center; border: 3px solid #d43827; float: left;}
div.txtBox01 div.txtBox01-inner-r { width: 200px; margin-left: 20px; padding: 5px 15px 5px 15px; text-align: center; border: 3px solid #00a0e9; float: left;}
div.txtBox02 h2 {
 margin: 20px 0 10px 0;
 padding: 0;
 font-size:100%;
 line-height:100%;
 color: #484848;
 background: none;
}
div.txtBox02 p { margin: 0; padding: 0 0 5px 0;}



/** clearfix **/
.clearfix {
 clear: both;
 min-height: 1px;/*IE7用…高さが設定されていれば回避できる*/
 zoom: 1;
 height:auto;
 background-color:transparent;
 }
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
 background-color:transparent;
 }
.clearfix { min-height: 1px; }
 /*----------------------------WinIE6 and below */
 /* Hides from IE-mac ￥*/
* html .clearfix { height: 1%; }
 /* End hide from IE-mac */