/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,
var,a,b,i,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,row-buttontion,time,mark,audio,video{
	margin:0;	padding:0;
	border:0;	outline:0;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	line-height:1.2em;
	vertical-align:baseline;
	background:transparent;
}
body{
	min-height:416px;
	-webkit-text-size-adjust:none;
	color:#000;
}
article,aside,dialog,figure,footer,header,hgroup,nav,row-buttontion{
	display:block;
}
nav ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
hr{
	display:block;
	height:1px;
	margin:1em 0;
	padding:0;
	border:0;
	border-top:1px solid #ccc;
}
hr.shadow{
	display:block;
	height:7px;
	border:0;
	margin:0;
	padding:0;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.15)), to(rgba(0,0,0,0)));
}
input,select{
	vertical-align:middle;
}
p{
	margin:5px 0;
}
a{
	text-decoration:none;
	color:#00407f;
}
ul, ol{
	padding:0;
	margin:.5em 0 .5em 1.5em;
}
li{
	margin:.7em 0;
}
dl{
	margin:1px 3px;
}
dt{
	margin:5px 0 2px 0;
/*	color:#777;*/
}
dd{
	margin:2px 0 5px 15px;
}
h2, h3{
	margin:0;
	padding:5px 10px;
	background:#ccc;
}
h2{
	font-size:1.1em;
}
em{
	font-style:normal;
	color:#c00;
}


/* コンテナ */
#container{
	width:100%;
	min-height:100%;
	overflow:hidden;
}
#banner{
	padding:0;
	height:50px;
	min-height:50px;
	border-bottom:1px solid #ddd;
}
.paging{
	text-align:center;
}
.board{
	border-bottom:1px solid #ddd;
	padding:7px;
}
#footer{
	color:#666;
	font-size:12px;
	text-align:center;
	padding-bottom:5px;
	padding:5px 0;
}



/* 開閉メニュー */
.row-button{
	padding:15px 20px 12px 10px;
	cursor:pointer;
	background:#4f86d4;
	background:-webkit-gradient(linear, left top, left bottom, from(#6fc3f3), color-stop(0.49, #4fa4d4), color-stop(0.5, #4190c0), to(#1a7ead));
	border-bottom:1px solid #0a628b;
	color:#fff;
}
.row-button .title{
	float:left;
	width:95%;
	font-size: 16px;
	font-weight:bold;
}
.expmenu{
	display:none;
	overflow:hidden;
	-webkit-transition-property:height, opacity;
	-webkit-transition-duration:0.5s, 0.5s;
	-webkit-transition-timing-function:ease-out;
	width:100%;
}
.expmenu-open{
	overflow:hidden;
	-webkit-transition-property:height, opacity;
	-webkit-transition-duration:0.5s, 0.5s;
	-webkit-transition-timing-function:ease-out;
	width:100%;
}
.arrow{
	float:right;
}
.arrow>img{
	-webkit-transition-property:-webkit-transform,opacity;
	-webkit-transition-duration:0.5s;
	-webkit-transition-timing-function:ease-out;
}



/* 一覧 */
ul.list{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	border-top:1px solid #ddd;
}
ul.list>li{
	display:block;
	clear:both;
	padding:0;
	margin:0;
}
article.post{
        border-bottom:1px solid #ddd;
}
article.post>a,
ul.list>li>a{
	padding:10px 30px 8px 10px;
	min-height:20px;
	display:block;
	position:relative;
	background:url(../img/arrow_next.png) no-repeat right center;
	border:0;
}
article.post .title,
ul.list .title{
	display:block;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
article.post .title b.new{
	display:inline-block;
	background:#e00;
	color:#fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:5px;
	padding:2px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	vertical-align:middle;
}
ul.list .title.new{
	padding-left:30px;
	background:url(../img/new.png) no-repeat left 2px;
}
.thumbnail.list .img{
	float:left;
	border:1px solid #ccc;
	padding:2px;
	line-height:0;
	margin:0 10px 0 0;
}
.thumbnail.list .description{
	color:#666;
	font-size:12px;
	margin:5px 0;
}
.thumbnail.list .item{
	margin-left:75px;
	display:block;
}
.ranking.list .num{
	position:absolute;
	top:12px;
	text-align:center;
	width:18px;
	line-height:1.3em;
	color:#393;
	background:#defdd1;
	color:#fff;
	background:#c2d41a;
	border:1px solid #c2d41a;
	-webkit-border-radius:10px;
}
.ranking.list .item{
	margin-left:30px;
}
.ranking.list .count{
	float:right;
	text-align:right;
	color:#666;
}
.from,
.date,
.count,
.prop{
	font-size:12px;
	margin-right:.5em;
	color:#555 !important;
}
.from a{
	text-decoration:underline;
}



/* Google Adsense */
.g-ads{
	padding:10px;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0.05)));
	border-bottom:1px solid #ddd;
}
.g-ads h2{
	padding:1px 0;
	background:none;
	font-size:0.8em;
	border:0;
	color:inherit;
	border-bottom:1px solid;
}
.g-ads ul{
	margin:5px 0 -5px;
	padding:0;
	list-style:none;
}
.g-ads li{
	margin:10px 0px;
	line-height:1.0em;
}
.g-ads a{
	display:block;
	width:100%;
}
.g-ads .line1{
	font-weight:bold;
	line-height:1.1em;
}
.g-ads .line2{
	color:#000;
	font-size:0.9em;
	line-height:1.1em;
}
.g-ads .url{
	color:#666;
	font-size:0.8em;
	line-height:1.1em;
	overflow:hidden;
}



/* 汎用 */
.box{
	padding:7px;
	margin:3px;
	border:1px solid #ccc;
	background:#fff;
	-webkit-border-radius:6px;
}
a.button,
input[type="submit"],
input[type="button"]{
	display:inline-block;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.49, #fff), color-stop(0.52, #f8f8f8), color-stop(0.95, #eee), to(#fff));
	border:1px solid #bbb;
	color:#000;
	-webkit-border-radius:5px;
	padding:15px;
	margin:3px 2px;
	font-size:1em;
}
a.button.mini{
	padding:5px !important;
}
a.button.mini img{
	line-height:0;
}
a.button.small,
input[type="submit"]{
	padding:10px !important;
}
input[type="text"],
input[type="password"],
textarea{
	font-size:1.2em;
	font-family:san-serif;
	border:1px solid #ccc;
	padding:7px 5px !important;
	-webkit-border-radius:2px;
}
a.more{
	background-color:#f6f6f6 !important;
}
.center{text-align:center;}
.right{text-align:right;}
.large{font-size:1em;}
.small{font-size:14px;}

ul.list>li>a:after,
.row-button:after,
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul.list>li>a,
.row-button,
.clearfix{
  min-height: 1px;
}
* html ul.list>li>a,
* html .row-button,
* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* 2012/07/13 */
.thumb{
	float:left;
	margin-right: 10px;
}

.imglist{
	list-style:none;
}
.imglist li{
	float:left;
	font-size:11px;
	width:20%;
	margin-right:4%;
	overflow:hidden;
}
.imglist li a{
	display:block;
	font-size:11px;
	text-align:center;
}
.imglist li img{
	width:auto;
	max-height:80px;
}
.imglist li span{
	display:block;
	text-align:left;
}

.gotop span{
	background: url(/images/img/ico_gotop.png) 50% 50% no-repeat;
	background-size: 16px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-indent:-9999px;
	display: block;
	width: 16px;
	height: 16px;
}
