@charset "UTF-8";
@media screen and (max-width: 50em) {

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


#container {
	width:100%;
}

body {
	font-size: 14px;
}

/* スマホ用CSS ↓*/

/* ---------------- グローバル ---------------- */

div#wrapper {
	width: auto;
	margin: 0px auto;
	position: relative; /*基準ボックス*/
	bottom: 0;
	right: 0;
	overflow: hidden;
	/*background-color: #ff00ff;/*確認用*/
}

main {
	background-color:#ffffff;
	}

div#bkff {
	margin:0 auto;
	padding:25px 0 30px 0;
	width:auto;
	background-color:#ffffff;
}

/* ---------------- page-top ---------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index:1;
}
#page-top a {
    background: #FF8433;
    text-decoration: none;
    color: #fff;
    padding: 20px 25px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #FFC894;
}

/*----------検索ボックス-----------------*/

div.smrtonly {
	margin:0px 0;
	display: block;
	overflow: hidden;
}

div.smrtonly form {
	margin: 10px 0 0 0;
	padding:25px 0;
	width: 100%/*313px;*/
	/*float: left;*/
}

div.smrtonly from dl {
	width: 100%;/*313px;*/
	height: 30px;
	overflow: hidden;
}

div.smrtonly form dt {
	width: 100%;/*265px;テキストボックスの長さを指定*/
	float: left;
	margin-left: -48px;	/*固定幅分マイナス指定*/
}

div.smrtonly form dt input[type=text] {
	width: 100%;/*265px;*テキストボックスの長さを指定*/
	height: 32px;
	border: 1px solid #c9caca;
	box-sizing: border-box;
	padding-left: 10px;
	margin-top:0px;
	margin-left: 48px;	/*固定幅と同じ*/
}

div.smrtonly form dd button {
	float: right;
	width: 48px;	/*虫眼鏡の幅（固定）*/
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}

/*----------メインボックス-----------------*/

div#main-box {
	width: auto; /*160803追加　幅指定解除*/
	margin: -10px auto 0 auto;
	padding: 0 15px;
}

div#main-box-noimg { /* メインビジュアルがないページ */
	width: auto;
	margin:0 auto;
	padding: 0px 15px 0 15px;
}

div#main-box-noimg-src {　/* メインビジュアルがない検索ページ */
	border:1px solid #ffffff; /* 消すとレイアウトずれる */
	width: auto; /*161122修正*/
	margin:0 auto;
	padding: 30px 0px 0px 0px;
}

/*----------ドロワーメニュー-----------------*/

header {
	display:inline;
/*	visibility:visible;*/
}


.fixmenu { /* Menu固定のため */
	width:100%;
	position: fixed;
	z-index: 1;
	background-color: #ffffff;
}

div.drawer {
	display: block;
	/*width: 65%; 160804追加*/
}

div.drawer button {
	padding-right: 50px; /*カート分ずらす*/
	margin-top: 10px;
}

/* トゴル位置調整 */
.drawer-toggle {
	margin-top: -5px;
	padding:20px 10px;
}

/*スマホ用（drawer）メニューの装飾(全体）*/
nav.drawer-nav {
	font-family: '梅ゴシックC4';
	font-weight: bold;
	/*font-size: 17px;*/
	font-size: 13px; /*160804変更*/
	overflow: scroll; /*16.08.04追加*/
	border:1px solid #ccc;
	overflow-y:scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	/*height: 300px; /*16.08.04追加*/
	/*width: 65%; 16.08.04追加*/
}

/*スマホ用（drawer）メニューの装飾(中身）*/
nav.drawer-nav ul.drawer-menu {
	width: 100%;
}

nav.drawer-nav ul.drawer-menu >li {
	width: 100%;
	/*height: 50px;*/
	/*height: 1.0em;*/
	background-color:#ffffff;
	padding-top: 0.8em;
	padding-left: 1em;
	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;         /* ベンダープレフィックスなし */
	/*▼テキスト中央に*/
	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	 -ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */
}

/*スマホ用（drawer）メニューのリンク*/
nav.drawer-nav ul.drawer-menu li a {
	display: block;         /* ベンダープレフィックスなし */
}

/*スマホ用（drawer）メニューの装飾(1行ごと）*/
nav.drawer-nav ul.drawer-menu > li:nth-child(2n) {
	background-color:#fdede4;
}

/*スマホ用（drawer）メニューの装飾(緑色）*/
nav.drawer-nav ul.drawer-menu > li.grn{
	background-color:#e6f5e2;
}

nav.drawer-nav ul.drawer-menu > li.grn:before,
nav.drawer-nav ul.drawer-menu > li.wht:before {
	content: "★";
	color: #9ecbc4;
	}

	
nav.drawer-nav ul.drawer-menu > li.yrw:before,
nav.drawer-nav ul.drawer-menu > li.whty:before {
	content: "★";
	color: #e9f660;
	}


/*スマホ用（drawer）メニューの装飾(黄色）*/
nav.drawer-nav ul.drawer-menu > li.yrw{
	background-color:#f5ffcd;
}

/* ◆◆スマホ用（drawer）メニューのサブメニュー◆◆ */
nav.drawer-nav ul.drawer-dropdown-menu {
	margin-top: 24px;/*48px;*/
	margin-left: -120px;
	width: 110%;

}

nav.drawer-nav ul.drawer-dropdown-menu > li {
	padding-left: 4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}


/*
nav.drawer-nav ul.drawer-dropdown-menu li:nth-child(2n+1) {
	background-color:#ecf4d9;
}
*/
/*ドロップダウンメニュー部分*/
nav.drawer-nav ul.drawer-dropdown-menu li.green:before,
nav.drawer-nav ul.drawer-dropdown-menu li.no-green:before {
	content: "★";
	color: #85dcd1;
}

nav.drawer-nav ul.drawer-dropdown-menu li.green{
	background-color:#ecf4d9;
}

nav.drawer-nav ul.drawer-dropdown-menu li.yellow:before,
nav.drawer-nav ul.drawer-dropdown-menu li.no-yellow:before {
	content: "★";
	color: #ffee1a;
}

nav.drawer-nav ul.drawer-dropdown-menu li.yellow{
	background-color:#fffbc7;
}
/*
nav.drawer-nav ul.drawer-dropdown-menu > li:before {
	content: "★";
	color: #85dcd1;
}*/

nav.main-nav {	/*メインメニューをいったん非表示*/
	display: none;
	/*position: relative;*/
}

nav.sub-nav {
	width: 100%;
	/*position: absolute;
	top: 0;
	right: 0;*/
	overflow: hidden;
}

nav.sub-nav form {
	display: none;	/*スマホ時には非表示になるように設定*/
}

/*SNS*/
nav.sub-nav ul.head-sns {
	display: none;
	/*position: absolute;
	bottom: 0;
	right: 0;*/
}

/*カートボタン*/
nav.sub-nav p {
	margin-top: 5px;
	padding: 0 0 0 15px;
	margin-right:50px;
	float: right;
	/*position: absolute;
	top: -20px;
	right: 0;*/
}

nav.sub-nav p img {
	height: 30px;
}


/* ---------------- ヘッダー ---------------- */
div.header-top {
	/*border-bottom:1px solid #EEE;*/
	padding-bottom:5px;
	margin-bottom:0px;
	width: auto; /*以下2016.08.02追加*/
}

h1#logo {
	margin-left: 5px;
	margin-bottom: 0px;
}

div.header-top p {
	padding:2px 0 0 0;
}

/* ---------------- トップページ ---------------- */

div#top-slider {
	width:auto;
	padding-top: 35px; /*160809修正　メニューの高さ分下げる*/
	padding-bottom: 0px; /*160809修正　メニューの高さ分下げる*/
	/*position: relative;*/
}

div#top-slider img { /*16.09.09追加 */
	width:100%;
	height:auto;
}


/*メニュー*/
div#top-menu {
	width: 100%;	/*16.08.03追加*/
}


/*div#top-menu ul li {
	width: 100%;
	display: table;
}*/

div#top-menu ul li a {
	display: block;
	margin: 0;
	text-align: center;
	background-color: #fff; /*android用*/
}

div#top-menu ul {
	margin:30px auto 20px auto;
}

div#top-menu ul li {
	width:100%;
	margin-bottom: 10px;
	display: inline-block;
	/*float: left;*/
}

div#top-menu ul li img {
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

div#top-menu ul li.top-menu-01,
div#top-menu ul li.top-menu-03 {
	margin-right:0px;	
}

div#top-menu ul li:first-child {
	margin-right: 0;
}

div#top-menu ul li:last-child {
	margin-left: 0;
}

/* 見出し */

div.cnr-menu,
div.cnr-menu-all {
	display: block;
	width: 100%;
}
div.cnr-menu-all {
	overflow: hidden;
}
ul.dropmenu {
	float: right;
}

.dropmenu li a{
	padding: 15px 0 15px 15px;
}
.dropmenu li ul li a{
	padding: 15px;
}
#dropmenu li:hover ul li{
	height: 45px;
}

/* 見出し */

div#top-news h2,
div#top-topics h2,
div#top-campaign h2,
div#top-recommend h2 {
	margin-bottom: 5px;
}

div#campaign-index h2,
div#campaign-index h2.end,
div#bestsellers-index h2,
div#recommend-index h2 {
	margin: 20px 0;
}

div.result-contents h1 span,
div#top-news h2 span,
div#top-topics h2 span,
div#top-campaign h2 span,
div#top-recommend h2 span,
div#campaign-index h2 span,
div#campaign-index h2.end span,
div#bestsellers-index h2 span,
div#recommend-index h2 span {
	font-size: 14px;
}


/* ---------------- NEWS ---------------- */

div#top-news {
	width:100%;
	padding: 15px;
	border: 2px solid #f9e2d6;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

div#top-news dl {
	margin:20px auto;
	margin-right: 0px;
}

div#top-news form {
	position: absolute;
	top: 45px;
	right: 15px;
}

div#top-news dl dt {
	width: 220px;
	height: 220px;
	text-align: center;
	display: table-cell;
	vertical-align:middle;
	padding-top:10px;

}

div#top-news dl dt img {
	display: table-cell; /*上下中央*/
	text-align:center;
	max-height: 220px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	max-width: 220px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	margin:0 auto;
}

div#top-news dl dd {
	width:auto;
}

div#top-news dl dd p,
div#top-news dl dd p span {
	font-size: 14px;
}

div#top-topics dl dd p,
div#top-topics dl dd p span {
	font-size: 12px;
}

div#top-news dl dd p span.top-icon-news {
	background: #eb6ea5;
	letter-spacing: -1px;

}

div#top-news dl dd p span.top-icon-event {
	background: #8fc31f  ;
	letter-spacing: -1px;
}

div#top-news dl dd p span.top-icon-media  {
	background: #4694d1;
	letter-spacing: -1px;
}

/* ---------------- TOPICS ---------------- */


div#top-topics {
	width:auto;
	padding: 0;
	border: none;
}

div.topics_area {
	clear: both;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#top-topics dl {
	margin-right: 0;

}

div.topics_area dl {
	width: 47%;
	float: none;
	padding: 0;
	margin: 10px 0;
}



div#top-news dl dd h3,
div#top-topics dl dd h3 {
	font-size: 16px;
	line-height: 1.4;
}

div#top-topics dl dt {
	width: 220px;
	height: 220px;
}

div#top-topics dl dt img {
	max-height: 100%;
	max-width: 100%;
}

div#top-topics dl dd {
	width: auto;
}

.news_area {
	margin:0 10px;
	padding:0 5px;
	clear: both;

}


/* ---------------- キャンペーン ---------------- */

div#top-campaign {
	width: 100%;
	position: relative;
	background: url(../imgs/line_star.png) no-repeat;
	background-position: 0 0;
}

div#top-campaign p {
	display:none;
}

div#top-campaign p.smf {
	display:block;
	text-align: right;
	padding-top: 5px;
	float: right;
}

div#top-campaign ul {
	margin:10px auto 0 auto;
}

div#top-campaign ul li {
	width:100%;
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline-block;
	/*float: left;*/
}

div#top-campaign ul li a {
	display: block;
	margin: 0;
	text-align: center;
	background-color: #fff; /*android用*/
}

div#top-campaign ul li img {
	border:1px solid #dddddd;
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
}

div#top-campaign ul li {
	margin: 0 0px 5px 0px;
	display: inline-block;
	float: none;
}

div#top-campaign ul li:last-child {
	margin-bottom: 0;
}


div#top-campaign ul li:nth-child(4) {
	margin-left: 0px;
}

div#top-campaign ul li:nth-child(5) {
	margin-top: 0;
}

div#top-campaign ul li:nth-child(n+6) {
	margin-top: 0;
}

/*
div#top-campaign ul li:first-child {
	margin: 0 0px 5px 0px;
	display: inline-block;
	float: none;
}

div#top-campaign ul li:nth-child(n+2) {
	margin-bottom: 0;
}

div#top-campaign ul li:nth-child(n+3) {
	display: none;
}*/

/* ---------------- おすすめ ---------------- */

div#top-recommend {
	width: 100%;
	position: relative;
	background: none;
	background-position: 0 0;
}


div#top-recommend p {
	display:none;
}

div#top-campaign p.smf,
div#top-recommend p.smf {
	display:block;
	width: 100%;
	text-align: right;
	margin:5px 0 0;
	font-size: 16px;
	font-weight: bold;
}

div#top-campaign p.smf a:hover:after,
div#top-recommend p.smf a:hover:after {
/*	color: #ff9148;*/
	color: #ff6600;
}
div#top-campaign p.smf a:after,
div#top-recommend p.smf a:after {
	content: "▼";
	color: #f8c5ab;
}

div#top-campaign p.smf a,
div#top-recommend p.smf a{
	display: block;
	padding: 15px 0;
}


div#top-recommend ul {
	margin:10px auto 0 auto;
}

div#top-recommend ul li {/*
	width:100%;
	margin-left: 0px;
	margin-bottom: 10px;
	display: inline-block;*/
	/*background-color: #fff;*/
	/*float: left;*/
}

div#top-recommend ul li a {
	display: block;
	margin: 0;
	text-align: center;
	background-color: #fff; /*android用*/
}

div#top-recommend ul li img {
	border:1px solid #dddddd;
	width:100%;
	margin:0;
	padding:0;
	vertical-align: bottom;
	
}

div#top-recommend ul li {
	margin: 0 0px 5px 0px;
/*	display: inline-block;*/
	float: none;
}

div#top-recommend ul li:last-child {
	margin-bottom: 0;
}

div#top-recommend ul li:nth-child(5) {
	margin-top: 0;
	display: block;
}

div#top-recommend ul li:nth-child(n+6) {
	margin-top: 0;
	display: block;
	float: none;
}

/*
div#top-recommend ul li:first-child {
	margin: 0 0px 5px 0px;
	display: inline-block;
	float: none;
}

div#top-recommend ul li:nth-child(n+2) {
	margin-bottom: 0;
}

div#top-recommend ul li:nth-child(n+3) {
	display: none;
}*/

/*メニュー*/
div#top-btm-menu ul.smrtonly-menu {
/*スマホのみ*/
	margin-top: 1em;
	margin-bottom: 0;
	height: auto;
	display: block;
}

div#top-btm-menu ul li {
	width: 100%;/*290px;*/
	height: auto;/*36px;*/
	margin-left: 0; /*20px;*/
	margin-top: 5px;
}

div#top-btm-menu ul li a {
	width: 100%;/*290px;*/
	height: auto;/*36px;*/
}

/*フッター*/
footer {
	width:100%;
	background-color: #f9e2d6;
	height: 100%;
	background: #ffffff;
	margin: 0 auto -32px auto;
	padding: 0;
}

footer div {
	display:inline-block;
	width: 100%;
	position: relative; /*160804追加*/

}

footer div ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px 0;

}

footer div ul li {
	padding: 0;
}


footer div ul.smrtonly-head-sns  {
/*スマホ用SNSボタン設定*/
	padding: 40px 0 20px 0;/*24px;*/
	background-color: #f9e2d6;
	display: block; /*160804追加*/
	text-align: center;
}

.hs { height:40px; }
.hss { height:20px; }

footer ul.smrtonly-head-sns li:before {
	content: none;
}

/*SNSボタン*/
footer ul.smrtonly-head-sns li {
	margin: 0;
}

footer ul.smrtonly-head-sns li img{
	width: 45px;
}

footer ul.smrtonly-head-sns li a {
	padding: 10px;
}

footer ul.smrtonly-head-sns li a:hover {
	opacity: .7;
}

/*
footer ul.smrtonly-head-sns li:nth-child(n + 3) {
	width:auto;
	margin-top:10px;
	padding: 0px 5px 0 0;
	vertical-align:bottom;
}*/


footer p {
/*copyrightの設定*/
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	padding: 10px 5px 30px 5px;
	background-color: #f9e2d6;
	margin-top: 0px;
}


/* ---------------- ページ送り ---------------- */

div.result-cmt-top {
	text-align:center;
	font-size:14px;
	margin:30px 0 30px 0;
	padding-bottom:0px;
}

div.result-cmt-btm {
	
	text-align:center;
	font-size:14px;
	margin:15px 0 0 0;
	padding-top:15px;
}

div.result-cmt-top,
div.result-cmt-btm {
	width:100%;
}

div.result-cmt-top a:nth-child(1),
div.result-cmt-btm a:nth-child(1){
	margin-right:10px;
	display:inline;
}


div.result-cmt-top a:nth-child(n+2),
div.result-cmt-btm a:nth-child(n+2) {
	display:none;
}

div.result-cmt-top a:last-child,
div.result-cmt-btm a:last-child {
	display:inline;
}

div.result-cmt-top a.bkn,
div.result-cmt-btm a.bkn {
	background-color:#ffffff;
}

/*------------------------------------------------
               検索結果
--------------------------------------------------*/
div.result-contents {
	margin:0 auto 30px auto;
	width:100%;
}

div.result-contents h1 {
	margin:15px 0 5px 0;
}

/* ------ 一覧 ------ */

div.book-list {
}

div.book-list dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 2px #f9e2d6;
}

div.book-list dt {
	float: left;
	width: 122px;
	height: 122px;
	text-align: center;
	display: table;
}

div.book-list dt a { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.book-list dt img { 
	max-width: 122px;
	max-height: 122px;
	border: solid 1px #bebebe;
}

.book-list dd {
	margin-left: 130px;
	display: block;
}

div.book-list dd p {
	line-height: 130%;
}


div.book-list dd p.mt-5 {
	display:none;
}


div.book-list dd h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 4px 0;
}

div.book-list ul {
	padding: 6px 0 0 0;
	list-style-image: none;
	vertical-align: bottom;
	line-height: 120%;
	display:-webkit-box;
  	display: -webkit-flex;
  	display:-ms-flexbox;
  	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

div.book-list ul li {
	margin: 0px 10px 0px 0px;
	display:block;
	float: left;
	height:23px;
	vertical-align:middle;
}

div.book-list ul li.mr-none {
	margin: 0 0 0 0;
	display:block;
	float: left;
	height:23px;
}

div.book-list ul li.tgt {
	margin: 0 10px 5px 0;
	display:block;
	float: left;
	height:23px;
}

div.book-list ul li.tgt img {
	height:23px;
}

div.book-list li.b_s_nakami a{
	height: 20px;
	background: url(/imgs/btn_tachiyomi.png) no-repeat;
	background-size:contain;
	display: block;
	text-indent: -9999px;
}

div.book-list li.b_s_nakami a:hover{
	height: 20px;
	background: url(/imgs/btn_tachiyomi_o.png) no-repeat;
	background-size:contain;
	display: block;
	text-indent: -9999px;
}

/*バックナンバー*/
.news-bgbar01 {
	float: right;
	margin-top: 15px;
	width: 200px;
	height: 32px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

/*	float: right;
	margin-bottom: 5px;
	width: 200px;
	height: 28px;
	background: #EAE8E1;
	position: relative;
	top: -35px;
	overflow: hidden;
}*/

.news-backnumber {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right:0px;
}

.news-backnumber > option {
	font-size: 11px;
}

div.news-backnumber select {
	width: 190px;
	padding: 5px;
	font-size:11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../imgs/form_arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	box-sizing: border-box;
	border-radius: 6px;
	margin-left: 5px;
	padding-left: 10px;
}


/*ニュースリスト*/
p.news-text01 {
	line-height: 1.8em;
	font-size: 14px;
	padding-right: 0px;
	position: relative;
	display: none; /* 20190405追加 */
}

p.news-next a { /* 続きを読む */
	display: block;
	text-align: right;
	color: #EB6EA5;
	position: static;
}


p.news-text01 a:link {
}

p.news-text01 a:hover {
	text-decoration: underline;
}

.news-box01 {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

div.news-list {
	width: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

div.news-list dt.news-image {
	float: left;
	width: 130px;
	height: 130px;
	display: block;
	padding: 0;
	margin: 0 10px 0 0;
}

div.news-list dt.news-image img {
	max-height: 130px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	max-width: 130px;	/*天地最大サイズなりゆき（16.8.2追加）*/
	margin:0 auto;
	max-height: auto;
	overflow:hidden;
	display: block;
}


.news-list h3 {
	font-size:16px;
	line-height: 1.4em;
	padding-bottom: 5px;
}

/******************************

 ニュースボタン

******************************/

#arrows {
	width:100%;
	clear: both;

}
.slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}


ul.social-buttons {
	margin-bottom: 40px;
}

ul.social-buttons li {
	height: 45px;
}

ul.social-buttons li img {
	height: 45px;
}

/*----  youtube埋め込み ------*/

/*div.movie-wrap {
	margin: 20px 0;
}

div.movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}*/



/* スマホ用CSS ↑*/

}