@charset "utf-8";
/* CSS Document */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.title1    {
	font-weight: bold; font-size: 15pt; color: #000099;
	text-align:center;
	font-style:italic;
}
.item1    {
	font-weight: bold;
           font-size: 12pt;
           color: rgb(0, 0, 0); 
           background-color: #dc9abd; 
           text-align: left; 
           vertical-align: middle;
          
}
 
.month    {
	background-color: #deceff;
           height: 20px;
           text-align: center;
           vertical-align: middle;    
           font-size: 12pt;
           color:rgb(0, 0, 0);
           
}
/* This css button was generated by css-button-generator.com */
.month2    {
	font-weight: bold;
            color: #000099;
            font-size: 14pt;
            text-align: left;
           
} 
.month21 {	font-weight: bold;
            color: #000099;
            font-size: 14pt;
            text-align: left;
}
.t_top {	margin-top:10px;
}
ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

.wrapnote {
	width: 100%;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.wrapnote .note2 {
	margin: 0px;
	padding:0;
	background:/* url(../img/2017/note091.png) repeat-y left fixed*/#f8f8f8; 

}
.wrapnote .note2 p {
	background:url(../img/2017/line.png) repeat left bottom;
	font-size: 14px;
	line-height: 30px;
	margin:3px  20px;
	padding-left:1em;
        opacity: 0.4
        color:#08192D;
}
.note {
  background-color: #eee;
  position: relative;
  padding: 1em;
}
.note::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #ccc #fff #fff #ccc;
}
/* ▼ノートタイトル▼ */
.notetitle {
   margin: 0px 0px 5px 0px;
   padding:5px 5px 0px;
   border-bottom: 3px double  #D7B98E;
   font-weight: bold;
   color: #6E552F;
   line-height:30px;
}
.notetitle span.date {
   float: right;
}
.wrapnote .pict{
	float:left;
	padding: 0.5em 1em 0.5em 0;
	width:125px;
	border:none;
}

#page-top {
	z-index:10;
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
	font-weight:2em;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: " " counter(cnt) ") ";
}
hr{
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.l_bg {	background-color: #ccddff;  
         color: #000099;   
         width :15%;  
}
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

.btn {
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 16px;
        font-weight: 550;
        line-height: 45px;
        margin: 0 2em;
        max-width: 160px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%;
    }
    @media (min-width: 400px) {
        .btn {
            display: inline-block;
            margin-right: 2.5em;
        }
        .btn:nth-of-type(even) {
            margin-right: 0;
        }
    }
    @media (min-width: 600px) {
        .btn:nth-of-type(even) {
            margin-right: 2.5em;
        }
        .btn:nth-of-type(5) {
            margin-right: 0;
        }
    }
    .btn:hover {
        text-decoration: none;
    }
	 .btn-4 {
        border: 1px solid;
        overflow: hidden;
        position: relative;
    }
    .btn-4 span {
        z-index: 20;
    }
    .btn-4:after {
        background:#14C9AE;
        content: "";
        height: 155px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }
    .btn-4:hover:after {
        left: 120%;
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
 
    .btn-5 {
        border: 0 solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
        outline: 1px solid;
        outline-color: rgba(255, 255, 255, 0.5);
        outline-offset: 0px;
        text-shadow: none;
        -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .btn-5:hover {
        border: 1px solid;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }
 	
	.square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #00BCD4;
    background: #ECECEC;
    transition: .4s;
  }

.square_btn:hover {
    background: #00bcd4;
    color: white;
}
 
