@charset "Shift_JIS";

/* basic elements
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
th,
td {
	color: #000000;
	line-height: 12px;
	font-weight: normal;
}
hr {
	display: none;
}
img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}

/* text */

small {
	font-size: 8px;
}
big {
	font-size: 14px;
}
.cap1 {
	font-size: 10px;
	line-height: 1.3;
}
.cap2 {
	font-size: 8px;
	line-height: 1.2;
}

.fL {
	float:left;
	margin-right:8px;
}
.fR {
	float:right;
	margin-left:8px;
}

#pgtop {
	position:fixed;
	bottom:0;
	right:0;
	width:54px;
	height:54px;
}
#pgtop a{
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:54px;
	padding-top: 54px;
	font-size:8px;
	line-height:2;
	background-image:url(/shared/images/pgtop.gif);
}
#close {
	position:fixed;
	right:0;
	bottom:0;
	width:54px;
	height:54px;
}
#close a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:54px;
	padding-top: 54px;
	font-size:8px;
	line-height:2;
	background-image:url(/shared/images/close.png);
}


/* standard helper classes
------------------------------------------------*/

.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac ?*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

*+html .pkg { overflow: hidden; }


/* clearfix
------------------------------------------------*/
.clearfix:after{
    content: "";
    display: block;
    clear: both;}