@charset "UTF-8";
/*=======================================================*/
/*スマホ版がない旧コンテンツのスマホ閲覧を調整する為のCSS*/

/*.oldContentを追加しないで、旧assetsのincludeファイルの読み込みを
新assets（assets.jpn.pioneer/ja/assets/）に変更して応急簡易移植したページの
調整用CSS（assets.jpn.pioneer/ja/assets_old/assets_pdc/css/base/assets_old-porting.css）
とセットで使用*/
/*=======================================================*/

.oldContent {}


/*=======================================================*/
/*add*/
/*=======================================================*/
/*
.oldContent * {
    -webkit-box-sizing: content-box; 
    box-sizing: content-box; 
}

.oldContent img {
width:initial;
}
*/


body, html {
    min-width: 1200px !important;
}

/*body #smartloop_function, html #smartloop_function {
    min-width: 760px !important;
	width: 760px !important;
}
@media screen and (min-width: 897px){
body #smartloop_function, html #smartloop_function {
    min-width: 100% !important;
	width: 100% !important;
}
}*/

