/* ----------------------------------------------------------------header*/
header {
	text-align: left;
	position: absolute;
	top: 0;
	width: 100%;
}
/*-------------------------header_area*/
#header_area {
	padding: 5px 15px 10px;
	width: 100%;
	z-index: 2100;
}
#header_area h1 {
	font-size: 10px;
	line-height: 130%;
	color: #939087;
	height: 40px;
}
#header_area #header_logo {
	float: left;
	margin-top: 3px;
}
#header_area #header_logo img {
	width: 120px;
	height: auto;
}
#header_sns {
	display: none;
}
#header_area #header_contact {
	font-size: 0;
	float: right;
}
#header_area #header_contact li {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	margin-left: 5px;
}
#header_area #header_contact li img {
	width: 100%;
	height: auto;
}
#header_area #header_contact li#icon_menu {
	width: 24px;
	margin-left: 15px;
}
#header_area #header_contact li#icon_menu a, #header_area #header_contact li#icon_menu a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#header_area #header_contact li#icon_menu a {
	position: relative;
	width: 24px;
	height: 23px;
	cursor: pointer;
}
#header_area #header_contact li#icon_menu a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #6acfd8;
}
#header_area #header_contact li#icon_menu a span:nth-of-type(1) {
	top: 0;
}
#header_area #header_contact li#icon_menu a span:nth-of-type(2) {
	top: 10px;
}
#header_area #header_contact li#icon_menu a span:nth-of-type(3) {
	bottom: 0;
}
#header_area #header_contact li#icon_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#header_area #header_contact li#icon_menu.active span:nth-of-type(2) {
	opacity: 0;
}
#header_area #header_contact li#icon_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

@media print, screen and (min-width:768px) {
#header_area {
	padding: 10px 30px 20px;
}
#header_area h1 {
	text-align: right;
	height: auto;
	margin-bottom: 12px;
}
#header_area #header_logo {
	margin-top: -4px;
}
#header_area #header_logo img {
	width: auto;
}
#header_sns {
	display: block;
	float: right;
	font-size: 0;
	margin-top: 5px;
	margin-left: 12px;
	border-left: 1px solid #dcdcdc;
}
#header_sns li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}
#header_area #header_contact li {
	margin-left: 10px;
}
#header_area #header_contact li:nth-child(1) {
	width: 211px;
}
#header_area #header_contact li:nth-child(3) {
	display: none;
}
}
/*-------------------------mainnavi*/
#mainnavi {
	background: #78d4dc;
	border-top: 1px solid #6fb4bb;
	border-bottom: 1px solid #6fb4bb;
	display: none;
	width: 100%;
	z-index: 2000;
	position: relative;
}
#mainnavi a {
	color: #48433b;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
#mainnavi > ul > li {
	border-bottom: 1px dotted #fff;
}
#mainnavi > ul > li > a {
	padding: 10px 15px 8px;
	border-bottom: 2px solid rgba(255,255,255,0);
	transition: 0.5s all;
}
#mainnavi > ul > li > a:hover, #mainnavi > ul > li.active > a {
	border-bottom: 2px solid rgba(255,255,255,1);
}
#mainnavi > ul > li.sub_toggle > a {
	background: url(../img/common_img/arrow_down.png) no-repeat left 15px top 12px;
	padding: 10px 15px 8px 36px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown {
	background: rgba(0,0,0,0.05);
	display: none;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p > a {
	padding: 10px 15px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p > a:hover {
	text-decoration: underline;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box {
	padding: 15px 15px 5px;
	margin: 0 15px 15px;
	background: rgba(255,255,255,0.7);
	border-radius: 2px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box p {
	margin-bottom: 15px;
	border-bottom: 1px dotted #78d4dc;
	color: #3BC3CF;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box ul {
	font-size: 0;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box ul li a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:768px) {
#mainnavi {
	display: block;
	text-align: center;
}
#mainnavi > ul {
	font-size: 0;
}
#mainnavi > ul > li {
	border-bottom: none;
	display: inline-block;
}
#mainnavi > ul > li > a {
	padding: 15px 5px 13px;
	font-size: 12px;
}
#mainnavi > ul > li.sub_toggle > a {
	background: url(../img/common_img/arrow_down.png) no-repeat left 4px top 16px;
	padding: 15px 2px 13px 25px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: left;
	background: #72c9d1;
}
}

@media print, screen and (min-width:992px) {
#mainnavi > ul > li > a {
	padding: 15px 12px 13px;
	font-size: 14px;
}
#mainnavi > ul > li.sub_toggle > a {
	background: url(../img/common_img/arrow_down.png) no-repeat left 12px top 16px;
	padding: 15px 12px 13px 32px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p {
	width: 940px;
	margin: 0 auto;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p > a {
	padding: 15px 0;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box {
	width: 940px;
	margin: 0 auto 15px;
}
}

@media print, screen and (min-width:1200px) {
#mainnavi > ul > li > a {
	padding: 15px 15px 13px;
	font-size: 16px;
}
#mainnavi > ul > li.sub_toggle > a {
	background: url(../img/common_img/arrow_down.png) no-repeat left 15px top 18px;
	padding: 15px 15px 13px 35px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p {
	width: 1140px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown > p > a {
	font-size: 16px;
}
#mainnavi > ul > li.sub_toggle .mnav_dropdown .mnav_box {
	width: 1140px;
}
}
/*------------------------------------------------------------header.fix*/
header.fix {
	position: fixed;
	top: 0;
	animation: haslide linear .3s 1;
	-webkit-animation: haslide linear .3s 1;
	z-index: 3000;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header.fix #header_area {
	padding: 10px 15px 10px;
}
header.fix h1 {
	display: none;
}
header.fix #mainnavi {
	position: absolute;
	top: 55px;
	height: calc(100vh - 55px);
	overflow-y: scroll;
	-ms-overflow-style: none;
}
header.fix #mainnavi::-webkit-scrollbar {
 display:none;
}
@keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes haslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}

@media print, screen and (min-width:768px) {
header.fix #header_area {
	display: none;
}
header.fix #mainnavi {
	top: 0;
	height: auto;
	overflow-y: hidden;
}
header.fix #mainnavi > ul > li.sub_toggle .mnav_dropdown {
	position: fixed;
	top: 49px;
}
}

@media print, screen and (min-width:992px) {
header.fix #mainnavi > ul > li.sub_toggle .mnav_dropdown {
	top: 52px;
}
}

@media print, screen and (min-width:1200px) {
header.fix #mainnavi > ul > li.sub_toggle .mnav_dropdown {
	top: 54px;
}
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	margin-top: 90px;
	height: 200px;
}
#pagetitle .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#pagetitle .container h2 {
	display: inline-block;
	padding: 15px 20px 10px;
	font-weight: bold;
	background-size: 70px 70px;
	background-color: #78d1d9;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #60c9d2), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	font-size: 24px;
	line-height: 120%;
	color: #fff;
}
#pagetitle .container h2 span {
	font-weight: normal;
	font-size: 18px;
	font-family: 'Teko', sans-serif;
	line-height: 120%;
}

@media print, screen and (min-width:768px) {
#pagetitle {
	margin-top: 141px;
	height: 300px;
}
#pagetitle .container h2 {
	padding: 25px 20px 20px;
	font-size: 30px;
	line-height: 80%;
}
#pagetitle .container h2 span {
	font-size: 30px;
}
}

@media print, screen and (min-width:992px) {
#pagetitle {
	margin-top: 144px;
}
#pagetitle .container h2 {
	padding: 30px 30px 20px;
	font-size: 40px;
}
#pagetitle .container h2 span {
	font-size: 28px;
}
}

@media print, screen and (min-width:1200px) {
#pagetitle {
	margin-top: 146px;
}
}
/*------------------------------------------------------------content*/
.bg_none {
	padding: 30px 0;
	clear: both;
	text-align: left;
}
.bg_stripe_skyblue {
	padding: 30px 0;
	clear: both;
	background: linear-gradient(-45deg, #dbf5f8 25%, #e9f9fb 25%, #e9f9fb 50%, #dbf5f8 50%, #dbf5f8 75%, #e9f9fb 75%, #e9f9fb);
	background-size: 5px 5px;
	text-align: left;
}

@media print, screen and (min-width:768px) {
.bg_none {
	padding: 60px 0;
	text-align: center;
}
.bg_stripe_skyblue {
	padding: 60px 0;
	text-align: center;
}
}
/*-------------------------contact_area*/
#contact_area {
	background: url(../img/common_img/conbn_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
	clear: both;
}
#contact_area h4 {
	font-size: 20px;
	color: #2e9fa9;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 120%;
}
#contact_area .conbox {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	margin-bottom: 20px;
}
#contact_area .conbox .contel {
	margin-bottom: 10px;
}
#contact_area .conbox .contel img {
	width: 240px;
	height: auto;
}
#contact_area .conbox .conmail img {
	width: 180px;
	height: auto;
}
#contact_area ul {
	margin: 0 auto;
	max-width: 320px;
}
#contact_area ul li {
	margin-bottom: 10px;
}
#contact_area ul li a img {
	width: 100%;
	height: auto;
}
#contact_area .shopbox img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width:600px) {
#contact_area .conbox {
	display: flex;
	align-items: center;
	justify-content: center;
}
#contact_area .conbox .contel {
	margin-bottom: 0;
	margin-right: 20px;
}
}

@media print, screen and (min-width:768px) {
#contact_area {
	padding: 60px 0;
}
#contact_area h4 {
	font-size: 24px;
	margin-bottom: 25px;
}
#contact_area .conbox .contel img {
	width: auto;
}
#contact_area .conbox .conmail img {
	width: auto;
}
#contact_area ul {
	font-size: 0;
	max-width: 100%;
}
#contact_area ul li {
	display: inline-block;
	width: 49%;
}
#contact_area ul li:nth-child(1) {
	margin-right: 2%;
}
}

@media print, screen and (min-width:992px) {
#contact_area .conbox {
	width: 750px;
	margin: 0 auto 25px;
}
#contact_area ul li {
	display: inline-block;
	width: 458px;
}
#contact_area ul li:nth-child(1) {
	margin-right: 10px;
}
#contact_area .shopbox img {
    width: 750px;
    height: auto;
}
}

@media print, screen and (min-width:1200px) {
#contact_area ul li:nth-child(1) {
	margin-right: 30px;
}
}
/* ----------------------------------------------------------------footer*/
footer {
	padding: 30px 0;
	clear: both;
	border-top: 5px solid #6acfd8;
	background: linear-gradient(-45deg, #dbf5f8 25%, #e9f9fb 25%, #e9f9fb 50%, #dbf5f8 50%, #dbf5f8 75%, #e9f9fb 75%, #e9f9fb);
	background-size: 5px 5px;
}
footer .container > ul {
	margin-bottom: 20px;
}

@media print, screen and (min-width:768px) {
footer {
	padding: 60px 0;
	clear: both;
}
}

@media print, screen and (min-width:992px) {
footer .container > ul {
	font-size: 0;
	margin-bottom: 40px;
}
footer .container > ul > li {
	vertical-align: top;
	display: inline-block;
}
footer .container > ul > li:nth-child(1) {
	text-align: left;
	margin-right: 20px;
}
footer .container > ul > li:nth-child(2) {
	margin-right: 20px;
}
footer .container > ul > li:nth-child(3) {
	width: 250px;
}
}

@media print, screen and (min-width:1200px) {
footer .container > ul > li:nth-child(1) {
	margin-right: 50px;
}
footer .container > ul > li:nth-child(2) {
	margin-right: 50px;
}
footer .container > ul > li:nth-child(3) {
	width: 260px;
}
}
/*f_info*/
#f_info {
	margin-bottom: 30px;
}
#f_info #f_logo img {
	width: 140px;
	height: auto;
	margin-bottom: 20px;
}
#f_info dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#f_info dl dd {
	margin-bottom: 15px;
}
#f_info #f_sns {
	font-size: 0;
	margin-bottom: 15px;
}
#f_info #f_sns li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}
#f_info #f_sns li:last-child {
	margin-right: 0;
}
#f_info .f_banner img {
	width: 200px;
	height: auto;
}

@media print, screen and (min-width:1200px) {
#f_info #f_logo img {
	width: auto;
	margin-bottom: 40px;
}
#f_info .f_banner img {
	width: auto;
}
}
/*f_nav*/
#f_nav {
	display: none;
}
#f_nav nav {
	font-size: 0;
	margin: 0 auto 30px;
	display: inline-block;
}
#f_nav nav ul li {
	text-align: left;
	margin-bottom: 15px;
}
#f_nav nav ul li a {
	text-decoration: none;
	color: #48433b;
}
#f_nav nav ul li a i {
	color: #60c9d2;
}
#f_nav nav ul li a:hover {
	text-decoration: underline;
}

@media print, screen and (min-width:480px) {
#f_nav {
	display: inline-block;
}
#f_nav nav ul {
	display: inline-block;
	vertical-align: top;
}
#f_nav nav ul:first-of-type {
	margin-right: 20px;
}
}

@media print, screen and (min-width:1200px) {
#f_nav nav ul:first-of-type {
	margin-right: 40px;
}
}
/*f_calendar*/
#f_calendar {
	max-width: 360px;
	margin: 0 auto;
}
.calendar {
	width: 100%;
	padding: 20px;
	margin: 0 0 10px;
	background: #fff;
	position: relative;
}
.calendar .cal_title {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Teko', sans-serif;
	color: #b98300;
}
.calendar .month {
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999;
}
.calendar .month strong {
	font-size: 16px;
}
.calendar table {
	width: 100%;
	border-collapse: collapse;
}
.calendar table th, .calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
.calendar table th {
	font-weight: bold;
}
.calendar table td.color01 {
	font-weight: bold;
	background: url(../img/common_img/ical_icon01.png) no-repeat center center;
	color: #fff;
}
.calendar ul.page_ctl {
	text-align: center;
	padding: 8px 10px;
	margin: 0 0 10px;
}
.calendar ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
.calendar ul.page_ctl li a {
	text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
	color: #999;
}
.calendar ul.page_ctl .ctl_left {
	float: left;
}
.calendar ul.page_ctl .ctl_right {
	float: right;
}
.calendar .tx_color01 {
	padding: 5px 10px 5px 30px;
	background: #eefcfc url(../img/common_img/ical_icon01.png) no-repeat left center;
	text-align: left;
}
/*copyright*/
footer small {
	font-size: 10px;
	color: #86a7aa;
}
/*------------------------------------------------------------linkbtn*/
.linkbtn a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	background: #b98300;
}
.linkbtn a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	width: 100%;
	clear: both;
	background: #6acfd8;
	padding: 3px 0;
}
#pankuzu ol {
	list-style: none;
	text-align: right;
}
#pankuzu ol li {
	display: inline-block;
	font-size: 11px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
	font-style: normal;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a, #pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
	color: #fff;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	opacity: 0.7;
}
/* ----------------------------------------------------------------rayout*/
.center {
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border-bottom: 2px solid #fff;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}
.sheet_basic tr th {
	background: linear-gradient(-45deg, #e9f1f1 25%, #f4f8f8 25%, #f4f8f8 50%, #e9f1f1 50%, #e9f1f1 75%, #f4f8f8 75%, #f4f8f8);
	background-size: 5px 5px;
}
.sheet_basic tr td {
	background: #EBFFFF;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	padding: 15px;
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}

@media print, screen and (min-width:768px) {
hr.line_01 {
	margin: 40px 0px;
}
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title01*/
.title01 {
	text-align: center;
	color: #b98300;
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	font-weight: bold;
}
.title01::after {
	content: "";
	position: absolute;
	border-bottom: 3px solid #b98300;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 50px;
	margin: auto;
}

@media print, screen and (min-width:768px) {
.title01 {
	font-size: 26px;
	margin-bottom: 40px;
}
}

@media print, screen and (min-width:992px) {
.title01 {
	font-size: 30px;
}
}
/*title02*/
.title02 {
	text-align: center;
	padding: 10px 20px 10px;
	font-weight: bold;
	background-size: 70px 70px;
	background-color: #78d1d9;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #60c9d2), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #60c9d2 50%, transparent 50%, transparent);
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 15px;
}

@media print, screen and (min-width:768px) {
.title02 {
	padding: 15px 20px 12px;
	font-size: 22px;
	margin-bottom: 25px;
}
}
/*title03*/
.title03 {
	text-align: center;
	padding: 10px 20px 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #b98300;
	border-top: 1px dotted #b98300;
	border-bottom: 1px dotted #b98300;
	margin-bottom: 15px;
}

@media print, screen and (min-width:768px) {
.title03 {
	padding: 15px 20px 12px;
	font-size: 20px;
	margin-bottom: 20px;
}
}
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
}
.phbox_left {
	text-align: center;
	margin-bottom: 10px;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2000;
}
#pagetop img {
	width: 30px;
	height: auto;
}

@media print, screen and (min-width:768px) {
#pagetop {
	bottom: 20px;
	right: 20px;
}
#pagetop img {
	width: auto;
}
}
