@charset "UTF-8";
/*-------------------------------------
作成日：20141130
最終更新日：20150907
目次
- 非表示
- レイアウト
-------------------------------------*/
/*------------------------------
	非表示
------------------------------*/
#entryHeader h1{
	margin:0;
	padding:0;
	width:0;
	height:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0
}
/*------------------------------
	レイアウト
------------------------------*/
#entryHeader{
	background-color: #000;
	padding: 19px 0 0;
}
#entryHeader h1{
	background: url(../img/logo/artagenda_04.gif) no-repeat 0 0;
	width: 65px;
	height: 54px;
	margin: 0 auto 19px;
}
#entryHeader p{
	text-align: center;
	background: #e2e2e2;
	padding: 20px 0;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
#entryMain{
	border: 3px solid #000;
	border-top:none;
}
.entryBox{
	width: 420px;
	margin: 0 auto;
	border-top:1px solid #ccc; 
	padding: 15px 0 18px;
}
.entryBox:first-child{
	border: none;
	padding: 30px 0 15px;
}
.entryBox h1{
	display: block;
	float: left;
	line-height: 40px;
}
.entryBox .btn-charcoal a{
	width: 236px;
	float: right;
	background-position: 0 -80px;
}
.entryBox .btn-red a{
	width: 236px;
	float: right;
	background-position: 0 -440px;
}
#cboxClose{
	position:absolute;
	top:39px;
	right:38px;
	display:block;
	background:url(../img/btn/close2.gif) no-repeat 0 0;
	width:19px;
	height:18px;
	text-indent:-9999px;
}
.entryBox{
	zoom:1;
}
.entryBox:after{
	content:"";
	display:block;
	clear:both;
}
