/*========================================
最終修正日　2016.09.14
========================================*/
/*===============================================
最新データ
===============================================*/

/*===============================================
コンテンツ共通
===============================================*/
.SearchBox {
	padding: 7px;
	padding-bottom: 7px;
	overflow: hidden;
	text-align: left;
}
/* ボーダー設定 */
.hBorder {
	border-bottom: 1px dotted #FFC3CD;
}
/* 背景色設定 */
.BGYellow {
	background-color: #FFFFE5;
}
.BGGreen {
	background-color: #F2FFF8;
}
.BGPink {
	background-color: #FFEFF9;
}
.BGPurple {
	background-color: #F3F3FD;
}
/* 角丸 */
.PanelRound {
	border-radius: 5px;
	margin-bottom: 5px;
	padding-bottom: 7px;
}
/* キャプション */
.PanelCaption {
	text-align: right;
	font-size: 12px;
}
.PanelCaptionRed {
	text-align: left;
	font-size: 12px;
	color: #C00;
}
.PanelCaptionBlack {
	text-align: left;
	font-size: 12px;
	color: #333;
}
.PanelCaptionBlack a {
	color: #003399;
}
.PanelCaptionBlack a:hover {
	color: #CC0000;
}
/* パネル上部のフォーム */
.PanelHeaderForm {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: 5B3737;
	text-align: left;
}
.TextGray {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
/*===============================================
ページ下部のボタン
===============================================*/
.ContBottomBtn {
	clear: both;
	width: 200px;
	height: 50px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
.ContBottomBtnLeft {
	width: 24px;
	float: left;
}
.ContBottomBtnLeft a {
	display: block;
	background-image: url(../img/left_allow_btn.gif);
	height: 38px;
	text-indent: -9999px;
}
.ContBottomBtnLeft a:hover {
	background-position: 0 -38px;
}
.ContBottomBtnCenter, .ContBottomBtnCenterKakunin {
	width: 102px;
	float: right;
}
.ContBottomBtnCenter a {
	display: block;
	background-image: url(../img/go_btn.gif);
	height: 34px;
	text-indent: -9999px;
	margin-top: 2px;
}
.ContBottomBtnCenterKakunin a {
	width: 102px;
	display: block;
	background-image: url(../img/kakunin_btn.gif);
	height: 34px;
	text-indent: -9999px;
	margin-top: 2px;
}
.ContBottomBtnCenter a:hover, .ContBottomBtnCenterKakunin a:hover {
	background-position: 0 -34px;
}
.ContBottomBtnRight {
	width: 24px;
	float: right;
}
.ContBottomBtnRight a {
	display: block;
	background-image: url(../img/right_allow_btn.gif);
	height: 38px;
	text-indent: -9999px;
}
.ContBottomBtnRight a:hover {
	background-position: 0 -38px;
}
/* 2012.2.9追加 */
.ContBottomBtnArrow {
	width: 80px;
	overflow: hidden;
	float: left;
}
.ContBottomBtnArrow p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	clear: both;
	color: #502A2A;
}
/*========================================
タイトル L
========================================*/

#LargeTitle {
	/*margin-left: 17px;*/
		margin-left: 10px;
	margin-top: 20px !important;
	clear: both;
	display:block;
}
#LargeTitle h2 {
	background: #fff !important;
	border-top: 2px solid #ff89b3 !important;
	border-bottom: 2px solid #ff89b3 !important;
	padding-top: 9px !important;
	padding-bottom: 7px !important;
	margin-top: 8px;
	margin-bottom: 22px;
	line-height: 1.2;
	font-size: 18px;
	color: #ff89b3;
	text-align: left;
	text-indent: 5px;
		clear: both;
	display:block;
}
#LargeSearchTitle {
	margin-left: 17px;
}
#LargeSearchTitle h2 {
	background: url(../img/LS_title_BG.gif) no-repeat 0 0;
	padding-left: 55px;
	padding-top: 18px;
	padding-bottom: 5px;
	line-height: 1.7em;
	font-size: 19px;
	color: #FF2C69;
	text-align: left;
}
/*========================================
タイトル S
========================================*/


#SmallTitle h2 {
	background: #fff !important;
	border-top: 2px solid #ff89b3;
	border-bottom: 2px solid #ff89b3;
	padding-top: 9px !important;
	padding-bottom: 7px !important;
	margin-top: 8px;
	margin-bottom: 22px;
	line-height: 1.2;
	font-size: 18px;
	color: #ff89b3;
	text-align: left;
	text-indent: 5px;
}
#SmallTitle_R h2 {
	background: url(../img/S_title_BG.gif) no-repeat 0 0;
	padding-left: 55px;
	padding-top: 18px;
	padding-bottom: 20px;
	line-height: 1.7em;
	font-size: 19px;
	color: #FF2C69;
	text-align: left;
	margin-left: 55px;
}
