* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 16px "daxlight", Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: 400;
	background: #EDEDEB url("stst_bg_a2eaae6f94.jpg") no-repeat fixed;
	color: #333;

	padding: 25px 0;
    background-size: cover;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}

a,
em, .mark {
	color: #991355;
}
i {

}
.main {
	position: relative;
	margin: 25px auto;
	width: 820px;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

	box-shadow: 0px 0px 25px -12px rgba(0,0,0,0.5);
}
/* 
.main:before {
    content: "\00a0";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(255,255,255,.8);
}
*/
.logo {
	display: block;
	background: #e2007a;
}
.logo div {
	width: 85%;
	background: #951c55;
	border-right: 6px solid #ffffff;
}
.logo img {
	display: block;

	padding: 24px 0 24px 30px;

}
.head {
	position: relative;
}
.head div {
	padding: 0px 30px 0 30px;
}
.head img {
	display: block;
}
.slider_wrap {
    max-width: 100%;
}
.content {
	padding: 0 30px;

}
.footer {
	padding: 0 30px 10px 30px;
	position: relative;
}
.footer:before {
    content: "\00a0";
    position: absolute;
	width: 0;
	height: 0;
	margin: 34px 0 0 0px;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 22px solid #ffffff;
}
div.important {
	position: absolute;
	top: 120px;
	width: 75%;
	background: rgba(255,255,255,.85);
	padding: 18px 24px 24px 24px;
	font-size: 14px;
}
div.important h3,
div.important h2 {
	padding-top: 0;
}
div.important p:last-child {
	padding-bottom: 0;
}
.box_left {
    float: left;
    width: 48%;
}
.box_right {
    float: right;
    width: 48%;
}
.footer_left {
	background: #951c55;
	padding: 20px 32px 10px 32px;
	color: #ffffff;
	margin: 10px 0 30px 0;
}
.footer_left h3 {
	color: #ffffff;
}
.footer_left h3 {
	padding-top: 0;
}
.footer_right {
}
.iframe_container {
    position: relative;
    padding: 30px 0 56.15% 0;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,
.iframe_container object,
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
h1, h3 {
}
h1 {
	position: relative;
	font-size: 32px;
	line-height: 1.2;
    text-transform: inherit;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0 0;
	color: #991355;
}
h1:before {
    content: "\00a0";
    position: absolute;
	width: 0;
	height: 0;
	margin: -4px 0 0 -31px;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 22px solid #991355;
}
h1 span {
    font-size: 80%;
    font-weight: inherit;
}
.h1_small {
	display: inherit;
    text-transform: inherit;
    font-weight: 300;
    font-size: 16px;
	color: #333;
	padding: 8px 0 0 0;
}
h2 {
	font-size: 26px;
	padding: 16px 0 0px 0;
	margin: 0 0 10px 0;
	color: #991355;
}
h3 {
	font-size: 26px;
	padding: 16px 0 0px 0;
	margin: 0 0 10px 0;
	color: #991355;
	border-bottom: 1px solid #e8e8e8;
}
h1, h1 strong, h1 b {
	font-weight: 700;
}
h2, h2 strong, h2 b {
	font-weight: 700;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 16px 0;
}
ul  {
    padding: 0 0 16px 12px;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 0;
    position: relative;
}
li:before {
    position: absolute;
    content: "\203A";
    color: #991355;
    width: 5px;
    height: 5px;
	font-size: 20px;
    margin: -.1em 0 0 -10px;

}
li li:before {
    background: none;
	border: 1px solid #3C3C3C;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 75%;
}
div.breaker {
	clear: both;
	overflow: hidden;
}
.mobile {
	display: none;
}
.btn {
	display: inline-block;
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: inherit;
    color: #991355;
    background: #ffffff;
    padding: 10px 40px;
    width: 100%;
    margin: 0 auto 0 auto;
    border: 1px solid #ffffff;
/* 
    border-radius: 24px;
 */
}
.btn:hover {
    border-color: #e2007a;
    background: #e2007a;
    color: #ffffff;
    text-decoration: none;
}
@media only screen and (max-width:810px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		padding: 0;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	.main {
		margin: 0 auto;
		margin: 2% auto;
	    width: 96%;
	    border: 0;
	}
	.logo div {
		width: 100%;
		background: #951c55;
		border-right: none;
	}
	.logo img {
		padding: 20px 5%;
	}
	.head div {
		padding: 20px 5% 0 5%;
	}
	.content {
		padding: 0 5%;
	}
	.footer {
		padding: 0 5% 10px 5%;

	}
	div.important {
		position: static;
		width: auto;
		background: none;
		padding: 0;
		font-size: inherit;
	}
	div.important h2,
	div.important h2 b,
	div.important h2 strong {
		font-weight: 700;
	}
 	.box_left,
	.box_right {
	    float: none;
	    width: 100%;
	}
	.footer_left,
	.footer_right {
	    width: 100%;
		float: none;
		padding: 8px 5%;
		margin: 0;
	}
	.footer_right {
		margin-top: 24px;
		padding: 0;
	}
	h1 {
		font-size: 28px;
	}
	h2, h3 {
		font-size: 18px;
	}
	.footer:before,
	h1:before {
 		display: none;
	}
	.h1_small {
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:410px) {

}