@charset "utf-8";

/*
########################################################
  タイトル
########################################################
*/

.Title_Box {
	width: 680px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.Title_Date {
	float: left;
	width: 250px;
}
.Title_Name {
	text-align: right;
	float: right;
}
.Title_Read {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 150%;
}

/*
########################################################
  リリース本文
########################################################
*/


.Release_Box {
	width: 680px;
	font-size: 12px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}


.Right_image_Box {
	margin: 5px;
	float: right;
}

.Left_Text_Box {
	margin: 5px;
	float: left;
}
.Midashi_Box {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ee0011;
	text-align: center;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 0.5em;
}

.Midashi_Box02 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	background-color: #ffff00;
	text-align: center;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 0.5em;
}

.text-red {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 150%;
	color: red; 
	margin-bottom:5px;
}

.text-rose {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 150%;
	color: #cc3366; 
	margin-bottom:5px;
}

.text-p {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #9901d3; 
	margin-bottom:5px;
	text-align: center;
}

.red {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: red; 
}


/*1文字あけリスト*/
.cap li {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

