@charset "utf-8";
/* CSS Document */

/*フッター固定設定
--------------------*/
* {
	margin: 0;
	padding: 0;
}

/*共通設定
--------------------*/

li{
	list-style: none;
}

h1,h2,h3,p,input,textarea,select{
	font-size: 100%;
	font-weight: normal;
}

img{
	border: 0;
	vertical-align: bottom;
}

body {
	color:#333;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#660000;
}


/*リンク文字の設定
--------------------*/
a{
	text-decoration:none;
	color:#000;
}	

/*ポイント時のリンク*/
a:hover{
	text-decoration:underline;
	color:#303;
}


/*481px以上で表示*/
@media screen and (min-width: 481px) {

html,body {
	height: 100%;
}

#container {
	margin: 0 auto;
	width: 1000px;
	height:100%;
	min-height: 100%;
	position: relative;
	line-height:120%;
	background-color:#000000;
}

body > #container{
	height:auto;
}

#header {
	width:1000px;
	height:240px;
	position: relative;
	background-color:#190000;
}

#language{
	float:left;
	position:absolute;
	top:5px;
	right:5px;
}

#footer {
	width: 1000px;
	margin: 0px auto;
	height: auto;
	background-color:#190000;
	clear: both;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-family: Impact,Charcoal; 
	padding:20px 0 25px 0;
}

/*headerの設定
--------------------*/

#logo{
	width:250px;
	height:188px;
	float:left;
	padding-top:10px;
}

#iphone_logo img{
	display:none;
}

#cards{
	width:660px;
	height:108px;
	float:left;
	margin:50px 0px 0 80px;
}

#menu{
	width:740px;
	height:30px;
	float:left;
	margin:0 0 0 10px;
}

li{
	list-style: none;
}

#cards ul li{
	float:left;
	margin-left:30px;
}

#menu h1#category1{
	position: absolute;
	top: 160px;
	left: 370px;
}

#menu h1#category2{
	position: absolute;
	top: 160px;
	left: 460px;
}

#menu h1#category3{
	position: absolute;
	top: 160px;
	left: 545px;
}

#menu h1#category4{
	position: absolute;
	top: 160px;
	left: 620px;
}

#menu h1#category5{
	position: absolute;
	top: 160px;
	left: 738px;
}

#menu h1#category6{
	position: absolute;
	top: 160px;
	left: 825px;
}

#menu h1#category7{
	position: absolute;
	top: 160px;
	left: 913px;
}

#footer p {
	padding-top:5px;
}

/*gotopの設定
--------------------*/
#gotop{
	position:fixed;
	bottom:0px;
	right:0px;
}

/*イラストの設定
--------------------*/
#illust{
	position:absolute;
	right:0;
	top:0;
}

}


/*480px以下で表示*/
@media screen and (max-width: 480px) {
	
html,body {
	width:100%;
	height:auto;
}

#container {
	min-height: 100%;
	margin: 0 auto;
	width: 100%;
	position: relative;
	line-height:120%;
	background-color:#000000;
}

#logo{
	display:none;
}

#header{
	display:none;
}

#footer {
	width:100%;
	min-height: 100%;
	margin: 0px auto;
	height: auto;
	background-color:#190000;
	clear: both;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-family: Impact,Charcoal; 
	padding:50px 0 25px 0;
}

#iphone_logo img{
	width:80%;
	height:auto;
	padding:5px 0 5px 5px;
}

#line {
	display:none;
}

#gotop{
	display:none;
}
}