@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2016年2月13日 */
/* last updated:2016年2月16日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
}

a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	line-height:1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

#wrap {
	position:relative;
	overflow:hidden;
	zoom:1;
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
}
.wrapInner {
	overflow:hidden;
	zoom:1;
}


/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	body #wrap {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background:url(/cmp/seafoodfes/common/images/bg_02.png);
		background-size:256px auto;
		width:100%;
		min-width:1000px;
		margin:0 auto;
	}
	br.sp {
		display:none;
	}
}
@media screen and (max-width: 639px) {
	body #wrap {
		font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		background:url(/cmp/seafoodfes/common/images/bg_02.png);
		background-size:256px auto;
		width:100%;
		overflow:hidden;
		zoom:1;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header {
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:10;
}

@media screen and (min-width: 640px) {
	header#head  {
		height:60px;
		background:#fff;
	}
	header#head  .logoArea {
		text-align:center;
		line-height:60px;
		padding-left:20px;
		position:relative;
		z-index:10;
	}
	header#head  .logoArea img.party {
		width:auto;
		height:30px;
	}
	header#head  .logoArea img.jff {
		width:auto;
		height:45px;
	}
	header#head  .socialArea {
		width:360px;
		height:44px;
		padding:12px 0;
		float:right;
		position:relative;
		z-index:10;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-5px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (max-width: 639px) {
	header#head {
		height:37px;
		background:url(/cmp/seafoodfes/common/images/bg_bar.png) repeat-x bottom #fff;
		background-size:auto 5px;
	}
	header#head  .logoArea {
		line-height:32px;
		padding-bottom:5px;
		text-align:center;
	}
	header#head  .logoArea img {
		width:auto;
		height:20px;
	}
	header#head  .socialArea {
		width:320px;
		text-align:center;
		margin:0 auto;
		display:none;
	}
	header#head  .socialArea ul li {
		width:100px;
		float:left;
		overflow:visible;
	}
	header#head  .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header#head  .socialArea ul li.line {
		top:-4px;
		position:relative;
	}
	header#head  .socialArea ul li.fb {
		width:110px;
		top:-4px;
		position:relative;
	}
}

@media screen and (min-width: 640px) {
	#ttlBlock {
		height:645px;
		position:relative;
		background:url(/cmp/seafoodfes/common/images/fig_main_pc.jpg) repeat-x 50% 50%;
		background-size:auto 645px;
		position: relative;
	}
	#ttlBlock .appeal {
		content: "";
		position: absolute;
		z-index: 100;
		top: -25px;
		right: 20px;
		width: 187px;
		height: 133px;
	}
	#ttlBlock .appeal img {
		width: 100%;
	}
	#ttlBlock h1 {
		width:100%;
		height:380px;
		text-align:center;
		padding:45px 0;
		z-index:100;
		position:absolute;
		top:40px;
		left:0;
	}
	#ttlBlock h1 img {
		width:500px;
		max-width:80%;
	}
	#ttlBlock .date {
		width:100%;
		height:100px;
		line-height:100px;
		text-align:center;
		background:hsla(0,100%,24%,0.9);
		position:absolute;
		top:420px;
		left:0;
		z-index:100;
	}
	#ttlBlock .date img {
		width:auto;
		height:61px;
	}
}
@media screen and (max-width: 639px) {
	#ttlBlock {
		height:500px;
		position:relative;
		background:url(/cmp/seafoodfes/common/images/fig_main.jpg) no-repeat 50% 50%;
		background-size:cover;
	}
	#ttlBlock .appeal {
		content: "";
		position: absolute;
		z-index: 100;
		top: 20px;
		right: -10px;
		width: 35%;
	}
	#ttlBlock .appeal img {
		width: 100%;
	}
	#ttlBlock h1 {
		width:100%;
		height:220px;
		line-height:220px;
		text-align:center;
		padding:0px 0;
		z-index:100;
		position:absolute;
		top:100px;
		left:0;
	}
	#ttlBlock h1 img {
		width:95%;
		max-width:300px;
	}
	#ttlBlock .date {
		width:100%;
		height:100px;
		line-height:100px;
		text-align:center;
		background:hsla(0,100%,24%,0.9);
		position:absolute;
		top:320px;
		left:0;
		z-index:100;
	}
	#ttlBlock .date img {
		width:auto;
		height:61px;
	}
}

/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .wrapInner  .btnArea {
	text-align:center;
	clear:both;
	position:relative;
	z-index:1000;
}
@media screen and (min-width: 640px) {
	#wrap .wrapInner .btnArea {
		padding:25px;
		background:hsla(30,100%,15%,0.5);
	}
	#wrap .wrapInner .btnArea ul li {
		margin:10px;
		display:inline-block;
	}
	#wrap .wrapInner .btnArea ul li img {
		width:310px;
	}
	.com {
		font-size:158%;
		font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
		text-align:center;
		background:url(/cmp/seafoodfes/common/images/bg_01.png) repeat-x top;
		background-size:70px auto;
		color:#fff;
		position:relative;
		top:-20px;
		padding:40px 5px 25px;
		margin-bottom:-20px;
	}
}
@media screen and (max-width: 639px) {
	#wrap  .wrapInner .btnArea {
		width:100%;
		margin:0 auto;
		padding:15px 15px;
		background:url(/cmp/seafoodfes/common/images/bg_bar.png) repeat-x bottom hsla(30,100%,15%,0.5);
		background-size:auto 5px;
	}
	#wrap  .wrapInner .btnArea.first {
		background:none;
	}
	#wrap  .wrapInner .btnArea ul li {
		padding:5px 0;
	}
	#wrap  .wrapInner  .btnArea img {
		width:100%;
		max-width:300px;
		height:auto;
	}
	.com {
		text-align:center;
		background:url(/cmp/seafoodfes/common/images/bg_01.png) repeat-x top;
		background-size:70px auto;
		color:#fff;
		position:relative;
		top:-20px;
		padding:40px 5px 25px;
		margin-bottom:-20px;
	}
	#wrap  .wrapInner .btnArea {
		width:auto
	}
}



/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:10px 5px;
		background:#fff;
		border-radius:5px;
		margin-top:14px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:5px 30px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 15px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:60px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .btnArea {
		padding:45px 35px;
		background:#fff;
		border-radius:5px;
		margin:15px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(2) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
		padding-top:30px;
	}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 10px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:40px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .twitter {
		background:#1DADEA;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:10px 0px;
	}
	.snBlock .facebook {
		background:#315194;
	}
	.snBlock .facebook .inner {
		color:#fff;
		padding:10px 0px;
		text-align:center;
	}
	.snBlock .inner p {
	}
	.snBlock .inner .btnArea {
		text-align:left;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
	}
	.snBlock .twitter .btnArea {
		padding:14px 30% 6px;
	}
	.snBlock .facebook .btnArea {
		padding:8px 30% 12px;
	}
}
.mediaArea {
	background:#fff;
	overflow:hidden;
	zoom:1;
}
#media-contact {
	clear:both;
}

.end-party {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}