@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu);

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 
  'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック',
  'MS PGothic','Ubuntu', sans-serif;
  letter-spacing: 1px;
}

hr.sep {
    border:none;
    border-top:dashed 2px #FFE74C;
    height:2px;
    color:#FFF;
    margin: 0 6 0 6;
}

/*#sidebar .textwidget{
  padding: 10px;
}*/

required{
 background-color: #ffffff;
}

/* メニューカスタマイズ */

#navi ul{
  position: relative;
  clear: both;
  margin-bottom: 0;
  border: none;
  background-color:#fffbe5; 
  /* border-radius:3px; */
  margin:0;
  padding:0;
  width:100%;
  box-sizing: border-box;
  list-style: none;

  /*margin-bottom: 30px;*/ /* add spacing between UL and rest of content for demo purposes */
  padding:0;
  text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
  /* font: bold 1.2em 'Lato', sans-serif;*/ /* use google custom font "Lato" */
}

#navi ul ul{
  box-sizing: content-box;

  display: inline;
  margin-right:25px; /* spacing between each menu item */
}

#navi ul > li{
  float: left;
  list-style:none;
  position: relative;
}

#navi ul li a{
  /*font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
  z-index:99; */

  position: relative;
  display: inline-block;
  color: black;
  padding: 2px 3px;
  padding-bottom: 8px; /*spacing between each menu item and underline beneath it */
  text-decoration: none;
  margin-bottom: 3px; /* spacing between A elements, relevant when menu becomes multi-lined */
  letter-spacing: .1em;
}

#navi ul li a:hover:after{
  background-color:#FEE64A; /* 消しちゃダメ */

  width: 100%; /* increase underline width to 100% */
  opacity: 1;
}

#navi ul li a:after{
  position: absolute;
    display: block;
  content: '';
  width: 0;
  height: 3px;
  /* background: #FFFBE5; */
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  -wekkit-transition: all .3s;
  transition: all .3s;
}


#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  display: none;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}



/************************************
** レイアウト（Layout）
************************************/
#header-in, #navi-in, #body-in, #footer-in{
  width: 950px;
}
#main{
  width: 640px;
}
#sidebar{
  width: 300px;
}

/* サイドバーの見出し背景を修正 */
#sidebar h4{
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 10px 0px 10px 0px;
  background: #FFFBE5;
  border:solid 1px #FFE74C;
  font-weight: bold;
}

/*--------------------------------------
  ヨメレバ・カエレバここから
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    width:90%;
    margin:20px auto;
    padding:20px;
    border:solid 1px #d2d7e6;
    overflow: hidden;
    font-size:small;
    /* border-radius:2px;*/
}
 
.booklink-image, .kaerebalink-image{
    width: 150px;
    margin:0 15px 20px 0;
    float:left;
}
.booklink-image img, .kaerebalink-image img{
    display:block;
    margin:0 auto;
    text-align:center;
}
 
.booklink-info, .kaerebalink-info{
    display:block;
    margin:0 auto;
    text-align:left;
    line-height:120%;
    overflow: hidden;
}
 
.booklink-name, .kaerebalink-name{
    font-size:16px;
    margin-bottom:24px;
    line-height:1.5;
}
 
.booklink-powered-date, .kaerebalink-powered-date{
    font-family: verdana;
    font-size:8pt;
    margin-top:5px;
    line-height:120%;
}
.booklink-detail, .kaerebalink-detail{
    margin-bottom:5px;
}
 
.booklink-link2, .kaerebalink-link1{
    margin-top:10px;
}
 
.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom, .shoplinkbk1, .shoplinktoshokan{
    float:left;
    width:30%;
    margin:15px 1% 0 auto;
    padding:10px 0px;
    height:15px;
    overflow:hidden;
    /* background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%); */
    background-color:#ffffff;
    border-radius:8px;
    /* border:1px solid #dcdcdc; */
    display:inline-block;
    text-align:center;
    }
     
.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover, ..shoplinkbk1:hover, .shoplinktoshokan;hover{
    /* background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%); */
    background-color:#f6f6f6;
}
 
.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active, .shoplinkbk1:active, .shoplinktoshokan:active{
    position:relative;
    top:1px;
}
 
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a, .shoplinkbk1 a, .shoplinktoshokan a{
    display:block;
    cursor:pointer;
    text-decoration:none;
    font-weight:800;
    /* text-shadow:1px 1px 1px #dcdcdc; */
    font-size:12px;
    color:#fff;
}
     
.shoplinkamazon{
    background-color:#ff9900;
}
.shoplinkamazon:hover{
    background-color:#ffc266;
}
 
.shoplinkrakuten{
    background-color:#cc0004;
}
.shoplinkrakuten:hover{
    background-color:#ff3337;
}
 
.shoplinkkindle{
    background-color:#4d4d4d;  
}
.shoplinkkindle:hover{
    background-color:#808080;  
}
 
.shoplinkyahoo{
    font-size:10px;
    background-color:#7b0099;
 } 

.shoplinktoshokan{
    background-color:#00A9E8;
}
.shoplinktoshokan:hover{
    background-color:#33c8ff;
}
 
.shoplinkbk1{
    background-color:#0086CD;
}
.shoplinkbk1:hover{
    background-color:#33b8ff;
}

.booklink-footer{
    clear:left;
} 
/*--------------------------------------
  ヨメレバ・カエレバここまで
--------------------------------------*/