@charset "utf-8";


/*=========================================
-: renew 2013
=========================================*/
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

body {
	font:13px/1.4 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; /* モダンブラウザ */
	*font-size: small; /* Win IE7,Win IE6 */
	*font: x-small;  /* IE 5以下 */
	color:#444444;
	background:#00020b url(/common/img/bg.jpg) no-repeat center top;
	/*background:#00020b url(/common/img/bg.jpg) no-repeat center top;*/
	/*background:#01033e;*/
}

#container {
	background-color:transparent;
	font-size: 93%;
	margin: 0px auto;
	width: 100%;
	min-width: 1254px;
	text-align: left;
}
#path {
	display: none !important;
}

.footer-unitag img {
	display: none;
}

.pankz{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 10px;
}
.pankz li{
	text-indent: 5px;
	display: inline-block;
	margin-right: 5px;
}
.pankz li a{
	color: #036EC0;
	text-decoration: underline;
}
.pankz li a:hover{
	text-decoration: none;
}
.pankz li a:visited{
	color: #551A8B;
	text-decoration: underline;
}



/*=========================================
-: noscriptBox
=========================================*/
noscript .noscriptBox{
width: 700px;
text-align: center;
border: 1px solid #ffffff;
padding: 30px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 40px;
font-size: 14px;
	color: #FFFFFF;
line-height: 2em;
}

/*=========================================
-: clearfix
=========================================*/
.clearfix,
.layoutBox {
	zoom: 1;
}
/* for IE5 Mac start \*//*/
.clearfix,
.layoutBox {
	display: inline-table;
}
/*for IE5 Mac end */
.clearfix:after,
.layoutBox:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**
 * micro clearfix 
**/
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

.clear { clear:both; }


/*=========================================
-: キャンペーン終了
=========================================*/
.campaignFinBox{
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.campaignFinBox p{
	width: 980px;
	margin: auto;
	text-align: center;
}
.campaignFinBox .txtFin{
	padding: 10px;
	color: #f00;
	font-size: 18px;
	border: 2px solid #f00;
}
.campaignFinBox .txtLinkEtc{
	margin-top: 15px;
	font-size: 14px;
}
.campaignFinBox .txtLinkEtc a{color: #036EC0;}
	.campaignFinBox .txtLinkEtc a:hover{text-decoration: none;}