/* Enter Your Custom CSS Here */
/*
#content #topInfo,
#content #topBlog { margin-bottom:10px; }

/*　InformationとBlogを横並びに　*/
/*#content #topInfo, #content #topBlog {
	width: 45%;
	float: left;
	margin: 20px;
}

/*　フリーエリアで横並びを解除　*/
#topContentsBottom {
	clear: both;
}

@media (max-width: 480px) {
	#content #topBlog,
																																																																																																										    #content #topInfo {
		float: none;
		width: 98%;
	}
}

/*　3PR見出し文字サイズ　*/
#topPr h3 {
	font-size: 18px;
}

/*　3PR見出し文字色　*/
#topPr h3 a {
	color: #02010c;
}

/*　3PR見出し枠線左　*/
#topPr .topPrInner h3 {
	border-left: solid 10px #f78277;
}

/*　3PR見出し文字フォント　*/
#topPr h3 a {
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, sans-serif;
/*　3PR説明文　*/
	line-height: 130%;
	color: #02010c;
	font-family: 'メイリオ' , Meiryo, sans-serif;
}

/*　3PR「詳しくはこちら」　*/
#topPr .moreLink a {
	background-color: #f78277;
}

/*　3PR文字フォント　*/
#topPr p a {
	font-family: 'メイリオ' , Meiryo, sans-serif;
}

/*　タイトルの文字サイズ*/
#header #site-title {
	font-size: 15px;
}

/*　キャッチフレーズの背景色・枠線（上）を設定　*/
#headerTop {
	background-color: #f2f2f2;
	border-top-color: #f2f2f2;
}

/*　キャッチフレーズのフォント設定　*/
#headerTop #site-description {
	color: #a9a9a9;
	font-size: 14px;
}

/* (1)フッター境界線（上）の色 */
#footMenu {
	border-top-color: white;
}

/* (2)フッターの背景色 */
#footer {
	background-color: white;
	border-top: 1px solid white;
}

/* (3)会社名 */
#footer dl#footerOutline dt {
	color: #2e313d;
}

/* (4)住所 */
#footer dl#footerOutline dd {
	color: #2e313d;
}

/* (8)サブメニューアイコン */
#footerSiteMap .menu li li a {
	background: url(images/icon_arrow2_orange.gif) 2px 4px no-repeat;
}

/* (9)CopyrightとPowered byの背景色と罫線 */
#siteBottom {
	border-top: 1px solid white;
	background-color: #565860;
}

/* (10)CopyrightとPowered byの色 */
#siteBottom #copy,
#siteBottom #copy a,
#siteBottom #powerd,
#siteBottom #powerd a {
	color: white;
}

/*　ヘッダーロゴの高さを最大100pxに　*/
#header #site-title a img {
	max-height: 100px;
}