@charset "utf-8";
/* CSS Document */

/*------ BG ------*/
html {
	height:100%;
}
/*------ BODY ------*/
body {
    margin:0;
	background: url(../../common/images/bg_main.jpg) top center no-repeat;
	background-attachment: fixed;
}

	
#wrap {
	margin:0 auto;
	padding: 30px;
	background: rgba(255,255,255,0.4);
	height:100%;
	text-align: center;
}


#content {
    max-width: 1024px;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.95);
}


.clear {
	clear:both;
}


#main {
    margin: 0 auto;
    width: 95%;
}


#main h1 {
	position: relative;
	padding: 5px 0;
	background-color: #f1edcd;
	border-radius: 10px;
	margin-bottom:40px;
	color:#504d27;
}
#main h1::after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 20px solid #f1edcd;
}

.section {
    text-align: center;
}



.section h2 {
	position: relative;
	text-align: center;
	color:#504d27;
}
.section h2 span {
	position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2em;
    padding: 0 1em;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    border-radius: 10px;
}
.section h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e4e4e4;
}



.section ul {
    margin-bottom: 18px;
    list-style: none outside;
    display: inline-table;
    display: inline-block;
    text-align: left;
}

.section ul li {
    margin: 15px 10px;
    display: inline-table;
}

.section ul li a {
    display: table;
    color: #666;
    text-decoration:none;
    line-height: 1.2em;
}

.section ul li a:hover{
    color: #09F;
}


.section ul li img {
    float: left;
    margin: 0 5px 5px 0;
    border: solid 1px #ccc;
}
.section ul li span {
    display: table-cell;
    width: 120px;
    vertical-align: middle;
}

.section ul li span span {
    width: 100%;
}

.cur {
	background-color:#e1ea27;
	padding: 5px 0 0 5px;
}

.cur a{
	font-weight:bold;
}

/* ------ copyright ------*/
#footer {
	margin:50px 0;
	display: inline-block;
}

.copyright {
	margin: 0 auto;
	color: #333;
	font-size: 12px;
}


@media only screen and (max-width: 769px){
	
body {
	width:100%;
	margin:0;
}

#wrap {
	width:100%;
	padding:0;
	padding-top:20px;
}

#content {
	max-width:700px;
}


#footer .copyright {
	margin-top:10px;
}


}


@media only screen and (max-width: 481px){
	

#main {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: inherit;
    background: rgba(255,255,255,0.9);
}

#content {
	width:100%;
    background: none;
}

#wrap {
	width:100%;
	padding:inherit;
}

#main h1 {
	padding: 10px 0;
    font-size: 24px;
    margin: 10px auto;
    width: 90%;
    display: inline-block;

}

.section ul {
	margin-left:-20px;
}

.section ul li {
    margin: 10px 0px;
    display: inline-table;
}


}
