@charset "utf-8";

//* =========== Event ========== */
#mainArea #eventArea {
/* 	clear:both;*/
	margin-bottom:20px;
	width:100%;
	background:transparent url("../images/icon_title.png")  no-repeat;
	background-position: right 20pt bottom 0pt;
	min-height: 90px;

}

#mainArea #eventArea .title {
	color: #c1272d;
	margin-bottom:-5px;
	font-size: 3rem;
	font-weight: 550;
	text-align: left;
	padding-right: 20px;
}

#mainArea #eventArea .title span{
	color: #212270;
}


#mainArea #eventArea .title img {
	width: 95%;
}


/* --------------------------------------------------------------------------------------------------------------------

	privacy (index.html)

-------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------- .privacy-privacyCnt -------------------------------------- */


.privacy-privacyCnt {
/* 	border: 1px solid #e5e5e5;*/
	font-size: 1.3em;
	background: #fff;
	padding: 30px 2%;
	margin: 0 auto 10%;
	max-width: 100%;

	-webkit-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	-moz-box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff;
}


.privacy-privacyCnt section {
	margin: 0 -10px;
	padding: 20px 10px;
	border-top: 1px solid #d9d9d9;
}
.privacy-privacyCnt section:first-child {
	border: none;
	padding-top: 0;
}

.privacy-privacyCnt h3 {
	font-size: 95%;
	line-height: 1.5;
	padding-bottom: 15px;
}

.privacy-privacyCnt p,
.privacy-privacyCnt li {
	font-size: 80%;
	line-height: 1.8;
}

.privacy-privacyCnt p {
	margin-left: 0;
}

.privacy-privacyCnt p + ol {
	margin-top: 10px;
}

.privacy-privacyCnt ul li {
/*	list-style: disc; */
	margin-left: 1em;
}
.privacy-privacyCnt ol li {
	list-style: decimal ;
	margin-left: 3.2em;
}

.privacy-privacyCnt .establish {
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
}


/* ---------------------------------------
	max-width: 719px
---------------------------------------

@media screen and (max-width: 719px) {

	.privacy-privacyCnt {
		padding: 20px;
		margin: 0 auto 40px;
	}

	.privacy-privacyCnt section {
		margin: 0 -10px;
		padding: 15px 10px;
	}

	.privacy-privacyCnt h3 {
		font-size: 87.5%;
		padding-bottom: 10px;
	}

	.privacy-privacyCnt .establish {
		padding-top: 10px;
	}

}
 */
/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 400px) {


	#mainArea #eventArea {
		background-position: right 0pt top 0pt;
		background-size: 60px 60px;
	}

	#mainArea #eventArea .title {
		font-size:2em;
	}
	
	#subTitle .title {
		font-size:1.8em;
	}
	
}

