/* CSS Document */

/*** msgArea ***/
#msgArea{
	position:relative;
	color:#3c3c3c;
	font-size:12px;
	line-height:1.8;
	padding:0 30px;
}
.photo{
	width:30%;
	height:auto;
	float:left;
	margin-right:10px;
	margin-left:-30px;
	
}
.msg{
	float:left;
	display:inline;
	text-align:justify;
}


/*** qaArea ***/
#qaArea {
	position:relative;
	margin:20px 30px;
}
#qaArea p{
	font-size:12px;
	line-height:1.4;
	color:#3c3c3c;
	text-align:justify;
}
.question{
	position: relative;
	display:block;
	width:100%;
	border-top:#cecece solid 1px;
	border-bottom:#cecece solid 1px;
	padding:6px 6px 6px 35px;
	margin-top:6px;
	box-sizing: border-box;
}
.qa_icon{
	position: absolute;
	left: 0;
	top: 6px;
	width:30px;
	height:30px;
	margin-right:5px;
	float:left;
}
.answer{
	position: relative;
	display:block;
	width:100%;
	border-bottom:#cecece solid 1px;
	padding:6px 6px 6px 35px;
	box-sizing: border-box;
}
.answer img.right {
	width: 100%;
	margin: 6px auto;
}
.question .plus_minus {
	position: absolute;
	right: 0;
	top: 9px;
	width: 24px;
	height: 24px;
}
.question .plus_minus .h_bar,
.question .plus_minus .v_bar {
	position: absolute;
}
.question .plus_minus .h_bar {
	top: 10px;
	left: 0;
	width: 24px;
	height: 0;
	border-top: 4px solid #005aaa;
}
.question .plus_minus .v_bar {
	top: 0;
	left: 10px;
	width: 0;
	height: 24px;
	border-left: 4px solid #005aaa;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.question.appear .plus_minus .v_bar {
	height: 4px;
	top: 10px;
}
/*** onedayArea ***/
#onedayArea{
	position:relative;
	text-align:center;
	margin-top: 50px;
}
#onedayArea h2{
	margin-bottom: 40px;
}
#oneday_clock_box {
	position:relative;
}
#oneday_clock_time{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.oneday_clock_time {
	position: absolute;
}
#oneday_clock_time1 {
	width: 28%;
	height: 30%;
	left: 36.5%;
	top: 35.5%;
}
#oneday_clock_time2 {
	width: 39%;
	height: 29.5%;
	left: 19.5%;
	top: 17%;
}
#oneday_clock_time3 {
	width: 15.5%;
	height: 45.7%;
	left: 62.3%;
	top: 25%;
}
#popupModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
}
#popupModal #close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	z-index: 10000;
}
#oneday_slick_box {
	display: none;
}
#popupModal .oneday_slick {
	width: 270px;
	margin: 0 auto;
}
#popupModal .oneday_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: auto;
	z-index: 5;
}
#popupModal .slick-prev, #popupModal .slick-next {
	position: absolute;
	top: 247px;
	width: 14px;
	height: 25px;
	background-size: 14px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	outline: 0;
	z-index: 5;
}
#popupModal .slide_per {
	position: absolute;
	top: 247px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #005aaa;
	font-size: 14px;
	font-family: Futura, Century Gothic, sans-serif;
	line-height: 1;
	padding: 13px 0 1px;
}
#popupModal .slick-prev {
	left: 0;
	background-image: url('/sp/company/img/left.png');
}
#popupModal .slick-next {
	right: 0;
	background-image: url('/sp/company/img/right.png');
}
#popupModal .time {
  font-family: Futura, Century Gothic, sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #005aaa;
  margin: 12px 0 0 0;
}
#popupModal .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 2px 4px 0 0;
}
.oneday_1 .icon {
	background-color: #005AAA;
}
.oneday_2 .icon {
	background-color: #FFE100;
}
.oneday_3 .icon {
	background-color: #00B4C8;
}
#popupModal .text {
	font-size: 14px;
	line-height: 1.5;
}
#popupModal .oneday_slick .image {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 200px;
	padding-top: 32px;
	padding-bottom: 40px;
	z-index: 100;
}
#popupModal #oneday_slick1 {
	width: 270px;
}
/*** entryArea ***/
#entryArea{
	position:relative;
	text-align:center;
	margin-top: 40px;
}
#title_entry {
	height: 40px;
}
#entryArea h2{
	margin-top: 40px;
}
#entry_btn{
	width:78%;
	max-width:502px;
	height:auto;
	margin:40px 0;
}