@charset "utf-8";

/*--------------------------
	common
--------------------------*/
#standard-or-newstandard_shoes .pc{display: block;}
#standard-or-newstandard_shoes .sp{display: none;}

#standard-or-newstandard_shoes h1{
	margin: 0 0 10px;
	font-size: 21px;
}

#standard-or-newstandard_shoes h2{
	margin: 0px 0 10px 0;
	color: #545454;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}

#main img{
	width: 100%;
	height: auto;
}

#standard-or-newstandard_shoes {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
}
/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 30px;
}

dl.main_img dt {
    margin: 0 0 15px 0;
}

dl.main_img dd{
	text-align: center;
	font-size: 16px;

}



/*--------------------------
	standard-or-newstandard_shoes
--------------------------*/
ul.two_box{
	overflow: hidden;
}

ul.two_box li{
	float: left;
	width: 50%;
}


/* --- .contents --- */
.contents{
	margin: 0 0 50px;
}
.contents.last{
	margin: 0 0 100px;
}


.contents table{
	text-align: center;
	line-height: 1.3;
	border-top:1px solid #ccc;
}

.contents table tr{
	border-bottom: 1px solid #ccc;
}

.contents table tr th{
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	background: #f0f0f0;
}

.contents table tr td{
	padding: 18px 0 15px;
	font-size: 24px;
}

.contents table tr td span{
	font-size: 18px;
	font-weight: normal;
}

.contents table tr td:first-child{
	color: #0e7bbe;
	font-weight: bold;
}
.contents table tr td:last-child{
	color: #e94f73;
	font-weight: bold;
}



/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

	
	
/*--------------------------
	common
--------------------------*/
#standard-or-newstandard_shoes .pc{display: none;}
#standard-or-newstandard_shoes .sp{display: block;}

#standard-or-newstandard_shoes h1{
	text-align: center;
	line-height: 1.3;
}

#standard-or-newstandard_shoes h2{
	margin: 0;
	font-size: 28px;
	color: #fff;
	background: #575757;
}
#standard-or-newstandard_shoes .blue h2{
	background: #0e7bbe;
}
#standard-or-newstandard_shoes .pink h2{
	background: #e94f73;
}
	
	
/*--------------------------
	main_img
--------------------------*/
dl.main_img {
    margin: 0 0 20px 0;
}

dl.main_img dt {
    margin: 0 0 10px 0;
}

dl.main_img dd {
	text-align: left;
	font-size:15px;
}

/*--------------------------
	standard-or-newstandard_shoes
--------------------------*/

/* --- .contents --- */
.contents{
	margin: 0;
}
.contents.last{
	margin: 0 0 60px;
}

.contents table{
	border-top:none;
}

.contents table tr:last-child{
	border-bottom:none;
}

.contents table tr td{
	padding: 18px 0 15px 15px;
	text-align: left;
}


.blue .contents table tr td{
	color: #0e7bbe;
}

.pink .contents tabletr td{
	color: #e94f73;
}




}





/*-------------------------------
470px以下用
---------------------------------*/
@media screen and (max-width: 470px) {

	
/*--------------------------
	common
--------------------------*/
#standard-or-newstandard_shoes h2{
	padding: 5px 0;
	font-size: 21px;
}

/*--------------------------
	main_img
--------------------------*/

dl.main_img dd {
	font-size:14px;
}

/*--------------------------
	standard-or-newstandard_shoes
--------------------------*/

/* --- .contents --- */
.contents table tr th{
	padding: 0 10px 0;
    font-size: 14px;
}

.contents table tr td{
    font-size: 18px;
}
.contents table tr td span {
    font-size: 14px;
}



}