﻿@charset "utf-8";

/*----------------------------------------------------
creation date 2012.6
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
   wu
====================================*/
/* .leadBox
------------------------------------*/
.leadBox:after {
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.leadBox {
margin-bottom:15px;
*zoom:1;	
}
.leadBox img {
display:inline-block;
float:right;
margin-bottom:15px;
margin-left:15px;
}


/* .basic
------------------------------------*/
table.lineTable {
margin-bottom:15px;
border-collapse:separate;
border-spacing:10px 0;
}
table.lineTable th,
table.lineTable td {
padding: 8px 2em 8px 8px;
font-weight: normal;
text-align: left;
border-bottom:dotted 1px #666;
word-break:break-all;
word-wrap: break-word;
*padding-top:0;
}
table.lineTable th {
background:none;
}
table.lineTable td {
border-right:0;
}
table.lineTable tr:first-child th,
table.lineTable tr:first-child td {
border-top:dotted 1px #666;
*padding-top:8px;
}
