@charset "utf-8";
/* CSS Document */

#main-src ul{
    margin: 0px;
    padding: 0px;
    list-style-type:none
}
#main-src ul#mlist {
    width: 1200px;
    list-style-type:none	
}
#main-src ul#mlist li{
	float: left;
	width: 273px;
	height: 370px;
    margin: 0 -1px -1px 0px;
    border: 1px #ECECEC solid;
	background-color:#ECECEC;
}
#main-src ul#mlist2 {
    width: 1200px;
    list-style-type:none	
}
#main-src ul#mlist2 li{
	float: left;
	width: 273px;
	height: 370px;
    margin: -1px -1px 0px 0px;
    border: 1px #ECECEC solid;
	background-color:#ECECEC;
}
#main-src p{
	font-size: 0.8em;
	line-height: 1.6em; 
}
.listimg {
    float: left;
}
.listimg img {
	padding: 12px  0px  5px  2px;
	width:260px;
    height:173px;
}
.listttl {
    float: left;
	padding: 0px  0px  0px  3px;
	margin: 10px  0px  0px  0px;
}
.listtxt_s {
	width: 265px;
    color: #000; 
    font-size: 1.4em;
    line-height: 2.0em; 
    font-weight: bold;
}
.listtxt_l {
	width: 265px;
    color: #000; 
    font-size: 1.3em;
    line-height: 2.0em; 
}
.listname {
    float: left;
	width: 265px;
	padding: 0px  0px  0px  3px;
	margin: 10px  5px  10px  0px;
}
.name {
	color: #000; 
	font-size: 1.0em;
    line-height: 1.3em; 
	font-weight: bold;
	margin: 0px  5px  0px  0px;
	white-space: nowrap;
}
.listgenre {
    float: left;
	width: 265px;
	margin: 0px  5px 0px  0px;
}
.genre {
	color: #000; 
	font-size: 0.9em;
    line-height: 1.0em; 
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

	
	@media screen and (max-width: 640px){
		
#main-src ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type:none
}
#main-src ul#mlist {
    width: 100%;
    height:auto;
    list-style-type:none
}
#main-src ul#mlist li{
    float: left;
    width:96%;
    height:auto;
    margin: 0px 0px -1px 0px;
    border: 1px #ECECEC solid;
	background-color:#ECECEC:
}
#main-src ul#mlist2{
    width: 100%;
    height:auto;
    list-style-type:none
}
#main-src ul#mlist2 li{
    float: left;
    width:96%;
    height:auto;
    margin: -1px -1px 0px 0px;
    border: 1px #ECECEC solid;
	background-color:#ECECEC:
}
#main-src p{
	padding: 0px;
	margin: 0px;
}
.listimg {
    float: left;
	width:30%;
}
.listimg img {
    float: left;
	padding: 10px  0px  5px  0px;
    height:auto;
	width:100%;
}
.listttl {
    float: right;
    width: 67%;
	line-height: 1.0em; 
	padding: 8px  0px  8px  0px;
	margin: 0px  0px  0px  0px;
}
.listtxt_s {
	color: #000; 
	font-size: 1.0em;
	line-height: 1.0em; 
	font-weight: bold;
	padding: 0px;
}
.listtxt_l {
	color: #000; 
	font-size: 1.0em;
	line-height: 1.3em;
	padding: 0px;
}
.listname {
	padding: 0px  0px  0px  0px;
	margin: 0px  0px  0px  0px;
}
.name {
	color: #000; 
	font-size: 1.0em;
	line-height: 1.3em; 
	font-weight: bold;
	margin: 0px  5px  0px  0px;
	white-space: nowrap;
}
/*
.name:before {
	content: "\A" ;
	white-space: pre ;
}
*/
.listgenre {
	margin: 0px  0px  5px  0px;
}
.genre {
	color: #000; 
	font-size: 1.0em;
	line-height: 1.0em;  
	font-weight: bold;
	background-color: #E8E8E8;
	padding: 5px;
	margin: 0px  5px  0px  0px;
	white-space: nowrap;
}

}



