@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/

* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
body {
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	margin: 0 auto;
	overflow-y: scroll;
	width: 100%;
	font-size: 10px;
	line-height: 1.4;
	word-wrap: break-word;
}
a {
	display: inline;
}
a:hover {
	text-decoration: none;
}
.inner {
	width: 100%;
	min-width: 100%;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
h2 {
	padding-right: 5%;
	padding-left: 5%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/*
ヘッダー
------------------------------------- */
#logoArea {
	width: 100%;
	background: #fff;
}
#topHeader {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#topHeader .btnArea {
	background: #e60012;
	padding: 5% 0;
}
#topHeader .btnArea img {
	width: 45%;
	padding: 0 15px;
}
.credits {
	margin: 10px 10px 0 10px;
}
.credits p {
	text-align: left;
	font-size: 1em;
}

/*
募集概要
------------------------------------- */
#intro {
	background: #fff;
	margin: 0;
	padding: 10% 0;
	color: #333;
}
#intro h2 {
	margin-bottom: 5%;
	text-align: center;
	color: #000;
	font-size: 3.6em;
	font-weight: normal;
}
#intro p {
	margin: 0 5%;
	padding: 0;
	font-size: 1.6em;
	line-height: 24px;
	/* text-align: justify; */
	/* text-justify: inter-ideograph; */
}
#intro .introC {
	width: 90%;
	margin: 5% 5% 0 5%;
	border-radius: 3px;
}
#intro .introL {
	float: left;
	width: 50%;
	margin: 1% 5% 5% 0;
}
#intro .introR {
	float: right;
	width: 50%;
	margin: 0 0 2% 2%;
}
#intro p.note {
	margin: 5% 5% 0 5%;
	padding: 0;
	font-size: 1.2em;
	line-height: 20px;
	color: #888;
}
#intro p.closed {
	margin: 5%;
	color: #f00;
	text-align: center;
}
#intro .btn {
	margin: 5% auto;
	text-align: center;
}
#intro .btn img {
	max-width: 240px;
}
.separator {
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: #c1c8cb;
}
#intro .credits {
	margin: 5px 0 0 0;
}
#intro .credits p {
	text-align: right;
	font-size: 1.2em;
}
#intro .aC {
	text-align: center;
}
#intro .winners a {
	display: block;
	width: 80%;
	margin: 25px auto 40px auto;
	padding: 20px;
	background: #1b1b1b;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
	color: #fff !important;
}

/*
応募方法
------------------------------------- */
#howtoenter {
	background: #f2f2f2;
	margin: 0;
	padding: 100px 0 100px 0;
	text-align: center;
}
#howtoenter h2 {
	margin: 0 0 5%;
	color: #000;
	font-size: 3.6em;
	font-weight: normal;
}
#howtoenter .method_flow img {
	width: 100%;
}
#howtoenter .method_flow img.step1,
#howtoenter .method_flow img.step2,
#howtoenter .method_flow img.step3 {
	margin: 0 auto 5% auto;
	width: 95%;
	background: #fff;
	border-radius: 3px;
}

/*
ハッシュタグ
------------------------------------- */
#hashtag {
	background: #f2f2f2;
	margin: 0;
	padding: 0 0 100px 0;
	text-align: center;
}
#hashtag h2 {
	color: #000;
	font-size: 3.6em;
	font-weight: normal;
}
#hashtag table {
	margin: 30px auto 30px auto;
	border-collapse: separate;
	border-color: #d8e3e9;
	border-radius: 3px;
	width: 96%;
}
#hashtag table th {
	padding: 18px 17px 14px 17px;
	background: #e03d3d;
	color: #fff;
	border-color: #d8e3e9;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.4em;
}
#hashtag table td{
	padding: 12px 12px 7px 12px;
	background: #fff;
	border-color: #d8e3e9;
	border-radius: 3px;
	text-align: left;
	font-size: 1.4em;
}
#hashtag table td.head{
	width: 25%;
	font-weight: bold;
}
#hashtag table td.col3{
	width: 50%;
}
#hashtag table td.hashtag {
	color: #e03d3d;
}
#hashtag table strong {
	color: #e03d3d;
	font-size: 1.2em;
	font-weight: normal;
}
#hashtag .note {
	padding: 0 6%;
	font-size: 1.4em;
	text-align: left;
}

/*
賞品
------------------------------------- */
#award {
	background: #f2f2f2;
	margin: 0;
	padding: 0 0 100px 0;
	text-align: center;
}
#award h2 {
	margin: 0 0 10px;
	color: #000;
	font-size: 3.6em;
	font-weight: normal;
}

#award h3 {
	margin: 0 0 30px;
	font-size: 2.4em;
	font-weight: normal;
	color: #000;
}
#award table {
	margin: 30px auto 30px auto;
	border-collapse: separate;
	border-color: #d8e3e9;
	border-radius: 3px;
	width: 96%;
}
#award table th {
	padding: 18px 17px 14px 17px;
	background: #e03d3d;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	text-align: left;
	font-size: 1.8em;
}
#award table td{
	padding: 17px 17px 12px 17px;
	background: #fff;
	border-color: #d8e3e9;
	border-radius: 3px;
	text-align: left;
	font-size: 1.4em;
}
#award table td.head{
	font-weight: bold;
	color: #fff;
}
#award table td.head1 {
	background: #e03d3d;
	font-size: 18px;
}
#award table td.head2 {
	background: #e03d3d;
	font-size: 18px;
}
#award table td.head3 {
	background: #e03d3d;
	font-size: 18px;
}
#award table td.head4 {
	background: #e86e6e;
	font-size: 16px;
}
#award table td.head5 {
	background: #ee9292;
	font-size: 16px;
}
#award table .nowrap {
	white-space: nowrap;
}
#award .note {
	padding: 0 6%;
	font-size: 1.4em;
	text-align: left;
}

/*
募集要項
------------------------------------- */
#application {
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	color: #373737;
	text-align: center;
}
#application .application_main .note {
	font-size: 1.4em;
	line-height: 24px;
}
#application h2 {
	margin: 15% auto 5% auto;
	text-align: center;
	color: #000;
	font-size: 3.6em;
	font-weight: normal;
}
#application .application_main {
	text-align: left;
	background: #fff;
	padding: 1px 5% 50px 5%;
	margin: 0 0 50px;
	line-height: 2em;
}
#application .application_main h3 {
	margin: 60px 0 30px;
	padding: 0;
	background: #e03d3d;
	padding: 12px 12px 8px 12px;
	border-radius: 3px;
	text-align: center;
	font-size: 2em;
	color: #fff;
}
#application .application_main p {
	margin: 0 0 30px;
	padding: 0;
	font-size: 1.6em;
	/* text-align: justify; */
	/* text-justify: inter-ideograph; */
}
#application .application_main p.subhead {
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: bold;
}
#application .application_main .step {
	margin: 0 0 50px;
}
#application .application_main h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
#application .application_main .step h4 {
	font-size: 18px;
	margin: 0px;
}
#application .application_main .step p {
	margin: 0 0 30px;
}
#application .application_main ul {
	list-style-type: disc;
	margin-bottom: 0;
	margin-left: 18px;
}
#application .application_main ol {
	margin-left: 18px;
}
#application .application_main li {
	/* text-align: justify; */
	/* text-justify: inter-ideograph; */
}
#application .application_main ul li {
	margin-bottom: 10px;
}
#application .application_main ul li ul li {
	margin-bottom: 2px;
	list-style-type: circle;
	font-size: 1em;
}
#application .application_main ul li ol li {
	font-size: 1em;
}
#application .application_main li {
	font-size: 1.4em;
}
#application .application_main a.smaller {
	font-size: 0.8em !important;
}

/*
お問い合わせ
------------------------------------- */
#application .application_inquiry {
	text-align: left;
	color: #333333;
}
#application .application_inquiry h3 {
	font-size: 18px;
	margin: 5% 5% 2% 5%;
}
#application .application_inquiry p {
	padding: 0 5% 10% 5%;
	line-height: 1.8em;
}

/*
フッター
------------------------------------- */
footer {
	background: #000;
	text-align: left;
}
footer .footer_pageTop img {
	width: 10%;
}
footer .footer_pageTop {
	width: 100%;
	padding: 6% 0 5% 0;
	text-align: center;
}
footer .footer_copyright {
	color: #fff;
	padding: 0 5% 6% 5%;
	font-size: 0.8em;
	line-height: 1.4em;
}
a {
	color: #398199 !important;
}
span.linklike {
	color: #398199;
}
.red {
	color: #f00;
}

.footer_link{
	font-size: 0.8em;
	color: #fff!important;
	margin-bottom: 10px;
}
.footer_link a{
	color: #fff!important;
	text-decoration: none;
}
footer .footer_link a:hover{
	color: #fff!important;
	text-decoration: underline;
}
@media screen and (max-width:640px) {
	.footer_link {
        text-align: center;
	font-size: 1.2em;
	margin: 20px 0;
    line-height: 10px;
	}
   .footer_link a{
        display: block;
    }
}
