@charset "utf-8";

img {
	width: 100%;
	}

section {
	margin-bottom: 8%;
	}

article section p {
	margin: 0;
	padding: 0;
	}

.header {
	margin: 10px 0 30px;
	}

section:last-child {
	margin: 0;
	}

.content {
	width: 90%;
	margin:6% auto 0;
	}

.content-inner {
	padding: 4%;
	}

.bg-gray {
	background-color: #f0f0f0;
	}

.ver2 h2.content_title {
	margin: 0 0 4%;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}

.inner-left {
	width: 38%;
	float: left;
	}

.inner-right {
	width: 58%;
	float: right;
	}

.lead p {
	line-height: 1.6;
	}

.info {
	padding-bottom: 22px;
	border-bottom: 1px solid #a8a8a8;
	}

.info p {
	margin-bottom: 1%;
	}

.info p:last-child {
	margin-bottom: 0;
	}

.vote {
	padding: 22px 0;
	text-align: center;
	}

.vote img {
	width: 60%;
	}

.vote .important {
	font-size: 14px;
	}

.vote a {
	margin: 10px 0;
	display: block;
	}

.notice {
	color: #999999;
	font-size: 11px;
	text-indent: 0.5em;
	}

.block {
	margin-bottom: 32px;
	}

.block:last-child {
	margin-bottom: 0;
	}

.block .title {
	margin-bottom: 0;
	}

.bold {
	font-weight: bold;
	}
	
.block .image {
	margin-bottom: 12px;
	}

#supported {
	padding: 8% 0 0;
	border-top: 1px solid #f0f0f0;
	}
	
#privacy-policy {
	padding: 8% 0;
	border-top: 1px solid #f0f0f0;
	font-size: 10px;
	}

#privacy-policy.content {
	margin-bottom: 0;
	}

#privacy-policy .block {
	margin-bottom: 4%;
	}

/*#privacy-policy .block:last-child {
	margin-bottom: 0;
	}


.content .lead {
	margin: 0;
	}

.content .title h3 img {
	width: 70%;
	}

.content-inner td.left {
	width: 24%;
	padding: 4% 6%;
	vertical-align: middle;
	}

.content-inner td.right {
	width: 62%;
	padding: 4% 6% 4% 0;
	}

.content-inner td.right p {
	line-height: 1.4;
	margin-bottom: 4%;
	}

.content-inner td.right p:last-child {
	margin: 0;
	}

.content-inner td.right p.lead {
	font-size: 11px;
	}

.content-inner .info .figure {
	margin-bottom: 2%;
	padding-left: 0.5em;
	}
-/
.content.supporter {
	width: 90%;
	padding-top: 50px;
	border-top: 1px solid #f0f0f0;
	overflow: hidden;
	}

.content.supporter p {
	height: 25px;
	line-height: 25px;
	}


/*---------------- link color --------------------*/
#supported a {text-decoration: underline; color: #FF637B;}
#supported a:hover {text-decoration: none; color:#FF637B;}
#supported a:visited {text-decoration: underline; color:#FF637B;}