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

#container {
	padding:50px 0 100px;
}

/*-------------------------------------------------------------------
	詳細
-------------------------------------------------------------------*/

.detail {
	overflow: hidden;
	zoom:1;
	position: relative;
	border-top: 1px solid #f39393;
	border-bottom: 1px solid #f39393;
	padding: 30px 0;
	margin-bottom: 50px !important;
}

.detail .time {
	margin: 0 0 30px;
}

.detail .time li {
	display: inline-block;
	margin-right: 15px;
}

.detail .time li:last-child {
	margin-right: 0;
}

.detail .time li span {
	display: inline-block;
	line-height: 1.0;
	background: #f39393;
	color: #fff;
	font-size: 0.85em;
	width: 80px;
	text-align: center;
	padding: 5px 0 7px;
}

.detail .texts {
	
}

.detail .texts dt {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.4;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px dashed #9e9e9e;
}

.detail .texts dd {
	overflow: hidden;
	zoom:1;
	position: relative;
}

.detail .texts dd img {
	max-width: 100%;
}

.detail .texts dd iframe {
	width: 100% !important;
}
/*
.detail .texts dd a {
	display: inline-block;
	background: #fff7f7;
	border: 1px solid #f39393;
	text-decoration: none;
	line-height: 1.0;
	padding: 20px;
}
*/
.detail .texts dd p {
	margin: 0 0 30px;
}

.detail .texts dd p:last-child {
	margin: 0;
}

.detail .texts dd a {
	color:#343434;
	text-decoration: underline;
}

.detail .texts dd a:hover {
	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 {
    padding: 30px 0 50px!important;
	}

}

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