@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/hi-chew/campaign/yosistamp/

++++++++++++++++++++++++++++++++++++++++ */

body {
	background: #fff;
	background-image: url("../images/bg.png");
}
img {
	width: 100%;
}

#container {
	overflow: hidden;
	max-width: 1280px;
	margin: auto;
}

#yosistamp_title {
	position: relative;
	margin-top: 5%;
}
#yosistamp_title h1 {
	position: relative;
}
#yosistamp_title>img {
	position: absolute;
	animation: title_deco_anim infinite;
}

#yosistamp_content {
	width: 100%;
}

table.clm2 {
	width: 100%;
}

.clm1 {
	width: 98%;
    padding: 2% 1%;
}

table.clm2_ftr {
	width: 100%;
	padding: 0 2% 2% 2%;
}

table.clm2_ftr td.clm2_ftr_l {}

table.clm2_ftr td.clm2_ftr_r {
	text-align: right;
}

table.clm2_ftr td.clm2_ftr_l img ,
table.clm2_ftr td.clm2_ftr_r img {
	width: auto;
}






/* ++++++++++++++++++++++++++++++++++++++++

	PC

++++++++++++++++++++++++++++++++++++++++ */

@media (min-width: 769px) {
	.sp,
	[src$='_sp.jpg'],
	[src$='_sp.png'] {
		display: none !important;
	}

	#container {
		min-width: 1100px;
	}
	#container a {
		/*display: inline-block;*/
		transition: .2s opacity;
	}
	#container a:hover {
		opacity: .7;
	}

	h1 img {
		/*
		position: relative;
		left: 50%;
		max-width: none;
		margin-left: -640px;
		*/
	}

}



/* ++++++++++++++++++++++++++++++++++++++++

	SP

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 769px) {
	.pc,
	[src$='_pc.jpg'],
	[src$='_pc.png'] {
		display: none !important;
	}

	table.clm2 td.clm2_l ,
	table.clm2 td.clm2_r {
		width: 96%;
		display: block;
		padding: 2%;
	}
	
}