@charset "utf-8";

@import "http://jojo-gimon.doorblog.jp/css/jquery.fancybox-1.3.4.css";


/* 全体のレイアウト
----------------------------------------------- */

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,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body, html {
	position: relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5;
	color: #3F3F3F;
}

body {
	background: #FFF url('http://livedoor.4.blogimg.jp/jojo_gimon/imgs/0/e/0e2f8d27.gif');
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ul {
	list-style: none;
}
i, u, strong {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a {
	color: #743D74;
	text-decoration: none;
}
a:visited {
	color: #BBB;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
input[type="text"],
select,
textarea {
	padding: 2px 5px;
	border: 1px #A1A1A1 solid;
	-webkit-box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	box-shadow: inset 1px 1px 2px 0px #E3E3E3;
	line-height: 1.2;
	color: #544829;
}
#wrapper,
#contents {
	clear: both;
	position: relative;
	width: 100%;
}
#contents {
	margin: 0 auto;
	width: 1050px;
}
#wrap:after,
#rss_frame:after,
#rss_frame_in:after,
#top_menu:after,
#top_menu ul:after,
#article_kiji:after,
div.kiji_social:after,
#contents:after,
#contents_inner:after,
#new_release:after,
#sub2:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
.scale1,
#rss_frame_in div.rss_list li a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
.scale2 {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.scale3 {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
/*拡大*/
.scalea:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
/*右移動*/
.scaleb:hover,
#rss_frame_in div.rss_list li a:hover {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	transform: translate(10px, 0);
}
/*右移動*/
.scalec:hover {
	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0);
	transform: translate(20px, 0);
}
/*横回転360*/
.scaled:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
/*たて移動*/
.scalee:hover {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}


#header2 {
	display: none;
}
/* トップ
----------------------------------------------- */

#top {
	clear: both;
	padding: 10px;
}
#head {
	clear: both;
}
#title_more {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
#title_more h1 {
	display: block;
	width: 500px;
	height: 65px;
	overflow: hidden;
}
#title_more h1 a {
	margin-left: 10px;
	display: block;
}
#title_more h1 a span {
	display: block;
	padding-left: 500px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/8/3/83ce9672.png') no-repeat;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#title_more h1 a:hover span {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
#title_str {
	font-weight: normal;
	font-size: 12px;
	color: #65B1B1;
}
#rndlogo {
	position: absolute;
	top: -10px;
	left: 510px;
	z-index: 999;
}

#title_more ul {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 10px;
}
#title_more li {
	float: left;
	margin-right: 8px;
}
#title_more li.srss {
	margin-right: 20px;
}


/* rss_frame
----------------------------------------------- */

#rss_frame {
	clear: both;
	width: 100%;
	height: 281px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/1/4/144aa3e9.jpg') repeat-x;
}
#rss_frame_in {
	padding: 15px;
	width: 1020px;
	height: 251px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/a/7/a7627544.png') no-repeat;
	overflow-y: scroll;
}
#rss_frame_in div.rss_list {
	float: left;
	width: 495px;
}
#rss_frame_in p.rss_title {
	color: #FFBFDF;
	font-weight: bold;
	text-shadow: #840084 0 -1px 2px;
}
#rss_frame_in div.rss_list ul {
	padding-right: 15px;
	padding-bottom: 15px;
}
#rss_frame_in div.rss_list li {
	width: 100%;
	overflow: hidden;
}
#rss_frame_in div.rss_list li a {
	display: block;
	width: 300%;
	color: #FFF;
	text-shadow: #003737 0 -1px;
	line-height: 1.7;
}

/* メニュー
----------------------------------------------- */

#top_menu {
	clear: both;
	width: 100%;
}
#top_menu li {
	float: left;
	height: 40px;
	margin-right: 5px;
	overflow: hidden;
}
#top_menu li a {
	display: block;
	color: #FFF;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px 10px 0 0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
	border-right: 1px #000 solid;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-shadow: #000 0 -1px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/d/8/d847101a.png') center center;
}
#top_menu li a:hover {
	text-decoration: none;
}
#top_menu li a[title="twitter"],
#top_menu li a[title="rss"] {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid;
	border-right: 1px #666 solid;
	color: #3C115B;
	text-shadow: #FFF 0 1px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/f/3/f3b3688e.png') center center;
}
#top_menu li a[title="twitter"] span {
	padding-left: 20px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/f/7/f74748e3.png') left center no-repeat;
}
#top_menu li a[title="rss"] span {
	padding-left: 20px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/f/e/fe2f89dc.png') left center no-repeat;

}



/* メイン
----------------------------------------------- */

#contents_inner {
	clear: both;
	width: 100%;
	margin-top: 25px;
}

#main {
	float: left;
	width: 728px;
}
#month_title {
	clear: both;
	margin: 0 0 25px;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	text-shadow: #000 0 -1px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/3/6398e51b.png');
}
#month_title h1 {
	font-size: 26px;
}

/* top
----------------------------------------------- */


#archive_h2 {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #3E2B1F;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/e/f/efb09048.png') 5px center no-repeat;
}
#archive_h2 span {
	margin-left: 8px;
	font-size: 11px;
	font-weight: normal;
}

#arvhive {
	clear: both;
	width: 100%;
}
#arvhive div.archives {
	clear: both;
	position: relative;
	width: 100%;
	padding: 4px 0;
	margin-bottom: 20px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/8/0/800df673.jpg') no-repeat;
}
#arvhive div.archives:hover {
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/a/2/a2a908c8.jpg') no-repeat;
}
#arvhive span.jojoicon {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
}
#arvhive div.archives:hover span.jojoicon {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

#arvhive a.archive_link {
	display: block;
	width: 720px;
	height: 100px;
	margin: 0 auto;
	border: 1px #EEE;
	-webkit-box-shadow: 2px 2px 5px 0px #555;
	box-shadow: 2px 2px 5px 0px #555;
	background: #FFF;
	overflow: hidden;
}
#arvhive a.archive_link:hover {
	text-decoration: none;
}
#arvhive a.archive_link span {
	display: block;
	margin-left: 100px;
}
#arvhive a.archive_link span.archive_date {
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	color: #3E2B1F;
}
#arvhive a.archive_link span.archive_date i {
	padding-left: 20px;
	font-weight: bold;
	font-size: 16px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/e/f/efb09048.png') left 0px no-repeat;
}
#arvhive a.archive_link span.archive_date u {
	
}
#arvhive a.archive_link span.archive_title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}
#arvhive a.archive_link span.archive_title:before {
	content: 'Q.';
	color: #000;
}
#arvhive a.archive_link span.to_be {
	position: absolute;
	right: 0;
	bottom: -15px;
	display: none;
}
#arvhive a.archive_link span.gogogo {
	position: absolute;
	right: -50px;
	top: -100px;
	display: none;
	z-index: 999;
}
#arvhive a.archive_link span.gogogo i {
	display: block;
}


/* kiji
----------------------------------------------- */

#kiji_top, #kiji_body {
	clear: both;
	width: 100%;
}
div.kiji_inner {
	padding: 10px;
}

#kiji_top {
	border-radius: 10px 0 10px 0;
	color: #FFF;
	text-shadow: #000 0 -1px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/3/6398e51b.png');
}
#kiji_top h1 a {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #FF80C0;
}

#kiji_body {
	margin-top: 20px;
}

div.kiji_social {
	clear: both;
	width: 100%;
}
div.kiji_social ul {
	float: right;
}
div.kiji_social ul li {
	float: left;
	margin-right: 6px;
}
#toptptp {
	float: left;
}
#toptptp a {
	display: block;
	position: relative;
	width: 270px;
	height: 46px;
	padding: 7px;
	border: 1px #C0C0C0 solid;
	border-radius: 5px;
	color: #7621B7;
	font-weight: bold;
	background: #FFF;
}
#toptptp a:hover {
	color: #000;
	text-decoration: none;
	background: #FFFFD2;
}

#KQ {
	position: relative;
	float: left;
	margin-left: 8px;
	width: 55px;
	height: 46px;
	padding: 7px;
	border: 1px #C0C0C0 solid;
	border-radius: 10px;
	background: #FFF url('http://livedoor.blogimg.jp/jojo_gimon/imgs/8/f/8f6af95e.png') 7px center no-repeat;
	cursor: pointer;
}
#toptptp:hover {
	background-color: #000;
}
#KQ span {
	display: none;
	position: absolute;
	top: -25px;
	right: 0px;
	z-index: 999;
}

div.kiji_social ul.commentment {
	float: left;
}
div.kiji_social ul.commentment li {
	padding: 12px 0;
}
div.kiji_social ul.commentment a {
	display: block;
	height: 46px;
	padding: 0 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 46px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}
div.kiji_social ul.commentment a span {
	margin-right: 5px;
	font-size: 10px;
	font-weight: normal;
	text-decoration:line-through;
}
div.kiji_social ul.commentment a.viewcom {
	background: #FF80FF;
}
div.kiji_social ul.commentment a.postcom {
	background: #A005A0;
}
div.kiji_social ul.commentment a:hover {
	text-decoration: none;
	background: #4B5F74;
}

#kijibc {
	clear: both;
	font-size: 16px;
	line-height: 1.6;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/3/4/347aeda9.png') right 15px top 50px no-repeat;
}
#kijibc div.Question,
#kijibc div.Aanswer,
#kijibc div.BestAnswer
 {
	margin-bottom: 25px !important;
	padding: 15px !important;
	border: 6px #CCC double !important;
	border-radius: 10px 0 10px 0;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/2/9/2923c7bd.png');
}
#kijibc div.Question {
	position: relative;
	border: 6px #408080 double !important;
}
#kijibc div.Question p.gogogo {
	display: block;
	position: absolute;
	right: -20px;
	top: -50px;
	width: 155px;
	height: 155px;
	z-index: 1;
}
#kijibc div.Question p.gogogo span {
	display: block;
	position: relative;
}

#kijibc div.BestAnswer {
	position: relative;
	border: 6px #C3B467 double !important;
	margin-bottom: 0 !important;
	padding-top: 30px !important;
}
#kijibc div.Question h2,
#kijibc div.Aanswer h3,
#kijibc div.BestAnswer h3
 {
	font-size: 24px;
	line-height: 34px;
}
#kijibc div.Question h2
 {
	padding-left: 40px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/c/a/cadcee7b.png') left center no-repeat;
}
#kijibc div.BestAnswer h3 {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	top: -20px;
	right: -25px;
	overflow: hidden;
	color: #6D4311;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/f/1/f1eff8da.png') no-repeat;
}
/*
#kijibc div.BestAnswer h3 {
	display: none;
	padding-left: 40px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/3/6/368df53f.png') left center no-repeat;
}
#kijibc div.best_answer {
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/2/6/26dca519.png') right top no-repeat;
}
*/

#kijibc p.Qtop {
	font-size: 13px;
	color: #1681B2 !important;
}
#kijibc p.Qq,
#kijibc div.best_answer p.Aa {
	font-size: 20px;
	font-weight: bold;
	color: #FF55AA;
}
#kijibc div.best_answer p.Aa {
	font-size: 18px;
	color: #6D4311 !important;
}
#kijibc p.Qq strong {
	font-size: 24px;
	font-weight: bold;
}
div.Question p.Qq i {
	display: block;
	font-size: 13px;
}
a.Qimg {
	display: block;
	text-align: center;
}

#kijibc div.answer {
	padding-bottom: 35px !important;
	border-bottom: 1px #C0C0C0 dotted;
	margin-bottom: 10px;
}
#kijibc div.answer:last-child {
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
}
p.by.chiebukuro {
	text-align: right;
	font-size: 13px !important;
	color: #9A9A9A;
}
div.response {
	margin-top: 30px;
	clear: both;
	padding: 15px !important;
	border: 1px #CCC dotted;
	background: #EFEFEF;
}
div.response p.Aa {
	font-weight: bold;
	color: #FF55AA;
}

/* 紹介記事
----------------------------------------------- */

#Jlist_wrap {
	padding: 15px !important;
}

#Jlist h2 {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}
#Jlist h2 span {
	margin-left: 8px;
	font-size: 13px;
	font-weight: normal;
	color: #1681B2;
}

#Jlist_inn {
	clear: both;
	margin-top: 20px;
	border-top: 1px #DDDDDD dotted;
}
#Jlist_inn a {
	display: block;
	position: relative;
	padding: 20px 0 20px 25px;
	border-bottom: 1px #DDDDDD dotted;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/2/f/2f8099d2.png') left center no-repeat;
}
#Jlist_inn a span {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 11px;
	color: #7D7D7D;
}
#Jlist_inn a#title_kiji {
	color: #FF0000;
}
#Jlist_inn a:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: rgba(240,217,141,0.5) !important;
}


/* オススメ記事
----------------------------------------------- */

#pickup_omake {
	clear: both;
	width: 100%
}
#pickup_omake p {
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}
#pickup_omake li {
	display: block;
	width: 100%;
	line-height: 2;
	overflow: hidden;
}
#pickup_omake li a {
	display: block;
	padding-left: 20px;
	width: 300%;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/3/3/33f1a174.png') left center no-repeat;
}
#pickup_omake li:nth-of-type(1),
#pickup_omake li:nth-of-type(2),
#pickup_omake li:nth-of-type(3),
#pickup_omake li:nth-of-type(4),
#pickup_omake li:nth-of-type(5),
#pickup_omake li:nth-of-type(6),
#pickup_omake li:nth-of-type(7),
#pickup_omake li:nth-of-type(8),
#pickup_omake li:nth-of-type(9),
#pickup_omake li:nth-of-type(10) {
	font-weight: bold;
	font-size: 15px;
}


/* 関連グッズ
----------------------------------------------- */

#new_release {
	clear: both;
	width: 100%;
	margin-top: 25px;
}
#new_release p {
	display: block;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}
#new_release ul {
	float: left;
	width: 100%;
}
#new_release ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#new_release a {
	display: block;
	position: relative;
	width: 232px;
	height: 180px;
	overflow: hidden;
}
#new_release a:hover {
	opacity: 0.8;
}
#new_release a img {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#new_release a:hover img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#new_release a span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	padding: 10px;
	color: #FFF;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}



/* ページ送りr
----------------------------------------------- */

#paGer {
	clear: both;
	width: 100%;
	margin: 25px 0;
}
#paGer span, 
#paGer a {
	padding: 0 7px;
	border: 4px #2E5C5C double;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
}
#paGer a:hover {
	text-decoration: none;
}
ul.article-pager li {
	margin-right: 15px;
}

/* 画像人気記事
----------------------------------------------- */

#pop_kiji div.title {
	height: 55px;
}
#pop_kiji div.popularArticlesWithImage.A ul li a {
	border-style: double;
}
#pop_kiji div.popularArticlesWithImage.A ul li a:hover {
	opacity: 0.7;
}

/* コメント
----------------------------------------------- */

#comment {
	clear: both;
	width: 100%;
	margin-top: 25px;
}
#comment h4 {
	padding-left: 20px;
	font-size: 20px;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}
#comment-form-tools span.facemark,
#comment-form-tools span.rating {
	display: none;
}
#comments-list {
	padding: 15px;
	border: 6px #CCC double;
	background: #FFF;
}
#comments-list h3 {
	display: none;
}
#comments-list li.comment-set {
	padding: 10px 0;
	border-bottom: 1px #BBB dotted;
}
#comments-list li.comment-author {
	color: #408080;
	font-weight: bold;
}
#comments-list li.comment-date {
	color: #AAA;
}
#comments-list li.comment-body {
	font-size: 14px;
	font-weight: bold;
}

#comment-form {
	clear: both;
	width: 100%;
	margin-top: 25px;
}
#comment-form legend {
	display: block;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}

#comment-form dt {
	font-weight: bold;
}
#comment-form-author,
#comment-form-textarea {
	border: 1px #AAA solid;
	border-radius: 5px;
	padding: 4px 6px;
	width: 580px;
	background: #E0DAE4;
}



/* sub
----------------------------------------------- */

#sub {
	position: relative;
	float: right;
	width: 300px;
}
#sub div.sidewrapper {
	clear: both;
	margin-bottom: 15px;
}
#sub div.sidetitle {
	padding-left: 20px;
	color: #000;
	text-shadow: #FFF 0 1px;
	font-size: 18px;
	font-weight: bold;
	background: url('http://livedoor.blogimg.jp/jojo_gimon/imgs/6/1/61c0f4f3.png') left center no-repeat;
}

div.plugin-recent_articles div.side {
	-webkit-box-shadow: 2px 2px 5px 0px #A0CFCF; 
	box-shadow: 2px 2px 5px 0px #A0CFCF;
}
#sub div.popular-articles {
	clear: both;
}
#sub div.popular-articles table {
	border-top: 1px #CCC solid;
}
#sub div.popular-articles th,
#sub div.popular-articles td {
	vertical-align: middle;
	padding: 0;
}
#sub div.popular-articles td.populararticles-rank {
	font-weight: bold;
	font-size: 15px;
}
#sub div.popular-articles td.populararticles-rank span,
#sub div.popular-articles td.populararticles-title a,
#sub div.sidebody a
 {
	position: relative;
	display: block;
	height: 60px;
	padding: 5px 6px;
	border: 1px #EEE solid;
	border-right: 1px #A4A4A4 solid;
	border-bottom: 1px #A4A4A4 solid;
	background: #FFF;
}
#sub div.popular-articles td.populararticles-rank span {
	color: #FFF;
	background: #4E1577;
	text-shdow: #000 0 -1px;
}
#sub div.popular-articles td.populararticles-title {
	font-weight: bold;
	font-size: 14px;
}
#sub div.sidebody {
	clear: both;
}
#sub div.sidebody:first-child {
	border-top: 1px #CCC solid;
}
#sub div.sidebody a {
	border-left: 1px #BBB solid;
}

#sub div.plugin-monthly select {
	width: 300px;
	padding: 3px 5px;
	border: 1px #CCC solid;
	border-right: 1px #A4A4A4 solid;
	border-bottom: 1px #A4A4A4 solid;
	color: #3A105A;
}

#sub span.check_this_page {
	display: block;
	position: absolute;
	right: -10px;
	bottom: -15px;
	z-index: 2;
}
#sub div.popular-articles td.populararticles-title a:hover span.check_this_page,
#sub div.sidebody a:hover span.check_this_page {
	-webkit-transform: translate(15px, 0);
	-moz-transform: translate(15px, 0);
	transform: translate(15px, 0);
}

#sub_pet {
	clear: both;
	width: 300px;
}
#sub_pet li {
	display: block;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
#sub_pet a,
#sub_pet span {
	display: block;
}
#sub_pet a {
	position: relative;
	width: 298px;
	overflow: hidden;
	border: 1px #7621B7 solid;
	-webkit-box-shadow: 1px 1px 5px 0px #333;
	box-shadow: 1px 1px 5px 0px #333;
}
#sub_pet a img {
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#sub_pet a:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

#sub_pet span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 70px;
	padding: 10px 7px 0 7px;
	color: #FFF;
	font-weight: bold;
	background: rgba(0,0,0,0.7);
}
#sub div.plugin-categorize div.category-parent {
	border: 0;
}
#sub div.plugin-categorize div.category-parent a {
	height: auto;
	padding: 0;
	border: 0;
}
dl.counter dt.count_date {
	font-size: 10px;
}
dl.counter dd {
	display: block;
	padding: 0 4px !important;
	color: #EEE;
	line-height: 1.5;
	background: #000;
}
p.daily_count_free_area {
	display: none;
}



/* フッター
----------------------------------------------- */

#foot {
	position: relative;
	margin-top: 75px;
	width: 100%;
	clear: both;
	border-top: 1px #A2A2A2 solid;
	color: #FFF;
	background: url("http://livedoor.blogimg.jp/jojo_gimon/imgs/6/3/6398e51b.png");
}
#foot > div {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	padding: 10px 0;
}
#foot a:link {
	color: #A60BD9;
}
#foot a:hover {
	color: #C0C0C0;
}

#sub2 {
	clear: both;
}
#sub2 div.links {
	float: left;
	margin-right: 15px;
}
#sub2 div.links:last-child {
	margin-right: 0;
}
#sub2 div.links p.typeName {
	font-weight: bold;
	font-size: 16px;
}
#sub2 div.links ul {
	display: block;
	width: 250px;
	height: 650px;
	margin-top: 15px;
	overflow-x: hidden;
	overflow-y: auto;
}
#sub2 div.links ul li {
	width: 500px;
}
#sub2 div.links ul li img {
	display: none;
}
#i2irank {
	
}
#i2irankin {
	clear: both;
	position: relative;
}
#i2irank tr[valign="middle"] {
	display: none;
}
#rankFo {
	position: absolute;
	top: 280px;
	left: 255px;
}
#rankFo div,
#rankFo ul {
	height: auto !important;
}

#foot address {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

/* 追従bottom
----------------------------------------------- */

#backtotop {
	position: fixed;
	right: 15px;
	bottom: 5px;
	width: 80px;
	height: 80px;
	z-index: 999;
	opacity: 0.5;
}
#backtotop a,
#backtotop span {
	display: block;
}
#backtotop a span.ball {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#backtotop a span.arrow {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
#backtotop:hover a span.ball {
	-webkit-transition: 10s;
	-moz-transition: 10s;
	transition: 10s;
	-webkit-transform: rotate(180000deg);
	-moz-transform: rotate(180000deg);
	transform: rotate(180000deg);
}
#backtotop:hover:hover {
	opacity: 0.8;
}


/* その他
----------------------------------------------- */

a.s_pick {
	display: block;
	position: relative;
	width: 296px;
	height: 196px;
	overflow: hidden;
	border: 2px #046D69 solid;
}
a.s_pick span {
	display: block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
a.s_pick span.s_title {
	position: absolute;
	bottom: 0;
	width: 280px;
	height: 70px;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	text-shadow: #000 0 -1px;
	font-weight: bold;
	background-color: rgba(3,108,104,0.7);
	z-index: 2;
}
a.s_pick:hover span.s_thumb {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
a.s_pick:hover span.s_title {
	bottom: -90px;
	background-color: rgba(0,75,74,0.2);
}

