﻿/*================================================
 *  CSSリセット
 ================================================*/
html, body,p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*================================================
 *  一般・共通設定
 ================================================*/
html {
	font-size: 62.5%;/* -> 10px; */
}
body {
	font-size: 1.6em;/* -> 16px; */
	line-height: 1.8em;/* -> 18px; */
	color:#545047;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 



/*================================================
 *  コンテンツ全体
 ================================================*/
#contents {
	position:relative;
	overflow:hidden;
	margin:0 auto;
    padding: 0px 0 0 0;
	box-sizing: border-box;
	max-width: 767px;
	}
	


/*================================================
 *  テーブル基本
 ================================================*/
table {
	margin: 5px auto;
	/*　filter:drop-shadow(2px 2px 4px #999);*/
	border:1px solid #d9d9d9;
	margin-bottom:2em;
	width:100%;
	font-size:1.4rem;	
	background:#fff;
	border-collapse:collapse;
	color:#232323;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
@media screen and (min-width:768px) {/*PC追加指定*/
table {
	font-size:1.6rem;
	}
}

th {
	padding: 2px 5px;
	text-align:center;
	vertical-align:middle;
	background:#fff;
	border:1px solid #9e9e9e;	
}

td {
	padding: 2px 5px;
	text-align:left;
	vertical-align:middle;
	background:#fff;
	border:1px solid #9e9e9e;	
}
@media screen and (min-width:768px) {/*PC追加指定*/
th,td{
	padding: 3px 5px;
}
}

table p {
  margin-bottom: 0em;
}

table img {
	vertical-align: middle;
}

/*================================================
 *  キレイ仕上げサンプル
 ================================================*/
.kireisiage_sample{
	max-width:630px; 
}

.kireisiage_sample td,
.kireisiage_sample th{
	padding:0;
	text-align:center;
	}	
.kireisiage_sample img{
	max-width:100%;
}