img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* ボディ */
body
{
	margin: 0 ;				/* スペース */
	padding: 0 ;			/* 余白 */
	font-size: 16px ;		/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}


/* 全てに適用するCSS */
#entrance_main{
width: 100%;
text-align: center;
}

#entrance_select{
overflow: hidden;
width: 320px;
margin: 0 auto;
text-align: center;
}

.select_back_1{
float: left;
}

.select_back_2{
float: right;
}

/* clearfix */
#entrance_select:before,
#entrance_select:after {
    content: "";
    display: table;
}
 
#entrance_selectr:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
#entrance_select {
    zoom: 1;
}


#footer {
position: fixed;
bottom: 0;
width: 100%;
color: #FFFFFF;
text-align: center;
background-color: #000000;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{

#entrance_select{
overflow: hidden;
width: 100px;
margin: 0 auto;
text-align: center;
}


#footer {
position: relative;
bottom: 0;
width: 100%;
color: #FFFFFF;
text-align: center;
background-color: #000000;
}


}

