body {
	font-size: 1em;
	line-height: 1.2em;
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
h2 img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: auto;
}
.header_image {
	/*background-image: url(image/talkout_header.jpg);*/

	display: block;
	
	width:100%;
	background-repeat: no-repeat;
	background-color: #292929;
}



table {
	display: table;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 0px;
}
table td {
	display: table-cell;
	padding: 3px;
}
h1 {
	color: #FFF;
	background-image: url(image/title_back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 27px;s
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
}
h2 {
	font-size: 1.6em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	line-height: 1em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	display: block;
}
ol {
	border-radius: 10px;
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F90;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
}
ol li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
p {
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
li img {
	padding-right: 45%;
	padding-left: 45%;
}
.coment {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.coment p {
	text-align: left;
}

@media (min-width: 376px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*　■■■　hover Action!!　■■■　*/
a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
