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

a{
	text-decoration:none;
	color:#ffffff;
}	

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

h4{
	font-size:18px;
	color:#ffffff;
	padding:15px 0 0 0px;
}

h5{
	font-size:14px;
	color:#ffffff;
	padding:8px 0 0 10px;
}

#clothes p{
	font-size:14px;
	color:#ffffff;
	padding:8px 0 0 10px;
}

@media screen and (min-width: 481px) {

#main{
	width: 1000px;
	height:auto;
	margin: 0 auto;
	background-color:#190000;
	position: relative;
	overflow: hidden;
}

/*introのheader*/

#intro_header {
	width:1000px;
	height:220px;
	position: relative;
	background-color:#190000;
}

#intro_logo{
	width:340px;
	height:220px;
	float:left;
	margin-left:20px;
}

#header_language{
	float:left;
	width:635px;
	height:45px;
	text-align:right;
	margin-top:5px;
}

#intro_cards{
	width:639px;
	height:145px;
	float:left;
}

#intro_cards h1#card1{
	position: absolute;
	top: 50px;
	right: 365px;
}

#intro_cards h1#card2{
	position: absolute;
	top: 70px;
	right: 310px;
}

#intro_cards h1#card3{
	position: absolute;
	top: 50px;
	right: 255px;
}

#intro_cards h1#card4{
	position: absolute;
	top: 70px;
	right: 195px;
}

#intro_cards h1#card5{
	position: absolute;
	top: 50px;
	right: 135px;
}

#intro_cards h1#card6{
	position: absolute;
	top: 60px;
	right: 75px;
}

#intro_cards h1#card7{
	position: absolute;
	top: 80px;
	right: 20px;
}

#intro_cards h1#card8{
	position: absolute;
	top: 65px;
	right: 5px;
}

#menu{
	width:580px;
	height:30px;
	float:left;
	margin:0 0 0 60px;
}

li{
	list-style: none;
}

#menu ul li{
	float:left;
	margin-left:22px;
}

#news_new{
	margin:0px 0 20px 35px;
}

#clothes{
	width:920px;
	margin:8px 0 20px 35px;
}

}

/*480px以下で表示*/
@media screen and (max-width: 480px) {

#intro_header {
	display:none;
}


#main{
	width: 100%;
	height:auto;
	margin: 0 auto;
	background-color:#190000;
	position: relative;
	overflow: hidden;
}

#main img{
	width: 100%;
	height:auto;
}

#news_new{
	margin:10px 10px 10px 10px;
}

#clothes{
	width: 90%;
	margin:10px 10px 10px 10px;
}

#clothes img{
	width: 90%;
	height:auto;
}


}
