﻿@charset "utf-8";

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

	content
	 category
	 detail
	 scrap
	 trade
	 
	 
	 company
	 purchase

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

div#content h3 {
	background:url(../images/page_h3_bg.gif) no-repeat;
	height:31px;
	margin-bottom:5px;
	padding:6px 20px;
	font-size:1.2em;
	font-weight:normal;
	color:#176ca2;
	}

div#content h4 {
	margin:15px 0px 10px 0px;
	border-bottom:3px #e6e6e6 solid;
	font-size:1.1em;
	letter-spacing:0.1em;
	color:#333;
	}

div#content h4 span {
	padding:0 5px 0 0;
	border-bottom:3px #499fda solid;
	}

div#content h5 {
	margin:15px 5px 10px 5px;
	border-bottom:1px #333 dotted;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	}

div#content p {
	line-height:24px;
	margin:10px 5px 5px 5px;
	}

div#content address {
	line-height:24px;
	margin:10px 5px 5px 5px;
	}
	
div#content p.bread {
	margin:0 5px;
	border-bottom:1px #ccc dotted;
	}

#content #contactarea {
	position:relative;
	background:url(../images/contactarea_bg.gif) no-repeat;
	width:488px;
	height:93px;
	}
	
#content #contactarea .btn {
	position:absolute;
	left: 260px;
	top: 34px;
	}

/*	category
----------------------------------------------------*/
	
.category #content p {
	margin:10px 5px 5px 5px;
	}
	
.category #content p.link {
	text-align:right;
	margin:0 5px 15px 5px;
	padding:0 0 5px 0;
	border-bottom:1px #ccc dotted;
	}
	
/*	detail
----------------------------------------------------*/

.detail #content h4 {
	background:url(../images/page_h4_bg.gif)  repeat-x;
	border:none;
	padding:15px 15px 7px 15px;
	color:#000;
	}

.detail #content p {
	margin:10px 5px 5px 5px;
	}
	
.detail #content p.link {
	text-align:right;
	margin:0 5px 15px 5px;
	padding:0 0 5px 0;
	border-bottom:1px #ccc dotted;
	}
	
.detail #content ul {
	margin:10px 5px 10px 5px;
	}

.detail #content ul li {
	background:url(../images/list.gif) no-repeat;
	padding-left:24px;
	line-height:24px;
	}

.detail #content #picturearea {
	margin-bottom:15px;
	}

.detail #content #picturearea .box {
	float:left;
	display:inline;
	width:225px;
	margin:8px;
	padding:0;
	border:1px #777 solid;
	}

.detail #content #picturearea .picture {
	width:225px;
	height:169px;
	margin:0;
	border-bottom:1px #777 solid;
	overflow:hidden;
	}

.detail #content #picturearea .name {
	text-align:center;
	}
	
/*	scrapnavi
----------------------------------------------------*/
	
.scrapnavi #content p {
	margin:10px 5px 5px 5px;
	}
	
.scrapnavi #content p.spell {
	font-weight:bold;
	border-bottom:1px #ccc dotted;
	}
	
.scrapnavi #content p.link {
	text-align:right;
	margin:0 5px 15px 5px;
	padding:0 0 5px 0;
	border-bottom:1px #ccc dotted;
	}
	
.scrapnavi #content ul {
	margin:10px 30px;
	}
	
.scrapnavi #content ul li {
	list-style:decimal;
	}
	
/*	scrap
----------------------------------------------------*/

/* フロー説明 */

.scrap .flow {
	margin-bottom:15px;
	}

.scrap .flow p {
	margin:5px 15px 0px 15px;
	}

.scrap .flow p.step {
	background:url(../images/line.gif) repeat-x 0 5px;
	}
	
.scrap .flow p.step span {
	padding:2px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif, メイリオ;
	font-size:14px;
	font-weight:bold;
	color:#c00;
	}	

/*	trade
----------------------------------------------------*/

/* フロー説明 */

.trade .flow {
	margin-bottom:15px;
	}

.trade .flow p {
	margin:5px 15px 0px 15px;
	}

.trade .flow p.step {
	background:url(../images/line.gif) repeat-x 0 5px;
	}
	
.trade .flow p.step span {
	padding:2px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif, メイリオ;
	font-size:14px;
	font-weight:bold;
	color:#c00;
	}
	
.trade .flow .box .imgarea {
	float:left;
	width:110px;
	}

.trade .flow .box .textarea {
	float:right;
	width:380px;
	}

/*	company
----------------------------------------------------*/

.company #content table {
	border:1px #ccc solid;
	border-bottom:0px;
	margin:0 5px;
	padding:0;
	}

.company #content table th {
	width:100px;
	padding:15px 10px;
	background:#f6f6f6;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc dotted;
	font-weight:normal;
	}
	
.company #content table td {
	padding:15px 10px;
	background:#fff;
	border-bottom:1px #ccc dotted;
	}
	
.company #content table .bottom {
	border-bottom:1px #ccc solid;
	}
	
.company #content p.map {
	text-align:center;
	}
	
.company #content p.map iframe {
	border:1px #666 solid;
	}
	
/*	purchase
----------------------------------------------------*/

.purchase #content ul {
	margin:15px 5px;
	}

.purchase #content ul li {
	display:inline;
	float:left;
	padding:0 15px;
	word-break:keep-all;/* ie6,ie7 */
	}
	
.purchase #content h4 {
	clear:left;
	}

.purchase #content table {
	width:100%;
	margin:20px 0 25px 0;
	}
	
.purchase #content table th {
	width:100px;
	padding:5px;
	border-bottom:1px #ccc dotted;
	vertical-align:top;
	}
	
.purchase #content table td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px #ccc dotted;
	}
	
.purchase #content table td.image {
	width:180px;
	text-align:center;
	border-bottom:0;
	}
	
p.center_img {
	margin:15px;
	text-align:center;
	}
