@charset "utf-8";
/* ******************************************************************************** */
/*                                                                                  */
/*  I'll be NET Color Skyblue                                                       */
/*  作成：I'll be NET（http://illbe.net/）                                          */
/*                                                                                  */
/* ******************************************************************************** */
/* ################################################################################ */
/*      0:HTML再定義                                                                */
/* ################################################################################ */
/* ================================================================================ */
/*      0-1:html,body                                                               */
/* ================================================================================ */
body{background-color: #f2fafd;}
/* ================================================================================ */
/*      0-3:見出し                                                                  */
/* ================================================================================ */
.content h4{background-color: #bbb; color: #fff;}
.content h5{border-left: 5px solid #666;}
/* ################################################################################ */
/*      1:カラムレイアウト                                                          */
/* ################################################################################ */
/* ================================================================================ */
/*      1-2:ヘッダー                                                                */
/* ================================================================================ */
header{background-color: #87ceeb; color: #fff;}
header h1 a{color: #fff;}
header h1 a:link, header h1 a:visited {color: #fff;}
header h1 a:active, header h1 a:hover {color: #09daed;}
/* ================================================================================ */
/*      1-3:メインメニュー                                                          */
/* ================================================================================ */
#menu {background-color: #fff;}
#menu ul li a{color: #87ceeb;}
#menu ul li a:hover{background-color: #d8eff8; color: #fff;}
/* ================================================================================ */
/*      1-5:２カラム（ユーティリティ）                                              */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      1-5-2:個別ユーティリティタイトル                                            */
/* -------------------------------------------------------------------------------- */
.utility h3{border-bottom: 1px solid #87ceeb; color: #87ceeb;}
.utility h3 a:link, .utility h3 a:visited{color: #87ceeb;}
.utility .content a:visited{color: #b8d5e0}
.utility .content a:hover{color: #09daed}

/* -------------------------------------------------------------------------------- */
/*      1-5-5:カレンダー                                                            */
/* -------------------------------------------------------------------------------- */
.utility .content table.calender a{
	background-color: #87ceeb;
	border: 1px solid #87ceeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding: 0 2px;
}
.utility .content table.calender a:hover{background-color: #fff;}
.utility .content table.calender a span{color: #fff;}
.utility .content table.calender a span:hover{color: #87ceeb;}
/* ================================================================================ */
/*      1-6:１カラム                                                                */
/* ================================================================================ */
#document{background-color: #fff;}
/* ================================================================================ */
/*      1-7:フッター                                                                */
/* ================================================================================ */
footer{background-color: #fff; color: #b8d5e0;}
footer a{color: #b8d5e0;}
/* ================================================================================ */
/*      1-8:ページ上部へのリンク                                                    */
/* ================================================================================ */
#pagetop a{background-color: #87ceeb; background-color: rgba(135,206,235,0.5); color: #fff;}
#pagetop a:hover{background-color: #87ceeb; background-color: rgba(135,206,235,0.9);}
/* ################################################################################ */
/*      2:画面別の設定                                                              */
/* ################################################################################ */
/* ================================================================================ */
/*      2-1:エントリー画面                                                          */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      2-1-2:個別エントリーブロック                                                */
/* -------------------------------------------------------------------------------- */
.entry {background-color: #fff; border: 1px solid #dfecf1;}
/* -------------------------------------------------------------------------------- */
/*      2-1-3:個別エントリータイトル                                                */
/* -------------------------------------------------------------------------------- */
.entry h3 {border-bottom: 1px solid #dfecf1;}
/* -------------------------------------------------------------------------------- */
/*      2-1-4:個別エントリー内容                                                    */
/* -------------------------------------------------------------------------------- */
#entry ul.link{background-color: #dfecf1; color: #b8d5e0;}
#entry ul.link a{color: #b8d5e0; text-decoration: underline;}
#entry ul.link a:hover{color: #87ceeb;}
/* ================================================================================ */
/*      2-2:VIEW画面                                                                */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      2-2-1:エントリー横移動                                                      */
/* -------------------------------------------------------------------------------- */
ul.entry_link li:before{background-color: #b8d5e0; color: #fff;}
/* ################################################################################ */
/*      3:パーツ設定                                                                */
/* ################################################################################ */
/* ================================================================================ */
/*      3-4:ページ移動                                                              */
/* ================================================================================ */
ul.order {border: 1px solid #b8d5e0; color: #b8d5e0;}
ul.order li:first-child{border-right: 1px solid #b8d5e0; margin-left: -1px;}
ul.order li a{background-color: #dfecf1; color: #b8d5e0;}
ul.order li a:hover{background-color: #87ceeb; color: #fff;}
/* ================================================================================ */
/*      3-5:ページ直接移動                                                          */
/* ================================================================================ */
ul.direct li{border: 1px solid #b8d5e0; color: #b8d5e0; background-color: #fff;}
ul.direct li a{display: block; background-color: #dfecf1; text-decoration: none; color: #b8d5e0;}
ul.direct li a:hover{background-color: #87ceeb; color: #fff;}
/* ================================================================================ */
/*      3-7:トラックバック                                                          */
/* ================================================================================ */
#trackback h2, #trackback_url h2, #comment h2{border-bottom: 1px solid #ccc;}
#trackback_url p{background-color: #fff; border: 1px solid #ccc;}
/* ================================================================================ */
/*      3-8:コメント                                                                */
/* ================================================================================ */
#comment .comment{background-color: #fff;}
#comment .comment h3{border-bottom: 1px solid #f2fafd;}
/* ================================================================================ */
/*      3-9:フォーム                                                                */
/* ================================================================================ */
#plugin_form{background-color: #f2fafd;}
#plugin_form dl dd{border-left: 5px solid #b8d5e0;}
#plugin_form table tr th{background-color: #b8d5e0;}
#plugin_form table tbody tr{background-color: #fff;}
#plugin_form table tbody tr:nth-child(2n){background-color: #f2fafd;}
#plugin_form input[type="submit"]{background-color: #dfecf1; border: 1px solid #b8d5e0;}
#plugin_form input[type="submit"]:hover{background-color: #b8d5e0; cursor: pointer;}
/* ================================================================================ */
/*      3-10:確認画面                                                               */
/* ================================================================================ */
/* -------------------------------------------------------------------------------- */
/*      3-10-1:確認内容                                                             */
/* -------------------------------------------------------------------------------- */
#preview{background-color: #f2fafd;}
#preview dl dd{border-left: 5px solid #b8d5e0;}
/* -------------------------------------------------------------------------------- */
/*      3-10-2:作業フォーム                                                         */
/* -------------------------------------------------------------------------------- */
#action input[type="submit"]{background-color: #dfecf1; border: 1px solid #b8d5e0;}
#action input[type="submit"]:hover{background-color: #b8d5e0; cursor: pointer;}
/* ================================================================================ */
/*      3-11:コメント削除フォーム                                                   */
/* ================================================================================ */
.delete{background-color: #f2fafd;}
.delete input{background-color: #decccc; border: 1px solid #ccc;}
.delete input:hover{background-color: #d6a0a0; color: #fff;}
/* ================================================================================ */
/*      3-12:インフォメーション                                                     */
/* ================================================================================ */
#information section{background-color: #fff;}
#information h2{border-top: 5px solid #87ceeb;}
/* ################################################################################ */
/*      4:プラグイン設定                                                            */
/* ################################################################################ */
/* ================================================================================ */
/*      4-1:エントリーギャラリープラグイン                                          */
/* ================================================================================ */
#gallery .gallery p.picture a{color: #fff;}
#gallery .gallery p.picture a span.empty{background-color: #ccc;}
/* ################################################################################ */
/*      5:個別クラス設定                                                            */
/* ################################################################################ */
.root h3{background-color: #b8d5e0; color: #fff;}
.author h3{background-color: #dfecf1; color: #fff;}
.guest h3{background-color: #dfecf1;}
