@charset "utf-8";
/***********************************************************
s_menu_an.css
***********************************************************/
#an_menu {width:100%;}
#an_menu_inner {
	background-color: #ffffff;
	border-collapse: separate;
	border-spacing: 1px 1px;
	display:table;
	font-size:14px;
	margin:0px auto;
	table-layout:fixed;
	width:1000px;
	}
#an_menu_inner a {
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
	color: #333333;
	display: table-cell;
	height: 50px;
	letter-spacing: 2px;
	position:relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	vertical-align:middle;
	}
#an_menu_inner a:last-of-type {border-right:none;}
/* サブメニューのカレント */
#an_menu_inner a:after {
	background-color:#fe9e0b;
	bottom:0px;
	content:'';
	height:0px;
	left:0px;
	position:absolute;
	width:100%;
	}
/* サブメニューのカレント設定 */
body.g_an.cd #an_menu_inner a.cd:after {height:3px;}
body.g_an.oc #an_menu_inner a.oc:after {height:3px;}
body.g_an.gc #an_menu_inner a.gc:after {height:3px;}
body.g_an.gn #an_menu_inner a.gn:after {height:3px;}
body.g_an.ch #an_menu_inner a.ch:after {height:3px;}
#an_menu_inner a:hover{background-color:#fe9e0b; color:#ffffff;}

#g_main h2 {
	color:#333333;
	font-size:140%;
	letter-spacing:2px;
	padding-bottom:20px;
	}
