@import "/base.css";
@import "/with_sidebar.css";

/* --------------------------------------
inquiry
---------------------------------------*/
div#alpha div.section div.section {
	padding-bottom : 30px;
}

/* --------------------------------------
grobal menu
---------------------------------------*/
div#gmenu li a.recruit{
	padding-top : 5px;
	padding-bottom : 4px;
	border-top : 3px solid #CB271F;
	background-color : #ffffff;
	background-position : right bottom;
}

/* --------------------------------------
content
---------------------------------------*/
div#pagebody h2#banner-index {
	padding : 0;
}
div#alpha div.content {
	margin : 0 20px 20px 20px;
}
div#alpha div.entry-content {
	margin-top : 20px;
}
div#alpha div.content h3 {
	margin-top : 30px;
}
/* --------------------------------------
table
---------------------------------------*/
table.ctable {
	margin : 10px auto;
	width : 88%;
}
table.ctable th,
table.ctable td {
	padding : 5px;
}
table.ctable td.value,
table.ctable th.value {
	width : 55%;
}
table.ctable ul {
	margin : 0 0 0 10px;
	padding : 0 0 0 10px;
}

/* --------------------------------------
banner
---------------------------------------*/
div#alpha h2#banner-index {
	margin-bottom : 20px;
	position : relative;
	left : -20px;
}
div#alpha h2#banner-index img {
	border-bottom : 1px solid #cccccc
}