@charset "utf-8";
body, a, p, span, th, td,table, input, textarea, select, button {font-family: "S-CoreDream-3";}


body,p,div{margin:0;padding:0;vertical-align:top}
html {
  font-size: 13px;

	scroll-behavior: auto;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
}

input[type="button"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'S-CoreDream-3';
	font-size: 13px;
	color: #333;
	box-sizing: border-box;
	line-height: inherit;
	/*word-break: keep-all;*/
}
body * {
}
a {
	color: #333;
}
a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	transition: all 0.2s ease-in 0s;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,loader,video {display: inline-block;*display: inline;*zoom: 1;}
audio:not([controls]) {display: none;}
a{text-decoration:none;color:#000;}
a:hover{color:#589cad}
div{box-sizing:border-box;}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl,ul,ol,menu,li{ list-style:none}

li {
	text-decoration: none;
}
input{
	line-height:40px;
    height:40px;
    font-size:14px;
    color: #666;
    padding-left:14px;
	border:1px solid #c4c4c4;
	box-sizing:border-box;
}
input:focus{outline:0;}
button{border:0px;}
input[type="button"]{border-radius:0;-moz-border-radius:0px;-webkit-border-radius:0px;}
select{border-radius: 0;height:40px;line-height:40px;}



.butt_section{display:inline-block;text-align:right;margin-top:30px;}



.mini_butts {
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
	color: #ffffff;background-color:#75544b;
    font-size: 10px;font-weight:bold;
    vertical-align: middle;
    padding: 2px 6px 2px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.mini_butts:hover{
	color:#ffffff;background-color:#9c7265;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.butt {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
	color: #ffffff;background-color:#75544b;
    font-size: 13px;font-weight:bold;
    vertical-align: middle;
    padding: 10px 35px 10px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.butt:hover{
	color:#ffffff;background-color:#9c7265;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.butt-o {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
	color:#75544b;border:1px solid #75544b;
    font-size: 13px;font-weight:bold;
    vertical-align: middle;
    padding: 10px 35px 10px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.butt-o:hover{
		color:#ffffff;background-color:#9c7265;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}


.butt_center{text-align:center;margin-top:30px;}

.big_butt {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
	color: #ffffff;background-color:#75544b;
    font-size: 13px;font-weight:bold;
    vertical-align: middle;
    padding: 10px 35px 10px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.big_butt:hover{
	color:#ffffff;background-color:#9c7265;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.big_butt-o {
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
	color:#75544b;border:1px solid #75544b;
    font-size: 13px;font-weight:bold;
    vertical-align: middle;
    padding: 10px 35px 10px;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.big_butt-o:hover{
		color:#ffffff;background-color:#2e3d43;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}


@media all and (min-width:871px)
{
}

@media all and (min-width:480px) and (max-width:870px)
{

}

@media all and (max-width:480px)
{	

}