@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;
}

.Midashi_Box03 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 0.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-indent: 5px;
}
.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文字）分、左に動かす*/
}



/* ::: layout ::: */
.mb00 { margin-bottom:0 !important;}
.mb05 { margin-bottom:5px !important;}
.mb08 { margin-bottom:8px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}

.mt00 { margin-top:0 !important;}
.mt05 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}

.ml00 { margin-left:0 !important;}
.ml05 { margin-left:5px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.mr00 { margin-right:0 !important;}
.mr05 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}



.dvd {
	text-align: center;
	font-size: 14px;
	line-height: 170%;
	color: #056398;
}

