@charset "utf-8";
/* CSS Document */

/* privacypolicyの会員規定内表示用 20190711 */

/* 
*************************/
#main.kitei {
  width: 550px;
}
#main.kitei p{
	visibility: visible;
}

/* wrapper
*************************/
.wrapper{
	width: 550px;
	margin: 0 auto;
	white-space: normal;
}

.row1{
	margin-bottom: 30px;
}


/* ヘッダー
*************************/
#main_contents_header{
	width:100%;
	margin: 0 auto;
	font-size: 13px;
}


/* メイン
*************************/
#main_contents{
	width:550px;
	margin: 0 auto;
}


#main_contents h2{
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: solid #4478AA;
	/* add */
	visibility: visible;
	color: #333333;
	font-weight: bolder;
}

.kitei #main_contents h2 {
	border-bottom: none;
}

#main_contents p{
	font-size: 12px;
	margin-bottom: 10px;
	color: #333333;
	padding: 5px 0;
}

#main_contents a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	width:550px;
	height:40px;
	background: #FFFFFF;
	text-decoration: none;
    color: #4EA0D2;
	border: 2px solid #4EA0D2;
	border-radius: 4px;
	padding-top: 9px;
}

#main_contents a:hover{
    color: #FFFF;
    background: #4EA0D2;
}



#main_contents table{
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#main_contents table caption{
	text-align: left;
	line-height: 40px;
}
#main_contents table th{
	text-align: left;
	font-size:12px;
}


#main_contents table td{
	border: 1px solid #CCC;
	border-collapse: collapse;
	height: 25px;

	/* add */
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

#main_contents table th{
	border: 1px solid #CCC;
	border-collapse: collapse;
}

#main_contents table caption{
	font-size:14px;
	font-weight: bolder;
}

#main_contents table .joho{
	font-size:px;
	background-color: #F5F9F9;
	font-weight: bold;
}
