/* ------------------------------------------------
 
	Kodansha ComicPlus
	試し読みエラー表示用CSS
	
	Copyright(c)Kodansha Ltd. All rights reserved.
	2013.09.25 T.N
 
------------------------------------------------ */
img {
	border: 0px none;
}

#wrapper {
	margin:15px auto;
}

#header {
	margin:0px 0px 15px 0px;
	padding:0px 15px;
}


.box{
	background: url("../images/comic_head_bg.gif") left top repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 27px;
	padding-right: 27px;
}

h2 {
	background: url("../images/box_title_head_icon.gif") left center no-repeat;
	font-size: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

#messageArea {
	background:url("../images/error1.gif") left top no-repeat;
	margin:80px auto;
	height:120px;
}

#messageArea p {
	padding:10px 0px 30px 120px;
}