﻿@import url("../common/common.css");
@import url("../common/contents.css");

/*-----------------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------------*/
#header {
	background:url("img/header_back.gif") repeat-x 50% 0;
	height:71px;
}

#contact a {
	display:block;
	width:148px;
	height:28px;
	outline:none;
	background:url("img/contact.gif") no-repeat;
	position:relative;
}

#all {
	padding-bottom:10px;
	width:800px;
}

/*-----------------------------------------------------------------------------
Hタグ制御
-----------------------------------------------------------------------------*/
h2 {
	background:url("img/title.gif") no-repeat;
	width:775px;
}

/*-----------------------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position:relative;
	background:#fff url("img/image.jpg") no-repeat 50% 0;
	height:250px;
}

table {
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:770px;
}

td,th {
	padding:3px;
	border-right:1px solid #ccc;
/*	border-bottom:1px solid #ccc;*/
}

th {
	background:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#000;
}

td {
	color:#000;
}

.color_cell {
	background:#f5f5f5;
}

.over {
	background-color:#feb;
	cursor:pointer;
}

.over th {
	cursor:auto;
}

#cr {
	font-size:10px;
	color:#ccc;
	text-align:right;
}

table.search {
	margin-left:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:none;
	width:770px;
}

table.search td,
table.search th {
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:25%;
}

.btn {
	margin-bottom:15px;
}

table.inner {
	margin:0;
	padding:0;
	width:auto;
	border:none;
}

table.inner td,
table.inner th {
	width:auto;
	padding:0;
	background:#fff;
	border:none;
	vertical-align:middle;
}

table.inner th {
	padding-left:3px;
	padding-right:15px;
	font-weight:normal;
	width:auto;
	text-align:left;
}

table.wide th {
	padding-left:3px;
	font-weight:normal;
	text-align:left;
}

.text {
	width:500px;
}

select {
	width:50px;
}

select.long {
	width:130px;
}

.type {
	width:95px;
}

.num {
	width:30px;
	text-align:center;
}

.color_type {
	width:20px;
	text-align:center;
}

.cost_no {
	display:block;
	padding-right:7px;
	width:23px;
	height:16px;
	background:url("img/cost_no.gif") no-repeat;
	text-align:right;
}

.cost_white {
	display:block;
	padding-right:7px;
	width:23px;
	height:16px;
	background:url("img/cost_white.gif") no-repeat;
	text-align:right;
}

.cost_blue {
	display:block;
	padding-right:7px;
	width:23px;
	height:16px;
	background:url("img/cost_blue.gif") no-repeat;
	text-align:right;
	color:#fff;
}

.cost_red {
	display:block;
	padding-right:7px;
	width:23px;
	height:16px;
	background:url("img/cost_red.gif") no-repeat;
	text-align:right;
	color:#fff;
}

.cost_black {
	display:block;
	padding-right:7px;
	width:23px;
	height:16px;
	background:url("img/cost_black.gif") no-repeat;
	text-align:right;
	color:#fff;
}

.btn_box2 {
	width:100px;
	margin:5px auto 10px;
}

.hide {
	display:none;
}
