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

ul.number {
	margin-left: 25px;
	padding: 5px 0;
}
ul.number li {
	list-style-type: decimal;
}

/* ALWAYS JAPANとは */
.catchcopy {
	margin: 20px 5px 10px 10px;
}

/* 会社概要ページ */
table.company {
	margin-top: 10px;
	width: 100%;
	border:1px solid #EAEAEA;
	border-collapse:collapse;
}
table.company tbody tr.even {
	background-color: #F4F4E8;
}
table.company tbody td.half {
	width: 40%;
	vertical-align: top;
}
table.company th {
	width: 19%;
	padding: 3px 0 3px 3px;
	color: #444444;
	font-weight: bold;
	vertical-align: top;
}
table.company td {
	padding: 3px 0 3px 3px;
	border-left: 1px solid #CCCCCC;
}
div.map {
	width: 520px;
	height: 400px;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #C9C9C9;
}

/* RESULTページ */
div.result {
	margin-top: 10px;
	margin-left: 5px;
}
div.result table {
	width: 100%;
	border: 0;
}
div.result table td {
	width: 50%;
	padding: 5px;
	vertical-align: top;
}
div.result h4 {
	font-size: medium;
	padding: 3px;
	border-bottom: 1px solid #CCCC99;
	margin-bottom: 10px;
}
div.result hr {
	border: 3px dotted #CCCCCC;
}

/* オンラインカタログ */
div.products {
	float: left;
	margin: 10px 0;
	font-weight: bold;
}
div.products div {
	float: left;
	width: 170px;
	margin-left: 5px;
	border: 1px solid #999999;
}
div.products div li {
	margin: 0;
	padding: 0 3px;
}
div#type {
	margin: 10px 10px 0 10px;
}

div.prev_next {
	width: 520px;
	margin-top: 10px;
	margin-left: 10px;
}
div.prev {
	float: left;
	width: 200px;
}
div.next {
	float: right;
	width: 200px;
	text-align: right;
}
div.prev_center {
	margin: 0 auto;
	text-align: center;
}
div.prev_center img {
	vertical-align: middle;
}

div.item {
	width: 500px;
	margin: 10px 5px 0 5px;
	border: 2px solid #99CC00;
	padding: 10px;
}
div.item img {
	margin: 0 auto;
	border:1px solid #333333;
}
div.item li {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	line-height: 1.2em;
}
div.item ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #FF3366;
}
div.item_desc {
	margin: 10px 0px;
	padding: 4px 3px;
	border-top: 1px solid #FF3366;
	border-bottom: 1px solid #FF3366;
	font-weight: bold;
	line-height: 2.5em;
}
div.item p {
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 1.1em;
	font-weight: bold;
}
/* 新規開業セット */
img.right {
	float: right;
	margin-left: 10px;
}
img.setup {
	margin-right: 10px;
	margin-left: 10px;
}

div.setup {
	margin-top: 10px;
	margin-left: 5px;
}
ul.setup_contents {
	margin: 5px 0 0 30px;
}
ul.setup_contents li {
	list-style-type: disc;
}

#setupBox_top {
	margin-top: 10px;
	width: 540px;
	height: 12px;
	background: #FFFFFF url(../images/setupBox_top.gif) bottom no-repeat;
}
#setupBox_center {
	width: 540px;
	padding-left: 0px;
	background: #FFFFFF url(../images/setupBox_center.gif) repeat-y;
}
#setupBox_bottom {
	width: 540px;
	height: 12px;
	background: #FFFFFF url(../images/setupBox_bottom.gif) no-repeat;
}
#setupBox {
	margin-left: 10px;
}

/* ICカード */
div.desc_ic {
	margin: 10px 5px;
}
div.ic {
	margin-top: 20px;
	margin-left: 5px;
}
div.ic h4 {
	margin-top: 10px;
	margin-bottom: -20px;
	border-bottom: 1px solid #999999;
}
div.ic h5 {
	margin-top: 10px;
	margin-bottom: -20px;
}

/* ACCELA */
h3.accela {
	font-size: large;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* 携帯ホームページサービス */
#mobile {
	width: 520px;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	border: 1px solid #FF3300;
}
