@charset "utf-8";


#contents {
	margin-right:20px !important;
	margin-left:20px !important;
}
#contents img#top_img {
	margin-top: 5px;
	padding-top: 0px;
}
.style1 {
	font-weight: bold
}
.phase {
	border:#F40 1px solid;
	background:#f5f5f5;
	padding:15px;
	margin:0 0 1em 0;
}
h5 {
	color:#333;
	font-size:18px;
	/* font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-weight:normal;
}
.phase h5 {
	margin:5px 0 15px 0;
	padding:0;
}
.phase p {
	margin:7px 0;
}
.humanity_linklist li {
	background:url("/images/mark1.gif") no-repeat scroll left 2px rgba(0, 0, 0, 0);
	display:block;
	/*float:left;*/
	font-size:14px;
	line-height:1.5em;
	padding:0 0 0 13px;/*width:45%;*/
}
.column {
	font-weight:bold;
	color:#000;
	margin-top:1em !important;
}
.actColumn {
	margin-top:2em;
}
.actColumn p {
	font-weight:bold;
}
.actColumn .phase {
	padding:0;
	border:none;
}
.actColumn h5 {
	font-family:inherit;
	font-size:100%;
	font-weight:bold;
	margin:20px 0 5px;
}
.dona_area {
	text-align:center;
}
.dona_area ul {
	font-size:12px;
	text-align:left;
	margin-left:20px;
	color:#666;
}
.dona_area ul li {
	list-style:none;
}
.dona_area ul li:before {
	content:"※ "
}
#dona_btn {
	background:#F4FAFC;
	border:1px solid #97DFFC;
	margin:0 auto;
	padding:20px 20px 20px 20px;
	text-align:left;
}
#dona_btn h4 {
	margin:0 0 0.5em 0;
	font-size:120% !important;
	font-weight:bold;
	color: #039 !important;
	text-align:center;
}
#dona_btn > p {
	width: 50%;
	margin: 0 auto;
}
#dona_btn > p a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f66f01), color-stop(0.00, #ffaa37));
	background: -webkit-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -moz-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -o-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: -ms-linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: linear-gradient(top, #ffaa37 0%, #f66f01 100%);
	background: #f66f01\9;
	border:1px solid #f65f0e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:10px 0;

	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px;
	font-weight:bold;
	font-size:24px;
	text-shadow:3px 3px 7px #db510b;
	text-align: center;
}
#dona_btn > p a:hover {
	background:#ffaa37;
	color:#fff;
	text-decoration:none;
}
#dona_btn > p a:before {
	content:"\f144";
	font-family:FontAwesome;
	margin-right:10px;
	text-shadow:none;
}
.pic_right {
	float: right;
	width: 250px;
	margin-bottom: 1em;
	margin-left: 1em;
}
.pic_right .caption {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	text-align: left;
}
.pic_right img {
	width: 100%;
	height: auto;
}

.list, .list dt, .list dd, .list dd ul,  .list dd ul li {
	margin: 0;
	padding: 0;
}
.list dt {
	margin-top: 20px;
	color: #0099ff;
	font-size: 0.9em;
	font-weight: bold;
}
.list dd {
	font-size: 0.9em;
	color: #666;
}
.list dd ul {
	padding-left: 1.5em;
}
.list dd li {
	list-style-type: disc;
	margin-top: 6px !important;
}

.contents_area { margin-top:40px; }
.support h5 {
	border-left: 10px solid #8bccf6;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.support .ul_done {
	margin-bottom: 1.5em;
}
.support .ul_done li{
	margin: 0.5em 0 0 !important;
	margin-left: 1.5em !important;
	list-style-type: disc;
	color: #666666;
}

/* movie */
.movie {
	margin: 20px auto;
	width: 560px;
}
.movie p {
	position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie p iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* column */
.support {}
.support h2 {
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	background: #00b5fa; /* Old browsers */
	background: -moz-linear-gradient(top,  #00b5fa 0%, #0092ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #00b5fa 0%,#0092ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #00b5fa 0%,#0092ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5fa', endColorstr='#0092ff',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 14px;
	line-height: 1;
}

/* thum */
.thum {
	max-width: 560px;
	margin: 20px auto;
	text-align: center;
}
.thum img {
	width: 100%;
	height: auto;
}
.thum .thum_caption {
	background-color: #eee;
	margin-top: 0;
	padding: 6px 10px;
	color: #666;
	font-size: 12px;
}
