<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides&gt;li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}


/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides&gt;li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides&gt;li:first-child {
	display: block;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
	margin: 0 0 60px 0;
	background: #fff;
	position: relative;
	zoom: 1;
	z-index: 0;
}

#topmainimg .flexslider {
	margin: 0 0 0 0;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 42px;
	padding: 0px;
	margin: -42px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	margin-left: 10px;
	border-left: 4px solid rgba(255, 255, 255, 1);
	border-top: 4px solid rgba(255, 255, 255, 1);
	content: "";
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.flex-direction-nav a.flex-next:before {
	margin-left: 0px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 0.5;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 0.5;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 20px;
	height: 6px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.6);
	cursor: default;
}

.flex-control-thumbs {
	margin: 15px 0 0;
	position: static;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.flex-control-thumbs li {
	display: inline-block;
	width: 80px;
	margin: 4px;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 0.5;
}

.flex-control-thumbs .flex-active {
	opacity: 0.5;
	cursor: default;
}


/* ====================================================================================================================
 * 繝舌リ繝ｼ
 * ====================================================================================================================*/

#bnr {
	margin: 0;
	padding: 50px 10%;
	position: relative;
	zoom: 1;
	background: rgba(0, 0, 0, 0.1);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
	background: linear-gradient(to right, rgba(239, 239, 239, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(239, 239, 239, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=1);
}

#bnr .flexslider {
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
	zoom: 1;
}

#bnr .flexslider .slides {
	font-size: 12px;
	zoom: 1;
}

#bnr .flexslider ul.slides li {
	width: 280px;
}

#bnr .flexslider .slides img {
	height: auto;
	margin-bottom: 10px;
	-moz-user-select: none;
}

#bnr .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 42px;
	padding: 0;
	margin: -20px 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#bnr .flex-direction-nav a:before {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	margin-left: 10px;
	border-left: 4px solid rgba(0, 0, 0, 1);
	border-top: 4px solid rgba(0, 0, 0, 1);
	content: "";
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

#bnr .flex-direction-nav a.flex-next:before {
	margin-left: 5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#bnr .flex-direction-nav .flex-prev {
	left: -45px;
}

#bnr .flex-direction-nav .flex-next {
	right: -45px;
	text-align: right;
}

#bnr .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: -45px;
}

#bnr .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 0.4;
}

#bnr .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: -45px;
}

#bnr .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 0.4;
}

#bnr .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}


/* ====================================================================================================================
 * 蜷�ｨｮ隧ｳ邏ｰ
 * ====================================================================================================================*/

#detailimg {
	margin: 30px 0 50px 0;
	padding: 0;
}

#detailimg .flexslider {
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
	zoom: 1;
}

#mainimg .flexslider ul.slides li {
	width: 50%;
}

#detailimg .flexslider ul.slides li {
	width: auto;
}

#detailimg .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 42px;
	padding: 0;
	margin: -20px 0 0;
	position: absolute;
	top: 42%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#detailimg .flex-direction-nav a:before {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	margin-left: 10px;
	border-left: 4px solid rgba(0, 0, 0, 1);
	border-top: 4px solid rgba(0, 0, 0, 1);
	content: "";
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

#detailimg .flex-direction-nav a.flex-next:before {
	margin-left: 5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#detailimg .flex-direction-nav .flex-prev {
	left: -45px;
}

#detailimg .flex-direction-nav .flex-next {
	right: -45px;
	text-align: right;
}

#detailimg .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: -45px;
}

#detailimg .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 0.4;
}

#detailimg .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: -45px;
}

#detailimg .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 0.4;
}

#detailimg .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}


/* ====================================================================================================================
 * 繝励Λ繝ｳ隧ｳ邏ｰ
 * ====================================================================================================================*/

#planimg {
	margin: 0 0 30px 0;
	padding: 0;
}

#planimg .flexslider {
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
	zoom: 1;
}

#planimg .flex-control-thumbs {
	margin: 20px 0 0;
	position: static;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

#planimg .flex-control-thumbs li {
	display: inline-block;
	width: 20%;
	margin: 0;
}

#planimg .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#planimg .flex-control-thumbs img:hover {
	opacity: 0.5;
}

#planimg .flex-control-thumbs .flex-active {
	opacity: 0.5;
	cursor: default;
}


/* ====================================================================================================================
 * 縺翫☆縺吶ａ繝励Λ繝ｳ
 * ====================================================================================================================*/

#recomm_plan {
	position: relative;
	display: block;
	padding: 40px 0 20px 0;
	zoom: 1;
	margin: 0;
	text-align: center;
	background: rgb(221, 221, 221);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%);
	background: linear-gradient(to right, rgba(221, 221, 221, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(221, 221, 221, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd', GradientType=1);
}

#recomm_plan .flexslider {
	margin: 0 0 60px 0;
	padding: 0;
	background: none;
	position: relative;
	zoom: 1;
}

#recomm_plan .flexslider .slides {
	font-size: 12px;
	zoom: 1;
}

#recomm_plan .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 42px;
	padding: 0;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#recomm_plan .flex-direction-nav a:before {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	margin-top: 6px;
	margin-left: 10px;
	border-left: 4px solid rgba(0, 0, 0, 1);
	border-top: 4px solid rgba(0, 0, 0, 1);
	content: "";
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

#recomm_plan .flex-direction-nav a.flex-next:before {
	margin-left: 5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#recomm_plan .flex-direction-nav .flex-prev {
	left: -45px;
}

#recomm_plan .flex-direction-nav .flex-next {
	right: -45px;
	text-align: right;
}

#recomm_plan .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: -45px;
}

#recomm_plan .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 0.4;
}

#recomm_plan .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: -45px;
}

#recomm_plan .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 0.4;
}

#recomm_plan .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

#recomm_plan ul.slides li {
	padding: 0;
	margin: 0 0 20px 0;
	width: 280px;
	overflow: hidden;
}

#recomm_plan ul.slides li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0px;
	margin: 0;
	background-color: rgba(255, 255, 255, 1);
	text-align: left;
}

#recomm_plan ul.slides li a:hover {
	opacity: 0.7;
}

#recomm_plan .flexslider ul.slides a img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
}

#recomm_plan ul.slides li a .wrap {
	display: block;
	padding: 15px;
	margin: 0;
}

#recomm_plan ul.slides li a .category {
	display: block;
	text-align: center;
	margin: 0;
	padding: 4px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: rgb(102, 102, 102);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(102, 102, 102, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(102, 102, 102, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to right, rgba(102, 102, 102, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=1);
}

#recomm_plan ul.slides li a .planttl {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
}

#recomm_plan ul.slides li a .planttl:before,
#recomm_plan ul.slides li a .planttl:after {
	position: absolute;
	background: #fff;
}

#recomm_plan ul.slides li a .planttl:before {
	content: "窶ｦ";
	bottom: 0;
	right: 0;
	color: rgba(100, 100, 100, 1);
}

#recomm_plan ul.slides li a .planttl:after {
	content: "";
	width: 100%;
	height: 100%;
}

#recomm_plan ul.slides li a .point {
	display: inline-block;
	margin: 1px;
	padding: 4px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: rgb(157, 180, 125);
}

#recomm_plan ul.slides li a .point+.point {
	background-color: rgb(157, 180, 125);
}

#recomm_plan ul.slides li a .price {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#recomm_plan ul.slides li a .price span {
	margin: 0 0 0 4px;
	font-weight: 800;
	font-size: 16px;
}

#recomm_plan ul.slides li a .icon_new {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	overflow: hidden;
	width: 50px;
	height: 0;
	margin: 0;
	padding: 50px 0 0 0;
	color: #fff;
	z-index: 1000;
}

@media screen and (max-width: 1024px) {
	#recomm_plan .flex-direction-nav a:before {
		display: none;
	}
	#recomm_plan .flex-direction-nav a.flex-next:before {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	#recomm_plan .flexslider {
		margin: 0 0 50px 0;
		padding: 0;
		background: none;
		position: relative;
		zoom: 1;
	}
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 800px) {
	.flexslider {
		margin: 0 0 0 0;
		background: #fff;
		position: relative;
		zoom: 1;
	}
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
	.flex-direction-nav {
		display: none;
	}
	.flex-control-nav li {
		margin: 0 2px;
	}
	.flex-control-paging li a {
		width: 15px;
		height: 4px;
	}
	#mainimg .flexslider {
		margin: 0 0 30px 0;
		background: #fff;
		position: relative;
		zoom: 1;
	}
	#detailimg {
		margin: 0px 0 50px 0;
		padding: 0;
	}
	#detailimg .wrapper {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.flex-control-thumbs li {
		display: inline-block;
		width: 50px;
		margin: 2px;
	}
}

@media screen and (max-width: 680px) {
	#mainimg .flexslider {
		margin: 0 0 40px 0;
		background: #fff;
		position: relative;
		zoom: 1;
	}
	#detailimg {
		margin: 0px 0 30px 0;
		padding: 0;
	}
}
</pre></body></html>