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

#entry-title{}

#entry-title span{
margin-left:5px;
position:relative;
top:-5px;
color:#f63;
font-size:16px;
font-weight:bold;
}

#entry-image{
width:355px;
height:271px;
background:url(images/entry_image_bg.gif) no-repeat;
float:left;
margin-right:8px;
}

#entry-image img{
position:relative;
top:8px;
left:8px;
}

#entry-data{
width:129px;
height:251px;
padding:10px;
background:url(images/entry_data_bg.gif) no-repeat;
float:left;
}

#entry-category-name{
position:relative;
top:-10px;
}

/* entry data list */

#entry-media-icon{margin-top:10px;
line-height:1.3;
}

#entry-area{margin-top:10px;}

#entry-writer{margin-top:10px;}

#entry-keyword{
padding-top:10px;
	background-image: url(images/dotsline.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:10px;
}

#media-box{
clear:both;
}

#entry-text-box{
clear:both;
margin-bottom:50px;
padding-top:20px;
line-height:1.5;
}

#entry-p-box{
clear:both;
margin-top:10px;
margin-bottom:15px;
}

/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここから） */
#entry-p-box:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#entry-p-box { display:inline-table; }

/* Mac IE には適用させない ¥*/
* html v { height:1px; }
#entry-p-box { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここまで） */

.entry-img-left{
float:left;
margin-right:5px;
margin-bottom:5px;
}

.entry-img-right{
float:right;
margin-left:5px;
margin-bottom:5px;
}

.entry-p-text{
clear:both;
}

.entry-img-thumbnails{
margin:10px 0px;
}

.entry-img-thumbnails img{
float:left;
margin5px;
}

.entry-img-thumbnails a img{
float:left;
margin5px;
}

.thumb-cap{
	line-height: 100%;
	}