@charset "utf-8";

#main-wrapper {
  width: 780px;
  float: right;
}
/*list_only*/
ul,li {
	list-style-type: none;
}
div#list-main-title-box-float{
	padding:5px;
	border-bottom: 2px solid #888;
}
.list-main-title-box-float-left{
	float:left;
	font-size:16px;
}
.list-main-title-box-float-right{
	float:right;
	top:10px;
}
.list-main-title-box-float-left-title{
	width:100%;
	font-size:20px;
	font-weight:bold;
}
.list-main-title-box-float-left-title span{
	font-size:0.8em;
	font-weight:normal;
}
.list-main-title-box-float-left-title img{
  width:40px;
  vertical-align:middle;
  margin-right:6px;
}
.list-main-title-box-float-right img{
	height:30px;
}
div#list-maincontents{
	padding:0px 5px;
}
.list-keywordlist{
	padding:3px;
}
.list-keywordlist-borderbottom{
	border-bottom:1px solid #0CF;
}
@media screen and (orientation:portlate) {
.ipad .list-keywordlist{
	background:#EFEFEF;
	padding:3px;
	height:32px;
}
}
.list-keywordlist-left{
	float:left;
	font-size:16px;
	width: 550px;
}
.list-keywordlist-right{
	float:right;
	width:30%;
	height:100%;
	padding:10px;
	border-left: 1px solid gray;
}
.list-keywordlist-right img{
	margin-left:5px;
	width:150px;
}
.list-keywordlist-right a{
	text-decoration: none;
}
.list-keywordlist-left a{
	text-decoration: none;
}
.sub-title{
	margin-top:8px;
	font-size:16px;
	font-weight:bold;
}
ul.list-index1{
	padding:10px;
}
.list-index1 li{
	padding-bottom:10px;
	font-size:12px;
}
.cbuttons {
	padding: 10px 0;
	text-align: center;
	margin:10px 0;
	/*display:block;*/
}
.char {
	background: #FFF;
	color: #333;
	font-size: 14px;
	display: block;
	-webkit-border-radius: 6px;
	border: 1px solid #999;
	text-align: center;
	padding: 6px 0;
	margin: 0 6px 8px 0;
	font-size: 12px;
	font-weight: bold;
	width: 45px;
	float: left;
}
.none {
	font-size: 14px;
	display: block;
	-webkit-border-radius: 6px;
	border: 2px solid #fff;
	text-align: center;
	padding: 6px 0;
	margin: 0 6px 8px 0;
	font-size: 12px;
	font-weight: bold;
	width: 45px;
	float: left;
}
.page_btn{
	background:#FFF;
	border: 1px solid #999;
	color: #333;
	float:left;
	padding:3px;
	margin:5px;
	text-align:center;
	font-size:12px;
}
.page_no_btn{
	width:20px;
}
.btn_select{
	background: #F90;
	border: 1px solid #FF7900;
	color: #FFF;
}
.btn_none{
	background:#F3F3F3;
	border: 1px solid #999;
	color: #333;
}
.author_table_navi{
	margin-bottom: 15px;
}
.author_table_navi td{
	padding: 2px;
}
