/*スマホ用css*/

html{font-size: 70%;}

body{ 
position: relative;
min-height: 100%;
	margin: 0;
 	font-size: 2em;
	-webkit-text-size-adjust: 100%;
}

div#headerArea {
height:70px;
}

div#footerArea {
	position: absolute;
	z-index: 999;
}

div#contentsArea{
	padding: 90px 20px 70px 20px;
}

#boxA { width:100%; }
#boxB { width:100%; }
#boxC { clear:both; margin:0 0 10px 0; } 
#boxD { float:left; margin:0 10px 0 0; }
#boxE { float:left; }

/* アコーディオンメニュー */
/* 閉じた状態のサブメニュー */
.menu ul {
    overflow: hidden;
    line-height: 0;
    padding: 0 1rem;
    /* 下記は開閉によらず共通の設定 */
    background: #fff;
    list-style: none;
    margin: 0;
}
/* 開いた状態のサブメニュー */
.menu input:checked + ul {
    line-height: 1;
    padding: 0.5rem 0;
}


/* アコーディオンメニューheader用 */
.menu2 { z-index: 2;
	display: inline-block;
	width:100%;
	max-width: 200px;
	text-align:right;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;}
/* チェックボックス非表示内部的な Off/On の機能だけ利用） */
.menu2 input { display: none; }
/* 閉じた状態のサブメニュー */
.menu2 ul {
	display: none;
    overflow: hidden;
    line-height: 0;
    /* 下記は開閉によらず共通の設定 */
    list-style: none;
    margin: 0;
}
/* 開いた状態のサブメニュー */
.menu2 input:checked + ul {
	display: inline-block;
	width:100%; 
    line-height: 1;
	text-align: center; 
	padding: 10 10 5 5;
	background: #000;
	 overflow:visible; 
}
/* 親項目の装飾 */
.menu2 label {
    display: block;
    margin: 0;
    cursor: pointer;
}
.menu2 label:hover {
}

.head2{
	display: inline-block; 
	text-align: center; 
	padding: 10 0;
		width:23%;
}

table {
max-width:100%;
 	font-size: 0.9em;
border-collapse: collapse;
  }
  
  
  a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}