@charset "utf-8";
#index .heading{
	background:#FFEEFF;
	padding:25px;
	margin-bottom: 40px;
}
#index .organizer{
	text-align: right;
}
#index table{
	width:100%;
	border-collapse: collapse;
	border-top: 1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	margin-bottom: 10px;
	}
#index table th{
	background-color: #F6F8FA;
	padding:12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#index table td{
	padding: 12px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
#index .btn_index{
	margin-top: 30px;;
	text-align:center;
	}
#index .btn a{
	text-align:center;
	width:260px;
	padding:15px;
	display:block;
	margin:20px auto 50px;
	font-weight: bold;
	border:5px #FFCCFF solid;
	background:url(../../common/img/bg0021.gif) ;
	color:#FFFFFF;
	font-size: 15px;
	text-decoration: none;
}

.line1 { text-decoration: underline solid black 
}
.line2 { text-decoration: underline double black 
}
.line3 { text-decoration: underline dotted black 
}
.line4 { text-decoration: underline dashed black 
}
.line5 { text-decoration: underline wavy black 
}

#index ul li{
	text-indent: -1em;
	padding-left: 1em;
}

#more_info .content_area{
	margin-bottom:40px;
}
#more_info table{
	width:100%;
	border-collapse: collapse;
	border-top: 1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	margin-bottom: 10px;
	}
#more_info table th{
	background-color: #FFEEFF;
	padding:12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width:20%;
}
#more_info table td{
	padding: 12px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
#more_info .type02 tr td{
	text-align:center;
}
#more_info .type02 tr td:first-child{
	width:8%;
}
#more_info .type02 tr td:last-child{
	width:80%;
	text-align:left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

#index .btn a{
	width:80%;
}
}