@charset "utf-8";

/* card CSS */
.tobira {
margin: 15px 0 0 10px;
}

.tobira img{
margin-bottom: 25px;
}

/* 法人カード */
.card dl {
float: left;
width: 190px;
border: solid 1px #E6E6E6;
margin: 0 0 15px 13px;
text-align: center;
background-repeat: repeat-x;
}

.card dt {
padding: 10px;
margin: 1px;
font-weight: bold;
}

.card dd {
margin: 10px;
padding: 10px;
border-top: dotted 1px #e6e6e6;
}

/* 背景色　振り分け*/
.ca01 dl {
background-image: url(/inc/images/2nd/bk_green.gif);
}
.ca02 dl {
background-image: url(/inc/images/2nd/bk_orange.gif);
}
.ca03 dl {
background-image: url(/inc/images/2nd/bk_red.gif);
}

/* 背景色　振り分け*/

.ca01 dt{
color: #006933;
}
.ca02 dt{
color: #46210C;
}
.ca03 dt{
color: #5E0C10;
}


/* taxi */
.cardImg {
float: right;
width: 150px;
text-align: center;
padding-left: 10px;
}


/* 個人カード */
.box {
clear: both;
margin: 20px 0 0 20px;
}
.dcweb {
clear: both;
width: 255px;
position: relative;
float: left;
margin: 0 20px 0 0;
}


.btn01 {
position: absolute;
top: 105px;
left: 5px;
}

.btn02{
position: absolute;
top: 105px;
left: 129px;
}


/*ETC カード*/

.tesuryou{
margin: 0px 50px 0 35px;
font-weight: bold;
}

.tesuryou th {
background-image: url(/inc/images/global/sircle.gif);
background-position: left;
background-repeat: no-repeat;
padding: 3px 25px 3px 15px;
text-align: left;
}

.tesuryou td {
padding: 3px 0;
text-align: left;
}

















