<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;
}





/* font size */
.text-xxlarge {
	font-size: 2.2em;
	letter-spacing:1px;
}
.text-xlarge {
	font-size: 2.0em !important;
	letter-spacing:1px;
}
.text-large {
	font-size: 1.8em !important;
	letter-spacing:1px;
}
.text-xmedium {
	font-size: 1.6em !important;
	letter-spacing:1px;
}
.text-medium {
	font-size: 1.4em !important;
	letter-spacing:1px;
}
.text-normal {
	font-size: 1.2em !important;
}
.text-small {
	font-size: 1.0em !important;
	line-height: 170% !important;
}
.text-xsmall {
	font-size: 0.8em !important;
	line-height: 100% !important;
}



/* column */
.well {
	padding: 20px 24px 20px 24px;
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}

.well-lg {
	padding: 30px;
	border-radius: 4px;
}
.well-sm {
	padding: 10px;
	border-radius: 4px;
}

.well-white {
	background-color: #FFF;
}

.well-border-no {
	border: none;
}
.well p:last-child {
	margin-bottom: 0 !important;
}




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

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

.block3 .box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.block3 .box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.block3 .box:nth-child(3n+1) {
	clear: both;
}

.block4 .box{
	float: left;
	width: 23.5%;
	margin-right: 1.95%;
}
.block4 .box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.block4 .box:nth-child(4n+1) {
	clear: both;
}


.block5 .box{
	float: left;
	width: 19%;
	margin-right: 1.2%;
}
.block5 .box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.block5 .box:nth-child(5n+1) {
	clear: both;
}


.block2 .entry,
.block3 .entry,
.block4 .entry {
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.entry .image{
	text-align: center;
	margin-bottom: 10px;
}
.entry .image img{
	max-width: 100%;
	height: auto;
}
.block2 .entry h5,
.block3 .entry h5,
.block4 .entry h5{
	font-size: 1.35em;
	color: #18BA60;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.block2 .entry p,
.block3 .entry p,
.block4 .entry p{
	font-size: 1.1em !important;
}

.block2 .entry .tate,
.block3 .entry .tate,
.block4 .entry .tate{
	width: 65% !important;
	height: auto;
	margin: auto;
}

.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;
	text-decoration: none !important;
}



/* ラベル部分 左上に表示 */
.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;
}




.offset-90{
	width: 90%;
	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){


#contents .works .soukatsu-comment {
	border:1px solid #DDD !important;
	border-radius: 5px;
	margin-bottom: 30px;
}
#contents .works .soukatsu-comment p{
	font-size: 1.2em !important;

}
#contents .works .soukatsu-comment p.title-soukatsu{
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}
#contents .works .soukatsu-comment p.name-soukatsu{
	margin-top: 4px;
	text-align: right;
}
#contents .works .bg-gray {
	background-color: #F5F5F5;
	padding: 20px 20px 20px 20px;
}

#contents .works .sho-comment p {
	font-size: 1.2em !important;
}
#contents .works .sho-comment p.text-sm {
	font-size: 1.2em !important;
}

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



.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;
}

.offset-80{
	width: 100% !important;

}




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