@charset "shift_jis";


/* base
---------------------------------------------------- */
body {
	text-align:center;
	background:url(../img/pop-bg.png) left top repeat-x;
	color:#333;
	font-size:12px;
	line-height:1.5;
	margin:0;padding:0;
}
/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}
head~/* */body {
	font-size:75%;
}

body, div, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ul, ol, li, img, cite ,fieldset ,form{
	margin:0;padding:0;border: none;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1;
}
/* Link Setting */
a {
	text-decoration:none;
}
a:link, 
a:visited{
	color: #fb8b01;
}
a:hover, 
a:active {
	color: #EC6401;
	text-decoration:underline;
}

/* decoration setting */
em {
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	font-size:inherit;
	color:#c14016;
}
cite {
	color:#888;
	text-decoration:none;
	font-style:normal;
}
address {
	font-style:normal;
}


/* Wapper
---------------------------------------------------- */
#Wapper {
	text-align:left;
	padding:40px 0 0 0;
	margin:0 auto;
}
.w450 {
	width:450px;
}
.w592 {
	width:592px;
}
.lwapper {
	float:left;
	width:251px;
}
.rwapper {
	float:right;
	width:300px;
}


.section {
	padding:0 0 32px 0;
}
h1 {
	padding:0 0 24px 0;
}
h2 {
	padding:0 0 24px 0;
}

.caption {
	text-align:center;
	padding:24px 0 42px 0;
}

.lbox {
	float:left;
	width:210px;
}
.rbox {
	float:right;
	width:226px;
}

.closebtn {
	text-align:center;
	padding:24px 0;
	clear:both;
}

#Wapper .lwapper .section.clearfix h2.title {
	padding:0 0 8px 0;
}

#Wapper .lwapper .section.clearfix h3 {
	font-size: 110%;
	margin-bottom: 5px;
	line-height: 1;
	margin-top: 5px;
}

@media screen and (max-width: 649px){
	
img {
    max-width: 100%;
    height: auto;
}
	
#Wapper {
    padding: 40px 20px 0;
		box-sizing: border-box;
}

.w592 {
    width: 100%;
}

.w450 {
    width: 100%;
}

.lwapper {
    float: none;
    width: 100%;
}
	
.rwapper {
    float: none;
    width: 100%;
    text-align: center;
}
	
.lbox{
    float: none;
    width: 100%;
}	
	
.rbox{
    float: none;
    width: 100%;
    text-align: center;
}	
	
	.ta_center img{
		display: block;
		margin: 0 auto;
	}
	
	
	
	
	
}








