﻿@charset "UTF-8";

/* ==================================================

CSS Document for Cat's Claw　ポップアップウィンドウ

   ================================================== */

/* Base ------------------------------ */

#header {
	background-image: none;
	height: 68px;
	margin-top: 17px;
	width: 580px;
	text-align: left;
}
h1 {
	margin: 0;
	top: 8px;
	width: 186px;
	position: relative;
}
#contents {
	float: none;
	margin: 0 auto;
	text-align: left;
}

/* price.htm ------------------------------ */

#price h3 {
	margin: 0;
}
#price p {
	margin: 1em 0;
	line-height: 1.5;
}

.box1 {
	margin-top: 5px;
}
.box1 img {
	float: left;
}
.box1 h4 {
	line-height: 1.6;
	border-bottom: 1px solid #053505;
	color: #053505;
}
.text {
	float: left;
	margin-left: 20px;
	width: 300px;
}
.text table {
	width: 300px;
	border: 1px solid #555;
}
.text table caption {
	font-weight: bold;
	margin-bottom: 3px;
}
.text table th ,
.text table td {
	border: 1px solid #555;
	padding: 5px 8px;
}
.text table th {
	width: 40px;
}
.text table td {
	background-color: #fff;
}


/* Clearfix ------------------------------------------------ */

.box1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.box1 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .box1 {
	height: 1%;
}
.box1 {
	display: block;
}
/* End hide from IE-mac */
