@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#container .p_title {
	border-bottom: 1px solid #53488f;
	padding: 65px 0;
	margin: 0 0 30px;
}


#container .p_title h1 {
	display: inline-block;
	font-size: 2.4em;
	position: relative;
	font-weight: 400;
	padding: 0 0 30px;
	color: #e60012;
	letter-spacing: 0.05em;
}


#container .p_title h1:after {
	background: #595757;
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


/*-------------------------------------------------------------------
	top
-------------------------------------------------------------------*/
	
#important dl {
	overflow: hidden;
	zoom:1;
	margin: 0 0 20px;
}

#important dl:last-child {
	margin:0;
}

#important dl dt {
	float: left;
	padding-top: 4px;
}

#important dl dd {
	font-size: 1.2em;
	margin-left: 90px;
}

#important dl dd a {
	
}



/*-------------------------------------------------------------------
	detail
-------------------------------------------------------------------*/
	
#detail {
	
}

#detail .times {
	line-height: 1.0;
	margin: 0 0 20px;
}


#detail .bl_title {
	line-height: 1.2;
	font-size: 2.0em;
	padding: 25px 0;
	border-top: 1px solid #554793;
	border-bottom: 1px solid #554793;
	margin: 0 0 20px;
}


#detail .detailarea {
	overflow: hidden;
	zoom:1;
	position: relative;
}

#detail .detailarea img {
	max-width: 100%;
}

#detail .detailarea iframe,
#detail .detailarea video {
	width: 100% !important;
}


#detail .detailarea a {
	text-decoration: underline;
}

#detail .detailarea a:hover {
	text-decoration: none;
}

#detail .detailarea .aligncenter {
	text-align: center;
}

#detail .detailarea .alignright {
	text-align: right;
}

#detail .detailarea p {
	margin: 0 0 20px;
}


#detail .detailarea p:last-child {
	margin: 0;
}

#detail .detailarea b,
#detail .detailarea strong {
	font-weight: 500;
}


/* linkarea */

#container .linkarea {
	text-align: center;
	margin: 60px 0 0;
	line-height: 1.0;
}


#container .linkarea li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#container .linkarea li.next {
	margin-right: 0;
}


#container .linkarea li.prev a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #595757;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	width: 150px;
}

#container .linkarea li.prev a:before {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color:  transparent transparent #595757 #595757;
  transform: rotate(45deg) translateY(-50%);
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
}


#container .linkarea li.back a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #595757;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	width: 225px;
	background: url("../image/common/arrow01.png") 95% center no-repeat;
}

#container .linkarea li.next a {
	display: inline-block;
	line-height: 1.0;
	border: 1px solid #595757;
	color: #595757;
	text-decoration: none;
	position: relative;
	padding: 15px 0;
	width: 150px;
}

#container .linkarea li.next a:after {
	width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #595757 #595757 transparent transparent;
  transform: rotate(45deg) translateY(-50%);
	content: '';
	position: absolute;
	top: 50%;
	right: 10%;
}


#container .linkarea li a:hover {
	opacity: 0.7;
	text-decoration: none;
}



/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
	



	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	#container .p_title h1 {
		font-size: 1.6em;
	}

	#important dl {
		padding: 0 0 10px;
		margin: 0 0 10px;
		border-bottom: 1px dotted #494645;
	}
	
	#important dl dt {
		float: none;
		padding-top: 0;
	}

	#important dl dd {
		font-size: 1.2em;
		margin:0 0 0;
	}
	
	
	/* detail */
	
	#detail .bl_title {
		line-height: 1.4;
		font-size: 1.4em;
		padding: 20px 0;
	}
	
	
	#container .linkarea li {
		display: block;
		vertical-align: top;
		margin:0 0 20px;
	}

	#container .linkarea li.next {
		margin: 0;
	}


	#container .linkarea li.prev a,
	#container .linkarea li.back a,
	#container .linkarea li.next a {
		display: block;
		width: auto;
	}

	#container .linkarea li.prev a:before {
		left: 5%;
	}


	#container .linkarea li.next a:after {
		right: 5%;
	}
	
	

}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}