@charset "utf-8";
/* CSS Document */

body,input,button,select,textarea{
	 font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	 font-size:178%;
}

a , a:hover, a:active , a:visited , a:focus {
	text-decoration: none;
	color: white;
}

.all-box{
	width: 100%;
	max-width: 1920px;
	min-width: 1015px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: repeat-y;
}

.header-bg{
	width: 100%;
	background-image: url("../images/head.png");
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.logo-box{
	min-width: 1015px;
	padding: 2% 0;
	margin: 0 auto;
}


.frame-box{
	min-width: 1015px;
	margin: 0 auto;
}
.frame-header{
	width: 100%;
	height: 36px;
	background-image: url("../images/frame_header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
.frame-center{
	width: 100%;
	background-image: url("../images/frame_center.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	padding: 20px 0;
}
.frame-footer{
	width: 100%;
	height: 35px;
	background-image: url("../images/frame_footer.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 150px;
}

.content-header{
	width: 880px;
	height: 78px;
	margin: 0 auto;
	background-image: url("../images/content_header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.content-center{
	width: 880px;
	margin: 0 auto;
	background-image: url("../images/content_center.jpg");
	background-repeat: repeat-y;
	background-position: top center;
}
.content-footer{
	width: 880px;
	height: 100px;
	margin: 0 auto;
	background-image: url("../images/content_footer.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}
.banner-content{
	margin: 12% auto -71%;
	width: 635px;
}


.footer-bg{
	width: 100%;
	background-image: url("../images/footer.png");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}




/*PC*/
@media(min-width:1199px) and (max-width:1720px) {

}

/*Pad*/
@media(min-width:992px) and (max-width:1199px) {
}
/*Pad End*/




/*Pad2*/
@media(min-width:768px) and (max-width:991px) {
}
/*Pad2 End*/


/*Mobile*/
@media(min-width:0px) and (max-width:767px) {
}
/*Mobile End*/