﻿@charset "UTF-8";

/* h3Area
-------------------------------------------------*/
div.leftArea01 {
	width: 380px;
	float: left;
}
div.rightArea01 {
	width: 320px;
	float: right;
}

table.pavilionTable {
	width: 100%;
	border: none;
	background: url(/2009/ja/pavilion/images/pavilion_bg.gif) repeat-y;
}
table.pavilionTable th {
	width: 20%;
}
table.pavilionTable td {
	width: 30%;
}
table.pavilionTable th,
table.pavilionTable td {
	padding: 5px;
	border: 1px dotted #E6E6E6;
	border-top: none;
	border-left: none;
	border-right: none;
}


table.crossMedia {
	width: 100%;
	border: none;
}

table.crossMedia th,
table.crossMedia td {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 8px 5px;
}

table.crossMedia tr.strong td {
	font-weight: bold;
	width: 25%;
	background: #E9E9E9;
}

table.crossMedia tr.strongText td {
	font-weight: bold;
	width: 25%;
}

table.crossMedia th {
	padding: 10px 10px 10px 0;
	height: 100%;
	width: 25%;
}

table.crossMedia th table {
	border: none;
	height: 100%;
	width: 100%;
}

table.crossMedia th table td {
	background: #DAE9FF!important;
	border: none;
}

.gray {
	background: #ECECEC!important;
}

.boderLeftNone {
	border-left: none!important;
}

.boderTopNone {
	border-top: none!important;
}

.boderRightNone {
	border-right: none!important;
}

.boderBottomNone {
	border-bottom: 1px solid #fff!important;
}

/* Clearfix
-------------------------------------------------*/
.partnerBanner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.partnerBanner {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.partnerBanner { height: 1%; }
.partnerBanner { display: block; }
/* End hide from IE-mac */