/*
Copyright (c) 2012, AtoD Inc. All rights reserved.
http://www.atod.co.jp/
*/

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

body {
	background: #FFF;
	/*width:100%;*/
	font-size: 12px;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro  W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'LucidaGrande', Verdana, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}


#container {
	margin: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
	clear: both;
	background-image: url(../img/common/bg.png);
}

#content {
	min-width: 320px;
	height: auto;
	padding: 0px;
	margin: 0 auto;
	clear: both;
}


/* ****************************************
	HEADER
 **************************************** */

header {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url("/sp/common/img/index_bg/bg01.jpg") 70% center no-repeat;
	background-size: cover;
	position: relative;
}

#headWrap {
	width: 220px;
	height: 91px;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#jennyInfo {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 20px;;
	background-color: #E64490;
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}

#jennyLogo {
	margin: 0px;
	line-height: 0;
	/*padding: 10px 0px;
	height: 245px;*/
}

#jennyLogo p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#jennyLogo img {
	display: block;
	width: 220px;
}

#jennyTime {
	padding: 7px 0;
	text-align: center;
	font-size: 14px;
	color: #E54490;
	background-image: url(../img/common/bg_time.jpg);
	background-repeat: repeat-x;
	
}

#jennyTime .time span{
	font-size: 16px;
	font-weight: bold;
	color: #930047;
	padding: 0 3px;
}


/* ****************************************
	FOOTER
 **************************************** */

footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #E64490;
}

#footerWrap {
	width: 320px;
	height: 40px;
	margin: 0 auto;
}

#footerWrap h4 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 40px;
	
}

/* ****************************************
	COMMON
 **************************************** */

.dropShadow {
	text-shadow: 1px 1px 3px #AAA;
	-moz-text-shadow: 1px 1px 3px #AAA;
	-webkit-text-shadow: 1px 1px 3px #AAA;
}


/* ****************************************
	TOP
 **************************************** */

#infoArea {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;	
}

#bannerTel {
	position: absolute;
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	top: -65px;
}

#btnArea {
	width: 100%;
	position: absolute;
}

#btnArea ul {
	width: 320px;
	display: block;
	margin: 0 auto;
	clear: both;
}

#btnArea li {
	float: left;
	width: 128px;
	text-align: center;
}


#btnArea li.icon {
	width: 64px;
	padding-top: 12px;
}

#marqueeInfo {
	background-image: url(../img/common/bg_marquee.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
	line-height: 50px;
}

#marqueeInfo .tickerArea {
	width: 320px;
	margin: 0 auto;
}

ul.marquee{
  display:block;
  padding:0;
  margin:0;
  list-style:none;
  line-height:1;
  position:relative;
  overflow:hidden;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	
}
 
ul.marquee li{
  position:absolute;
  top:-999em;
  left:0;
  display:block;
  white-space:nowrap;
  padding-left: 10px;
}

ul.marquee a{
	color: #CD3D81;
	text-decoration: underline;
}

#validationInfo {
	padding: 5px 0 20px;
}

#validationInfo p {
	width: 270px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	margin: 0 auto;
}


/****************************
 2019.07.16 ADD
****************************/
#btnArea .enterEn {
	width: 100%;
	height: 45px;
	text-align: center;
	margin-top: 10px;
}

#btnArea .enterEn a {
	display: inline-block;
}
