small {
font-size:11px;
}

*html small {
font-size:10px;
}



/* 右カラム「ホーム」
--------------------------------------*/
#default #wrap #sideContainer h2.last {
margin-bottom:20px;
}

/* キービジュアル
--------------------------------------*/
#default #wrap #mainContainer h2.kv {
clear:both;
float:none;
width:640px;
height:150px;
margin:0;
padding:0;

}

/* キャンペーンページのh3
--------------------------------------*/
.cp h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../../img/bg_ttl_h3_2_l.jpg) no-repeat scroll left 1px;
color:#333333;
font-size:12px;
font-weight:bold;
margin-top:20px;
padding-bottom:13px;
padding-left:14px;
}

/* appName
--------------------------------------*/
.cp h4.appName {
width:640px;
height:auto;
margin:0 0 15px;
padding:0;
background:none;
}

.bnrBox {
overflow:hidden;
width:640px;
margin:0 0 15px;
padding:0 0 10px;
}

.bnrBoxCopy {
float:left;
width:410px;
margin:0;
padding:0;
}

.bnrBoxCopy p {
margin:0;
padding:0;
}

.bnrBoxImg {
float:right;
width:220px;
margin:0;
padding:0;
}


/* thinLineBox
--------------------------------------*/
.thinLineBox {
overflow:hidden;
width:640px;
margin:0 0 15px;
padding:0;
background: url(../img/thinLineBox_bottom.jpg) no-repeat bottom left;
}

.thinLineBox .thinLineTitle {
overflow:hidden;
width:640px;
height:20px;
margin:0 0 10px;
}

.thinLineBox p {
margin:0 !important;
padding:0 15px;
}

.thinLineBox p.goToDetail {
margin:0 !important;
padding:0px 15px 10px;
text-align:right;
}

a.detailLink {
padding:0 0 0 12px;
background: url(/adobe/personal/img/arrow_red.jpg) no-repeat left center;
}


/* table.component
--------------------------------------*/

table.component {
width:640px;
margin:0 0 15px;
border-collapse:collapse;
border:1px solid #ccc;
font-size:10px;
line-height:1.6;
}

table.component td {
width:100px;
padding:5px 0;
border:1px solid #ccc;
text-align:center;
vertical-align:middle;
font-size:10px;
}

table.component th {
padding:10px;
border:1px solid #ccc;
text-align:left;
font-weight:bold;
color:#fff;
}

table.component tr.package th {
background:#666;
}

table.component tr.package td {
vertical-align:top;
}

table.component tr.odd th{
background:#666;
}

table.component tr.odd td{
background:#eee;
}

table.component tr.even th {
background:#333;
}

table.component tr.even td {
background:#ddd;
}

table.component tr.price th {
	background:#e00;
	font-size: 14px;
}

table.component tr.price td {
	font-weight:bold;
	color:#e00;
	font-size: 14px;
}

table.component tr.price td span.taxin {
	font-weight:normal;
	color:#999;
	font-size: 11px;
}

