@charset "utf-8";

/* ページ（SP）：style_page_sp.css
 * **************************************************
 * Elements (List)
 * **************************************************
 */

/* イメージ  */
#subPage #content h3 {
	padding:2em 0 0.5em 0;
	text-align:center;
}
#subPage #content h3 img {
	width:98%;
}
#subPage #content h4 {
	margin:1.5em 0 0.3em 0;
	color: #667133;
	font-size:2em;
	font-weight:bold;
}
/*  本文*/
#subPage #content div.honbunRight {
	width:95%;
	padding: 0 0.5em 0 0.5em;
}
#subPage #content div.honbunRight p {
	margin:0;
}

#subPage #content div.koumokuLine {
	padding-top:2em;
}


h1 img {
	display:none;
}


/* テーブル */

#subPage #content table {
	width:97%;
	border:1px solid #cccccc;
	border-collapse:collapse;
	font-size: 1.3em; /* =13px */
	margin: 0 0.5em 0 0.5em;
}
#subPage #content table th {
	padding: 8px;
	border-left: 1px solid #cccccc;
	background-color: #34b9be;
	color:#FFF;
	vertical-align: auto;
	text-align: center;
	font-weight: normal;
	font-size:1em;
}
#subPage #content table td {
	padding: 3px 5px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	vertical-align: middle;
	text-align: left;
	font-size:1em;
}

#subPage #content table td.cellRight {
	text-align: right;
}
#subPage #content table td.cellCenter {
	text-align:center;
}

#subPage #content table td:first-child {
	background-color:#f0f5ff;
	vertical-align: auto;
}

#subPage #content table td:last-child {
	width:45%;
}

#subPage #content table caption {
	font-size:100%;
}

#subPage #content table td p {
	font-size:1em;
	margin:0;
}

#subPage #content table.cellSetumei {
	border:5px solid #fff;
}

#subPage #content table.cellSetumei td {
	border:5px solid #fff;
}



