@charset "utf-8";

/* --------------------------------------
	共通部分
---------------------------------------- */
body {
	background-color: #CBCCCC;
	font-family: "Atlas Grotesk Web",Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,メイリオ,"ＭＳ Ｐゴシック",sans-serif;
}
p {
	font-size: 10pt;
	margin-bottom: 1em;
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	opacity: 0.6;
}
.clearfix:after{
	content: "."; 
	display: block;
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#wrap {
	width: 842px;
	margin: 0 auto;
	padding: 50px;
	position: relative;
}
#wrap h1 a {
	font-size: 20pt;
	font-weight: bold!important;
	margin: 0;
	padding: 0;
}
#wrap h1 span {
	font-size: 10pt;
	padding-left: 20px;
	font-weight: normal;
}
/* 
	color
 --------------------------------------- */
.fGray { color: #777; }
/* 
	size
 --------------------------------------- */
.fSize14 { font-size: 14pt; }
.fSize16 { font-size: 16pt; }
/* 
	style
 --------------------------------------- */
.fBold { font-weight: bold; }
.link { display: inline-block; padding: 10px 30px; background: #DD5718; color: #fff; font-size: 9pt; }

/* --------------------------------------
	ナビゲーション
---------------------------------------- */
#wrap #nav {
	margin-bottom: 0.5em;
	font-size: 11pt;
}
#wrap #nav > div {
	float: right;
}
#wrap #nav ul {
	float: left;
}
#wrap #nav ul li {
	line-height: 1.5;
	list-style-type: none;
	float: left;
	/padding: 0 6px;
}
.ie8 #wrap #nav ul li {
	padding: 0 6px;
}
#wrap #nav ul li:not(:last-child):after {
	content: "/";
	color: #000!important;
	padding: 0 5px;
}
#wrap #nav ul li:nth-last-of-type(2):after {
	content: " ";
	color: #000!important;
	padding: 0 5px;
}

#wrap #nav ul li#current { 
	color: #999;
}

/* --------------------------------------
	コンテンツ部分
---------------------------------------- */
#wrap #contents {

}