@charset "utf-8";
/* CSS Document */

/* span module */

span.small_text {
	font-size: 12px;
}
span.bold_text {
	font-weight: bold;
}
span.bold_red {
	font-weight: bold;
	color: red;
}

span.person {
	font-weight: bold;
	padding-left: 5px;
	
}

/* ----------- */

#press_main * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#press_main h3 {
	font-size: 21px;
	margin: 15px 0;
	font-weight: bold;
}
#press_main p.overall {
	font-size: 13px;
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #454545;
}
#press_main p.overall br {
	margin-bottom: 15px;
}
#press_main div.overall_foot {
	margin: 15px 0 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
#press_main div.overall_foot p {
	margin-bottom: 10px;
}
#press_main h4 {
	margin: 10px 0 5px;
	font-size: 15px;
}

#press_main div.release_post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

#press_main div.release_post ul {
	margin-bottom: 15px;
}
#press_main div.release_post ul li {
	margin-left: 10px;
}

#press_main div.release_post dl {
	padding-bottom: 5px;
}

#press_main div.release_post dl dt {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}

#press_main div.release_post dl dd {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #930;
	margin-bottom: 8px;
}


#press_info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

#press_info ul {
	margin: 15px 0;
}
#press_info ul li {
	margin: 5px 0 5px 10px;
}
#press_info dl dt {
	font-size: 15px;
	font-weight: bold;
}
#press_info dl dd {
	margin: 5px 0 0 10px;
}

div.pr5_title h4 {
	color: #232323;
	border-left: 5px solid gray;
	border-bottom: 1px solid gray;
}


/* 各リリース個別 CSS */

/* リリース【3】 */
#press_main div.release_post dl.re3 {
	border-bottom: 3px solid #454545;
	padding-bottom: 5px;
}

/* リリース【4】 */

#press_main div.release_post h3.re4 {
	border-left: 5px solid #03F;
	font-size: 16px;
}
#press_main div.release_post h4.re4 {
	padding: 3px 0 3px 0;
}
#press_main div.release_post dl.re4 dd {
	border-left: none;
}

/* リリース【6】 */
p.re6 br {
	margin-top: 5px;
	margin-bottom: 5px;
}
