<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.nav-contest:after,
.box:after,
.credit:after,
.message:after,
.well:after,
#contents:after,
#main:after,
#aside:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.nav-contest,
.box,
.credit,
.message,
.well,
#footer,
#entryNav,
#contents,
#main,
#aside{
	zoom: 1;
}


.block1:after,
.block2:after,
.block3:after,
.block4:after,
.block5:after,
.block6:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.block1,
.block2,
.block3,
.block4,
.block5,
.block6{
	zoom: 1;
}



#overlay-caution h3{
	font-size: 1.8em;
	font-weight: 700;
	color:#54b947 !important;
}
#overlay-caution p{
	font-size: 1.2em;
	line-height: 170%;
}
#overlay-caution .sw-well {
	padding: 22px 24px 8px 24px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	margin-bottom: 20px;
}
#overlay-caution .sw-well li{
	font-size: 1.2em;
	line-height: 180%;
}
#overlay-caution p.sw-caution{
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6600;
}
#overlay-caution .method h4{
	font-size: 1.2em;
	font-weight: bold;
	color:#FF6600 !important;
	margin-bottom: 6px;
}
#overlay-caution .method ul{

	margin-bottom:4px;
}

#overlay-caution .method li{
	font-size: 1.2em;
	line-height: 160%;
	margin-bottom:4px;
}



/* タイトル文字
-------------------------------------------- */
#contest .hgroup{
	position: relative;
	clear: both;
	text-align: center;
}
#contest .hgroup h3{
	font-size: 2.0em;
	font-weight: normal;
	color: #3F3F3F;
	letter-spacing: 2px;
	margin: 1.0em 0 1.5em 0;
}
#contest .hgroup h3:before {
	content: "";
	display: block;
	border-top: solid 1px #CCC;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#contest .hgroup h3 span {
	background: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}

#contest .hgroup h4{
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 180%;
	text-align: left;
	margin-bottom: 12px !important;
}
#contest .hgroup h4 span.catch {
	background: #3F3F3F;
	padding: 10px 16px 9px 16px;
}
#contest .hgroup p span.workshop_title {
	background: #3F3F3F;
	padding: 12px 18px 11px 18px;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF !important;
	letter-spacing: 1px;
	text-align: center !important;
}
#contest .hgroup h5{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	letter-spacing: 1px;
	line-height: 170%;
	text-align: left;
	border-left: solid 4px #18BA60;
	padding-left: 8px;
	margin-bottom: 12px !important;
}

#contest .about .box{
	margin-bottom: 40px !important;
}
#contest .about .box p{
	margin-bottom: 16px !important;
}
#contest .about .box table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 16px 0 0 0;
	line-height: 185%;
	border-bottom: 1px solid #DDD;
}
#contest .about .box table th{
	padding: 16px 12px 16px 12px;
	border-top: 1px solid #DDD;
	vertical-align: top;
	font-size:1.2em;
	font-weight: bold;
	white-space: nowrap;
}
#contest .about .box table td{
	padding: 16px 12px 16px 12px;
	border-top: 1px solid #DDD;
	vertical-align: top;
	font-size:1.2em;
}
#contest .about .box table td i{
	font-size:2.0em;
	color:#18BA60;
}

#contest .about .info{
	margin-top: 30px;
}

#contest .about ul.photo-gallery li{
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
#contest .about ul.photo-gallery li:nth-child(3n+1) {
	clear: both;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.hide_mob{
	display: none;
}

.nav-contest{
	position: relative;
	z-index: 9999 !important;
}

#contest .nav-contest{
	width: 1060px;
	margin: auto;
	margin-bottom: 40px;
	background-color:#EFEFEF;
	position: relative;
	z-index: 0;
}
#contest .nav-contest ul{
	margin-bottom: 0;
}
#contest .nav-contest ul li{
	float: left;
	font-size: 1.0em;
	color: #DDD;
	border-right:1px #DDD solid;
	margin-bottom: 0 !important;
}
#contest .nav-contest ul li a{
	display: block;
	padding: 14px 16px 14px 16px;
	color: #000;
	text-decoration: none;
	margin-bottom: 0;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#contest .nav-contest ul li a:hover{
	display: block;
	padding: 14px 16px 14px 16px;
	background-color:#999;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 0;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#contest .nav-contest ul li span{
	display: block;
	padding: 10px 14px 8px 14px;
}

.nav-contest ul.child{
	display: none;
	position: absolute;
}
.nav-contest ul.child li{
	clear:both;
	width: 320px;
	padding: 0 !important;
	border-right:0 !important;
	font-size:0.750em !important;
	border-left:3px solid #999 !important;
	border-bottom:1px solid #DEDEDE !important;
	margin-bottom: 0;
}
.nav-contest ul.child li a{
	background:#FFF !important;
	color:#333 !important;
	padding :8px 12px 8px 12px !important;
}
.nav-contest ul.child li a:hover{
	background: #999 !important;
	color:#FFF !important;
	padding :8px 12px 8px 12px !important;
}

#contest .nav-contest .button{
	float: left;
	font-size: 0.750em !important;
	margin:11px 0 0 20px !important;
}
#contest .nav-contest .button a{
	display: block;
	background-color: #54b947;
	border:1px solid #54b947;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 16px;
	color: #FFF;
	text-decoration: none;
}
#contest .nav-contest .button a:hover{
	display: block;
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #CCC;
	padding: 10px 16px;
	color: #FFF;
	text-decoration: none;
}


#nav_mob{
	display: none;
}


#contest #crumb{
	width: 1060px !important;
	margin-bottom: 18px !important;
}


/* TOPタイトル
-------------------------------------------- */

#contest .message{
	width: 1060px;
	margin:auto;
	text-align: center;
	margin-bottom: 40px;
}
#contest .message h2{
	font-size: 2.0em;
	margin-bottom: 10px;
}
#contest .message p{
	font-size: 1.3em;
	margin-bottom: 16px;
}
#contest .message p a{
	text-decoration: underline;
}
#contest #crumb{
	display: none;
}
#contest #theme .theme-017{
	width: 100%;
	min-width: 1060px;
	background-image:url(/image/contest/017/theme-17_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EFEFEF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;
}
#contest #theme .theme-018{
	width: 100% !important;
	background: #60b1d5 !important;
	background: -webkit-linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	background: linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	padding: 24px 0 10px 0 !important;
}


#contest #theme .theme-019{
	width: 100%;
	min-width: 1060px;
	background-image:url(/contest/019/image/cover.jpg) !important;
	background-position: center -150px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;
	padding-top: 20px;
}
#contest #theme .theme-019 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}


#contest #theme .theme-020{
	width: 100%;
	min-width: 1060px;
	background-image:url(/contest/020/image/theme_bg_.jpg) !important;
	background-position: center -150px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;
	padding-top: 20px;
}
#contest #theme .theme-020 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#contest #theme .theme-020 .bg h2{
	font-size: 1.50em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	line-height: 180% !important;
	position: relative;
	z-index: 9999;
}

#contest #theme .theme-021{
	width: 100%;
	min-width: 1040px;
	background-image:url(/contest/021/image/theme_bg1.jpg) !important;
	background-position: center -400px;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #FFF;
	position: relative;
	z-index: 10;
	padding: 20px 0 5px 0;
	background-attachment: fixed;
}
#contest #theme .theme-021 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
#contest #theme .theme-021 .bg h2{
	font-size: 1.50em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	line-height: 180% !important;
	position: relative;
	z-index: 9999;
}
#contest #theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#contest #theme .theme-018 .bg{
	padding:  unset;
}
#contest #theme .theme-018 .bg:after{
	background-color:unset;
}


#contest #theme h2{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 160%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}
#contest #theme p{
	font-size: 1.8em;
	line-height: 180%;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	z-index: 100;
}



#contest .outline .box{
	margin-bottom: 40px;
}
#contest .outline p{
	font-size: 1.4em;
	margin-bottom: 16px;
}
#contest .outline p a{
	text-decoration: underline;
}
#contest .outline .text{
	float: left;
	width: 70%;
}
#contest .outline .image{
	margin-bottom: 10px;
}
#contest .outline .sho{
	float: right;
	text-align: center;
}
#contest .outline .sho .photo{
	margin-bottom: 6px;
}
#contest .outline .sho p{
	line-height: 140% !important;
}

#contest .outline .block2{
	width: 90%;
	text-align: center !important;
}
#contest .outline .block2 .box-judge{
	float: left;
	width: 44%;
	text-align: center !important;
}
#contest .outline .block2 .box-judge:nth-child(odd){
	float: left;
}
#contest .outline .block2 .box-judge:nth-child(even){
	float: right;
}

#contest .outline .box-judge1{
	float: left;
	width: 100%;
}

#contest .outline .box-judge1:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contest .outline .box-judge1{
	zoom: 1;
}
#contest .outline .box-judge1 p.name{
	font-size: 1.6em !important;
	font-weight: bold !important;
	margin-bottom: 8px !important;
}
#contest .outline .box-judge1 .image{
	float: left !important;
	width: 180px !important;
	margin-right: 30px;
}
#contest .outline .box-judge1 .image img{
	width: 100%;
	height: auto;
}
#contest .outline .box-judge1 .text{
	float: left !important;
}






#contest .info{
	margin-bottom: 50px;
}
#contest .info h5{
	font-size: 1.5em;
	color: #333;
	margin-bottom: 6px;
}
#contest .info p{
	font-size: 1.4em;
	margin-bottom: 4px;
}
#contest .info p a{
	text-decoration: underline;
}

#contest .credit{
}
#contest .credit ul li{
	margin-bottom: 8px;
}
#contest .credit ul.ver-en li{
	float: left;
	font-size: 1.0em !important;
	margin-right: 15px !important;
}

#contest #whats{
	width: 100%;
	margin: auto;
	padding: 60px 0 60px 0;
	background-image:url(/images/contest/whats_bg.jpg);
	margin-top: 40px;
	margin-bottom: 40px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#contest #whats h3{
	color: #54b947;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#contest #whats p{
	font-size: 1.0em;
	letter-spacing: 1px;
	margin-bottom:0; 
}


#contents .about .btn{
	text-align: center;
}


#contents .judge .block2{
	width: 100%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge{
	float: left;
	width: 47%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge:nth-child(odd){
	float: left;
}
#contents .judge .block2 .box-judge:nth-child(even){
	float: right;
}
#contents .judge .name{
	text-align: center;
	margin-bottom: 20px;
}
#contents .judge .name p{
	margin-bottom: 12px;
}
#contents .judge .photo{
	width: 250px !important;
	margin:auto !important; 
	margin-bottom: 16px !important;
}
#contents .judge.c017 .photo{
	width: 300px !important;
	margin:auto !important; 
	margin-bottom: 16px !important;
}
#contents .judge h5{
	font-size: 1.8em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#contents .judge .profile p{
	font-size: 1.1em;
	margin-bottom: 12px;
}
#contents .judge .profile p a{
	text-decoration: underline;
}


#contents .interview{
	margin-top: 60px;
}
#contents .interview .intro{
	border-bottom:1px solid #EFEFEF;
	padding-bottom: 34px;
	margin-bottom: 34px;
}
#contents .interview .intro h5{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#contents .interview .intro p.lead{
	font-size: 1.3em;
	line-height: 190% !important;
	margin-bottom: 24px;
}
#contents .interview .section{
	margin-bottom: 45px;
}
#contents .interview h4{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#contents .interview p{
	font-size: 1.2em;
	line-height: 190% !important;
}

#contents .interview p.que{
	font-weight: bold;
	margin-bottom: 18px;
}
#contents .interview span.a-head{
	font-weight: bold;
	color: #18BA60;
}
#contents .interview span.q-head{
	letter-spacing: -4px;
}

#contents .interview .image{
	position: relative;
	z-index: 1;
}
#contents .interview .image img{
	width: 100%;
	height: auto;
	border:1px solid #EFEFEF;
	vertical-align: bottom;
}
#contents .interview .image i.fa-expand{
	position: absolute;
	bottom: 10px;
	right: 6px;
	z-index: 1000;
	font-size: 1.5em;
	color: #FFF;
	padding:6px 8px; 
	background: rgba(0,0,0,.4);
}
#contents .interview .image-intro{
	float: right;
	width: 220px;
	margin-left: 24px;
}
#contents .interview .image-sub-y{
	float: right;
	width: 300px;
	margin-left: 24px;
	margin-bottom: 10px;
}
#contents .interview .image-sub-t{
	float: right;
	width: 240px;
	margin-left: 24px;
}


#contents .works .sho{
	margin-bottom: 15px;
}
#contents .works .icon img{
	margin-bottom: 0;
}
#contents .works .sho-judge h4{
	font-size: 2.4em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #CC9900;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-judge h5{
	font-size: 2.0em !important;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 16px;
}

#contents .works .sho-wencontest h4{
	font-size: 2.4em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 16px !important;
}
#contents .works .sho-wencontest h5{
	font-size: 2.0em !important;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-bottom: 16px;
}

#contents .works .sho-corp h4{
	font-size: 1.8em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #888;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-corp h5{
	font-size: 1.8em !important;
	margin-top: 12px;
}
#contents .works .sho-incentive h4{
	font-size: 1.5em;
	color: #BB8B0A;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works p.name{
	font-size: 1.3em !important;
}

#contents .works .sho-comment {
	margin-top: 20px;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 20px 20px 20px 20px;

}
#contents .works .bg-gray p{
	text-align: left;
	color: #666;
}
#contents .works .bg-gray p.text-sm{
	font-size: 1.05em !important;
}

#contents .works .box a:hover{
	text-decoration: none;
}

#contents .works p.lead{
	font-size: 1.3em !important;
	text-align: center;
	margin-bottom: 30px;
}


/* 投票ページ（一覧）
-------------------------------------------- */
#contest .vote p.lead{
	font-size: 1.00em;
	text-align: center;
	margin-bottom: 20px;
}
#contest .vote .present{
	margin-bottom: 30px;
}
#contest .vote .present h5{
	font-size: 1.125em;
	margin-bottom: 10px;
}
#contest .vote .present p{
	margin-bottom: 8px;
}
#contest .vote .present p.type{
	font-size: 1.00em;
}
#contest .vote .present span{
	display: inline-block;
	font-size: 0.875em;
	color: #FFF;
	line-height: 220% !important;
	background-color: #CCC;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#contest .vote .present p.more{
	margin-top: 16px;
}
#contest .vote .notice{
	margin-bottom: 40px;
}
#contest .vote .notice p.caution{
	font-size: 1.0em;
	text-align: left;
}



#contest .list .sw-block4 .sw-box{
	float: left !important;
	width: 23.3% !important;
	margin-right: 2% !important;
	margin-bottom: 30px;
}
#contest .list .sw-block4 .sw-box:nth-child(4n) {
	float: right !important;
	margin-right: 0 !important;
}
#contest .list .sw-block4 .sw-box:nth-child(4n+1) {
	clear: both !important;
}

#contest .list .sw-box{
	border: 1px solid #DDD;
	border-radius: 3px;
	position: relative;
}
#contest .list .sw-box .number{
	border-bottom: 3.8em solid transparent;
	border-left: 3.8em solid rgba(84,185,71,0.7);
	position: absolute;
	z-index: 100;
}
#contest .list .sw-box .number span {
	transform: rotate(-45deg);
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -50px;
	z-index: 101;
}
#contest .list .sw-box .text{
	width: 90%;
	margin: auto;
	padding: 24px 0; 
	text-align: center;
}
#contest .list .sw-box .tate{
	width: 72% !important;
	height: auto;
	margin: auto;
}
#contest .list .sw-box h5{
	font-size: 1.0em !important;
	color:#54b947;
	line-height: 160% !important;
}
#contest .list .sw-box p{
	font-size: 0.875em !important;
	line-height: 160% !important;
}

#contest .list .sw-box .sw-entry-link{
	position: absolute;
	height: 100%;
}



/* 投票ページ（作品詳細）
-------------------------------------------- */
#contest .vote .detail{
	margin: auto;
	text-align: center;
}

#contest .vote .detail .image{
	margin-bottom: 30px;
}
#contest .vote .detail img.sp-image{
	max-width: 100%;
	height: auto;
}
#contest .vote .detail h3{
	font-size: 1.750em;
	font-family: 'Noto Sans JP' !important;
	font-weight: 600;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
#contest .vote .detail p.name{
	font-size: 1.125em;
	margin-bottom: 34px !important;
}
#contest .vote .detail .spec{
	margin-bottom: 30px;
}
#contest .vote .detail .spec .box{
	margin-bottom: 30px;
}
#contest .vote .detail h6{
	font-size: 1.0em;
	font-weight: 500;
}
#contest .vote .detail .spec p{
	font-size: 1.0em;
	text-align: left;
}

#contest .vote .detail p.number{
	margin-bottom: 16px;
}
#contest .vote .detail p.number span{
	display: inline-block;
	color: #FFF;
	line-height: 220%;
	background-color: #CCC;
	font-size: 1.250em;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}







#contest #side{
	float: right;
	width: 250px;
	background: #EFEFEF;
	padding: 15px 0 15px 0;
	position: relative;
	z-index: 0;
}

#contest #side .facebook{
	width: 220px;
	margin: auto;
	margin-bottom: 30px;
}
#contest #side .download{
	width: 220px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest #side .download h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:8px;
}
#contest #side .download .image{
	width: 150px;
	margin: auto;
	margin-bottom: 4px;
}
#contest #side .download .image img{
	width: 100%;
	height: auto;
}
#contest #side .download p{
	font-size: 1.0em;
}
#contest #side .download p a{
	text-decoration: underline;
}

#contest #side .facebook{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

.boxLinkbnr{
	width:190px;
	margin: auto;
	background: #FFF;
	padding:15px;
}
.boxLinkbnr h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:4px;
}
.boxLinkbnr p.lead{
	font-size: 1.0em;
	margin-bottom:6px;
}
.boxLinkbnr .boxDL{
	border-top:1px solid #CCC;
	padding-top:12px;
}
.boxLinkbnr .win{
	font-size: 1.0em;
	margin-bottom:10px;
}
.boxLinkbnr .boxDL h4{
	font-size: 1.0em;
}
.boxLinkbnr .boxDL p.dl{
	font-size: 0.9em;
}

#slider li{
	float: left;
	width: 190px;
}
#slider li img{
	max-width: 100%;
	height: auto;
}

	.post{
		height: 140px;
		position: relative;
		top:0px;
	}
	.post p.text{
		font-size: 1.1em;
		font-weight: bold;
		color:#222;
		margin-top:15px;
	}
		.post a{color: #fff;}
		.post a:hover{text-decoration: none; }

#slider1 .post{text-align:center;}
#slider2 .post{text-align:center;}
#slider3 .post{text-align:center;padding-top:40px;}
#slider4 .post{text-align:center;padding-top:50px;}
#slider5 .post{text-align:center;;padding-top:20px;}
#slider6 .post{text-align:center;;padding-top:50px;}

/* Navi */
.bx-pager{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-top:12px;
	margin-bottom:12px;
}
	*:first-child+html .bx-pager{
		margin-top: 10px;
	}

.bx-pager a{
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url(/image/contest/014/navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	margin: 0 3px;
	border-bottom: none !important;
	}

	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}








.offset-90{
	width: 80%;
	margin: auto;
}
.offset-80{
	width: 80%;
	margin: auto;
}
.offset-70{
	width: 70%;
	margin: auto;
}
.offset-60{
	width: 60%;
	margin: auto;
}
.offset-50{
	width: 50%;
	margin: auto;
}
.offset-40{
	width: 40%;
	margin: auto;
}
.offset-30{
	width: 30%;
	margin: auto;
}
.offset-20{
	width: 20%;
	margin: auto;
}
.offset-10{
	width: 10%;
	margin: auto;
}

.image-w-10 img{
	width: 10% !important;
	height: auto;
}
.image-w-20 img{
	width: 20% !important;
	height: auto;
}
.image-w-30 img{
	width: 30% !important;
	height: auto;
}
.image-w-40 img{
	width: 40% !important;
	height: auto;
}
.image-w-50 img{
	width: 50% !important;
	height: auto;
}
.image-w-60 img{
	width: 60% !important;
	height: auto;
}
.image-w-70 img{
	width: 70% !important;
	height: auto;
}
.image-w-80 img{
	width: 80% !important;
	height: auto;
}
.image-w-90 img{
	width: 90% !important;
	height: auto;
}



.entry .image{
}
.entry .image img{
	max-width: 100%;
	height: auto;
}

.entry .image-left{
	float: left;
}

.entry-image-l-30{
}
.entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.entry-image-r-30{
}
.entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.entry-image-l-40{
}
.entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.entry-image-r-40{
}
.entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.entry-image-r-40 .text{
	float: left;
	width: 58%;
}





.entry-image-l-50{
}
.entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.entry-image-r-50{
}
.entry-image-r-50 .image{
	float: right;
	width: 48%;
}
.entry-image-r-50 .text{
	float: left;
	width: 48%;
}


}











/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.hide_pc{
	display: none;
}


#nav_mob {
	width: 98%;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 999;
	margin-top: 18px;
	margin-bottom: 18px;
}
#nav_mob span{
	text-align: center;
	margin: auto;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 120%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	margin-bottom: 4px;
}
#nav_mob span a{
	background: #18BA60;
	border:1px solid #18BA60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0.6em 2.2em 0.6em 2.2em;
	display: block;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#nav_mob span a:hover{
	background: #AAA;
	border:1px solid #AAA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0.6em 2.2em 0.6em 2.2em;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#nav_mob ul {
	display: none;
	text-align: left;
}
#nav_mob li{
	font-size: 1.2em;
	border-bottom:1px solid #FFF;
}
#nav_mob li a {
	padding :10px 10px 10px 18px ;
	display: block;
	color: #FFF;
	background: #999;
	text-decoration:none;
}
#nav_mob li a:hover {
	background: #18BA60;
	padding :10px 10px 10px 18px ;
	display: block;
	color:#FFF;
	text-decoration:none;
}
#nav_mob li.soon {
	background: #111 !important;
}

#nav_mob li ul.child li {
	float: none;
	font-size:1.0em;
	border-bottom:1px solid #CCC;
}
#nav_mob li ul.child li a {
	background: #FFF;
	padding :6px 12px 5px 12px ;
	display: block;
	color: #111;
	text-decoration:none;
}
#nav_mob li ul.child li a:hover {
	background: #18BA60;
	padding :6px 15px 5px 12px ;
	display: block;
	color:#FFF;
	text-decoration:none;
}
#nav_mob li ul.child li:last-child a {
}


#nav_mob .button{
	clear: both !important;
	font-size: 0.8em !important;
	margin-left:6px;
}

.nav-contest {
	display: none;
}


#contest p{
	line-height: 180% !important;
}

#contents {
	width: 100%;
}

#contest .inner{
	width: 90%;
	margin: auto;
}

#contest #crumb{
	width: 90% !important;
	margin-bottom: 18px !important;
}

#contest .title{
	width: 100%;
	margin: auto;
	background-image:url(/contest/019/image/cover.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #FFF;
	position: relative;
	background-attachment: fixed;
}
#contest .title:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
}
#contest .title h2{
	width: 88%;
	margin: auto;
	padding: 1.5em 0 1.0em 0;
}



/* 第17回 */
#contest .title-17{
	width: 100%;
}
#contest .title-17 .image{
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
}
#contest .title-17 p.num{
	position: absolute;
	right: 14px;
	top: 10px;z-index: 100;
	font-size: 1.1em;
	font-weight: bold;
	color: #409eb8;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
	letter-spacing: 1px;
	border-top:1px #409eb8 solid;
	border-bottom:1px #409eb8 solid;
	padding:7px 7px; 
}
#contest .title-17 h2{
	width: 170px;
	padding: 0 0 0 28px;
	position: absolute;
	top: 134px;
	z-index: 1;
	filter: drop-shadow(2px 2px 2px #FFF);
}
#contest .title-17 h2.en{
	padding: 0 !important;
	width: 90% !important;
	position: absolute;
	top: 140px !important;
	left:22px;
	z-index: 1;
	font-size: 2.3em !important;
	font-family: 'Cormorant Garamond', serif;
	color: #3e3a39 !important;
	text-shadow: 0 0 3px #FFF;
	white-space: nowrap;
}

#contest .title-17 p.sublead img{
	width: 100%;
	margin: auto;
}
#contest .title-17 p.sublead{
	width: 140px;
	position: absolute;
	right: 8px;
	bottom: -14px;
	filter: drop-shadow(1px 1px 2px #4d6991);
}
#contest .title-17 p.lead{
	width: 88%;
	margin: auto;
	font-size: 1.28em;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 180% !important;
	letter-spacing: 1px;
}


#contest .nav-contest{
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
	background-color:#EFEFEF;
	position: relative;
	z-index: 9999;
}
#contest .nav-contest ul li{
	float: left;
	font-size: 1.0em;
	color: #AAA;
	border-right:1px #DDD solid;
	padding: 0px;
}
#contest .nav-contest ul li a{
	display: block;
	padding: 10px 6px 10px 6px;
	color: #111;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#contest .nav-contest ul li a:hover{
	display: block;
	padding: 10px 6px 10px 6px;
	background-color:#999;
	color: #FFF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	text-decoration: none;
}
#contest .nav-contest ul li span{
	display: block;
	padding: 10px 14px 8px 14px;
}

#contest .message{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest .message h2{
	font-size: 1.4em;
	margin-bottom: 10px;
}
#contest .message p{
	font-size: 1.1em;
	margin-bottom: 16px;
}
#contest .message p a{
	text-decoration: underline;
}

#contest .theme{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	margin-bottom: 40px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .theme:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contest .theme .bg{
	width: 100%;
	padding: 30px 0 30px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest .theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#contest .theme p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 100;
}

#contest #theme .theme-017{
	width: 100%;
	background-image:url(/image/contest/017/theme-17_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
	display: table;
	text-align: center;
}
#contest .theme-017:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contest .theme-017 .bg{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest .theme-017 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#contest .top #theme .theme-017 p{
	width: 100%;
	margin:auto;
	padding: 30px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF !important;
	letter-spacing: 2px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}
#contest #theme .theme-017 h2,
#contest #theme .theme-017 p{
	width: 100%;
	margin:auto;
	padding: 34px 0;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFF !important;
	line-height: 170%;
	letter-spacing: 2px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}


#contest #theme .theme-018{
	width: 100% !important;
	background: #60b1d5 !important;
	background: -webkit-linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	background: linear-gradient(to right, #f2fcfe, #60b1d5 ,#f2fcfe) !important;
	padding: 24px 0 10px 0 !important;
}

#contest #theme .bg{
	width: 100%;
	padding: 20px 0 14px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest #theme .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#contest #theme .theme-018 .bg{
	padding:  unset;
}
#contest #theme .theme-018 .bg:after{
	background-color:unset;
}
#contest #theme .theme-018 h2{
	width: 100%;
	margin:auto;
	padding: 0 0 16px 0 ;
	font-size: 1.25em;

	color: #FFF !important;
	line-height: 170%;
	letter-spacing: 1px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}

#contest #cover{
	width: 100%;
	background-image:url(/image/contest/014/title_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

v
#contest #cover.theme-017{
	width: 100%;
	background-image:url(/image/contest/017/theme-17_bg.jpg) !important;
	margin-bottom: 40px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#contest .top #cover.theme-017{
	width: 100%;
	background-image:url(/image/contest/017/theme-17_bg.jpg);
	background-position: center -0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #EFEFEF;
	position: relative;
	background-attachment: scroll !important;
	z-index: 0;
	margin-bottom: 40px;
}
#contest #theme .theme-019{
	width: 100%;
	background-image:url(/contest/019/image/cover.jpg) !important;
	background-position: center 0 !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;

}
#contest #theme .theme-019 .bg{
	padding:  unset;
}
#contest #theme .theme-019 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
#contest #theme .theme-019 h2{
	font-size: 1.0em;
	font-weight: normal;
	line-height: 170%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}

#contest #theme .theme-019 h2{
	width: 100%;
	margin:auto;
	padding: 0 0 16px 0 ;
	font-size: 1.25em;

	color: #FFF !important;
	line-height: 170%;
	letter-spacing: 1px;
	text-align: center !important;
	position: relative;
	z-index: 1000;
}


#contest #theme .theme-020{
	width: 100%;
	background-image:url(/contest/020/image/theme_bg_.jpg) !important;
	background-position: center -0px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;

}
#contest #theme .theme-020 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

#contest #theme .theme-020 .bg h2{
	font-size: 1.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	line-height: 180% !important;
	position: relative;
	z-index: 9999;
}



#contest #theme .theme-021{
	width: 100%;
	background-image:url(/contest/021/image/theme_bg1.jpg) !important;
	background-position: center -0px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFF;
	position: relative;
	z-index: 0;
	display: table;
	text-align: center;

}
#contest #theme .theme-021 .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#contest #theme .theme-021 .bg h2{
	font-size: 1.25em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	line-height: 180% !important;
	position: relative;
	z-index: 9999;
}




#contest #cover:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#contest #cover .bg{
	width: 100%;
	padding: 20px 0 20px 0;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#contest #cover .bg:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#contest #cover h2{
	font-size: 1.3em;
	font-weight: normal;
	line-height: 170%;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index: 100;
}

#contest #cover p{
	font-size: 1.4em;
	line-height: 180%;
	color: #FFF !important;
	text-align: center;
	position: relative;
	z-index: 100;
}

#contest #side{
	width: 100%;
	margin: auto;
	background: #EFEFEF;
	padding: 1.0em 0 1.0em 0;
}

#contest #side .facebook{
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}
#contest #side .download{
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
#contest #side .download h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:6px;
}
#contest #side .download .image{
	width: 150px;
	margin: auto;
	margin-bottom: 4px;
}
#contest #side .download .image img{
	width: 100%;
	height: auto;
}
#contest #side .download p{
	font-size: 1.0em;
}
#contest #side .download p a{
	text-decoration: underline;
}

#contest #side .facebook{
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}

.boxLinkbnr{
	width:80%;
	margin: auto;
	background: #FFF;
	padding:15px;
}
.boxLinkbnr h3{
	font-size: 1.3em;
	color:#18BA60;
	margin-bottom:4px;
}
.boxLinkbnr p.lead{
	font-size: 1.0em;
	margin-bottom:6px;
}
.boxLinkbnr .boxDL{
	border-top:1px solid #CCC;
	padding-top:12px;
}
.boxLinkbnr .win{
	font-size: 1.0em;
	margin-bottom:10px;
}
.boxLinkbnr .boxDL h4{
	font-size: 1.0em;
}
.boxLinkbnr .boxDL p.dl{
	font-size: 0.9em;
}

#slider li{
	float: left;
	width: 90%;
}
#slider li img{
	max-width: 100%;
	height: auto;
}

	.post{
		height: 140px;
		position: relative;
		top:0px;
	}
	.post p.text{
		font-size: 1.1em;
		font-weight: bold;
		color:#222;
		margin-top:15px;
	}
		.post a{color: #fff;}
		.post a:hover{text-decoration: none; }

#slider1 .post{text-align:center;}
#slider2 .post{text-align:center;}
#slider3 .post{text-align:center;padding-top:40px;}
#slider4 .post{text-align:center;padding-top:50px;}
#slider5 .post{text-align:center;;padding-top:20px;}
#slider6 .post{text-align:center;;padding-top:50px;}

/* Navi */
.bx-pager{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-top:12px;
	margin-bottom:12px;
}
	*:first-child+html .bx-pager{
		margin-top: 10px;
	}

.bx-pager a{
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	background: url(/image/contest/014/navi-bg1.png) no-repeat 0 0;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	margin: 0 3px;
	border-bottom: none !important;
	}

	.bx-pager a:hover,
	.bx-pager a.pager-active{
		background-position: 0 100%;
	}


#contest #main{
	width: 98% !important;
	margin: auto;
}
#contest .outline .box{
	margin-bottom: 30px;
}
#contest .outline .photo{
	margin-bottom: 12px;
}
#contest .outline p{
	font-size: 1.4em;
	margin-bottom: 16px;
}
#contest .outline p a{
	text-decoration: underline;
}
#contest .outline .sho{
	text-align: center;
}
#contest .outline .sho .photo img{
	width: 40%;
	margin: auto;
	margin-bottom: 8px;
}
#contest .outline .sho p{
	line-height: 140% !important;
}

#contest .outline .block2 .box-judge:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contest .outline .block2{
	margin-bottom: 40px;
}

#contest .outline .block2 .box-judge{
	zoom: 1;
}
#contest .outline .block2 .box-judge{
	margin-bottom: 20px !important;
}
#contest .outline .block2 .box-judge .image{
	float: left;
	width: 26%;
	margin-right: 1.0em;
}
#contest .outline .block2 .box-judge span.text-xsmall,
#contest .outline .box-judge1 span.text-xsmall{
	font-size: 0.68em !important;
}

#contest .outline .box-judge1 .image{
	width: 40% !important;
	margin-bottom: 10px;
}
#contest .outline .box-judge1 .image img{
	width: 100%;
	height: auto;
}
#contest .outline .box-judge1 .text{
}



#contest .info{
	margin-bottom: 30px;
}
#contest .info h5{
	font-size: 1.4em;
	color: #333;
	margin-bottom: 6px;
}
#contest .info p a{
	text-decoration: underline;
}

#contest .credit{
	margin-bottom: 30px;
}
#contest .credit ul li{
	margin-bottom: 4px;
}

#contest #whats{
	width: 100%;
	margin: auto;
	padding: 30px 0 30px 0;
	background-image:url(/image/contest/014/about_bg.jpg);
	margin-top: 30px;
	margin-bottom: 30px;
	background-position: center top;
	background-repeat: repeat;
	text-align: center;
}
#contest #whats h3{
	font-size: 1.375em;
	color: #18BA60;
	margin-bottom: 12px;
}
#contest #whats p{
	font-size: 1.0em;
	line-height: 180%;
}


#contents .about .btn{
	text-align: center;
}

#contents .judge .block2{
	width: 100%;
	text-align: center !important;
}
#contents .judge .block2 .box-judge{
	margin-bottom: 40px;
}

#contents .judge .name{
	text-align: center;
	margin-bottom: 14px;
}
#contents .judge .photo{
	width: 50%;
	margin: auto;
	margin-bottom: 14px;
}
#contents .judge h5{
	font-size: 1.6em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#contents .judge .profile p{
	font-size: 1.0em;
}
#contents .judge .profile p a{
	text-decoration: underline;
}



#contents .interview{
	margin-top: 60px;
}
#contents .interview .intro{
	border-bottom:1px solid #DDD;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#contents .interview .intro h5{
	font-size: 1.3em;
	margin-bottom: 10px;
}
#contents .interview .intro p.lead{
	font-size: 1.3em;
	line-height: 190% !important;
	margin-bottom: 24px;
}
#contents .interview .section{
	margin-bottom: 35px;
}
#contents .interview h4{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	color: #18BA60;
	line-height: 170%;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#contents .interview p{
	font-size: 1.3em;
	line-height: 190% !important;
}

#contents .interview p.que{
	font-weight: bold;
	margin-bottom: 18px;
}
#contents .interview span.a-head{
	font-weight: bold;
	color: #18BA60;
}
#contents .interview span.q-head{
	letter-spacing: -4px;
}

#contents .interview .image{
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
#contents .interview .image img{
	width: 100%;
	height: auto;
	border:1px solid #EFEFEF;
	vertical-align: bottom;
}
#contents .interview .image i.fa-expand{
	position: absolute;
	bottom: 8px;
	right: 4px;
	z-index: 1000;
	font-size: 1.5em;
	color: #FFF;
	padding:6px 8px; 
	background: rgba(0,0,0,.4);
}
#contents .interview .image-intro{
	float: right;
	width: 40%;
	margin-left: 16px;
}
#contents .interview .image-sub-y{
	float: right;
	width: 42%;
	margin-left: 20px;
	margin-bottom: 10px;
}
#contents .interview .image-sub-t{
	float: right;
	width: 38%;
	margin-left: 20px;
}





#contents .works .sho{
	margin-bottom: 14px;
}
#contents .works .icon img{
	margin-bottom: 0;
}
#contents .works .sho-judge h4{
	font-size: 1.8em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #CC9900;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-judge h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-wencontest h4{
	font-size: 1.8em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #99CC00;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-wencontest h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-corp h4{
	font-size: 1.6em;
	font-family:"游明朝", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "MS P明朝", serif;
	color: #AAA;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .sho-corp h5{
	font-size: 1.6em !important;
	letter-spacing: 1px;
	margin-top: 12px;
}

#contents .works .sho-incentive h4{
	font-size: 1.6em;

	color: #BB8B0A;
	letter-spacing: 1px;
	margin-bottom: 0 !important;
	margin-bottom: 10px;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 18px 18px 8px 18px;

}
#contents .works .bg-gray p{
	text-align: left;
	font-size: 1.0em !important;
	color: #666 !important;
}
#contents .works .bg-gray p.text-sm{
	font-size: 0.9em !important;
}


#contents .works .box a:hover{
	text-decoration: none;
}

#contents .works p.lead{
	font-size: 1.2em !important;
	margin-bottom: 20px;
}
#contents .works p.name{
	margin-bottom: 12px;
}
#contents .works .offset-70{
	width: 88%;
	margin:auto;
}


#contest .hgroup p span.workshop_title {
	font-size: 1.15em !important;
}




#contest .list .present{
	margin-bottom: 22px;
}

#contest .list .sw-box{
	border: 1px solid #DDD;
	border-radius: 3px;
	position: relative;
	margin-bottom: 1.0em;
}
#contest .list .sw-box .number{
	border-bottom: 3.8em solid transparent;
	border-left: 3.8em solid rgba(84,185,71,0.7);
	position: absolute;
	z-index: 100;
}
#contest .list .sw-box .number span {
	transform: rotate(-45deg);
	font-size: 1.125em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	left: -50px;
	z-index: 101;
}
#contest .list .sw-box .text{
	width: 90%;
	margin: auto;
	padding: 24px 0; 
	text-align: center;
}
#contest .list .sw-box .tate{
	width: 65% !important;
	height: auto;
	margin: auto;
}
#contest .list .sw-box h5{
	font-size: 1.0em !important;
	color:#54b947;
	line-height: 160% !important;
}
#contest .list .sw-box p{
	font-size: 0.875em !important;
	line-height: 160% !important;
}

#contest .list .sw-box .sw-entry-link{
	position: absolute;
	height: 100%;
}




#contest .vote .present span{
	display: inline-block;
	color: #333;
	line-height: 170%;
	background-color: #DDD;
	font-size: 1.1em;
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

#contest .vote .notice{
	margin-bottom: 30px;
}
#contest .vote .notice p.caution{
	font-size: 1.0em;
}




#contest .vote .detail{
	width: 90%;
	margin: auto;
	text-align: center;
}
#contest .vote .detail .image{
	margin-bottom: 30px;
}
#contest .vote .detail h3{
	font-size: 1.375em;
	color: #18BA60;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
#contest .vote .detail p.name{
	font-size: 1.125em;
	margin-bottom: 30px;
}
#contest .vote .detail .hgroup h4{
	font-size: 1.0em !important;
	font-weight: 600;
}
#contest .vote .detail .spec{
	margin-bottom: 20px;
}
#contest .vote .detail .spec .hgroup{
	margin-top: 16px;
}
#contest .vote .detail h6{
	font-size: 1.0em !important;
}
#contest .vote .detail p.number{
	margin-bottom: 10px;
}
#contest .vote .detail p.number span{
	display: inline-block;
	color: #FFF;
	line-height: 220%;
	background-color: #CCC;
	font-size: 1.2em;
	text-align: center;
	width: 38px;
	height: 38px;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}




/* レイアウト
-------------------------------------------- */

.block2 .box{
}
.block2 .box:nth-child(odd){
}
.block2 .box:nth-child(even){
}

.block3 .box{
}
.block3 .box:nth-child(3n) {
}
.block3 .box:nth-child(3n+1) {
}

.block4 .box{
}
.block4 .box:nth-child(odd){
}
.block4 .box:nth-child(even){
}
.block4 .box .entry{
}

.block5 .box{
}
.block5 .box:nth-child(5n) {
}



.block2-sp .box{
	float: left;
	width: 48%;
}
.block2-sp .box:nth-child(odd){
	clear: both;
}
.block2-sp .box:nth-child(even){
	float: right;
}

.block3-sp .box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.block3-sp .box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}


.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry,
.block5 .entry,
.block6 .entry{
	margin-bottom: 2.0em;
}

.block1 .entry,
.block2 .entry,
.block3 .entry,
.block4 .entry {
	text-align: center;
	margin-bottom: 8.0%;
	position: relative;
}
.block1 .entry .tate,
.block2 .entry .tate,
.block3 .entry .tate,
.block4 .entry .tate{
	width: 60% !important;
	height: auto;
	margin: auto;
}
.entry .image{
	text-align: center;
	margin-bottom: 10px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block1 .entry h5,
.block2 .entry h5,
.block3 .entry h5,
.block4 .entry h5{
	font-size: 1.3em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block1 .entry p,
.block2 .entry p,
.block3 .entry p,
.block4 .entry p{
	font-size: 1.1em !important;
}
.block1 .well:hover,
.block2 .well:hover,
.block3 .well:hover,
.block4 .well:hover {
	background: #EFEFEF;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

/* ラベル部分 左上に表示 */
.block4 .box .number{
    border-bottom: 3.8em solid transparent;
    border-left: 3.8em solid #18BA60; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.block4 .box .number span {
    transform: rotate(-45deg);
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 5px;
    left: -38px;
    z-index: 101;
}




.entry .image{
	margin-bottom: 1.5em;
}
.entry .image img{
	width: 100%;
	height: auto;
}

.entry-image-100-sp{
	width: 100% !important;
}
.entry-image-100-sp .image{
	float: left;
	width: 26%;
}
.entry-image-100-sp .text{
	float: right;
	width: 68%;
}

.entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.entry-image-r-30-sp{
}
.entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.entry-image-r-40-sp{
}
.entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp{
}
.entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}



.image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.image-w-90-sp img{
	width: 90% !important;
	height: auto;
}






}





/* 前後の記事
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #DDD;
	margin-top: 40px;
	padding-top: 30px;
}
.entryNav p.pre,
.entryNav p.next{
	width:30%;
	font-size: 1.0em;
}
.entryNav p a{
	display: block;
	background-color: #FFF;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: none;
}
.entryNav p.back{
	float: left;
	width:30%;
	font-size: 1.0em;
	text-align: center;
	background-color: #000 !important;
}
.entryNav p.back i.fa{
	color: #CCC;
}
.entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:20px;
	text-align: left;
}
.entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:20px;
	text-align: right;
}

</pre></body></html>