@charset "utf-8";

/* ------------------------------
共通スタイル
------------------------------ */
.flotR {
	float: right;
}
.flotL {
	float: left;
}
.alignC{
	text-align: center;
}
.alignR{
	text-align: right;
}
.relative{
	position:relative;
}
.clearfix {
	display:block;
	overflow: hidden;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
/* ------------------------------
page style
------------------------------ */
#reebok_classic_map h1 {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
    line-height: 2.5;
    text-align: center;
}
#reebok_classic_map dl{
	margin:30px;
}
#reebok_classic_map dt{
    font-size: 14px;
    font-weight: bold;
}	
#reebok_classic_map dd {
    margin-bottom: 20px;
}

#reebok_classic_map .soon {
	padding-left:20px;
	 color: #c40026;
}