@charset "utf-8";

.mediabox{
    width: 740px;
    margin-bottom: 30px;
    background-image: url(../../common/images/gback.gif);
    clear: both;
}
.thumb {
    float: left;
    line-height: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 0px!important;
}
.detail {
    float: right;
    width: 360px;
    margin-top: 30px;
    margin-right: 30px;
}
.detail dt {
    color: #21B8CE;
    font-weight: 600;
    font-size: 200%;
    margin-bottom: 5px;
}
.detail dd {
    font-size: 90%;
    line-height: 180%;
}

.mediabox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


@media screen and (max-width:640px) {
	.mediabox{
    width: 100%;
}
.thumb {
    float: left;
    line-height: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 30%;
}
.detail {
    float: right;
    width: 62%;
    margin-top: 10px;
    margin-right: 5px;
}
.detail dt {
    color: #21B8CE;
    font-weight: 600;
    font-size: 100%;
    margin-bottom: 0px;
}
.detail dd {
    font-size: 70%;
    line-height: 180%;
}

	

}
