@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 店舗用テーブル */
#bukken_info {
  color: #fff;
  font-size: 20px !important;
} 
#bukken_table {
  border-collapse: collapse;
  width: 100%;
}
#bukken_table tr {
  border-bottom: 1px solid #efeff2;
}
#bukken_table th {
  background-color: #f5f5f7 !important;
  color: #383e48 !important;
  font-weight: bold;
  font-size: 16px;
  padding: 16px;
  min-width: 120px;
  width: 10%;
}
#bukken_table td {
  background-color: transparent !important;
  color: #383e48 !important;
  padding: 16px;
  line-height: 2.2;
  width: 30%;
}

/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	#bukken_table th { padding: 0;min-width: 80px; }
	#bukken_table td { padding: 8px; }
	/*-- ここまで --*/
}
