@charset "utf-8";
@import url(http://test-sokudokuex.ldblog.jp/temp.css);

/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
	background: #f5f5f5 url(http://blog.livedoor.jp/sokudokuex/img/bg1.png) repeat 0 0;
}
#container {
    margin: 0 auto;
    width: 1090px;
    background-color: #f5f5f5;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
#content {
    position: relative;
}
#main {
    width: 728px;
    background-color: #f5f5f5;
}

.column  {
    padding-left:10px;
}

#sidebar {
　padding-bottom: -10px;
    width: 328px;
    background-color: #f5f5f5;
}

.column2  {
    margin-top:10px;
    padding-left:15px;
}

#sidebar-inner{
    background-color: #fff;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}


/* サイドバー入れ替え */
body.sidebar-right #main {
    float: left;
}
body.sidebar-right #sidebar {
    float: right;
}
body.sidebar-left #main {
    float: right;
}
body.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #000;
    font: 13px/1.2 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a:link { color: #1D8ADE; text-decoration: none; }
a:visited { color: #1D8ADE; text-decoration: none; }
a:hover, a:visited:hover { color: #ff69b4; text-decoration: none; }
a:active { color: #1D8ADE; text-decoration: underline; }


/* ブログのヘッダー、タイトル、説明、上部ナビゲーション
----------------------------------------------- */

nav {
  margin-bottom: 40px;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #1D8ADE;
  color: #FFF;
  z-index: 11;
}

#navi {
    margin: 13px auto;
    width: 1070px;
}

#navilogo {
    float: left;
    width: 96px;
    height: 20px;
}

#navitext {
    float: left;
    width: 550px;
    height: 20px;
    padding-top: 3px;
    padding-left: 5px;
}

ul.navitext li  {
    float: left;
    margin-left: 30px;
}

nav a:link { color: #fff; text-decoration: none; }
nav a:visited { color: #fff; text-decoration: none; }
nav a:hover, nav a:visited:hover { color: #ff69b4; text-decoration: none; }
nav a:active { color: #fff; text-decoration: underline; }

navimenu {
　margin: 0px;
}

ul.nav li {
    display: inline;
    margin-right: 20px;
}

ul.nav li a { 
 color: #fff;
 } 

#blog-header {
  width:215px;
  padding-top: 30px;
  margin-bottom: 15px;
  margin-left: 56px;
}

#blog-title {
    width: 215px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
　padding-top: 24px;
    margin: 34px 0 10px 0;
}

#blog-title a {
    color: #000;
}

#blog-description {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin: 30px 0;
}

#blog-description a {
    color: #979797;
}

.social {
    margin-left: 5px;
}

#header-ad {
    float: left;
    width:300px;
    margin: 0 10px 0 15px;
}

#header-recommend {
    width:737px;
    height:244px;
    margin-left: 331px;
    text-align: left;
    background-color: #FFCB05;
    padding: 3px;   
    border-radius: 5px;   
}

#header-recommend2 {
    margin-top: -10px;
    padding-left: 5px;   
}

#header-rectext {
    margin-top: 15px;
    margin-left: 15px;
    width: 738px;
    float: left; 
}

#header-ad2 {
    margin-top: 15px;
    margin-left: 775px;
    width: 300px;
    height: 250px;

}

#header-clear {
    clear:both;
}


/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header.show-image #blog-header-image {
    height: auto;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}

#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}

#b728x90 {
    width: 728px;
    height: 90px;
    margin-top: -100px;
    margin-left: 285px;
}

/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list {
    position: absolute;
    bottom: 0;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
    background: rgba(247,247,247,0.7);
    zoom:100%;
    width: 940px;
    margin: 0 auto;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 18px;
    line-height: 1.4;
    display: block;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover{
    background: #dbdbdb;
    background: rgba(204,204,204,0.7);
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
    margin-bottom: -1px;
    padding: 0px 0px 20px;
    float: left;
}
.article-inner {
    background-color: #fff;
    width: 335px;
    height: 331px;
    padding: 5px;
    margin-right: 7px;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}
.article-header, {
    padding: 10px;
}
.article-body {
    padding-left: 5px;
    word-wrap: break-word;
}

.article first-article {
    width: 728px;
}

.article-first-image {
    background-color: #fff;
    display: table;
    position: absolute;
    margin-top: 10px;
    left: 5px;
    width: 320px;
    height: 178px;
}
.article-first-image a {
    background-color: f7f7f7;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.article-first-image img{
    width: 320px;
    display: inline;
    border: 5px solid #f5f5f5;
    height: auto;
}

.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    top: 5px;
　width: 728px;
    margin-bottom: 15px;
    position: relative;
}
.article-title {
    margin-bottom: 15px;
    max-width: 350px;
    height: 55px;
    overflow: hidden;
}
.article-title a {
    color: #1D8ADE;
    font-size: 16px;
    font-weight: bold;
}

.article-title-post {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 728px;
    overflow: hidden;
    padding: 0.8em;
    background-color: #1D8ADE;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.article-title-post a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* 日付 */
.article-date {
    color: #808080;
    font-size: 12px;
}

/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
    margin-left: 0;
}
body.page-article .article-header {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    border-bottom: 1px dashed #999;
}
.article-meta {
    padding: 16px 0 32px;
}
.article-social-btn {
    border-bottom: 1px dashed #999;
    top: 1px;
    position: relative;
}

#comment-form dt {
	float: none;
	width: auto;
	text-align: left;
}
#comment-form dd {
	margin: 0;
}
#comment-form .comment-form-body dt {
	display: block;
}

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

/* 関連記事 */
.article-body {
    margin:0;
    line-height:1.3
    font-size: 14px;
}

.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    margin:4px 0;
    padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
    color:#333;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    background-color: #f7f7f7;
    border: 1px solid #e4e7e8;
    border-radius: 4px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 26px;
    overflow: hidden;
    padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 14px;
    line-height: 1.6;
}

.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #FFCB05;
    color: #644602;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
h3:after{
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 0;
    margin-left: -15px;
    border-top: 15px solid #FFCB05;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.article-body-inner h4{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #FFCB05;
    color: #644602;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
h4:after{
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 0;
    margin-left: -15px;
    border-top: 15px solid #FFCB05;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

.article-body-inner blockquote {
    background-color:#EEEEEE;
    border: 1px solid #fff;
}

.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
}



/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
}

.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

.article-option-title {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #FFCB05;
    color: #644602;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
.article-option-title:after {
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #FFCB05;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}



/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    margin-top: 30px;
}
ul.index-navigator li.current span {
    background-color: #1D8ADE;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
    background-color: #eee;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */



ul.article-pager li a,
ul.archives-pager li a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
    padding-top: -30px;
}


/* サブリスト2種
　　カテゴリの最新記事　article-sub-category related-articles
　　人気記事ランキング article-sub-popular
----------------------------------------------- */

/*サブリストの共通タイトル*/
.article-sub-category h3 ,
.article-sub-popular h3,
.article-sub-ninki h3,
.article-sub-recomend h3{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #FFCB05;
    color: #644602;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
.article-sub-recomend h3:after{
    position: absolute;
    bottom: -15px;
    left: 5%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #FFCB05;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


/*カテゴリの最新記事 , 人気記事ランキング */
.related-articles,
.article-sub-popular,
.article-sub-ninki,
.article-sub-recomend {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 728px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/*文字の装飾 - カテゴリの最新記事 , 人気記事ランキング*/
.article-sub-category a,
.article-sub-popular a,
.article-sub-ninki a,
.article-sub-recomend a{
	color:#1D8ADE;
	text-decoration: none;
}
.article-sub-category a:hover,
.article-sub-popular a:hover,
.article-sub-ninki a:hover,
.article-sub-recomend a:hover{
	color:#ff69b4;
}
.article-sub-category a:visited,
.article-sub-popular a:visited,
.article-sub-ninki a:visited,
.article-sub-recomend a:visited{
	color:#1D8ADE;
}

.related-article-image {
	padding-bottom: 10px;
}

.related-article-title{
	overflow: hidden;
	padding-right: 10px;
	padding-bottom: 5px;
}

/*カテゴリの最新記事*/
.article-sub-category ul{
	padding: 8px;
}
.article-sub-category li{
	padding: 0 0 5px 18px;
	border-bottom: dashed 1px #ccc;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_matomeblue_3c/icon_list.png) no-repeat left 4px;
	list-style: none;
}


/*人気記事ランキング*/
.article-sub-popular .popularArticlesWithImage.A ul{
	text-align: left;
}




/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    height:52px;
    color:#fff;
    background-color: #1D8ADE;
}
#blog-footer a {
    color:#555;
}

#footer {
    width:1070px;
    height:52px;
    text-align:left;
    margin: 0 auto;
}

#footer-copy {
    width:250px;
    text-align:left;
    padding-top: 6px;
}

#footer-text {
    font-size: xx-small;
    text-align:left;
    padding-top: 5px;
}

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {

}

.sidewrapper {
    font-size: 13px;
    overflow: hidden;
    padding: 0 0 10px;
    position: relative;
}

.sidewrapper .sidetitle {
    margin:0 0 10px 0;
    padding:12px 10px;
    border-left:5px solid #1871B8;
    background: #1D8ADE;
    color:#FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding:  0;
    border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

.sidetitlebody {
    margin: 0px;
}

.plugin-recent_articles_image sidewrapper{
    margin: 0px;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 1px;
}
table.caltblday .caloff {
    background-color: #fff;
}
table.caltblday .calon {
    background-color: #000;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
}
table.caltblday td a:hover {
    background-color: #910000;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}
ul.galleryThumbnail li {
    display: inline-block;
    margin: 5px;
}

hr { border: none;
     border-top:dotted 1px #999999;
     height: 1px;
     color: #999999;
     width: 100%;
}
hr.style-one {
     border: 0;
     height: 1px;
     background: #333;
     background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
     background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
     background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
     background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #333;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
    color:#666;
}

/* フロートメニュー
----------------------------------------------------------- */  
#floatMenu {
        position: fixed;
        left: 50%;
        margin-left: 550px;
        overflow:hidden;
        top: 63px;
        width: 90px;
        padding: 0px;
}

/* 追尾
----------------------------------------------------------- */  

.fixed { 
        position: fixed;
	top: 48px;
        margin-left: 20px;
 }

/* Paging
-----------------------------------------------------*/
div.paging {
	clear: right;
	padding: 5px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 120px;
}

div.paging .current {

	color: #000000;
}
div.paging ul.index-navigator li a {

	border: 1px solid #CCCCCC;
}
div.paging ul.index-navigator li.paging-prev a,
div.paging ul.index-navigator li.paging-next a {

}
div.paging ul.index-navigator li a:hover {
	background: #EEEEEE;
	border-color: #999999;
}

div.paging ul.article-pager li,
div.paging ul.archives-pager li {
	display: block;

}
div.paging ul.article-pager li.prev,
div.paging ul.archives-pager li.prev {
	float: left;
	text-align: right;
}
div.paging ul.article-pager li.next,
div.paging ul.archives-pager li.next {
	float: right;
	text-align: left;
}
div.paging ul.article-pager li.prev { width: 445px; }
div.paging ul.article-pager li.next { width: 444px; }
div#main div.paging ul.article-pager li.prev,
div#main div.paging ul.archives-pager li.prev { width: 255px; }
div#main div.paging ul.article-pager li.next,
div#main div.paging ul.archives-pager li.next { width: 264px; }
div.paging ul.article-pager li+li,
div.paging ul.archives-pager li+li { }


/*	コメント下footerバナー
-----------------------------------------------------*/

#f728x90 {
    width: 728px;
    height: 90px;
    margin: 10px 0 15px;
}

/*	右バナー メッセージボード
-----------------------------------------------------*/
#message{
	margin:5px !important;
	padding:10px;
	border:1px solid #439ecd;
	background:#d4e3ff;
	font-size:12px;
	line-height:1.6;
	text-align:left;
}
#message a{
	text-decoration:none;
}
#message a:hover{
	text-decoration:underline;
}


/*	記事内テーブル1
-----------------------------------------------------*/
#tables {
	margin:5px 5px 120px !important;
	padding:10px;
	border:1px solid #439ecd;
	background:#d4e3ff;
	font-size:12px;
	line-height:1.6;
	text-align:left;
}
#tables a {
	text-decoration:none;
}
#tables a:hover {
	text-decoration:underline;
}

/*	記事内テーブル2
-----------------------------------------------------*/
#tables2 {
	margin:5px !important;
	padding:10px;
	border:1px solid #439ecd;
	background:#d4e3ff;
	font-size:12px;
	line-height:1.6;
	text-align:left;
}
#tables2 a {
	text-decoration:none;
}
#tables2 a:hover {
	text-decoration:underline;
}

/* あみあみ
----------------------------------------------------------- */ 
.ami img{
max-width: 600px;
height: auto !important;
}

/* Shoryaku
----------------------------------------------------------- */ 

#foot p{
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

#tag p{
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/* 管理人コメント
----------------------------------------------------------- */  
div.comment1-1  {  
    width: 600px;  
    padding: 0 0px;  
    margin-bottom: 0px;  
    position: relative;  
}  
div.comment1-1 .imgL    {  
    float: left;  
    text-align: center;  
}  
div.comment1-1 .imgL img    {  
    border: 0px
    padding: 5px;   
}  

.baroon {
   position: relative;
   padding: 5 5px;  
   margin-left: 60px;
   background-color: #fff;
   border: 2px solid #CCC;
}