fenre	@charset "UTF-8";

.content .breadcrumb{
margin-bottom:10px
}
.maker-ttl{
	border-bottom:solid 1px #333;
	margin-bottom:15px;
}
.maker-ttl .inner{
	border-left:solid 20px #ec6941;
	padding:5px;
}
.maker-ttl .inner span{
	display:inline-block;
}
.ttl-s{
}
.ttl-s .inner{
	background-color:#000;
	padding: 3px 0 3px 10px;
	margin-bottom:15px;
	box-shadow:0 -10px 10px #444 inset;
	color:#fff;
	border-radius:5px;
}


.list-sec{
	min-height:100px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
}

section section:last-child .list-sec{
	border-bottom:none;
}


@media (max-width:640px){
	.list-sec{
		min-height:0;
	}
}


.list-sec .mk-logo{
	float:left;
	width:200px;
	text-align:center;
}
@media (max-width:640px){
	.list-sec .mk-logo{
		width:60px;
	}
}

.list-sec .mk-logo a{
}
.list-sec .mk-logo a img{

}

.list-sec .right-box{
	margin-left:210px;
}
@media (max-width:640px){
	.list-sec .right-box{
		margin-left:70px;
	}
}

.list-sec .right-box .mk-name{
}
.list-sec .right-box .mk-name a{
}

@media (max-width:640px){
	.list-sec .right-box .mk-name,
	.list-sec .right-box .mk-name a{
		font-size:14px;
	}
}

.list-sec .right-box .mk-note{
	font-size:14px;
}
@media (max-width:640px){
	.list-sec .right-box .mk-note{
		font-size:12px;
	}
}



.btn_series{
	clear:both;
	width:200px;
	margin:10px auto 0;
}
.btn_series span{
	font-size:12px;
	display:block;
	padding:5px 0;
	background-color:#ccc;
	box-shadow:0 10px 10px #eee inset;
	border-radius:5px;
	text-align:center;
	width:200px;
	color:#333;
	border:solid 1px #ccc;
	margin: 0 auto;
}
.series-body{
}
.series-body ul{
	padding:10px 0;
}
.series-body ul li{
	float:left;
	width:25%;
}

@media (max-width:640px){
	.series-body ul li{
		width:50%;
	}
}
.series-body ul li a{
	font-size:12px;
	display:block;
	padding:5px;
	background-color:#ddd;
	box-shadow:0 10px 10px #fafafa inset;
	border-radius:5px;
	text-align:center;
	color:#333;
	border:solid 1px #ddd;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin:4px;
}
