@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS

Designed by ２ろぐちゃんねる
http://2logch.com/

==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/



/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

* {
	word-break: break-all;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {

    font-size: 100%;
    font-style: normal;
    margin: 0;

}

body,textarea{font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

body {
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    background:#7b7170;
    text-align:left;
    min-width:1200px;
}

a{
	color:#06c;
	text-decoration:none;
}

a img{
border:0;
}

img{
border:0;
}


a:hover{
	color:#ff9900!important;
}
input,text
area{font-size:12px;}


p{
margin:0;
padding:0;
}

/*-------  ClearFIX  -------*/

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/* =============================================== */
/** 02. Layout - 全体の枠組み */
/* ----------------------------------------------- */

#contentiner {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

#main-wapper {
    display: inline;
    float: right;
    position: relative;
}

#main {
    float: left;
    width: 730px;
    position : relative;

}

#main-a {
    position : relative;
    float: left;
    margin-right: 4px;
    width: 730px;
}

#extra,#extra-a {
 
    margin: 0 0 0 2px;
    width: 160px;
    display: inline;
    position : relative;
    z-index:1;
}

#extra {
    float: right;
}

#extra-a {
    float: right;
}

#sub {
    float: left;
    margin: 4px 2px;
    width: 300px;
    display: inline;
}

#footer {
    margin: 0 auto;
    width: 1200px;
}

.main-cont-outer {
    background: none repeat scroll 0 0 #F6F3F5;
    border: 3px dashed #CCCCCC;
    margin: 4px 2px 5px;
    width: 724px;
}

.main-cont-inner {
    padding-bottom: 20px;
}


/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

#header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#80a5cc', endColorstr = '#3472a9');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#80a5cc', endColorstr = '#3472a9')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #80a5cc, #3472a9);
    background-image: -ms-linear-gradient(top, #80a5cc, #3472a9);
    background-image: -o-linear-gradient(top, #80a5cc, #3472a9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#80a5cc), to(#3472a9));
    background-image: -webkit-linear-gradient(top, #80a5cc, #3472a9);
    background-image: linear-gradient(top, #80a5cc, #3472a9);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    -pie-background: linear-gradient(top, #80a5cc, #3472a9);
    behavior:url('http://2logch.com/PIE.htc');
    height: 150px;
    width: 100%;
}

.header-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #000088;
    border-right: 1px solid #000088;
    height: 110px;
    margin: 0 auto;
    width: 1200px;
}


.header-title {
    float: left;
    height: 110px;
    width: 450px;
}


.header-ad {
    float: right;
    height: 90px;
    margin: 10px;
    width: 728px;
}

.description {
   height:0;
   width:0;
   font-size:0;
   display:none;

}

/*--------------------------------------
       ヘッダーナビメニュー
--------------------------------------*/

.header-navi {
    background: url("http://blogmaterial.nicoblomaga.jp/material/139/img/header-navi.gif") repeat scroll 0 0 transparent;
    height: 40px;
}


.header-navi ul.globalnavi {
    background: url("http://blogmaterial.nicoblomaga.jp/material/139/img/header-navi.gif") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 40px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    text-align:center;
    font-size:20px;
}

.header-navi ul.globalnavi li.navifirst{
    width:450px;
    border-left: 1px solid #000055;
}

.header-navi ul.globalnavi li {
    border-right: 1px solid #000055;
    display: block;
    float: left;
    height: 40px;
    width: 150px;
}

.header-navi ul.globalnavi li.naviend {
    border-right: 1px solid #000055;
    display: block;
    float: left;
    height: 40px;
    width: 300px;
}



.header-navi ul.globalnavi li:hover{
    background: url("http://blogmaterial.nicoblomaga.jp/material/139/img/header-navi-h.gif") repeat scroll 0 0 transparent;

}


.header-navi ul.globalnavi li.naviend a {
    color: #FFFFFF;
    display: block;
    height: 40px;
    padding: 10px 0;
    width: 300px;
}



.header-navi ul.globalnavi li a {
    color: #FFFFFF;
    display: block;
    height: 40px;
    padding: 10px 0;
    width: 150px;
}

.header-navi ul.globalnavi li.navifirst a {
    color: #FFFFFF;
    display: block;
    height: 40px;
    width: 450px;
}




/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */


/** RTBOX - RTボックス */

.rtrankbox {
    height: 510px;
    margin: 2px 0 2px 4px;
    padding-top: 10px;
    width: 892px;
}

.tweet a{
    color:#FFF;
     text-decoration: none;
    -moz-transition: all 0.25s ease-out 0s;
    
}

.tweet a:hover{
    color:#ff9900;
     text-decoration: none;
    
}

.tweet {
    background: url("http://blogmaterial.nicoblomaga.jp/material/139/img/rtcont-bg.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-weight: bold;
    height: 50px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    width: 80px;
    z-index: 115;
}


.rtbox {
    display: inline-block;
    float: left;
    height: 190px;
    padding-right: 8px;
    position: relative;
    width: 170px;
}

.rtitem {
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #EFEFEF;
    behavior:url('http://2logch.com/PIE.htc');
    color: #666666;
    height: 180px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 2px;
    width: 166px;
    z-index: 0;

}


.rtitem:hover{
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat scroll 0 0 #ddd;
    behavior:url('http://2logch.com/PIE.htc');
    color: #666666;
    height: 180px;
    left: 3px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    top: 2px;
    width: 166px;
    z-index: 0;

}

.rtbox img {
    height: 95px;
    margin: 0;
    overflow: hidden;
    padding: 15px 10px 5px;
}


.rtbox span{
    display: block;
    font-size: 12px;
    line-height: 1.5 !important;
    margin: 0;
    padding: 10px 9px;
    width: 146px;
    z-index: 1;
}


/** テキスト広告エリア */

#textad {

border: 1px solid #AAA;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
background: #EEEEEE;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#CCCCCC));
background: -webkit-linear-gradient(#EEEEEE, #CCCCCC);
background: -moz-linear-gradient(#EEEEEE, #CCCCCC);
background: -ms-linear-gradient(#EEEEEE, #CCCCCC);
background: -o-linear-gradient(#EEEEEE, #CCCCCC);
background: linear-gradient(#EEEEEE, #CCCCCC);
-pie-background: linear-gradient(#EEEEEE, #CCCCCC);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC', GradientType=0 ); /* IE6-9 */


    behavior:url('http://2logch.com/PIE.htc');
    height: 40px;
    margin: 3px;
    width: 880px;
}

.textad-inner {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 9px 9px 10px;
}



/**  記事ヘッダー */

.cont-header {
    height: 130px;

}

.cont-header-inner{
    padding: 10px;
}

.comment-cnt {
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    marugin-top:10px;
}

.comment-cnt a {
    background: url("http://blogmaterial.nicoblomaga.jp/material/139/img/com-cont.gif") no-repeat scroll 0 0 transparent;
    color: #9F9D9D;
    display: block;
    font-size: 40px;
    height: 65px;
    width: 100px;
}

.comment-cnt span {
    color: #9F9D9D;
    display: block;
    font-size: 22px;
    height: 20px;
    padding-top: 10px;
    width: 100px;
}

.article-data {
    float: right;
    height: 125px;
    overflow: hidden;
    padding-left: 10px;
    width: 594px;
}

.post-date {
    color: #C0BDBD;
    font-size: 18px;
}


.post-date a {
    color: #C0BDBD;
    font-size: 18px;
}

.category{

}

.article-title{

}

.article-title h1,.article-title h2 {
    font-size: 25px;
    line-height: 150%;
    height: 74px;
}

.article-title h1 {
    height: 80px;
    overflow: hidden;
}

.article-title h1 a,.article-title h2 a {
    color: #004B91;

}


/*--------------------------
　アーカイブタイトル
---------------------------*/
.archives-title-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.2em;
}
.archives-title-outer-2 {}

.archives-title-outer-3 {}

.archives-title {
	padding: 10px;
	background: #f0f0f0;
	text-align: center;
	font-size: 1.2em;
}


.related-articles {
    overflow: hidden;
    width: 705px;
    margin-top:20px;
}

.related-articles h4 {
    padding: 10px 0 5px 15px;
}

.related-articles ul {
    list-style: none outside none;
    margin-left: 10px;
    padding: 0;
}


.related-articles ul li {
    display: block;
    font-size: 18px;
    overflow: hidden;
    width: 2000px;
}

.related-articles ul li a {
    background: url("http://2logch.com/img/arrow.png") no-repeat scroll 8px center transparent;
    display: block;
    padding: 3px 5px 3px 24px;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

.index-navigator ,.archives-pager{
    height:50px;
    margin:0 auto;
    margin-top: 30px !important;
    margin-bottom:10px !important;
    margin:0 auto;
}

.index-navigator a ,.archives-pager-outer a{

    padding:10px!important;
    border: 1px solid #CCC;
}

.index-navigator span{

    padding:10px;
    border: 1px solid #CCC;
}

.article-pager-type2 {
    margin: 12px;
    overflow-x: hidden;
    padding-top: 12px;
    position: relative;
    width: 710px;
}

.pager-inner {
    margin-bottom: 16px;
}


.article-pager-inner a span {
    border: 1px solid #cccccc;
    display: block;
    height: 100px;
    padding: 10px 8px;
    width: 325px;
}


.prev {
    background: url("http://2logch.com/img/prev-arrow.gif") no-repeat scroll left 0 #FFFFFF;
    float: left;
}

.next {
    background: url("http://2logch.com/img/next-arrow.gif") no-repeat scroll right 0 #FFFFFF;
    float: right;
}

.prev:hover {
    background-position:left -100px;
}

.next:hover {
    background-position:right -100px;
}

.prev span {
    border-left: medium none;
    margin-left: 23px;
}

.next span {
    border-right: medium none;
    margin-right: 23px;
}

.article-pager-inner a {
    display: block;
    height: 100px;
    width: 349px;
}


/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

/*--------------------------
　　　ヘッドライン
---------------------------*/


.headline {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px dashed #CCCCCC;
    height: 450px;
    margin: 0 3px 3px 3px;
    overflow: hidden;
    text-align: center;
    width: 884px;
}


.headline-a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px dashed #CCCCCC;
    height: 790px;
    margin: 0 3px;
    overflow: hidden;
    text-align: center;
    width: 722px;
}

.headline_top{
     overflow:hidden;
     text-align:center;
     margin-top:0px;
     border:1px solid #CCC;
     width:795px;
     height:201px;
}


.headline-b {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: dashed;
    border-width: 3px;
    height: 315px;
    margin: 5px 3px 0;
    overflow: hidden;
    text-align: center;
    width: 722px;
}

.headline-c {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px dashed #CCCCCC;
    height: 880px;
    margin: 0 3px;
    overflow: hidden;
    text-align: center;
    width: 722px;
}

.headline-d {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-style: dashed;
    border-width: 3px;
    height: 390px;
    margin: 5px 3px 0;
    overflow: hidden;
    text-align: center;
    width: 722px;
}

.headline-o {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px dashed #CCCCCC;
    height: 415px;
    margin: 3px;
    overflow: hidden;
    text-align: center;
    width: 722px;
}

.headline h3, .headline-a h2, .headline-a h3, .headline-b h3, .headline-b h2,
.headline-c h3, .headline-c h2, .headline-d h3, .headline-o h3 {
    border-bottom: 1px dashed #AAAAAA;
    border-left: 5px solid #333333;
    font-size: 20px;
    margin: 5px;
    padding: 6px 0 6px 6px;
    text-align: left;
}

.headline-b h3 {
    margin-top:10px;
}


.headline-ad{
    margin:3px;
}

.headline-an {
    margin: 8px;
    width: 723px;
}

/* =============================================== */
/** main cont - 記事エリア */
/* ----------------------------------------------- */



/*  記事本文 */

.article-body-t{
    padding:10px;
    border-top: 3px dashed #CCCCCC;
    margin-bottom:20px;
}

.res_b {margin-bottom:20px;font-weight: bold;line-height:180%;color: #505050; float:none;}

.res_b img{float:none;}

.res_b2 {
    font-size: 15px;
    font-weight: bolder;
    line-height: 180%;
    margin: -12px 0;}

.msg{
    font-size: 15px;
    font-weight: bolder;
    line-height: 180%;
    margin: 30px 0;}

.res_b1 {margin:0; padding:0; }

.res_h {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.res {
    margin: 20px 0 0;
}

.t_i {
    background: none repeat scroll 0 0 #faf8f8;
    border: 1px dashed #cccccc;
    margin: 0 0 10px 1.4em;
    padding-left: 1.4em;
}

.t_a{
   margin:20px 10px;
   background:#eee;
   border:1px #999 dashed;
   padding:5px;
}

.res_b2 img {
    border:4px solid #FFF;
}

.m_ad {
    display: none;
    height: 0;
    margin-bottom:20px;
    font-size:0;
}

.s_block {
    background: none repeat scroll 0 0 #CCCCCC;
    float: right;
    height: 250px;
    margin: 5px 20px 5px 10px;
    overflow: hidden;
    width: 325px;
}

.s_bt {
    height: 280px;
    width: 700px;
    padding:0;
    margin:0;
}


.s2_block {
    background: none repeat scroll 0 0 #cccccc;
    float: right;
    margin: 5px 0px 5px 10px;
    overflow: hidden;
    width: 336px;
    height: 280px;
}

.s_top {
    background: none repeat scroll 0 0 #F0F0F0;
    height: 125px;
    margin: 8px;
    width: 310px;
}

.s_img {
    float: left;
    margin: 4px;
}

.s_img img{
    width:140px;
    height:116px;
}

.s_comment {
    background: none repeat scroll 0 0 #3A6ABB;
    border: 4px solid #F0F0F0;
    color: #FFFFFF;
    float: right;
    height: 116px;
    text-align: right;
    width: 154px;
}


.s_comment a {
    color: #FFFFFF;
    display: block;
    font-size: xx-large;
    height: 116px;
    line-height: 56px;
    padding-right: 4px;
    width: 140px;
}
.s_comment a p {
    padding: 0 12px 0 0;
}

.s_bottom {
    background: none repeat scroll 0 0 #F0F0F0;
    height: 100px;
    margin: 0 8px;
    overflow: hidden;
    width: 310px;
}

.social {
    background: #f0f0f0 none repeat scroll 0 0;
    float: right;
    height: 70px;
    margin: 20px auto !important;
    overflow: hidden;
    padding-left: 15px;
    width: 310px;
}

.social li {
    display: inline-block;
    height: 50px;
    text-align: center;
    vertical-align: top;
    width: 62px;
    float:left;
    padding:0 3px;

}

.s_ad {
    background: none repeat scroll 0 0 #CCCCCC;
    float: left;
    height: 250px;
    margin: 5px 0 5px 20px;
    width: 300px;
}

.s_ad2 {
    margin: 5px 10px 5px 0px;
    float: left;
    padding:0;
    background: none repeat scroll 0 0 #cccccc;
　*display: inline;
    width: 336px;
    height: 280px;

}

.related_unit{
    width:700px;
    margin:0 5px 0 10px;

}

ul.tuduki {
    height: 250px;
    list-style: none outside none;
    margin: 10px 60px 10px 0;
    padding: 0;
    width: 300px;
}

ul.tuduki li{

}

ul.tuduki li a {
    background: none repeat scroll 0 0 #333378;
    color: #FFFFFF;
    display: block;
    font-size: 32px;
    height: 50px;
    margin: 3px 0;
    padding: 10px 0 0 10px;
    text-align: left;
    width: 300px;
}


.n_ad_main{
    margin:10px 0 50px 0;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #ffffff;
}

ul.article-post {
	padding: 5px 6px 3px;
	background: #f0f0f0;
	text-align: right;
	overflow: hidden;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

ul.article-post li.article-tool-box3 ,ul.article-post li.article-tool-box5 {
    background: none repeat scroll 0 0 #004A91;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
}

li.article-tool-box3 a{
    line-height: 160%;
    padding: 5px;
    color:#FFF !important;
    width: 160px;
    height: 40px;
    margin: 0 !important;
}

li.article-tool-box5 a{
    line-height: 160%;
    padding: 5px;
    color:#FFF !important;
    width: 666px;
    height: 40px;
}

.tweet-btn{
    background:#00abef;
}

.tweet-btn:hover{
    background:#0078c4;
}

.fb-btn{
    background:#507cbe;
}

.fb-btn:hover{
    background:#004bbb;
}

.hatebu-btn{
    background:#008fde;
}

.hatebu-btn:hover{
    background:#006ac4;
}

.g-plus-btn{
    background:#db4a39;
}

.g-plus-btn:hover{
    background:#c52613;
}

.pickup_links {
    margin-bottom: 20px;
    padding-left: 14px;
}

.pickup_links h2 {
    border-bottom: 1px dashed #999;
    border-left: 4px solid #999;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-top: 2px;
}

.pickup_links a{
    font-size:16px;
}

/*------------------------
　　記事下ＲＴらんきんぐ
-------------------------*/


.bottom-rt{
    background: none repeat scroll 0 0 #FFF;
    border: 3px dashed #CCCCCC;
    margin: 4px 2px 5px;
    width: 724px;
}

.bottom-rt-inner {
    padding: 12px 3px 12px 9px;
}


.related-articles{
}

.related-articles h3 {
    display:none;
}

.related-articles h2 {
    border-bottom: 1px dashed #999;
    border-left: 4px solid #999;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-top: 2px;
}

.related-articles ul {
    list-style: none outside none;
    margin-left: 10px;
    padding: 0;
}

.related-articles ul li{
}

.related-articles ul li a {
    background: url("http://2logch.com/arrow.png") no-repeat scroll 8px center transparent;
    display: block;
    padding: 3px 5px 3px 24px;
}

.related-articles.with-image ul {
    list-style: outside none none;
    margin: 0 15px 15px;
    padding-left: 0;
}

.related-articles.with-image ul li a {
    border: 1px dashed #ccc;
    display: table;
    min-height: 60px;
    padding: 5px !important;
    width: 676px;
}

/* =============================================== */
/**  07. Option - トラックバック・コメントエリア */
/* ----------------------------------------------- */


#tweetwj {
    margin: 4px;
    width: 724px;
}

#article-options{
    background: none repeat scroll 0 0 #F6F3F5;
    border: 3px dashed #CCCCCC;
    margin: 4px 2px 0;
    width: 724px;
}

.article-option{
    padding:10px;
}

.article-option h3{
    border-bottom: 1px dashed #AAAAAA;
    border-left: 5px solid #333333;
    font-size: 20px;
    margin: 5px;
    padding: 6px 0 6px 6px;
    text-align: left;
}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
    background: none repeat scroll 0 0 #FAF8F8;
    border: 1px dashed #CCCCCC;
    font-size: 1em;
    margin-bottom: 5px;
    padding: 12px 0 8px 20px;
}


li.comment-set ul{
        padding:0;
}


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

li.comment-author {
        color:#008000;
        }

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-top: 5px;
	margin-left: 10px;
}

/* ----------------------------------------------- */
/** コメントフォーム */

#comment-form-body {
	padding: 15px 0 15px 50px;
}

#comment-form-body table {
	border: 0;
	width: 100%;
	line-height: 25px;
	font-size: 1em;
}

#comment-form-body table th {
	width: 4em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 85%;
}

input#email {
	width: 85%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 85%;
	height: 250px;
}

input.button {
    margin-left: -86px;
    margin-top: 10px;
    width: 85%;
}

#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

input#author, textarea#text, input#email, input#url {
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center top , #E0E0E0, #FFFDFC);
    border: 1px solid #717171;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 5px #BDBDBD inset;
}

.popup{
    background:#FFF;
    padding:20px;
}

/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

.side{
    border:1px dashed #CCC;
    padding:10px 0;
}

#sub div.sidetitle a
,#extra div.sidetitle a {
	color: #fff;
}

.sidetitlebody .sidetitle, .calendarhead {
    background-color: #F2F2F2;
    border-bottom: 3px solid #0082C8;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 4px;
}

div.calendarheadbody,
div.sidetitlebody {

	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/cobaltblue/2c_ttl_btm.gif) no-repeat left bottom;
	color: #333;
}

.sidetop
, .sidebottom {
	display: none;
    height:0;
}

.side-ad{
    margin:0px;
}

.side select {
    width: 150px;
}


.sidebody {
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
}

.sidebody a{
        display: block;
}



.sidewrapper {

margin: 0 0px;
	padding: 0;
}


ul.galleryThumbnail {
	text-align: center;
}


/** 画像つき新着記事 */
.side ul.recent-article-image li img ,.side div.popularArticlesWithImage.plugin ul img{
    border: 0 none;
    float: left;
    margin: 0 5px 0 10px;
}

.side ul.recent-article-image li, ul li.popularArticleWithImage {
    border-bottom: 1px dashed #cccccc;
    height: 90px;
    line-height: 1.2;
    min-height: 1px;
    overflow: hidden;
    padding: 10px 0;
    text-align: left;
}

.rnk {
    border: 1px solid #CCCCCC;
    height: 112px;
    margin: 5px 3px;
    overflow: hidden;
    position: relative;
    width: 288px;
}
.rnk a{
	text-decoration:none;
}
.rnk .rnkimg{
	width:280px;
}
.rnk a img{
	position: absolute;
    top: -40px;
    right: -50px;
}
.rnk .rnktitle{
	background:#424242;
	padding:8px 7px 8px 7px;
	width:284px;
	height:100px;
	position:absolute;
	color:#FFF;
	font-size:16px;
	line-height:1.2;
	left: -100%;
	z-index:1; 
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
.rnk :hover .rnktitle{
	left: 0px;
	}

.rnk .rnkcount {
    background-color: #424242;
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 28px;
    height: 112px;
    left: 0;
    line-height: 50px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 60px;
}

.rnk :hover .rnkcount{
	left:-100%;
}


#nav {
    height: 650px;
    width: 160px!important;
    z-index: 1;
}


/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/**  09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */


.foot-outer {

background: #80a5cc; /* Old browsers */
background: -moz-linear-gradient(top, #80a5cc 0%, #3472a9 50%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80a5cc), color-stop(50%,#3472a9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #80a5cc 0%,#3472a9 50%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #80a5cc 0%,#3472a9 50%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #80a5cc 0%,#3472a9 50%); /* IE10+ */
background: linear-gradient(to bottom, #80a5cc 0%,#3472a9 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a5cc', endColorstr='#3472a9',GradientType=0 ); /* IE6-8 */
    border-top: 1px solid #212121;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.foot-bottom a{
    color:#fff;
}


.foot-inner {
background: #EEEEEE;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#CCCCCC));
background: -webkit-linear-gradient(#EEEEEE, #CCCCCC);
background: -moz-linear-gradient(#EEEEEE, #CCCCCC);
background: -ms-linear-gradient(#EEEEEE, #CCCCCC);
background: -o-linear-gradient(#EEEEEE, #CCCCCC);
background: linear-gradient(#EEEEEE, #CCCCCC);
-pie-background: linear-gradient(#EEEEEE, #CCCCCC);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC', GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
border:1px solid #555;
    behavior:url('http://2logch.com/PIE.htc');
    margin: 0 20px 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;

    width:1200px;
    margin:0 auto;
    margin-bottom:20px;
}


.foot-inner a {
    color: #006F00;
}

.foot-inner a:hover {
    color: #FF6A00
}


.foot-bottom{
    font-size: 12px;
    bottom:0;
    padding:10px;
    color:#fff;
    }

.foot-left, .foot-center, .foot-right{
    float: left;
    overflow: hidden;
    padding: 5px;
    text-align: left;
    font-size:12px;
}


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



#widget .frame .amazon {
    height: 255px;
    width: 710px;
}



#widget .frame .amazon h2{

}

#widget .frame .amazon .left,
#widget .frame .amazon .right{
	margin-top:50px;
	width:18px;
	height:51px;
	float:left;
	cursor:pointer;
}

#widget .frame .amazon .left{
	background:url(arrow_left.png) no-repeat 0 0;
}

#widget .frame .amazon .right{
	background:url(arrow_right.png) no-repeat 0 0;
}

#widget .frame .wrap{
	margin:0 15px;
	width:640px;
	position:relative;
	float:left;
	overflow-x:hidden;
}

#widget .frame .amazon-widget{
	margin-bottom:8px;
	width:2000px;
	position:relative;
}


#widget .frame .amazon .item {
    float: left;
    font-size: 12px;
    height: 205px;
    line-height: 15px;
    margin: 0 7px;
    overflow-y: hidden;
    width: 147px;
}


#widget .frame .amazon h3 {
	border-bottom:1px dashed rgb(170, 170, 170);
	border-left:5px solid rgb(51, 51, 51);
	font-size:20px;
	margin:10px 0px 20px !important;
	padding:6px 0pt 6px 6px;
	display:block;
	height:25px;
}


#widget .frame .amazon .item img{
	background:#ccc;
	padding:2px;
	-webkit-transition:0.1s linear;
		 -moz-transition:0.1s linear;
			 -o-transition:0.1s linear;
}

#widget .frame .amazon .item img:hover{
	background:#0072cc;
}

#label {
	margin: 0px 0 20px 0;
	background: #396994;
	color: #FFAB77;
	width: 765px;
	height: 40px;
	line-height: 40px;
	font-family: arial,helvetica,osaka,"MS PGothic",sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

*:first-child+html #label {
	margin: 0px 0 10px 0;

}


div.message-board {
    border: 1px dotted #BFBFBF;
    color: #0000FF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px;
    text-align: left;
    bakcground:#FFF;
}





#goto {
    bottom: 80px;
    left: auto;
    margin-left: 1218px;
    margin-top:300px;
    position: fixed;
    height:300px;
}


#goto .com {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #11BBFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior:url('http://2logch.com/PIE.htc');
    display: block;
    height: 65px;
    text-align: center;
    width: 60px;
    padding-top: 5px;
}


#goto .com a {
    display: block;
    padding: 5px;
    font-size: 24px;
}

#goto p{
    margin:5px 0;
}

blockquote {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #4D4D4D;
    box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.3);
    margin: 20px 20px;
    padding: 10px;

}

blockquote p {
    font-size: 14px;
    line-height: 150%;
}

blockquote img {
box-shadow: 4px 3px 8px rgba(0, 0, 0, 0.3);
margin:20px ;
}

blockquote h2 {
    font-size: 24px;
}


.tweet_matome iframe {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE #DDDDDD #BBBBBB;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 10px 0;
    max-width: 99%;
    min-width: 220px;
    padding: 0;
    position: static;
    visibility: visible;
}


.imglink_item {
    background-color: black;
    background-image: url("http://blogmaterial.nicoblomaga.jp/material/139/img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #222222;
    border-radius: 4px;
    float: left;
    height: 240px;
    margin-bottom: 2px;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    width: 284px;
}


.imglink_item:hover {
    opacity: 0.5;
}

.imglink_item_thumb {
    border: medium none;
    left: 0;
    position: absolute;
    top: 0;

}


.imglink_item_item_title_outer {
    bottom: 0;
    height: 32px;
    left: 0;
    position: absolute;
    width: 100%;
}


.imglink_item_item_title_inner_bg {
    background-color: #222222;
    height: 100%;
    opacity: 0.8;
    width: 100%;
}


.imglink_item_item_title_inner {
    font-size: 12px;
    left: 0;
    line-height: 130%;
    position: absolute;
    text-align: left;
    top: 0;
}

.gyaku {
    overflow:hidden;
    height: 400px;
}

.gyaku2 {
    overflow:hidden;
    height: 420px;
    width:724px;
    margin:0 5px 0 3px;
}

#PERMALINK_SYSTEM_3db701a246c054fd14120042bbc45d4e article{
    width: 175px!important;
}

#PERMALINK_SYSTEM_3db701a246c054fd14120042bbc45d4e a.ps_3db701a246c054fd14120042bbc45d4e_caption{
    width: 171px!important;
    height: 36px!important;

}

#PERMALINK_SYSTEM_6fbe42f68a44e36ff94b7751c880e9cc a.ps_6fbe42f68a44e36ff94b7751c880e9cc_caption{
    width: 274px!important;
    height: 40px!important;

}

#PERMALINK_SYSTEM_eef0e0b4ab4f19ddb7c5a88349cdfeaa a.ps_eef0e0b4ab4f19ddb7c5a88349cdfeaa_caption{
    width: 700px!important;
    height: 40px!important;

}

#PERMALINK_SYSTEM_eef0e0b4ab4f19ddb7c5a88349cdfeaa a.ps_eef0e0b4ab4f19ddb7c5a88349cdfeaa_caption div{
    padding-left: 5px!important;
}

.ninjare{
    margin-bottom:10px;
}

blockquote p {
    margin: 0 0 20px;
}


/* i-mobile の表示設定　*/

.imobinfeed_2logch2{
    margin-top: 15px !important;
    margin-bottom: -5px !important;
}

.imobinfeed_2logch2 #imobile_adspotdiv1{
    margin-top: -5px !important;
    overflow: hidden !important;
}

.imobinfeed_2logch2 .imobile_infeed_spot{
  border: 1px dashed #ccc!important;
  height: 60px!important;
  padding: 5px!important;
  width: 676px!important;
  margin:0 15px 15px 15px!important;
}

.imobinfeed_2logch2 .imobile_infeed{
  height: 60px!important;
  width: 676px!important;
}
.imobinfeed_2logch2 div[id^="imobspot_"]{
margin:0 !important;
}
.imobinfeed_2logch2 .imobile_infeed_img_container{
  width: 86px!important;
  height: 60px!important;
}
.imobinfeed_2logch2 .imobile_infeed_img_18{
  width:45px!important;
  height:45px!important;
  padding:7.5px 20.5px 7.5px 20.5px!important;
  background:#FFF;
}
.imobinfeed_2logch2 .imobile_infeed_body{
width:575px!important;
}
.imobinfeed_2logch2 .imobile_infeed_title{
 display: none !important;
}
.imobinfeed_2logch2 .imobile_infeed_description{
font-size: 18px!important;
}

