@charset "UTF-8";

/* header ********** */
header .mv{
	padding-top: 500px;
	background:url(../imgtop/mv.jpg) no-repeat center top #f9f9f9;}


/* contents ********** */


/* top_info */
.top_info {
	width: 100%;
}
.top_info .l,
.top_info .r {
	width: 50%;
	display: table-cell;
	float: none;
	border: 1px solid #d61826;
	box-sizing: border-box;
}

/* l */
#contents .top_info .l{
	padding: 20px 20px 0;
	}
#contents .top_info .l h2{
	color: #d61826;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 26px;
}

/* r */
#contents .top_info .r{
	border-left: 0;
	padding-bottom: 20px;
}

#contents .top_info .r h3{
	font-size: 20px;
	color: #d61826;
	line-height: 70px;
	padding-left:20px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #d61826;
	background: url(../img/top_line.jpg) no-repeat left center;
}

#contents .top_info .r table{
	width: 439px;
	margin: 0 auto;
}

#contents .top_info .r table th,
#contents .top_info .r table td{
	padding:10px;
	border: 1px solid #0c720e;}


#contents .top_info .r table th{
	background: #0c720e;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-align: center;
}

#contents .top_info .r table th.bg02 { background: #087; }

#contents .top_info .r table h4 a{
	color: #d61826;
	text-decoration: underline;
}
#contents .top_info .r table h4 a:hover{
	text-decoration: none;
	color: #f76771;
}

#contents .top_info .r h3:nth-of-type(2){
	border-top:1px solid #d61826;
	margin-top: 40px;
}
#contents .top_info .r ul{ padding:0 20px;}
#contents .top_info .r li{ 
	border-top:1px dotted #d61826;
	padding: 10px 0;
}
#contents .top_info .r li:first-child{ border:0; padding: 0 0 10px; }
#contents .top_info .r li a{
	display: block;
	font-weight: bold;}
#contents .top_info .r li a span{
	display: block;
	font-weight: normal;
	font-size: 90%;
}
/* top_pickup */
.top_pickup { border: 1px solid #d61826;}

.top_pickup h3{
	font-size: 20px;
	color: #d61826;
	line-height: 70px;
	padding-left:20px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #d61826;
	background: url(../img/top_line.jpg) no-repeat left center;}

.top_pickup ul{ padding: 20px 0; margin-bottom: 30px;}

.top_pickup li{
	float: left;
	width: 280px;
	margin-left: 30px;
}

#contents .top_pickup li p{	text-align:center;}

.top_pickup ul ul{ padding:0; margin-bottom:0; text-align: center;}

.top_pickup li ul li{
	float: none;
	width: auto;
	margin-left:10px;
	display: inline-block;
}

.top_pickup li ul li a{	color: #d61826;}

/* top_bnr */
#contents .top_bnr {width:322px; margin-bottom: 40px; height:76px;}
#contents .top_bnr p{text-align: center;}

/* fb_box */
.fb_box{
	padding:0 230px;
	background:url(../imgtop/fb_bg.jpg) no-repeat center;
}


/* information /////////////////// */
.information    { border:4px solid #053D60; margin:0 0 1em; }
.information h2 { background:#053D60; color:#FFF; padding:0 .5em; text-align:center; }
.information > div { padding:0 1em; }
.information p  { margin:1em; }
.information ul { margin:1em 0; padding:0 0 0 2em; list-style:disc; }
.information li { margin:.5em 0; line-height:1.2em; }
.information a { color:red; }

