@charset "utf-8";

/*---- shoes ------------------------------------------------------*/
#shoes-contents {
    margin: auto;
    position: relative;
    text-align: left;
    width: 100%;
	height:auto;
	min-height:604px;
    background:#fff100 url("../images/top-bck-311016taka.png") no-repeat;
    overflow:hidden;
}
#shoes{
	width:40%;
	min-width:300px;
	background:#cccccc;
	padding:30px 40px;
	color:#fff;
	margin:20px 0 80px 40px;
	text-align:center;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
	position:relative;
}
/*pamphlet*/
#shoes #shoesp{
	width:100%;
	background:#f8faf0;
	border:#00a0e8 1px solid;
	border-radius:6px;
}
#shoes #shoesp h1{
	width:95%;
	padding:2% 2.3%;
}
#shoes #shoesp h1 img{
	width:100%;
}
#shoes #shoesp #saside{
	width:100%;
}
#shoes #shoesp #saside img{
	width:22%;
	margin-top:5%;
	margin-left:2%;
	margin-right:1%;
	
}
#shoes #shoesp #saside p img{
	width:40%;
	margin-top:0;
	margin-left:1%;
	margin-right:0%;
}
#shoes #shoesp #saside p{
	text-align:left;
	font-size:0.9em;
	line-height:1.5em;
	color:#000;
	margin-bottom:20px;
	margin-right:2%;
	display:inline-block;
	width:73%;
}
/**/
#shoes #shoesp #shoespart{
	color:#000;
	display:table;
	border-spacing:0 5px;
}
#shoes #shoesp #shoespart ul{
	width:95%;
	margin-left:-30px;
	margin-bottom:10px;
	display:table-row;
	border-bottom:3px solid rgba(0,0,0,0);
}
#shoes #shoesp #shoespart ul > li{
	display:table-cell;
	list-style:none;
	border-radius:12px;
	font-size:0.8em;
	line-height:1.2em;
	text-align:left;
	vertical-align:middle;
	padding:5px;
}
#shoes #shoesp #shoespart ul > li:nth-child(1){
	font-size:0.7em;
	width:26%;
	background:#00a0e8;
	font-weight:600;
}
#shoes #shoesp #shoespart ul > li:nth-child(1) b{
	font-size:1.1em;
	display:inline-block;
	float:right;
	color:#fff;
	font-weight:200;
}
#shoes #shoesp #shoespart ul > li span{
	display:inline-block;
}
#shoes #shoesp #shoespart ul > li:nth-child(2){
	width:12%;
	background:#1c1f87;
}
#shoes #shoesp #shoespart ul > li:nth-child(2) img{
	width:100%;
}
#shoes #shoesp #shoespart ul > li:nth-child(3){
	font-size:0.7em;
	width:54%;
	border:2px #1c1f87 solid;
}
/**/
#shoes-contents .sankaku{
	position:absolute;
	top:350px;
	left:500px;
	width: 0;
	height: 0;
	border-left: 200px solid #EB6D8E;
	border-top: 30px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 30px solid transparent;
	z-index:1000;
}
/*==========================================*/
/*メディアクエリー*/
/*==========================================*/
@media screen and (max-width: 640px) {
/* ページ幅*/
	#shoes
	{
		min-width:300px;
		margin:10px 0 20px 10px;
		padding:20px 20px;
	}
	#shoes-contents {
	    background-position:0 -80px;
	}
	#shoes-contents > #shoeswrap > img:nth-child(1){
		display:none;
	}
/**/
	#shoes #shoesp #shoespart{
		border-spacing:0 0;
		display:block;
	}
	#shoes #shoesp #shoespart ul{
		width:94%;
		display:block;
	}
	#shoes #shoesp #shoespart ul > li{
		padding:5px;
		display:inline-block;
	}
	#shoes #shoesp #shoespart ul > li:nth-child(1){
		font-size:0.7em;
		width:94%;
		margin-bottom:3px;
		padding-left:4%;
	}
	#shoes #shoesp #shoespart ul > li:nth-child(1) b{
		font-size:1.3em;
		color:#fff;
		font-weight:200;
		float:none;
	}
	#shoes #shoesp #shoespart ul > li:nth-child(1) b:before{
	content:url("../images/space1em.png");
	}
	#shoes #shoesp #shoespart ul > li:nth-child(2){
		width:12%;
		background:#1c1f87;
		float:left;
	}
	#shoes #shoesp #shoespart ul > li:nth-child(2) img{
		width:100%;
	}
	#shoes #shoesp #shoespart ul > li:nth-child(3){
		font-size:0.7em;
		width:77%;
		border:2px #1c1f87 solid;
		float:right;
	}
/**/
}