#main-image {
	width: 1000px;
	float: left;
	height: 240px;
	margin-bottom: 30px;
}
.btn {
}
#main p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#m-01 {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.5em;
}
#m-02 {
	font-size: 14px;
	line-height: 1.8em;
	float: left;
	width: 700px;
	margin-bottom: 30px;
}
#m-03 {
	font-size: 14px;
	line-height: 1.8em;
	float: left;
	width: 700px;
	margin-bottom: 30px;
}


#bike-list {
	float: left;
	width: 700px;
}

table {
	font-size: 15px;
	width: 700px;
	line-height: 140%;
	margin-bottom: 20px;
	border-left: 1px solid rgba(0,0,0,1.00);
}

.thead-th {
	color: #FFFFFF;
	font-size: 15px;
	padding: 5px;
	text-align: center;
}
th{
	padding: 8px 2px 8px 2px;
	color: #FFFFFF;
	padding: 7px;
	text-align: center;
	background-color: #23C5FF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid rgba(0,0,0,1.00);
	border-top: 1px solid rgba(0,0,0,1.00);
}

td{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid rgba(0,0,0,1.00);
}

table.shima tr:hover {
	background-color: #FFFFFF;
	color: #000000;
}
a:link {
	color: #13A6F8;
}
a:hover {
	color: #190DB3;
	text-decoration: underline;

}
a:visited {
	color: #9CDAF8;
}



.pick-up {
	width: 720px;/*boxが横に並ぶだけの幅を確保*/
	overflow: hidden;/*wrapperからはみ出る部分を非表示にする*/
	margin-bottom: 20px;
}
.box {
	width: 220px;/*上下左右に10pxの内余白*/
	float: left;/*横並びにしています*/
	margin-right: 20px;/*各ボックスの右側に20pxの外余白*/
	background: #fff;
	font-size: 12px;
	line-height: 1.8em;
}
.box h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
.box img {
	margin-right: 20px;
}

.box p {
	margin: 0px;
}
.sold-out {
	text-decoration: line-through;
}
.red {
	color: rgba(255,31,35,1.00);
	text-decoration: none;
	font-weight: bold;
}
