@charset "UTF-8";
/* CSS Document */



fieldset, img {
border:0 none;
}
img {
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6, address, caption, em, th, td {
font-size:1em;
font-style:normal;
font-weight:normal;
line-height:inherit;
text-align:inherit;
}

hr {
display:none;
}
html {
margin:0;
padding:0;
}



div.inner {
	padding:10px 20px;
}


/*トップ メインイメージ、
------------------------------------------------------------
*/
#contents {
	width:850px;
	margin:0 auto;
	text-align:left;
	padding-bottom:0px;
	line-height:1.5em;
	
}

#imageArea01 {
	margin:0px;
	}

#column {
	clear:both;
	padding-bottom: 10px;
	}
	

/*作品
ちびまるこちゃん*/
#mainBox {
	background-image: url(../img/item01_01bg_body.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px 65px;
}

	
#mainBox div.itembox {
	width: 225px;
	float: left;
	background-image: url(../img/item01_story_bg.gif);
	background-repeat: no-repeat;
	height: 145px;
	padding-left: 175px;
	padding-top: 135px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainBox div.storyBox {
	float: right;
	width: 350px;
}
#mainBox div.presentBox {
	background-image: url(../img/item01_pre02.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-position: 0px 45px;
}

/*作品
プリキュアシリーズ*/
#mainBox02 {
	background-image: url(../img/item02_01bg_body.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: 0px 65px;
	margin-bottom: 15px;
}

	
#mainBox02 div.itembox {
	padding: 0px;
	height:212px;
}
#mainBox02  div.storyBox {
	float: right;
	width: 350px;
}
#mainBox02 div.presentBox {
	background-image: url(../img/item02_pre02bgbody.jpg);
	background-repeat: no-repeat;
	
	background-position: 0px 35px;
}
#mainBox02 div.presentBox div.inner2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.itemListBox {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	border: 3px solid #97D3E8;
	padding: 7px;
}
div.itemListBox table {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div.itemListBox table td.itembox {
	width: 175px;
	vertical-align: top;
}
div.itemListBox table td.itembox img {
	margin-bottom:8px;
}


/*01,02共通
--------------*/
#mainBox div.inner,
#mainBox02 div.inner {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainBox03 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainBox03  div.maintitle {
	background-image: url(../img/item03-t.jpg);
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 45px;
	padding-left: 100px;
	margin-bottom: 15px;
}
#mainBox03 .inner3 h2 {
	text-indent: -9999px;
}

div#sityo {
	background-image: url(../img/item03-sityo.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 0px center;
}

/*作品表示部分
*/
#mainBox03 table {
	margin:8px 0px;
}

#mainBox03 table td.itembox {
	width: 263px;
	vertical-align: top;
}
#mainBox03 table td.itembox img {
	margin-bottom:5px;
}

h3.h3sp-t {
	font-size:14px;
	font-weight:bold;
	line-height: 1.2;
	margin-bottom: 5px;
}

img.sample1{
	float:left;
	margin-right:5px;
	}
img.sample2{
	float:right;
	margin-left:5px;
	}
	


/*お申し込みエリア*/
div.apparea {
	padding: 10px;
	border: 5px solid #E6E6E6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div.apparea .btn_app {
	margin-bottom: 10px;
	text-align: right;
}
div.apparea .btn_app img {
	margin:0 0 10px;
	}


/*トップへもどる----------------------------*/
#retrunTop {
	position:absolute;
	top:30px;
	right:0px;
}
#imageArea {
	position:relative;
}
#main02 {
	position:relative;
}
#retrunTop02 {
	position:absolute;
	top:-10px;
	right:0px;
}





table.chkTbl {
	width: 330px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}
table.chkTbl td {
	height:50px;
}
table.chkTbl td.chkbox {
	width:20px;
	}


.clear {
	clear:both;
	}
	
#bucknumber {
	margin-top:20px;
	
}


div.btnBlock {
	text-align:center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	}


/* clearfix
-------------------------------------------------------------- */
div.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
