@charset "UTF-8";

/* CSS Document */
*{
	margin:0px;
	padding:0px;
	}
html {
	margin:0px;
	padding:0px;
	overflow-y : scroll;
	}
body {
	margin:0px auto;
	padding:0;
	font-size:13px !important;
	*font-size:small;
	*font:x-small;
	line-height:100%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", "MS P Gothic", 
	Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.container {
	margin:0px auto;
	padding:0px 0px;
	width: 940px;	
	font-size:100%;
/*	font-family:sans-serif;*/
	font-size:inherit;
	position:relative;
	}
@media screen and (max-width: 640px)  {
.container {
	margin:0px 2.5%;
	padding:0px 0px;
	width: auto;	
	}
}


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix {zoom: 1;}

h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0px;
	padding: 0px;
	clear:both;
	font-size:100%;
	line-height:160%;
	font-weight:normal;
	}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	}
p {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:160%;
	}
a , a:link , a:visited {
	text-decoration:none;
	}
a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
	color:#000;
}
a img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}

.clear_space {
	clear:both;
	height:36px;
	}


header, section, footer, aside, nav, article , main {
	display:block;
	text-align: left;
}
input, select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

ul {
	list-style-type: none;
	}


input:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}



/* iPad背景切れ対策 */
@media screen and (min-width:641px){
	body{
		min-width:1000px;
	}
}

/*PC・スマホ 表示/非表示*/
.sp {
	display:none;
	}

@media screen and (max-width: 640px)  {
.sp {
	display:block;
	}
.pc {
	display:none;
	}
}

/* 冒頭アニメーション--------------------------------------------------*/
.openingAnimation {
	position:relative;
	top:-6px;
}
@media screen and (max-width: 640px)  {
.openingAnimation {
	position:relative;
	top:-2px;
	}
}
.openingAnimation .mainTit04 {
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);	
	transition:500ms ease 900ms;
}

.openingAnimation.loaded .mainTit04 {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.openingAnimation .mainTit01 {
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	z-index:0;
	opacity:0;
	transform: translate(0, 10px);
	-webkit-transform: translate(0, 10px);
	transition:700ms;
}

.openingAnimation.loaded .mainTit01 {
	opacity:1;
	transform: translate(0,-5%);
	-webkit-transform: translate(0,-5%);
}



.openingAnimation .mainTit02 {
	opacity: 0;
	transform: translate(0,100px);
	-webkit-transfrom: translate(100px, 0);
	transition:500ms ease 1300ms;
}

.openingAnimation.loaded .mainTit02 {
	opacity: 1;
	transform: translate(0,-5%);
	-webkit-transfrom: translate(0,-5%);
}

.openingAnimation .mainTit03 {
	opacity: 0;
	transform: translate(0,100px);
	-webkit-transfrom: translate(100px, 0);
	transition:500ms ease 1300ms;
}

.openingAnimation.loaded .mainTit03 {
  opacity: 1;
  transform: translate(0,-5%);
  -webkit-transfrom: translate(0,-5%);
}

.openingAnimation.loaded .mainTit01 .mainTit02 .mainTit03 .mainTit04{
  opacity: 1;
}

/*ヘッダ
------------------------------------------------------------------------------------------------------*/
header {
	margin:0px auto;
	padding:0px;
	width:100%;
	}

/*header*/
#headerOut {
	margin:0px auto;
	padding:0;
	width:100%;
	border-bottom:#54C3F1 8px solid;
	height:77px;
	}
@media screen and (max-width: 640px)  {
#headerOut {
	height:auto;
	border-bottom:#54C3F1 4px solid;
	}
}

.headLogo {
	float:left;
	margin:0px auto;
	width:50%;
	}
#headLogoNissei {
	margin:18px 0px auto 0px;
	text-align: left;
	width:186px;
	}
@media screen and (max-width: 640px)  {
#headLogoNissei {
	margin:7% 0px 2% 0px;
	width:93px;
	}
}
#headLogoNissei img {
	width:100%;
	}	
	
.headSub {
	float:right;
	margin:0px auto;
	width:50%;
	}
#headLogoSub {
	float:right;
	margin:12px 0px auto 0px;
	width:258px;
	text-align:right;
	}	
@media screen and (max-width: 640px)  {
#headLogoSub {
	margin:4% 0px 4% 0px;
	width:150px;
	}
}
#headLogoSub img {
	width:100%;
	margin-top:4px;
	}

#share-top{
	position: relative;
	width: 200px;
	left:70%;
	top:11px;
	z-index:3;
	}
@media screen and (max-width: 640px)  {
#share-top{
	display:none
	}
}
#share-top ul li{
	float:left;
	margin:0 5px;
	}
#share-top ul li p{
	color:#FFF;
	padding-top:4px;
	}
#share-top p{
	}
.sns_fb{
	margin:0 1% 0;
	}
.sns_tw{
	}
.snsTit{
	width:65px;
	}
.snsIcon{
	width:25px;
	}


/*グローバルナビゲーション
------------------------------------------------------------------------------------------------------*/



/*汎用・共通見出しパーツ
------------------------------------------------------------------------------------------------------*/



/* トップ画像エリア*/
#mainImage{
	background:url(../images/bk_main.jpg) no-repeat center top;
	-moz-background-size:cover;
	background-size:cover;
	}
.mainTit01{
	position:relative;
	z-index:1;
	top:-5px;
	height:100%;
	width:100%;
}
@media screen and (max-width: 640px)  {
.mainTit01{
	top:0;
	}
}
@-webkit-keyframes yurayura {
	0% {top:0px;}
	100% {top:7px;}
}
@keyframes yurayura {
	0%{top:0px;}
	100%{top:7px;}
}
.yura {
	-webkit-animation-name:yurayura;
	-webkit-animation:neyurayuraw 1s infinite alternate linear;
	animation-name:yurayura;
	animation:yurayura 1s infinite alternate linear;
}
.mainTit02{
	position:absolute;
	z-index:1;
	left:0px;
	bottom:0.5%;
	width:25%;
	height:auto

	}
.mainTit03{
	position:absolute;
	z-index:1;
	right:2%;
	bottom:0%;
	width:25%;
	height:auto
	}
.mainTit04 {
	position:absolute;
	z-index:3;
	right:37%;
	bottom:85%;
	width:31%;
	height:auto;
	margin:0 auto;
}
@media screen and (max-width: 640px){
#mainImage img{
	width:100%;
	}
}

/* コンテスト概要エリア
------------------------------------------------------------------------------------------------------*/
#containerGaiyo-Ornament{
	display:block;
	margin:0px;
	background-image:url(../images/bk_gaiyo01.png) ;
	background-position:top;
    	padding: 18px 0px 0px;
	}
@media screen and (max-width: 640px)  {
#containerGaiyo-Ornament{
    	padding: 26px 0px 0px;
	}
}
#containerGaiyo{
	padding:3% 0px;
	width:100%;
	background:#54C3F1;
    position: relative;
	}
@media screen and (max-width: 640px)  {
#containerGaiyo{
	padding:30px 0px;
	}
}
@media screen and (max-width: 640px)  {
#containerGaiyo{
	padding:1% 0 3%;
	}
}
#textGaiyo{
	width:70%;
	height:100%;
	float:left;
	}
#textGaiyo p span{
	font-size:11px;
}
.Balloon{
	background:url(../images/backBalloon.png) no-repeat;
	width:174px;
	height:127px;
}
.Balloon a{
	display:flex;
	align-items: center;
	justify-content: center;
	/* -webkit-transform: translate(-50%,-50%); */
	-moz-transform: translate(0%,100%);
	-ms-transform: translate(0%,100%);
	-o-transform: translate(0%,100%);
	transform: translate(0%,100%);
	cursor: pointer;
	cursor: hand;
}
.Balloon a p {
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:bold;
}

@media screen and (max-width: 640px)  {
#textGaiyo{
	width:100%;
	height:100%;
	float:none;
	}
}
#textGaiyo h2 img{
	width:100%;
	}
@media screen and (max-width: 640px)  {
#textGaiyo h2 img{
	width:100%;
	margin:2px auto 2px;
	display:block;
	}
}
#textGaiyo p{
	   color: #FFF;
    font-size: 117%;
    line-height:1.6;
    margin:4% 0;
	}
@media screen and (max-width: 640px)  {
#textGaiyo p{
	margin:2%;
	}
}
#imgGaiyo{
	width:20%;
	height:100%;
	float:right;
	background:#54C3F1;
	position:relative;
	}
@media screen and (max-width: 640px){
	#imgGaiyo{
	width: 50%;
	height: auto;
	float: none;
	margin: 15px auto;
	}
}

.img-2016contest{
	position: relative;
    z-index: 1;
    top: 0%;
    height: 70%;
    width: 70%;
	}
.img-contestLink{
	margin-top:-30%;
	position: relative;
    z-index: 2;
    left: 60%;
	top:0;
    width: 40%;
    height: auto;
	}
.img-contestLink img{
    width: 100%;
	}	
.img-contestLink a:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;	
		}
.img-contestLink a img:hover{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;	
		}

		
	
/* ダウンロードエリア
------------------------------------------------------------------------------------------------------*/
#containerDownload{
	background: repeating-linear-gradient(-45deg, #f2fafe, #f2fafe 10px, #DEF3FC 0, #DEF3FC 15px);
}
#containerDownload-inner{
	padding:3% 0px 1%;
	}
#imgDownload{
    margin: 5% 0px 4%;
    padding: 3% 0 0%;	}
#imgDownload ul{
	width:100%;
	}
#imgDownload ul li{
	float:left;
	margin:2% 0.7%;
	}
#imgDownload ul li img{
	width:100%;
	}
@media screen and (max-width: 640px){
	#imgDownload ul li{
	float:none;
	margin:2% auto;
	width:90%;
	}
}
#textDownload h3{
		float:left;
	}
#textDownload h3 img{
	width:100%;
	}
#textDownload p{
	display:block;
	float:right;
	border-radius: 24px;
	padding:1% 2%;
	border:#DEF3FC 1px solid;
	background:#FFF;
	font-size:117%;
	line-height:1.5;
	}
@media screen and (max-width: 640px){
#textDownload p{
	margin:2% auto 5%;
	width:83%;
	}
}
@media screen and (max-width: 640px){
#textDownload p{
	display:block;
	float:right;
	border-radius: 24px;
	padding:1% 8%;
	border:#DEF3FC 1px solid;
	background:#FFF;
	font-size:117%;
	margin:3% auto 5%;
	}
}
.margin-imgDownload{
	margin:0px 4.5%;
	}

/* プレゼントエリア
------------------------------------------------------------------------------------------------------*/
#containerPresent{
	background: #FFF;
    background-image: radial-gradient(#DEF3FC 20%, transparent 0), radial-gradient(#DEF3FC 20%, transparent 0);
    background-position: 0px 0, 15px 15px;
    background-size: 30px 30px;
	padding-bottom:5%;
	}
@media screen and (max-width: 640px){
	#containerPresent{
	padding-bottom:8%;
	}
}
#containerPresent-innner{
	padding:3% 0px
	}
#textPresent{
	float:left;
	width:52%;
	}
@media screen and (max-width: 640px){
#textPresent{
	float:none;
	width:95%;
	margin:0 auto;
	}
}
#textPresent h4{
	width:100%;
	}
@media screen and (max-width: 640px){
	#textPresent h4{
	width:100%;
	}
}
#textPresent h4 img{
	width:100%
	}
#imgPresent{
	float:right;
	width:45%;
	}
#imgPresent img{
	float:right;
	width:100%;
	}
@media screen and (max-width: 640px){
#imgPresent{
	float:none;
	width:90%;
	margin:0% auto;
	}
}
.textPresent-detail{
	padding:10px 0px;
	font-size: 117%;
	line-height:1.6;
	}
.textPresent-election{
	font-size: 117%;
	line-height:2;
	border:1px solid #54C3F1;
	background:#FFF;
	padding:10px;
	margin:1% 0 3%;
	}
/* 応募要項エリア
------------------------------------------------------------------------------------------------------*/
#containerApplication{
	background: #ccecfb;
	}
#Application-inner{
	padding:10px;
	width:90%;
	}
@media screen and (max-width: 640px)  {
#Application-inner{
	padding:8% 0 0.5%;
	}
}
#Application-inner table{
	vertical-align:top;
	text-align:left;
	margin:0px auto 40px;
	}
#Application-inner table thead th{
	font-size:28px;
	background:#FF0;
	color:#00a0e9;
	text-align:center;
	padding:2%;
	}
@media screen and (max-width: 640px)  {
#Application-inner table thead th{
	font-size:24px;
	padding:4%;
	text-align:center;
	}
}
#Application-inner table tbody th{
	font-size: 16px;
	color: #00a0e9;
	width: 26%;
	padding: 30px 0px 30px 0px;
	line-height: 1.5;
	text-align: left;
	vertical-align: text-bottom;
	}
@media screen and (max-width: 640px)  {
#Application-inner table tbody th{
	display:block;
	width:100%;
	text-align:center;
	padding:3% 0 1%;
	}
}
#Application-inner table tbody tr{
	border-bottom:1px #FFF solid;
	}
#Application-inner table tbody tr:last-child{
	border-bottom:none;
	}	
/*.line-w{
	border-bottom:1px #FFF solid;
	}
.border-none{
	border:none;
	}*/
#Application-inner table tbody tr td{
	line-height:1.5;
	padding:35px 0px;
	vertical-align:top;
	text-align:left;
	font-size:15px;
	}
@media screen and (max-width: 640px)  {
#Application-inner table tbody tr td{
	display:block;
	width:100%;
	padding:3% 1%;
	line-height:1.6;
	}
}	


/* 受賞作品エリア
------------------------------------------------------------------------------------------------------*/
#containerPrize{
	background:#fdfbde;
}
.prizeLink{
	display:flex;
	justify-content:space-around;
	align-items:center;
	padding-top:58px;
}
@media screen and (max-width: 640px){
	.prizeLink{
	padding: 10px 5px;
	flex-direction: column;
	text-align:center;
	align-items:normal;
	}
}
.prizeLink a{
	padding:10px 30px;
	border-radius:20px;
	background:#FFF;
	font-size:18px;
	font-weight:bold;
	color:#004092;
	box-shadow: 3px 3px;
}
@media screen and (max-width: 640px){
	.prizeLink a{
		margin:5px;
	}
}
p.prizeExp{
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	color:#4d4d4d;
}
@media screen and (max-width: 640px){
	p.prizeExp{
		margin:0px
	}
}
.prizeTit{
	margin: 40px auto 20px;
	width: 100%;
}
.prizeTit > img{
	width:100%;
}
.prizeTit p{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	/* -webkit-transform: translate(0%,30%); */
	-moz-transform: translate(0%,30%);
	-ms-transform: translate(0%,30%);
	-o-transform: translate(0%,30%);
	transform: translate(0%,30%);
}
.prizeTit p span{
	font-size:18px;
}
.prizeImg{
	display:flex;
	justify-content: space-around;
}
@media screen and (max-width: 640px){
	.prizeImg{
		flex-direction: column;
	}
}
.prizeImg a img{
	width:100%;
	border: 6px solid #fff;
	box-shadow:4px 4px rgba(0,0,0,0.4);
}
.prizeImg-detail{
	padding:20px;
}
@media screen and (max-width: 640px){
	.prizeImg-detail{
		padding:10px 20px 0px 5px;
	}
}
.prizeImg-detail p{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
}
.prizeCon{
	padding-bottom: 100px;
}
@media screen and (max-width: 640px){
	.prizeCon{
		padding-bottom:30px;
	}
}
/*	 modal
------------------------------------------------------------------------------------------------------*/
.lock {
    overflow:hidden;
}

.modal-content {
	position:relative;
	display:none;
	width:42%;
	margin:30px;
	padding:10px;
	border:2px solid #aaa;
	background:#fff;
}
@media screen and (min-width: 641px){
.modal-content {
	min-width :640px;
}
}
@media screen and (max-width: 640px){
.modal-content {
	width:90%;
	margin:0;
	}
}
.modal-content p {
    margin:0;
    padding:10px 0 5px;
	text-align:center;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
	z-index:5;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}

.modal-Ornament{
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #4d4d4d;
	border: dashed 1px #4d4d4d;
	border-radius: 3px;
	transition: .4s;
}

.modal-Ornament:hover {
	border-style: dotted;
	color: #000;
	cursor:pointer;
}
.modalCancel{
	float: right;
	margin: -20px -25px 0 0;
	background: #FFF;
	padding: 4px 12px 3px;
	border-radius: 5px;
}
.css-cancel{
	display: inline-block;
	position: relative;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #000;
	transform: rotate(45deg);
	border:none;
}
.css-cancel:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #000;
}
.imgW{
	width:100%;
	margin-top:-8px;
}
i.fa.fa-comment {
	font-size: 20px;
	padding-right:5px;
}
p.modelInfo {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#004092;
}
p.modelInfo span{
	font-size:24px;
}
p.modelComment {
	border-bottom: 1px solid #b3b3b3;
	padding: 0 0 20px;
}
/* 挨拶文
------------------------------------------------------------------------------------------------------*/
.greeting img{
	margin:-30px auto 0;
	display:block;
}
@media screen and (max-width: 640px)  {
	.greeting img{
		width:100%;
		margin:-15px auto 40px;
	}
}
/* 過去のコンテストエリア
------------------------------------------------------------------------------------------------------*/
#backNumber{
	border:#ff5987 2px solid;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px; 
	border-radius:10px 10px 10px 10px;
	margin:5% auto;
	}
@media screen and (max-width: 640px)  {
#backNumber{
	width:95%;
	}
}
#backNumber-inner{

	}
#backNumber-tit{
	height:36px;
	background:#ff5987;
	-webkit-border-radius:5px 5px 10px 10px;
	-moz-border-radius:5px 5px 0px 0px; 
	border-radius:5px 5px 0px 0px;
	padding:0px 3%;
	}
@media screen and (max-width: 640px)  {
#backNumber-tit{
	height:auto;
	padding:4% 3%;
	}
}
#backNumber-tit h5{
	float:left;
	margin-top:-30px;
	}
@media screen and (max-width: 640px)  {
#backNumber-tit h5{
	margin-top:-7%;
	width:60%;
	}
}
#backNumber-tit h5 img{
	width:100%
	}
.btnToList{
	float:right;
	margin-top:-30px;
	}
@media screen and (max-width: 640px)  {
.btnToList{
	margin-top:-7%;
	width:30%;
	}
}
#backNumber-inner ul{
	margin:5px auto;
	}
@media screen and (max-width: 640px)  {
#backNumber-inner ul{
	width:100%
	}
}
#backNumber-inner ul li{
	float: left;
	padding:2.3%;
	}
@media screen and (max-width: 640px)  {
#backNumber-inner ul li{
	width:47%;
	float: left;
	padding:1.5%;
	}
}
#backNumber-inner ul li img{
	width:100%;
	}
#backNumber-inner ul li span{
	margin: 10px 0px 3px;
    display: block;
	}
#backNumber-inner ul li p{
	color:#ff5987
	}
#backNumber-inner ul li img{
	 width:190px;
	 height:auto;
	}
@media screen and (max-width: 640px)  {
#backNumber-inner ul li img{
	width:100%;
	}
}

@media screen and (min-width: 641px)  {
#share-bottom{
	display:none
	}
}

#share-bottom{
	width:30%;
	float:right;
	margin:0 3% 3% 0;
	}
#share-bottom ul li{
	float:left;
	}
#share-bottom ul li p{
	color:#54C3F1;
	padding-top:4px;
	}
.share-text{
	width:40%;
	padding-top:7.5%;
	}
.share-text img{
	width:100%
	}
.sns_fb{
	margin:0 3% 0;
	width:25%;
	}
.sns_fb img{
	width:100%
	}
.sns_tw{
	width:25%;
	}
.sns_tw img{
	width:100%
	}

/*フッタ footer
------------------------------------------------------------------------------------------------------*/
#footerBottom_out {
	clear:both;
	margin:0px auto 0px auto;
	padding:20px 0px 30px 0px;	
	background-color: #FFFFFF;
	font-size:inherit;	
	font-family:sans-serif;
	border-top:#54C3F1 7px solid;
	letter-spacing: 0em;
	}	
@media screen and (max-width: 640px)  {
	#footerBottom_out {
	padding:4% 0%;
	box-sizing:border-box;
	}
}
#ft_nisseiLogo {
	margin:0px 0px 11px 0px;
	font-size:93%;
	color:#333333;
	vertical-align:middle;
	float:left;
}
@media screen and (max-width: 640px)  {
	#ft_nisseiLogo {
	width:100%;
	height:auto;
	margin-left:0%;
	float:none;
	}
	#ft_nisseiLogo a {
		display:block;
	}
}
#ft_nisseiLogo img {
	margin-right:16px;
	vertical-align:middle;
	width:119px;
	}
@media screen and (max-width: 640px)  {
	#ft_nisseiLogo img {
		margin:0 0 2% 0;
		width:149px;
	}
}
#ft_Home a {
	font-size:100%;
	color:#333;
	text-decoration:none;
	float:right;
}
#ft_Home img {
	margin-right:5px;
	vertical-align:middle;
}
#copyright {
	margin-top:5px;
	font-size:85%;
	color:#333333;
	vertical-align:middle;
	float:left;
	}
@media screen and (max-width: 640px)  {
	#copyright {
		margin:2% 0px 0px 0%;
		font-size:96%;
		float:left;
	}
}
	
ul.ft_Btm_list {
	float:right;
	margin:5px 0px 0px 0px ;
	padding:0px 0px 0px 0px;
	text-align: left;
	font-size:93%;
	line-height:120%;
	color:#666666;
	float:right;
}
.ft_Btm_list li {
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 0px;
	border-right:1px solid #333333;
	list-style:none;
	display:inline;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}
@media screen and (max-width: 640px)  {
	ul.ft_Btm_list {
		width:100%;
		float:none;
		margin:4% 0 0 0;
		padding:0;
	}
	.ft_Btm_list li {
	box-sizing:border-box;
	margin:0px 0px 3% 0%;
	padding:0;
	font-size:116%;
	display:block;
	width:98%;
	border-right:none;
	text-decoration:underline;
	text-align:left;
	}
}

.ft_Btm_list li:last-child {
	border-right:none;
	}
.ft_Btm_list li a, .ft_Btm_list li a:link, .ft_Btm_list li a:visited {
	color:#4D2813;
	}

/*ページトップボタン
------------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 120px;
	right: 20px;
	}
@media screen and (max-width: 640px)  {
#page-top {
	bottom: 5%;
	}
}

#page-top img {
	width: 80px;
	display: block;
}


/*開催中のコンテスト
------------------------------------------------------------------------------------------------------*/
.nowContest {
	text-align: center;
	margin: 0px auto 20px auto;
	display: block;
	background: #FFFFFF;
}
.nowContest img {
	text-align: center;
	margin: 20px auto 0px auto;
	border: 6px solid #FFFFFF;
	box-sizing: border-box;
}
@media screen and (max-width:640px){
.nowContest img {
	margin: 0px auto 10px auto;	
	width: 94%;
	}
}

/*ページリンク
------------------------------------------------------------------------------------------------------*/
.pageLinkOut {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0px 0px 0px;
	background:#FFFFFF;
}
.pageLink {
	width: 630px;
	margin: 0 auto 120px;
}
.pageLink ul{
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pageLink ul li a{
	width: 290px;
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #003ca5;
	display: inline-block;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px)  {
	.pageLink {
		width: 80%;
		margin: 0 auto 80px;
		box-sizing: border-box;
	}
	.pageLink ul {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.pageLink ul li a {
		width: 100%;
		font-size: 16px;
		margin: 0 0 20px;
	}
}