/* CSS Document */

/* コンテンツ内容各設定
-------------------------------------------------------------------------------------------- */

h2 {
	background: url(../image/title-page.gif) no-repeat 0 0;
}

#docomo h3 { background: url(../image/title-category01.gif) no-repeat 0 0; }
#au h3 { background: url(../image/title-category02.gif) no-repeat 0 0; }
#softbank h3 { background: url(../image/title-category03.gif) no-repeat 0 0; }
#willcom h3 { background: url(../image/title-category04.gif) no-repeat 0 0; }

.casio h4 { background: url(../image/title-paragraph01.gif) no-repeat 0 0; }
.fujitsu h4 { background: url(../image/title-paragraph02.gif) no-repeat 0 0; }
.kyosera h4 { background: url(../image/title-paragraph03.gif) no-repeat 0 0; }
.mitsubishi h4 { background: url(../image/title-paragraph04.gif) no-repeat 0 0; }
.nec h4 { background: url(../image/title-paragraph05.gif) no-repeat 0 0; }
.panasonic h4 { background: url(../image/title-paragraph06.gif) no-repeat 0 0; }
.sanyo h4 { background: url(../image/title-paragraph07.gif) no-repeat 0 0; }
.sharp h4 { background: url(../image/title-paragraph08.gif) no-repeat 0 0; }
.sony h4 { background: url(../image/title-paragraph09.gif) no-repeat 0 0; }
.toshiba h4 { background: url(../image/title-paragraph10.gif) no-repeat 0 0; }
.hitachi h4 { background: url(../image/title-paragraph11.gif) no-repeat 0 0; }
.samsung h4 { background: url(../image/title-paragraph12.gif) no-repeat 0 0; }
.lg h4 { background: url(../image/title-paragraph13.gif) no-repeat 0 0; }


.inbox p.caption {
	margin-top: 16px;
	margin-bottom: 5px;
	text-align: right;
}

.inbox .unit {
	margin-top: 42px;
	padding-top: 12px;
}

.inbox table {
	width: 245px;
	margin: 0 auto ;
	border-collapse: collapse;
}
.inbox th, .inbox td {
	padding: 2px;
	font-size: 12px;
	border: #CCCCCC solid 1px;
}

.inbox th {
	font-size: 12px;
	font-weight: normal;
	background-color: #EEEEEE;
}

.inbox td {
	text-align: center;
	vertical-align: middle;
}

.inbox .unit-left {
	float: left;
}
.inbox .unit-right {
	float: right;
}
