@charset "utf-8";


.main {
    position: relative;
}

.main img {
    max-width: 100%;
    height: auto;
}

.in-main {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.m_bn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto 0;
}

.multi .m_bn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
    max-width: 500px;
    margin: 0 auto 0;
}

.m_bn a {
    max-width: 19%;
}

.multi .m_bn a {
    max-width: 48%;
}

.m_bn img {
    max-width: 100%;
    height: auto;
}



#fchange {
	width: 183px;
	float: right;
	background-image: url(../images/size-title.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 15px;
}
#fchange a {
	cursor:pointer;
}

#fchange .fsize {
	float: right;
}
#fsmall a,#fmiddle a,#flarge a {
	display: block;
	height: 21px;
	width: 31px;
}
#fchange .ftxt {
	display: none;
}

/* english --------------------------------------------*/

#en-fchange {
	width: 183px;
	float: right;
	background-image: url(../images/en-size-title.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 15px;
}

#en-fchange a {
	cursor:pointer;
}

#en-fchange .en-fsize {
	float: right;
}
#en-fsmall a,#en-fmiddle a,#en-flarge a {
	display: block;
	height: 21px;
	width: 31px;
}
#en-fchange .ftxt {
	display: none;
}


/* {^̕\
--------------------*/
/*
#fsmall a {
	background-image: url(../images/btn_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(../images/btn_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(../images/btn_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../images/btn_s_o.gif);
}
#fmiddle a:hover {
	background-image: url(../images/btn_m_o.gif);
}
#flarge a:hover {
	background-image: url(../images/btn_l_o.gif);
}
*/
