@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	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%;
	min-height:100%;
}

body {
	font-size:14px;
	line-height:1.8;
	background-image:url(/cmp/yuenchi-kon/common/images/bg_sky_base.png);
	letter-spacing:1px;
}

@media screen and (min-width: 640px) {
body {
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
}
@media screen and (max-width: 639px) {
body {
	font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	background-size:640px auto;
}
}


a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	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 {
		color:#fff;
		overflow:hidden;
		zoom:1;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	#wrap {
		width:100%;
		min-width:1000px;
		height:100%;
	}
}
/* --------------------------------------
		102 header
-------------------------------------- */
header {
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:10;
}

@media screen and (min-width: 640px) {
	header#head  {
		height:70px;
		background:url(/cmp/yuenchi-kon/common/images/bg_head.png) repeat-x top;
	}
	header#head  .logoArea {
		width:500px;
		line-height:60px;
		padding-left:20px;
		float:left;
		position:relative;
		z-index:10;
	}
	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 {
		background:url(/cmp/yuenchi-kon/common/images/bg_head.png) repeat-x top;
	}
	header#head  .logoArea {
		line-height:30px;
		text-align:center;
		padding:15px 0;
	}
	header#head  .socialArea {
		width:320px;
		text-align:center;
		margin:0 auto;
	}
	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 {
		background:url(/cmp/yuenchi-kon/common/images/bg_sky_head.png);
		padding:60px 0 250px;
		position:relative;
		overflow:hidden;
	}
	#ttlBlock h1 {
		text-align:center;
		padding-bottom:30px;
	}
	#ttlBlock .ttlIn > span {
		position: absolute;
		right: 50%;
		top: 0px;
		margin-right: 260px;
		-moz-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		display: none;
	}
	#ttlBlock .schedule {
		font-size:229%;
		line-height:60px;
		color:#d3bd8a;
		text-align:center;
		background:url(/cmp/yuenchi-kon/common/images/bg_gra_data.png) no-repeat 50% 50%;
		margin-bottom:40px;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	}
	#ttlBlock .schedule span {
		font-size:50%;
	}
	#ttlBlock figure {
		width:1430px;
		height:423px;
		text-align:center;
		position:absolute;
		left:50%;
		bottom:0px;
		margin-left:-715px;
	}
}
@media screen and (max-width: 639px) {
	#ttlBlock {
		padding:10px 0 120px;
		position:relative;
		overflow:hidden;
	}
	#ttlBlock h1 {
		text-align:center;
		padding-bottom:30px;
	}
	#ttlBlock h1 img {
		width:320px;
		height:auto;
	}
	#ttlBlock .ttlIn > span {
		position: absolute;
		right: 5px;
		top: 45px;
		-moz-transform: rotate(10deg);
		-webkit-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		display: none;
	}
	#ttlBlock .ttlIn > span img {
		width: 80px;
		height: auto;
	}
	#ttlBlock .schedule {
		font-size:143%;
		line-height:40px;
		color:#d3bd8a;
		text-align:center;
		background:url(/cmp/yuenchi-kon/common/images/bg_gra_data.png) repeat-y 50% 50%;
		background-size:auto 30px;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		position:relative;
		z-index:100;
	}
	#ttlBlock .schedule span {
		font-size:50%;
	}
	#ttlBlock figure {
		width:715px;
		height:212px;
		text-align:center;
		position:absolute;
		left:50%;
		bottom:0px;
		margin-left:-307px;
	}
	#ttlBlock figure img {
		width:715px;
		height:auto;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .btnArea {
	text-align:center;
	padding:5% 0;
	clear:both;
}
@media screen and (min-width: 640px) {
	#wrap .btnArea ul li {
		display:inline;
		margin:0 5px;
	}
}
@media screen and (max-width: 639px) {
	#wrap .btnArea ul li {
	}
	#wrap .btnArea ul li img {
		width:319px;
		height: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(2) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	.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;
}