body {
font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
margin: 0px;
font-size: 15px;
font-weight: bold;
line-height: 1.4;
}

/*
div {
  border: solid;
  margin: 20px;
}
*/

img {
  vertical-align: bottom;
  /* 親要素の幅を最大幅とする */
  max-width: 100%;
  /* 幅が縮小された時高さを自動計算して縦横比を維持 */
  height: auto;
}

/* リスト */
ul {
 padding-left: 0px;
 margin: 0px;
}

ol {

}
li {
 list-style-type: none;
 margin: 0px;
 padding-left: 0px;
}

/* リンク */

a { text-decoration: none; }
a:link{color: blue;}
a:visited{color: purple;}
a:hover{color: orange;}
a:active{color: red;}

.fa-amazon{
    color: #FF9900;}

/*メニュー部分*/
#ham-menu {
    color: #e41d18;
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 50%;
    padding: 10px 10px; /*メニュー内部上下左右余白*/
    position: fixed;
    right: -400px; /*メニュー横幅①と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 400px; /*メニュー横幅①*/
    z-index: 1000;
}

/*メニューアイコン部分は疑似要素で*/
#ham-menu::before {
    background-color: #fff; /*ボタン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #333; /*アイコン（フォント）色*/
    content: "≡"; /*メニューアイコン*/
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px;
    line-height: 50px; /*縦位置中央化*/
    position: absolute;
    right: 100%;
    text-align: center;
    top: 0;
    width: 50px;
}

/*透過背景部分*/
#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
}

/*hover 時の処理*/
#ham-menu:hover {
    transform: translate(-300px); /*メニュー横幅①と合わせる*/
}

#ham-menu:hover + #menu-background {
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}



/*　ここまでがもともとの設定　*/


.rgbubun{
 margin:10px auto 20px 20px;
 width:     60%;
}

.rgbubun2{
 text-align: center;
 margin:10px auto 15px 0px;
 padding-left: 30px;
 width: 80%;
}

.rgbubun3{
 text-align: center;
 margin:10px 0px 15px 0px;
 padding-left: 0px;
 width: 100%;
}
.asuka{
 border-radius: 10%;*/
 border: 5px solid white;
 box-shadow: 0 0 15px teal;
}

.kirika{
 border: 0px outset white;
 box-shadow: 6px 6px 5px #62da6cd9;
}

.footer{
 padding-bottom: 1.4rem;
}

#footlinks{
 text-align: center;
}

#copyright {
 color: #999;
 text-align: center;
 font-size: 0.82rem;
}

.name{
    list-style-type: none;
    font-size: 20px;
    color: #009688;
    text-align: left;
    margin: 20px 20px 0px 30px;
}

.caption{
    list-style-type: none;
    width: 30%;
	font-size: 16px;
    padding:10px 20px 10px 40px;
    text-align: center;
}

.now{
    width: 65%;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 30px;
}

.ichi{
    display: block;
    text-align: center;
}

#oya{
    position: relative;
    top: 0px
    left 0px;
    z-index: 5;
}

#modoru{
    background-color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    color: orange;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 8;
    padding: 3px 3px 0px 8px;
