.distribution-content {
	width: 1200px;
	height: 1430px;
	margin: 0 auto 0 auto;
}
.distribution-left {
	width: 216px;
	background-color: #F5F5F5;
	height: 100%;
	text-align: center;
	float: left;
	/*position: relative;*/
}
.distribution {
	height: 90px;
	background-color: #D23023;
	padding-top: 30px;
	color: #FFFFFF;
	width: 216px;
	font-size: 1.4em;
	font-weight: bold;
}

.search-small {
	margin-top: 10px;
	/*margin-bottom: 20px;*/
}

.search-small-box {
	width: 202px;
	height: 42px;
	padding: 5px;
	outline:none;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 0 3px 2px #f6e1e0;
}
.search-small-img {
	position: relative;
	top: -30px;
	left: 80px;
}

.sport-picture {
	margin-bottom: -15px;
	width: 45px;
	height: 45px;
}

.sport-name {
	/*margin-left: 20px;*/
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 10px;
	/* border-left: 1px solid #E5E5E5; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sport-name-red {
	/* border-left: 1px solid #D23023; */
}
.po_no{
	position: relative;
}
.sport-kind {
    padding: 16px 0 20px 20px;
    width: 100%;
    height: 80px;
	text-align: left;
    /*border-bottom: 1px solid #e5e5e5;*/
    /*position: relative;*/
}
.kind-select {
	color: #D23023;
	/* border-left: 4px solid #D23023; */
}
.kind-select,.sport-kind:hover {
	background-color: #FFFFFF;
}
.sport-kide-hoven{
    width: 150px;
    position: absolute;
    top: -8px;
    left: 212px;
    z-index: 99;
    box-shadow:1px 1px 1px #FFF;
	background-color: #fff;
	display: none;
}
.kide-hoven-div{
	padding: 30px;
}
.sport-kide-hoven-span{
	font-size: 18px;
	padding: 5px;
	margin: 15px 0;
	border-radius: 5px;
	color: #000;
	text-align: center;
}
.hoven-span{
	background-color: #F1F1F1;
}
.sport_line{
	width: 216px;
	height: 2px;
	background-image: url(/isa/img_new/line.png);
}

.distribution-right {
	width: 928px;
	/*height: 1430px;*/
	float: left;
	margin-left: 46px;
	padding-bottom: 20px;
}

.distribution-guide {
/*	text-align: left;
	padding-top: 54px;
	color: #7f7f7f;*/
	width: 100%;
	/*height: 90px;*/
	padding-top: 54px;
	color: #7f7f7f;
	text-align: left;
	border-bottom: 1px solid #7F7F7F;
}

.separate {
/*	height: 4px;
	background-color: #191919;*/
	/*width: 200px;*/
	/*margin-top: 10px;*/
    padding-bottom: 12px;
	display: inline;
	border-bottom: 4px solid #191919;
}

/*.separate2 {
	height: 1px;
	background-color: #7F7F7F;
	width: 100%;
}*/

.distribution-club {
	padding: 0;
	margin: 0;
}

.member-club {
	float: left;
    margin: 16px 8px 0px 8px;
	width: 216px;
	height: 290px;
	position: relative;
}


.member_club_div{
	text-align: center;
	width: 214px;
	height: 284px;
}

.member_club_div:hover {
	box-shadow: 0 0px 10px #a5a5a5;
	/* border-bottom: 8px solid #D23023; */
	position: relative;
	top: -2px;
	/* font-size: 1.1em; */
}

.club-last {
	margin-right: 0;
}
.club-imgdiv{
	width: 214px;
	height: 214px;
	margin-bottom: 20px;
	overflow: hidden;
}
.club-img {
	width: 214px;
	height: 214px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -webkit-transform: scale(1);
}
.club-img:hover{
	-webkit-transform: scale(1.1);
}
.distribution_divmt{
    margin: 15px 0;
	text-align: center;
}
.select-box {
	margin-left:10px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: 31px;
}
.select {
	width: auto;
	height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    border: 0;
    color: #333;
    padding: 4px 5px;
}

@media screen and (max-width: 1200px) {
	.distribution-guide {
		display: none;
	}
	.distribution-content {
		width: 100%;
		height: auto;
	}
	.distribution-left {
		width: 100%;
		height: auto;
	}
	.distribution {
		display: none;
	}
	.sport-kind {
		width: 33%;
		float: left;
		padding: 5px 0px;
		height: auto;
		text-align: center;
	} 
	.sport-name {
		padding: 0;
		font-size: 1em;
	}
	.sport-picture {
		width: 25px;
		height: 25px;
		margin-bottom: -5px;
	}
	.sport_line {
		display: none;
	}
	.distribution-right {
		margin-left: 3%;
		width: 94%;
		padding-bottom: 0px;
	}
	.distribution_divmt {
		margin: 15px 0px 0px 0px;
		text-align: left;
	}
	.distribution_divmt span {
		margin-top: 10px;
	}
	.select-box {
		width: 95%;
		margin-left: 2%;
	}
	.select{
		width: 100%;
	}
	.select-box input {
		padding-left: 5px;
		height: 100%;
		display: inherit;
		width: 90%;
		padding-top: -2px;
	}
	.search-small-img2 {
		float: right;
		padding-right: 5px;
	}
	.member-club {
		width: 44%;
		height: auto;
		float: left;
		border: 1px solid #DFDFDF;
	}
	.member_club_div {
		width: 100%;
		height: auto;
	}
	.club-imgdiv {
		width: 100%;
		height: 80px;
		margin-bottom: 0px;
	}
	.club-img {
		height: 100%;
		display: inherit;
	}
	.club-name {
		height: 30px;
		overflow: hidden;
		display: block;
		line-height: 30px;
		padding: 0 2px;
	}
	.laypage_main {
		margin-top: 10px;
	}
	.member-club:nth-child(even) {
		margin-left: 3%;
	}
}
