@charset "UTF-8";

/* レイアウト設定 */
#member-box {
    width: 200px;
    margin: 0;
    float: left;
}
#movie-box {
    width: 200px;
    margin: 0 0 10px 0;
    text-align: left;
}
#enlarge-movie {
    display: none;
    text-align: center;
}
#community-box {
    width: 500px;
    margin-left: 10px;
    float: left;
}
#community-detail-box {
    width: 500px;
    margin-bottom: 10px;
    overflow: hidden;
}
#community-image-box {
    width: 180px;
    margin: 5px 0 0;
    text-align: center;
    vertical-align: middle;
    float: left
}
#community-image {
    width: 180px;
    text-align: center;
}
#brand-logo {
    width: 180px;
    text-align: left;
    margin-top: 10px;
}
#brand-logo img.brand-logo-img {
    border: 1px solid #CCCCCC;
    margin: 5px;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    width: 48px;
    height: 48px;
}
dl#community-detail {
    width: 320px;
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
}
dl#community-detail dt {
    font-weight: bold;
}
dl#community-detail dd {
    margin-bottom: 0.5em;
}

#topic-list-box {
	margin-top: 10px;
}
#topic-list-box .box-head {
	font-weight: bold;
	margin: 0px;
}
#topic-list {
	margin-top: 0px;
}
#topic-list .topic_name {
}
#topic-list .comment_count {
	margin-left: 5px;
	padding-left: 18px;
	background-image: url(../../skin/item_comment.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#event-list-box {
	margin-top: 10px;
}
#event-list-box .box-head {
	font-weight: bold;
	margin: 0px;
}
#event-list {
	margin-top: 0px;
}
#event-list .event_name {
}
#event-list .comment_count {
	margin-left: 5px;
	padding-left: 18px;
	background-image: url(../../skin/item_comment.gif);
	background-position: center left;
	background-repeat: no-repeat;
}




#member-comment-box {
    width: 500px;
    clear: both;
    margin: 0 0 10px;
}
div.member-comment-type {
    margin: 5px 0 0;
    font-weight: bold;
}
ul.member-comment {
    margin: 0;
}
ul.member-comment li {
    margin: 5px 0 5px 2em;
}
#relative-item-box {
    width: 200px;
    margin-left: 10px;
    float: left;
}
#relative-item-list {
    width: 200px;
    margin: 5px 0 10px;
}
#item-status {
	margin-top: 2ex;
    width: 500px;
    float: none;
}
#no-item-box {
	margin: 5px 0px 0px 5px;
}
