@charset "utf-8";
body{
 background:#fff;
 padding:0;
 margin:0;
 text-align:center;
 font-size:100%;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a{ color:#0c23fe;}
a:hover img{
 filter:alpha(opacity=60);
 -moz-opacity: 0.6;
 opacity: 0.6;
}

h2 {
  background: #c2edff;/*背景色*/
  padding: 0.2em;/*文字まわり（上下左右）の余白*/
}

.y7 {
  background: linear-gradient(0deg, #fef263 25%, transparent 25%);
}

#container{
 width:700px;
 margin:0 auto;
 padding:0 20px;
 border-style:solid;
 border-color:#CED0B3;
 border-width:0 1px;
}
.entry_inner{
 width:700px;
 margin:0 auto;
 padding:0 0 30px 0;
 text-align:left;
}
.entry_botan{
 background:#fafafa;
 border:1px solid #ccc;
 padding:20px 50px 20px 50px;
 border-radius:2px;
}
.entry_botan p{
 line-height:30px;
}
h1{
 padding:30px 0 30px 0;
 margin:0 0 0 0;
 color:##2E0603;
 font-size:30px;
 border-bottom:1px solid #CED0B3;
}


.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #fff8e8;
    border-top: solid 5px #ffc06e;
    border-bottom: solid 5px #ffc06e;
}
.box4 p {
    margin: 0; 
    padding: 0;
}


/*文字装飾*/
.red{
 color:#f51818;
 font-weight:bold;
}
.yellow{
 background:#ffee5f;
}
.line{
 background:#ffe63d;
 font-weight:bold;
}
.b{
 font-weight:bold;
}
.small{
 font-size:90%;
}
.center{
  text-align:center;
    margin:20px 0 0 0;
}
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.item_inner{
 width:530px;
 float:right;
}

/*フォントサイズ*/
.fs25{ font-size:25px; }
.fs30{ font-size:30px; }
.fs32{ font-size:32px; }
.fs34{ font-size:34px; }
.fs36{ font-size:36px; }
.fs38{ font-size:38px; }
.fs40{ font-size:40px; }
.fs42{ font-size:42px; }
.fs44{ font-size:44px; }
.fs46{ font-size:46px; }
.fs48{ font-size:48px; }
.fs50{ font-size:50px; }
.fs52{ font-size:52px; }
.fs54{ font-size:54px; }
.fs56{ font-size:56px; }
.fs58{ font-size:58px; }
.fs60{ font-size:60px; }
.fs62{ font-size:62px; }
.fs64{ font-size:64px; }
.fs66{ font-size:66px; }
.fs68{ font-size:68px; }
.fs70{ font-size:70px; }

/*行間*/
.lh50{ line-height:50px; }
.lh52{ line-height:52px; }
.lh54{ line-height:54px; }
.lh56{ line-height:56px; }
.lh58{ line-height:58px; }
.lh60{ line-height:60px; }
.lh62{ line-height:62px; }
.lh64{ line-height:64px; }
.lh66{ line-height:66px; }
.lh68{ line-height:68px; }
.lh70{ line-height:70px; }


.imgl{
 float:left;
 margin:0 0 20px 0;
 border:1px solid #C4C4C4;
}