@charset "UTF-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
        margin: 0;
        padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow: auto;
}
body {
        color: #333333;
        font-family:'メイリオ', 'Meiryo', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',  'sans-serif'!important;
        font-size: 100%;
        letter-spacing: 0.1em;
        overflow: hidden;
        height: 100%;
        background: #fff;
}
/* for without IE6&IE7 */
html>/**/body {
        font-size: 14px;
}
/* for IE7 */
* + html body {
        font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'sans-serif';
}
/* for IE6&MACIE5 */  
* html body {
        font-family:  'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'sans-serif';
        font-size:100%;
}  

/*--------------------------------------------------
    リンク
--------------------------------------------------*/
a {text-decoration: none;}
a:link,
a:visited {color: #005D97;}
a:hover,
a:active {color: #C05FC7; text-decoration: underline;}


/*--------------------------------------------------
    画像
--------------------------------------------------*/
img,
a img {
        border: none;
}
.emoji{
        vertical-align:middle;
        border: none;
}


/*--------------------------------------------------
    基本要素
--------------------------------------------------*/
/* リスト */
ul, ol, li, dl, dt, dd { list-style: none; }  
  
/* フォーム */
/* for without IE6&IE7 */
html>/**/body textarea,
html>/**/body input,
html>/**/body select {
        font-size: 12px;
}
/* for IE7 */
* + html textarea,
* + html input, 
* + html select {
        font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
/* for IE6&MACIE5 */  
* html textarea,
* html input,
* html select {
        font-family: '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif'f;
        font-size:75%;
}


/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#page {}
div#container {
        width: 100%;
        background: url(https://blog-imgs-60-origin.fc2.com/u/r/a/uraraka01/38_dot_ss.png);
}

div#header {
        height: 350px;
        background: url(https://blog-imgs-117-origin.fc2.com/m/a/j/majimekaachan/2018040401594591d.jpg) no-repeat center center; /*トップイメージ画像*/
        background-size: auto;
        background-color: #FBFBEF;
        margin: 0 auto;
}
div#header-inner {
        width: 960px;
        margin: 0 auto;
}
div#menu-bar {
        background-color:#A9D0F5; /* 背景色 */ 
        height: 50px; /* 高さ */
　　　　width: 100%;
        margin-bottom: 10px;
        overflow: hidden;/*あふれた部分を表示しない*/ 
}
div#wrap {
        overflow: hidden;
        width: 960px;
        margin: 0 auto;
}
div#sidemenu {
        width: 300px;
        float: right;
        margin-right: auto;
　　    margin-left: auto;
        overflow: hidden;
        border-bottom: solid 1px #999999;
}
div#main {
        width: 630px;
        margin-right: auto;
　　    margin-left: auto;
        float:left;
}
div#footer {
        clear: both;
        height: 50px;
　　　　width:100%;
        overflow: hidden;
        background: #d3f981;
        background-size: auto;
        margin: 0 auto;
}
div#footer-inner {
        width: 960px
        margin: 0 auto;   
}
 

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
#header h1 {
        margin: 10px 50px 10px 0%;
        font-size: 380%;
        letter-spacing: 0.1em;
        line-height: 1em;
        font-weight: bold;
        color: #FF1493
} 
p.description {
        margin: 0px 10px 0px 0px 40%;
        font-size: 100%;
        line-height: 1.2em;
        color: #198a87;
}


/*--------------------------------------------------
    メニューバー
--------------------------------------------------*/
ul#menu_bar { 
        font-size: 120%; /* 文字のサイズ */
        font-weight: bold;
        fonto-family: 'メイリオ', 'Meiryo', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',  'sans-serif' !important;
        height: 40px; /* 高さ */
        width: 960px; /* 幅を指定 */ 
        background-color: #A9D0F5; /* 背景色 */ 
        margin: 0 auto; 
} 

#menu_bar li { 
        list-style-type:none; 
        float: left; 
        line-height:40px; /* 高さ */ 
        margin: 0 auto; 
        padding: 0 auto; 
} 

#menu_bar li a { 
        display:block; 
        text-align:center; 
        width:150px; /* メニューボタンの幅 */ 
        margin-top: -15px; 
        padding: 0 auto; 
        border-right:1px solid #E8CECB; /* 区切り線 */ 
        color:#ffffff; /* リンク文字の色 */ 
        background-color:##A9D0F5; /* メニューボタンの背景 */ 
        text-decoration:none;
} 

#menu_bar li a:hover{ 
        color:#000000; /* マウスが乗ったときのリンク文字色 */ 
        background-color:#71b7f7; /* マウスが乗ったときの背景色 */ 
        text-decoration:none; 
} 


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/ 
div.content {
        margin-bottom: 30px;
        padding: 0 0 20px;
        background-color: rgba(255,255,255,1); /* CSS3 */
        background-color: #fff\9; /* IE用 */
        filter: none; /* IE用 */
        -webkit-border-radius: 6px; /* Safari, Chrome用 */
        -moz-border-radius: 6px; /* Firefox用 */
        border-radius: 6px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */
}
div#entry_header {
        margin-bottom: 20px;
        padding: 15px 15px 10px;       
}
h2.kizi_title {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 125%;
        line-height:1.2em;
        border-bottom: dotted 1px #999;
}
h3 {
　　　　font-weight: bold;
        background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
        background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
        border-left:7px solid #5EDFEF;	
	font-size: 25px;
        padding:.2em .3em;
}
h4 {
        color: #006BC3!important; /*文字色*/
        border-bottom: dashed 2px #006BC3; /*線の種類（点線）2px 線色*/
        display: inline-block; /*線の長さを文字数によって可変*/
        font-weight: bold;
        font-size: 18px;
        padding: .4em .3em .0em;
}
h5 {
        font-size: 20px;
        padding:.4em .3em .0em;
}

div.date {
        font-size: 90%;
        font-weight: bold;
        text-align: right;
}
div.entry_body {
        font-size: 15.0px;
        line-height: 1.7;
        margin: 0 10px;
        letter-spacing: 1.0px;
}

img { max-width : 100% ; height : auto;}

/*タイトル一覧用の設定*/
div.title_list{
        font-size: 14px;
        line-height: 1.4;
}

/*記事内のインデント設定*/
p { margin-bottom: 18px; }
.indent {
        padding-left: 8em;
        text-indent: -8em;
}
div.entry_body p.entry_more {
        float: right;/*右寄せ*/
}
div.entry_body p.theme,
div.entry_body p.tag {
        margin: 10px 5px;
}
div.entry_body img {
        border: 0;
}
div.entry_footer {
        margin: 10px 0 5px;
        padding: 5px 15px;
        font-size: 90%;
        font-weight: bold;
        text-align: right;
        background-color: rgba(255,255,255,0.4); /* CSS3 */
        background-color: #eee\9; /* IE用 */
        filter: alpha(opacity=60); /* IE用 */
        -webkit-border-radius: 6px; /* Safari, Chrome用 */
        -moz-border-radius: 6px; /* Firefox用 */
        border-radius: 6px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */  
}


/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
        margin: 10px 5px;
}

/* タグ */
p.tag a {
        background-color: rgba(0,0,0,0.1); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        padding: 2px;
        height: 100%; /* for IE6&MACIE5 */ 
}
p.tag {
        line-height: 2em;     
}

/* ページナビ */
div.pagetop {
        text-align: right;
        margin: 5px 15px;
}
div.page_navi {
        padding: 10px 15px 40px;
}
div.p_left a {
        float: left;
  display: block;
  border: 1px solid #0489B1;
  padding: 5px 10px;
}
div.p_right a {
        float: right;
  display: block;
  border: 1px solid #0489B1;
  padding: 5px 10px;
}
div.home a {
  display: block;
  width: 4em;
        text-align: center;
  margin: 0 auto;
  border: 1px solid #0489B1;
  padding: 5px;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #9dd4ff;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
        
/* 整形済みテキスト */
div.entry_body pre {
        margin: 10px 5px;
        padding: 1em 2em;
        background-color: rgba(0,0,0,0.05); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
        overflow: auto;
        height: 100%; /* for IE6&MACIE5 */ 
}
/* 関連記事など定義リスト */
div.entry_body dl {
        margin: 10px 5px;
        padding: 1em 2em;
        background-color: rgba(0,0,0,0.05); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
        font-size: 90%;
        height: 100%; /* for IE6&MACIE5 */ 
}  
div.entry_body dt {
        font-weight: bold;
        border-bottom: dotted 1px #999;
        margin-bottom: 10px;
}
div.entry_body dd {
        line-height: 1.5em;
        margin-bottom: 0.8em;
}
div.entry_body ul,
div.entry_body ol {
        margin: 0;
}
div.entry_body li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0.8em 18px;
        line-height: 1.2em;
}
/* ツイートまとめ機能 */
dl.fc2twtr {
}
dl.fc2twtr dt {
        font-size: 150%;
        font-weight: normal;
        padding-bottom: 2px;
}
dl.fc2twtr dt img {
        margin-right: 5px;
        vertical-align: -5px;
}
dl.fc2twtr p {
        margin: 5px 0 0 0;
        font-size: 110%;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/  
#tb, #cm, #tl, #se {
}
p.sub_header {
        margin-bottom: 20px;
}
div.colum {
        margin:0 0 30px;
        padding: 20px;
        border: dotted 1px #999;
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
}
h3.sub_title {
        font-size: 125%;
        line-height:1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: dotted 1px #999;
        padding: 5px 0;
}
div.sub_body {
        margin: 0 10px;
        line-height: 1.8em;
}
ul.sub_footer {
        margin: 10px 10px 0;
        font-size: 90%;
        font-weight: bold;
        text-align: right;
}
ul.sub_footer li {
        display: inline;
        list-style-type: none;
}

/* コメントフォーム */
div.form {
        margin: 20px 20px 0;
}
div.form dd {
        margin-bottom:8px;
}
div.form textarea {
        height: 180px;
        width: 80%
}
div.form input#himitu {
        margin-right: 0.5em;
}
div.form .form_btn {
}
div.form .form_btn input {
        margin-right: 0.5em;
}

/* トラックバックURL */
p.trackback_url {
        padding: 0 10px;
}
p.trackback_url input {
        padding:5px;
        color: #666;
        margin-bottom: 10px;
        width: 80%;
}

/* 全記事、検索結果のリスト */
div#tl_body {
        margin: 10px 0;
}
h2.tl_title {
        font-size: 120%;
        line-height:1.1em;
        padding: 6px 10px;
}
div.tl_date {
        font-size: 90%;
        margin: 0 10px 5px;
        font-weight: normal;
}


/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
#p3 {
        margin: 0 0 30px;
        padding: 15px;
        text-align: left;
        overflow: hidden;
        background-color: #FFF7CE; /* CSS3 */
        background-color: #FFF7CE; /* IE用 */
        filter: none; /* IE用 */
        -webkit-border-radius: 6px; /* Safari, Chrome用 */
        -moz-border-radius: 6px; /* Firefox用 */
        border-radius: 6px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
#p3 li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0.5em 18px;
        line-height: 1.2em;
}
#p3_title {
        font-size: 125%;
        color: #198a87; 
        line-height:1.2em;
        font-weight: bold;
        padding: 5px 0;
        margin-bottom: 5px;    
}
.p3_body {
        font-size: 100%;
        line-height: 1.5em;
        margin: 0 5px;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
#sidemenu li {
        list-style-type: none;
        margin: 0 0 1em 0;
        line-height: 1.2em;
        padding: 2px 0 2px;    
}
dl.sidemenu_body {
        border-top: solid 1px #999999;
}
dt.plg_title {
        font-size: 130%;
        font-weight: bold;
        line-height: 1.1em;
        text-align: center; 
        margin: 0;
        padding: 10px 5px;
}
dd.open_close {
        padding: 10px 0 20px;
        font-size: 14px;
        line-height: 1.8em;
        border-top: solid 1px #999999;
}
p.plg_header,
p.plg_body,
p.plg_footer {
        line-height: 1.2em;
}
p.plg_body input {
        margin: 2px;
}

/* タグ */
.plugin-tag a {
        background-color: rgba(0,0,0,0.1); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        padding: 2px;
        height: 100%; /* for IE6&MACIE5 */ 
}
.plugin-tag {
        line-height: 2em;     
}

/* 子カテゴリ用 */
#sidemenu li.main_list {
}
#sidemenu ul.sub_menu {
        margin: 8px 0 8px 12px;
}
#sidemenu li.sub_list,
#sidemenu li.sub_list_end {
        background: none;
        list-style-type: disc;
        padding-left: 0;
        margin-bottom: 0.6em;
}

/*--------------------------------------------------
    カレンダー(Plugin・固定表示共通)
--------------------------------------------------*/  
div.plugin_body {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 20px;
}

table.calender {
        width: 70%;
        font-weight: bold;
        margin: 0 auto;
}
table.calender caption {
        font-size: 100%;
        margin: 0px auto;
}
table.calender th {
        border-bottom: 1px dotted #aaa;
        text-align: center;
}
table.calender td {
        border: 1px dotted #aaa;
        text-align: center;
}
table.calender td a {
        display: block;
        color: #fff;
        background-color: #cdff34;
}
table.calender td a:hover{ 
        color: #fff;
        background-color: #fc4ca7;
        text-decoration: none;
}
table.calender th#sun {
        color: #f60;
}
table.calender th#sat {
        color: #06f;
}


/*--------------------------------------------------
    SNSボタン
--------------------------------------------------*/  
div.social {
        margin-bottom: 10px;
        text-align: center;        
}
div.social span a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}


/*--------------------------------------------------
    FC2カウンター
--------------------------------------------------*/  
div.counter {
        margin-bottom: 10px;
        margin-top: 18px;
        text-align: center;        
}


/*--------------------------------------------------
    アーカイブ
--------------------------------------------------*/  
div.plugin_body {
        margin-bottom: 10px;
        margin-top: 18px;
        text-align: center;        
}


/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        font-style: normal;
        font-size: 85%;
        letter-spacing: 0.1em;
        font-weight: bold;
}
div#footer p {
        font-size: 85%;
        letter-spacing: 0.1em;
        font-weight: bold;
}
div#footer a {

}
div#footer a:hover {
}

/****************************************
  Template Name: 38_ferriswheel
  Update: 2014/6/4
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/
