.w-wrapper {
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-right: 20px;
	padding-left: 20px;
}
#g-navi {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	max-width: 980px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#g-navi li {
	list-style:none;
	display:inline-block;
	font-size: 18px;
	text-align: center;
	width: 18%;
	font-weight: 600;
	margin-right: 1.8%;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#g-navi li {
	font-size: 16px;
}
}
#g-navi li:last-child {
	margin-right: 0;
}
#g-navi li a {
	color: #D80000;
	text-decoration: none;
	border: 1px solid #FF9933;
	background-color: #FFFFBF;
	line-height: 100%;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	border-radius: 2.2em;
	width: 100%;
	display: block;
	transition: all 0.3s ease;
}
#g-navi li a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #FF9933;
}
#g-navi li.login-li {
	display:none;
}
main {
	clear: both;
	padding-top: 50px;
}
#page-top {
	clear: both;
	text-align: right;
	padding-right: 85px;
}
#page-top a img {
	margin-bottom: 5px;
}
#page-top a {
	text-align:center;
	font-size:12px;
	color:#661900;
	text-decoration:none;
	display: inline-block;
	line-height: 120%;
}
footer {
	background-image: url(../img/footer-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:300px;
	clear: both;
}
footer .w-wrapper {
	overflow: hidden;
	padding-top: 90px;
}
footer .left {
	float: left;
	width: 50%;
}
footer .right {
	float: right;
	width: 50%;
	text-align: right;
}
footer #copyright {
	text-align: center;
	clear: both;
	font-size: 14px;
}
footer .left img {
	float: left;
	margin-right: 10px;
}
footer .left a {
	font-size: 26px;
	color: #661900;
	font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:979px) {
footer .left a {
	font-size: 21px;
}
}
footer .left address {
	font-size:15px;
	line-height: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .right ul {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
footer .right li {
	display: inline-block;
	list-style-type: none;
	font-size: 14px;
}
footer .right li a {
	color:#661900;
	text-decoration: none;
}
footer .right li a:hover {
	text-decoration: underline;
}
footer .right .f-inq-btn {
	color: #D80000;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #D80000;
	transition: all 0.3s ease;
}
footer .right .f-inq-btn:hover {
	color: #FFFFFF;
	background-color: #FF9933;
	border: 1px solid #FF9933;
}
a.ov-h {
	overflow:hidden;
	display:block;
}
a.ov-h > img {
	transition:	all 0.3s ease;
}
a.ov-h > img:hover {
	-webkit-transform:	scale(1.05);
	transform:scale(1.05);
}
@-webkit-keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
@keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
@keyframes hvr-buzz-out {
 10% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 20% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 30% {
 -webkit-transform: translateX(3px) rotate(2deg);
 transform: translateX(3px) rotate(2deg);
}
 40% {
 -webkit-transform: translateX(-3px) rotate(-2deg);
 transform: translateX(-3px) rotate(-2deg);
}
 50% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 60% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 70% {
 -webkit-transform: translateX(2px) rotate(1deg);
 transform: translateX(2px) rotate(1deg);
}
 80% {
 -webkit-transform: translateX(-2px) rotate(-1deg);
 transform: translateX(-2px) rotate(-1deg);
}
 90% {
 -webkit-transform: translateX(1px) rotate(0);
 transform: translateX(1px) rotate(0);
}
 100% {
 -webkit-transform: translateX(-1px) rotate(0);
 transform: translateX(-1px) rotate(0);
}
}
.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* index.html
------------------------------------------------------------*/
#index {
	position: relative;
}
#slider {
	padding-top: 110px;
	padding-left: 190px;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#slider {
	padding-top: 110px;
	padding-left: 30px;
}
}
#top-header {
	background-image: url(../img/top-header-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#top-header h1 {
	height: auto;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top-header h1 img {
	margin-left: 15px;
}
#top-header h1 span {
	margin-left: 120px;
}
#top-header h1 .login-btn, #under-header h1 .login-btn {
	float: right;
	color: #FFFFFF;
	background-color: #D80000;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 100%;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 1em;
	padding-left: 3em;
	border-radius: 5px;
	transition: all 0.3s ease;
	margin-right: 10px;
}
#top-header h1 .login-btn:hover, #under-header h1 .login-btn:hover {
	background-color: #FF9933;
}
#top #sec1 {
	padding-bottom: 40px;
}
#top #sec1 h2 {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 18px;
}
#top #sec1 h2 span {
	color: #FFFFFF;
	background-color: #FF8000;
	padding-top: 0.7em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	display: inline-block;
}
#top #sec1 ul {
	margin: 0px;
	border: 2px solid #FF8000;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#top #sec1 li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8000;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#top #sec1 li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#top #sec1 li .date {
	float: left;
}
#top #sec1 li h3 {
	font-size: 18px;
	color: #FF8000;
	padding-left: 126px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#top #sec1 li p {
	color: #333333;
	padding-left: 126px;
	margin: 0px;
}
#top #sec1 li strong {
	color: #D80000;
}
#top #sec2 {
	padding-bottom:50px;
}
#top #sec2 h2, #top #sec3 h2, #top #sec4 h2 {
	text-align: center;
	padding: 0px;
	font-size: 22px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}
#top #sec2 h2::before {
	content:url(../img/dot-orange.png);
	margin-right: 0.5em;
}
#top #sec2 h2::after {
	content:url(../img/dot-orange.png);
	margin-left: 0.5em;
}
#top #sec2 h3 {
	margin: 0px;
	padding: 0px;
}
#top #sec2 .leadtxt, #top #sec4 .leadtxt {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#top #sec2 .flex-container {
	display:flex;
	justify-content:space-between;
	padding-top: 30px;
}
#top #sec2 .flex-container div {
	width: 31.63%;
	height:auto;
	text-align: center;
}
#top #sec2 .flex-container div .photo {
	border: 4px solid #FFD24D;
	box-sizing:border-box;
	border-radius:9px;
}
#top #sec2 .flex-container div .btn-a, #top #sec2 .flex-container div .btn-b, #top #sec2 .flex-container div .btn-c {
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1em;
	border-radius:6px;
	opacity:1;
	transition:all 0.3s ease;
}
#top #sec2 .flex-container div .btn-a {
	background-image: url(../img/back-check-masenta.png);
}
#top #sec2 .flex-container div .btn-b {
	background-image: url(../img/back-check-blue.png);
}
#top #sec2 .flex-container div .btn-c {
	background-image: url(../img/back-check-deepgreen.png);
}
#top #sec2 .flex-container div .btn-a:hover, #top #sec2 .flex-container div .btn-b:hover, #top #sec2 .flex-container div .btn-c:hover {
	opacity:0.7;
}
#top #sec3 {
	background-image: url(../img/top-sec3-back.png);
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 40px;
}
#top #sec3 h2::before, #top #sec4 h2::before {
	content:url(../img/dot-pink.png);
	margin-right: 0.5em;
}
#top #sec3 h2::after, #top #sec4 h2::after {
	content:url(../img/dot-pink.png);
	margin-left: 0.5em;
}
#top #sec2 ul {
	justify-content:space-between;
	align-items:flex-end;
	margin: 0px;
	padding: 0px;
}
#top #sec3 ul {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin: 0px;
	padding: 0px;
}





#top #sec3 li,#top #sec2 li {
	list-style-type: none;
	display: inline-block;
}
#top #sec4 {
	padding-top: 40px;
	padding-bottom: 40px;
}
#top #sec4 dl {
	overflow: hidden;
}
#top #sec4 dt {
	float: left;
}
#top #sec4 dd {
	height: auto;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47%;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#top #sec4 .info {
	background-color: #EEEEEE;
	position: relative;
	padding: 1em;
	border-radius:6px;
	margin-top: 2em;
	box-sizing:border-box;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#top #sec4 .info {
	position: relative;
	padding: 1em;
	border-radius:6px;
	margin-top: 2em;
	box-sizing:border-box;
	margin-left: 0;
	clear: both;
}
}
#top #sec4 .info img {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#top #sec4 .btn {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#top #sec4 .btn a {
	font-size: 18px;
	font-weight: bold;
	color: #D80000;
	border: 2px solid #D80000;
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 4em;
	padding-bottom: 0.7em;
	padding-left: 4em;
	border-radius:6px;
	background-color: #FFFFFF;
	transition:all 0.3s ease;
}
#top #sec4 .btn a:hover {
	color: #FFFFFF;
	background-color: #D80000;
}
#top #sec5 {
	padding-top: 30px;
	padding-bottom: 50px;
}
#top #sec5 div {
	background-image: url(../img/top-sec5-back.png);
	border-radius:15px;
	position: relative;
	padding: 25px;
	box-sizing:border-box;
}
#top #sec5 div > img {
	position: absolute;
	left: 5px;
	top: -30px;
}
#top #sec5 div h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#top #sec5 div a {
	color: #D80000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 2px solid #D80000;
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 18px;
	font-weight: bold;
	transform:translateY(-50%);
	padding-top: 0.7em;
	padding-right: 3em;
	padding-bottom: 0.7em;
	padding-left: 3em;
	border-radius:6px;
	transition:all 0.3s ease;
}
#top #sec5 div a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
}
#top #sec5 div p {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#top #sec5 div {
	margin-left:15px;
	margin-right:15px;
}
#top #sec5 div > img {
	display:none;
}
#top #sec5 div h2 {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#top #sec5 div a {
	color: #D80000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 2px solid #D80000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0.7em;
	padding-right: 3em;
	padding-bottom: 0.7em;
	padding-left: 3em;
	border-radius:6px;
	transition:all 0.3s ease;
	display:inline-block;
}
#top #sec5 div a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
}
#top #sec5 div p {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	text-align:left;
}
}
/* under.html
------------------------------------------------------------*/
#under-header {
	background-image: url(../img/under-header-back.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	width: 100%;
}
#under-header h1 {
	height: 180px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#under-header h1 img {
	margin-left: 15px;
}
#under-header h1 span {
	margin-left: 80px;
}
#content-left {
	float: left;
	height: auto;
	max-width:70%;
}
#content-right {
	height: auto;
}
#content-left h2 {
	text-align: center;
	padding: 0px;
	font-size: 22px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
#content-left h2.orange::before {
	content:url(../img/dot-orange.png);
	margin-right: 0.5em;
}
#content-left h2.orange::after {
	content:url(../img/dot-orange.png);
	margin-left: 0.5em;
}
#content-left h2.pink::before {
	content:url(../img/dot-pink.png);
	margin-right: 0.5em;
}
#content-left h2.pink::after {
	content:url(../img/dot-pink.png);
	margin-left: 0.5em;
}
#content-left h3 {
	margin-bottom: 2em;
	font-size: 20px;
}
#content-left h3 span {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:100% 20px;
	padding-top: 0px;
	padding-right: 3em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	margin: 0px;
	display: inline-block;
}
#content-left h3 .pink {
	background-image: url(../img/h3-back-pink.png);
}
#content-left h3 .blue {
	background-image: url(../img/h3-back-blue.png);
}
#content-left h3 .green {
	background-image: url(../img/h3-back-green.png);
}
#content-left p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}
#content-left .photo-frame {
	border: 3px solid #FFD24D;
	border-radius:14px;
}
#content-left .column-frame {
	border-radius:14px;
	overflow: hidden;
	padding-top: 1em;
	padding-right: 1.7em;
	padding-bottom: 1em;
	padding-left: 2em;
}
#content-left .check-yellow {
	background-image: url(../img/back-check-yellow.png);
}
#content-left .check-pink {
	background-image: url(../img/back-check-pink.png);
}
#content-left .check-green {
	background-image: url(../img/back-check-green.png);
}
#content-left .item-list li {
	width: 45%;
	float: left;
	margin-left: 1em;
}
#content-left .table-base tr:nth-child(odd) {
	background-color: #FFF5F2;
}
#content-left .table-base tr:nth-child(even) {
	background-color: #FFE6DD;
}
#content-left .table-base th {
	font-weight: normal;
	text-align: left;
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFCCB9;
}
#content-left .table-base td {
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
#content-left .pola-frame {
	display: inline-block;
	box-shadow: 2px 2px 5px #999999;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content-left .pola-frame dt, #content-left .pola-frame dd {
	margin: 0px;
	padding: 0px;
}
#content-left .pola-frame .itemsoldout{
color: #D80000;
}
#sec2 .pola-frame {
	text-align: center;
}
#sec2 .pola-frame dd {
	margin: 0px;
	padding: 0px;
	font-size: .875em;
	width:160px;
}
#sec2 .pola-frame dd.price {
	font-weight: bold;
	font-size: .875em;
}



#content-left .pola-frame dt {
	padding-bottom: 15px;
}
#content-left .pola-frame dd.price {
	font-weight: bold;
}
#content-left .pola-frame dd.mark {
	display:flex;
	align-items: center;
	justify-content: center;
	height: 125px;
	width: 125px;
	position: absolute;
	top: -40px;
	right: -30px;
	font-size: 90%;
	font-weight: bold;
}
#content-left .pola-frame dd.green {
	background-image: url(../img/bal-green.png);
	background-repeat: no-repeat;
	background-position: center center;
	color:#00B259;
}
#content-left .pola-frame dd.pink {
	background-image: url(../img/bal-pink.png);
	background-repeat: no-repeat;
	background-position: center center;
	color:#FF80BC;
}
#content-left input[type="text"],#content-left input[type="email"], #content-left input[type="tel"], #content-left textarea {
	border: 1px solid #C09D83;
	border-radius:5px;
	font-size: 16px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
#content-left input.long, #content-left textarea.long {
	width: 90%;
}
#content-left input.short, #content-left textarea.short {
	width: 60%;
}
#content-left label {
	margin-right: 1em;
}
#content-left .form-btn {
	text-align: center;
}
#content-left .form-btn button {
	font-size: 18px;
	font-weight: bold;
	color: #D80000;
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	border: 2px solid #D80000;
	background-color: #FFFFFF;
	margin-top: 25px;
	border-radius:6px;
	transition:all 0.3s ease;
}
#content-left .form-btn .button {
	font-size: 18px;
	font-weight: bold;
	color: #D80000;
	padding-top: 0.8em;
	padding-right: 2em;
	padding-bottom: 0.8em;
	padding-left: 2em;
	border: 2px solid #D80000;
	background-color: #FFFFFF;
	margin-top: 25px;
	border-radius:6px;
	transition:all 0.3s ease;
}
#content-left .form-btn button:hover {
	color: #FFFFFF;
	background-color: #D80000;
}
#content-left .form-btn .button:hover {
	color: #FFFFFF;
	background-color: #D80000;
}
#portamento_container {
	float: right;
	position: relative;
}
#portamento_container #content-right {
	position: absolute;
	width:250px;
	transition: all 0.7s ease;
}
#portamento_container #content-right.fixed {
	position: fixed;
}
@media only screen and (min-width:768px) and (max-width:979px) {
#portamento_container #content-right {
	position: relative;
	width:200px;
}
}
#content-right nav {
	box-shadow: 2px 2px 9px #999999;
	border-radius:15px;
}
#content-right nav h3 {
	color: #FFFFFF;
	background-color: #FF7373;
	margin: 0px;
	text-align: center;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	font-size: 18px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
#content-right nav ul {
	background-image: url(../img/back-sidenav.png);
	margin: 0px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#content-right nav li {
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7373;
}
#content-right nav li:last-child {
	border-bottom-style: none;
}
#content-right nav li a {
	color: #D80000;
	text-decoration: none;
	display: block;
	padding: 1em;
	background-color:transparent;
	transition:all 0.3s ease;
}
#content-right nav li a:hover {
	background-color: rgba(255,115,115,0.3);
}
