@charset "Shift_JIS";

/**
 * default.css
 * update : 2013.01.28
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{outline: none;}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック";
	background-color: #000;
	font-size: 100%;
	color: #fff;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}

/*--------------------------------------------------------------------------------
	.header
--------------------------------------------------------------------------------*/
.header {
	margin: 0 auto;
	width: 950px;
	height: 60px;
	*zoom: 1;
}

.header:after {
	clear: both;
	display: block;
	content: "";
}

.header img.logo {
	float: left;
	margin-top: 10px;
}

.header h1 {
	float: right;
	margin-top: 13px;
}

/*--------------------------------------------------------------------------------
	.content
--------------------------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 950px;
}

/*--------------------------------------------------------------------------------
	.next-link
--------------------------------------------------------------------------------*/
.next-link {
	margin: 40px auto 0;
	width: 950px;
	text-align: right;
}

/*--------------------------------------------------------------------------------
	.other-content
--------------------------------------------------------------------------------*/
.other-content {
	margin: 25px auto 0;
	width: 950px;
}

.other-content h3 {
	padding-bottom: 8px;
	line-height: 0;
}

.other-content ul {
	display: block;
	margin-left: -11px;
	*zoom: 1;
}

.other-content ul:after {
	clear: both;
	display: block;
	content: "";
}

.other-content li {
	float: left;
	_display: inline;
	margin: 11px 0 0 11px;
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.footer {
	padding-top: 90px;
	background: url("../img/footer_bg.gif") repeat-x;
}

.footer ul {
	display: block;
	margin: 0 auto;
	width: 950px;
	*zoom: 1;
}

.footer ul:after {
	clear: both;
	display: block;
	content: "";
}

.footer li {
	float: left;
	text-indent: -9999em;
}

.footer li a {
	display: block;
	height: 75px;
}


.footer li.support a {
	width: 135px;
	background: url("../img/footer.gif") no-repeat 0 0;
}

.footer li.point {
	border-left: 1px dotted #444;
}
.footer li.point a {
	width: 153px;
	background: url("../img/footer.gif") no-repeat -136px 0;
}

.footer li.coupon {
	border-left: 1px dotted #444;
}
.footer li.coupon a {
	width: 170px;
	background: url("../img/footer.gif") no-repeat -290px 0;
}

.footer li.faq {
	border-left: 1px dotted #444;
}
.footer li.faq a {
	width: 142px;
	background: url("../img/footer.gif") no-repeat -461px 0;
}

/*.footer li.acafe {
	margin: 12px 0 0 90px;
}*/
.footer li.acafe {
	margin: 12px 0 0 217px;
}
.footer li.acafe a {
	width: 127px;
	height: 34px;
	background: url("../img/footer.gif") no-repeat -693px -16px;
}

.footer li.question {
	margin: 12px 0 0 3px;
}
.footer li.question a {
	width: 127px;
	height: 34px;
	background: url("../img/footer.gif") no-repeat -823px -12px;
}

.footer .copyright {
	margin: 0 auto;
	width: 950px;
}

.footer .copyright p {
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	text-align:right;
	margin-top:-23px;
}


/*--------------------------------------------------------------------------------
	classes
--------------------------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.leftfix {
	float: left;
	_display: inline;
}

.rightfix {
	float: right;
	_display: inline;
}