#right_content > #recommend_box > #recommend > #recommend_area{
    display:block;/* 固定要素を非表示に設定する場合は、値を [ none ] */
}
/* sample */

#right_content > #recommend_box > #recommend > div > .h3{
    font-size:100%;
    font-weight:normal;
    background-color:#D0121B;
    padding:13px 10px 10px;
    margin:5px 5px 10px;
    color:#fff;
    width:auto;
    height:auto;
}
#right_content > #recommend_box > #recommend > #titleNavi > h3{
    box-sizing: border-box;
    border:double 3px orange;
}
#right_content > #recommend_box > #recommend > #titleNavi > h3 > label{
    text-shadow: 2px 2px 3px orange;
}
#right_content > #recommend_box > #recommend > div > h3 > label{
    padding:0;
    padding:13px 10px 10px;
}
#right_content > #recommend_box > #recommend > div > div > div{
    /*max-height:350px;*/
}
#right_content > .plugin_box > .plugin > #titleNavi > input[type="checkbox"]:checked ~ div > .plugin_body{
    max-height:300px;
}
#right_content > #recommend_box > #recommend > div > #recommend_body{/* sample */
    font-size:80%;
    padding:0px 0px 10px;
}
#right_content > #recommend_box > #recommend > div > #recommend_body > p{/* sample */
    color:#000;
}
#right_content > #recommend_box > #recommend > div > #recommend_body > img{/* sample */
    display:block;
    margin:auto;
}

*{
    font-size:100%;
    font-family: "meiryo";
    padding:0px;
    margin:0px;
}
.reset_left{
    clear:left;
}
.reset_right{
    clear:right;
}
.reset_both{
    clear:both;
}

body{
    background-color:#ECF5F7;
}


#t_wrapper{
    background-color:#D0121B;
    padding:0px 0px 0px;
}



#header{
    background-color:#D0121B;
}

.header_style{
    width:80%;
    height:auto;
    padding:10px 0px 0px;
    margin:0px auto;
    max-width:1000px;
}
.header{
    width:100%;
    height:auto;
    padding:0px 0px 0px;
}
.m_wrapper_style{
    width:80%;
    height:auto;
    margin:0px auto;
    max-width:1200px;
    padding:5px 0px 0px;
    background-color:#ECF5F7;
}
.m_wrapper{
    width:100%;
    height:auto;
    padding:0px 0px 0px;
    background-color:#ECF5F7;
}
.left_content_style{
    width:75%;
    height:auto;
    float:left;
    00background-color:blue;
}
.left_content{
    width:auto;
    height:auto;
}
.right_content_style{
    width:25%;
    height:auto;
    float:right;
    00background-color:orange;
}
.right_content{
    width:50%;
    height:auto;
    margin:0px auto;
}
.footer_style{
    width:80%;
    height:auto;
    margin:0px auto;
    max-width:1200px;
    background-color:#D0121B;/*#65b8dd;*/
}
.footer{
    width:100%;
    height:auto;
    background-color:#D0121B;/*#65b8dd;*/
}




#t_wrapper > header > #introduction{
    color:#fff;
    font-size:80%;
    text-align:right;
    padding:5px 0px 5px 0px;
}
#t_wrapper > header > div{
    position:relative;
    background-color:#b2100c;
}

#t_wrapper > header > div > h1{
    width:100%;
    height:auto;
    color:#fff;
    text-align:center;
    padding:5px 0px 0px 10px;
    position:absolute;
    top:50%;
    box-sizing: border-box;
}
@media screen and (min-width: 0px) and (max-width: 785px) {
    h1{
        margin-top:-20px;
        font-size:140%;
    }
}
@media screen and (min-width: 786px)  {
    h1{
        font-size:160%;
        margin-top:-20px;
    }
}
#t_wrapper > header > div > h1 > a{
    color:#eee;
    transition:all .2s linear 0s;
}
#t_wrapper > header > div > h1 > a:link{
    color:#eee;
    text-decoration:none;
}
#t_wrapper > header > div > h1 > a:visited{
    color:#eee;
    text-decoration:none;
}
#t_wrapper > header > div > h1 > a:hover{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 0px 2px #fff;
}
#t_wrapper > header > div > h1 > a:active{
    color:#fff;
    text-decoration:none;
}
#t_wrapper > header > div > img{
    width:100%;
    height:auto;
    display:block;
}
#t_wrapper > header > ul{
    padding:0px 0px 0px 0px;
    margin:5px 0px 10px;
}
#t_wrapper > header > ul > li{
    font-size:90%;
    font-family:Consolas;
    list-style-type:none;
    float:right;
    margin:0px 0px 0px 0px;

}
#t_wrapper > header > ul > li > a{
    font-family:Consolas;
    font-weight:400;
    padding:4px 8px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition:all .2s linear 0s;
}
#t_wrapper > header > ul > li > a:before,#t_wrapper > header > ul > li > a:after{
    content:"";
    width:100%;
    height:0px;
    background-color:blue;
    position:absolute;
    left:0;
    z-index:10;
    transition:all .2s linear 0s;
}
#t_wrapper > header > ul > li > a:before{
    top:0;
}
#t_wrapper > header > ul > li > a:after{
    bottom:0;
}
#t_wrapper > header > ul > li > a:link{
    color:#0000ff;
    text-decoration:none;
}
#t_wrapper > header > ul > li > a:visited{
    color:#934C7B;
    text-decoration:none;
}
#t_wrapper > header > ul > li > a:hover{
    color:black;
    font-weight:900;
    text-decoration:none;
    background-color:#f00;
}
#t_wrapper > header > ul > li > a:hover::before,#t_wrapper > header > ul > li > a:hover::after{
    height:4px;
}
#t_wrapper > header > ul > li > a:active{
    color:orange;
    text-decoration:none;
}


#image_area{
  width:468px;
  height:60px;
  color:#fff;
  float:right;
  00background-color:#f0f;
  00background-image:url("//blog-imgs-75.fc2.com/n/e/g/negotoy/bg20150306.png");
}

#left_content{
    padding:0px 0px 0px;
    background-color:#ECF5F7;
}





#left_content > article{
    width:98%;
    color:#333;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    padding:5px 5px 0px;
    margin:0px 2% 5px 0px;
    background-color:#ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}

#left_content > article > h2{
    color:#fff;
    font-size:110%;
    font-weight:normal;
    background-color:#f00;

    margin:0px;
    00border-top:solid 1px #aaa;
    00border-bottom:solid 1px #aaa;
    background-color:#EF403C;
}
#left_content > article > h2 > span{
    color:#fff;
    padding:13px 10px 10px;
}
#left_content > article > h2 + div{
    color:#333;
    font-size:80%;
    padding:20px;
    overflow:auto;
    background-color:#ffffff;
    line-height:200%;
}
#left_content > article > h2 > a{
    text-decoration:none;
    color:#fff;
    padding:13px 10px 10px;
    display:inline-block;
}

#left_content > article > div > img{
    border:double 3px #aaa;
    max-width:100%;
    height:auto;
}
.more_box{
    font-size:90%;
    padding:10px;
    margin:0px 0px 5px;
}
.more_box > hr{
    margin:10px 0px;
    color:#aaa;
}
.community_box{
    text-align:right;
}
#left_content > article > div > .date{
    border-top:solid 1px #aaa;
    margin-top:20px;
    

}
#left_content > article > div > .date > ul{
    font-size:85%;
    float:right;
    padding:10px 0px 10px;
}

#left_content > article > div > .date > ul > li{
    float:left;
    margin-left:5px;
    list-style-type:none;
}
.date > ul > li:before{
    content:"| ";
    color:#333;
}
#left_content > article > div > .prevnext{
    color:#333;
    clear:both;
    font-size:90%;
    text-align:center;
    border-top:solid 1px #aaa;
    border-bottom:solid 1px #aaa;
    padding:5px 0px;
    margin:0px 0px;
}

.comment_area{
    font-size:80%;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    border-left:solid 5px #aaa;
    border-bottom:solid 1px #aaa;
    position:relative;
    padding:0px 0px 0px 5px;
    margin:10px 0px 0px 10px;
    color:#333;
}
.comment_area h3 > a{
    color:#333;
}
.comment_area h3 > a:link {
    color:#333;
}
.comment_area h3 > a:visited {
    color:#333;
}
.comment_area h3 > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area h3 > a:active{
    color:#f00;
}
.comment_area dt{
    padding-left:10px;
}
.comment_area label{
}
.comment_area input[type="text"], .comment_area input[type="password"]{
    width:40%;
    height:auto;
    color:#333;
}
.comment_area textarea{
    width:80%;
    height:150px;
    color:#333;
}
.comment_area .himitudd{
    font-size:90%;
}
.comment_area div > p{
    width:50%;
    height:auto;
    text-align:right;
}
.comment_area input[type="submit"]{
    color:#333;
}
.comment_area > form{
    padding-bottom:10px;
}
.comment_area > h4{
    text-indent:5px;
    font-weight:normal;
    border-left:solid 5px #aaa;
    padding:0px 0px 0px 5px;
    margin:10px 0px 0px 10px;
}

.comment_area > .body{
    width:80%;
    height:auto;
    overflow:auto;
    border:solid 1px #aaa;
    padding:5px;
    margin:5px 0px 0px 10px;
    background-color:#fff;
    color:#333;
}
.comment_area > .body > ol{
    float:right;
    padding:0px;
    margin:0px;

}
.comment_area > .body > ol > li{
    font-size:0.85em;
    padding:5px 0px 0px;
    margin-left:5px;
    float:left;
    list-style-type:none;
    color:#333;
}
.comment_area > .body > ol > li:before{
    content:"| ";
}
.comment_area > .body > ol > li > a:link {
    color:#333;
}
.comment_area > .body > ol > li > a:visited {
    color:#333;
}
.comment_area > .body > ol > li > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area > .body > ol > li > a:active{
    color:#f00;
}
#trap{
    padding-bottom:10px;
}
#trap > dt{
  padding:5px 0px 5px 5px;
}
#trap > dd{
    padding:5px 0px 5px 15px;
}
#trap a:link {
    color:#fff;
}
#trap a:visited {
    color:#fff;
}
#trap a:hover {
    color:#f00;
    font-weight:bold;
}
#trap a:active{
    color:#f00;
}



#right_content > .plugin_box,#right_content > #recommend_box{
    width:auto;
    height:auto;
    margin:0px 0px 0px 5px;
}

#right_content > .plugin_box > #plugin{
    font-size:90%;
}


#right_content > #recommend_box{
    overflow:visible;
    position:relative;
}

#right_content > #recommend_box > #recommend{
    font-size:90%;
}
#right_content > .plugin_box > .plugin > div:not(#page_top){
    color:#333;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    padding:0px 0px 0px;
    margin:0px 0px 20px;
    background-color:#ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    position:relative;
}
#right_content > .plugin_box > .plugin > div > h3{
    font-size:100%;
    font-weight:normal;
    background-color:#D0121B;
    margin:5px 5px 10px;
    color:#fff;
    width:auto;
    height:auto;
    position:relative;
    overflow:visible;
}
#right_content > .plugin_box > .plugin > div > h3 > label{
    width:100%;
    height:auto;
    display:block;
    padding:13px 10px 10px;
    cursor:pointer;
    overflow:visible;
    box-sizing: border-box;
    background-color:#D0121B;
    transition:all .2s linear 0s;
}
#right_content > .plugin_box > .plugin > div > h3:hover label{
    background:#333333;
    box-shadow:1px 1px 1px rgba(255, 255, 255, 0.2);
    color:orange;
    text-shadow:0px 0px 2px #000000;
    animation: vibration 0.2s linear 1;

}
@keyframes vibration{
    0%{transform:translate(0px,0px);}
    10%{transform:translate(2px,0px);}
    20%{transform:translate(-2px,0px);}
    30%{transform:translate(2px,0px);}
    40%{transform:translate(-2px,0px);}
    50%{transform:translate(2px,0px);}
    60%{transform:translate(-2px,0px);}
    70%{transform:translate(2px,0px);}
    80%{transform:translate(-2px,0px);}
    90%{transform:translate(2px,0px);}
    100%{transform:translate(-2px,0px);}
}
#right_content > .plugin_box > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin_box > .plugin > div > h3 + div{
    width:90%;
    height:auto;
    font-size:90%;
    margin:0px auto;
    position:relative;
    00overflow:visible;
}
#right_content > .plugin_box > .plugin > div > div > div{
    width:100%;
    height:auto;
    padding:0px;
  margin:0px auto 10px;
  max-height:0px;
  overflow:auto;
    transition:all .4s ease-in-out 0s;

}
.check_box{
    width:100%;
    height:auto;
    padding:0px;
  margin:0px auto 10px;
  max-height:0px;
  overflow:auto;
    transition:all .4s ease-in-out 0s;

}
#right_content > .plugin_box > .plugin > div > input[type="checkbox"]{
    display:none;
}
#right_content > .plugin_box > .plugin > div > input[type="checkbox"]:checked ~ div > .plugin_body{
    max-height:400px;
}

/*
#right_content > .plugin_box > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
*/


/*
#right_content > .plugin_box > .plugin > .archive_plugin > ul{

}
*/
#right_content > .plugin_box > .plugin ul{
    00max-height:350px;
    00overflow:auto;
}
#right_content > .plugin_box > .plugin > div > .plugin-myimage{
    color:#333;
    padding:0px 0px 0px;
}
/*
#right_content > .plugin_box > .plugin > div > p + *{

}
*/
#right_content > .plugin_box > .plugin iframe{
    min-width:50px !important;
}
#right_content > .plugin_box > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin_box > .plugin > div > div > div > p{
    color:#333;
}
#right_content > .plugin_box > .plugin > div > div > div > ul{
    padding:0px 0px 5px;
}
#right_content > .plugin_box > .plugin > div > div > div > ul > li{
    list-style-position:inside;
    color:#333;
    margin-top:10px;
}
#right_content > div > div > div > div > p + div div{
    margin:0px 0px 0px;
}
#right_content > div > div > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#right_content > div > div > div > div > p + div{
    max-height:350px;
    overflow:auto;
}
#right_content > .plugin_box > .plugin > div > div > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#right_content > .plugin_box > .plugin > div > div > div > form br{
    display:none;
}
#right_content > .plugin_box > .plugin  form > .plugin-mail br{
    display:block;
}
#right_content > .plugin_box > .plugin > div > div > div > form input,#right_content > .plugin_box > .plugin > div > div > div > form select{
    font-size:95%;
}
#right_content > .plugin_box > .plugin > div > div > div > form input[type="text"],#right_content > .plugin_box > .plugin > div > div > div > form select{
    width:50%;
    color:#333;
    font-size:95%;
}
#right_content > .plugin_box > .plugin > div > div > div > form input[type="submit"]{
    color:#333;
    font-size:95%;
}
.link_plugin > ul{
    padding:0px;
    margin:0px;
}
.link_plugin > ul > li{
    padding:0px;
    margin:0px 0px 10px;
}
.calender{

    font-size:85%;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    width:100%;
    height:auto;
    border-collapse:separate;
    border-spacing:0;
    margin:0px 0;
    padding:0;
}
.calender caption{
    color:#333;
    font-size:100%;
    font-weight:bold;
    border-top:1px solid #aaa;
    padding:3px 0px 2px 0px;
    margin:0px 0px 0px;
}
.calender th{
    color:#333;
    font-weight:bold;
    text-align:center;
}
.calender td{
    font-weight:bold;
    text-align:center;
    padding:0.1em;
    color:#999;
}
.calender td a{
    display:block;
}
th#sun{
    color:#333;
}
th#sat{
    color:#333;
}
.calender td a:link{
    color: #333;
}
.calender td a:visited{
    color:#333;
    font-weight:normal;
    border:1px solid #f0f;
    text-decoration: none;
}
.calender td a:hover{
    color:#333;
    font-weight:bold;
}
.calender td a:active{
    color:#333;
}






#b_wrapper{
    clear:both;
    background-color:#D0121B;

}

footer{
    font-size:80%;
    padding:0px 0px;
    clear:both;
}
footer *{
    color:#fff;
}
footer > #copyright{
    width:auto;
    height:auto;
    color:#fff;
    overflow:auto;
    text-align:center;
    font-weight:bold;
    line-height:35px;
    padding:20px 0px;
    margin:0px auto 0px;
}
#copyright a:link{
    color:orange;
    text-decoration:none;
}
#copyright a:visited{
    color:orange;
    text-decoration:none;
}
#copyright a:hover{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#000;
    text-decoration:none;
}
.page_top{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    border-top:solid 1px #aaa;
    border-bottom:solid 5px #ECF5F7 !important;
    background-color:#333;
    background: linear-gradient(to bottom, black, #444, black);
    background: -moz-linear-gradient(top, black,#444 50%, black);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(0.5, #444), to(black));
/*
    background: linear-gradient(to bottom, #65b8dd, #B3DAF0, #D0121B);
    background: -moz-linear-gradient(top, #65b8dd, #B3DAF0 50%, #D0121B);
    background: -webkit-gradient(linear, left top, left bottom, from(#D0121B), color-stop(0.5, #B3DAF0), to(#D0121B));
*/
    margin-bottom:0px !important;

}
.page_top > a{
    width:100% !important;
    height:50px;
    color:#fff;
    text-decoration:underline;
    display:block;
    cursor:pointer;
box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}
.page_top:hover{
    color:#fff;
}


.page_top a:link{
    color:#0000ff;
    text-decoration:underline;
}
.page_top a:visited{
    color:#934C7B;
    text-decoration:underline;
}
.page_top a:hover{
    color:#f00;
    text-decoration:underline;
}
.page_top a:active{
    color:#f00;
    text-decoration:underline;
}




pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}
a:link {
    color:#0000ff;
    text-decoration:underline;
}
a:visited {
    color:#934C7B;
    text-decoration:underline;
}
a:hover {
    color:blue;
}
a:active{
    color:#f00;
}

.static_style{
}

.fixed_top{
    position:fixed;
    top:0px;
}
.fixed_bottom{
    position:fixed;
    bottom:0px;
}
.absolute_bottom{
    position:absolute;
    bottom:0px;
}
.recommend_style{
    width:auto !important;
    height:auto;
    position:static;
    padding:0px;
}

/* これより下テンプレート以外の追記項目 */

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}
.insta_btn .insta{
  box-shadow: 0px 1px 2px rgba(25, 25, 25, 0.50);
  transition: .4s;
}
.insta_btn .insta:hover{
  box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.50);
}




h6 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000000;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #8C0000;/*左線*/
font-size: 1.1em;
}


h7 {
color: #8C0000;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #C81914;/*上線*/
border-bottom: solid 3px #C81914;/*下線*/
font-size: 1.5em;
}


h9 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000000;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #da70d6;/*左線*/
font-size: 1.1em;
}

h10 {
color: #364e96;/*文字色*/
border: solid 3px #364e96;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

/*目次用見出し01*/
h11 {
color: #000000;/*文字色*/
background: transparent;/*背景透明に*/
font-size: 1.5em;
}

/*目次用見出し02*/
h12 {
color: #000000;/*文字色*/
background: transparent;/*背景透明に*/
font-size: 1.2em;
}






/*フォローボタン*/
.tw_followb {
    text-decoration: none;
    background-image: linear-gradient(#fff,#f5f8fa);
    border: 1px solid #e6ecf0;
    border-radius: 4px;
    color: #393e42;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 14px;
    position: relative;
 }

.tw_followb .fa-user-plus{
  color: #1da1f3;
}

.tw_followb:hover{
    background-color: #e6ecf0;
    background-image: linear-gradient(#fff,#e6ecf0);
    border-color: #e6ecf0;
}

/*リボン設定*/
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    background: #f57a78;/*塗りつぶし色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before{
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after{
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

p.indentback{
  padding-left: 2em;
}



.balloon1-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
}

.balloon1-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}


/*目次用ボックス設定*/
.box7{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/

    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}

/*目次用インデント設定*/
ul.example li ul {
margin: 0 0 0 2em;
padding: 0 0 0 0em;
}



/*目次用インデント設定2*/
ul {
    margin-left:2em;
}
