@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:100%;
	background: #FADCEA;
	background-image: url("/img/bg_3.png");
	background-repeat: repeat;
	color: #555555;
  line-height: 1.7;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}
input ,textarea{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 1023px){
	body{
		font-size:95%;
		overflow-x:hidden;
	}
}
@media screen and (max-width: 767px){
	body{
		font-size:85%;
		overflow-x:hidden;
	}
}
main{
	clear:both;
}
section{
	clear:both;
	margin:0 auto;
	padding:0;
	width: 100%;
	height:100%;
}
@media screen and (max-width: 1023px){
	section{
		width:100%;
	}
}
@media screen and (max-width: 767px){
	section{
		width:100%;
	}
}
@media screen and (max-width: 567px){
	section{
		width:100%;
	}
}



p {
	margin:12px 6px;
	font-size:0.9em;
}
a {
  color: #555555;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
}
table, th, td {
	border: solid 1px #FADCEA;
	text-align: left;
	font-size:0.9em;
}
th, td {
	padding: 8px;
}
table {
	margin:10px 0;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	background: #f298bb;
	text-align:center;
}
th.fix20 {
	width:20%;
}
td {
	font-weight: normal;
}
td.center {
	text-align:center;
}
table ul {
	list-style-position:inside;
}

<!--.td-css1{ 
      border-bottom-style:none;
border-top-style:none; }-->
