@charset "utf-8";

#con{
	max-width:715px;
}

/**/

#con>div{
	margin:50px 0;
}

/**/

#st-nv b{
	display:block;
	font-weight:normal;
}

#st-nv span{
	font-size:13px;
}

.ar-l,
.ar-r{
	position:relative;
}

.ar-l{
	padding-left:50px;
}

.ar-r{
	padding-right:50px;
}

.ar-l::before,
.ar-l::after,
.ar-r::before,
.ar-r::after{
	background:#000;
	bottom:0;
	content:"";
	height:1px;
	margin:auto;
	position:absolute;
	top:0;
}

.ar-l::before,
.ar-l::after{
	left:0;
}

.ar-r::before,
.ar-r::after{
	right:0;
}

.ar-l::before,
.ar-r::before{
	width:40px;
}

.ar-l::after,
.ar-r::after{
	width:10px;
}

.ar-l::after{
	transform-origin:left;
	transform:rotate(-45deg);
}

.ar-r::after{
	transform-origin:right;
	transform:rotate(45deg);
}

/**/

#st-bx>div{
	width:49%;
}

h1{
	display:inline-block;
	font-size:25px;
}

#st-t b{
	font-weight:normal;
}

#st-p p{
	font-size:13px;
}

#st-s{
	margin:15px 0;
}

#st-s a+a{
	margin-left:5px;
}

#st-th img{
	cursor:pointer;
}

#st-th img+img{
	margin-left:5px;
}

/**/

@media(max-width:960px){

#con>div{
	margin:10px auto;
	max-width:320px;
}

.ar-l{
	padding-left:15px;
}

.ar-r{
	padding-right:15px;
}

.ar-l::before,
.ar-r::before{
	width:10px;
}

.ar-l::after,
.ar-r::after{
	width:6px;
}

#st-nv b,
#st-nv span{
	font-size:11px;
}

#st-bx{
	display:block;
}

#st-bx>div{
	width:auto;
}

#st-t{
	margin-top:10px;
}

h1{
	font-size:20px;
}

}

/**/

@media(max-width:600px){



}