@charset "utf-8";

span.hissu{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #F00;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	font-size: 11px;
}

.form table{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse:collapse;
	border: 0;
}

.form table th{
	padding: 5px 7px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.form table td{
	padding: 5px 7px;
	border-bottom: 1px solid #000;
}
.form table td.memo{
	background: #EEE;
	font-size: 11px;
}

.text li a{
	font-size: 17px;
	font-weight: bold;
}

/*
************************************************************************************/
.page_index{}

.page_index ul.contact{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 8px 0;
}
.page_index ul.contact li{
	display: table-cell;
	width: 300px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

.page_index ul.contact li h4{
	font-size: 14px;
	margin-top: 0;
	line-height: 20px;
}
.page_index ul.contact li h4 a{
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(../../img/common/ar_white.png) no-repeat right center;
	padding: 0 25px 0 0;
}

.page_index ul.contact li .tel{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.page_index ul.contact li .tel span{
	font-size: 12px;
}



.framePrivacy .frame{
	padding: 15px;
	height: 300px;
	overflow-y: scroll;
	border: 1px solid #CCC;
}
.framePrivacy .frame .ttl{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.framePrivacy .frame dt{
	font-weight: bold;
	font-size: 15px;
}

.framePrivacy .frame dd{
	font-size: 13px;
	padding-bottom: 1em;
}

.framePrivacy .frame dd li p{
	line-height: 2.0;
}

.framePrivacy .frame table.std{
	font-size: 13px;
}
.framePrivacy .frame table.std caption{
	font-size: 14px;
	line-height:1;
	font-weight: bold;
	color:#000;
}
.framePrivacy .frame table.std th{
	width: 120px;
}


.framePrivacy .check{
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 14px;
}
.framePrivacy .check input[type=checkbox]{
	margin: 0 5px 0 0;
}

#appdocument{
	display: none;
}

