/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Thin.otf) format('opentype');
}
@charset "utf-8";
/* CSS Document */
body {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #222;
	line-height: 1.5em;
	font-family: 'Noto Sans Japanese',"serif";
	text-shadow: 1px 1px 0px #fff;
	background:url(../img/bodyBg02.png) repeat;
	/*background-size: 48px 24px;*/
	background-size: 64px auto;
}
.clearfix:after {
	content: ".";  /* 新しい要素を笹・E*/
	display: block;  /* ブ・礎ク・E戰・彖任迷*/
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	visibility:hidden;
	}
/* fix  ff bugs */
div:after, ol:after, form:after, dl:after, ul:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
a {
	color: #e9617c;
	text-decoration: none;
}
a:hover {
	color: #f79aac !important;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.topTtl {
	background:#222;
	font-size:0.8em;
	color:#fff;
	text-shadow:none;
	text-align:right;
	margin:0;
	padding:0;
}
/* #################認証##################### */
.verify{
	text-align: center;
	padding: 0.5em;
}
.verify p{
	margin: 0px;
	padding: 0.5em;
}
.verify ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-type: none;
	max-width: 75%;
	height: auto;
}
.verify ul li {
	margin: 0.5%;
	padding: 0.5%;
	float: left;
	width: 48%;
}
.verify ul li a {
	font-size: 1.2em;
	line-height: 2em;
	display: block;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background: rgba(255,197,211,0.5);
}
.verify ul li a:hover {
	background: rgba(255,197,211,1);
}
/* #################広告##################### */
.AD {
	text-align: center;
}
.AD a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.AD iframe {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* #################HEADER##################### */
#header{
	margin: 0px;
	padding: 0px;
	background: url(../img/LOGO.png) no-repeat center center, url(../img/headerBG.jpg) no-repeat right center;
	background-size: auto 150px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	height: 150px;
}
#header h1{
	background: rgba(255,197,211,0.5);
	text-align: right;
	font-size: 0.8em;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	text-shadow: none;
	border-radius: 0 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffc5d3;
}
#header .logo{
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100px;
	background: url(../img/headerLogoMobile.png) no-repeat center top;
	background-size: 100px 100px;
	width: 100%;
	z-index: 999;
}

#header .menu{
	position: absolute;
	left: 2px;
	height: 48px;
	width: 48px;
	text-indent: -9999px;
	display: block;
	background: url(../img/menuIco.png) no-repeat center center, #fce3f9;
	background-size: 48px 48px;
	top: 28px;
	border: 1px solid #fff;
	z-index: 9999;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius:24px;
}
#header .menu:hover{
	background: url(../img/menuIco.png) no-repeat center center, #fff;
	background-size: 48px 48px;
	/*box-shadow: 1px 1px 3px #666 inset;*/
}
#header .subNav{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
#header .subNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header .subNav ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.33%;
}
#header .subNav ul li a{
	line-height: 2em;
	text-align: center;
	display: block;
	color: #222;
	background: rgba(255,197,211,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fce0e7;
	border-right-color: #ffc5d3;
	border-bottom-color: #ffc5d3;
	border-left-color: #fce0e7;
}
#header .subNav ul li a:hover{
	background: rgba(255,255,255,0.5);
}
/* #################MAIN##################### */
#main {
	display: block;
	position: relative;
	padding: 0.5em;
	margin: 0;
	
}
#main section {
	padding: 0em;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	position: relative;
}
#main section h1 {
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #ffc5d3;
	border-left-color: #ffc5d3;
}
/* #################ASIDE##################### */
aside {
	display: block;
	margin-bottom: 1em;
}
aside h1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ffc5d3;
	text-align: right;
	line-height: 1em;
	margin-bottom: 0.2em;
}
aside h1 span {
	color: #222;
	background-color: #ffc5d3;
	padding-right: 0.5em;
	padding-left: 1em;
	border-radius: 0 0 0 1em;
	text-shadow: none;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffc5d3;
	border-bottom-color: #ffc5d3;
	border-left-color: #ffc5d3;
}
.asideAD {
	text-align: center;
	padding: 1% !important;
	width:98%;
	/*overflow-x:hidden;*/
}
.asideAD ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.asideAD ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
}
.asideAD ul li a {
	display: block;
	margin: 0px;
	padding: 0.2em;
	text-align: center;
	color: #222;
}
.asideAD ul li a img {
	padding: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin: 0px;
}
.asideAD ul li a span {
	display: none;
}
aside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
aside ul .areaMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	position: relative;
  }

aside ul .areaMenu label {
	background: #ffc5d3;
	color: #222;
	padding: 0px;
	display: block;
	margin: 0;
	border: 1px solid #fff;
	line-height: 42px;
	text-shadow: #fff;
	text-align: center;
	cursor: pointer;
  }

aside ul .areaMenu label:hover {
    background: #fce0e7;
  }

input[type="radio"].on-off{
    display: none;
  }

aside ul .areaMenu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 999;
  }

aside ul .areaMenu li {
	padding: 0;
	margin: 0;
	line-height: 42px;
  }
aside ul .areaMenu li a {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fce0e7;
	border-right-color: #ffc5d3;
	border-bottom-color: #ffc5d3;
	border-left-color: #fce0e7;
	background: rgba(255,255,255,0.8);
	text-align: center;
	cursor: pointer;
}
input[type="radio"].on-off + ul{
    height: 0;
    overflow: hidden;
  }

input[type="radio"].on-off:checked + ul{
    height: 352px;
  }
aside .Bana {
	margin: 1em;
	display: block;
	clear: both;
}
aside .Bana a {
	display: block;
}
aside .Bana img {
	border-radius: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.qrCode {
	display: none;
}
/* #################CONTENTS##################### */
.opng {
	background: url(../img/opngBG.jpg) no-repeat 120% bottom / 80% auto;
}
.opng h1 {
	border-bottom-style: none !important;
}
.opng p {
	padding-right: 30% !important;
	font-size: 0.8em;
}
.opng p img {
	margin: 0.2em;
	padding: 0px;
	float: right;
	max-width: 30%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.updateShop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.updateShop li {
	margin: 0px;
	padding: 0px;
}
.updateShop li a {
	margin: 0px;
	padding: 0.2em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.updateShop li:nth-child(2n) a {
	background: #f2f2f3;
}
.updateShop li:last-child a {
	border: none;
}
.updateShop li a .upTIME {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
}
.newShopTop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newShopTop li {
	margin: 0px;
	padding: 0px;
}
.newShopTop li a {
	margin: 0.5em;
	padding: 0.5em;
	display: block;
	color: #222;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.newShopTop li a h2 {
	margin: 0px;
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4d4d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newShopTop li a dl {
	margin: 0px;
	padding: 0px;
}
.newShopTop li a dt {
	padding: 0em;
	float: left;
	width: 4em;
	margin: 0px;
}
.newShopTop li a dd {
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 4em;
}
.newShopTop li dt:after {
	content: "：";
}
.shopList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
.shopList li {
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.shopList li a {
	display: block;
	color: #222;
}
.shopList li dl {
	margin: 0px;
	padding: 0px;
}
.shopList li dt {
	padding: 0em;
	float: left;
	width: 6em;
	clear: both;
	margin: 0px;
}
.shopList li dt:after {
	content: "：";
}
.shopList li dd {
	margin: 0em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4d4d4d;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 6em;
}
.shopList li dd:nth-child(2) {
	border: none;
}
.shopList .shopContact {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.shopList .shopContact li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.33%;
	background: #ffc5d3;
}
.shopList .shopContact li:hover {
	background: #fce0e7;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.shopList .shopContact li a {
	text-indent: -9999px;
	display: block;
	height: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fce0e7;
	border-bottom-color: #fce0e7;
	border-left-color: #fff;
}

.shopList .shopContact li a.sTel {
	background: url(../img/shopTel.png) no-repeat center center;
	background-size: 72px auto;
}
.shopList .shopContact li a.sMail {
	background: url(../img/shopMail.png) no-repeat center center;
	background-size: 72px auto;
}
.shopList .shopContact li a.sWeb {
	background: url(../img/shopHome.png) no-repeat center center;
	background-size: 72px auto;
}
.shopImg {
	margin: 0.5em;
	padding: 0px;
}
.shopImg img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.newShopImg {
	margin: 0.5em;
	padding: 0px;
}
.newShopImg img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.option {
	padding: 0.2em;
	list-style-type: none;
}
.option li {
	text-align: center;
	margin: 0.5%;
	padding: 0px;
	float: left;
	width: 32.33%;
	text-shadow: none;
	background: #fff;
	color: #ccc;
	font-size: 0.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.option li.ok {
	background: #ffc5d3;
	color: #fe577f;
}
.pageng {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pageng a {
	line-height: 2em;
	display: inline-block;
	margin: 0em;
	text-align: center;
	background: #ffc5d3;
	color: #222;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fce0e7;
	border-bottom-color: #fce0e7;
	border-left-color: #fff;
	padding-top: 0px;
	padding-right: 0.2em;
	padding-bottom: 0px;
	padding-left: 0.2em;
}
.pageng a:hover {
	background: #fff;
	color: #222;
}
.anchor {
	background: #ffc5d3;
	line-height: 2em;
	text-align: center;
	display: inline-block;
	color: #222 !important;
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border: 1px solid #fce0e7;
}
.linkBn {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
.linkBn li {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
}
.linkBn li img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	clear: both;
}
.links li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.links li a {
	margin: 0px;
	padding: 0.2em;
}
.links li a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	width: 88px;
	height: 31px;
}
/* *********** ページトップ */
.pagetop {
	display: none;
	position: fixed;
	bottom: 5em;
	right: 0em;
}
.pagetop a {
	display: block;
	background: rgba(255,197,211,0.5);
	color: #222;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 0.5em 0 0 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-top: 1em;
	padding-right: 0.2em;
	padding-bottom: 1em;
	padding-left: 0.2em;
	border: 1px solid #ffc5d3;
}
 
.pagetop a:hover {
    display: block;
    background: rgba(255,197,211,1);
	color: #fff;
}
/* *********** デリ王リンク */
.areaLink {
	margin: 0px;
	padding: 0.5em;
	list-style-type: none;
}
.areaLink li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.areaLink li a {
	line-height: 2em;
	text-align: center;
	display: block;
	background: rgba(255,197,211,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	margin: 0.2em;
	padding: 0px;
	border: 1px solid #fff;
}
/* #################FORM##################### */
.form{
	margin: 0px;
	padding: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.form dl{
	margin:0;
	padding:0;
}
.form dt{
	margin: 0px;
	padding: 0.2em;
}
.form dt span{
	font-size: 0.8em;
	display: block;
}
.form dd{
	padding: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

.form dd span{
	display:block;
}
.submit {
	padding: 0px;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}
input, textarea, select {
	line-height: 1.5em;
	border: 1px solid #ffc5d3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	background: #FFF;
	margin: 0px;
	padding: 0.25em;
	width:80%;
	font-size:1em;
	font-family: "mplusLight" !important;
}
input.formDay {
	width:30% !important;
}
/*input, textarea, select {
	padding: 0.5em;
	border: 1px solid #ffda59;
	box-shadow: 1px 1px 3px #666;
	background: #FFFFFF;
	height: 40px;
	line-height: 2em;
	max-width: 80%;
	margin: 0px;
	font-size:1.2em;
    }*/
 input[disabled="disabled"], textarea[disabled="disabled"] {
	background-color: #CCC;
	background-image: none;
 }
 
input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    }
 
label {
    /*margin-left: 10px;*/
    }

input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 0;
	border: 1px solid #ffc5d3;
	line-height: 2em;
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
}

input[type="radio"]:checked + label{
	background: #fca7bc;
	margin-top: 0em;
	margin-right: 40px;
	margin-bottom: 0em;
	margin-left: 0em;
	color: #fce3f9;
	text-shadow: none;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label {
	background: #ffc5d3;
	background-size: 20px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	padding: 0;
	border: 1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 2em;
	display: inline-block;
	margin: 0px 0px 0px 0px !important;
}

input[type="checkbox"]:checked + label {
    background: #fca7bc;
	background-size: 20px 20px;
	margin-top: 0em;
	margin-right: 40px;
	margin-bottom: 0em;
	margin-left: 0em;
	color: #fce3f9;
	text-shadow: none;
}
select {
	width: auto;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: rgba(255,197,211,0.5);
	text-align: center;
	border: 1px solid #ffc5d3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	height: auto;
	padding-top: 0em;
	padding-right: 2%;
	padding-bottom: 0em;
	padding-left: 2%;
	line-height: 2em;
	font-size: 1.2em;
	width: 44%;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
    }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	background-color: rgba(255,197,211,1);
}

/* #################FOOTER##################### */
#footer{
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer p{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffc5d3;
	text-shadow: none;
	font-size: 0.6em;
	line-height: normal;
}

/* responsive 35em以上 */
@media screen and (min-width:35em){
/* #################ASIDE##################### */
aside ul .areaMenu {
	width: 33.33%;
  }
/* #################CONTENTS##################### */
.opng {
	background: url(../img/opngBG.jpg) no-repeat 100% bottom / 50% auto;
}
.opng h1 {
	border-bottom-style: dotted !important;
	display: inline-block;
}
.opng p {
	padding-right: 25% !important;
	font-size: 1.2em;
}
.newShopTop li {
	float: left;
	width: 50%;
}
.newShopImg img {
	max-height: 31px;
	width: auto;
}
.option li {
	width: 24%;
}
.areaLink li {
	width: 25%;
}
}
/* responsive 50em以上 */
@media screen and (min-width:55em){
/* #################HEADER##################### */
#header{
	background: url(../img/LOGO.png) no-repeat center center, url(../img/headerBG_left.jpg) no-repeat left center, url(../img/headerBG.jpg) no-repeat right center;
	background-size: auto 300px;
	height: 300px;
}
#header .subNav{
	left: 5px;
	width: auto;
	top: 20px;
}

#header .subNav ul li{
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#header .subNav ul li a{
	font-size: 1.5em;
	border: 1px solid #ffc5d3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding-right: 1em;
	padding-left: 1em;
}
/* #################MAIN##################### */
#main {
	display: block;
	position: relative;
	padding: 0.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	max-width: 1024px;
	height: auto;	
}
#main section {
	padding: 1%;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	position: relative;
	float: right;
	width: 68%;
}
/* #################ASIDE##################### */
aside {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 28%;
}
aside ul .areaMenu {
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	position: relative;
  }
aside ul .areaMenu ul {
	position: relative;
	left: 0;
	top: 0;
	z-index: auto;
  }
input[type="radio"].on-off:checked + ul{
    height: auto;
  }
.asideAD ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7d7d7d;
	clear: both;
	width: auto;
}
.asideAD ul li:last-child {
	border: none;
}
.asideAD ul li a {
	display: block;
	margin: 0px;
	padding: 0.2em;
	text-align: left;
}
.asideAD ul li a img {
	float: left;
	margin-top: 0px;
	margin-right: 0.2em;
	margin-bottom: 0px;
	margin-left: 0px;
	max-width: 80px;
	height: auto;
}
.asideAD ul li a span {
	display: block;
}
.qrCode {
	margin: 0.5em;
	display: block;
	clear: both;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 0.5em;
}
.qrCode img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0.2em;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
/* #################CONTENTS##################### */
.option li {
	font-size: 0.8em;
}
}
