@charset "Shift_JIS";

/*--page--*/

body {
    background-color: #fbfaf5;   /*--生成り色--*/
    font-family: "Yu Gothic", "Meiryo", sans-serif; 
    font-size: 13px;
    color: #6b7b6e;  /*--青鈍--*/
    letter-spacing: 0.2em; }

/*--page end--*/



/*--link--*/

a:link {
   color: #6b7b6e; }
a:visited {
   color: #97a791;    /*--深川鼠--*/ }
a:hover {
   color: #eaf4fc;   /*--月白--*/
   background-color: #59b9c6;  /*--新橋色--*/
   border-radius: 15px;}
a {
   text-decoration: none; }

/*--link end--*/



/*--wrapper--*/

#mwrapper{　/*--mobileページ外枠--*/
    width: 94%;/* 全体の幅はここで変更 */
    margin: 0 auto;
    padding: 3%;
    text-align: left;
    line-height: 180%;
    letter-spacing: 0.1em; }

/*--wrapper終わり--*/



/*--topic--*/

.genre{  /*--見出し--*/
    font-size: 15px; }

.title{  /*--ジャンル名--*/
    font-size: 14px; }


/*--topic end--*/








