@charset "utf-8";

/*==========================================================
	新着情報：モーダルウィンドウ (記事本文)
==========================================================*/
.kiji{
	margin: 18px 10px 0px 10px
}
.wnew_title{
	padding: 10px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-color: #F2889E;;
}
.wnew_body{
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 10px 20px;
	color: #333333;
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
	text-justify: distribute;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	letter-spacing: 0.06em;
}
#no_wnew{
	padding-top: 20px;
	text-align: center;
	color: #6A6A61;
	font-size: 12px;
}
.modal_kiji{
	display: none;
	padding: 40px 25px;
	background-color: #F7E9E9;;
}
.modal_btn{
	float: right;
	width: 100px; height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 15px;
	border: solid 1px #FFFFFF;
	background-color: #00BFFF;
}
.modal_btn a:link{
	color: #FFFFFF;
}
.modal_btn a:hover{
	color: #FFFF00;
}
.close_btn{
	position: absolute;
	top: 1px; right: 1px;
	width: 30px; height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-radius: 50%;
	background-color: #F2889E;
}
.close_btn a{
	display: block;
	position: absolute;
	top: 0px; bottom: 3px; left: 0px; right: 2px;
	width: 20px; height: 20px;
	margin: auto;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	border: 0px;
}
.back_btn{
	position: absolute;
	left: 20px;
	width: 100px; height: 25px;
}
.back_btn a{
	display: block;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	line-height: 25px;
	color: #F2889E;
	text-align: center;
	border-bottom: solid 3px #F2889E;
	background-color: #FFFFFF;
}
.next_btn{
	position: absolute;
	right: 20px;
	width: 100px; height: 25px;
}
.next_btn a{
	display: block;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	line-height: 25px;
	color: #F2889E;
	text-align: center;
	border-bottom: solid 3px #F2889E;
	background-color: #FFFFFF;
}
/*==========================================================
	新着情報：モーダルオン
==========================================================*/
#modal-win{
	position: fixed;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 80%;
	max-width: 800px;;
	margin: auto;
	margin-bottom: 20px;
	z-index: 9999;
}
#modal-win-inner{
	position: relative;
	min-height: 350px;
	margin: 0px auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	z-index: 999;
	height: 70%;
	overflow-y: auto;
}
#modal-bg{
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-color: #000000;
	z-index: 100;
	cursor: pointer;
}
