@charset "UTF-8";
/*---------------- pc & phone  common ---------------*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	list-style-type:none;
}
body{
	text-align:left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#fff;
	font-size:14px;
	width:100%;
	min-width:970px;
	background:#000;
}
img{
	border:none;
}
div{
	margin:0px;
	padding:0px;
}
p{
	line-height: 1.75em;
}
a {
	overflow: hidden;
	outline: none;
	text-decoration:none;
}
h1,h2,h3,li,dt,dd,p,th,td{
	word-break: break-all;	
}
a:hover{
	text-decoration:underline;	
}
a:visited,
a:link,
a:active{
	color:#393939;
}
.gotop{
	width:1020px;
	text-align:right;
	clear:both;
	margin: 2% auto 0 auto;
}
.gotop a{
	color:#ff7d7c;
	font-weight:bold;
}
p.aleat, span.aleat {
    color: #FF0000;
}
.inr{
	width:1000px;
	margin:0 auto;
}
.section{
	padding:30px 0;
}
/*------------ pc_clearfix ------------*/
.pc_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pc_clearfix {
	display: inline-table;
}
/*------------ IE-mac ------------*/
* html .pc_clearfix {
	height: 1%;
}
*+html .pc_clearfix {
	min-height: 1%;
}
.pc_clearfix{
	display: block;
}
/*---------- End IE-mac ----------*/

/******************* header *************************/

#header{
	background: #000;
	height: 430px;
}
#header .inr {
	height: 430px;
	background-image: url("../images/top.png");
}
#header .top_box {
	top: 130px;
	position: relative;
}

#header .inr .top_ttl{
	color: rgba(224,224,224,0.7);
	font-size: 76px;
	text-align: center;
	letter-spacing: 8px;
}

/******************* item_list *************************/

.item_list{
	background: #fff;
	margin:50px auto;
	padding:30px 0;
	width:1000px;
}

.item_list p{
	font-size:32px;
	border-bottom:1px solid;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	color:#000;
}

/******************* step *************************/
#step{
	background:#170B03;
	border:2px solid #736357;
	border-left:none;
	border-right:none;
}
#step .inr{
	text-align:center;
}
#step h1{
	font-size:40px;
	color: #fff;
}
/******************* step2 *************************/
#step2{
}
#step2 h2{
	font-size:36px;
	margin:0 0 10px;
}
#step2 .inr{
	overflow:hidden;
	clear:both;
}
#step2 .inr .inr_box_r{
	float:right;
	width:430px;
}
#step2 .inr .inr_box_l{
	float:left;
	width:550px;
}
#step2 .inr .inr_box_l p{
}
/******************* step3 *************************/
#step3{
}
#step3 h2{
	text-align:center;
	font-size:36px;
	margin: 0 0 50px;
	padding: 30px 0;
	line-height: 110px;
	color: #C7B299;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
}
#step3 .inr{
	overflow:hidden;
	clear:both;
}
#step3 .inr_box{
	margin: 0 0 30px;
	overflow:hidden;
}
#step3 .inr_box .f_l{
	float:left;
	width:530px;
}
#step3 .inr_box .f_r{
	float:right;
}
#step3 .inr_box .f_l h3{
	font-size:36px;
	margin:0 0 10px;
}
#step3 .inr_box .f_l p{
	height: 220px;
    margin: 0 0 20px;
}
#step3 .top_b{
	border-bottom:1px solid #fff;
}
#step3 .img_box{
	overflow: hidden;
	margin: 0 0 30px;
	padding: 30px 0;
	width: 986px;
	border: 7px double;
}
#step3 .img_box_inr{
	width:350px;
	float:left;
	margin: 0 30px;
	border:1px solid;
}
#step3 .img_box_inr p{
	text-align: center;
	font-size: 38px;
	line-height: 1.25em;
	font-weight: bold;
	margin: 20px 0;
}
#step3 .img_box_inr2{
	width: 510px;
	padding: 0 40px 0 0;
	float: right;
}
#step3 .img_box_inr2 p{
}
#step3 .img_box_inr2 p.img_box_inr_ttl{
	font-size: 20px;
	margin: 0 0 5px;
}
/******************* step4 *************************/
#step4{
}
#step4 h2{
	text-align:center;
	font-size:36px;
	margin: 0 0 50px;
	padding: 30px 0;
	line-height: 110px;
	color: #C7B299;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
}
#step4 .inr{
	overflow:hidden;
	clear:both;
}
#step4 .img_box{
	clear:both;
}

#step4 .f_l{
	float:left;
}
#step4 .f_r{
	float:right;
}
#step4 .inr_box{
	width:470px;
	margin: 0 0 50px;
}
#step4 .inr_box h3{
	font-size:32px;
	margin:0 0 10px;
}
#step4 .inr_box p{
	height: 220px;
    margin: 0 0 20px;
}

/******************* step5 *************************/
#step5{
}
#step5 h2{
	text-align:center;
	font-size:36px;
	margin: 0 0 50px;
	padding: 30px 0;
	line-height: 110px;
	color: #C7B299;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
}
#step5 h3{
	font-size:36px;
	margin:0 0 10px;
}
#step5 .inr{
	overflow:hidden;
	clear:both;
}
#step5 .inr .inr_box_l{
	float:left;
	width:520px;
}
#step5 .inr .inr_box_r{
	float:right;
	width:430px;
	margin:0 0 30px;
}
#step5 .inr .inr_box_r p{
}
#step5 .inr_list{
	overflow:hidden;
	clear:both;
	padding:30px;
	border: 1px solid;
}
#step5 .inr_list_box{
	float:left;
	width:290px;
	margin:0 30px 0 0;
}
#step5 .inr_list_box .list_ttl{
	background: #998675;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
}

#step5 .last{
	margin:0 0 0 0;
}
/******************* step6 *************************/
#step6{
}
#step6 .inr{
	overflow:hidden;
	clear:both;
}
#step6 .inr_box_top{
	clear:both;
	padding: 27px 30px;
	background: url("../images/jet_008.png") no-repeat;
}
#step6 .inr_box_top h2{
	font-size:36px;
	margin:0 0 10px;
	color:#666;
}
#step6 .inr_box_top p{
	color:#333;
}
#step6 .f_l{
	float:left;
}
#step6 .f_r{
	float:right;
}
#step6 .inr_box {
    width: 443px;
	height:180px;
    margin: 30px 0 50px;
    border: 1px solid #C7B299;
    padding: 25px;
}
#step6 .inr_box h3{
	text-align:center;
	font-size:36px;
	margin:0 0 10px;
	color:#C7B299;
	border-bottom:1px solid #fff;
}
#step6 .inr_box p.ib_ttl{
	font-size: 30px;
}

#step6 .inr_box_btm{
	clear:both;
	background: url("../images/jet_009.png") no-repeat;
}
#step6 .inr_box_btm p{
	margin: 0 auto;
	font-size: 32px;
	padding: 70px 0;
}
#step6 .tel_box{
	overflow: hidden;
	clear: both;
	padding: 25px 40px;
	border: 1px solid #fff;
	margin: 50px 0 0;
}
#step6 .tel_box .box_l{
	width:570px;
}
#step6 .tel_box .box_l p{
	font-size:34px;
}
#step6 .tel_box .box_r{
	width: 310px;
	margin: 0 20px 0 0;
}
#step6 .tel_box .box_r .tel_nb{
	font-size: 30px;
	height: 50px;
}
#step6 .tel_box .box_r .tel_i{
	font-size: 40px;
	margin: 0 0 0 10px;
}
#step6 .tel_box .box_r .tel_info{
	font-size: 14px;
	margin: 3px 0;
}
#step6 .tel_box .box_r .mail{
	background: #C7B299;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
/******************* footer *************************/
#footer{
}
#footer .inr{
	clear:both;
	overflow:hidden;
}
#footer .f_inr{
	float: left;
	width: 250px;
	text-align: left;
	margin: 0 0 0 83px;
}
#footer .f_inr.last{
}
#footer .f_inr p{
}
#footer .f_inr p.zipcode{
}
#footer .f_inr p.address{
}
#footer .f_inr p.hp{
}
#footer .f_inr ul{
}
#footer .f_inr ul li{
	position: relative;
}
#footer .f_inr ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/******************* copyright *************************/
#copyright{
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 40px 0 10px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 580px) {
	
	/* smartphone  style */
	img{
		width: 100%;
		height: auto;
	}
	#content{
		min-height:400px;
	}
	#content img{
		width: 100%;
	}
	*{
		font-size:98%;	
	}
	body{
		-webkit-text-size-adjust: 100%;
		min-width:100%;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#wrapper{
		padding-top:3%;
		width:100%;
		margin:0 auto;
	}
	#wrap-top{
		width:100%;
	}
	#sp_yohaku{
		width:96%;
		margin:0 auto;	
	}
	
	/*------------ sp_clearfix ------------*/
	.sp_clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.sp_clearfix {
		display: inline-table;
	}
	/*------------ IE-mac ------------*/
	* html .sp_clearfix {
		height: 1%;
	}
	*+html .sp_clearfix {
		min-height: 1%;
	}
	.sp_clearfix{
		display: block;
	}
	/*---------- End IE-mac ----------*/
	
	.sp_hidden{
		display:none;	
	}
	.gotop {
		width:100%;
		margin-top: 5%;
	}
	.inr{
		width:96%;
		margin: 0 2%;
	}
	
	/******************* header *************************/
	
	#header{
		background: #000;
		height: 150px;
	}
	#header .inr {
		height: 150px;
		background: url("../images/top.png") center center/300px 150px no-repeat;
	}
	#header .top_box {
		top: 50px;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	#header .top_box img{
		width: 210px;
		margin: 10px;
	}
	
	#header .inr .top_ttl_img{
	}
	
	#header .inr .top_ttl{
		color: #e0e0e0;
		font-size: 170%;
		text-align: center;
		width: 100%;
		line-height: 1.25em;
		margin: 0;
		letter-spacing: 2px;
	}
	/******************* item_list *************************/
	
	.item_list{
		background: #fff;
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
	
	.item_list p{
		font-size: 120%;
		border-bottom: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	/******************* step *************************/
	#step{
		background: #170B03;
	}
	#step .inr{
		text-align:center;
	}
	#step h1{
		font-size: 130%;
		padding: 1.5% 1.3% 0 0;
		width: 100%;
	}
	/******************* step2 *************************/
	#step2{
		padding: 30px 0 0;
	}
	#step2 h2{
		font-size: 180%;
		margin: 0 0 10px;
	}
	#step2 .inr{
		overflow:hidden;
		clear:both;
	}
	#step2 .inr .inr_box_l{
		float: none;
		width:100%;
	}
	#step2 .inr .inr_box_r{
		float:none;
		width:100%;
	}
	#step2 .inr .inr_box_r p{
		margin: 10px 0;
	}
	/******************* step3 *************************/
	#step3{
	}
	#step3 h2 {
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 140%;
		margin: 0 0 40px;
		padding: 60px 0 40px;
		line-height: 1.5em;
		color: #C7B299;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
	}
	#step3 h2 br{
		display:none;
	}
	#step3 .inr{
		overflow:hidden;
		clear:both;
	}
	#step3 .inr_box{
		margin: 0 0 30px;
		overflow:hidden;
	}
	#step3 .inr_box .f_l{
		float:none;
		width:100%;
	}
	#step3 .inr_box .f_r{
		float:none;
	}
	#step3 .inr_box .f_l h3{
		font-size:180%;
		margin:0 0 10px;
	}
	#step3 .inr_box .f_l p{
		height: 100%;
		margin: 0 0 20px;
	}
	#step3 .top_b{
		border-bottom:none;
	}
	#step3 .img_box{
		overflow: hidden;
		margin: 0 0 30px;
		background: none;
		padding: 30px 3% 10px;
		width: 89%;
		height: 100%;
		border: 7px double;
	}
	#step3 .img_box_inr{
		width: 90%;
		margin: 0 5%;
		float: none;
		border: 1px solid;
	}
	#step3 .img_box_inr p{
		text-align: center;
		color: #fff;
		font-size: 260%;
		line-height: 1.25em;
		font-weight: bold;
		margin: 10px 0 0;
	}
	#step3 .img_box_inr2{
		width: 90%;
		padding: 0 5%;
		float: none;
	}
	#step3 .img_box_inr2 p{
		margin:20px 0;
	}
	#step3 .img_box_inr2 p.img_box_inr_ttl{
		font-size: 20px;
		margin: 0 0 5px;
		display:none;
	}
	/******************* step4 *************************/
	#step4{
		padding: 30px 0 0;
	}
	#step4 h2{
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 140%;
		margin: 0 0 40px;
		padding: 60px 0 40px;
		line-height: 1.5em;
		color: #C7B299;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
	}
	#step4 .inr{
		overflow:hidden;
		clear:both;
	}
	#step4 .img_box{
		clear:both;
	}
	#step4 .f_l{
		float:none;
	}
	#step4 .f_r{
		float:none;
	}
	#step4 .inr_box{
		width: 100%;
		margin: 30px 0;
	}
	#step4 .inr_box h3{
		font-size: 160%;
		margin: 0 0 10px;
	}
	#step4 .inr_box p{
		height: 100%;
		margin: 0 0 20px;
	}
	
	/******************* step5 *************************/
	#step5{
	}
	#step5 h2{
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 140%;
		margin: 0 0 40px;
		padding: 60px 0 40px;
		line-height: 1.5em;
		color: #C7B299;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.08) 0%, rgba(115,115,115,0.99) 99%, rgba(115,115,115,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0.08) 0%,rgba(115,115,115,0.99) 99%,rgba(115,115,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14000000', endColorstr='#737373',GradientType=1 ); /* IE6-9 */
	}
	#step5 h3{
		font-size: 160%;
		margin: 0 0 10px;
	}
	#step5 .inr{
		overflow:hidden;
		clear:both;
	}
	#step5 .inr .inr_box_l{
		float:none;
		width:100%;
	}
	#step5 .inr .inr_box_l p{
		margin: 0;
	}
	#step5 .inr .inr_box_r{
		float:none;
		width:100%;
		margin:0 0 30px;
	}
	#step5 .inr .inr_box_r p{
	}
	#step5 .inr_list{
		overflow: hidden;
		clear: both;
		padding: 20px 0;
		background: url("../images/jet_007.png") repeat-y;
		margin: 20px 0 0;
	}
	#step5 .inr_list_box{
		float: none;
		width: 96%;
		margin: 0 2% 20px;
	}
	#step5 .inr_list_box .list_ttl{
		background: #998675;
		color: #fff;
		text-align: center;
		padding: 5px;
		font-weight: bold;
		margin: 0 0 10px;
		font-size: 120%;
	}
	
	#step5 .last{
		margin:0 2%;
	}
	/******************* step6 *************************/
	#step6{
	}
	#step6 .inr{
		overflow:hidden;
		clear:both;
	}
	#step6 .inr_box_top{
		clear: both;
		padding: 3%;
		border: 1px solid;
		background: none;
		margin: 0;
		width: 93%;
	}
	#step6 .inr_box_top h2{
		text-align: center;
		font-size: 180%;
		background: #none;
		margin: 0 0 15px;
		padding: 5px 0;
		color: #C7B299;
		border-bottom:1px solid #fff;
	}
	#step6 .inr_box_top p{
		color:#fff;
	}
	
	#step6 .f_l{
		float:none;
	}
	#step6 .f_r{
		float:none;
	}
	#step6 .inr_box {
		width: 93%;
		height: 100%;
		margin: 30px 0;
		border: 1px solid;
		padding: 3%;
	}
	#step6 .inr_box h3{
		text-align: center;
		font-size: 170%;
		background: #none;
		margin: 0 0 15px;
		padding: 5px 0;
	}
	#step6 .inr_box p.ib_ttl{
		font-size: 160%;
	}
	
	#step6 .inr_box_btm{
		clear:both;
		background: url("../images/jet_sp_009.png")  center center/100% 100% no-repeat;
		width: 100%;
	}
	#step6 .inr_box_btm p{
		text-align: center;
		margin: 0 auto;
		font-size: 120%;
		padding: 40px 0;
	}
	#step6 .tel_box{
		overflow: hidden;
		clear: both;
		padding: 3%;
		border: 1px solid #fff;
		margin: 30px 0 0;
		width: 92%;
	}
	#step6 .tel_box .box_l{
		width: 100%;
	}
	#step6 .tel_box .box_l p{
		font-size: 130%;
	}
	#step6 .tel_box .box_r{
		width: 100%;
		margin: 0;
	}
	#step6 .tel_box .box_r .tel_nb{
		font-size: 200%;
		height: 37px;
		margin: 2px 6px 0;
	}
	#step6 .tel_box .box_r .tel_i{
		margin: 0 0 0 10px;
		font-size: 130%;
		color: #fff;
	}
	#step6 .tel_box .box_r .tel_info{
		font-size: 100%;
		margin: 3px 0;
	}
	#step6 .tel_box .box_r .mail{
		background: #998675;;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	/******************* footer *************************/
	#footer{
		margin: 10px auto 0;
	}
	#footer .inr{
		clear: both;
		overflow: hidden;
		padding: 10px 0;
		width: 200px;
		margin: 0 auto;
	}
	#footer .f_inr{
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#footer .f_inr.last{
		display:none;
	}
	#footer .f_inr img{
		width: 200px;
	}
	#footer .f_inr p{
		text-align: left;
		font-size: 80%;
	}
	#footer .f_inr p.zipcode{
		margin:10px 0 0;
	}
	#footer .f_inr p.address{
	}
	#footer .f_inr p.hp{
		margin:0 0 10px;
	}
	#footer .f_inr ul{
	}
	#footer .f_inr ul li{
		position: relative;
	}
	#footer .f_inr ul li::after {
	  display: block;
	  content: '';
	  position: absolute;
	  top: .5em;
	  left: -1em;
	  width: 6px;
	  height: 6px;
	  border-right: 1px solid #666;
	  border-bottom: 1px solid #666;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	/******************* copyright *************************/
	#copyright{
		clear: both;
		text-align: center;
		font-size: 70%;
		padding: 0 0 10px;
	}
}
