@charset "utf-8";

@import url("../../css/reset.css");
@import url("../../css/common.css");
@import url("common.css");

/* ================================================

	report
	
	santarun.css
	
================================================ */
div.report_contents h3 {
	padding-top: 5px;
}


/* report_contentsArea */
div.report_contentsArea {
	width: 550px;
	padding-left: 60px;
}

div.report_contentsArea h4 {
	padding-bottom: 15px;
}

/* 少し内にずらす */
div.report_contentsArea p {
	padding-left: 2px;
}

.bold{
	font-weight:bold;
	color:#333333;
}

/*	紹介
===================================================================*/
div.report_contentsArea div#introduction {
	position: relative;
}

div.report_contentsArea div#introduction p.logo {
	top: 0;
	left: -20px;
}

div.report_contentsArea div#introduction div {
	margin:20px 0 0 0;
	width: 560px;
}

div.report_contentsArea div#introduction div p {
	padding-bottom: 1em;
}


/*	紹介
===================================================================*/
div.report_contentsArea div#entry {
	padding-top: 35px;
}

div.report_contentsArea div#entry p.btn {
	padding:10px 0 0 0;
	text-align: center;
}

/*	イベント概要
===================================================================*/
div.report_contentsArea div#event {
	padding-top: 35px;
}

div.report_contentsArea div#event dl {
	padding-left: 5px;
}

div.report_contentsArea div#event dl dt {
	margin-top: 12px;
	padding-left: 15px;
	background: url(../images/santarun/event_icon.gif) center left no-repeat;
	color: #0A7800;
}

.restored {
	margin:0 0 0 90px;
}

/*	ルート案内
===================================================================*/
div.report_contentsArea div#root {
	padding-top: 35px;
}

div.report_contentsArea div#root p.img {
	padding: 20px 0 0 0;
}


/*	チャリティーの仕組み
===================================================================*/
div.report_contentsArea div#charity {
	padding-top: 35px;
}

div.report_contentsArea div#charity div#cost {
	padding: 0 10px;
}

div.report_contentsArea div#charity div#cost h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #CCCCCC solid;
}

div.report_contentsArea div#charity div#cost p {
	padding-top: 10px;
	text-align: center;
}


div.report_contentsArea div#charity div#donation {
	padding: 25px 10px 0 10px;
}

div.report_contentsArea div#charity div#donation h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #CCCCCC solid;
}

div.report_contentsArea div#charity div#donation p {
	padding-bottom: 1em;
}

div.report_contentsArea div#charity div#donation p.logo {
	padding-bottom: 1.5em;
	text-align: center;
}


