@charset "utf-8";

/*reset YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com
---------------------------------------------------*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/*font
---------------------------------------------------*/
body{font:15px 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;line-height: 1.8;letter-spacing: 0.04rem;color:#000000;}


/*pc表示
---------------------------------------------------
---------------------------------------------------*/

@media screen and (min-width: 641px){
    
    
    
/*共通
---------------------------------------------------*/

.bg_border{
    border-top: solid #cccccc 1px;
    padding-bottom:  60px;
    margin-top: 40px;
}


.midashi{
    text-align: left;
    margin-bottom: 40px;
}

.honmon{
    width: 710px;
    margin: 0 auto;
    text-align: left;
}

.honmon p{
    text-align: left;
    padding-bottom: 24px;
}



/*header
---------------------------------------------------*/
#toss2{
    background-image: url(..//images/bg_toss2.jpg);
    background-attachment: fixed;
    background-position: 50% 0%;
}

#toss2 #header{
    width: 850px;
    height: 686px;
    margin: 0 auto;
    position: relative;
}

#toss2 #header .catch{
    width: 80px;
    position: absolute;
    top: 80px;
    right: 20px;
}

#toss2 #header .title{
    width: 544px;
    height: 300px;
    position: absolute;
    top: 40px;
    left: 0;
}

#toss2 #wrapper{
    width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/*book-info
---------------------------------------------------*/
#book{
    width: 680px;
    height: 600px;
    font-size: 0;
    margin: 0 auto;
    position: relative;
}

#book .left{
    width: 374px;
    height: 576px;
    position: absolute;
    top: 20px;
    left: 0;
}

#book .right{
    width: 270px;
    position: absolute;
    top: 80px;
    right: 0;
}

#book .right .order{
    width: 206px;
    margin: 0 auto 30px auto;
}

#book .right .navi{
    width: 206px;
    margin: 0 auto 50px auto;
}

#book .right .navi ul{
    width: 206px;
    font-size: 0;
}

#book .right .navi ul li{
    width: 206px;
    height: 40px;
    display: inline-block;
    padding-bottom: 12px;
}

#book .right .detail{
    width: 263px;
    height: 134px;
    position: absolute;
    top: 360px;
    right: 0;
}


/*about
---------------------------------------------------*/
#about{
    width: 760px;
    margin: 0 auto;
    background: url(..//images/bg_about.jpg);
    background-repeat: no-repeat;
    background-position: right;
}


/*miroco prof
---------------------------------------------------*/
#taiyo{
    width: 760px;
    margin: 0 auto;
    background: url(..//images/bg_taiyo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.prof{
    width: 710px;
    margin: 0 auto;
    text-align: left;
}

.prof .prof_open{
    width: 178px;
    margin: 0 auto;
    text-align: center;
}

.prof_content{
    background: url(..//images/bg_prof.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.prof .prof_content p{
    text-align: left;
    padding-bottom: 24px;
}

.prof .prof_content h3{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.prof_content .dot-line{
    width: 300px;
    border-top: dotted #808080 1px;
}



/*特典
---------------------------------------------------*/
#tokuten{
    width: 710px;
    margin: 0 auto;
    position: relative;
}

.masking{
    width: 320px;
    position: absolute;
    top: 140px;
    right: 0;
}

.store-link{
    width: 748px;
    margin: 40px auto 0 auto;
}


/*立ち読み
---------------------------------------------------*/
#tachiyomi{
    width: 710px;
    margin: 0 auto;
}

#tachiyomi ul{
    width: 660px;
    margin: 0 auto;
    font-size: 0;
}

#tachiyomi ul li{
    width: 200px;
    height: 164px;
    padding: 10px;
    display: inline-block;
}

#shadowbox {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#shadowbox img {
  border: none;
}

#shadowbox * {
  outline: 0; /* Disable dotted outline in Firefox */
}

#sb-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#sb-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 50%;
  top: 50%;
}

#sb-body,
#sb-content,
#sb-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sb-body {}

#sb-content { background: black }

#sb-cover {
  background: black;
}

#sb-close,
#sb-next,
#sb-prev {
  position: absolute;
  display: none;
  background: url(..//images/shadowbox-icons.png) no-repeat;
  cursor: pointer;
}

#shadowbox.active #sb-close,
#shadowbox.has-next #sb-next,
#shadowbox.has-prev #sb-prev {
  display: block;
}

#sb-close {
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  background-position: 50% 0;
  margin: -18px -30px 0 0;
}

#sb-next {
  right: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -40px;
  margin: -20px -40px 0 0;
}

#sb-prev {
  left: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -86px;
  margin: -20px 0 0 -37px;
}



/*小さいことばシリーズ
---------------------------------------------------*/
#series{
    width: 710px;
    margin: 0 auto;
}

#series ul{
    width: 640px;
    margin: 0 auto;
    font-size: 0;
}

#series ul li{
    width: 106px;
    height: 212px;
    padding: 10px;
    display: inline-block;
    vertical-align: baseline;
}




/*注意事項
---------------------------------------------------*/
#caution{
    width: 760px;
    margin: 0 auto;
}

#caution .komidashi{
    width: 500px;
    height: 43px;
    text-align: left;
    margin-bottom: 20px;
}

#caution .honmon_other{
    width: 710px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0 auto;
}

#caution .honmon_other p{
    padding-bottom: 20px;
}



/*footer（共通）
---------------------------------------------------*/
#totop{
    width: 100%;
    background-color: #23506a;
    text-align: center;
    padding: 20px 0;
    margin-top: 120px;
}

#footer{
    width: 100%;
    height: 300px;
    background-color: #d3dce1;
    padding-bottom: 100px;
}

#footer ul{
    padding-top:40px;
    text-align: center;
    height: 110px;
    font-size: 0;
}

#footer ul li{
    width: 110px;
    height: 110px;
    display: inline-block;
    padding-left: 40px;
    vertical-align: middle;
}

#footer ul li:first-child{
    width: 110px;
    height: 110px;
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
}

.facebook{
    width: 180px;
    margin: 20px auto 0 auto;
    display: block;
}

address{
    width: 210px;
    height: 20px;
    margin: 40px auto;
}
}





/*smartphone表示
---------------------------------------------------
---------------------------------------------------*/

@media screen and (max-width: 640px){

img{
    max-width: 100%;
    height: auto;
    width/***/:auto;
}

/*共通
---------------------------------------------------*/

.bg_border{
    border-top: solid #cccccc 1px;
    padding-bottom:  60px;
    margin-top: 40px;
}


.midashi{
    text-align: left;
    margin-bottom: 40px;
}

.honmon{
    width: 96%;
    margin: 0 auto;
    text-align: left;
}

.honmon p{
    text-align: left;
    padding-bottom: 24px;
}



/*header
---------------------------------------------------*/
#toss2{
    background-image: url(..//images/bg_toss2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0%;
}

#toss2 #header{
    width: 98%;
    height: 450px;
    position: relative;
    margin: 0 auto;
}

#toss2 #header .catch{
    width: 60px;
    position: absolute;
    right: 0;
    top:140px;
}

#toss2 #header .title{
    width: 98%;
    position: absolute;
    left: 0;
    top: 10px;
}

#toss2 #wrapper{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/*book-info
---------------------------------------------------*/
#book{
    width: 96%;
    font-size: 0;
    margin: 0 auto;
}

#book .left{
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
}

#book .right{
    text-align: center;
}

#book .right .order{
    width: 98%;
    margin: 20px auto 30px auto;
}

#book .right .navi{
    width: 98%;
    margin: 0 auto 50px auto;
}

#book .right .navi ul{
    font-size: 0;
}

#book .right .navi ul li{
    display: inline-block;
    padding-bottom: 12px;
}

#book .right .detail{
}


/*about
---------------------------------------------------*/
#about{
    width: 96%;
    margin: 0 auto;
}


/*miroco prof
---------------------------------------------------*/
#taiyo{
}

.prof{
    width: 96%;
    margin: 0 auto;
    text-align: left;
}

.prof .prof_open{
    width: 178px;
    margin: 0 auto;
    text-align: center;
}

.prof_content{
}

.prof .prof_content p{
    text-align: left;
    padding-bottom: 24px;
}

.prof .prof_content h3{
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.prof_content .dot-line{
    width: 50%;
    border-top: dotted #808080 1px;
}



/*特典
---------------------------------------------------*/
#tokuten{
    width: 96%;
    margin: 0 auto;
}

.masking{
    width: 100%;
    text-align: center;
}

.masking img{
    width: 46%;
    display: inline-block;
}

.store-link{
    width: 96%;
    margin: 40px auto 0 auto;
}


/*立ち読み
---------------------------------------------------*/
#tachiyomi{
    width: 96%;
    margin: 0 auto;
}

#tachiyomi ul{
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

#tachiyomi ul li{
    padding: 10px;
    display: inline-block;
}

#shadowbox {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#shadowbox img {
  border: none;
}

#shadowbox * {
  outline: 0; /* Disable dotted outline in Firefox */
}

#sb-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#sb-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 50%;
  top: 50%;
}

#sb-body,
#sb-content,
#sb-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sb-body {}

#sb-content { background: black }

#sb-cover {
  background: black;
}

#sb-close,
#sb-next,
#sb-prev {
  position: absolute;
  display: none;
  background: url(..//images/shadowbox-icons.png) no-repeat;
  cursor: pointer;
}

#shadowbox.active #sb-close,
#shadowbox.has-next #sb-next,
#shadowbox.has-prev #sb-prev {
  display: block;
}

#sb-close {
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  background-position: 50% 0;
  margin: -18px -30px 0 0;
}

#sb-next {
  right: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -40px;
  margin: -20px -40px 0 0;
}

#sb-prev {
  left: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -86px;
  margin: -20px 0 0 -37px;
}



/*小さいことばシリーズ
---------------------------------------------------*/
#series{
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#series ul{
    width: 96%;
    margin: 0 auto;
    font-size: 0;
}

#series ul li{
    width: 106px;
    height: 212px;
    padding: 10px;
    display: inline-block;
    vertical-align: baseline;
}




/*注意事項
---------------------------------------------------*/
#caution{
    width: 96%;
    margin: 0 auto;
}

#caution .komidashi{
    text-align: left;
    margin-bottom: 20px;
}

#caution .honmon_other{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
}

#caution .honmon_other p{
    padding-bottom: 20px;
}



/*footer（共通）
---------------------------------------------------*/
#totop{
    width: 100%;
    background-color: #23506a;
    text-align: center;
    padding: 20px 0;
    margin-top: 160px;
}

#footer{
    width: 100%;
    background-color: #d3dce1;
    padding-bottom: 100px;
}

#footer ul{
    padding-top:40px;
    text-align: center;
    font-size: 0;
}

#footer ul li{
    width: 110px;
    height: 110px;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    
}

#footer ul li:first-child{
    width: 110px;
    height: 110px;
    display: inline-block;
    padding-left: 0;
    vertical-align: middle;
}

.facebook{
    width: 180px;
    margin: 20px auto 0 auto;
    display: block;
}

address{
    text-align: center;
}
}
