
.content	{
	width:860px;
	margin-left:auto;
	margin-right:auto;
/*	background-color:#eee;*/
	padding-top:60px;
}

.ratochan_info .date	{
	margin:0;
}

.ratochan_info .date span	{
	display:inline-block;
	width:68px;
	height:20px;
	background-color:#90C7D1;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	vertical-align: top;
	margin-top:2px;
}

.ratochan_info h3	{
	margin:0;
	margin-top:5px;
}

.ratochan_info h3 a	{
	color:#231815;
	text-decoration:none;
}

.ratochan_info h3 a:hover	{
	text-decoration:underline;
}

.ratochan_info .note	{
	margin:0;
	font-size:14px;
	margin-top:10px;
}

.ratochan_info hr	{
	border:none;
	border-top:2px dotted #231815;
	margin-top:18px;
	margin-bottom:16px;
}





/*一覧ページャー*/
#pagenation {
    text-align:center;
    margin-top:130px;
    margin-bottom:100px;
}

#pagenation ul {
    letter-spacing: -.4em;
    margin:0;
    padding:0;
}

#pagenation li {
    letter-spacing: normal;
    display:inline-block;
    height:30px;
    cursor: pointer;
    vertical-align: top;
    margin:0;
    padding:0;
}

#pagenation li.prev_fast {
    width:50px;
    margin-right:20px;
    background-image:url("../images/ooda/purpose/prev_fast50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#pagenation li.prev_fast:hover {
    background-image:url("../images/ooda/purpose/prev_fast50_on.svg");
}

#pagenation li.prev {
    width:50px;
    margin-right:20px;
    background-image:url("../images/ooda/purpose/prev50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#pagenation li.prev:hover {
    background-image:url("../images/ooda/purpose/prev50_on.svg");
}

#pagenation li.next_end {
    width:50px;
    background-image:url("../images/ooda/purpose/next_end50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#pagenation li.next_end:hover {
    background-image:url("../images/ooda/purpose/next_end50_on.svg");
}

#pagenation li.next {
    width:50px;
    margin-right:20px;
    background-image:url("../images/ooda/purpose/next50_off.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#pagenation li.next:hover {
    background-image:url("../images/ooda/purpose/next50_on.svg");
}

#pagenation li.no_btn {
    width:30px;
    border:2px solid #90c7d1;
    background:#fff;
    color:#90c7d1;
    text-align:center;
    font-weight:bold;
    margin-right:20px;
}

#pagenation li.no_btn:hover {
    background:#90c7d1 !important;
    color:#fff !important;
}

#pagenation li.active {
    width:30px;
    background:#6ab1ba !important;
    border:2px solid #6ab1ba !important;
    color:#fff !important;
    text-align:center;
    font-weight:bold;
    cursor: default !important;
    margin-right:20px;
}
