@charset "utf-8";

/* ========================================
	印刷用CSS
======================================== */

@page {
	margin: 12mm 15mm;	
}

body {
	width: 100% !important;
	height: 100% !important;
	margin: 0 auto;
	padding: 0;
	line-height: 1.5; 
	background: none !important;
	font-size: 12px;
	overflow: visible !important;
}

#wrapper {
	margin: 0 auto;
}

/* 文字色：#fffdfd→#333333 */
header p {
	color: #333333;
}

/* 非表示 */
aside, hr,
#visual, #page_top, #counter,
#information main #page_nav {
	display: none;
}

/* 強制改ページ */
#top .page_break,
#service .page_break,
#aboutus .page_break {
	page-break-before: always;
}

#menu .page_break {
	page-break-after: always;
}

#gallery_dog .inner p,
#gallery_cat .inner p {
	page-break-inside: avoid;
	height: 100% !important;
}

/* ヘッダー */
header {
	height: 65px;
}

h1 {
	margin: 0;
}

header p {
	margin: 10px 0 0 15px;
}

/* フッター */
footer {
	height: 50px;
}

#footer_nav {
	height: 25px;
	margin-top: 10px;
}

/* トリミングメニュー */
#menu .inner #course {
	margin: 0;
}

#menu .inner #course .bg {
	height: auto;
}

/* サロンからのお知らせ */
#information dl dd {
	page-break-inside: avoid;
}

/* Firefox対応
#conts, x:-moz-any-link {
	width: 864px;
	height: auto;
	margin: 0px auto;
	clear: both;
	overflow: visible;
	display: table;
}

#leftside, x:-moz-any-link {
	width: 180px;
	height: auto;
	display: table-cell;
	float: none;
	vertical-align: top;
}

main, x:-moz-any-link {
	width: 650px;
	height: auto;
	display: table-cell;
	float: none;
	vertical-align: top;
}

footer, x:-moz-any-link {
	position: static;
}
*/