@charset "UTF-8";
/* CSS Document */
body{
	background:#e05e9e;
}
header{
	border-top:#E15E9E 5px solid;
	border-bottom:#E15E9E 1px solid;
	text-align:center;
	padding:16px 0px 0px 0px;
	background:#FFF;
	position:relative;
}
header ul{
	float:right;
	margin-right:0px;
}
header ul li{
	float:left;
	margin-right:4px;
	background:#fbe0ec;
	width:70px;
	padding:8px 8px;
	border-radius: 3px 3px 0px 0px;
}
header ul li.on{
	background:#E15E9E;
}
header ul li a{
	color:#E15E9E;
	display:block;
	font-size:12px;
}
header ul li.on a{
		color:#FFF;
}


footer{
	color:#FFF;
	height:50px;
	padding-top:20px;
	text-align:center;
	font-size:90%;
}
#contents{
	background:#fbe0e6;
}
#contents img{
	width:100%;
}
article{
	background:#FFF;
	padding-bottom:30px;
	padding-top:50px;
	background:url(../img/akb_bg.jpg) no-repeat center top 40px #FFF;
}
article h1{
	font-size:150%;
	color:#e05e9e;
	
}
article h1 img{
	max-width:895px;
	width:94%;
}
article h1,article h2{
	text-align:center;
	font-weight:normal;
	width:96%;
	
}
article h2{
	padding:10px 0px;
	line-height:160%;
	padding-bottom:50px;
}

article > section {
	margin-bottom:50px;
}

article > section > ul{
	max-width:880px;
	margin:0 auto;
	width:96%;
	padding:0 2%;
}

article > section > ul > li{
	float:left;
	width:20%;
}

article > section > ul > li:last-child{
	width:77%;
	padding-left:3%;
}

article > section > ul > li > img{
	width:100%;
}

article > section > ul > li dl{
	width:100%;
	border-bottom:1px dotted  #A0A0A0;
	padding: 10px 0 10px 0px;
	line-height:160%;
	font-size:96%;
}

article > section > ul > li dt{
	color:#af4695;
	width:15%;
	float:left;
}
article > section > ul > li dd{
	width:85%;
	float:left;
}
article > section > ul > li >div{
	padding-top:20px;
}

article > section > ul > li h3{
	font-size:120%;
	font-weight:normal;
}

.tpe48 h3{
	color:#e26b26;
}
.mnl48 h3{
	color:#004492;
}
.bnk48 h3{
	color:#c493bc;
}

img.sp{
		display:none;
	}
	img.pc{
		display:inline-block;
	}
	

@media screen and (max-width: 780px) {
	
	header ul{
		float:none;
		margin-right:0px;
		margin-top:15px;
	}
	header ul li{
		display:inline-block;
		float:none;
		margin-right:2px;
		background:#fbe0ec;
		width:60px;
		padding:8px 8px;
		border-radius: 3px 3px 0px 0px;
	}
	header ul li.on{
		background:#E15E9E;
	}
	header ul li a{
		color:#E15E9E;
		display:block;
		font-size:12px;
	}
	header ul li.on a{
			color:#FFF;
	}

	article > section > ul > li{
	float:left;
	width:30%;
	}
	
	article > section > ul > li:last-child{
		width:67%;
		padding-left:3%;
	}
	
	
	
	/*==*/
article > section > ul > li dl{
	width:100%;
	border-bottom:1px dotted  #A0A0A0;
	padding: 10px 0 10px 0px;
	line-height:160%;
	font-size:96%;
}

article > section > ul > li dt{
	color:#af4695;
	width:100%;
	float:none;
}
article > section > ul > li dd{
	width:100%;
	float:none;
}

article > section > ul > li div{
	text-align:center;
}
	
article > section > ul > li div img{
	margin-bottom:10px;
}
article h2{
	width:94%;
	padding:0 3%;
	text-align:left !important;
	margin-bottom:30px;

}
	article h2 br{
		display:none;
	}
	
	img.pc{
		display:none;
	}
	
	img.sp{
		display:inline-block;
		margin-bottom:15px;
	}
	


}
