/*スマホ*/

@media screen and (max-width:480px){

.wancomics_hr{
	border-width: 2px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #FF6699; /* 線色 */
	height: 1px; /* 高さ */
	margin-bottom: 5px;
	margin-top: 5px;
}
.wancomics_img{
	width: 120px !important;
	height: 90px !important;
	margin: 7px 0 7px 5px;
	float:left;
	overflow: hidden;
}

.wancomics_img a:hover img{
	-ms-filter: "alpha(opacity=70)";
	 -moz-opacity: 0.7;
	 opacity: 0.7;
}

.wancomics_thumbnail{
	width: 120px !important;
}
.wancomics_entry-content{
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wancomics_title{
	margin: 0 0 0 132px;
	padding-top: 15px;
	font-size: 14px;
	font-weight: 700;

}

h2.wancomics_title{
	margin: 0 0 0 132px;
	padding-top: 15px;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.2;

}

.wancomics_name{
	color: #FF6699; /* 線色 */
	width: auto;
	height: auto;
	margin:15px 0 10px 0;
	font-weight: bold;

}

.wancomics_histry_link{
	width: 315px;
    font-size: 14px;
	font-weight: bold;
	color: #0003C8;
    padding: 5px 0 5px 5px;
}

.wancomics_histry_link a{
    color: #0003C8;
}

.wan_histry_link {
    color: #0003c8;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 0px;
    width: 100%;
}




}/* @media */

@media screen and (min-width:480px){

/* *************************** * column wancomics ここから * ****************************** */
/* column list */





/* column list ここまで*/

/* column 詳細 */

.detail_prof{
	width: 218px;
	float:left;

}

.wan_histry_link {
    color: #0003c8;
    font-size: 1em;
    font-weight: bold;
    width: 650px;
}


/* column 詳細 ここまで*/

/* *************************** * column wancomicsここまで * ****************************** */
}/* @media (max-width:480px)*/