body { 
text-align:center;
line-height:1.3;

font-family :"メイリオ", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
background-color:#F7F7F7;                       /* 外側背景色 */
} 
#outline_header { 
background-color:#FFFFFF;                     /* サイト背景色 */
}



/***************************************** ▼ メニューバー ▼ */
#menu_bar li.menu_bar_end a {
border-right:none;
}

ul#menu_bar {
font-size: 80%;                          /* 文字サイズ */
height:30px;                             /* 高さ */
background-color:#F7F7F7;                /* 背景色 */
margin-top:0px;                          /* 上の間隔 */
margin-bottom:0px;                       /* 下の間隔 */
color:#555555;                           /* リンク文字の色 */
text-decoration:none;

}

#menu_bar li {
list-style-type:none;
float:right;                             /* 右詰め */
min-width:170px;                          /* 最低幅 */
line-height:30px;                        /* 高さ   */
margin:0px;
padding:0px;
}

#menu_bar li a {
height: 30px;
display:block;
text-align:center;
border-right:0px solid #AAAAAA;          /* 区切り線 */
color:#555555;                           /* リンク文字の色 */
text-decoration:none;
}

#menu_bar li a:hover{
color:#333333;                           /* マウスが乗ったときのリンク文字の色 */
font-weight:bold;
text-decoration:none;
}
/***************************************** ▲ メニューバー ▲ */



/******************************************* ▼ サイトの幅 ▼ */
#outline_main { 
width:1110px;                                         /* 全体 */
margin:0 auto; 
background:#FFFFFF;

}

#main { 
width:750px;                                          /* メイン*/
float:right; 
padding-right:10px;

} 
#first { 
width:305px;                                            /* プラグイン１の幅 */
float:left;
padding-left:10px; 
} 
#second { 
width:0px;                                            /* プラグイン２の幅 */
float:left; 
} 
#main-first {             
width:1110px;               
float:left;
border:1px solid #DDDDDD; 
} 
/******************************************* ▲ サイトの幅 ▲ */


/******************************* ▼ リンクの色と下線の有無 ▼ */
a:link    {color:#3B7BEA; text-decoration:none;}      /* 通常 */
a:active  {color:#3B7BEA; text-decoration:none;}      /*実行中*/
a:visited {color:#3B7BEA; text-decoration:none;}      /*訪問済*/
a:hover   {color:#990033; text-decoration:underline;} /*マウス*/
/******************************* ▲ リンクの色と下線の有無 ▲ */

/********************************************* ▼ ヘッダー ▼ */
#header_outline {
margin-bottom:0px;                                     /* ヘッダ下間隔     */
padding-top:0px;                                       /* 上の余白         */
background:#F7F7F7;
}

/********************************************* ▲ ヘッダー ▲ */

/*************************************** ▼ ブログタイトル ▼ */
h1 { 
font-size:16pt;                                 /* 文字サイズ */
text-align:left;                                /* 左寄せ     */
margin:0px 10px;
}
                              /* ▽文字色とリンクの下線有無▽ */
h1 a:link    { color:#333333; text-decoration:none; } /* 通常 */
h1 a:active  { color:#333333; text-decoration:none; } /*実行中*/
h1 a:visited { color:#333333; text-decoration:none; } /*訪問済*/
h1 a:hover   { color:#660033; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */
/*************************************** ▲ ブログタイトル ▲ */

/***************************************** ▼ サイト紹介文 ▼ */
.intro { 
font-size:11pt;                                 /* 文字サイズ */
color:#333333;                                  /* 文字色     */
text-align:left;                                /* 左寄せ     */
margin:5px 5px 0px; 
padding-bottom:0px;
}
/***************************************** ▲ サイト紹介文 ▲ */

/************************************************* ▼ 記事 ▼ */
.ently_outline { 
border-bottom:#AAAAAA 1px dotted;         /* 下線 */
background-color:#FFFFFF;                 /* 背景色             */
margin-bottom:15px;                       /* 次の記事までの間隔 */
} 

.ently_title { 
font-size:15pt;                           /* 文字サイズ(記事タイトル)*/
color:#ffffff;                            /* 文字色    (タイトル)    */
text-align:left;                          /* 左寄せ    (記事タイトル)*/
padding:5px 10px;
margin:3px;
} 
                              /* ▽文字色とリンクの下線有無▽ */
h2 a:link    { color:#3B7BEA; text-decoration:none; } /* 通常 */
h2 a:active  { color:#3B7BEA; text-decoration:none; } /*実行中*/
h2 a:visited { color:#3B7BEA; text-decoration:none; } /*訪問済*/
h2 a:hover   { color:#AA3366; text-decoration:none; } /*マウス*/
                              /* △文字色とリンクの下線有無△ */

.ently_body { 
font-size:14pt;                       /* 文字サイズ(記事本文) */
color:#000000;                        /* 文字色    (記事本文) */
} 

.ently_body a img:hover {
filter:alpha(opacity= 70); /* IE */
-moz-opacity:0.70; /* Firefox CSS3以前 */
opacity:0.70; /* CSS3 */                    /* マウスが乗った時の記事のサムネ画像効果*/
}

.ichiran_left img{
width:220px;
height:124px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
border-radius: 5px;
}
.ichiran_right{
text-align:left;
}


.ently_text {
text-align:left;                      /* 左寄せ    (記事本文) */
margin:10px 10px; 
margin-bottom:5px;                    /* 記事末尾の間隔調整 */
}
.ently_navi { 
text-align:left;                      /* 右寄せ */
color:#333333;                        /* 文字色 */
padding-left:20px;
margin-top:5px;
background:#EEEEEE;
border-radius: 10px;
} 

/************************************************* ▲ 記事 ▲ */

/*************************** ▼ 左側メニュー(プラグイン１) ▼ */
.plugin1_outline { 
margin-bottom:10px;                             /* 次のプラグインまでの間隔 */
border:   #999999 0px solid;                /* 個別枠 */
} 
.plugin1_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
border-bottom:#999999 1px solid;      /* 下線 */
padding:2px 15px; 
} 
.plugin1_body { 
font-size:10pt;                            /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 

line-height:1;
}
/* プラグイン1説明（上部） */
.p1u_description {
margin-bottom:7px;
}
/* プラグイン1説明（下部） */
.p1d_description {
margin-top:7px;
}
/*************************** ▲ 左側メニュー(プラグイン１) ▲ */

/*************************** ▼ 右側メニュー(プラグイン２) ▼ */
.plugin2_outline { 
border:   #999999 0px solid;                /* 個別枠 */
margin-bottom:10px; /* 次のプラグインまでの間隔 */
} 
.plugin2_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
border-bottom:#999999 1px solid;      /* 下線 */
padding:2px 15px; 
} 
.plugin2_body { 
font-size:10pt;                            /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 5px 5px 5px; 
line-height:1;
}
/* プラグイン2説明（上部） */
.p2u_description {
margin-bottom:2px;
}
/* プラグイン2説明（下部） */
.p2d_description {
margin-top:2px;
}
/*************************** ▲ 右側メニュー(プラグイン２) ▲ */

/*************************** ▼ 上部メニュー(プラグイン３) ▼ */
.plugin3_outline { 
margin-bottom:3px;
border:   #999999 0px solid;                /* 個別枠 */
} 
.plugin3_title { 
font-size:11pt;                       /* 文字サイズ(タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
border-bottom:#999999 1px solid;      /* 下線 */
padding:5px 20px; 

} 
.plugin3_body { 
font-size:10pt;                           /* 文字サイズ(本体) */
color:#333333;                            /* 文字色    (本体) */
background-color:#ffffff;                 /* 背景色    (本体) */
padding:5px 20px; 

}
/* プラグイン3説明(上部) */
.p3u_description {
margin-top:5px;
margin-bottom:5px;
}
/* プラグイン3説明(下部) */
.p3d_description {
margin-top:5px;
margin-bottom:5px;
}
/*************************** ▲ 上部メニュー(プラグイン３) ▲ */

/********************************************* ▼ コメント ▼ */
.comment_outline { 
border:#999999 1px solid;           /* 外枠の/色太さ/実線     */
background-color:#F3F3F3;           /* 背景色                 */
text-align:left;                    /* 左寄せ                 */
margin-bottom:20px;                 /* 次のコメントまでの間隔 */
} 
.comment_title { 
font-size:10pt;                       /* 文字サイズ(タイトル) */
color:#555555;                        /* 文字色    (タイトル) */
font-weight:bold;                     /* 太字      (タイトル) */
text-align:left;                      /* 左寄せ    (タイトル) */
border:0px solid #999999;
padding:5px 20px; 
} 
.comment_body { 
font-size:12pt;                   /* 文字サイズ(コメント本文) */
color:#000000;                    /* 文字色    (コメント本文) */
} 
.comment_text { 
text-align:left;                  /* 左寄せ    (コメント本文) */
margin:10px 20px;
}
.comment_navi { 
color:#333333;                    /* 文字色    (時刻・CM・TB) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
margin:0px 10px 3px;
}
/* コメント諸項目（名前、URL等）の入力欄の幅 */
#subject,
#name,
#mail,
#url {
width: 50%;
}
/* コメント本文の入力欄の幅 */
#comment {
width: 95%;
}
/* コメントパスワード入力欄の幅 */
#pass {
width: 30%;
}
/********************************************* ▲ コメント ▲ */



/*************************************** ▼ トラックバック ▼ */
.trackback_outline { 
background-color:#f3f3f3;             /* 背景色               */
margin-bottom:20px; 
} 
.trackback_block_title { 
font-size:12pt;                 /*文字サイズ(ブロックタイトル)*/
color:#555555;                  /*文字色    (ブロックタイトル)*/
font-weight:bold;               /*太字      (ブロックタイトル)*/
text-align:left;                /*左寄せ    (ブロックタイトル)*/
padding:5px 20px; 
} 
.trackback_block_body { 
font-size:10pt;                   /* 文字サイズ(ブロック本文) */
color:#555555;                    /* 文字色    (ブロック本文) */
text-align:left; 
padding:10px 20px 0;
}
.trackback_title {
font-size:10pt;                   /* 文字サイズ(個別タイトル) */
color:#555555;                    /* 文字色    (タイトル) */
font-weight:bold;                 /* 太字      (個別タイトル) */
}
.trackback_body { 
font-size:3pt;                   /* 文字サイズ(個別本文)     */
color:#555555;                    /* 文字色    (個別本文)     */
margin-bottom:20px;
}
.trackback_navi {
border-top:#e0e0e0 1px solid;     /* 飾り線    (時刻・投稿者) */
text-align:right;                 /* 右寄せ    (時刻・投稿者) */
} 
/*************************************** ▲ トラックバック ▲ */



/********************************************* ▼ フッター ▼ */
#footer_outline {
border:0px solid #000000;                       /* 外枠の色   */
}
#footer_body { 
font-size:9pt;                                  /* 文字サイズ */
color:#777777;                                  /* 文字色     */
border:0px solid #777777;                       /* 内枠の色   */
padding:5px; 
float:left;
} 
#footer_body a:link    { color:#777777; }     /* 通常         */
#footer_body a:active  { color:#777777; }     /* 実行中       */
#footer_body a:visited { color:#777777; }     /* 訪問済み     */
#footer_body a:hover   { color:#333333; }     /* オンマウス時 */

/********************************************* ▲ フッター ▲ */
/* ▼続きを読む▼ */
.readmore {
}
/* ▲続きを読む▲ */
/* カレンダー */
.calender td { text-align: center; }
th#sun { color: #CC3300; }
th#sat { color: #0066CC; }

/*** その他 ***/
p { margin: 2px 0; }
ul { margin:2px 0 5px 0; padding:0; } 
li { margin-left:20px; margin-bottom:3px; } 
form { margin:0; }
table { font-size:10pt; }
.c-both { clear:both; } 

.readclose { margin: 10px 0; } 

.page_navi{
 margin-top:20px;
 margin-bottom:20px;
}

.top_prevpage,.top_nextpage,.top_home { 
  margin:30px 0; 
  border:0px #999999 solid;
  background:#FFFFFF;
  color:#3B7BEA; 
  font-size:18px;
  padding:5px;
}



/* カレンダーの中央寄せ */
.calender{
margin-left: auto;
margin-right: auto;
} 

/* 引用部分 */
blockquote {
margin:2px;
padding:5px;
background:#f0f0f0; /* 背景 */
border:#cccccc 0px solid; /* 枠線 */
border-left:#4285F4 5px solid; /* 枠線(左) */
}

/* ブックマーク 拍手 */
.fc2_footer {
margin-top:5px; /* 上の余白 */
}

/* ▼ サイトマップ ▼ */
#sitemap {
margin-top:5px; /* 上の余白 */
text-align:left;
}

#sitemap ul.sitemap_list {
margin-left:20px; /* 各記事リストの左余白 */
}

.display_no {
display:none;
}

/* カテゴリ一覧へ戻る */
.pgtop {
text-align:right; /* 右寄せ */
}
/* ▲ サイトマップ ▲ */

/* プラグインの文字配置 */
.ta_left { text-align: left }
.ta_right { text-align: right }
.ta_center { text-align: center }

/* プラグイン内の入力欄幅設定 */
.plugin1_body input[type="text"],
.plugin2_body input[type="text"],
.plugin1_body textarea,
.plugin2_body textarea {
width: 90%;
}

/* ▼ FC2バトンのスタイル ▼ */

/* 質問番号(Q) */
.q_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 質問本文 */
.baton_q {
margin-bottom:5px; /* 答えまでの余白 */
}

/* 答え番号(A) */
.a_number {
color:#ff6600; /* 色 */
font-weight: bold; /* 太字 */
}

/* 答え本文 */
.baton_a {
margin-left: 0px;
padding-bottom:2px; /* 罫線までの余白 */
border-bottom: dotted 1px #cccccc; /* 罫線 */
margin-bottom: 20px; /* 次の質問までの余白 */
}

/* ▲ FC2バトンのスタイル ▲ */

h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 0px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}

/***************************************** ▼ ソーシャルボックス ▼ */
.sns_box {
	overflow: hidden;

}
.sns_box aa {
	float: left;
        margin-right:2px;
}
.sns_box iframe {
	margin:0 !important;
}
/***************************************** ▲ ソーシャルボックス ▲ */
input.menu_search_input {
 height: 22px;
 background-color: #FFFFFF;
 padding: 2px 2px 2px 6px;
 border: 1px solid #CCC;
 margin-right: 20px; 
}
 input.search_btn {
 background:#cccccc;
 border:1px solid #999999;
 padding: 2px;
 padding-right: 3px;
 padding-left: 3px;
 
 
 
 
}


/**************************************************************/
/*
ご利用ありがとうございます。
うぃず FC2テンプレート
【http://10lab.blog.fc2.com/】
*/
/**************************************************************/



.gazo-box0{
width: 610px; /* 画像表示サイズ */
height:160px;/*　画像縦のサイズ　*/
margin-right:0px; /* 画像の右余白 */
margin-bottom:0px; /* 画像の下余白 */
margin-top:0px; /* 上の間隔 */
margin-left:3px;
}

.gazoo-0 {
font-size: 12pt;                       /* 文字サイズ(タイトル) */
background-color:#ffffff;               /* 背景色             */
width: 280px; /* 画像表示サイズ */
height:150px;/*　画像縦のサイズ　*/
float:left;
margin-right:0px; /* 画像の右余白 */
margin-left:2px;
margin-bottom:0px; /* 画像の下余白 */
margin-top:2px; /* 上の間隔 */
position: relative; /* 基準となる位置 */
}

.textimage0 {
color:#ffffff;
text-decoration: none;/* 下線消したい */
position: absolute; /* 基準からの相対位置 */
background: url(https://blog-imgs-52.fc2.com/n/a/n/nanndemomatome2ch/textimage.png);/*-- 上にのせる背景透過画像の指定 --*/
filter:alpha(opacity=70);
-moz-opacity: 0.70;
opacity: 0.70;
top: 158px; /* 上からの位置 */
left: 0px; /* 左からの位置 */
right: 0px; /* 右からの位置 */
bottom: -2px;
}

ol,li{list-style:none;}




.text-over {
    position: relative;
    float: left;
    width: 230px;
    margin: 0 10px -33px 0;
}
.text-over img {
    margin: 0;
    padding: 3px;
    border: 1px solid #CCC;
    z-index: 1;
}
.text-over p {
    position: relative;
    bottom: 33px;
    left: 4px;
    padding: 3px;
    font-size: 16px;
    text-align: right;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 1px 1px 3px #ccc;
    z-index: 2;
}

/* コメント欄_201504 */
.commentwrap {
    border: #999999 1px solid;    background-color: #F3F3F3;    text-align: left;    
    margin-bottom: 20px;
    position: relative;
}

.commentheader {
    font-size: 16px;
    padding: 20px 20px 0;
}
.commentbody {
    padding: 10px 20px 40px;
    line-height: 18px;
    font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","ＭＳ Ｐゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;
    max-height:500px;
}
.commentwrap .reslist {
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 20px;
    max-width: 500px;
    text-decoration: underline;
    color: #555;
}
.commentwrap {

}

span.commentnumber {
    color: #00f;
}

span.commentname {
    font-weight: bold;
    color: #093;
}

.commentedit {
    color: #333333;
text-align: right;
margin: 0px 10px 3px;
}

span.resbtn {
color: #ff0;
display: inline-block;
margin: 0 5px;
padding: 0 5px;
border-radius: 3px;
border: 1px solid #aaa;
background: #FAFAFA;
color: #666;
transition: all 0.1s ease;
cursor: pointer;
}

span.resbtn:hover, .comvote_yes:hover, .comvote_no:hover {
background: #666;
color: #fff;
}

span#comlink {
	color: #00f;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
}
span#comlink:hover {
	color: #f00;
}
p#tooltip {
	position: absolute;
	display: none;
	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;
	text-align: left;
}
p#tooltip .commentbody {
	width: auto!important;
	max-width: 510px;
}
p#tooltip .commentheader .resbtn, p#tooltip .reslist {
	display: none;
}

/* コメント投票機能 */
.comvote_yes, .comvote_no {
cursor: pointer;
padding: 1px 3px;
margin: 0 5px;
border: 1px solid #aaa;
background: #fff;
color: #333;
font-size: 13px;
transition: all 0.1s ease;
}
.votecount {
font-size: 13px;
}
.commentvote {
text-align: right;
padding: 10px;
}
.disabled {
background: #666;
color: #fff;
}

/* コメント評価スタイル */
.vote_normal {
    font-size: 12pt;
}
.vote_bad1 {
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment07.png");
background-repeat: no-repeat;
background-position: right top;
}
.vote_bad2 {
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment05.png");
background-repeat: no-repeat;
background-position: right top;
}
.vote_good1 {
font-size:10pt;
background-repeat: no-repeat;
background-position: right top;
}
.vote_good2 {
font-size:10pt;
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment5.png");
background-repeat: no-repeat;
background-position: right top;
}
.vote_good3 {
font-size:10pt;
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment4.png");
background-repeat: no-repeat;
background-position: right center;
}
.vote_good4 {
font-size:10pt;
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment7.png");
background-repeat: no-repeat;
background-position: right center;
}
.vote_good5 {
font-size:10pt;
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment6.png");
background-repeat: no-repeat;
background-position: right center;
}
.vote_good6 {
font-size:8pt;
background-image: url("https://blog-imgs-73.fc2.com/k/a/n/kankokunohannou/comment6.png");
background-repeat: no-repeat;
background-position: right center;
}

.fam_rec {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.fam_rec a {
	/* バナーの横幅 */
	width: 250px;
	/* バナーの縦幅 */
	height: 208px;
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border: 2px solid #BBB;
	overflow: hidden;
}
.fam_rec a div span {
	/* テキストサイズ */
	font-size: 100%;	
	/* バナーの横幅 -10px */
	width:240px !important;
	/* バナーの横幅の半分をマイナスで指定 */
	margin-left:-125px !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }