@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "星空";
 :shortdesc "ver06_yk_starlit_sky_2c";
 :created "2013-12-26";
 :release [:revision "1.00"; :created "2013-12-26"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url(http://livedoor.blogimg.jp/chantome_2ch/imgs/2/d/2da56df3.png) #f9f9f9;
}

#wrapper {
	padding-top: 0px;
}
#container {
	margin: 0 auto;
}
#content {
	width: 1077px;
	background-color: #fff;
        border: 1px solid #efefef;
	margin: 0 auto;
	padding: 32px;
	position: relative;
}
#main {}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 728px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 300px;
	padding: 8px;
	background-color: #f9f9f9;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
        font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a {
	color: #353637;
	text-decoration:none;
}

body.page-article {
	color: #333;
	text-decoration:none;
}

.article-title a:visited,
.calendarhead a:visited {
	color: #333;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #353637;
}
a:hover {
        color: #CA0002;
	text-decoration:underline;
}
a:active {}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background-color: #fff;
	padding-bottom: 0px;
        border-top: 6px solid #004A73;
}
#blog-header-inner {}
#blog-title {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	padding-bottom: 0px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}
#blog-title a {
	color: #777;
}
#blog-description {
	color: #c5cad6;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
        display:none;
}
#blog-description a {
	color: #d4b5fb;
}

#blog-header.show-image #blog-header-inner {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    min-height: 95px;
    padding-top: 5px;
    position: relative;
}
#blog-header.show-image #blog-header-inner2 {
    margin: 0 auto;
    width: 1108px;
    position: relative;
}
#blog-header.show-image #blog-header-image {
    margin:0 auto;
    width:1108px;
}

/* メニュー */
#sub-nav {
    position: absolute;
    text-align: right;
    right: 0;
}
#sub-nav {
    top: 3px;
}
#sub-nav li {
    display:inline-block;*display:inline;*zoom:1;
    list-style: none;
}
#sub-nav li {
    margin-left: 25px;
}
#sub-nav a {
    color: #777;
    font-size: 12px;
}
/* メニューバー */
.ldb_menu {
    background: #f9f9f9;
    margin-bottom: -10px;
    border-top: 1px solid #f1f1f1;
}
.ldb_menu-list {
    width: 1144px;
    margin: 0 auto;
    text-align: left;
}
.ldb_menu-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.ldb_menu-list a {
    display: block;
    color: #777;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 8px;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
    background-color: #f1f1f1;
}

/* 検索 */
#blog-search {
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 63px;
    width: 200px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {}
.first-article {}

/* インデックスページ記事 */
.article-top {
	border-bottom: 1px dotted #c9c9c9;
	padding: 25px 0;
}
.nailthumb-container-top {
	float:left;
	overflow: hidden;
	height:60px;
	width: 60px;
	margin-right: 10px;
	border: 1px solid #7b91ae;
        border-radius: 3px;
}
.headline-title {
	margin: 0;
}
.headline-title a {
	color: #333;
	font-size: 20px;
        font-weight: bold;
	text-decoration: none;
}
.headline-title a:hover {
	text-decoration:underline;
}
.headline-nailthumb-container-top {
	float:left;
	overflow: hidden;
	height: 90px;
	width: 90px;
	margin-right: 10px;
	border: 1px solid #7b91ae;
        border-radius: 3px;
}
.article-index-body {
	line-height: 1.7;
	/*height: 280px;*/
}
.article-index-body img,
.article-index-body br {
	display: none;
}
.headline-box {
	padding: 25px 0;
	border-bottom: 1px dotted #7b91ae;
}
.headline-box:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.headline-box{
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .headline-box {height: 1%;}
.headline-box{display:block;}
/* End Hack */



/* 記事ヘッダー、記事タイトル */
.article-header {}
.article-title {
	margin: 0;
}
.article-title a {
	color: #333;
	font-size: 18px;
        font-weight: bold;
	text-decoration: none;
}
.article-title a:hover {
	text-decoration:underline;
}
.article-rating img {
	padding-top: 8px;
}
dl.article-tags dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_starlit_sky_2c/icon_tag.png) 0 0 no-repeat;
}
dl.article-tags {
	line-height: 1.3;
	margin: 20px 0;
	overflow: hidden;
}


/* 日付 */
.article-date {
	color: #888;
	font-size: 12px;
	padding-bottom:5px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	border-bottom: 1px dotted #7b91ae;
}
.article-meta {
	padding: 20px 0;
}
.article-social-btn {
	border-top: 1px dotted #7b91ae;
	margin-bottom: -1px;
}
/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	font-size: 14px;
	margin:10px 0;
	padding-left: 0px;
}

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

/* 共通テーマ */
dl.common-theme{
	border: 1px solid #c8d2df;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);
	color: #333;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);
	color: #333;
	line-height: 1.6;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 20px;
}
body.layout-2col .message-board {
	margin-top: 0px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	border: 1px solid #c8d2df;
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);
	color: #333;
	margin:  2em  0;
	padding: 0px;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #333;
	font-size: 12px;
	padding-top: 40px;
}
.article-body a {
        color: #002090;
}
.article-body a:hover {
        color: #CA0002;
        text-decoration: none;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7b91ae;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);
	border: none;
	color: #fff;
}
.article-body-inner blockquote:before {
	color: #fff;
	text-shadow: none;
}
.article-body-inner img.pict{
	height: auto;
	margin: 0;
	max-width: 100%;
}


/* コメント　トラックバック
----------------------------------------------- */

/*タイトル - コメント/トラックバック共通*/
.article-option-title{
	margin: 35px 0px 15px 0px;
	padding:2px 0 2px 10px;
	color: #333333;
	font-size: 16px;
        font-family: "ＭＳ Ｐゴシック",Helvetica,sans-serif;
	border-left: 5px solid #333333;
}


/* コメント トラックバック　共通利用
----------------------------------------------- */

/*コメントエリア　トラックバックエリア*/
#comments ol,
#trackbacks ol{
	margin-bottom: 40px;
	padding-left: 15px;
}

/*コメントのセット　トラックバックのセット*/
.comment-set{
	padding: 10px 0;
	color: #333333;
	font-size: 12px;
	list-style: none;
}
.comment-set:first-child{
	border-top:none;
}

/*コメントの番号　トラックバックの番号*/
.comment-number{
	margin-right: 0px;
}


/*コメント主の名前　トラックバックのブログタイトル*/
.comment-author{
	color: #227a22;
	margin-right: -15px;
	font-weight: bold;
}
.comment-author a{
	color: #ff6600;
	text-decoration: none;
}
.comment-author a:hover{
	color: #ff6600;
}


/*コメントの日時とID　トラックバックの日時*/
.comment-date{
	color: #666666;
}

.comment-body{
	padding: 10px 20px 35px 15px;
	font-size: 16px;
	color: #333333;
}

/*トラックバックの記事*/
.comment-url a{
	color: #ff6600;
}


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

.comment-form-title{
	font-weight: bold;
	margin-top: 40px;
}

#comment-form{
	font-size: 14px;
	margin: 5px 0px 70px 0px;
	padding: 20px 0;
	background: #f9f9f9;
}
/*コメント入力欄*/
#comment-form textarea{
	resize: vertical;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	height: 36px;
	margin: 40px 0 0 0;
	text-align: center;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #333;
}
ul.index-navigator li.current span {
	background-color: #4596b7;
	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;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#fff;
        background-color: #011E2F;
        margin-top: 10px;
	padding: 40px;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
}
#blog-footer a {
	color:#fff;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	border-bottom: 2px solid #7b91ae;
	padding-bottom: 10px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
        padding: 5px 0px 5px 10px;
        background: url(http://livedoor.blogimg.jp/chantome_2ch/imgs/2/f/2f0f106e.gif) no-repeat 2px 12px;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #333;
}
table.caltblwk .sun {
	color: #ca3737;
}
table.caltblwk .sat {
	color: #2c6ef0;
}
table.caltblday {
	color: #000;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {}
table.caltblday .calon {
	background-color: #4596b7;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}
table.caltblday td a:visited {
	background-color: #660099;
}

/* ギャラリー */
ul.galleryThumbnail li img {
	border: none;
	border-radius: 0px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-bottom: 2px solid #7b91ae;
	color: #333;
	font-size: 14px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.archives-header h1  {
	font-weight: bold;
}
/* 記事下広告 */
#ad2 {
	padding: 40px;
}
#ad2 a.addescription {
	color:#666;
}

/* ページトップへ */
.to-pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 30px;
}
.to-pagetop a {
  opacity: 0.9;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 1.0;
}

/************************************************* ▼ ブログロール ▼ */
/* ----------------------------------------------- */
/*

      BlogRoll css

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 0px;
    padding: 0;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 0px;
    border-bottom: dotted 1px #d1d1d1;
}

.blogroll-channel .blogroll-list img {
    float: left;
    padding-top: 9px;
}

.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 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

.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;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
    margin-top: 90px;
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 0px;
    color: #666;
    font-size: 12px;
}

.blogroll-wrapper{
         width: 1135px;
         height: 245px;
         margin: 0 auto;
         padding: 0px 0px 5px 0px;
         border: double 4px #d1d1d1;
         background: #fff;
         font-size: 14px;
         clear:both;
	overflow-y: scroll;
}
.blogroll-wrapper li:nth-child(even){
         background: #f9f9f9;
}
.blogroll-wrapper a {
         padding: 7px 0px 3px 0px;
}
.blogroll-column{
	float:left;
	width: 49%;
        padding-left: 6px;
}
/********************************************* ▲ ブログロール ▲ */

/************************************************* ▼ ブログロール ▼ */
.blogroll-wrapper4{
         width: auto;
         height: 460px;
         margin-bottom: 25px;
         padding-right: 0px;
	 line-height: 1.2;
	overflow-y: hidden;
}
.blogroll-wrapper4 li:nth-child(even){
         background: #fcfcfc;
}
.blogroll-wrapper4 a {
         color: #2355A5;
         font-size: 16px;
         font-weight: bold;
         padding: 10px 0px 7px 0px;
         text-decoration: none;
}
.blogroll-wrapper4 a:hover {
         color: #CA0002;
	 background: #FCF8EC;
	 text-decoration: underline;
}
/********************************************* ▲ ブログロール ▲ */

/************************************************* ▼ ブログロール ▼ */
.blogroll-wrapper10{
         width: auto;
         height: 460px;
         margin: 20px 0px 20px 0px;
         padding-right: 0px;
	 line-height: 1.2;
         border-top: dotted 1px #d1d1d1;
	overflow-y: hidden;
}
.blogroll-wrapper10 li:nth-child(odd){
         background: #fcfcfc;
}
.blogroll-wrapper10 a {
         color: #2355A5;
         font-size: 16px;
         font-weight: bold;
         padding: 10px 0px 7px 0px;
         text-decoration: none;
}
.blogroll-wrapper10 a:hover {
         color: #CA0002;
	 background: #FCF8EC;
	 text-decoration: underline;
}
/********************************************* ▲ ブログロール ▲ */

/************************************************* ▼ ブログロール ▼ */
.blogroll-wrapper7{
         width: auto;
         height: 570px;
         margin-top: 20px;
         padding-right: 0px;
	 line-height: 1.2;
	 overflow-y: hidden;
         border-top: dotted 1px #d1d1d1;
}
.blogroll-wrapper7 li:nth-child(odd){
         background: #fff;
}
.blogroll-wrapper7 a {
         color: #054367;
         font-size: 16px;
         font-weight: bold;
         padding: 10px 0px 7px 0px;
         text-decoration: none;
}
.blogroll-wrapper7 a:hover {
         color: #CA0002;
	 background: #FCF8EC;
	 text-decoration: underline;
}
/********************************************* ▲ ブログロール ▲ */

/************************************************* ▼ ブログロール ▼ */
.blogroll-wrapper5{
         width: auto;
         height: 560px;
         margin: 0px 0px 5px 0px;
         padding: 0;
	 line-height: 1.2;
         border-top: 1px dotted #d1d1d1;
	 overflow-y: scroll;
}
.blogroll-wrapper5 li:nth-child(even){
         background: #f9f9f9;
}
.blogroll-wrapper5 a {
         color:#004D99;
         font-size: 16px;
         font-weight: bold;
         padding: 10px 0px 7px 0px;
         text-decoration: none;
}
.blogroll-wrapper5 a:hover {
         color: #CA0002;
	 background: #FCF8EC;
	 text-decoration: underline;
}
/********************************************* ▲ ブログロール ▲ */

/************************************************* ▼ ブログロール ▼ */
.blogroll-wrapper3{
	width: auto;
         height: 400px;
         margin: 0px 0px 20px 0px;
         padding: 3px 5px 5px 5px;
         border: solid 1px #252E2F;
         background: #fff;
         clear:both;
	overflow-y: scroll;
}
.blogroll-wrapper3 li:nth-child(even){
         background: #f9f9f9;
}
.blogroll-wrapper3 a {
         font-size: 16px;
         padding: 6px 0px 2px 0px;
}
/********************************************* ▲ ブログロール ▲ */

.listWithImage{
        width: 1144px;
        position: relative;
        top: 6px;
	margin: 0 auto;
	padding: 0;
}
.listWithImage li{
        float: left;
	margin:-2px 1px 0px 0px;
	padding: 0;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 1px solid #e1e1e1;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 0px solid #555555 !important;
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #212121 !important;
        font-size:11px;
        font-weight:normal;
	margin: 0;
	padding: 2px 0px 11px 4px;
}

.listWithImage2{
        position: relative;
        top: 6px;
	margin:-5px -10px 0px 1px;
	padding: 0;
}
.listWithImage2 li{
        float: left;
	margin:-8px 2px 0px 0px;
	padding: 0;
}
.listWithImage2 li:hover{
	opacity: 0.6;
}
.listWithImage2 div.popularArticlesWithImage.A ul li{
	border: 1px solid #e1e1e1;
}
.listWithImage2 div.popularArticlesWithImage.A ul li a{
	border: 0px solid #555555 !important;
}
.listWithImage2 div.popularArticlesWithImage.A div.title{
	color: #ffffff !important;
        font-size:11px;
        font-weight:normal;
	margin: 0;
	padding: 2px 0px 20px 4px;
}
.rs-1 {
height: 359px;
margin-bottom: 4px;
background-color: #023350;
border-bottom: 1px solid #eee;
}

.gad336 {
border-top: #D1D1D1 1px dotted;
margin: 60px 0px 30px 0px;
padding-top: 30px;
overflow: hidden;
text-align: center;
}

.gad-lr{
    float: left;
    margin: 0px 0px 0px 15px;
    padding 0;
}

.title01{
color:#EFEFEF;
font-size:13px;
text-align: center;
margin: 0;
padding: 5px 0px;
background: #21212B;
}

.KI {
margin:0px 0px 0px 15px;
font-size:16px;
font-weight:bold;
line-height: 1.4;
}

.JI {
margin:15px 0px 35px 15px;
font-size:16px;
font-weight:bold;
line-height: 1.4;
}

.NA {
color:#008000;
font-weight:bold;
}

.an {
color:#0000FF;
}

.t_b {
margin:15px 0px 35px 15px;
font-size:16px;
font-weight:bold;
line-height: 1.4;
}

.t_b1 {
color:#212121;
margin-bottom: 30px;
padding: 24px;
font-size:16px;
font-weight:normal;
line-height: 1.5;
background-color: #fdfdfd;
border: 1px dotted #d2cbcc;
}

.s_t {
font-weight:bold;
}