@charset 'utf-8';


/* ------------------------------------------------------------ LINK ------------------------------------------------------------ */

/*--------------------------------
	Font
--------------------------------*/
a:focus				{ color:#000; text-decoration:none; }
a:link				{ color:#000; text-decoration:none; }
a:link:hover		{ color:#ccc; text-decoration:none; }
a:link:active		{ color:#ccc; text-decoration:none; }
a:visited			{ color:#000; text-decoration:none; }
a:visited:hover		{ color:#ccc; text-decoration:none; }
a:visited:active	{ color:#ccc; text-decoration:none; }

/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

html {
	background:#00634c;
}

body {
	width:100%;
	line-height:1.8;
	font-family: 'メイリオ','meirio', sans-serif;
}

/* ------------------------------------------------------------ PHOTOCONTEST ------------------------------------------------------------ */

.inner {
	position: relative;
}

ul {
	min-height:1px;
	zoom:1;
	clear:both;
}

ul:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

h2 img {
	max-width: 100%;
	width: 360px;
	height: auto;
}


.skew_green,
.skew_white {
	position: relative;
	color: #006f55;
	width: 150px;
	padding: 5px 0;
	margin: 0 auto 60px !important;
	z-index: 10;
	text-align: center;
}

.skew_green:after,
.skew_white:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.skew_green {
	color: #fff;
}

.skew_green:after {
	background: #006f55;
}

#PHOTOCON #wrapper > div#contest_top,
#PHOTOCON #wrapper > div#contest_aisatsu,
#PHOTOCON #wrapper > div#contest_prize_gold,
#PHOTOCON #wrapper > div#contest_prize_bronze {
	background: #016F4F;
	color: #fff;
}

#PHOTOCON #wrapper #contest_top ul {
	margin: 60px auto 0;
}

#PHOTOCON #wrapper #contest_top ul li {
	max-width: 100%;
	width: 48.5%;
	height: auto;
	margin: 0 0 30px;
	padding: 5px 3% 15px;
}

#PHOTOCON #wrapper #contest_top ul li:nth-of-type(2n) {
	margin: 0 0 30px 3%;
}


#PHOTOCON #wrapper #contest_top ul li img {
	width: 60px;
	margin: 15px auto;
}

#PHOTOCON #wrapper #contest_top ul li p b {
	margin: 0 auto 5px;
}

#PHOTOCON #wrapper #contest_top p.ex {
	margin: 30px auto 60px;
	font-size: 14px;
	text-align: left;
}

#PHOTOCON #wrapper #contest_top p.ex em {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

#PHOTOCON #wrapper #contest_top a.link_archive {
	margin: 40px auto 0;
	background: transparent;
	border: 1px solid #fff;
}
#PHOTOCON #wrapper #contest_top a.link_archive:focus			{ color:#fff; }
#PHOTOCON #wrapper #contest_top a.link_archive:link				{ color:#fff; }
#PHOTOCON #wrapper #contest_top a.link_archive:link:hover		{ color:#006f55; }
#PHOTOCON #wrapper #contest_top a.link_archive:link:active		{ color:#006f55; }
#PHOTOCON #wrapper #contest_top a.link_archive:visited			{ color:#fff; }
#PHOTOCON #wrapper #contest_top a.link_archive:visited:hover	{ color:#006f55; }
#PHOTOCON #wrapper #contest_top a.link_archive:visited:active	{ color:#006f55; }

#PHOTOCON #wrapper #contest_top a.link_archive:hover {
	opacity: 1;
	background: #fff;
}


/* フォーム */

#PHOTOCON #wrapper form input {
	position: relative;
	top: -2px;
}



/* 社長挨拶 */

#PHOTOCON #wrapper > div#contest_aisatsu {
	padding: 0 0 90px;
}

#PHOTOCON #wrapper > div#contest_aisatsu .inner {
	max-width: 700px;
	min-height:1px;
	zoom:1;
	clear:both;
}

#contest_aisatsu .inner:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

#contest_aisatsu .inner > p {
	float: left;
	width: 500px;
	font-size: 16px;
	line-height: 2;
}

.ceo {
	float: right;
	width: 150px;
	max-width: 600px;
}

.ceo img {
	width: 100%;
	height: auto;
}

.ceo p {
	font-size: 13px;
}

/* 選者紹介 */

#contest_judge ul {
	margin: 0 auto;
}

#contest_judge ul li {
	float: left;
	width: 47.5%;
}

#contest_judge ul li:nth-of-type(1) {
	margin: 0 5% 0 0;
}

#contest_judge ul li img {
	float: left;
	width: 150px;
	height: auto;
	margin: 0 20px 10px 0;
}

#contest_judge ul li p:nth-of-type(1) {
	font-size: 16px;
	margin: 0 0 15px;
}

#contest_judge ul li p small {
	font-size: 12px;
}

#PHOTOCON #wrapper h2 {
	margin: 30px auto 90px;
}

.budge_prize {
	position: absolute;
	left: 0;
	top: -60px;
	width: 200px;
	height: auto;
}

.prize_gold {
	width: 100%;
	margin: 60px auto;
}

.prize_gold img {
	display: block;
	border: 10px solid #fff;
	width: 100%;
	height: auto;
}

.prize_gold p {
	font-size: 22px;
	margin: 0 auto 0;
}

.prize_gold p:nth-of-type(1) {
	font-size: 18px;
	margin: 20px auto 0;
}

.prize_gold p span {
	float: right;
}

#PHOTOCON #wrapper .prize_gold_review h3 {
	margin: 0 0 30px !important;
	padding: 8px 0;
}

#PHOTOCON #wrapper .prize_gold_review p {
	line-height: 2;
	font-size: 16px;
}

/*
.prize_gold_review ul li {
	float: left;
	width: 47.5%;
	line-height: 2;
	font-size: 15px;
}

.prize_gold_review ul li:nth-of-type(1) {
	margin: 0 5% 0 0;
}

.prize_gold_review ul li h4 {
	font-size: 16px;
	margin: 0 0 5px;
}
*/


#PHOTOCON #wrapper > div#contest_prize_silver {
}

.prize_silver {
	margin: 60px auto 0;
	min-height:1px;
	zoom:1;
	clear:both;
}

.prize_silver:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.prize_silver .photo {
	float: left;
	width: 65%;
	height: auto;
	text-align: center;
}

.prize_silver .text {
	width: 30%;
	float: right;
	line-height: 2;
}

.prize_silver:nth-of-type(2n) .photo {
	float: right;
}

.prize_silver:nth-of-type(2n) .text {
	float: left;
}

.prize_silver img {
	max-width: 100%;
	max-height: 630px;
	height: auto;
	width: auto;
}

.prize_silver .text >  p {
	padding: 0 0 15px;
	margin: 0 auto 15px;
	font-size: 20px;
	border-bottom: 1px solid #007a59;
	line-height: 1.8;
}

.prize_silver .prize_silver_cat {
	display: block;
	margin: 0 auto 15px;
}

.prize_silver .text div {
	line-height: 2;
}

.prize_silver .text div h4 {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: bold;
}

/*
.prize_silver .text ul li {
	margin: 0 0 15px;
	line-height: 1.8;
}

.prize_silver .text ul li h4 {
	margin: 0 0 5px;
	font-size: 15px;
}
*/

#contest_prize_bronze ul li {
	width: 47.5%;
	float: left;
	margin: 0 0 50px;
	text-align: center;
}

#contest_prize_bronze ul li:nth-of-type(2n) {
	margin: 0 0 50px 5%;
}

#contest_prize_bronze ul li img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 456px;
	border: 5px solid #fff;
}

#contest_prize_bronze ul li p {
	text-align: left;
}

#contest_prize_bronze ul li p span {
	float: right;
}

#contest_prize_bronze .inner > p {
	font-size: 20px;
	text-align: center;
	margin: 60px auto;
}

#PHOTOCON #wrapper > div#contest_footer {
	color: #016F4F;
	background: #fff;
}

#PHOTOCON #wrapper #contest_footer a:focus			{ color:#016F4F; }
#PHOTOCON #wrapper #contest_footer a:link			{ color:#016F4F; }
#PHOTOCON #wrapper #contest_footer a:link:hover		{ color:#c6d8d4; }
#PHOTOCON #wrapper #contest_footer a:link:active	{ color:#c6d8d4; }
#PHOTOCON #wrapper #contest_footer a:visited		{ color:#016F4F; }
#PHOTOCON #wrapper #contest_footer a:visited:hover	{ color:#c6d8d4; }
#PHOTOCON #wrapper #contest_footer a:visited:active	{ color:#c6d8d4; }

/* 出現エフェクト */

.sa {
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	transition: all .8s ease;
}

.sa.show {
	opacity: 1;
	transform: none;
}

.sa--lr {
	-moz-transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	-ms-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.sa--rl {
	-moz-transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	-ms-transform: translate(100px, 0);
	transform: translate(100px, 0);
  
}

.sa--up {
	-moz-transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.sa--down {
	-moz-transform: translate(0, -100px);
	-webkit-transform: translate(0, -100px);
	-ms-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.sa--scaleUp {
	-moz-transform: scale(.5);
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.sa--scaleDown {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.sa--rotateL {
 	-moz-transform: rotate(180deg);
 	-webkit-transform: rotate(180deg);
 	-ms-transform: rotate(180deg);
 	transform: rotate(180deg);
}

.sa--rotateR {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* ============================== SP ============================== */

@media only screen and (max-width: 768px) {
		
	/* ------------------------------------------------------------ LINK ------------------------------------------------------------ */
	
	/*--------------------------------
		Font
	--------------------------------*/
	a:focus				{ color:#000; }
	a:link				{ color:#000; }
	a:link:hover		{ color:#000; }
	a:link:active		{ color:#000; }
	a:visited			{ color:#000; }
	a:visited:hover		{ color:#000; }
	a:visited:active	{ color:#000; }
	
	/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */
	
	body {
		line-height:1.6;
	}
	
	h2 img {
		width: 220px;
	}
	
	.skew_green,
	.skew_white {
		margin: 0 auto 30px !important;
	}
	
	#PHOTOCON #wrapper > div {
		padding: 40px 0 60px;
	}
	
	/* ------------------------------------------------------------ PHOTOCONTEST ------------------------------------------------------------ */
	
	#PHOTOCON #wrapper #contest_top ul {
		margin: 30px auto 0;
	}
	
	#PHOTOCON #wrapper #contest_top ul li {
		width: 100%;
		margin: 0 0 20px;
		padding: 10px 3%;
	}
	
	#PHOTOCON #wrapper #contest_top ul li:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	
	#PHOTOCON #wrapper #contest_top ul li img {
		width: 50px;
		margin: 10px auto;
	}
	
	#PHOTOCON #wrapper #contest_top ul li img {
		width: 50px;
		margin: 10px auto;
	}
	
	#PHOTOCON #wrapper #contest_top p.ex {
		margin: 20px auto 30px;
		font-size: 13px;
	}
	
	#PHOTOCON #wrapper #contest_top p.ex em {
		font-size: 15px;
	}
	
	#PHOTOCON #wrapper #contest_top a.link_archive {
		background: transparent;
		border: 1px solid #fff;
		margin: 30px auto;
	}
	
	#PHOTOCON #wrapper #contest_top a.link_archive:focus			{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:link				{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:link:hover		{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:link:active		{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:visited			{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:visited:hover	{ color:#fff; }
	#PHOTOCON #wrapper #contest_top a.link_archive:visited:active	{ color:#fff; }
	
	#PHOTOCON #wrapper #contest_top a.link_archive:hover {
		background: transparent;
	}
	
	/* 社長挨拶 */
	
	#PHOTOCON #wrapper > div#contest_aisatsu {
		padding: 0;
		margin: 0 auto 40px;
	}
	
	#contest_aisatsu .inner > p {
		float: none;
		width: 100%;
		font-size: 13px;
		line-height: 1.8;
	}
	
	.ceo {
		float: none;
		width: 120px;
		margin: 20px auto 0;
	}
	
	.ceo img {
		width: 100%;
		height: auto;
	}
	
	.ceo p {
		font-size: 12px;
	}
	
	.ceo + p {
		font-size: 13px;
	}
	
	
	#contest_judge ul li {
		float: none;
		width: 100%;
		clear: both;
		margin: 0;
		font-size: 12px;
		min-height:1px;
		zoom:1;
		clear:both;
	}
	
	#contest_judge ul li:after {
		content:".";
		display:block;
		clear:both;
		height:0px;
		visibility:hidden;
		font-size:0px;
	}
	
	#contest_judge ul li:nth-of-type(1) {
		margin: 0 0 30px 0;
	}
	
	#contest_judge ul li img {
		width: 100px;
		margin: 0 15px 0 0;
	}
	
	#contest_judge ul li p {
		overflow: hidden;
	}
	
	#contest_judge ul li p:nth-of-type(1) {
		font-size: 14px;
		margin: 0 0 15px;
	}
	
	#contest_judge ul li p small {
		font-size: 10px;
	}
	
	#PHOTOCON #wrapper h2 {
		margin: 30px auto 30px;
	}
	
	.budge_prize {
		position: absolute;
		left: 50%;
		top: -110px;
		width: 80px;
		margin: 0 0 0 -40px;
	}
	
	.prize_gold {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.prize_gold img {
		border: 5px solid #fff;
	}
	
	.prize_gold p {
		font-size: 16px;
		margin: 0 auto;
		line-height: 1.8;
	}
	
	.prize_gold p:nth-of-type(1) {
		font-size: 14px;
		margin: 10px auto 5px;
	}
	
	.prize_gold p span {
		float: none;
		display: block;
	}
	
	#PHOTOCON #wrapper .prize_gold_review h3 {
		display: block;
		margin: 0 auto 20px !important;
		padding: 5px 0;
	}
	
	
	#PHOTOCON #wrapper .prize_gold_review p {
		line-height: 1.8;
		font-size: 13px;
	}
	
	
	.prize_gold_review ul li {
		float: none;
		width: 100%;
		line-height: 1.8;
		font-size: 13px;
	}
	
	.prize_gold_review ul li:nth-of-type(1) {
		margin: 0 0 20px 0;
	}
	
	.prize_gold_review ul li h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	
	#PHOTOCON #wrapper #contest_prize_silver h2,
	#PHOTOCON #wrapper #contest_prize_bronze h2 {
		margin: 0 auto 30px;
	}
	
	.prize_silver {
		margin: 40px auto 0;
	}
	
	.prize_silver .photo {
		float: none;
		width: 100%;
		margin: 0 auto 5px;
	}
	
	.prize_silver .text {
		width: 100%;
		float: none;
		line-height: 1.8;
	}
	
	.prize_silver:nth-of-type(2n) .photo {
		float: none;
	}
	
	.prize_silver:nth-of-type(2n) .text {
		float: none;
	}
	
	.prize_silver .text > p {
		padding: 0 0 10px;
		margin: 0 auto 15px;
		font-size: 16px;
		text-align: center;
	}
	
	.prize_silver .prize_silver_cat {
		width: 230px;
		display: block;
		margin: 0 auto 20px;
	}
	
	.prize_silver .text div h4 {
		margin: 0 0 5px;
		font-size: 14px;
		text-align: center;
		font-weight: normal;
	}
	
	/*
	.prize_silver .text ul li {
		margin: 0 0 15px;
	}
	
	.prize_silver .text ul li h4 {
		margin: 0 0 5px;
		font-size: 14px;
	}
	
	.prize_silver .text ul li p {
		line-height: 1.6;
	}
	*/
	
	#contest_prize_bronze ul li {
		width: 100%;
		float: none;
		margin: 0 0 35px;
	}
	
	#contest_prize_bronze ul li:nth-of-type(2n) {
		margin: 0 0 30px 0;
	}
	
	#contest_prize_bronze ul li img {
		border: 5px solid #fff;
		max-height: 350px;
	}
	
	#contest_prize_bronze ul li p {
		line-height: 1.8;
		margin: 5px auto 0;
		text-align: center;
		font-size: 14px;
	}
	
	#contest_prize_bronze ul li p span {
		float: none;
		display: block;
	}
	
	#PHOTOCON #wrapper #contest_footer a:focus			{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:link			{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:link:hover		{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:link:active	{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:visited		{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:visited:hover	{ color:#016F4F; }
	#PHOTOCON #wrapper #contest_footer a:visited:active	{ color:#016F4F; }
	


}


