@charset "utf-8";

/* textlive
-------------------------------------------------------------------------------*/

h2{
	margin: 30px 0 40px 0;
	text-align: center;
}

.entry{
	margin-bottom: 45px;
	padding: 24px;
	border: 2px solid #50565b;
	border-radius: 20px;
}
.contents .entry:last-child{ margin-bottom: 30px; }

.entryBody{
	float: right;
	width: 354px;
}

.time{
	margin-bottom: 10px;
	font-size: 12px;
}

.author{
	padding-left: 10px;
	padding-bottom: 25px;
	background: url(/store/sensu/2014/images/textlive/subjecttop.gif) no-repeat right bottom;
}

.subject{
	padding: 12px 25px;
	border-bottom: 2px solid #50565b;
	font: bold 16px/1.67 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(/store/sensu/2014/images/textlive/subject_bg.gif)
}

.article{
	margin-top: 26px;
	font-size: 14px;
}
.article a{ color: #ee379c; text-decoration: none; }

.photo{
	float: left;
	width: 320px;
}

.photo a{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	outline: none;
}
.photo a:last-child{ margin-bottom: 0; } 

.photo img{ display: inline; }

#postNav li:last-child{ text-align: center; }
#postNav li:last-child img{ display: inline; }

#contentNav{
	padding: 12px 0;
	margin-top: 76px;
	border-top: 2px dashed #a9a9a9;
}

#contentNav li{
	float: right;
	margin-left: 20px;
}
#contentNav li:first-child{
	float: left;
	margin-left: 0;
}








