@charset "utf-8";

/*-------------------------------------

　　共通

---------------------------------------*/

#djdonate_info {
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin: 20px auto;
    width: 900px;
}

#djdonate_info h2 {
    color: #0062b0;
    font-size: 30px;
    font-weight: normal;
    margin: 50px 0 20px;
    padding: 8px 0;
    text-align: center;
}

#djdonate_info h3 {
    color: #0062b0;
    font-size: 25px;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-align: left;
	border-bottom:1px solid #0062b0;
    font-weight: normal;
}

.djdonate_infoBox {
	margin-bottom: 20px; 
	padding: 0 10px;
}

.djdonate_infoBox p.first_txt{
	margin-bottom: 20px; 
}

.djdonate_infoBox p.caution{
	margin: 0 0 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
}

.djdonate_infoBox_lecture {
	margin: 20px 0 0;
	border-bottom:1px solid #ccc;
}

.djdonate_infoBox_lecture p.txt {
	margin-bottom: 20px; 
	padding: 2px 10px;
	display: block;
	font-size:20px;
}

.djdonate_infoBox_lecture p.img {
	margin-bottom: 70px;
	text-align: center;
	border: none;
}

.djdonate_infoBox_button p.img {
	margin: 50px 0;
	text-align: center;
	border: none;
}

.tw-donate2011-summary {
	font-weight: bold;
}

/*-------------------------------------

　　その他

---------------------------------------*/

.column2R #main {
	float: none;
	width: 960px;
	}

.lead {
	margin-bottom: 0;
	padding: 0;
}

/*-------------------------------------

	ボックスが伸びるおまじない

---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*-------------------------------------

	サイドバナー/初回ポップアップ非表示

---------------------------------------*/

.sidebannerRight ,
.sidebannerLeft ,
#fvpop_base ,
#fvpop
 {
	display:none!important;
}

