﻿@charset "utf-8";
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.red{
	color:#0000FF;
}
a.red{
	color:#0000FF;
}
.blue{
	color:#1C6FB5;
}
a.blue{
	color:#1C6FB5;
}
body{
	font-size:12px;
}
.p10{
	padding:10px;
}
.pt10{
	padding-top:10px;
}
.pt30{
	padding-top:30px;
}
.pl10{
	padding-left:10px;
}
.pl50{
	padding-left:50px;
}
.m10{
	margin:10px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mb10{
	margin-bottom:10px;
}
.mb30{
	margin-bottom:30px;
}
.ml10{
	margin-left:10px;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.tleft{
	text-align:left;
}
.fs11{
	font-size:11px;
}
.fs12{
	font-size:12px;
}
.fs13{
	font-size:14px;
}
.fs14{
	font-size:14px;
}
.fs15{
	font-size:15px;
}
.red{
	color:#FF0000 !important;
}
.red a{
	color:#FF0000 !important;
}
.blue{
	color:#1C6FB5 !important;
}
.blue a:link{
	color:#1C6FB5 !important;
	text-decoration:none;
}
.blue a:visited{
	color:#F0F0F0 !important;
	text-decoration:none;
}
.blue a:hover{
	color:#0000FF !important;
	text-decoration:none;
}
.fleft{
	float:left;
}
.lh140{
	line-height:140%;
}
.bgw{
	background-color:#FFF;
}
input.bordernone{
	border:0;
	background:none;
	cursor:pointer;
	padding:6px 5px 5px;
	width:100%;
	height:27px;
}
tr.rss{
	height:2em;
	line-height:2em;
	border:solid 1px #CCC;
}
div.logbox,div.logbox2{
	border: solid 1px #D4DCE6;
	height: 440px;
	padding: 0px;
	overflow: auto;
}
.logbox2{
	height: 600px;
}
.popred, .category92, .category94, .category96, .category97, .category99, .category104, .category105, .category106, .category109, .category116, .category136{
  width:52px;
  margin:5px 1em 0 5px;
  padding:2px 4px;
  line-height:140%;
  font-weight:bold;
  text-align:center;
  -moz-border-radius: 5px;    /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
  border-radius: 5px;         /* CSS3 */
}
.popred{
  color:#FF0000;
  border:2px solid #FF0000;
}
.category92{
  color:#9932cc;
  border:2px solid #9932cc;
}
.category94{
  color:#ff670f;
  border:2px solid #ff670f;
}
.category96{
  color:#ff69b4;
  border:2px solid #ff69b4;
}
.category97{
  color:#2c539e;
  border:2px solid #2c539e;
}
.category99{
  color:#ffd700;
  border:2px solid #ffd700;
}
.category104{
  color:#00b7ea;
  border:2px solid #00b7ea;
}
.category105{
  color:#800000;
  border:2px solid #800000;
}
.category106{
  color:#000;
  border:2px solid #000;
}
.category109{
  color:#006e2e;
  border:2px solid #006e2e;
}
.category116{
  color:#64DB07;
  border:2px solid #64DB07;
}
.category136{
  color:#fa8072;
  border:2px solid #fa8072;
}
/*main*/
#main{
	min-width:1130px;
	width:100%;
	overflow: hidden; 
}
#sidebar1{
	float:left;
	width:160px;
	margin-right:-170px;
	position:relative;
	z-index:2;
	padding:0 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	text-align:center;
}
#top{
	float:left;
	width:100%;
	margin-right:-200px;
	position:relative;
	z-index:1;
	padding-bottom: 32767px;  
	margin-bottom: -32767px; 
}
#top div#content{
	margin-left: 171px; /* 左サイドバーの幅に合わせる */
	margin-right: 190px; /* 右サイドバーの幅に合わせる */
	padding-bottom: 32767px;  
	margin-bottom: -32737px; 
	
}
#sidebar2{
	float:left;
	width:190px;
	position:relative;
	z-index:2;
	padding-bottom: 32767px;  
	margin-bottom: -32767px; 
}
div#content2{
	margin:20px 10px 0 20px;
}
#siterank{
	border:1px solid #666;
	background:#CCCCCC;
	width:90px;
	margin:10px auto;
	text-align:center;
	line-height:24px;
}
#sidebar2 ul.menu img{
	padding-left:3px;
	padding-right:3px;
}
#sidebar2 ul.menu span{
	padding-left:3px;
	padding-right:5px;
}

#footer{
	clear:both;
	min-width:1130px;
	width:100%;
	height:25px;
	line-height:25px;
	color:#FFF;
	background:url(../img/footerbg.png) repeat-x;
	text-align:center;
}


h1{
	margin:20px 0px 10px;
	font-size:14px;
}
h1 a{
	display:block;
	padding:10px 0;

}
h3{
	border-left:20px double #ccc;
	padding:.5em .6em;
}

div.title{
	height:25px;
	line-height:25px;
	color:#FFF;
	background:url(../img/footerbg.png) repeat-x;
	border-top-left-radius: 5px;         /* CSS3 */
	border-top-right-radius: 5px;         /* CSS3 */
	-moz-border-radius-topleft: 5px;    /* Firefox */
	-moz-border-radius-right: 5px;    /* Firefox */
	-webkit-border-top-left-radius: 5px; /* Safari,Chrome */
	-webkit-border-top-right-radius: 5px; /* Safari,Chrome */
	margin:10px 0 0;
}
div.siteinfo{
	margin: 20px 0 10px 10px;
}
table.siteinfo{
	margin: 0 auto;
}
div.adv{
	text-align:center;
}
#sidebar1 li,#sidebar2 ul.menu li{
	text-align:left;
	background-color:#FFF;
	border-bottom:1px solid #D4DCE6;
	border-left:1px solid #D4DCE6;
	border-right:1px solid #D4DCE6;
}
#sidebar1 li.odd,#sidebar2 ul.menu li.odd{
	background-color:#F6F6F6;
}
#sidebar2 ul.menu span.pv{
	display:block;
	position:absolute;
	width:150px;
	height:50px;
	margin:0px 0 4px;
	padding:0px 0 3px;
	overflow:hidden;
	line-height:18px;
}
#sidebar2 ul.menu a.pv{
	min-height:60px;
}
#sidebar2 ul.menu a:visited.pv{
	color:#A4A4A4;
	text-decoration:none;
}
#sidebar1 li a,#sidebar2 ul.menu li a{
	display:block;
	padding:0px 5px;
	text-decoration:none;
	overflow:hidden;
	height:2em;
	line-height:2em;
}
#sidebar1 li a:hover,#sidebar2 ul.menu li a:hover{
	background-color:#DDDDFB;
}
#searchform {
	width: 160px;
	background: url(../img/input4.gif) left top no-repeat;
	display: block;
	height: 24px;
	position: relative;
	margin:10px 0 0;
}
#keywords  {
	width: 116px;
	position: absolute;
	top: 1px;
	left: 12px;
	height:19px;
	border: 0px;
}
#searchBtn {
	position: absolute;
	top: 3px;
	left: 134px;
}
#fix_topixbox{
	margin-top:10px;
}
.check{
	margin:20px 0px 30px 5px;
	text-align:center;
	width:155px;
	line-height:24px;
	display: block;
	background:url(../img/check.png) no-repeat ;
}
.check a{
	display:block;
	padding-left:20px;
	background:url(../img/checkon.png) no-repeat ;
}
.check a:hover{
	background: none;
}
div.article{
	margin:10px 20px 0;
	border-bottom:1px solid #D4DCE6;
	border-left:1px solid #D4DCE6;
	border-right:1px solid #D4DCE6;
	word-break: break-all;
}

div.pickup{
	margin:30px 20px 30px 20px;
	width:100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.pickupin{
	border-bottom:1px solid #D4DCE6;
	border-left:1px solid #D4DCE6;
	border-right:1px solid #D4DCE6;
	word-break: break-all;
	margin-bottom:20px;
	width:47%;
	overflow:hidden;
}
a.sitename{
	margin-right:1em;
	color:#fff;
}
a.sitelink{
	margin-left:1em;
	color:#fff;
}
div.subcate,p.catep{
	margin:10px 20px 0;
	padding:5px;
	text-align:center;
	background:#F0F0F6;
	border:solid 1px #c3c3c3;
}
div.subcate{
	height:500px;
	display:none;
}

#head{
	padding:30px 10px 0 20px;
}
#head1,#head3{
	float:left;
	width:88px;
	margin-right:-100px;
	text-align:center;
	position:relative;
	z-index:4;
	border:1px solid #666;
	background:#CCCCCC;
	text-align:center;
	line-height:24px;
}
#head1 a,#head3 a{
	display:block;
	padding:1px;
}
#head2{
	float:left;
	width:100%;
	margin-right:-100px;
	position:relative;
	z-index:3;
}
#head2 div{
	background:url(../img/titlebg.png)0 -5px #000;
	color:#FFF;
	margin-left:100px;
	margin-right:110px;
	padding:7px 5px 4px 5px;
	overflow:hidden;
	font-size:16px;
	height:1.1em;
	line-height:1.1em;
	white-space:nowrap;
}
#head2 a{
	color:#FFF;
	display:block;
	width:100%;
	overflow:hidden;
}




table.article{
	width:100%;

}
table.article th{
	background:url(../img/footerbg.png) repeat-x;
	line-height:25px;
	color:#FFF;
	font-size:14px;
	white-space:nowrap;
	text-align:left;
	padding:0 5px;
}
table.article th div{
	background:url(../img/footerbg.png) repeat-x;
	min-width:45px;
}

table.article td{
}

table.article tr{
	background:#FFF;
}
table.article tr.odd{
	background-color:#fff;
}
table.article td.article{
	overflow:hidden;

}
table.article td.article a,table.article td.site a{
	display:block;
	overflow:hidden;
	height:36px;
	line-height:36px;
	min-height:36px;
}
table.article .site{
	min-width:120px;
	width:170px;
}
table.article td.site a{
	padding:0 5px 0 10px;
}
table.article td.date{
	padding:0 5px;
	height:3.0em;
	vertical-align:middle;
	white-space: nowrap;
}
table.article td.date2{
	padding:0 5px;
	height:3.0em;
	vertical-align:middle;
	white-space: nowrap;
	width:10em;
}
table.article th.date{
	width:30px;
}
table.article th.pgr{
	width:100px;
}
table.article th.title{
	max-width:638px;
}
table.article th.site{
	width:155px;
}
table.article th.link{
	width:140px;
}
table.article td.pgr{
	padding:14px 0 0 6px;
	width:90px;
	position:relative;
	display:inline-block;
}
table.article td.link{
	padding:8px 0 0 6px;
	width:140px;
	position:relative;
	display:inline-block;
}
table.article td.pgr div.mes{
	position:absolute;
	left:10px;
	top:8px;
	color:#FFF;
	font-size:13px;
}
table.article td.pgr div.count{
	position:absolute;
	right:6px;
	top:9px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
table.article td div.none{
	display:none;
}
table.article td a:link{
	color:#A4A4A4;
	text-decoration:none;
}
table.article td a:visited{
	color:#A4A4A4;
	text-decoration:none;
}
table.article td a:hover{
	text-decoration:none;
	background-color:#DDDDFB;
}
table.article .rank{
	width:2em;
	text-align:center;
	vertical-align:middle;
}
td .pgrline {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A3A3A3', endColorstr='#FFFFFFFF');
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #A3A3A3 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #A3A3A3 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #A3A3A3 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #A3A3A3));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #A3A3A3 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to top, #FFFFFF 0%, #A3A3A3 100%);	
	width: 80px;
	height: 8px;
	border: 1px solid rgb(170, 170, 170);
}

td .pgrline .pgr {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0AFF1B', endColorstr='#000000');
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #0AFF1B 0%, #000000 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #0AFF1B 0%, #000000 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #0AFF1B 0%, #000000 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0AFF1B), color-stop(1, #000000));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #0AFF1B 0%, #000000 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #0AFF1B 0%, #000000 100%);	color: rgb(102, 153, 204);
	max-width: 80px;
	width: 1px;
	height: 8px;
}


h2{
	background: url(../img/titlebg.png) repeat-x 0 -3px #000;
	line-height:30px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	margin:0 20px;
}
h2.amatitle{
	width:728px;
	margin:10px auto 0;
}
h2.pickup{
	margin-top:60px;
}
.adv2{
	clear:both;
	text-align:center;
	padding:10px 0 10px 5px;
	line-height:60px;
}
.adv3{
	clear:both;
	margin:20px auto 10px;
	width:624px;
}
#adv3{
	margin:20px auto 10px;
	width:728px;

}
div.article2{
	position:relative;
	margin:10px 0px;
}
div.article2 a{
	display:block;
	width:100%;
}
div.article2 ul{
	position:relative;
	left:50%;
	float:left;
}
div.article2 li{
	position:relative;
	left:-50%;
	float:left;
	border:1px solid #666;
	background:#CCCCCC;
	width:90px;
	margin:0 10px;
	text-align:center;
	position:relative;
	z-index:4;
	line-height:24px;
}
div.article3{
	margin:0px 20px 0;
	border-bottom:1px solid #D4DCE6;
	border-left:1px solid #D4DCE6;
	border-right:1px solid #D4DCE6;
}
div.article4{
	margin:10px 0px 0;
	border:1px solid #D4DCE6;
}
div.article5{
	margin:10px 0px 0;
	border:1px solid #D4DCE6;
}

ul.box li{
	float:left;
	border:1px solid #666;
	background:#CCCCCC;
	margin:0 5px 10px;
	text-align:center;
	position:relative;
	line-height:24px;
}
nav.category-navi ul {
    background: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-top:1px solid #ccc;
}
 
nav.category-navi ul li {
    border-right: 1px solid #ccc;
    display: table-cell;
}
 
nav.category-navi ul li:last-child {
    border-right: none;
}
 
nav.category-navi ul li a {
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}
 
li.check92 a:hover {
    background: #9932cc;
    color: #FFF;
}
li.check94 a:hover {
    background: #ff670f;
    color: #FFF;
}
li.check96 a:hover {
    background: #ff69b4;
    color: #FFF;
}
li.check97 a:hover {
    background: #2c539e;
    color: #FFF;
}
li.check99 a:hover {
    background: #ffd700;
    color: #FFF;
}
li.check104 a:hover {
    background: #00b7ea;
    color: #FFF;
}
li.check105 a:hover {
    background: #800000;
    color: #FFF;
}
li.check106 a:hover {
    background: #000;
    color: #FFF;
}
li.check109 a:hover {
    background: #006e2e;
    color: #FFF;
}
li.check116 a:hover {
    background: #64DB07;
    color: #FFF;
}
li.check136 a:hover {
    background: #fa8072;
    color: #FFF;
}
li.check105 a:hover {
    background: #A0522D;
    color: #FFF;
}
li.true92 a{
    background: #9932cc;
    color: #FFF;
}
li.true94 a{
    background: #ff670f;
    color: #FFF;
}
li.true96 a{
    background: #ff69b4;
    color: #FFF;
}
li.true97 a{
    background: #2c539e;
    color: #FFF;
}
li.true99 a{
    background: #ffd700;
    color: #FFF;
}
li.true104 a{
    background: #00b7ea;
    color: #FFF;
}
li.true105 a{
    background: #800000;
    color: #FFF;
}
li.true106 a{
    background: #000;
    color: #FFF;
}
li.true109 a{
    background: #006e2e;
    color: #FFF;
}
li.true116 a{
    background: #64DB07;
    color: #FFF;
}
li.true136 a{
    background: #fa8072;
    color: #FFF;
}
li.true105 {
    background: #A0522D;
    color: #FFF;
}

/*jquery table*/
table.tablesorter thead tr .header div{
	background-image: url(../js/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color:#A4A4A4;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#fff;
}
table.tablesorter thead tr .headerSortUp div{
	background-image: url(../js/asc.gif);
}
table.tablesorter thead tr .headerSortDown div{
	background-image: url(../js/desc.gif);
}

/*右サイドバー画像ランク*/
#imgrank{
	width:156px;
	height:195px;
	margin-bottom:10px;
	border:2px solid #666;
	background-color:#666;	
}
#image-navigation .navi-image {
	position:relative;
	overflow:hidden;
	width:156px;
	height:195px;
}
#image-navigation .navi-image a { display:block; position:relative; background:#000;}
#image-navigation .navi-image a { position:absolute; top:0; left:0; z-index:8; }
#image-navigation .navi-image a.active { z-index:10; }
#image-navigation .navi-image a.last-active { z-index:9; }
#image-navigation img{
	position:relative;
	min-width:156px;
	min-height:195px;
	max-width:300px;
	max-height:384px;
	z-index:15;
}
#image-navigation a span.title{
	display:block;
	position:absolute;
	left:0;
	top:130px;
	width:157px;
	height:60px;
	z-index:20;
	padding:5px 0 0px;
	color:#FFF;
	overflow:hidden;
/*
	background:#000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
*/
	line-height:20px;
	font-size:14px;
	background:url(../img/imgrankbg.png);
}
#image-navigation a span span{


}
/*
#image-navigation .navi-image{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#image-navigation .navi-image:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	
}
#image-navigation{

}
*/
#sidebar2 .navi{
	width:100%;
	height:1em;
}
#sidebar2 .navi ul{
	position:relative;
	left:50%;
	float:left;
	padding:9px 0 0;
}
#sidebar2 .navi li{
	float:left;
	position:relative;
	left:-50%;
}
#image-navigation li a{
	color:#FFF;
	padding:5px 10px 1px;
	position:relative;
	top:-1px;
}
#image-navigation li a.active{
	color:#EEE;
	text-decoration:none;
	background:#333;

}
#amacontent{
	margin:0 auto;
	width:728px;
	text-align:center;
	position:relative;
	left:-3px;
	top:0;
}

/*favamazon*/
#favamazon{
	float:left;
	padding:0px 0 0;
	margin:0px 0 3px;
	width:500px;
	height:414px;
	overflow:hidden;
}
/*amazon*/
#amazon{
	float:left;
	width:228px;
}
.mosaic-block{
	float:left;
	position:relative;
	overflow:hidden;
	width:228px;
	height:132px;
	margin: 0 1px 1px 0;
	background:#111 url(../images/loader.gif) no-repeat center center;
	border: 3px solid #fff;
	text-align:center;
}
.mosaic-block img{
	width:228px;
	min-height:132px;
	color:#FFF;
}
#favamazon .mosaic-block{
	width:500px;
	height:414px;
	position:relative;
}
#favamazon .mosaic-block img{
	min-width:500px;
	min-height:414px;
}
.mosaic-backdrop{
	display:none;
	position:absolute;
	bottom:0;
	height:100%;
	width:100%;
	background:#111;
}
.mosaic-overlay{
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(../js/bg_black.png);
	font-size:16px;
}
.mosaic-block a.mosaic-overlay{
	display:block;
	padding:3px 0 0;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
}
#favamazon a.mosaic-overlay{
	position:absolute;
	bottom:0px !important;
}
#favamazon div.details{
}
input.head{
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	padding:2px 0;
}
#popup{
	position:fixed;
	left:40%;
	top:45%;
	z-index:1000;
	background:#FFF;
	padding:1px;
	border:1px solid #999;
-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#popup li{
	padding:5px;
}
#popup li.separator{
	padding:0px;
}

#popup img{
	position:relative;
	top:2px;
}
#popup a{
	display:block;
	padding:4px;
}
#popup a:hover{
	padding:3px;
	background:#B6BDD2;
	border:1px solid #0A246A;
	text-decoration:none;
}

/*mediascreen*/
@media screen and (max-width: 1135px) {
	#sidebar1 .check{
		//margin-bottom:2020px;
	}
	#main{
		min-width:940px;
		width:100%;
		position:relative;
	}
	#top div#content{
		border-right:0px;
		margin-right: 0px; /* 右サイドバーの幅に合わせる */
	}
	#footer{
		width:100%;
		min-width:940px;
	}
	#sidebar2 {
		display:none;
		/*
		clear:both;
		position:absolute;
		left:-10px;
		top:760px;
		padding-bottom: 0px;  
		margin-bottom: 0px; 
		*/
	}
	#sidebar2 imgrank{
	}
	#sidebar2 ul.menu,#sidebar2 div.title,#sidebar2 #siterank{
	}
	div.subcate{
		height:650px;
	}
}