@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:1080px;
	}
}

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

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

/* 冒頭アニメーション--------------------------------------------------*/
.openingAnimation {
	position:relative;
	top:30px;
}
@media screen and (max-width: 640px)  {
.openingAnimation {
	position:relative;
	top:40px;
	}
}
.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:2;
	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%);
	pointer-events: none;
}
.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 -50px;
	padding:0px;
	width:100%;
	z-index:2;
	position:relative;
	}

/*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_top_01.png) no-repeat center bottom;
	-moz-background-size:cover;
	background-size:cover;
	height:620px;
	}
@media screen and (max-width:640px){
	#mainImage{
		height:auto;
		}
}
.mainTit01{
	position:relative;
	z-index:1;
	top:-5px;
	height:100%;
	width:100%;
}
@media screen and (max-width:640px){
.mainTit01{
	top:-10px;
	left:-10px;;
	}
}
@-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:-6%;
	bottom:35%;
	width:25%;
	padding-top:40px;
	}
@media screen and (max-width: 640px){
	.mainTit03{
		right:-2%;
		padding-top:0px;
		}
}
.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:95%;
		}
	#mainCircle{
		height:20px !important;
		background:url(../images/bk_man_02.png) no-repeat;
		background-size:100% 50%;
	}
}
#mainCircle{
	height:140px;
	background:url(../images/bk_man_02.png) no-repeat;
	background-size:100% 50%;
}


/* コンテスト概要エリア
------------------------------------------------------------------------------------------------------*/
#main{
	background:url(../images/bk_mian_01.svg) repeat;
	top:-87px;
	padding-top:110px;
	z-index:1;
	position: relative;
	}
body#top.lock #main{
	z-index:auto;
}
@media screen and (max-width: 640px)  {
#containerGaiyo-Ornament{
		padding: 26px 0px 0px;
	}
}
#containerGaiyo{
	background:#FFF;
	border-radius:15px;
	box-shadow: 0 0 8px #ccc;
	margin: 60px auto;
}
@media screen and (max-width: 640px)  {
	#containerGaiyo{
		padding: 5% 2.5% 3%;
		width: 90%;;
	}
}
#textGaiyo{
	padding: 2.5% 0 0 2.5%;
	width:61%;
	float:left;
	}
#textGaiyo h2{
	position:relative;
}
#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%);
}
.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;
		padding:0;
	}
}
#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: #000;
	font-size: 15px;
	line-height: 1.6;
	margin: 2% 0 3%;
	position: relative;
	}
@media screen and (max-width: 640px)  {
#textGaiyo p{
	margin:2%;
	line-height:160%;
	}
}
#imgGaiyo{
	width:34%;
	float:right;
	position:relative;
	top:-14px;
		}
#imgGaiyo a{
	display:block;
}
#imgGaiyo a img{
	width: 290px;
}

@media screen and (max-width: 640px){
	#imgGaiyo{
		width:100%;
		height:auto;
		float:none;
		margin:15px auto 0px;
		top:0;
		padding-right:0;
	}
	#imgGaiyo a img{
		width: 290px;
		display: block;
		margin: 0 auto 20px;
	}
}
.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;
	padding-bottom:3%;
	}
@media screen and (max-width: 640px){
	#containerPresent{
	padding:10% 0 10% 0;
	}
	.containerPresent02{
	padding:0 0 10% 0 !important;
	}
}
#containerPresent-innner{
	padding:3% 0px
	}
#textPresent{
	float:left;
	width:58%;
	}
@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:39%;
	}
.present02{
	margin-top:-40px;
	}
#imgPresent img{
	float:right;
	width:100%;
	}
@media screen and (max-width: 640px){
	#imgPresent{
		float:none;
		width:90%;
		margin:0% auto;
	}
}
.textPresent-detail{
	padding:20px 0px 10px;
	font-size:117%;
	line-height:1.6;
}
.textPresent-election{
	font-size:117%;
	line-height:2;
	border:1px solid #000;
	background:#FFF;
	padding:20px 10px 20px 35px;
	margin:1% 0 3%;
	border-radius:5px;
}
@media screen and (max-width: 640px){
.textPresent-election{
	padding:20px 10px 20px 5%;
	line-height:140%;
	}
}

.textPresent-election span{
	color:#e73462;
	line-height:1.6;
	display:block;
	padding-top:5px;
}
#further{
	background:#fff;
	padding:0px 0 20px;
}
@media screen and (max-width: 640px){
	#further{
		padding:0;
	}
}
#further .container{
	background:url(../images/bk-dot_01.png) repeat-x;
	background-position:center;
	padding:0 5px;
}
#further img{
	margin:0 auto;
	display:block;
	padding:0px 0 17px;
}
/* 応募要項エリア
------------------------------------------------------------------------------------------------------*/
#containerApplication{
	background:#fdebef;
	}
#Application-inner{
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	}
@media screen and (max-width: 640px)  {
	#Application-inner{
		padding:8% 0 0.5%;
	}
}
#Application-inner table{
	vertical-align:top;
	text-align:left;
	margin:0px 0px 40px;
	}
#Application-inner table thead th{
	font-size:28px;
	background:#fff;
	color:#e73462;
	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: #e73462;
	width: 33%;
	padding: 30px 0px 30px 0px;
	line-height: 1.5;
	text-align: left;
	vertical-align: text-bottom;
	box-sizing: border-box;
}
#Application-inner table tbody tr td p {
	text-align: left;
}
@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;
	width: 67%;
	box-sizing: border-box;
	}
@media screen and (max-width:640px){
#Application-inner table tbody tr td{
	display:block;
	width:100%;
	padding:3% 1%;
	line-height:1.6;
	}
}	
.applicationComments{
	color:#e73462;
}
.applicationDetail p{
	padding-bottom:25px;
	word-break: break-all;
	clear:both;
}
@media screen and (max-width:640px){
	.applicationDetail p:nth-child(2){
		float:none;
		width:100%;
	}
	.applicationDetail p:nth-child(5){
		float:none;
		width:100%;
	}
	.applicationSample{
		float:none;
		width:100%;
		padding:3% 0;
	}
	.applicationSample img{
		width:97%;
	}
}
.applicationSample a{
	margin-top:15px;
	display:block;
}
@media screen and (max-width:640px){
	.applicationSample a{
		margin: 15px auto;
		display: block;
		width: 80%;
	}
}
/* 受賞作品エリア
------------------------------------------------------------------------------------------------------*/
#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{
		border-radius: 40px;
		background: #FFF;
		font-size: 18px;
		font-weight: bold;
		color: #e73462;
		width: 220px;
		height: 80px;
		border: #f8c2d0 2px solid;
		box-sizing:border-box;
		box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}
.prizeLink a p{
	display:block;
	padding: 24px 0 0;
	text-align: center;
}
@media screen and (max-width: 640px){
	.prizeLink a {
		width: 100%;
	}
	.prizeLink a{
		margin:5px;
	}
}
p.prizeExp{
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	color: #4d4d4d;
}
@media screen and (max-width: 640px){
	p.prizeExp{
		margin:0px
	}
}
.prizeTit{
	margin: 40px auto 20px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.prizeTit > img{
	width: 752px;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 640px){
	.prizeTit {
		position:static;
	}
	.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;
	background: #FFF;
	border-radius: 30px;
	position: absolute;
	top: 104px;
	height: 515px;
	box-sizing: border-box;
}
@media screen and (max-width: 640px){
	.prizeImg{
		flex-direction: column;
		height:auto;
		position:static;
		margin-top: -42px;
		border-radius: 10px;
		padding-top: 20px;
	}
}
.prizeImg a img{
	width:100%;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}
.prizeImg-detail01{
	padding: 90px 35px 75px 80px;
}
.prizeImg-detail02{
	padding: 90px 0 75px;
}
.prizeImg-detail03{
	padding: 90px 80px 75px 35px;
}
.prizeImg-detail01 a,
.prizeImg-detail02 a,
.prizeImg-detail03 a{
	display:block;
	width:235px;
}
.prizeImg-detail01 p,
.prizeImg-detail02 p,
.prizeImg-detail03 p{
	text-align: center;
	color: #666;
	font-size: 16px;
	padding-top: 10px;
}
@media screen and (max-width: 640px){
	.prizeImg-detail01,
	.prizeImg-detail02,
	.prizeImg-detail03{
		padding: 30px 20px;
		display: block;
		width: 80%;
		margin: 0 auto 0;
		box-sizing: border-box;
	}
	.prizeImg-detail02{
		padding:0 20px;
	}
}
.prizeImg-detail p{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
}
.prizeCon{
	padding-bottom: 100px;
	position:relative;
	height: 570px;
}
@media screen and (max-width: 640px){
	.prizeCon{
		padding-bottom:30px;
		height:auto;
	}
}
/*	 modal
------------------------------------------------------------------------------------------------------*/
.lock {
    overflow:hidden;
}

.modal-content {
	position:relative;
	display:none;
	width:50%;
	margin:30px;
	padding:10px;
	border:2px solid #aaa;
	background:#fff;
}
@media screen and (min-width: 641px){
	.modal-content {
		min-width :800px;
	}
}
.prizeImg .modal-content {
	position:relative;
	display:none;
	width:40%;
	margin: 30px auto;
	padding: 10px;
	border: 2px solid #aaa;
	background: #fff;
	left: 0 !important;
}
}
@media screen and (min-width: 641px){
	.prizeImg .modal-content {
		min-width :500px;
	}
}
@media screen and (max-width: 640px){
	.modal-content {
		width:90%;
		margin:0;
	}
	.prizeImg .modal-content {
		width:80%;
	}
}
.prizeImg .modal-wrap .modal-content p {
	margin:0;
	padding:10px 0 5px;
	text-align:center;
}

.modal-overlay {
	z-index:2;
	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:#ec5d82;
}
p.modelInfo span{
	font-size:24px;
}
p.modelComment {
	border-bottom: 1px solid #b3b3b3;
	padding: 0 0 20px;
}
/* 挨拶文
------------------------------------------------------------------------------------------------------*/
.greeting img{
	margin:0 auto;
	display:block;
}
@media screen and (max-width: 640px)  {
	.greeting img{
		width:100%;
		margin: 10px auto;
	}
}
/* 過去のコンテストエリア
------------------------------------------------------------------------------------------------------*/
#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:3% 2.3% 1%;
	height:120px;
	}
@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%;
	}
}
#backNumberOut{
	background:#fff;
	margin-top:-60px;
	padding-top:26px;
}
@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;
	}
	
/*作品発表*/
.prizeArea{
	width:100%;
	background:#f8f6f3;
	padding: 0 0 40px;
}
.prizeAreaInner{
	width:940px;
	margin:0 auto;
}
/*ページトップボタン
------------------------------------------------------------------------------------------------------*/
#page-top{
	position:fixed;
	bottom:120px;
	right:20px;
	z-index:10;
	}
@media screen and (max-width:640px){
#page-top{
	bottom:5%;
	}
	#page-top img{
		width:80px !important;
	}
}

#page-top img{
	width:110px;
	display:block;
}
.modalClose{
	text-align: center;
	margin: 10px 0 0px;
}

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