@charset "utf-8";

/* basic
 * --------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
/*ol,ul {
    list-style:none;
}*/
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
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;
}

img{
	max-width: 100%;
}
 
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
 
a:hover,a.selected{
    text-decoration:none;
}

a:focus{outline:0}
a,img{vertical-align:top}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {clear: both;}

.cf {*zoom: 1;}

/* Common
 * --------------------------------------------------------*/
body {
	width: 100%;
	font-size: 14px;
	letter-spacing : 0.2em;
	line-height : 170%;
	
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #fff;
}

/*#wrapper, #header, #contents, #footer {
	width: 100%;
}*/

/*#header .inner,
#contents .inner,
#footer .inner {
    width: 980px;
    margin: 0 auto;
	text-align:center;
}*/
/* wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.bgArea {
	background: #fff url(../images/back.png) repeat-x;
}

/* header
 * --------------------------------------------------------*/
#header {
	position: relative;
	text-align: center;
}


/* contents
 * --------------------------------------------------------*/
#contents {
	height: 100%; 
	padding: 30px 0 60px 0;
	margin: 0 auto;
}

#contents  img.about {
	margin: 0 auto;
}

#contents  img.official {
	margin: 55px auto;
	display: block;
}

#contents .onSale {
	margin: 0 auto;
	width: 530px;
}

#contents .onSale img {
	float: left;
}

#contents .onSale ul {
	float: right;
	margin-top: 7px;
}

#contents .onSale li {
	list-style-image: url('../images/listicon.png');
	text-align: left;
	color: #00f0ff;
}

#contents .onSale li:hover {
	list-style-image: url('../images/listicon-over.png');
	color: #ffff64;	
}

#contents .onSale li a {
	color: #00f0ff;
}

#contents .onSale li a:hover {
	color: #ffff64;	
}

#contents .onSale li {
	display: list-item;
}

/* footer
 * --------------------------------------------------------*/
#footer .inner {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#footer  {
	height: 100px;
	padding: 20px 30px 0 30px;
}

#footer .external{
	float: left;
}

#footer ul {
	float: right;
}
#footer li {
	padding: 5px 10px 0 10px;
	vertical-align: bottom;
}
 
#footer li.hBtn  a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
}

#footer ul li.fbBtn {
	width: 150px;
	text-align: center;
}

#footer ul li.fbBtn .fb-like img {
	margin: 8px 10px 0px 0;
	width: inherit;
}

#footer p.copyright {
	margin: 0 auto;
	width: 220px;
}

#footer p.copyright img {
	margin-top: 40px;
	margin-bottom: 30px;
}
