﻿/***** テーブル用CSS *****/

/********** パソコン用 **********/
@media screen and (min-width: 769px) {
	/* トップページ　インフォメーション */
	.sf-table-01 { width:100%; margin:0px auto; padding:0px; text-align:center; }
	.sf-table-01 table { width:95%; border:0px; }
	.sf-table-01 table tr { border-bottom:1px #cccccc dotted; }
	
	/* お問合せ */
	.sf-table-02 { width:100%; margin:0px auto; padding:0px; text-align:left; }
	.sf-table-02 table { width:100%; border:0px; }
	.sf-table-02 table th { font-size:200%; text-shadow:1px 1px #cccccc; border-bottom:1px #cccccc solid; }
	.sf-table-02 table td { padding:15px 5px 25px 5px; font-size:150%; text-align:center; line-height:2em; }
}

/********** スマホ用 **********/
@media screen and (max-width: 768px) {
	/* トップページ　インフォメーション */
	.sf-table-01 { width:100%; margin:0px auto; padding:0px; text-align:center; }
	.sf-table-01 table { width:95%; border:0px; }
	.sf-table-01 table tr { border-bottom:1px #cccccc dotted; }
	
	/* お問合せ */
	.sf-table-02 { width:100%; margin:0px auto; padding:0px; text-align:left; }
	.sf-table-02 table { width:100%; border:0px; }
	.sf-table-02 table th { font-size:150%; text-shadow:1px 1px #cccccc; border-bottom:1px #cccccc solid; }
	.sf-table-02 table td { width:100%; padding:15px 0px 25px 0px; font-size:100%; text-align:center; line-height:2em; }
}