﻿/****************************
	element
****************************/
body{
	//font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0;
	background: #fff;
	color: #4b4b4b;
}

.clear{
	height: 0;
	clear: both;
}

.inner{
	width: 826px;
	margin: 0 auto;
}

/****************************
	contents
****************************/

.bxslider{
	max-width: 826px;
}

#container{
    min-width: 1000px;
    margin-left: 110px;
}

.mainarea{
	width: 826px;
	margin: 0 auto;
}

.contents{
	padding: 30px 0;
}

.cn_title h2{
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #666666;
}

.cn_title h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.border_box_left{
	background: #c31018;
	width: 30%;
	height: 4px;
	margin-bottom: 30px;
	float: left;
}

.border_box_right{
	background: #e8e8e8;
	width: 70%;
	height: 4px;
	margin-bottom: 30px;
	float: right;
}

.news_box{
	width: 696px;
	margin: 0 auto;
}

.news_box dl{
	clear: both;
	padding: 0 0 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e8e8e8;
}

.news_box dt{
	display: table-cell;
	font-size: 14px;
}

.news_box dt span.day{
	background: #c31018;
	padding: 2px 8px;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
}

.news_box dd{
	display: table-cell;
}

.news_box dd a {
	background: url(../images/arrow.png) no-repeat 52px center;
	-webkit-transition-property: background;  
    -webkit-transition-duration: 0.3s;  
    -webkit-transition-timing-function: linear;  
    padding: 2px 20px 1px 10px;
    margin-left: 20px;
    font-size: 12px;
    color: #c31018;
    border: solid 1px #c31018;
    border-radius: 4px;
    vertical-align: middle;
}

.news_box dd a:hover {
	background: url(../images/arrow.png) no-repeat 57px center;
    padding: 2px 20px 1px 10px;
    margin-left: 20px;
    font-size: 12px;
    color: #c31018;
    border: solid 1px #c31018;
    border-radius: 4px;
    vertical-align: middle;
}


.list_btn{
	width: 170px;
    margin: 60px auto -30px;
	border-radius: 50px;
	border: solid 1px #c31018;
}

.list_btn a{
	background: url(../images/arrow_middle.png) no-repeat 143px center;
	-webkit-transition-property: background;  
    -webkit-transition-duration: 0.2s;  
    -webkit-transition-timing-function: linear; 
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #c31018;
}

.list_btn a:hover{
	background: url(../images/arrow_middle.png) no-repeat 148px center;
}

.achievement_btn{
	width: 300px;
    margin: 60px auto -30px;
	border-radius: 50px;
	border: solid 1px #c31018;
}

.achievement_btn a{
	background: url(../images/arrow_middle.png) no-repeat 274px center;
	-webkit-transition-property: background;  
    -webkit-transition-duration: 0.2s;  
    -webkit-transition-timing-function: linear; 
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #c31018;
}

.achievement_btn a:hover{
	background: url(../images/arrow_middle.png) no-repeat 279px center;
}

.achieve_box{
	background: #000;
	position: relative;
	width: 262px;
	min-height: 200px!important;
	float: left;
	margin: 0 10px;
}

.achieve_box a {
	color: #666;
}

.achieve_inner{
	background: rgba(255, 255, 255, 0.8);
	width: 242px;
	height: 65px;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

.achieve_box.m0{
	margin-right: 0;
}

span.category{
	background: #c13a40;
	font-size: 12px;
	padding: 3px 5px; 
	color: #fff;
}

p.category_block{
	margin-bottom: 10px;
}

p.name_block{
	margin-bottom: 5px;
}

p.achieve_text{
	font-size: 13px;
	line-height: 24px;
}

.course_box{
	float: left;
	width: 405px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.course_box.m0{
	margin-right: 0;
}

.course_box h3{
	background: #c13a40;
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

span.course_category{
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}

span.course_category.green{
	background: #38e100;
	padding: 4px;
}

span.course_category.yellow{
	background: #e19f00;
	padding: 4px;
}

span.course_category.blue{
	background: #4797e8;
	padding: 4px;
}

span.course_category.orange{
	background: #ff5f07;
	padding: 4px;
}

span.course_category.pink{
	background: #ff92fe;
	padding: 4px;
}

.course_text_block{
	border: solid 1px #c13a40;
	padding: 15px 10px 10px;
}

.course_text_block p{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
}

.course_btn{
	background: #c13a40;
	padding-right: 5px;
	border-radius: 5px;
	float: right;
}

.course_btn a {
    background: url(../images/arrow_white.png) right center no-repeat;
    display: block;
    padding: 5px 20px 5px 10px;
    color: #fff;
    font-size: 13px;
}

.bx-prev {
	background: url(../images/prev.png) no-repeat center #fff;
    position: absolute;
    right: 0;
    padding: 10px 15px;
    margin: -121px 0 0;
    text-indent: -9999px;
}

.bx-next {
	background: url(../images/next.png) no-repeat center #fff;
    position: absolute;
    left: 0;
    padding: 10px 15px;
    margin: -121px 0 0;
    text-indent: -9999px;
}

.bx-controls-direction{
	position: relative;
}

.on_hover{
	visibility: visible;
}

.contents_bread {
	margin: 0 0 15px;
}

.breadcrumb {
	margin-left:0;
	padding-left:0;
}

.breadcrumb li{
	display:inline;/*横に並ぶように*/
	list-style: none;
	font-weight: normal;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #555;
}

.breadcrumb li:last-child:after{
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: gray;
}

.breadcrumb li:first-child a:before{/*家アイコン*/
	font-family: FontAwesome;
	content: '\f015';
	font-weight: normal;
	font-size: 1.1em;
	color: #c13b40;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/****************************
	LOGIN
****************************/

div.user_menu ul li {
	width: 13.6%;
	float: left;
	padding: 0;
	border-left: solid #CCC 1px;
	text-align: center;
}

div.user_menu ul li.u_name {
	width: 13%;
	float: left;
	border: none;
	text-align: left;
	padding: 20px 0 0 4px;
	font-size: 0.95em;
	font-weight: bold;
}

div.user_menu ul li.u_ico {
	display: block;
	width: 4%;
	float: left;
	border: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: right;
}

.member_entry th {
	width: 30%;
	box-sizing: border-box;
}

.member_entry td {
	width: 70%;
	box-sizing: border-box;
}

.user_menu {
	margin: 0 0 30px;
}

div #noardlink {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 14px 0 15px 12px;
	border: 3px solid #E8E8E8;
	margin: 0px 0 30px;
	box-sizing: border-box;
}

div #noardlink ul li {
	float: left;
	width: 33%;
	font-size: 15px;
	color: #e3e9e0;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
}

div #noardlink ul li a {
	color: #09C;
}

div#article_body {
	width: 100%;
	background-color: #fbf9f2;
	border: solid #f5f1e0 1px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin-top: 15px;
	box-sizing: border-box;
}

div#article_sre {
	font-size: 11px;
	width: 260px;
	text-align: right;
	margin: 5px 0 0 564px;
}

div#article_sre a {
	color: #2196F3;
	font-weight: bold;
}

div#display_format {
	width: 100%;
	font-size: 12px;
	margin: 15px 0 0 2px;
}

div#display_format a {
	color: #2196F3;
	font-weight: bold;
}

div#bbstitle01 {
	#margin: 20px 0 0 0;
	padding: 3px 0 7px 3px;
	overflow: hidden;
	color: #990000;
	font-weight: bold;
	font-size: 18px;
}

div#blink_format {
	width: 100%;
	font-size: 14px;
	margin: 15px 0 0 2px;
	color: #069;
}

#blink_format a {
	color: #09C;
}

div#article_date {
	font-size: 11px;
}

div#article_name {
	font-size: 12px;
}

div#article_nonon {
	font-size: 12px;
	color: #999;
	width: 35px;
	font-weight: bold;
	float: left;
}

div#article_title {
	font-size: 16px;
	font-weight: bold;
	margin-left: 34px;
	padding: 1px 0 0 7px;
	color: #066;
}

div#article_reply {
	font-size: 12px;
	width: 30px;
	height: 14px;
	background-image: url(../img/member/rink_ico01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 9px 0 0px 14px;
}

div#article_reply a {
	color: #666;
	font-weight: bold;
}

#magback {
	margin: 0 0 15px;
}

#magback a {
	color: #09C;
	font-weight: bold;
}

table.thank {
	width: 100%;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 20px;
}

.thank td {
	padding: 18px 0 22px 60px;
	line-height: 150%;
	border: 1px solid #ccc;
}

.member_entry td a {
	color: #09C;
}

div#article_body2 {
	width: 100%;
	background-color: #fbf9f2;
	border: solid #f5f1e0 1px;
	padding: 18px 10px 0px 15px;
	overflow: hidden;
	box-sizing: border-box;
}

.bbsta td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 7px 0px 7px 5px;
	color: #555;
	line-height: 150%;
}

table.bbsta {
	width: 100%;
	margin-top: 22px;
	margin-left: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	font-size: 12px;
	box-sizing: border-box;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/****************************
	credit
****************************/

#privacy {
	background: #eaeaea;
	border: 1px solid #DDDDDD;
	height: 100px;
	margin: 15px 0px;
	overflow: auto;
	padding: 20px;
	line-height: 1.5;
}

#privacy h3 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
	background: #c13a40;
	padding: 2px 6px;
	text-align: center;
}

#privacy h4 {
	color: #001C5D;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
}

#privacy p {
	font-size: 14px;
	margin: 0;
}

.privacy-p {
	font-size: 14px;
	text-align: center;
}

/****************************
	WP
****************************/

h1.title {
	background: #c13a41;
	padding: 15px;
	margin-bottom: 20px;
}

h1.title span {
	border-left: solid 4px #fff;
	padding-left: 10px;
	color: #fff;
}

.blog_info ul{
	padding: 0px;
	margin: 0 0 18px;
}

.blog_info li{
	font-size: 13px;
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #555;
}

.blog_info li a {
	color: #555;
}

li.cal{
	background: url(../images/calendar.gif) no-repeat 0 1px;
}

li.cat{
	background: url(../images/folder.gif) no-repeat 0 0px;
}

li.tag{
	background: url(../images/tag.gif) no-repeat 0 0px;
}

div.thumb {
	margin: 0 0 25px;
}

div.thumb img {
	border: 1px solid #ddd;
	padding: 2px;
}

.nav-below a {
	color: #55AFFF;
	font-weight: bold;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.blog_box {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	margin: 0 0 25px;
}

.blog_box .left_img {
	width: 35%;
	float: left;
}

.blog_box .right_text {
	width: 63%;
	float: left;
}

.blog_box .right_text h2 {
	font-size: 18px;
	color: #555;
	line-height: 25px;
	padding: 10px 0;
	margin: 0 0 0 0;
}

.blog_box .right_text p {
	color: #555;
	font-size: 14px;
}

.blog_box .right_text .link {
	float: right;
	color: #55AFFF;
	font-weight: bold;
}

.blog_bn_01 {
	position: absolute;
	margin: -72px 0 0 139px;
}

.blog_bn_01 p {
	margin: 0 !important;
}

.blog_bn_01 p a {
	color: #55AFFF;
}

.blog_bn_02 {
	margin: 0px 0 10px 0;
}

.blog_bn_02 p {
	margin: 0 !important;
}

.blog_bn_02 p a {
	color: #55AFFF;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

	/****************************
		element
	****************************/
	.inner{
		width: auto;
		margin: 0 auto;
	}

	.ipad_txt{
		display: block!important;
	}

	/****************************
		contents
	****************************/

	.mainarea {
	    width: 100%;
	    margin: 0 auto;
	}

	.bxslider{
		max-width: 100%;
	}

	#container{
	    min-width: 0;
	    margin-left: 0;
	}

	.contents{
		padding: 30px 0;
	}

	.cn_title h2{
		margin-bottom: 10px;
		font-size: 26px;
		font-weight: normal;
		color: #666666;
	}

	.border_box_left{
		background: #c31018;
		width: 30%;
		height: 4px;
		margin-bottom: 30px;
		float: left;
	}

	.border_box_right{
		background: #e8e8e8;
		width: 70%;
		height: 4px;
		margin-bottom: 30px;
		float: right;
	}

	.news_box{
		width: 696px;
		margin: 0 auto;
	}

	.news_box dl{
		clear: both;
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #e8e8e8;
	}

	.news_box dt{
		display: table-cell;
		font-size: 14px;
	}

	.news_box dt span.day{
		background: #c31018;
		padding: 2px 8px;
		margin-right: 10px;
		border-radius: 5px;
		font-size: 12px;
		color: #fff;
	}

	.news_box dd{
		display: table-cell;
	}

	.news_box dd a {
		background: url(../images/arrow.png) no-repeat 52px center;
	    padding: 2px 20px 1px 10px;
	    margin-left: 20px;
	    font-size: 12px;
	    color: #c31018;
	    border: solid 1px #c31018;
	    border-radius: 4px;
	    vertical-align: middle;
	}

	.list_btn{
		width: 170px;
	    margin: 60px auto -30px;
		border-radius: 50px;
		border: solid 1px #c31018;
	}

	.list_btn a{
		background: url(../images/arrow_middle.png) no-repeat 143px center;
		display: block;
		padding: 12px 0;
		text-align: center;
		color: #c31018;
	}

	.achieve_box{
		background: #000;
		position: relative;
		min-height: 200px;
		float: left;
	    margin: 0 15px;
	}

	.achieve_inner{
	    background: rgba(255, 255, 255, 0.8);
		width: 207px;
		padding: 10px;
		position: absolute;
		bottom: 0;
	}

	.achieve_box.m0{
		margin-right: 0;
	}

	span.category{
		background: #c13a40;
		font-size: 12px;
		padding: 3px 5px; 
		color: #fff;
	}

	p.category_block{
		margin-bottom: 10px;
	}

	p.achieve_text{
		font-size: 13px;
		line-height: 24px;
	}

	.course_box{
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.course_box.m0{
		margin-right: 0;
	}

	.course_box h3{
		background: #c13a40;
		padding: 10px;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
	}

	span.course_category{
		color: #fff;
		font-size: 12px;
		border-radius: 5px;
	}

	span.course_category.green{
		background: #38e100;
		padding: 4px;
	}

	span.course_category.yellow{
		background: #e19f00;
		padding: 4px;
	}

	span.course_category.blue{
		background: #4797e8;
		padding: 4px;
	}

	span.course_category.orange{
		background: #ff5f07;
		padding: 4px;
	}

	span.course_category.pink{
		background: #ff92fe;
		padding: 4px;
	}

	.course_text_block {
		position: relative;
	    border: solid 1px #c13a40;
	    padding: 15px 10px 10px;
	    min-height: 127px;
	}

	.course_text_block p{
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}

	.course_btn {
	    position: absolute;
	    bottom: 10px;
	    right: 20px;
	}
	.course_btn a {
	    background: url(../images/arrow_white.png) right center no-repeat;
	    display: block;
	    padding: 5px 20px 5px 10px;
	    color: #fff;
	}

	.bx-prev {
		background: url(../images/prev.png) no-repeat center #fff;
	    position: absolute;
	    right: 0;
	    padding: 10px 15px;
	    margin: -121px 0 0;
	    text-indent: -9999px;
	}

	.bx-next {
		background: url(../images/next.png) no-repeat center #fff;
	    position: absolute;
	    left: 0;
	    padding: 10px 15px;
	    margin: -121px 0 0;
	    text-indent: -9999px;
	}

	.bx-controls-direction{
		position: relative;
	}

	.on_hover{
		visibility: visible;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	/****************************
		login
	****************************/
	.member_entry th {
		width: 100%;
		box-sizing: border-box;
	}

	.member_entry td {
		width: 100%;
		box-sizing: border-box;
	}
	
	div.user_menu ul li {
		width: 14.5%;
		float: left;
		padding: 0;
		border-left: solid #CCC 1px;
		text-align: center;
	}

	div.user_menu ul li.u_name {
		width: 18%;
		float: left;
		border: none;
		text-align: left;
		padding: 12px 0 0 4px;
	}

	div.user_menu ul li.u_ico {
		display: block;
		width: 6%;
		float: left;
	}
	
	.bbsta td {
		display: block;
		width: 100%;
	}
	
	.bbsta td input[type="text"] {
		width: 80%;
	}
	
	.bbsta td textarea {
		width: 80%;
	}
	
	.thank td {
		padding: 18px 10px 22px;
	}
	
	#magaframe iframe {
		width: 100%;
	}
	
	div #noardlink ul li {
		width: 100%;
		float: none;
		text-align: left;
		padding: 5px 0;
	}
	
	div#article_sre {
		text-align: left;
		margin: 5px 0 0 0;
	}
	
	/****************************
		wp
	****************************/
	div.thumb img {
		width: auto;
		height: auto;
		box-sizing: border-box;
	}
	
	.blog_box .left_img {
		width: 100%;
		float: none;
	}
	
	.blog_box .right_text {
		width: 100%;
		float: none;
	}

	/****************************
		element
	****************************/

	.mainarea{
		width: 100%;
		margin: 0 auto;
	}

	.inner{
		width: auto;
		margin: 0 auto;
		padding: 0 2%;
	}

	/****************************
		contents
	****************************/

	.bxslider{
		width: 100%;
		padding: 0;
	}

	#container{
	    min-width: 0;
	    margin-left: 0;
	}

	.contents{
		padding: 30px 0;
	}

	.cn_title h2{
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: normal;
		color: #666666;
	}

	.border_box_left{
		background: #c31018;
		width: 30%;
		height: 4px;
		margin-bottom: 30px;
		float: left;
	}

	.border_box_right{
		background: #e8e8e8;
		width: 70%;
		height: 4px;
		margin-bottom: 30px;
		float: right;
	}

	.news_box{
		width: auto;
		margin: 0 auto;
	}

	.news_box dl{
		clear: both;
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #e8e8e8;
	}

	.news_box dt{
		display: block;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.news_box dt span.day {
	    background: #c31018;
	    width: 80px;
	    padding: 5px 10px;
	    margin-right: 10px;
	    border-radius: 5px;
	    font-size: 14px;
	    color: #fff;
	    display: block;
	}

	.news_box dd{
		display: block;
		line-height: 24px;
	}

	.news_box dd a {
	    background: url(../images/arrow.png) no-repeat 62px center;
	    display: block;
	    width: 50px;
	    text-align: center;
	    padding: 2px 20px 1px 10px;
	    margin-left: 0;
	    margin-top: 10px;
	    font-size: 12px;
	    color: #c31018;
	    border: solid 1px #c31018;
	    border-radius: 4px;
	    vertical-align: middle;
	}

	.list_btn{
		width: 170px;
	    margin: 60px auto -30px;
		border-radius: 50px;
		border: solid 1px #c31018;
	}

	.list_btn a{
		background: url(../images/arrow_middle.png) no-repeat 143px center;
		display: block;
		padding: 12px 0;
		text-align: center;
		color: #c31018;
	}


	.achieve_box{
		background: #000;
		position: relative;
		width: auto;
		min-height: 200px;
		float: left;
		margin: 0;
	}

	.achieve_inner{
	    background: rgba(255, 255, 255, 0.8);
		width: 100%;
		padding: 10px;
		position: absolute;
		box-sizing: border-box;
		bottom: 0;
	}

	.achieve_box.m0{
		margin-right: 0;
	}

	span.category{
		background: #c13a40;
		font-size: 12px;
		padding: 3px 5px; 
		color: #fff;
	}

	p.category_block{
		margin-bottom: 10px;
	}

	p.name_block{
		margin-bottom: 5px;
	}

	p.achieve_text{
		font-size: 16px;
		line-height: 24px;
	}

	.course_box{
		float: left;
		width: auto;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.course_box.m0{
		margin-right: 0;
	}

	.course_box h3{
		background: #c13a40;
		padding: 10px;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
	}

	span.course_category{
		color: #fff;
		font-size: 12px;
		border-radius: 5px;
	}

	span.course_category.green{
		background: #38e100;
		padding: 4px;
	}

	span.course_category.yellow{
		background: #e19f00;
		padding: 4px;
	}

	span.course_category.blue{
		background: #4797e8;
		padding: 4px;
	}

	span.course_category.orange{
		background: #ff5f07;
		padding: 4px;
	}

	span.course_category.pink{
		background: #ff92fe;
		padding: 4px;
	}

	.course_text_block{
		border: solid 1px #c13a40;
		padding: 15px 10px 10px;
	}

	.course_text_block p{
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}

	.course_btn{
		background: #c13a40;
		padding-right: 5px;
		border-radius: 5px;
		float: right;
	}

	.course_btn a {
	    background: url(../images/arrow_white.png) right center no-repeat;
	    display: block;
	    padding: 5px 20px 5px 10px;
	    color: #fff;
	}

	.bx-prev {
		background: url(../images/prev.png) no-repeat center #fff;
	    position: absolute;
	    right: 0;
	    padding: 10px 15px;
	    margin: -121px 0 0;
	    text-indent: -9999px;
	}

	.bx-next {
		background: url(../images/next.png) no-repeat center #fff;
	    position: absolute;
	    left: 0;
	    padding: 10px 15px;
	    margin: -121px 0 0;
	    text-indent: -9999px;
	}

	.bx-controls-direction{
		position: relative;
	}

	.on_hover{
		visibility: visible;
	}

}
