﻿.contents{
	width:1024px;
	padding:0 auto;
}

.contents h1 img{
	width:100%;
}

.contents h2{
	width:96%;
	font-size:120%;
	line-height:150%;
	margin:24px auto;
}

.tabnavi{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	border-bottom:4px solid #0ba3ef;
}
.tabnavi li a{
	width:49.5%;
	font-size:160%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:1.2% 0;
	margin:0 0.5% 0 0;
	display:block;
	cursor:pointer;
	background:#ccc;
	-moz-text-shadow: 1px 1px 3px #999;
	-webkit-text-shadow: 1px 1px 3px #999;
	text-shadow: 1px 1px 3px #999;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	float:left;
}

.tabnavi li a:last-child{
	width:50%;
	margin:0;
}
.tabnavi li a:hover{background:#0ba3ef;text-decoration:none;}
.tabnavi li a.active{background:#0ba3ef;}

.tabcol{
	padding:3% 2% 0;
	margin:0 0 40px 0;
	/*background:#f2f2f2;*/
	display:none;
	border:1px solid #0ba3ef;
}

.tabcol.active{
	display:block;
}

.contents .article{
	width:44%;
	min-height:124px;
	padding:0;
	margin:2% 3% 0;
	border-top:1px solid #0ba3ef;
	float:left;
}

.contents .article:last-child,.contents .article:nth-last-child(2){
	padding:0 0 2% 0;
	border-bottom:1px solid #0ba3ef;
}

.contents .article a{
	color:#333;
	display:block;
}

.contents .article .photo{
	width:24%;
	margin:4% 3% 0 0;
	float:left;
}

.contents .article .photo img{
	width:100%;
}

.contents .article .txt{
	width:73%;
	margin:4% 0 0 0;
	float:left;
}

.contents .article .txt .area{
	margin:0 0 5px 0;
	line-height:120%;
}

.contents .article .txt h3{
	margin:0 0 5px 0;
	font-size:140%;
	font-weight:bold;
	color:#0ba3ef !important;
	text-decoration:underline;
}

.contents .article .txt .sentence{
	font-size:110%;
	line-height:140%;
	margin:0;
}

.contents .banner{
	margin:0;
}

.contents .banner img{
	margin:0 0 20px 0;
}
.oclog-btn{
	margin:10px 0 0 0;
}
.article:nth-child(odd){
	clear:left;
}

.sortRow {
  margin-left: 30px;
  margin-right: 30px; }
  .sortRow:before, .sortRow:after {
    content: " ";
    display: table; }
  .sortRow:after {
    clear: both; }

.btn-sort {
    border-color: #ccc;
    background-color: #ccc;
    color: #fff;
}

.btn-sort.active {
    border-color: #0ba2ef;
    background-color: #0ba2ef;
    color: #fff;
}

.btn.btn-sort:hover {
    text-decoration: none;
    opacity: initial;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    border-color: #0ba2ef;
    background-color: #0ba2ef;
    color: #fff;
}

.group-pager {
    margin: 40px 0
}