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;
}


/*開閉式のアコーディン
----------------------------------------------------------- */

.navi2 table {
	border:1px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
	padding:0;
	width: 100%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.navi2 thead th {
	background-color:#333;
	color:#fff;
}
.navi2 th, .navi2 td { border-bottom:1px solid #ccc; text-align:left; }
.navi2 table th, .navi2 table td { border: 1px solid #ddd; padding: 2px 5px; font-size: 0.693em; }
.navi2 .center { text-align:center; }
.navi2 .odd { background-color:#fff; }
.navi2 .even { background-color:#eee; }
.navi2 fieldset { border: 1px solid #ccc; font-size: 12px; padding:1.0em 1.0em 1.0em;margin-bottom:15px;}




.navi2 dl	{
	padding: 0 20px;
	margin-bottom: 15px;
}
.navi2 dt	{
	background-color:#eee;
	margin-bottom:25px;
	font-weight: bold;
	border: 1px solid #ccc;
	color:#cc3333;
	font-size: 0.938em;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(../img/dt.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.navi2 dd	{
	padding: 0px 0px 20px 0px;
}
