@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :aviationbusiness.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
#gnav_sp .nav_bn {
  display: block;
}

/* -----------------------------------------------------------
	.con_intro	イントロ
----------------------------------------------------------- */
/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_copy,.con_sample コピー用
----------------------------------------------------------- */
#contents .con_copy, #contents .con_sample {
  margin-top: 64px;
}

/* PC小専用
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 48px;
  }
}
/* #スマートフォン専用
----------------------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .con_copy, #contents .con_sample {
    margin-top: 8%;
  }
}
/* -----------------------------------------------------------

	IE8以下用CSS
	※JSによってクラスを付与する

----------------------------------------------------------- */
