@charset "utf-8";
/* fonts */
@font-face {
  font-family: "mplusLight";
  src: url("../fonts/mplus_light.woff") format('woff');
}
/* CSS Document */
body {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #242534;
	line-height: 1.5em;
	font-family: 'mplusLight', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ヒラギノ角ゴ Pro W3', "HGS明朝E", "游明朝", "YuMincho", "serif";
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	background:  #fff;
	background-size: 36px 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{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition:0.5s color ease;
	position:relative;
	text-decoration:none;
	color:#323be9;
}
a:hover{
	color:#9ca1fe;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* #################HEADER##################### */
#header{
	display: block;
	padding: 0px;
	clear: both;
	margin: 0px;
	background: url(../img/headerBG.png) no-repeat right bottom, -webkit-linear-gradient(top, rgba(147,228,251,1) 20%, rgba(147,228,251,0.2));
	background: url(../img/headerBG.png) no-repeat right bottom, -moz-linear-gradient(top, rgba(147,228,251,1) 20%, rgba(147,228,251,0.2));
	background: url(../img/headerBG.png) no-repeat right bottom, -ms-linear-gradient(top, rgba(147,228,251,1) 20%, rgba(147,228,251,0.2));
	background-size: auto 84px, auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	height: 74px;
}
#header h1{
	text-align: right;
	font-size: 0.8em;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-shadow:none;
	background: #222;
	color: rgba(147,228,251,1);
}
#header .logo{
	display: block;
	margin: 0px;
	padding: 0em;
	text-align: center;
	background: url(../img/logo001.png) no-repeat center center;
	background-size: auto 100px, auto;
	height: 100px;
	width: 100%;
	text-indent: -9999px;
	position: absolute;
	top: 16px;
}

#header .menu{
	margin: 0px;
	padding: 0px;
	position: absolute;
	/*left: 2%;
	top: 21px;*/
	left: 5px;
	top: 21px;
	z-index: 9999;
	/*background: url(../img/menuIco.png) no-repeat center top, rgba(34,34,34,0.8);*/
	background: url(../img/menuIco.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(147,228,251,1)), color-stop(0.00, rgba(147,228,251,0.5)));
	background: url(../img/menuIco.png) no-repeat center center, -moz-linear-gradient(top, rgba(147,228,251,0.5) 0%, rgba(147,228,251,1) 100%);
	background: url(../img/menuIco.png) no-repeat center center, -ms-linear-gradient(top, rgba(147,228,251,0.5) 0%, rgba(147,228,251,1) 100%);
	background: url(../img/menuIco.png) no-repeat center center, linear-gradient(to bottom, rgba(147,228,251,0.5) 0%, rgba(147,228,251,1) 100%);
	background-size: 48px 48px, auto;
	text-indent: -9999px;
	height: 47px;
	width: 47px;
	border: 1px solid #7fe8f9;
}
#header .menu:hover{
	background: url(../img/menuIco.png) no-repeat center center, rgba(255,255,255,0.5);
	background-size: 48px 48px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;*/
}
#header p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header p img {
	height: 56px;
}
#header p span {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
/* #################INDEX##################### */
.index{
}
.index ul{
	padding: 0.5em;
	max-width: 75%;
	list-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.index ul li{
	float: left;
	width: 50%;
}
.index ul li a{
	line-height: 2em;
	text-align: center;
	margin: 0.2em;
	padding: 0px;
	background: #fff;
	border-radius: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	display: block;
}
.index ul li a:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
/* #################MAIN##################### */
#main {
	display: block;
	position: relative;
	padding: 0em;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#main section {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background: rgba(147,228,251,1);
	padding: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	border-radius: 1em;
}
#main section h1 {
	float: right;
	text-align: right;
	display: inline-block;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	border-radius: 0 1em 0 2em;
	line-height: 2em;
	background: #fff;
	background-size: 32px;
	margin-bottom: 1em;
	text-shadow: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
#main section h1:first-letter {
	color: #323be9;
	font-size: 1.2em;
}
#main section h1 span {
	display:none;
}
#main section h2 {
	color: #202858;
	clear: both;
	font-size: 1.2em;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 1em;
}
#main section h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#main section h3 {
	line-height: 36px;
	padding: 0;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	color: #4299fb;
}
#main section p {
	margin: 0px;
	padding: 0.5em;
	clear: both;
}
#main section ol {
	margin: 0.5em;
	padding: 0.5em;
	clear: both;
}
#main section ol p {
	margin: 0px;
	padding: 0.5em;
}
/* #################ASIDE##################### */
aside {
	display:none;
}

/*##################GLOBAL################*/
.pickUp{
	margin: 0em;
	padding: 0.5em;
	list-style-type: none;
	clear: both;
}
.pickUp li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.pickUp li a{
	display: block;
	margin: 0.2em;
	padding: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	border-radius: 0.5em;
	background: #fff;
}
.pickUp li a dl{
	margin: 0px;
	padding: 0px;
}
.pickUp li a dt{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pickUp li a dt img{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
.pickUp li a dd {
	margin: 0px;
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pickUp li a dd:last-child {
	border: none;
}
.pickUp li a dd.shopName {
	font-size: 0.6em;
}
.page {
	padding: 0.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-size: 1.2em;
}
.page a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}
.ad {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.ad li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.ad li a {
	display: block;
	margin: 0px;
	padding: 0.2em;
}
.ad li a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
.ad li a:hover img {
	box-shadow: none;
}
.subNav {
	margin: 0.5em !important;
	padding: 0.5em !important;
	list-style-type: none;
	background: rgba(255,255,255,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.subNav li {
	margin: 0px;
	padding: 0px;
}
.subNav li a {
	line-height: 42px;
	display: block;
	background: rgba(255,255,255,0.5) !important;
}
.subNav li img {
	float: left;
	margin: 5px;
	border-radius: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.group {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
	clear: both;
}
.group li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.group li a {
	display: block;
	margin: 0px;
	padding: 0.1em;
}
.group li a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.group li a:hover img {
	box-shadow: none;
}
/*##################CONTENTS################*/
.cate1,.cate2,.cate3{
	margin: 0em;
	padding: 0.5em;
	list-style-type: none;
	clear: both;
	list-style: none;
}
.cate1 li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.cate2 li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.33%;
}
.cate3 li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
}
.cate1 li a, .cate2 li a, .cate3 li a{
	display: block;
	margin: 0.2em;
	padding: 0.5em;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	border-radius: 0.5em;
}
.cate2 li a, .cate3 li a{
	font-size: 0.8em;
}
.cate1 li a dl, .cate2 li a dl, .cate3 li a dl{
	margin: 0px;
	padding: 0px;
}
.cate1 li a dt, .cate2 li a dt, .cate3 li a dt{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.cate1 li a dt img, .cate2 li a dt img, .cate3 li a dt img{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
.cate1 li a dd, .cate2 li a dd, .cate3 li a dd{
	margin: 0px;
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #242534;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cate1 li a dd.shopName, .cate2 li a dd.shopName, .cate3 li a dd.shopName{
	font-size: 0.6em;
}
.cate3 li a dt img{
	max-width: 60px;
}
.cate1 li a dd:last-child, .cate2 li a dd:last-child, .cate3 li a dd:last-child{
	border: none;
}
.pubOffi {
	margin: 0px;
	padding: 1em;
	list-style-type: none;
	clear: both;
}
.pubOffi li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
}
.pubOffi li a {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0.5em;
}
.pubOffi li a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
.linkBana {
	margin: 1em;
	padding: 1em;
	list-style-type: none;
}
.linkBana li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.links {
	margin: 1em;
	padding: 1em;
	list-style-type: none;
}
.links li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.links li a {
	display: block;
	margin: 0px;
	padding: 0.2em;
}
.links li a img {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.2em;
}
.price {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0.5em;
	font-size: 1.2em;
}
.pubMail {
	line-height: 42px;
	text-align: center;
	display: block;
	margin: 0.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border-radius: 0.5em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, rgba(255,255,255,1)), color-stop(0.00, rgba(255,255,255,0)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.mainAD {
	padding: 0px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	max-width: 320px;
	line-height: 1.5em;
}
.mainAD a {
	padding: 0.5em;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	background: #fbd6f3;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.mainAD a:hover {
	box-shadow: none;
}
.mainAD dl {
	margin: 0px;
	padding: 0em;
}
.mainAD dt {
	margin: 0px;
	padding: 0px;
	float: left;
}
.mainAD dt img {
	width: 60px;
	height: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.mainAD dd {
	margin: 0px;
	padding: 0;
}
.mainAD dd.ttl {
	color: #06F;
}
/* #################FORM##################### */

.form{
	margin: 0px;
	padding: 0px;
}
.form dl{
	margin: 0;
	padding: 1em;
	clear: both;
}
.form dt{
	margin: 0px;
	padding: 0.2em;
}
.form dt span{
	font-size: 0.8em;
	display: block;
}
.form dd{
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.form dd span{
	display:block;
}
.form dd canvas{
	height: 160px;
	width: 120px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
input, textarea, select {
	line-height: 2em;
	border: 1px solid #fce3f9;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	width: 80%;
	font-size: 1.2em;
	background: #FFF;
	margin: 0px;
	padding: 0em;
	font-family: "mplusLight";
}
/*input, textarea, select {
	padding: 0.5em;
	border: 1px solid #ffda59;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	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: url(../img/checkBoxOff.png) no-repeat right center, rgba(147,228,251,0.6);
	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: 40px;
	display: inline-block;
	min-width: 80%;
	margin: 0px 0px 0px 0px !important;
}

input[type="radio"]:checked + label{
	background: url(../img/checkBoxOn.png) no-repeat right center, rgba(147,228,251,1);
	background-size: 20px 20px;
	margin-top: 0em;
	margin-right: 40px;
	margin-bottom: 0em;
	margin-left: 0em;
}

input[type="checkbox"] + label {
	background: url(../img/checkBoxOff.png) no-repeat right center, rgba(255,242,152,1);
	background-size: 20px 20px;
	display: inline-block !important;
	margin: 0px 40px 0px 0px !important;
	padding: 0;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	line-height: 40px;
	width: 80%;
}

input[type="checkbox"]:checked + label {
    background: url(../img/checkBoxOn.png) no-repeat right center, #ffda59;
	background-size: 20px 20px;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #fff;
	text-align: center;
	border: 1px solid #fce3f9;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	width: auto;
	height: auto;
	margin: 0px;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	line-height: normal;
	font-size: 1.2em;
    }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	color: #000;
	background: #e8e8e8 !important;
}


/* #################FOOTER##################### */
#footer{
	margin: 0px;
	padding: 0px;
	clear:both;
}


.pageTop {
	display: inline-block;
	float: right;
	clear:both;
}
.pageTop a {
	display: block;
	font-size: 0.6em;
	color: #222;
	background: url(../img/pageTop.png) no-repeat center top;
	background-size: 32px 24px;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 1em;
}


#footer nav{
	margin: 0px;
	padding: 0px;
}

#footer nav ul{
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}
#footer nav ul li{
	float:left;
	width:20%;
}
#footer nav ul li:nth-child(3) {
	position: relative;
	overflow: hidden;
}
#footer nav form {
	margin: 0px;
	padding: 0px;
}

#footer nav ul li a{
	background: -webkit-linear-gradient(top, rgba(223,215,167,1), rgba(223,215,167,0.2));
	background: -moz-linear-gradient(top, rgba(223,215,167,1), rgba(223,215,167,0.2));
	background: -ms-linear-gradient(top, rgba(223,215,167,1), rgba(223,215,167,0.2));
	text-align: center;
	display: block;
	color: #fff;
	margin: 0px;
	padding: 0em;
	line-height: 3em;
	text-indent: -9999px;
	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: #000;
	border-right-color: #222;
	border-bottom-color: #222;
	border-left-color: #000;
}

#footer nav ul li a:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}

#footer p{
	background: #222;
	color: rgba(147,228,251,1);
	text-align: center;
	display: block;
	font-size: 0.7em;
	text-shadow: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 16px;
}
/* responsive 35em以上 */
@media screen and (min-width:35em){
/* #################MAIN##################### */

/* #################GLOBAL CONTENTS##################### */
.pickUp li{
	width: 25%;
}
.cate3 li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
}
.group li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
}
/* #################CONTENTS##################### */
.cate1 li{
	width: 25%;
}
.cate2 li{
	width: 25%;
}
}
/* responsive 50em以上 */
@media screen and (min-width:50em){
/* #################HEADER##################### */
#header {
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 180px;
	border-radius: 0 0 3em 3em;
	background-size: auto 200px, auto;
}
#header .menu{
	display: none;
}
#header p {
	position: absolute;
	left: 5px;
	top: 16px;
}
#header p img {
	height: 154px;
}
#header p span {
	background: none;
}
/* #################MAIN##################### */
#main {
	max-width: 1200px;
	height: auto;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main section {
	padding: 0%;
	float: left;
	width: 73%;
	margin: 1%;
}
#main section p, #main section ol {
	padding: 1em;
	margin: 1em;
}
/* #################GLOBAL CONTENTS##################### */
.pickUp{
	padding: 1em;
}
.ad li {
	width: 20%;
}
.mainAD {
	display: none;
}
/* #################CONTENTS##################### */
.cate1 li{
	width: 20%;
}
.cate2 li{
	width: 20%;
}
.cate3 li{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 12.5%;
}
/* #################ASIDE##################### */
aside {
	padding: 0%;
	background: rgba(147,228,251,1);
	margin: 1%;
	float: right;
	width: 23%;
	display: block;
	border-radius: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
aside h1 {
	float: right;
	text-align: right;
	display: inline-block;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	border-radius: 0 1em 0 2em;
	line-height: 2em;
	background:/* url(../img/asideh1Ico.png) no-repeat 20px center,*/ #fff;
	background-size: 32px;
	margin-bottom: 1em;
	text-shadow: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
aside h1:first-letter {
	color: #323be9;
}
aside h1 span {
	font-size:0.8em;
	float:right;
}
aside nav {
	padding: 1em;
	clear: both;
	margin: 0px;
}
aside nav ul {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}
aside nav ul li {
	margin: 0px;
	padding: 0px;
}
aside nav ul li a {
	display: block;
	line-height: 40px;
	margin: 0;
	text-shadow: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #582036;
	background: url(../img/h1Bg2.png) no-repeat left center;
	background-size: 32px 32px;
	color: #242534;
}
aside nav ul li a:first-letter {
	color: #323be9;
	font-size:1.2em;
}
aside nav ul li:last-child a {
	border: none;
}

aside nav ul li a span {
	float: right;
	font-size: 0.8em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:auto;
}
aside nav ul li ul {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}
aside nav ul li ul li {
	background: rgba(255,255,255,0.5);
	margin: 0px;
	padding: 0px;
}
aside nav ul li ul li a {
	margin: 0px;
	padding: 0.5em;
}
aside nav ul li ul li a:hover {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
}
.subNav {
	margin: 1em;
	padding: 1em;
	border-radius: 1em;
}
.subNav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.subNav li:last-child {
	border: none;
}
.subNav li a {
	background: none !important;
	padding-left: 32px;
	border: none !important;
	line-height: 2em;
}
/* #################FOOTER##################### */
#footer {
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
}
