@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/* print.css
-------------------------------------------------------------*/
body{
	font-size:12pt;
	width:685px;
}
#header
,#naviBox
,#screenHeader
,#side
,#footer
,h1
,.printNone{
	display:none;
}

#mainCopy{
	width:685px;
 	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:20px 0;
}
#mainCopy p{
	font-size:16px;
	line-height:150%;
	padding:12px;
}

#osusume{
	margin-bottom:20px;
}
#osusumeL{
	width:445px;
	float:left;
	display:inline;
}
#osusumeR{
	width:220px;
	float:right;
	display:inline;
}
#osusumeR td.cRed{
	width:50px;
	color:#ffffff;
	background-color:#f63538;
	text-align:center;
}
#osusumeR td.cPink{
	width:148px;
	color:#333333;
	background-color:#fce2d1;
	padding-left:15px;
}

#matorizuL{
	width:320px;
	float:left;
}

#matorizuR{
	width:360px;
	float:right;
	display:inline;
	margin-top:2px;
}

#osusumeR td,
#matorizuL td{
	padding:0 2px;
	border: 2px solid #ffffff;
	vertical-align: middle;
}

#line{
	border: 1px dotted #9d9d9d;
	margin:3px 0;
}
#matorizuL #line td.h58{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#matorizuL td.left{
	text-align:left;
}

/*td height*/
#osusumeR td.h29,
#matorizuL td.h29{
	height:29px;
}
#matorizuL td.h58{
	height:58px;
	height:52px\9;
	/height:52px;
}
/*td background-color*/
#matorizuL td.cBlack{
	color:#ffffff;
	background-color:#333333;
	text-align:center;
}
#matorizuL td.cGray01{
	background-color:#e9e7e8;
	text-align:center;
}
#matorizuL td.cGray02{
	background-color:#ebe9ea;
	text-align:center;
}
#matorizuL td.cGray03{
	color:#ffffff;
	background-color:#666666;
	text-align:center;
}
#matorizuL td.cGray04{
	background-color:#efefef;
	padding-left:5px;
}
#matorizuL td.cBlue{
	color:#ffffff;
	background-color:#0166ff;
	text-align:center;
}
#matorizuL td.cSky{
	color:#333333;
	font-size:1.14em;
	font-weight:bold;
	background-color:#cfe3fe;
	padding-left:15px;
}
#matorizuL td.cOrange{
	color:#ffffff;
	background-color:#ff6600;
	text-align:center;
}
#matorizuL td.cPink{
	color:#333333;
	background-color:#fce2d1;
	padding-left:35px;
}
ul#photo{
	height:126px;
	margin:15px 0;
}
ul#photo li{
	width:166px;
	display:inline;
	float:left;
	margin-left:7px;
}
ul#photo li.first{
	margin-left:0px;
}
p#photoNote{
	line-height:150%;
}
#printFooter{
	clear:both;
	padding-top:20px;
}
/* clearfix
-------------------------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
	zoom:1;
}

/* Hides from IE-mac\*/
*html .clearfix{height: 1%;}
.clearfix {display: block;}
/*End hide from IE-mac */