/* ====================================================
共通設定
==================================================== */
body {
	color: #333333!important;
	line-height: 140%!important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif!important;
	font-size: 14px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#wrapper,
#header,
#content,
#content .panel_list,
#footer {
	clear: both;
	overflow: hidden;
}

#header,
#content ul, 
#footer {
	font-size: 11px;
}

a {
	color: #333333;
	transition: 0.2s;
}

#header > a,
#footer a,
#content .panel_list a {
	padding-left: 1em;
	background: url(../img/icon_arrow.png) no-repeat left 6px;
	text-decoration: none;
}

#header > a:hover,
#footer a:hover,
#content .panel_list a:hover {
	background: url(../img/icon_arrow_hover.png) no-repeat left 6px;
	color: #DE1E38;
}

/* 
ヘッダー
---------------------------------------------------- */
#header {
	margin: 50px 0;
}

#header .logo {
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}

#header .logo a img {
	margin-right: 30px;
	vertical-align: middle;
}

#header > a {
	margin-top: 20px;
	float: right;
}

#header h1 {
	padding: 50px 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-size: 52px;
	line-height: 100%;
	clear: both;
}

#header h1 span {
	float: right;
	font-size: 14px;
	vertical-align: top;
}

/* 
コンテンツ
---------------------------------------------------- */
#content .block {
	margin-bottom: 80px;
}

#content h2 {
	margin-bottom: 20px;
	padding: 15px 0 15px 15px;
	border-left: 8px solid #333333;
	font-size: 26px;
	float: left;
}

/* ページ内リンク */
#content ul {
	margin-top: 15px;
	float: right;
}

#content ul li {
	float: left;
}

#content ul li:before {
	content: "｜";
	margin: 0 5px;
}

#content ul li:first-child:before {
	content: none;
	margin: 0;
}

#content ul li .current {
	font-weight: bold;
	text-decoration: none;
	pointer-events: none;
}

#content ul li a:hover {
	text-decoration: none;
}

/* パネル一覧 */
#content .panel_list {
	width: 980px;
}

#content .panel_list div {
	width: 470px;
	margin-right: 20px;
	float: left;
}

#content .panel_list a {
	width: 443px; /* total:470px */
	height: 20px;
	padding: 10px 5px 10px 22px;
	background-position: 10px 17px;
	vertical-align: middle;
	display: block;
	/* 1行より長いタイトルを省略 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content .panel_list a:hover {
	width: 440px; /* total:470px */
	padding-left: 25px;
	background-position: 13px 17px;
}

#content .panel_list a.odd {
	background-color: #F0F0F0;
}

#content .panel_list a.even {
	background-color: #FCFCFC;
}

/* 
フッター
---------------------------------------------------- */
#footer {
	margin-bottom: 50px;
	padding-top: 40px;
	border-top: 1px solid #D8D8D8;
}

#footer p {
	float: left;
}

#footer p a,
#footer p a:hover {
	background: none;
	padding: 0;
	color: #333333;
}

#footer p a {
	text-decoration: underline;
}

#footer p a:hover {
	text-decoration: none;
	color: #333333;
}

#footer > a {
	float: right;
}