@charset "UTF-8";

/* common */

.page-master{
	background:#000;
	color:#fff;	
}

.txt-y{
	color:#F8B128;
}

.h3-s{
	font-size:16px;
}

.tit-event span{
	border:1px solid #fff;
	padding:8px 13px;
}

table.detail-master th{
	width:15%;
}

table.detail-master td a{
	color:#F8B128 !important;
}

.footer-master{
	padding-top:30px;
}

/*----------------------------------------------------*/

.logo-1{
	width:170px;
	margin-bottom:50px;
}

.tit-main-1{
	font-size:30px;
	margin-bottom:20px;
}

.tit-main-2{
	font-size:20px;
	margin-bottom:20px;
}

.mgn-ma-1{
	margin-top:35px;
}

.txt-master-1{
	font-size:18px;
}

table.detail-master th,
table.detail-master td{
	border:1px solid #78564E;
	border:1px solid #654A43;
	vertical-align:top;
}

table.menu-master,
table.menu-master th,
table.menu-master td{
	border:none !important;
}

table.menu-master th,
table.menu-master td{
	padding:0 10px 7px 0;
	vertical-align:top;
}

.wrao-logo{
	display:table;
	width:55%;
}

.wrao-logo div{
	display:table-cell;
	border-spacing:5px 0;
	vertical-align:middle;
}

.wrao-logo div img{
	width:70%;
	margin:0 auto;
}

.wrao-logo div:nth-child(1) img{
	width:85%;
}

/* ----------------------------------------------------
 md */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
	
}


/* ----------------------------------------------------
 sm */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	
	
	
}


@media screen and (max-width: 992px) {
	
	.logo-1{
		width:100px;
	}
	
	.tit-main-1{font-size:20px;}
	.tit-main-2{font-size:16px;}
	
	.txt-master-1{font-size:16px;}
	
	table.detail-master{
		font-size:12px;
	}
	
	.wrao-logo{
		width:100%;
	}
	
	.wrao-logo div img{
		width:80%;
	}
	
}

/* ----------------------------------------------------
 xs */
@media screen and (max-width: 767px) {
	
	.mgn-ma-1{margin-top:0px;}
	
	table.detail-master th{
		width:20%;
	}

}

