@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin:0;
   padding:0;
   border:0;
   outline:0;
   font-size:100%;
   vertical-align:baseline;
   background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
   display:block;
}
ul {
   list-style-type: none;
}


/* -----------------------------------------------------------------
 ▼ 全体
----------------------------------------------------------------- */
body {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
   width: 100%;
   line-height: 1.5;   /* 行の高さ */
   color: #2d2d2d;   /* 文字色 */
   background-color: #eeeeee;   /* 背景色 */
}


/* -----------------------------------------------------------------
 ▼ リンク色・リンクの下線有無
----------------------------------------------------------------- */
a {
   color: #1111cc;   /* 文字色 */
   text-decoration: none;
}
a:hover {
   color: #1111cc;   /* 文字色（マウスオーバー時） */
   text-decoration: underline;
}


/* -----------------------------------------------------------------
 ▼ サイトの幅
----------------------------------------------------------------- */

/* ---------------------------------------------
 全体
--------------------------------------------- */
#wrapper, #header_box, #footer_box {
   width: 960px;   /* 全体幅 */
   margin: 0 auto;
   overflow: hidden;
}

/* ---------------------------------------------
 記事
--------------------------------------------- */
#main {
   width: 730px;   /* 記事幅 */
   float: right;
}

/* ---------------------------------------------
 サイドメニュー
--------------------------------------------- */
#side {
   width: 220px;   /* サイドメニュー幅 */
   float: left;
}


/* -----------------------------------------------------------------
 ▼ ヘッダー
----------------------------------------------------------------- */
#header {
   margin-bottom: 15px;   /* ヘッダー下への間隔 */
   padding: 0px;
   background-color: transparent;
}
#header_box {
   background-color: transparent;   /* 背景色 */
}


/* -----------------------------------------------------------------
 ▼ サイトタイトル
----------------------------------------------------------------- */
#site_title {
   margin: 10px 20px;
   padding: 0px;
   font-size: 140%;   /* 文字サイズ */
   font-weight: bold;   /* 文字の太さ */
   text-align: left;   /* 文字の表示位置 */
}

/* ---------------------------------------------
 リンク色・リンクの下線有無
--------------------------------------------- */
#site_title a {
   color: #1111cc;   /* 文字色 */
   text-decoration: none;
}
#site_title a:hover {
   color: #1111cc;   /* 文字色（マウスオーバー時） */
   text-decoration: underline;
}


/* -----------------------------------------------------------------
 ▼ サイト紹介文
----------------------------------------------------------------- */
.introduction {
   margin: 10px 20px;
   padding: 0px;
   font-size: 80%;   /* 文字サイズ */
   color: #2d2d2d;   /* 文字色 */
   font-weight: normal;   /* 文字の太さ */
   text-align: left;   /* 文字の表示位置 */
}


/* -----------------------------------------------------------------
 ▼ 個別記事
----------------------------------------------------------------- */
.post {
   margin-bottom: 15px;   /* 記事と記事の間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}


/* -----------------------------------------------------------------
 ▼ 記事タイトル
----------------------------------------------------------------- */
.post_title {
   margin: 0px;
   padding: 8px 10px;
   font-size: 100%;   /* 文字サイズ */
   font-weight: bold;   /* 文字の太さ */
   text-align: left;   /* 文字の表示位置 */
   background-color: #f5f5f5;   /* 背景色 */
   border-bottom: #ccc 1px solid;
}

/* ---------------------------------------------
 リンク色・リンクの下線有無
--------------------------------------------- */
.post_title a {
   color:#1111cc;   /* 文字色 */
   text-decoration: none;
}
.post_title a:hover {
   color:#1111cc;   /* 文字色（マウスオーバー時） */
   text-decoration: underline;
}


/* -----------------------------------------------------------------
 ▼ 記事本文
----------------------------------------------------------------- */
.post_body {
   margin: 10px;
   padding: 0px;
   color: #2d2d2d;   /* 文字色 */
   font-size: 90%;   /* 文字サイズ */
}
.post_text {
   margin-bottom: 15px;
}


/* -----------------------------------------------------------------
 ▼ 記事フッター（投稿日等）
----------------------------------------------------------------- */
.post_data {
   margin: 0px;
   padding: 5px;
   color: #666666;   /* 文字色 */
   font-size: 80%;   /* 文字サイズ */
   text-align: left;   /* 文字の表示位置 */
}
.post_data li {
   padding: 0px 3px;
   display: inline;
}


/* -----------------------------------------------------------------
 ▼ 検索結果（カテゴリー別ページ等）
----------------------------------------------------------------- */
.search_box {
   margin-bottom: 15px;   /* 検索結果下への間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}
.search_box li {
   list-style-type: none;
}
.search_headline {
   margin: 0px;
   padding: 5px 10px;
   color: #2d2d2d;   /* 文字色（タイトル） */
   font-size: 80%;   /* 文字サイズ（タイトル） */
   font-weight: bold;   /* 文字の太さ（タイトル） */
   text-align: left;   /* 文字の表示位置（タイトル） */
   background-color: #f5f5f5;   /* 背景色（タイトル） */
   border-bottom: #ccc 1px solid;
}
.search_body {
   margin: 10px;
   padding: 0px;
   font-size: 80%;   /* 文字サイズ（本文） */
   text-align: left;   /* 文字の表示位置 */
}
.search_entry_list, .search_category_list {margin-bottom: 15px;}


/* -----------------------------------------------------------------
 ▼ サイドメニュー（プラグイン）
----------------------------------------------------------------- */

/* ---------------------------------------------
 サイドメニュー（プラグイン1）
--------------------------------------------- */
.first_plugin_box {
   margin-bottom: 15px;   /* プラグインとプラグインの間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}
.first_plugin_title {
   margin: 0px;
   padding: 5px;
   color: #2d2d2d;   /* 文字色（プラグインタイトル） */
   font-size: 80%;   /* 文字サイズ（プラグインタイトル） */
   font-weight: bold;   /* 文字の太さ（プラグインタイトル） */
   background-color: #f5f5f5;   /* 背景色（プラグインタイトル） */
   border-bottom: #ccc 1px solid;
}
.first_plugin_body {
   font-size: 80%;   /* 文字サイズ（プラグイン本文） */
   padding: 5px;
}
.first_plugin_body li {
   list-style-type: none;
}
.first_plugin_description1 {margin-bottom: 5px;}
.first_plugin_description2 {margin-top: 5px;}


/* ---------------------------------------------
 サイドメニュー（プラグイン2）
--------------------------------------------- */
.second_plugin_box {
   margin-bottom: 15px;   /* プラグインとプラグインの間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}
.second_plugin_title {
   margin: 0px;
   padding: 5px;
   color: #2d2d2d;   /* 文字色（プラグインタイトル） */
   font-size: 80%;   /* 文字サイズ（プラグインタイトル） */
   font-weight: bold;   /* 文字の太さ（プラグインタイトル） */
   background-color: #f5f5f5;   /* 背景色（プラグインタイトル） */
   border-bottom: #ccc 1px solid;
}
.second_plugin_body {
   font-size: 80%;   /* 文字サイズ（プラグイン本文） */
   padding: 5px;
}
.second_plugin_body li {
   list-style-type: none;
}
.second_plugin_description1 {margin-bottom: 5px;}
.second_plugin_description2 {margin-top: 5px;}


/* ---------------------------------------------
 上部メニュー（プラグイン3）
--------------------------------------------- */
.third_plugin_box {
   margin-bottom: 15px;   /* プラグインとプラグインの間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}
.third_plugin_title {
   margin: 0px;
   padding: 5px;
   color: #2d2d2d;   /* 文字色（プラグインタイトル） */
   font-size: 80%;   /* 文字サイズ（プラグインタイトル） */
   font-weight: bold;   /* 文字の太さ（プラグインタイトル） */
   background-color: #f5f5f5;   /* 背景色（プラグインタイトル） */
   border-bottom: #ccc 1px solid;
}
.third_plugin_body {
   font-size: 80%;   /* 文字サイズ（プラグイン本文） */
   padding: 5px;
}
.third_plugin_body li {
   list-style-type: none;
}
.third_plugin_description1 {margin-bottom: 5px;}
.third_plugin_description2 {margin-top: 5px;}


/* ---------------------------------------------
 プラグインオプション
--------------------------------------------- */
.side_body input[type="text"], .side_body textare {width: 90%;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}
.side_body .calender {margin: 0 auto;}
th#sun {color: #ff0000;}
th#sat {color: #0000ff;}


/* -----------------------------------------------------------------
 ▼ コメント
----------------------------------------------------------------- */

/* ---------------------------------------------
 コメントエリア
--------------------------------------------- */
#comment {
   margin-bottom: 15px;   /* コメントエリア下への間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}

/* ---------------------------------------------
 コメントヘッドライン
--------------------------------------------- */
#comment_headline {
   margin: 0px;
   padding: 5px 10px;
   color: #2d2d2d;   /* 文字色 */
   font-size: 100%;   /* 文字サイズ */
   font-weight: bold;   /* 文字の太さ */
   background-color: #f5f5f5;   /* 背景色 */
   border-bottom: #ccc 1px solid;
}

/* ---------------------------------------------
 コメントリスト
--------------------------------------------- */
.comment_list ol {
   list-style-type: decimal;
}

.comment_list li {
   margin: 30px 50px;
   font-size: 80%;   /* 文字サイズ（コメント本体） */
}
.comment_list div {
   color: #2d2d2d;   /* 文字色（コメント本文） */
}
.comment_footer {
   color: #2d2d2d;   /* 文字色（コメント投稿日等） */
}
.comment_list span {
   color: #228b22;   /* 文字色（投稿者名） */
   font-weight: bold;   /* 文字の太さ（投稿者名） */
}

/* ---------------------------------------------
 コメントフォーム
--------------------------------------------- */
#comment_form {
   margin: 10px;
   font-size: 80%;
}
#comment_form dd {
   margin: 3px 0px;
}
#comment_name, #comment_url {
   width: 50%;
}
#comment_body {
   width: 90%;
}


/* -----------------------------------------------------------------
 ▼ トラックバック
----------------------------------------------------------------- */

/* ---------------------------------------------
 トラックバックエリア
--------------------------------------------- */
#trackback {
   margin-bottom: 15px;   /* トラックバックエリア下への間隔 */
   background-color: #ffffff;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}

/* ---------------------------------------------
 トラックバックヘッドライン
--------------------------------------------- */
#trackback_headline {
   margin: 0px;
   padding: 5px 10px;
   color: #2d2d2d;   /* 文字色 */
   font-size: 100%;   /* 文字サイズ */
   font-weight: bold;   /* 文字の太さ */
   background-color: #f5f5f5;   /* 背景色 */
   border-bottom: #ccc 1px solid;
}

/* ---------------------------------------------
 トラックバックオプション
--------------------------------------------- */
.trackback_box {
   margin: 10px;
}
.trackback_url {
   font-size: 90%;
}
.trackback_list {
   margin: 10px 0px;
   padding: 10px;
   border-top: #ccc 1px solid;
}
.trackback_title {
   font-size: 90%;
}
.trackback_data {
   font-size: 80%;
}


/* -----------------------------------------------------------------
 ▼ エントリーナビゲーション
----------------------------------------------------------------- */
#entry_navigation_box {
   margin-bottom: 15px;   /* エントリーナビゲーション下への間隔 */
   font-size: 90%;   /* 文字サイズ */
   text-align: center;   /* 文字の表示位置 */
}
#entry_navigation_box li {
   padding: 3px 0px;
   list-style-type: none;
}


/* -----------------------------------------------------------------
 ▼ ページナビゲーション
----------------------------------------------------------------- */
#page_navigation_box {
   margin-bottom: 15px;   /* エントリーナビゲーション下への間隔 */
   font-size: 90%;   /* 文字サイズ */
   text-align: center;   /* 文字の表示位置 */
}
#page_navigation_box li {
   padding: 0px 3px;
   display: inline;
}


/* -----------------------------------------------------------------
 ▼ フッター
----------------------------------------------------------------- */
#footer {
   margin: 100px 0px 10px 0px;
}
#footer_box {
   padding: 5px 0px;
   color: #666666;   /* 文字色 */
   font-size: 80%;   /* 文字サイズ */
   text-align: center;   /* 文字の表示位置 */
   background-color: #f5f5f5;   /* 背景色 */
   border: #ccc 1px solid;   /* 境界線 */
}

/* ---------------------------------------------
 リンク色・リンクの下線有無
--------------------------------------------- */
#footer a {
   color:#666666;   /* 文字色 */
   text-decoration: none;
}
#footer a:hover {
   color:#666666;   /* 文字色（マウスオーバー時 */
   text-decoration: underline;
}


/* -----------------------------------------------------------------
 ▼ オプション
----------------------------------------------------------------- */

/* FC2バトン */
.blog_baton dd {
   margin-bottom: 15px;   /* 質問と質問の間隔 */
}
.q_number {
   color: #0066cc;   /* 文字色（質問番号） */
}
.a_number {
   color: #ff3366;   /* 文字色（答え番号） */
}

/* 引用 */
blockquote {
   margin: 5px;
   padding: 5px;
   background-color: #f5f5f5;   /* 背景色 */
   border: #ccc 1px dashed;    /* 境界線 */
}

/* FC2拍手 */
.fc2_footer {
   margin-top: 15px;
}


    .my_affix {
        margin: 0px 0 0;
        width: 260px;
        background: #eee;
        float: left;
    }
    .my_affix.affix {
        position: fixed;
        top: 0;
    }
    .my_affix.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 220px;
    }

#cover {
    position: relative;
    overflow: hidden;
}

#cover>div {
    position: absolute;
    top: 0;
    opacity: 0;
}

/* コメント欄デザイン */
#commentlist {
	width: 730px;
	margin: 0 auto 20px;
	padding: 0 10px 20px;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#commentlist h3 {
margin: 0 -10px;
padding: 5px 10px;
color: #2d2d2d;
font-weight: bold;
background: #f5f5f5;
border-bottom: #ccc 1px solid;
}
.commentwrap > div, #tooltip > div {
	display: inline-block;
}
.commentheader {
	width: 180px;
	font-size: 13px;
	vertical-align: top;
}
p#tooltip {
	position: absolute;
	display: none;
	max-width: 730px;
	padding : 5px;
	margin-bottom: 0px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	border: 1px solid #888;
	box-shadow: 2px 3px 3px rgba(16,16,16,0.2);
	z-index: 9999;
	font-size: 16px;
}
p#tooltip .commentbody {
	width: auto!important;
	max-width: 510px;
}
p#tooltip span.resbtn {
	display: none;
}
div#reslist {
	text-align: left;
	padding: 10px;
	margin: 10px 5px 0;
	background: #fca;
	border-radius: 8px;
}
div.commentwrap {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.commentname {
	color: #228b22;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.commentid {
	color: #00f;
}
span.resbtn {
	display: inline-block;
	margin: 0 5px;
	padding: 2px 5px;
	background: #fff;
	color: #ccc;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
span.resbtn:hover {
	background: #ccc;
	color: #fff;
}
span#comlink {
	color: #00f;
	cursor: pointer;
}
span#comlink:hover {
	color: #f00;
}
.comanchor.sansyo {
	margin: 0 5px;
}
textarea#commenttext {
	width: 99%;
	height: 200px;
	margin: 0 auto;
}
input#commentname {
	width: 200px;
	margin-bottom: 10px;
}
p#commenterror {
	font-weight: bold;
	margin-bottom: 15px;
	color: #f00;
	display: none;
}
input#commentpost {
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
}
.commentbody {
	position: relative;
	padding:0 0 20px 10px;
	border-left:solid 1px #888;
	min-height: 70px;
	height: auto;
	width: 510px;
	font-size: 14px;
	line-height: 1.4;
}
ul.commentinfo {
	list-style-type: none;
	font-size: 12px;
	margin: 5px 0;
	padding: 5px 0 0;
	border-top: 1px solid #888;
	color: #aaa;
}
.comres {
	float: right;
}
.number {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-style: oblique;
	color: #ddd;
}
#commentform {
	margin-top: 30px;
}