@charset "utf-8";
@media screen and (max-width: 640px){
table, tbody, tr, th, td {
display: block;
}
	div#wrapper{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction:column;  /* コンテンツの配置を「上→下」に設定 */
		overflow: hidden;       /* はみ出た部分を表示しない */
	}
	div#bgHeader{
		order:1;                /* コンテンツの順番を設定  */
	}
	div#logo{
	        display:none;            /* 非表示  */
	}
	div#logo-smart{
		padding-top:4px;
		padding-left:10px;
		padding-bottom:20px;
	}
	div.wrapBox{
		position:relative;
		width:96%;
		margin: 0 auto;
	}

	div#mainContents{
		padding-left:5px;
		padding-right:5px;
		width:96%;
		float: right;
	}
	div#mainContents img{
	        display:none;            /* 非表示  */
	}

	div#leftContents{
		display:none;            /* 非表示  */
	}

	ul#subNavigation{}

	ul#subNavigation li{
		display: block;
		margin-bottom: 14px;
	}
	div#scroll{
	        display:none;            /* 非表示  */
	}
	div#footer{
		order:2;                 /* コンテンツの順番を設定  */
	}
/*-------------------------------------*/

h3{
	text-align: center;
	margin: 90px 0;
	border: 3px solid #900;
	padding: 10px 0;
}


/*-------------------------------------*/
/* テーブルフォーマット */
/*-------------------------------------*/

table{
	border-top: 1px solid #ccc;
	width: 96%;
	margin-bottom: 30px;
}
table th,
table td{
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table th{
	padding-right: 16px;
}
table td{
	padding-left: 16px;
}

table.tableDec1 th{ background: #FFFFE0; padding-left: 10px; border-bottom: 1px solid #D3D3D3; }

/*-------------------------------------*/
/* リストフォーマット */
/*-------------------------------------*/

ul{
	display: block;
	margin-bottom: 30px;
}

ul.bgList1 li{ background: url(../../share/img/bg_list1.gif) no-repeat left center; padding-left: 1.5em;}


/*-------------------------------------*/
/* テキストテンプレート */
/*-------------------------------------*/


/* 基本フォーマット */
div.txtTempSet{
	margin-bottom: 30px;
}

div.txtTempSet strong{
	display: block;
	font-weight: bold;
}

div#mainContents div.clearfix{
	width: 96%;
}

/* txtTemp1 */
div.txtTemp1{}
div.txtTemp1 strong{ margin-bottom: 6px;}

