@charset "utf-8";


/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


    .img01 {
      max-width:1100px;
      margin:0 auto;
      box-sizing:border-box;/* borderとpaddingをwidthに含める */
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
      -ms-box-sizing:border-box;
    }
    .img01 img {
      width:100%;
      height:auto;
      vertical-align:top;
    }
    
    .waku01{
      padding:7px;
      border:1px solid #ccc;
      background:#fff;
    }
    

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents01 {
	position: relative;z-index: 1;
	overflow: hidden;
	background: #fff;	/*背景色*/
	padding: 40px 0px;	/*上下、左右へのブロック内の余白*/
}


#contents01 p{

	padding: 10px 10px 10px 10px;

}

/*h2タグ*/
#contents01 h2 {
	clear: both;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 40px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	color: #1e2554;		/*文字色*/
}

/*h2タグのspan（装飾用）タグ*/
#contents01 h2 span {
	display: block;
	font-size: 14px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.3em;	/*文字間隔を広くとる設定*/
}


/*(/～640)*/

@media screen and (max-width:460px){

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


}

