@charset "utf-8";

/* @override http://localhost/rokkomiso/css/news.css */

#contents .paginate{
	text-align: left;
	width: 690px;
	padding: 8px;
	margin: 20px auto;
	background: #F8F8F8;
}

#contents .paginate ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contents .paginate ul li{
	display: inline;
	font-size: 1.2em;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 3px 5px;
}

#contents .paginate ul li.current{
	background: #F00;
	border-color: #F00;
}

#contents #newsList{
	width: 700px;
	margin: 0 auto;
}
#contents #newsList table{
	width: 700px;
	border-collapse: collapse;
}
#contents #newsList table tr.odd{
	background: #F8F8F4;
}
#contents #newsList table td{
	font-size: 1.4em;
	padding: 5px;
	text-align: left;
    line-height: 125%;
}
#contents #newsList table td.date{
	width: 120px;
    vertical-align: top;
}

#contents #newsList table td.link{
	text-align: right;
	width: 160px;
}
#contents #newsList table td.link a{
	background: url(../images/common/arrow_right01.png) left 1px no-repeat;
	padding-left: 15px;
}

#contents #newsList .detailBlock{
	border: 1px solid #EED;
	margin-bottom: 20px;
	text-align: left;
}

#contents #newsList .detailBlock .title{
	padding: 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
#contents #newsList .detailBlock .title span.date{
	font-weight: normal;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #DDC;
	float: left;
}

#contents #newsList .detailBlock p.img{
	float:left;
	padding:10px;
}
#contents #newsList .detailBlock p.text{
	padding: 10px;
	font-size: 1.4em;
}


#contents #newsDetail{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#contents #newsDetail .detailBlock{
	border: 1px solid #EED;
	margin-bottom: 10px;
}

#contents #newsDetail .detailBlock .title{
	padding: 0;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}
#contents #newsDetail .detailBlock .title span.date{
	font-weight: normal;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #DDC;
	float: left;
}
#contents #newsDetail .detailBlock .section{
	padding: 10px;
}

#contents #newsDetail .detailBlock .section p{
	font-size: 1.4em;
}

#contents #newsDetail .detailBlock .section p.img{

}
#contents #newsDetail .detailBlock .section p.img{
	font-size: 1px;
	padding-bottom: 10px;
}
#contents #newsDetail .detailBlock .section p.img.left{
	float: left;
	padding-right: 10px;
}
#contents #newsDetail .detailBlock .section p.img.right{
	float: right;
	padding-left: 10px;
}
#contents #newsDetail .detailBlock .section p.otherLink{
	padding: 10px 0;
}

#contents #newsDetail .backToIndex{
	font-size: 1.4em;
}

#contents #newsDetail .detailBlock .section p.otherLink a,
#contents #newsDetail .backToIndex a
{
	background: url(../images/common/arrow_right01.png) left 0px no-repeat;
	padding-left: 15px;
}

