@charset "Shift_JIS";

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

/*ページのレイアウト用CSS*/
body {-webkit-text-size-adjust: 100%;}
body {
	word-wrap: break-word;
	overflow-wrap : break-word;
}
.target_parent{
	display : table; 
	table-layout : fixed;
	width : 100% ;
}
.target{
	display : table-cell; 
	word-wrap : break-word;
	overflow-wrap : break-word;
}

a.button{
font-size:100%;
display:block;
width:15px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border:2px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
}

img {
max-width : 100% ;
height : auto ;
}

iframe { width : 100% ;
height : auto ;
}


/* フッターの色 */
footer {
	font: bold 100%/1em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 20px 0px;
	background: #0a59ff;
}

/* フッターを端まで広げる */
html {
	overflow: auto;
}
 
body {
	overflow: hidden;
}

/* table内のフォントサイズ */
table {
	font-size: 16px;
	line-height: 1.7;
	word-break : break-all;
}

/* Homeボタンリンク */
a.home{
font-size:0.85em;
font-weight:bold;
font: bold 100%/1em Arial, Helvetica, sans-serif;
color: #333333;
display:block;
width:64px;
padding-top:12px;
padding-bottom:10px;
text-align:center;
border:0 solid;
border-color:#f6f6f6 #f6f6f6 #f6f6f6 #f6f6f6;
background:#f6f6f6;
}

a.home:hover{
background:#e6e5e5;
}