th, td {padding:5px}
/* ลว */
#nav {
	width: 100%;
	margin: 0;
	padding: 0px;
	list-style: none;
	background: #ffffff url(/common/images/tab_bl.gif) repeat-x bottom left;
	    display: flex;
    align-items: center;
	}
#nav li {
	margin: 0;
	padding: 0;
	}
#nav a {
	display: block;
	margin: 0 1px 0 0;
	padding:8px 10px 4px 10px;
	color: #000;
	text-decoration: none;
	border: 1px solid #BFBFC1;
	border-bottom: none;
	background: #F1F1F1;
	}
#nav a:hover, div#intro #t-on a {
	color: #222;
 font-weight:600;
	padding:7px 9px 4px 9px;
	border-color: #BFBFC1;
 border-top: 2px solid #F74702;
 border-bottom: 1px solid #ffffff;
	background: url(/common/images/tab_ic.gif) no-repeat top center;
	}
#nav a:hover, div#intro #t-on2 a {
	color: #222;
 font-weight:600;
	padding:7px 9px 4px 9px;
	border-color: #BFBFC1;
 border-top: 2px solid #F74702;
 border-bottom: 1px solid #ffffff;
	background: url(/common/images/tab_ic.gif) no-repeat top center;
	}

div#intro .t-on a {
	color: #222;
	font-weight:600;
	padding:7px 9px 4px 9px;
	border-color: #BFBFC1;
	border-top: 2px solid #F74702;
	border-bottom: 1px solid #ffffff;
	background: url(/common/images/tab_ic.gif) no-repeat top center;
}
li.Stitle {padding:0;}
.navi_view {margin-bottom:-8px;}


.stat_selectnew, .stat_selectnewdate {
    width: 100%;
    background: #eaf5ff;
    border: solid 1px #bbc6ed;
    border-radius: 5px 5px;
    padding: 10px 20px;
    margin: 10px 0px;
    box-sizing: border-box;
}
.stat_selectnew ul {
		display: flex;
		align-items: center;
	}
	.stat_selectnewdate ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.stat_selectnewdate ul li {
		display: inline-flex;
		align-items: center;
	}
	.stat_selectnewdate ul li input, .stat_selectnewdate ul li select {
		padding:0;
		margin:0 5px;
		padding: 2px 3px;
		border: 1px solid #cccccc;
		color: #444444;
		border-radius: 3px 3px;
	}
.stat_selectnew ul li, .stat_selectnewdate ul li {margin-right:10px;}
.stat_selectnew ul li.title {font-weight:600;margin-left:20px;}
.stat_selectnew select, .stat_selectnewdate select, .select_bub {
    padding: 4px 8px;
    border: 1px solid #cccccc;
    color: #444444;
    border-radius: 3px 3px;
}
