@charset "UTF-8";

/* CSS Document */

.pc{
	display:block !important;
}
.sp{
	display: none !important;
}


/* パニックカード */
body {
	
}

/* 
#title_pcard a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    /*text-indent:-999px;
    z-index: 2;  必要であればリンク要素の重なりのベース順序指定 
}
*/


/* 
@media screen and (max-width:640px) {

.pc{
	display:none !important;
}
.sp{
	display:block !important;
}

#wrap {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

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


}

/* 荳ｻ縺ｫiPhone5,iPhoneSE逕ｨ */
/* 
@media screen and (max-width:320px) {

#wrap {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

}
*/
