@charset "utf-8";




/*----------------------------------------
	for PC
----------------------------------------*/


	@media screen and (min-width: 481px){


/*--------visual---------*/

body{

}

/*--------visualbnr---------*/

#headline{
	position:relative;
	padding:10px 0;
	border-bottom:1px solid #fff;
}

#headline .inner{
	width:950px;
	margin:0 auto 0;
}

/*--------contents---------*/


.contents{
	position:relative;
	z-index:60;
	background-color:rgba(255,255,255,0.7);
}

.contents .inner{
	margin:0;padding:0;
	width:865px;
	margin:0 auto 0;
	padding:50px 0 80px;
	position:relative;
}


#background{
	background:#A2F6FB url('../img/common/bg.jpg') center top no-repeat;
	background-attachment:fixed;
	min-width:1000px;
	padding-bottom:100px;
}

table{
	color:#444;
	border:1px solid #09d;
	border-collapse:collapse;
	width:100%;
	line-height:1.5;
	font-size:16px;
	border:0px;
}

.mainimage{
display:block;
width:100%;
}


.readText{
	text-align:center;
	color:#005D8E;
	font-size:36px;
	font-weight:800;
	width:100%;
	margin-top:30px;
	text-shadow:2px 2px 1px #fff,-2px -2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff;
}

.box{
width:49%;
float:left;
background-color:rgb(0, 65, 148);
border-radius:5px;
margin:20px 0;
box-shadow:2px 2px 2px rgba(0,30,60,0.3);
}

.box .inner{
	margin:0;padding:9% 7%;
	width:auto;
	margin:0 auto 0;
	height:200px;
	position:relative;
}

.privilege .img{
 float:left;
 display:block;
 width:40%;
 margin-top:20px;
 margin-right:10px;
 color:#333;
 text-align:center;
}

.privilege img{
 display:block;
 width:100%;
}

.box:nth-child(2){
margin-left:2%;
}

.box .tit{
	font-size:43px;
	font-weight:800;
	text-align:center;
	border-bottom:1px solid #fff;
	padding-bottom:12px;
	text-shadow:1px 1px 4px rgba(0,90,200,0.5);
}

.box .tit .date{
	float:left;
	margin-left:25px;
}

.box .tit .dow{
	font-size:65%;
	margin-left:-8px;
}

.box .tit .location{
	float:left;
	font-weight:800;
}

.box .time{
	margin-top:10px;
	font-size:18px;
}

.box .location_l{
	margin-top:15px;
	font-size:22px;
	color:#fff;
	line-height:1.3;
	font-weight:800;
}

.box .location_l a{
	font-size:14px;
	color:#fd0;
	margin-left:10px;
}

.attention_trial{
	text-align:left;
	color:#666;
	line-height:1.3;
	font-size:13px;
	margin-top:20px;
}


h4{
	font-weight:800!important;
	font-size:30px;
	color:#005D8E;
	margin:70px 0 0;
	padding:5px 0 3px;
	line-height:1.3;
	border-bottom:1px solid #069;
}

.box .topic{
	font-size:14px;
	line-height:1.3;
	background-color:#ccc;
	border-radius:3px;
	color:#036;
	padding:8px 15px;
	margin:10px 0 0;
}

.twittercampaign p{
	font-size:16px;
	color:#333;
	display:block;
	line-height:1.5;
	margin:15px 0 0;
}



.item_tit{
	font-size:12px;
	font-weight:bold;
	color:#068;
	margin-top:5px;
	display:block;
}


.image{
	color:#666;
	width:46%;
	float:left;
	position:relative;
}

.image img{
	display:block;
	width:100%;
}

.image::before{
	content:'';
	display:block;
	background-image:url('../img/storebenefits/icon_plus.png');
	width:60px;
	height:60px;
	background-size:100%;
	position:absolute;
	bottom:0;
	right:0;
}

.info{
	color:#666;
	width:48%;
	float:right;
}

.att{
	font-size:12px;
	color:#d90;
	line-height:1.3;
	display:block;
	margin:10px 0 0;
}

.link{
	background-color:#E42387;
	border-radius:5px;
	padding:5px 5px;
	color:#fff;
	line-height:1.2;
	text-align:center;
	margin:15px 2% 0 0;
	display:block;
	box-shadow:2px 2px 1px rgba(30,30,30,0.2);
	width:100%;
}

.link .min{
	font-size:9px;
}


.attention{

	font-size:14px;
	color:#333;
	text-align:right;
	padding:10px;
}


}

/*----------------------------------------
	for SP
----------------------------------------*/

	@media screen and (max-width: 480px) {


/*--------visual---------*/

body{

}

/*--------visualbnr---------*/

#headline{
	position:relative;
	padding:10px 0 0;
	border-bottom:1px solid #fff;
	z-index:100;
}

#headline .inner{
	width:96%;
	margin:0 auto 0;
	padding:0 2%;
}

/*--------contents---------*/




.contents{
	position:relative;
	z-index:60;
	background-color:rgba(255,255,255,0.7);

}

.contents .inner{
	margin:0;padding:0;
	width:92%;
	margin:0 auto 0;
	padding:6% 0 80px;
	position:relative;
}


#background{
	overflow:hidden;
}

#background::after{
	display:block;
	position:fixed;top:0px;left:0px;
	background:#A2F6FB url('../img/common/bg.jpg') center top no-repeat;
	min-width:100%;
	height:100%;
	z-index:-50;
}


.mainimage{
display:block;
width:100%;
}


.readText{
	text-align:left;
	color:#005D8E;
	font-size:23px;
	font-weight:800;
	width:100%;
	margin-top:10px;
	line-height:1.2;
	text-shadow:2px 2px 1px #fff,-2px -2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff;
}

.box{
width:100%;
float:left;
background-color:rgb(0, 65, 148);
border-radius:5px;
margin:20px 0 0;
box-shadow:2px 2px 2px rgba(0,30,60,0.3);
}

.box .inner{
	margin:0;padding:9% 7%;
	width:auto;
	margin:0 auto 0;
	position:relative;
}

.privilege .img{
 float:left;
 display:block;
 width:47%;
 margin-top:20px;
 margin-right:10px;
 color:#333;
 text-align:center;
}

.privilege img{
 display:block;
 width:100%;
}

.box .tit{
	font-size:27px;
	font-weight:800;
	text-align:center;
	border-bottom:1px solid #fff;
	padding-bottom:12px;
	text-shadow:1px 1px 4px rgba(0,90,200,0.5);
}

.box .tit .date{
	float:left;
	margin-left:10px;
}

.box .tit .dow{
	font-size:65%;
	margin-left:-8px;
}

.box .tit .location{
	float:left;
	font-weight:800;
}

.box .time{
	margin-top:10px;
	font-size:18px;
}

.box .location_l{
	margin-top:15px;
	font-size:18px;
	color:#fff;
	line-height:1.3;
	font-weight:800;
}

.box .location_l a{
	font-size:14px;
	color:#fd0;
	margin-left:10px;
}

.attention_trial{
	text-align:left;
	color:#666;
	line-height:1.3;
	font-size:13px;
	margin-top:20px;
}


h4{
	font-weight:800!important;
	font-size:30px;
	color:#005D8E;
	margin:70px 0 0;
	padding:5px 0 3px;
	line-height:1.3;
	border-bottom:1px solid #069;
}

.box .topic{
	font-size:14px;
	line-height:1.3;
	background-color:#ccc;
	border-radius:3px;
	color:#036;
	padding:8px 15px;
	margin:10px 0 0;
}

.twittercampaign p{
	font-size:14px;
	color:#333;
	display:block;
	line-height:1.4;
	margin:15px 0 0;
}






h4{
	font-weight:800!important;
	font-size:25px;
	color:#005D8E;
	padding:5px 0 10px;
	line-height:1.3;
}


.item_tit{
	font-size:12px;
	font-weight:bold;
	color:#068;
	margin-top:8px;
	display:block;
}


.image{
	color:#666;
	width:100%;
	float:left;
}

.image img{
	width:100%;
}

.info{
	color:#666;
	width:100%;
	float:right;
	margin-top:20px;
}

.att{
	font-size:11px;
	color:#d90;
	line-height:1.3;
	display:block;
	margin:10px 0 0;
}

.link{
	background-color:#E42387;
	border-radius:5px;
	padding:5px 5px;
	color:#fff;
	line-height:1.2;
	text-align:center;
	margin:10px 0;
	display:block;
	box-shadow:2px 2px 1px rgba(30,30,30,0.2);
}

.link .min{
	font-size:9px;
}


.attention{

	font-size:12px;
	color:#333;
	text-align:right;
	padding:10px;
}


}
