body{
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";
	color:#333333;
	-webkit-text-size-adjust:none;
}
a img{ border:none;
}
/*↓ベースのリンクアクション*/
a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
}
/* clearfix */
.clearfix:after {
	content:".";  /* 新しい要素を作る */
	display:block;  /* ブロックレベル要素に */
	clear:both;
	height:0;
	visibility:hidden;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
}
.wrap{
	width:100%;
	margin:0;
	padding:0;
}
.top_logobox{
	width:100%;
	height:50px;
	margin:0;
}
.top_logo{
	width:150px;
	height:50px;
	margin:0 auto;
}
.top_no_logo{
	width:100%;
	height:50px;
	margin:0 auto;
}
/*↓検索フォーム*/
.searchform_box{
	width:277px;
	height:30px;
	margin:0 auto;
	padding:0 0 12px 0;
}
.searchform{
	height:30px;
}
#keywords{
	width:220px;
	height:26px;
	margin-right:5px;
	margin-top:2px;
	float:left;
	background-color:#F3F3F3;
	border:1px #E7E7E7 solid;
}
#searchBtn{
	width:50px;
	height:30px;
	float:right;
}
/*↑検索フォーム*/
/*↓広告*/
.adtibox{
	width:320px;
	margin:2px auto;
}
/*↑広告*/
/*↓各ジャンル*/
section{
	width:100%;
	margin:0;
}
.introbox{
	display:table;
	padding:12px 0;
	width:100%;
	border-bottom:1px #E3E3E3 solid;
}
.introbox_last{
	display:table;
	padding:12px 0;
	width:100%;
}
.intro_image{
	display:table-cell;
	width:60px;
	padding-left:6px;
	padding-right:8px;
	vertical-align:middle;
}
.intro_textbox{
	display:table-cell;
	vertical-align:top;
	margin:0;
}
.intro_textbox_title{
	line-height:160%;
	font-size:16px;
	font-weight:bold;
}
.intro_textbox_time{
	margin-top:5px;
	font-size:12px;
	font-weight:200;
}
.intro_textbox_arrow{
	display:table-cell;
	width:19px;
	padding:0 6px 0 3px;
	vertical-align:middle;
}
.pagebox{
	width:100%;
	padding:10px 0;
	position: relative;
	overflow: hidden;
}
.backpage{
	width:38%;
	margin-left:6px;
	font-size:16px;
	float:left;
}
.toppage{
	width:20%;
	font-size:16px;
	text-align:center;
	float:left;
}
.nextpage{
	width:35%;
	margin-right:6px;
	font-size:16px;
	text-align:right;
	float:right;
}
.categorybg{
	width:100%;
}
.categorybg_text{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 7px 12px;
}
.archive_time{
	margin-left:6px;
	float:left;
	font-size:16px;
}
.archive_arrow{
	width:13px;
	height:18px;
	margin:0 6px 0 0;
	background-image:url(../images/mb_smallarrow.png);
	float:right;
}
/*↑各ジャンル*/
/*↓ランキング*/
.rankingbox{
	display:table;
	padding:8px 0;
	width:100%;
	background-color:#EAEAEA;
	border-bottom:1px #E3E3E3 solid;
}
.rankingbox_last{
	display:table;
	padding:8px 0;
	background-color:#EAEAEA;
	width:100%;
}
.ranking_numbox{
	width:30px;
	display:table-cell;
	vertical-align:middle;
}
.ranking_textbox{
	display:table-cell;
	margin:0;
	line-height:140%;
	font-size:14px;
	vertical-align:middle;
}
.ranking_num {
	height: 15px;
	width: 18px;
	color: #fff;
	background-color: #F39B30;
	font-size:11px;
	padding-top:3px;
	margin: 0 6px;
	border-radius:3px;            /* CSS3 */
	-moz-border-radius:3px;       /* Firefox */
	-webkit-border-radius:3px;    /* Safari,Chrome */
	behavior: url(/static/css/ie-css3.htc);	  /* IE */
	z-index:1;
	text-align:center;
}
/*↑ランキング*/
/*↓カテゴリ*/
.categorybox{
	display:table;
	padding:8px 0;
	width:100%;
	background-color: #FFFFF0;
	border-bottom:1px #E3E3E3 solid;
}
.categorybox_last{
	display:table;
	padding:8px 0;
	width:100%;
	background-color: #FFFFF0;
}
.category_textbox{
	display:table-cell;
	padding-left:12px;
	vertical-align:middle;
}
.category_textbox_title{
	line-height:140%;
	font-size:18px;
	font-weight:bold;
}
.category_textbox_subtitle{
	font-size:14px;
}
.category_textbox_arrow{
	display:table-cell;
	width:19px;
	margin:0 6px 0 3px;
	vertical-align:middle;
}
/*↑カテゴリ*/
/*↓コンテンツ一覧*/
.contentsbg{
	width:100%;
	background-color:#1F1F1F;
}
.contentsbg_text{
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0 7px 12px;
}
.contentsbox{
	padding-top:12px;
	width:100%;
}
.contentsbox_text{
	padding-left:12px;
}
.site_center {
	padding:0 12px;
}
/*↑コンテンツ一覧*/
/*↓フッター*/
.footer_bg{
	margin-top:12px;
	width:100%;
}
.footer_text{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding:10px 0 7px 12px;
}
/*↑フッター/
/*↓記事全文ページ*/
.newstitle_box{
	background-color:#FFFFE8;
}
.newstitle{
	padding:6px;
	font-size:18px;
	font-weight:900;
	line-height:170%;
}
.newstime{
	margin:6px 6px 0 6px;
	font-size:12px;
	font-weight:200;
}
.news_socialbox{
	margin:10px 6px 8px 6px;
}
.news_socialicon{
	margin-right:12px;
	float:left;
}
.newsimagebox{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.newsimagebox_image{
	max-width:200px;
	margin:0 auto;
}
.newsimagebox_text{
	max-width:200px;
	font-size:12px;
	margin:3px auto 0 auto;
	line-height:140%;
}
.newsmaintext{
	margin:12px 6px 0 6px;
	font-size:16px;
	line-height:150%;
}
.newsmaintext a:link{
	color:#0000ff;
}
.newsmaintext a:visited{
	color:#0000ff;
}
.newsmaintext a:hover{
	color:#0000ff;
}
.news_writerbox{
	margin:5px 6px 5px 6px;
}
.news_writerbox_image{
	width:52px;
	height:52px;
	float:left;
}
.news_writerbox_text{
	height:52px;
	margin-left:15px;
	font-size:12px;
	float:left;
}
.news_writerbox_textup{
	height:18px;
	margin-top:8px;
}
.news_writerbox_textdown{
	height:22px;
	margin-top:4px;
}
.anothernewsbox{
	margin:30px 6px 0 6px;
}
.anothernewsbox a:link{
	color:#0000ff;
}
.anothernewsbox a:visited{
	color:#0000ff;
}
.anothernewsbox a:hover{
	color:#0000ff;
}
.anothernewsbox_title{
	font-size:16px;
	font-weight:900;
	margin-bottom:10px;
}
.anothernewsbox_text{
	font-size:14px;
	margin-bottom:10px;
}
.detail_line_blue{
	border-color:#2B60FF;
	border-style:solid;
	border-width:0 0 1px 5px;
	padding:3px 0 3px 6px;
	margin:12px 0;
}
.detail_line_red {
	border-color:#EA0000;
	border-style:solid;
	border-width:0 0 1px 5px;
	padding:3px 0 3px 6px;
	margin:12px 0;
}
.detail_line_green {
	border-color:#009525;
	border-style:solid;
	border-width:0 0 1px 5px;
	padding:3px 0 3px 6px;
	margin:12px 0;
}
.detail_line_orange {
	border-color:#FF8000;
	border-style:solid;
	border-width:0 0 1px 5px;
	padding:3px 0 3px 6px;
	margin:12px 0;
}
.detail_line_gray {
	border-color:#999999;
	border-style:solid;
	border-width:0 0 1px 5px;
	padding:3px 0 3px 6px;
	margin:12px 0;
}
/*↑記事全文ページ*/

/*ページャー*/
* {
      margin: 0;
      padding: 0;
      font-style: normal;
      list-style: none;
}
body {
      font: 70% Arial, Helvetica, sans-serif;
}
ul.pager {
      margin: 10px;
      position: relative;
      left: 50%;
      float: left;
}
ul.pager li {
      float: left;
      margin-right: 10px;
      padding-right: 10px;
      border-right: 1px #999999 solid;
      position: relative;
      left: -50%;
}
ul.pager li.next {
      border-right: none;
      position: relative;
      left: -50%;
      float: left;
}
ul.pager li a:link,
ul.pager li a:visited {
      color: #3366FF;
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      color: #FF6633;
      text-decoration: none;
}
ul.pager li em {
      font-weight: bold;
}

/*ページャーここまで*/

/*ソーシャルボタン*/
.social_btn {
	margin: 10px 20px 0 20px;
	float:left;
}


