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


/* =============================================================== */
/* 印刷用 */
/* =============================================================== */
div#cdSub_section,
div#cdMember,
div#cdSuppor,
div#cdEntertainment,
div.entry_navi,
div.cat_top,
div#cdTimes_campaign,
div.links,
div#cdMobile,
div#cdLink_back_section,
div#cdTopic_path,
div#cdFooter_section,
div#cdTitle_sec,
div.navi,
/*追加*/
div.photo,
div#cdHeader_section div.searchboxpad,
div#cdHeader_section div.searchboxpad,
div#cdHeader_section div.searchbox,
div#cdHeader_section div.searchbox label,
div#cdHeader_section div.searchbox input#search,
div#cdHeader_section div.searchbox input#submit,
div#cdHeader_section div.park24logopad,
/*div#cdHeader_section div.logo,*/
/**/
div#cdMagazine {
    display: none !important;
}

/* layout レイアウト（印刷用） */
div#cdWrapper {
    margin-top: 10px;
    width: 650px;
}

div#cdWrapper .inner {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
}

/* #header_section ヘッダーセクション（印刷用） */
/*
div#cdHeader_section {
    width: 650px;
	height: 85px;
    color: #333333;
    background-color: #ffffff;
    /*background-image: url(../../images/header/header_bg_print.png);*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
*/

/* コンテンツメイン部分（印刷用） */
div#cdMein_section {
    padding-top: 70px;
    width: 610px;
    float: none;
}


/*たのしい街エントリー（印刷用）*/
div#cdTanomachi_entry {
    margin-bottom: 20px;
}

div#cdTanomachi_entry div.inner {
    width: 640px;
    float: left;
    font-size: 0.7em;
}

div#cdTanomachi_entry div.catch {
    font-size: 1.333em;
    font-weight: bold;
    color: #990000;
    margin-bottom: 5px;
}

div#cdTanomachi_entry ul {
    margin-bottom: 5px;
}

div#cdTanomachi_entry table {
    margin-bottom: 7px;
	padding: 0;
	float: left; 
	width: 300px; 
	display: block;
}

div#cdTanomachi_entry th { 
	font-size: 10px;
}

div#cdTanomachi_entry div.coupon {
	background-color: #fcf9dc;
	border-width: 4px;
	border-style: solid;
	border-color: #E8DF91;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-left: 10px;
	width: 250px;
	float: left;
}

div#cdTanomachi_entry h3 {
    font-size: 1.666em;
    font-weight: bold;
    background-image: none;
    /*background-position: left bottom;*/
    /*background-repeat: no-repeat;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div#cdTanomachi_entry h4 {
    font-size: 1.166em;
    font-weight: bold;
    color: #996600;
    margin-bottom: 5px;
	clear:both;
}

/*Map大きさ指定*/
/*---Firefox---*/
/*
html>body img { 
	width: 300px;
	height: 309px;
}

*---Firefox---*
*:first-child+html img { 
	width: 300px;
	height: 309px;
}

*---safari---*
html:first-child img { 
	width: 300px;
	height: 309px;
}
*/