﻿/*@charset "utf-8";*/
/* CSS Document */


/*カタログ画像をページ単位に*/

.img_catalog{
height:10px;
}


#body_body_imgCatalogL{
position:absolute;
top:0;
left:25%;
z-index:-1;
}


#body_body_imgCatalogR{
position:absolute;
top:0;
left:25%;
z-index:-1;
}



/* --------------------------------------------------
 カタログ誌面の画像　横向きカタログ

#body_body_imgCatalogL{
display:block;
margin-left:auto;
margin-right:auto;
width:100%;
}

#body_body_imgCatalogR{
display:block;
margin-left:auto;
margin-right:auto;
width:100%;
}

.img_catalog{
position:relative;
width:262px;
margin-left:auto;
margin-right:auto;
z-index:200;
}


.box_book_page{
flex-flow: column;
position:absolute;
top:-5%;
bottom:5%;
left:0;
right: 0;
margin:0;
margin-left:auto;
margin-right:auto;
z-index:100;
}

#page_left{
text-align:right;
}

#page_right{
text-align:right;
padding-right:18%;
}

-------------------------------------------------- */


/* --------------------------------------------------
 商品検索
-------------------------------------------------- */
/*ASKの矢印画像
.price img{
width:11px;
height:auto;
}
*/


/* --------------------------------------------------
 ヘッダー
-------------------------------------------------- */
/*#img_header {background: url(header.jpg);}*/


/* --------------------------------------------------
 ホーム画面
-------------------------------------------------- */
div.img_top {
background: url(cover.jpg);

/*横カタログ用
width:262px;
height:186px;
margin-bottom:184px;
background-repeat:no-repeat;
background-size:contain;
*/
}


/* --- ログイン_表4画像 --- */
div.h4_img { 
background: url(img_login_guide_2.jpg);
margin-left:auto;
margin-right:10px; 
width:227px;height:180px;

margin-top:1%;
position:absolute; top:130px; right:0px;
}


/* --------------------------------------------------
 商品検索
-------------------------------------------------- */
div.img_search {
background: url(cover.jpg);
background-size:cover;
/*background-position: -14px 0px;*/

/*横カタログ用*/
width:142px;
height:100px;
}

#page_left_now,#page_right_now {
width:109%;
}


/* --------------------------------------------------
 別冊用
-------------------------------------------------- */
/* 商品検索_ログインボタン */
#bt_login_plus {
display:none;
text-align:center; 
float:right;
font-size:small;
background-color:#ededed;
margin-left:auto;
margin-right:0px;
width:30%; 
border-radius: 5px;
padding-top:0.2%;
padding-bottom:0.5%;
position:absolute; top:-14px; right:0px;
}

#bt_login_plus img{
width:150px; height:auto;
border-radius: 5px;
}


/* --------------------------------------------------
   表示 or 非表示　まとめ
-------------------------------------------------- */
.choice_catalog{display:block;}/*選択中*/
#img_cf a{pointer-events: none;}/*選択中のカタログ*/
#img_cf img{filter: grayscale(100%);}/*選択中のカタログ*/

.sp{display:none;}
.spc{display:none;}
.gu{display:none;}
.og{display:none;}
.ka{display:none;}
.cf_omit{display:none;}



/*.common{display:none;}*/
/*.source{display:none;}*/
/*.og{display:block;}*/

.aspNetDisabled{display:none;}

/* --------------------------------------------------
 スマートフォン用の部品_表示or非表示
-------------------------------------------------- */
.mob {display:none;}
