/* ====================================================
共通設定
==================================================== */
body {
	color: #333333!important;
	line-height: 140%!important;
	font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif!important;";
	font-size: 14px;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
}

#wrapper,
#header,
#content,
#content .panel_list,
#footer {
	clear: both;
	overflow: hidden;
}

#header,
#content ul, 
#footer {
	font-size: 12px;
}

#content ul {
	margin-bottom:50px;
}

a {
	color: #333333;
	transition: 0.2s;
}

#header > a,
#footer a,
#content .panel_list a {
	padding-left: 1em;
	background: url(../images/icon_arrow.png) no-repeat left 6px;
	text-decoration: none;
}

#header > a:hover,
#footer a:hover,
#content .panel_list a:hover {
	background: url(../images/icon_arrow_hover.png) no-repeat left 6px;
	color: #DE1E38;
}

sub {
	vertical-align: sub;
}

/* 
ヘッダー
---------------------------------------------------- */
#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 {
	font-size: 13px;
	vertical-align: top;
}

/* 
コンテンツ
---------------------------------------------------- */
#content .panel_list a {
	display: block;
}

#content .block {
	margin-bottom: 50px;
}

#content h2 {
	margin-bottom: 20px;
	padding: 15px 0 15px 15px;
	font-size: 26px;
	float: left;
	font-weight: 600;
	border-left: 8px solid #333;
}



/* パネル一覧 */
#content .list:after{
    position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #dc2039;  
}

#content .panel_list {
	width: 930px;
}

#content .panel_list div {
	width: 930px;
	margin-right: 20px;
	float: left;
}

#content .panel_list a {
	padding: 10px 5px 10px 22px;
	background-position: 10px 17px;
	/* 1行より長いタイトルを省略 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content .panel_list a:hover {
	padding-left: 25px;
	background-position: 13px 17px;
}

#content .panel_list a.odd {
	background-color: #F0F0F0;
}

#content .panel_list a.even {
}

/* 
フッター
---------------------------------------------------- */
#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;
}


/* 
ページ上部へ
---------------------------------------------------- */


#content .block a.page_top {
		width:100px;
    margin-top: 15px;
		padding-top:10px;
    padding-left: 20px;
    background: url(../images/image_gallery.gif) no-repeat 6px!important;
    font-size: 11px;
    text-decoration: none;
    clear: both;
    float: right;
}
