@charset 'utf-8';


/* base
-----------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka","ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #009eda;
	color: #666;
	font-size: 85%;
	line-height:1.4;
}

body, div, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
}

/* リンク色 */
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #0088e7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;}

li {
	list-style:none;
}



/* layout
-----------------------------------------------*/
div#DocBody {
	width:960px;
	margin:0 auto;
	padding-bottom:15px;
	background-color:#fff;
}

div#Header {
	padding:0 8px;
	height:82px;
	border-bottom:#70b5e5 solid 3px;
}

div#Contents {
	margin:0 15px;
}

#Footer {
	padding:5px 10px;
	text-align:center;
	color:#333;
	font-size:0.9em;
	border-top:#70b5e5 solid 2px;
	border-bottom:#9fd9f6 solid 1px;
}


/* Header
-----------------------------------------------*/
#Header h1 {
	float:left;
	margin-top:13px;
}

#Header ul {
	float:right;
	margin-top:34px;
}

#Header li {
	float:left;
	padding-left:17px;
	margin-right:20px;
	background:url(../img/mark.gif) 0 center no-repeat;
}





/* Contents
-----------------------------------------------*/
div#Contents h2 {
	margin-top:10px;
	background:url(../img/goods/bg_main.gif) 0 bottom no-repeat;
	padding-bottom:112px;
}

/* TOP
-----------------------------------------------*/

div#Contents div#Main {
	margin-bottom:30px;
}

#Main div.Number {
	margin-bottom:50px;
}

#Main div.Number dl {
	float:right;
	width:630px;
}

#Main div.Number dl dt {
	padding:0 10px 0 16px;
	margin-bottom:14px;
	border-bottom:#70b5e5 solid 1px;
}

#Main div.Number dl dd {
	width:475px;
	float:left;
}

#Main div.Number dl dd.detail {
	width:145px;
	float:right;
}

#Main div.Number div.Image {
	float:left;
	width:230px;
	text-align:center;
}


/* 下位ページ
-----------------------------------------------*/

body#month #Main {
	margin:0 20px;
}

body#month #Main h3 {
	margin-top:-35px;
}

body#month .LeftColumn {
	width:435px;
	float:left;
}

body#month .RightColumn {
	width:435px;
	float:right;
}

body#month dl.product {
	margin-top:45px;
}

body#month dl.product dt {
	margin-bottom:5px;
}

body#month dl.product .noBorder {
	border-bottom:none;
	margin-bottom:0;
}

body#month dl.product dd {
	background:#F1FBFE;
	padding:10px;
}

body#month dl.product.brand dd {
	background:#FFFFFF;
}

body#month dl.product.brand dd span.brandBG {
	background:#F5FEE0;
	padding:10px;
	display:block;
}




body#month dl.lineup {
	float:left;
	width:270px;
}

body#month dl.lineup dt {
	margin-bottom:5px;
}

body#month dl.lineup dd {
	background:#f1fbfe url(../img/goods/jan/bg_message_top.gif) 0 0 no-repeat;
}

body#month dl.lineup dd p {
	padding:15px;
	background:url(../img/goods/jan/bg_message_bottom.gif) 0 bottom no-repeat;
}

body#month div.Image {
	float:left;
	width:165px;
	text-align:center;
}

body#month div.retrun {
	margin:15px 0 10px;
	text-align:center;
}

.fs12 {
	font-size:12px;
	}

/* clearfix */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  overflow:hidden;
}

/* Hides from IE-mac \*/

* html .clearfix{
  height:1%;
  overflow:visible;
}

/* End hide from IE-mac */