@charset "UTF-8";

/* webフォント */
@import url(http://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* 基本CSS、リセット等 */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p,img{
margin:0;
padding:0;
}

body{
font-family: "メイリオ","Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial;
font-size: 16px;
line-height: 1.4;
color: #444;
background: url(http://img.shblog.jp/image/raw/shblog/5612dba9079a1.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #efefef;
}

img,a img{
border:none;
vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
list-style:none;
}

a {
text-decoration: none;
color: #666;
font-weight:bold;
-webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms;
-o-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}

a:hover {
color: #e67e22;
}

/* ヘッダー */

div#header {
overflow: hidden;
padding: 20px;
/*background: #FFF;*/
}

div#header_inner {
width: 1064px;
margin: 0 auto;
}

div#header_inner_left {
width: 336px;
float: left;
}

div#header_inner_right {
float: right;
}

div#header_inner:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

h1#blog-title {
font-size: 30px;
color: #34495E;
text-shadow: 1px 1px 0 rgba(140,140,140,0.15),
 2px 2px 0 rgba(140,140,140,0.15),
 3px 3px 0 rgba(140,140,140,0.15),
 4px 4px 0 rgba(140,140,140,0.15),
 5px 5px 0 rgba(140,140,140,0.15),
 6px 6px 0 rgba(140,140,140,0.15),
 7px 7px 0 rgba(140,140,140,0.15),
 8px 8px 0 rgba(140,140,140,0.15);
height: 100%;
width: 100%;
}
h1#blog-title a {
color: #34495E;
}

h1#blog-title a:hover {
color: #e67e22;
}

.blog-description{
color: #34495E;
}

/* ナビゲーション */

div#global_nav {
background: #e74c3c;
overflow: hidden;
border-bottom: 4px solid #c0392b;
}

div#global_nav_inner {
width: 1064px;
margin: 0 auto;
}

#global_nav a {
color: #fff;
display: block;
padding: 10px 20px;
}

ul#global_nav_ul {
border-left: 2px solid #c0392b;
float: left;
width: 639px;
}

li.global_nav_li {
float: left;
border-right: 2px solid #c0392b;
-webkit-transition-duration: 400ms;
-moz-transition-duration: 400ms;
-o-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}

.global_nav_li:hover {
background: #c0392b;
}

div#search_box {
float: right;
position: relative;
}

#global_nav_ul:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#global_nav_inner:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#search_box input {
padding: 7px !important;
border: none;
background: #ED8D8D;
outline: none;
font-family: 'Avenir','Helvetica neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 13px;
}

#search_box input[type="text"] {
position: absolute;
right: 46px;
top: 0;
height: 31px;
width: 200px;
-webkit-transition-duration: 650ms;
-moz-transition-duration: 650ms;
-o-transition-duration: 650ms;
transition-duration: 650ms;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}

#search_box input[type="text"]:focus {
background: #fff;
}

#search_box input[type="submit"] {
height: 45px;
position: absolute;
right: 0;
background: #A80D0D;
color: #fff;
padding-right: 10px !important;
padding-left: 10px !important;
}

/* コンテンツ */

div#content {
width: 1064px;
margin: 20px auto 0;
padding: 0;
}

#content:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.content_p {
text-align: center;
margin-top: 20px;
padding: 0;
}

.admargin ,
.ctadmargin {
margin-bottom:20px;
}


/* ブログロール*/

div.rss-blogroll {
width: 724px;
height: 368px;
margin-bottom: 25px;
border: 2px solid #34495E;
overflow-y:scroll;
}
div.rss-blogroll:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.rss-blogroll-2c-l{
float: left;
}
.rss-blogroll-2c-r{
float: right;
}

.rss-blogroll .blogroll-channel {
padding: 4px;
background: #fff;
width: 345px;
overflow: hidden;
font-size: 13px;
}

.blogroll-channel .blogroll-list-wrap {
}

.rss-blogroll .blogroll-list {
border-bottom: 1px dashed #ccc;
padding-bottom: 5px;
margin-bottom: 5px;
white-space: nowrap;
}

.blogroll-channel .blogroll-list img {
vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
width: 16px;
height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
margin-left: 5px;
color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
margin: 0 0 0 3px;
color: #666;
font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
display: block;
margin-top: 5px;
color: #666;
}

/* メイン */
div#main {
width: 728px;
float: right;
padding: 8px;
background: #fff;
word-wrap: break-word;
}

/* 記事（トップ） */

div.article {
background: #fff;
border:2px solid #34495e;
margin-bottom:20px;
}

/*アーカイブタイトル*/
.archives-title{
background: #e74c3c;
color:#FFF;
padding: 10px;
margin-bottom:20px;
text-align:center;
}

/*記事タイトル*/
.article-title{
padding:15px;
color:#ffffff;
font-weight:bold;
font-size:24px;
line-height:1.2;
background: #34495e;
border-bottom:4px solid #2c3e50;
}

.article-title a{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.article-title a:hover{
	color:#e74c3c;
}

/*記事タイトル下の記事情報*/
.article-header-inner:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}

.article-header-inner {
margin-bottom:15px;
padding:13px 5px;
background:#FFF;
border-bottom:4px solid #e74c3c;
zoom:100%;
}

/*投稿時間 カテゴリー 部分*/
.article-header-top:after {
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;
}
.article-header-top {
zoom:100%;
}

/*投稿時間 - 記事タイトル下の記事情報*/
/*カテゴリー - 記事タイトル下の記事情報*/
.article-header-date,
.article-header-category{
margin:4px 10px 5px 0;
font-size:12px;
line-height: 1.3;
float: left;
color: #666;
font-size: 14px;
font-weight:bold;
}
.article-header-category li{
list-style:none;
}
.article-header-category dt{
display:none;
}
.article-header-category dd{
padding: 0 5px;
float:left;
}
.article-header-category dd a {
text-decoration:none;
}
.article-header-category dd a:hover{

}

/*ソーシャルボタン - 記事タイトル下の記事情報*/
.article-social-btn{
}


/*記事本文*/
.article-body{
padding: 0 20px;
}
.article-body a{
color:#0132cc;
text-decoration:none;
}
.article-body a:hover{
text-decoration:none;
}
.article-body a:visited{
color:#0132cc;
}

/*引用*/
.article-body-inner blockquote{
background: #efefef;
padding:15px;
}
.article-body-inner blockquote:before{
display:none;
}


/*続きを読む*/
.article-body-continue{
margin:30px 0 0;
padding:17px 22px;
font-size:24px;
font-weight:bold;
line-height:1.4;
background:#e74c3c;
border-bottom:4px solid #c0392b;
margin-bottom:10px;
display:block;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align: center;
}
a .article-body-continue,
a:hover .article-body-continue,
a:visited .article-body-continue{
color:#fff;
}
a:hover .article-body-continue{
background:#c0392b;
}

/* -----------------------------------------------
SNSボタン
----------------------------------------------- */
.comct{
font-size:10px;
width:68px;
padding:2px 0;
margin-left:-6px;
color:#e74c3c;
font-weight:bold;
border:1px solid #e74c3c;
background: #FFF;
vertical-align:middle;
float:right;
text-align:center;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
}
.comct:hover{
background: #e74c3c;
color:#FFF;
}

/*本文文字*/
.t_h{
font-size:12px;
}
.t_b{
margin-bottom: 36px;
/*font-size:16px;
line-height:1.4;*/
}

div#ad2 {
padding: 0;
}

/* コメント*/

div.article_comment_outer {
color: #999;
font-size: 14px;
float: right;
}

.article_comment_outer span {
margin-right: 8px;
}

.article_comment_outer a {
color: #555;
}

div.article_data {

}

.article_data:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

/* 記事（個別） */

div#article_single .article_data {
border-bottom: 1px solid #d5d5d5;
padding-bottom: 3px;
}

div.article-body-inner img {
margin: 4px 0;
}


/* 記事（個別:ソーシャルボタン） */
ul.share_btn {
margin-top: 30px;
}

.share_btn li {
float: left;
position: relative;
width: 222px;
margin-right: 9px;
}

.share_btn li:last-child {
margin-right: 0;
}

a.twitter_btn {
display: block;
text-align: center;
height: 40px;
line-height: 40px;
background: #33CCFF;
color: #fff;
}

.twitter_btn:hover {
background: #09c;
}

.twitter_btn span {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #09c;
}

a.facebook_btn {
display: block;
text-align: center;
height: 40px;
line-height: 40px;
background: #3B5998;
color: #fff;
}

.facebook_btn:hover {
background: #2d4473;
}

.facebook_btn span {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #2d4473;
}

a.hatebu_btn {
display: block;
text-align: center;
height: 40px;
line-height: 40px;
background: #aaa;
color: #fff;
}

.hatebu_btn:hover {
background: #777;
}

span.hatebu_icon {
position: absolute;
top: 0;
left: 0;
width: 40px;
height:40px;
line-height: 40px;
text-align: center;
background: #777;
}

.share_btn:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

ul.share_btn_bottom {
margin-bottom: 50px;
}

/* 記事(個別:コメント,関連記事等) */
div.article-option ol {
margin: 10px 0 0 0;
}

#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .rating,
#comment-form .comment-form-body .memorize {
display: none;
}

#comment-form fieldset {
border: none;
}

#comment-form legend {
display: block;
color: #555;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0;
}

div#article-options {
	padding: 0 20px 20px 20px;
}

div.article-option {
margin-top: 50px;
}

div.comments_label {
position: relative;
}

div.related-articles{
}

div.related-articles h3,
div.article-option h3,
.option-h3{
border-bottom: 1px solid #e74c3c;
padding-bottom: 10px;
margin-bottom: 5px;
font-size: 18px;
position: relative;
color: #555;
font-weight: bold;
}

div.related-articles h3:after,
div.article-option h3:after,
.option-h3:after{
content: " ";
display: block;
width: 220px;
border-bottom: 3px solid #e74c3c;
position: absolute;
bottom: 0;
}

div.related-articles ul{
}

div.related-articles ul li{
margin: 10px 0;
}

li.comment-set {
margin-bottom: 10px;
}

ul.comment-info li.comment-author {
display: inline;
}

ul.comment-info li.comment-date {
display: inline;
margin-left: 10px;
}

ul.comment-info li {
display: inline;
}

ul.comment-info li.comment-body {
display: block;
margin-left: 21px;
}

dl.comment-form-author {
margin-bottom: 10px;
}

.comment-form-author dt {
clear: left;
float: left;
width: 5em;
}

dl.comment-form-body dt {
clear: left;
float: left;
width: 5em;
}

div#comment-form input,
div#comment-form textarea {
padding: 7px !important;
border: 1px solid #d5d5d5;
outline: none;
}

#comment-form input {
width: 250px;
}

#comment-form textarea {
width: 320px;
height: 130px;
}

div#comment-form input:focus,
div#comment-form textarea:focus {
border: 1px solid #898989;
}

.comment_form_submit {
background: #e74c3c;
border-bottom: 4px solid #c0392b;
outline: none;
padding: 8px 30px;
font-family: 'Avenir','Helvetica neue','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 16px;
color: #fff;
}

.comment_form_submit:hover {
background: #c0392b;
}
.comment_form_submit:focus {
}

span.submit {
display: block;
margin: 10px 0 0 200px;
}

.comment_form_label {
visibility: hidden;
}

/* メニュー */
div#sub {
width: 300px;
float: left;
background: #fff;
padding: 4px;
}

div.sidetitlebody {
margin-top: 30px;
}

div.sidetitle {
background: #e74c3c;
color: #fff;
font-weight: bold;
padding: 7px 12px;
}


div.sidetop,
div.sidebottom {
display: none;
}

div.side {
background: #ED8D8D;
padding: 12px;
}

div.sidebody {
margin-bottom: 15px;
}

.sidebody:last-child {
margin-bottom: 0;
}

div.sidewrapper {
word-wrap: break-word;
}

.side ul.recent-article-image li {
padding: 0;
line-height: inherit;
margin-bottom: 15px;
}

.side ul.recent-article-image li:last-child {
margin-bottom: 0;
}

/* サブ（広告） */
div#sub_ad_livedoor {
margin-top: 30px;
}

/* サブ(extra) */

div#extra {
margin-top: 30px;
}

ul#ld-services {
padding: 0;
}

ul#ld-services {
text-align: right;
}

ul#ld-services li {
padding: 0;
}

/* フッター */

div#footer {
margin-top: 20px;
background: #e74c3c;
}

div#footer_inner {
color: #FFF;
width: 1090px;
margin: 0 auto;
padding: 16px 0;
text-align: center;
}

/*ナビゲーション共通*/
div.index-navigator-outer {
text-align: center!important;
}

.pager{
font-size:15px;
}

/*数字の色*/
.pager a{
color:#ffffff;
}
ol.paging-number li.current {
color:#ffffff;
}

/* 背景の色 */
ol.paging-number li,
li.paging-prev,
li.paging-next,
li.paging-first,
li.paging-last{
background:#e74c3c;
display:block;
height:34px;
line-height:34px;
padding:0 6px;
border-bottom:3px solid #c0392b;
}


/* マウスホバー時の背景の色 */
li.paging-prev:hover,
li.paging-next:hover,
li.paging-first:hover,
li.paging-last:hover,
.index-navigator li li:hover,
ol.paging-number li.current{
background:#c0392b;
}


/* ページング幅調節 */
ul.index-navigator li a, ul.index-navigator li span,
ul.index-navigator li a, ol.paging-number li.current{
margin: 0 0 0 0px;
padding:0 6px;
line-height: 34px;
min-width: 24px;
text-align: center!important;
}
ul.index-navigator{
height:34px;
margin:0 0 10px 0;
}

ul.index-navigator li.paging-number{
margin: 0 0 !important;
}

/* 間をあける */
ul.index-navigator li, ul.index-navigator li ol {
display: inline-block;
*display: inline;
*zoom: 1;
margin: 0 3px !important;
}

/* 個別記事ページャー */
.pager-article-prev,
.pager-article-next {
padding: 2px 10px;
}
.pager-article-prev {
border-left: 4px solid #e74c3c;
text-align: left;
}
.pager-article-next {
border-right: 4px solid #e74c3c;
text-align: right;
}
.pager-article-prev-arrow {
float: left;
}
.pager-article-next-arrow {
float: right;
}
.pager-article-prev:after,
.pager-article-next:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}


/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
overflow: hidden;
text-align: center;
}

div#ad iframe {
margin: 10px auto;
}

div.gAdsense {
padding: 10px 0;
}

body.ad {
background: transparent;
text-align: left;
}

a.adtitle {
color: #0000ff!important;
font-weight: bold;
}

a.adtitle span {
font-size: 14px!important;
}

a.addescription {
color: #000000!important;
}

a.addescription span {
font-size: 13px!important;
}

a.adurl {
color: #1b8d1c!important;
text-decoration: none;
}

a.adurl span {
font-size: 13px!important;
}

a.adld {
color: #666666!important;
text-decoration: underline;
font-size: 110%;
}

div.ads-become a {
color: #0000ff !important;
}

div.ads-become .adsbybecome a {
color: #666666!important;
}

/* =============================================== */
/** 他サービス */
/* ----------------------------------------------- */
/* アンテナシェア コメント投票de文字装飾 www.antennash.com */
/* 投票数が0、又は+と-の評価が同数の場合はあなたのブログのデフォルト文字装飾になります */

/* 人気レベル 1〜7 */
.antennash_comvote_lv1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.antennash_comvote_lv2 {
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
}
.antennash_comvote_lv3 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}
.antennash_comvote_lv4 {
	color: #ff6600;
	font-size: 22px;
	font-weight: bold;
}
.antennash_comvote_lv5 {
	color: #ff00ff;
	font-size: 24px;
	font-weight: bold;
}
.antennash_comvote_lv6 {
	color: #0000ff;
	font-size: 26px;
	font-weight: bold;
}
.antennash_comvote_lv7 {
	color: #ff0000;
	font-size: 28px;
	font-weight: bold;
}

/* 人気レベル -1〜-3(マイナス) */
.antennash_comvote_lv-1 {
	font-size: 10px;
}
.antennash_comvote_lv-2 {
	font-size: 9px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.antennash_comvote_lv-3 {
	font-size: 8px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* 投票数表示、バー、投票ボタン全体 */
.antennash_comvote_form {
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.antennash_comvote_rate_g {
	color: #e74c3c;
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.antennash_comvote_rate_b {
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.antennash_comvote_bar_g {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #e74c3c;
}
/* 投票数バー(Bad) */
.antennash_comvote_bar_b {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #dddddd;
}
/* 投票ボタンエリア */
.antennash_comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.antennash_comvote_button {
	width: 100px;
	height: 22px;
	border: 1px solid #e74c3c;
	background: #FFF;
	color: #e74c3c;
	padding: auto;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.antennash_comvote_button:hover {
	background: #e74c3c;
	color: #fff;
}
.antennash_comvote_button:active {
	background: #FFF;
	color: #e74c3c;
}

/* ポップアップレス(超高速版のみ) */
.popstyle {
display: none;
position: absolute;
}
#antenash_comvote a:hover {
position:relative;
text-decoration:none;
}
a:hover .popstyle {
top: 2em;
left: 2em;
display: block;
width: 600px;
padding: 4px 0 10px 20px;
border: #333 1px solid;
background-color:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#333 !important;
font-size:12pt !important;
font-weight:normal !important;
}