@charset "Shift_JIS";

/* 要素リセット */
body{
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
/* ↑アイフォン15縦向きで文字大きくがうまくいかないので入れた。最下部にiphonemojisizeのコードがあり、経緯はそっちに */
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;

font-family: MeiryoKe_PGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
/*LUREAのwinと同じにした*/
/*もともとは→ font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;*/

    color: #333333; /* 標準文字色 */
    background-color: #DFDAD3;
    background-image : url(bg_main_4Ab_01.png);
    background-position: bottom center;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;

font-family: "Lucida Grande", "Lucida Sans Unicode", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
/*LUREAのmacと同じにした*/

}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 480px;
/* ↑横幅のサイズはここと、この下の方にある#hpb-wrapperと@media screen and (max-width: ●●●px)を変える */
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
    padding-bottom: 15px;
}

#hpb-header{
    height: 90px;
    background-image : url(headerBg_4Ab.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

#hpb-inner{
    position: relative;
    width: 100%;
    background-image : url(bg_4Ab_01.png);
    background-position: top center;
    background-repeat: repeat-y;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 480px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

.hpb-layoutset-02 #hpb-wrapper{
    padding-top: 75px;
}

#hpb-title{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.hpb-layoutset-01 #hpb-title{
    height: 243px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #DFDAD3;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-title
{
}

#hpb-main{
    padding-top: 75px;
    width: 420px;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 25px;
    text-align: left;
    font-size: 130%; /* 英単語帳へのリンク文字をおおきくするために100%から変更 */
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

#hpb-aside{
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    background-image : url(bg_main_4Ab_01.png);
    float: right;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

#hpb-footer{
    height: 32px;
    clear: both;
    position: relative;
    background-image : url(footerBg_4Ab.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 7px;
    margin-bottom: 10px;
}

#hpb-nav{
    position: absolute;
    top: 248px;
    left: 0px;
    width: 100%;
    height: 53px;    
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #DFDAD3;
    overflow: hidden;
    background-image : url(menuBg_4Ab_01480.png);
/* サイズに合わせて末尾の数字を変える */
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-nav{
    top: 0px;
    left: 0px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    display: none;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 14px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: block;
    width: 79px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #DAD3C6;
    float: left;
    height: 25px;
    margin-bottom: 14px;
    overflow: hidden;
}


#hpb-nav li#nav-contact{
    /* 右端のborderを削除 */
    border-right-width: 0px;
    border-right-style: none;
}

#hpb-nav li a{
    display: block;
}

#hpb-nav li span.en{
    display: block;
    line-height: 28px;
    font-size: 12px;
    text-transform: uppercase;
}

#hpb-nav li span.ja{
    display: none;
}


#hpb-nav a:link{
    color: #532200;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #532200;
    text-decoration: none;
}
#hpb-nav a:hover{
    color: #00753E;
    text-decoration: none;
}
#hpb-nav a:active{
    color: #00753E;
    text-decoration: none;
}

@media screen and (max-width: 480px){
img{
	max-width: 70%;
/* top375では80% */
height: auto;
width /***/:auto;　
}

#container{
	width:100%;
}
〜以下、画面の横幅が480pxまでの場合のスタイル記入〜
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo{
    padding-top: 10px;
}





/*word1133wordsearchbox19-21で検証、文字の拡大縮小用*/
/*もともと#hpb-main内でfont-size: 130%;が採用されている*/

.midashieitango {
/*英単語帳の最初の英単語サイズ*/
    font-size: 200%;
}

.accent {
    font-size: 180%;
    background-color:pink;
/*英単語帳のアクセント部分*/
    border-radius:25px;
    padding:5px;
}

.reduction {
    font-size: 75%;
/*発音の アン(ド)のドなどを小さめに表示*/
}

.iphonemojisize {
    font-size: 100%;
/*アイフォン15縦向きで文字拡大ができない（横向きだと拡大できる）ので、その対策として。縦向きでも、PC画像幅のcssが読み込まれる。Safari用ハックを無効にしても駄目。200%だと一旦小さくなってから拡大できるが、100％、101%、120%などだと拡大されない→-webkit-text-size-adjust: 100%;を入れたらうまくいくようになった*/
    background-color:white;
}


/*↓説明用の英語だけ120％(が理想だが手間がかかるので未対応…)、そのほかはフォントサイズ指定不要*/
.hatsuon {
    font-size: 100%;
}

.hinshi {
    font-size: 100%;
}

.chuui {
    font-size: 100%;
}

.eitango {
    font-size: 120%;
}

.nihongo {
    font-size: 100%;
}
/*↑説明用の英語だけ120％(が理想だが手間がかかるので未対応…)、そのほかはフォントサイズ指定不要*/







