@charset "utf-8";

html {
	overflow-y: scroll;
	font-size: 55.5%;
	font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","osaka","ＭＳ Ｐゴシック",sans-serif;
}
body {
	margin: 0;
	padding: 0;
/*background: #fafafa;*/
	background: #F5F8FA;

}
a {
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
h1 {
	font-size: 12px;
	font-size: 1.6rem;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-size: 1.6rem;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	font-size: 1.3rem;
	font-weight: normal;
	border: 1px solid #ddd;
}

h4 {
	font-size: 10px;
	font-size: 1.3rem;
	font-weight: normal;
	border: 1px solid #ddd;
	background: #33373E;
	width: 90%;
	padding: 8px 8px;
	font-size:12px;
	color:#fff;
	text-align: center;
	margin: 30px auto 10px auto;
}
h1, h2 {
	color: #666;
	line-height: 1.2;
}
div, header, footer, nav, article, section, h1, h2, #pagenavi a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header, footer, nav {
	min-width: 1120px;
	width: 100%;
}

/*	ヘッダー	*/
header {
	position: absolute;
	top: 0;
	font-size: 14px;
	font-size:1.4rem;
	height: 100px;
/*	background: #ddd;*/
}
div.inner {
	position: relative;
	width: 1120px;
	margin: 0 auto;
}
a#sitelogo {
	display: inline-block;
	width: 300px;
	height: 100px;
}
div#headbanner {
	position: absolute;
	top: 5px;
	right: 0;
	width: 800px;
	height: 90px;
	overflow: hidden;
}

/*	ナビ	*/
nav {
	position: absolute;
	top: -50px;
	margin: 150px 0 0;
	padding: 0;
	height: 40px;
/*	background: #678;*/
	background: #999;
}
nav.fix {
	transition: 0.5s top ease;
	position: fixed;
	margin: 0;
	top: 0;
	z-index: 999;
}
nav ul {
	position: relative;
	width: 1150px;
	height: 40px;
	margin: 0 auto;
	background: #999;
}
nav ul li {
	width: 15%;
	float: left;
}


nav ol {
	transition: 0.3s height ease;
	height: 40px;
	border-left: 1px solid #ddd;
	position: relative;
	z-index: 2;
}
nav ol li {
	width: 200%;
	display: block;
	height: 0;
	overflow: hidden;
	background: #999;
}
nav ol a {
	text-align: left;
	padding-left: 10px;
}
nav ol li:first-child {
	width: 100%;
	height: 40px;
}
nav ol li:first-child a {
	text-align: center;
	padding-left: 0;
}
nav ol:hover {
	height: auto;
}
nav ol:hover > li {
	display: block;
	height: 40px;
}
nav a, nav span, nav li {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #fff;
	cursor: pointer;
}
nav li.logo {
	transition: width 0.5s ease, height 0.5s ease;
	width: 0;
	height: 0;
	overflow: hidden;
}
nav li.logo.fix {
	width: 15%;
	height: 40px;
}
nav li a#navlogo {
	display: block;
	height: 40px;
	text-align: center;
}
nav li a#navlogo img {
	display: inline-block;
	height: 40px;
}
nav li#buttons {
	text-align: right;
	cursor: auto;
}
nav a.navbtn {
	display: inline-block;
	line-height: 18px;
	width: 28px;
	height: 18px;
	margin: 6px 0 0;
	padding: 5px;
}
nav a.navbtn.navrss {
	background: url(./commons/icon_rss.png) center center no-repeat;
}
nav a.navbtn.navabout {
	background: url(./commons/icon_about.png) center center no-repeat;
}
nav a.navbtn.navmail {
	background: url(./commons/icon_mail.png) center center no-repeat;
}
nav a, nav span, nav ol li {
	transition: 0.1s background ease, 0.3s height ease;
}
nav a:hover, nav span:hover, nav ol li:hover, nav a.navbtn:hover {
	background-color: #c8c8c8;
}

/*	検索バー	*/
nav li#search {
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding-right: 10px;
	position: relative;
	text-align: right;
	cursor: auto;
}
nav li#search input {
	height: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	border: 0;
}
nav li#search input#submit {
	color: #fff;
	padding: 0 15px;
	background: #ccc;
	cursor: pointer;
}
nav li#search input#searchbox {
	width: 210px;
	line-height: 20px;
	border-radius: 10px 0 0 10px;
	padding-left: 10px;
	outline: 0;
}
nav li#search input#searchbox:focus {
	background: #eee;
}

/*	カラム構成	*/
div#wrapper {
	position: relative;
	margin: 170px auto 20px;
	padding: 20px 0;
	width: 1150px;
}
div#main, div#side {
	display: inline-block;
	min-height: 1500px;
	vertical-align: top;

}
div#main {
	position: relative;
	width: 820px;
	padding: 0 10px;
	background: #F5F8FA;
	margin-right: 15px;
}

div#main div.innerbanner {
	width: 728px;
	height: 90px;
	margin: 20px auto;
/*	background: #aaa;	*/
}
div#main #boxad {
	margin: 2px 2px 22px 34px;
	padding: 0;
	width: 728px;
	height: 280px;
}
div#main #boxad > * {
	float: left;
	margin: 0 14px;
}
div#side {
	width: 300px;
}
button#sctop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 30px;
	margin: 0;
	width: 80px;
	height: 40px;
	border: none;
	background: rgba(0,0,0,0.8);
	color: #fff;
	cursor: pointer;
}

/*	記事ボックス	*/
article#topentry.entrybox {
	float: none;
	height: 376px;
	width: 442px;
}
article#topentry.entrybox h1 {
	margin: 0 0 0 0px;
	width: 98%;
	line-height: 1.3;
}
article#topentry.entrybox span {
	text-align: left;
	padding-left: 8px;
	border-top: 1px dotted #ddd;
}
article#topentry img {
	height: 276px;
}
article.entrybox {
	position: relative;
	float: left;
	display: block;
	width: 260px;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 10px;
	height: 266px;
	/*	当初は#eef9ff、#daf1fd	*/
	border: 1px solid #ccc;
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
	background: #fff;
	cursor: pointer;
}
article.entrybox a {
	color: #333;
}
article.entrybox:hover {
	background: #daf1fd;
	border-color: #ccc;
}
article.entrybox:hover > img.entrythumb, article#entrybody a:hover > img, div#shoplinks a:hover, li.popularArticleWithImage a:hover > div.image img, div.side > a:hover > img {
	display: inline-block;
	margin: 0px 0px 0px 0px;

}
article.entrybox h2 {
/*
	border-left: 5px solid deepskyblue;
	padding-left: 5px;
*/
	margin: 0;
}
article.entrybox img.entrythumb {
	transition: 0.2s opacity ease;
	position: absolute;
	left: 5px;
	padding-left: 8px;
	bottom: 50px;
	height: 154px;
}
article.entrybox time, article.entrybox span {
	position: absolute;
	font-size: 11px;
	color: #dc143c;
	font-weight:bold;
}
article.entrybox time span {
	position: absolute;
	font-size: 11px;
	font-size: 1.2rem;
	color: #a9a9a9;
}
article.entrybox time {
	bottom: 5px;
	text-align: left;
}

article#topentry.entrybox  span.categories {
	border-top: 0px dashed #ddd;
}

article.entrybox span.categories {
	bottom: 22px;
	left: 0px;
	width: 98%;
	border-top: 1px solid #ddd;

	padding-left: 6px;
	padding-right: 0px;
}
article.entrybox span.categories a {
	padding: 3px 3px;
}
article.entrybox span.categories a:hover {

}
article.entrybox span.socialbtn {
	left: 10px;
	bottom: 0;
}

/*	個別記事	*/
div#wrapper.entrypage {
	padding-top: 0;
}
entrypage {
}
section#entryheader {
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.entry-bold {
	padding: 5px 0px 0px 5px;
	margin: 0;
	width: 100%;
	border: 1px solid #000;
	background: #33373E;
	color:#fff;
	font-size: 11px;
}
.top-time {
	padding: 0px 0px 0px 5px;
}
.entry-bold a {
	color:#fff;

}
.entry-bold a:hover {
	text-decoration: underline;
}
.entry-bold h1{
	color:#fff;
}
section#entryheader span#categories {
	background: url(./commons/icon_category.png) left center no-repeat;
	padding-left: 30px;
}
section#entryheader span#tags {
	background: url(./commons/icon_tag.png) left center no-repeat;
	padding-left: 30px;
}
section#entryheader span#entryinfo  a, article.entrybox span.categories a {
/*	background: #ccc;	*/
	color:#000;
	padding: 0 3px;
	font-weight:normal;
	font-size: 1.3rem;
}
section#entryheader span#entryinfo  a:hover {
/*
	color: #ddd;
	background: #daf1fd;
*/
	text-decoration: underline;
}
section#entryheader span#headbtns {
	display: inline-block;
	width: 50%;
	text-align: right;
}
section#entryheader span#headbtns > * {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
article#entrybody {
	margin: 0px 0px 0px 0px;
	padding: 25px  25px   25px  25px ;
	font-size: 13px;
	font-size: 1.6rem;
	background:#FFF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}
article#entrybody a, article#entrybody img {
	transition: 0.3s opacity ease;
}
article#entrybody img {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ddd;
	padding: 3px ;
}
div#headbtns2 {
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/d/9/d9662b6a.png) ;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*	商品情報・販売サイトリンク	*/
div#productdata table {
	width: 600px;
	border-collapse: collapse;
	display: inline-block;
}
div#productdata a#topimage {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
div#productdata a#topimage img {
	margin: 0;
	padding: 0;
}
div#productdata table tr td, div#productdata table th {
	padding: 0 15px;
	line-height: 1.3;
	font-size: 16px;
	font-size: 1.6rem;
	color: #222;
	border: 1px solid #ccc;
}
div#productdata table tr td {
	padding: 10px 25px;
}
div#productdata table th {
	width: 100px;
	background: #eee;
}
div#shoplinks {
	padding-top: 10px;
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/d/9/d9662b6a.png) ;
}
div#shoplinks:after, div.pager:before {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
div#shoplinks p {
	margin-top: 0;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
div#shoplinks img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
div#shoplinks a#shopimage {
	margin-bottom: 0;
	border: 1px solid #ccc;
	border-radius: 0;
	float: left;
}
div#shoplinks a {
	transition: 0.3s all ease;
	display: inline-block;
	border-radius: 10px;
	padding: 8px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
}
div#shoplinks a:hover {
	border-radius: 0;
	margin-right: 10px;
}
div#shoplinks a.shop1 {
	background: deepskyblue;
}
div#shoplinks a.shop2 {
	background: darkorange;
}
div#shoplinks a.shop3 {
	background: crimson;
}
div#shoplinks a.shop4 {
/*	background: #ff8c00;*/
	background: mediumblue;
}
div#shoplinks a.figad {
	display: block;
	width: 200px;
	text-align: center;
	margin-left: 235px;
	color: #222;
	background: #ccc;
}
div.waku {
	border-bottom: 1px solid #ddd;
}

/*	カテゴリ最新記事	*/
div.related-articles {
	padding: 20px 0;
}
.poplar-articles-main {
	text-align: center;
	padding-top: 18px;
	border: 1px solid #ccc;
}
div.related-articles h3, div.poplar-articles-main h3 {
	background: #33373E;
	width: 780px;
	padding: 8px 8px;
	font-size:12px;
	color:#fff;
	text-align: center;
	margin: 0 auto;
}
div.related-articles:hover > h3, div.poplar-articles-main:hover > h3 {
	font-size:12px;
	color:skyblue;
	border-color: 000;
	font-weight: bold;
	background:#5b5e64 ;
}

div.related-articles ul {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto;
	width: 90%;
	font-size:12px;
	color:#fff;
	border: 1px solid #000;
	padding: 10px 10px;
	background: #33373E;
	margin-bottom: 10px;
}
div.related-articles ul li a, div.sidebody a {

	line-height: 2;
	font-size:11px;
	color:#fff;
	background: #474b51;
	border: 1px solid #33373E;
	display: block;
	padding: 3px 10px;
	margin-bottom: 2px;
}
div.toy a {
	display: block;
	line-height: 2;
	font-size:11px;
	color:#fff;
	background: #474b51;
	border: 1px solid #33373E;
	display: block;
	padding: 3px 10px;
	margin-bottom: 2px;
}
div.related-articles ul li:last-child a {
/*	border-bottom: none;	*/
}
div.sidebody a:hover {
	color: deepskyblue;
}

div.related-articles ul li a:hover {
	color: deepskyblue;
	background:#5b5e64 ;
}

/*	サイドバー	*/
div.addpa a img{
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 4px;
}
div.sidetitle {
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/3/4/340faa44.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 8px 18px;
	background: #33373E;
	font-size:12px;
	color:#fff;
	border-left: 5px solid #408df2;
}
div.plugin-memo.sidewrapper {
	margin-bottom: 10px;
}

.side a:hover {
	color:skyblue;
	background:#5b5e64 ;
}
div.side {
	font-size:12px;
	color:#fff;
	border: 1px solid #000;
	padding: 10px 10px;
	background: #33373E;
	margin-bottom: 10px;
}

div.side > a img {
	margin: 0 auto;
	transition: 0.2s opacity ease;
}
ul.recent-article-image li {
	margin: 0 auto;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
ul.recent-article-image a {
	line-height: 1.4;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
}
ul.recent-article-image img {
	display: inline;
	float: left;
	margin-right: 5px;
}
li.popularArticleWithImage {
	position: relative;
	padding-bottom: 10px;
	height: 100px;
	width: 190px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
li.popularArticleWithImage a:hover > div.title {
	-moz-opacity: 1;
	opacity: 1;
}
li.popularArticleWithImage a {
	display: block;
}
li.popularArticleWithImage img {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}
li.popularArticleWithImage div.title, li.popularArticleWithImage div.comment, li.popularArticleWithImage div.retweet, li.popularArticleWithImage div.pv {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
}
li.popularArticleWithImage div.comment, li.popularArticleWithImage div.retweet, li.popularArticleWithImage div.pv {
	top: 0;
	right: 0;
	width: 100px!important;
	padding: 5px;
	text-align: center;
	background: rgba(0,0,0,0.6)!important;
}
li.popularArticleWithImage div.title {
	transition: 0.3s opacity ease;
	bottom: 0;
	left: 0;
	width: 100%!important;
	height: 40px;
	padding: 5px;
	background: rgba(0,0,0,0.6)!important;
	opacity: 0;
}
div.popularArticlesWithImage {
	margin: 10px 0 20px;
}

/*	パンくず・ページャー	*/
ul#pankuzu {
}
ul#pankuzu li, ul#pankuzu span {
}
ul#pankuzu span {
}
div.index-navigator-outer {
	text-align: center;
}
ul.index-navigator {
	padding: 0;
	margin: 0 auto 20px;
}
.index-navigator li {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}
.index-navigator li.current {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #aaa;
	background-color: #999;
}
.pager a, .pager-inner a {
	border: 1px solid #aaa;
	background: #fff;
	color: #999;
	cursor: pointer;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-weight: normal;
	line-height: 28px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
}
.pager a:hover, .pager-inner a:hover {
	color: #fff;
	background: #999;
}
ol.paging-number,
ol.paging-number li {
	display: inline;
}
#pagenavi, .pager {
	margin: 20px auto 0;
}
#pagenavi {
	width: 100%;
	margin: 10px auto 0;
}
ul#navibox {
	margin: 0;
	padding: 0;
}
#pagenavi li {
	width: 50%;
}
#pagenavi li.prev {
	float: left;
	text-align: left;
	padding: 0;
}
#pagenavi li.next {
	float: right;
	text-align: right;
	padding: 0;
}
#pagenavi a {
	display: inline-block;
	width: 100%;
	min-height: 50px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.3;
	vertical-align: top;
	background: #678;
	color: #fff;
}
#pagenavi li.prev a {
	border-right: 1px solid #fff;
}
#pagenavi a:hover {
	text-decoration: underline;
}

/*	フッター	*/
footer {
	border-top: 1px solid #ccc;
	height: 100px;
	background: #333;
	color: #aaa;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
footer  span {
	display: block;
	margin: 20px auto 10px;
}
footer a {
	color: #aaa;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 10px;
	padding-left: 20px;
}
footer a:hover {
	text-decoration: underline;
}
footer a.home {
	background-image: url(./commons/icon_minihome.png);
}
footer a.about {
	background-image: url(./commons/icon_miniabout.png);
}
footer a.mail {
	background-image: url(./commons/icon_minimail.png);
}
footer small {
}

div#Pickup {
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/d/9/d9662b6a.png) ;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.black {
	font-size:12px;
	color:#fff;
	border: 1px solid #000;
	padding: 10px 10px;
	background: #33373E;
	margin-bottom: 10px;
}
#star {
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/3/4/340faa44.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 18px;
	margin-bottom: 4px;
}
.black li a {
	font-size:11px;
	color:#fff;
	background: #474b51;
	border: 1px solid #33373E;
	display: block;
	padding: 6px 10px;
	margin-bottom: 3px;
}
.black li a:hover {
	color: skyblue;
	background:#5b5e64 ;
}

.info {
	margin: 0px 3px 4px 0px;
	padding: 8px 26px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size:12px;
	background-image: url(http://livedoor.blogimg.jp/figurenews/imgs/4/b/4b7268cc.png) ;
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.addran {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 376px;
	padding: 2px 2px;
}



hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

 .alink a{
    color:#000;
    background: #daf1fd;
    display: block;
   padding: 10px 1px;
    text-indent: 5px;
    background: #daf1fd;

    }

 .alink a:hover{
    background: #fafafa;
	text-decoration: underline;
    }


/*	ランキング用	*/
ul#digirank {
	list-style-type: none;
	font-size: 12px;
}
#digirank li a {
	display: block;
	width: 95px;
	height: 95px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	transition: 0.2s all ease;

}
#digirank li a:hover > div.title {
	opacity: 1;
}
#digirank li div.title {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.7);
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color: #fff;
	transition: 0.2s all ease;
	opacity: 0;
	z-index: 1;
}
#digirank li {
	position: relative;
	float: left;

/*	width:180px;*/
}
#digirank li span.rank {
	position: absolute;
	right: 0;
	top: 0;

	background: rgba(255,255,255,0.5);
}
#digirank li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.effect4
{
  font-size: 13px;
  position: relative;
  bottom: 15px;
  right: 3px;
  left: auto;
	background: url(http://livedoor.blogimg.jp/figurenews/imgs/d/9/d9662b6a.png) ;
	border: 1px dotted #d0d2d4;
	padding: 5px;
}


.banner
{
	bottom: 15px;
	float: left;
}

.add
{
	float: center;
	bottom: 35px;
}

#breadcrump{
margin-bottom: 5px;
margin-left:12px; 
  font-size: 13px;
}
 
#breadcrump ol li{
float: left;
line-height:130%; 
list-style-type:none;
}
 
#breadcrump ol li a{
padding:2px; 
}
 
#breadcrumb ol li a:hover{
color:#40c0f0;
text-decoration:none;
}

nav li ol li:first-child, nav li.nav_news a {
text-align: left;
padding-left: 60px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
nav li ol li:first-child {
background-position: 20px center;
background-repeat: no-repeat;
}
li.nav_maker ol li:first-child {
background-image: url(./commons/icon_navmaker.png);
}
li.nav_cat ol li:first-child {
background-image: url(./commons/icon_navcat.png);
}
li.nav_news a {
background-image: url(./commons/icon_navnews.png);
background-position: 20px center;
background-repeat: no-repeat;
}

