html {
	padding: 0;
	margin: 0;
    height: 100%;
    background-color: #FFF;
}

body {
	background: #FFF;
	color: #666;
	font-family: HKGroteskRegular, "Helvetica Neue", Helvetica, Century Gothic, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
    height: 100%;
    background-attachment: fixed;
    position: relative;
}

* {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


img {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: #666;
	margin: 2px 0 5px 0;
    font-weight: 700;
}

div.clearfix {
	display: block;
    clear: both;
}


.container, .all {
    z-index: 2;
    position: relative;
}

.container img, .all img {
    z-index: 1;
    position: relative;
}

header {
    z-index: 9!important;
    padding: 10px 0;
    margin: 15px auto 15px;
    text-align: center;
}

.detail {
    position: relative;
    display: block;
    padding-top: 30px;
}

.detailContent {
    display: none;
    top: 0;
    padding-top: 7px;
}

.marginBox {
    margin: 15px 0;
    display: block;
}

ul li p {
    margin-bottom: 3px;
}

ul {
	list-style: square;
	padding-left: 17px;
}

ul li {
	list-style: square;
	padding-left: 0px;
}

.backPage {
    position: fixed;
    right: 0%;
    top: 2%;
    background-color: #51A7F9;
    color: #FFF;
    -webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 12px;
    z-index: 995;
}

.backPage:hover {
    text-decoration: underline;
    color: #FFF;
}

.tac {
    padding: 30px 0;
    text-align: left;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Century Gothic, Arial, sans-serif;
    font-weight: 300;
}

.tac h2 {
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Century Gothic, Arial, sans-serif;
    font-weight: 200;
    margin-top: 20px;
	font-size: 25px;
}

.tac h3 {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Century Gothic, Arial, sans-serif;
    font-weight: 200;
    margin-top: 20px;
}

.tac h4 {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Century Gothic, Arial, sans-serif;
    font-weight: 200;
    margin-top: 20px;
}

.tac .contentBox {
    width: 75%;
    margin: 0 auto;
    float: none;
    display: block;
}

.tac ol > li {
    margin: 8px 0;
}

.foote {
    text-align: right;
    font-size: 10px;
}


@media screen 
  and (max-width: 500px) { 
    
}

@media screen 
  and (max-width: 768px) { 
    
}

@media screen 
  and (max-width: 370px) { 
    
}