@charset "utf-8";
/*
Theme Name: theme669
Theme URI: http://theme.o2gp.com/
Description: theme669
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font: 12px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#000;
	-webkit-text-size-adjust: none;
}
img {
	vertical-align:bottom;
}
/* リンク設定
------------------------------------------------------------*/
a {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#0080ff;
}
a:hover, a:active {
	outline: none;
	color:#aad5ff;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
	content:"";
	display: table;
	clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner {
	zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
	vertical-align:middle;
	max-width:90%;
	line-height:30px;
	height:30px;
	padding:1px 5px;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
}
textarea {
	height:auto;
	line-height:1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding:3px 10px;
	background: #878787;
	background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #878787), color-stop(100%, #6f6f6f));
	background: -webkit-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: -o-linear-gradient(top, #878787 0%, #6f6f6f 100%);
	background: linear-gradient(to bottom, #878787 0%, #6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f', GradientType=0 );
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:120%;
	color:#fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #878787;
	background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f6f6f), color-stop(100%, #878787));
	background: -webkit-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: -o-linear-gradient(top, #6f6f6f 0%, #878787 100%);
	background: linear-gradient(to bottom, #6f6f6f 0%, #878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787', GradientType=0 );
	cursor:pointer;
}
*:first-child+html input[type="submit"] {
	padding:3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
	margin:0 auto;
	width:1000px;
}
#header {
	overflow:hidden;
}
#content {
	float:right;
	width:780px;
	padding:22px 0 50px;
}
#sub {
	width:780px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
#subleft {
	width:540px;
	float:left;
}
#subright {
	width:220px;
	float:right;
}
#sidebar {
	float:left;
	width:200px;
	padding:22px 0 50px;
}
#footer {
	margin:0 auto;
	clear:both;
	background: url(./images/top/footer/bg_bottom.gif) no-repeat center bottom;
	padding: 25px 0 20px 0;
	overflow:hidden;
	font-size:80%;
}
#footer .footerlogo {
	padding: 10px 0 7px 0;
	float:left;
}
#footer .footersitemap {
	width: 770px;
	float:right;
}
#footer .footersitemap p {
	margin: 10px;
}
/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1 {
	padding:5px 0 0 10px;
	font-size:90%;
	font-weight:normal;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear:both;
	float:left;
	padding: 10px 0 0 10px;
}
#header p {
	clear:both;
	float:left;
	padding: 10px 0 0 10px;
}
/* コンタクト
----------------------------------*/
.contact {
	float:right;
	padding: 0 10px 5px 0;
	text-align:right;
	color:#000;
	font-size:90%;
}
/* トップページ　メイン画像
----------------------------------*/
.post {
	margin:0 0 20px 0;
	padding:0;
	background: #fff;
}
.toppage h4 {
	margin:0 0 10px;
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.toppage {
	padding:10px 10px 20px 20px;
}
/* 記事ループ
*****************************************************/
.list {
	padding:10px 0;
	border-bottom:1px dashed #dcdcdc;
}
.list:last-child {
	border:0;
}
.post .list p {
	padding:0;
}
.list span {
	padding-left:10px;
}
/* タイポグラフィ
*****************************************************/
h2.title {
	clear:both;
	margin: 0px 0px 1em;
	padding: 15px 10px;
	font-size: medium;
	color:#000;
	border:1px solid #d5d5d5;
	border-bottom:0;
	background:#fff url(images/headingBg.png) repeat-x 0 100%;
}
.dateLabel {
	text-align:right;
	font-weight:bold;
	color:#858585;
}
.post p {
	padding-bottom:15px;
}
.post ul {
	margin: 0 0 10px 10px;
}
.post ul li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(images/bullet.png) no-repeat 0 8px;
}
.post ol {
	margin: 0 0 10px 30px;
}
.post ol li {
	list-style:decimal;
}
.post h1 {
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color: #000;
	border-bottom:3px solid #000;
}
.post h2 {
	margin:10px 0;
	padding-bottom:2px;
	font-size:130%;
	font-weight:normal;
	color: #333;
	border-bottom:2px solid #515151;
}
.post h3 {
	margin:10px 0;
	font-size:100%;
	font-weight:normal;
	color:#2e2c2c;
	border-bottom:1px solid #515151;
}
.post blockquote {
	clear:both;
	padding:10px 0 10px 15px;
	margin:10px 0 25px 30px;
	border-left:5px solid #ccc;
}
.post blockquote p {
	padding:5px 0;
}
.post table {
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 20px;
}
.post table th {
	padding:10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background:#efede7;
}
.post table td {
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}
.post dt {
	font-weight:bold;
}
.post dd {
	padding-bottom:10px;
}
.post img {
	max-width:100%;
	height:auto;
}
img.aligncenter {
	display: block;
	margin:5px auto;
}
img.alignright, img.alignleft {
	margin: 10px 10px 15px 15px;
	display:inline;
}
img.alignleft {
	margin:10px 15px 15px 10px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
#gallery-1 img {
	border:1px solid #eaeaea !important;
	padding:5px;
	background:#fff;
}
#gallery-1 img:hover {
	background:#fffaef;
}
#content p {
	font-size: 0.8rem;
	margin: 0 0 1rem;
}
#content .tyuumoku p {
	font-size: 1rem;
}
#content .tyuumoku p.title {
	margin: 5px 0px;
	padding: 6px 20px 5px;
	color: white;
	font-size: large;
	font-weight: bold;
	border-radius: 15px;
	border: none;
	background-color: #d2b48c;
}
#content strong {
	font-weight: bold;
}
#content select {
	padding: 0.3em 0.5em 0.5em;
}
#content p .mwform-checkbox-field {
	display: block;
	margin: 0.5rem 0;
	padding: 0.5rem 0;
	font-size: 1rem;
	border-top: #CCCCCC solid thin;
}
#content p .kakuninn {
	cursor: pointer;
	margin: 0;
	padding: 1rem 2rem;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #AAAAAA;
	background: #DDDDDD;
	background: -moz-linear-gradient(top, #DDDDDD 0%, #AAAAAA 100%);
	background: -webkit-linear-gradient(top, #DDDDDD 0%, #AAAAAA 100%);
	background: linear-gradient(to bottom, #DDDDDD 0%, #AAAAAA 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
#content p .kakuninn:hover {
	background: #AAAAAA;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget {
	margin:0 0 20px 0;
	padding:10px 10px 10px 17px;
	border:1px solid #d5d5d5;
	background: #fff;
}
section.widget ul ul {
	border:0;
	margin:0;
	padding:0 0 0 10px;
}
p.banner {
	padding-bottom:15px;
}
p.banner img {
	max-width:233px;
	height:auto;
}
p.banner img:hover {
	cursor:pointer;
	opacity:.8;
}
section.widget h3 {
	clear:both;
	margin:0;
	padding:7px 10px 7px 10px;
	font-size:110%;
	border:1px solid #d5d5d5;
	border-bottom:0;
	color:#000;
	background:#fff url(images/headingBg.png) repeat-x 0 100%;
}
section.widget li a {
	display:block;
	padding:7px 0 7px 12px;
	background:url(images/arrow.gif) no-repeat 0 12px;
	border-bottom:1px dashed #dcdcdc;
}
section.widget li:last-child a {
	border:0;
}
#searchform input[type="text"] {
	line-height:1.7;
	height:24px;
	width:90px;
	vertical-align:bottom;
}
/* お知らせ　
-------------*/
.newsTitle {
	clear:both;
	margin:0;
	padding:7px 10px 7px 10px;
	font-size:110%;
	border:1px solid #d5d5d5;
	border-bottom:0;
	color:#000;
	background:#fff url(images/headingBg.png) repeat-x 0 100%;
}
.newsTitle h3 {
	float:left;
	font-weight:normal;
}
.newsTitle p {
	float:right;
	padding:0 0 0 10px;
	font-size:80%;
	background:url(images/arrow.gif) no-repeat 0 5px;
}
.news p {
	clear:both;
	padding-bottom:2px;
	border-bottom:1px dashed #dcdcdc;
}
.news p:last-child {
	border:0;
}
.news p a {
	display:block;
	padding:5px 0;
	color:#333;
	font-style:italic;
	font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news a span {
	color:#515151;
	font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
	padding-left:10px;
}
.news a:hover span {
	color:#6f6f6f;
}
/* フッター
*****************************************************/
#footer ul {
	padding:15px 0 25px;
	text-align:left;
}
#footer li {
	display:inline-block;
	padding: 1px 10px;
	border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li {
	display:inline;
}
#footer li:first-child {
	border:0;
}
#footer li a {
	text-decoration:none;
	color:#000;
}
#footer li a:hover {
	color:#999;
}
#footer ul ul {
	display:none;
}
#copyright {
	clear:both;
	padding:10px 0px;
	text-align:center;
	color:#000;
	font-size:10px;
}
/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post {
	padding:0;
}
ul.post li {
	margin:0 10px;
	padding:10px 0 0 0;
	border-bottom:1px dashed #dcdcdc;
}
ul.post li:last-child {
	border:0;
}
ul.post img {
	float:left;
	margin:0 15px 5px 10px;
}
ul.post h3 {
	margin:0 0 10px 0px;
	font-size:12px;
	font-weight:normal;
	color:#333;
	border:0;
}
/* ヤフオクテキスト
------------------------------------------------------------*/
div#yahootext {
	border:#999999 1px solid;
	padding: 10px;
	margin: 10px 0px;
}
div#yahootext p {
	font-size:13px;
}
/* ヘッダーメニュー
------------------------------------------------------------*/
ul#navigation {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	zoom:100%; /*float解除*/
}
ul#navigation li {
	float:left; /*次の要素を右側へ回り込ませる*/
	list-style:none; /*リストの●を消す*/
}
ul#navigation li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:50px; /*高さ*/
	width:111px; /*横幅*/
	text-align:center; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(./images/top/header/top_navi04.gif); /*メニュー画像*/
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#navigation a.menu1 {
	background-position:0px 0px;
	width:111px;
}
ul#navigation li a.menu1:hover {
	background-position:0 -50px;
}
ul#navigation a.menu2 {
	background-position:-111px 0px;
}
ul#navigation li a.menu2:hover {
	background-position:-111px -50px;
}
ul#navigation li a.menu3 {
	background-position:-222px 0px;
}
ul#navigation li a.menu3:hover {
	background-position:-222px -50px;
}
ul#navigation li a.menu4 {
	background-position:-333px 0px;
}
ul#navigation li a.menu4:hover {
	background-position:-333px -50px;
}
ul#navigation li a.menu5 {
	background-position:-444px 0px;
}
ul#navigation li a.menu5:hover {
	background-position:-444px -50px;
}
ul#navigation li a.menu6 {
	background-position:-555px 0px;
}
ul#navigation li a.menu6:hover {
	background-position:-555px -50px;
}
ul#navigation li a.menu7 {
	background-position:-666px 0px;
}
ul#navigation li a.menu7:hover {
	background-position:-666px -50px;
}
ul#navigation li a.menu8 {
	background-position:-777px 0px;
}
ul#navigation li a.menu8:hover {
	background-position:-777px -50px;
}
ul#navigation li a.menu9 {
	background-position:-888px 0px;
}
ul#navigation li a.menu9:hover {
	background-position:-888px -50px;
}
/* ループスライダー
------------------------------------------------------------*/
.infiniteslide1 {
	background: #ffffff;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 5px 0;
}
.infiniteslide1 ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* サイドバーメニュー（代行サービスのご案内）
------------------------------------------------------------*/
ul#sidenavigation1 {
	width:200px;
	margin-bottom: 40px;
	overflow:hidden;
	zoom:100%; /*float解除*/
}
ul#sidenavigation1 li {
	float:left; /*次の要素を右側へ回り込ませる*/
	list-style:none; /*リストの●を消す*/
}
ul#sidenavigation1 li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:40px; /*高さ*/
	width:200px; /*横幅*/
	text-align:center; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(./images/top/side_left/l_menu01.gif); /*メニュー画像*/
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#sidenavigation1 a.sidemenu1-1 {
	background-position:0px 0px;
	width:200px;
}
ul#sidenavigation1 li a.sidemenu1-1:hover {
	background-position:-200px 0;
}
ul#sidenavigation1 a.sidemenu1-2 {
	background-position:0px -40px;
}
ul#sidenavigation1 li a.sidemenu1-2:hover {
	background-position:-200px -40px;
}
ul#sidenavigation1 a.sidemenu1-3 {
	background-position:0px -80px;
}
ul#sidenavigation1 li a.sidemenu1-3:hover {
	background-position:-200px -80px;
}
ul#sidenavigation1 a.sidemenu1-4 {
	background-position:0px -120px;
}
ul#sidenavigation1 li a.sidemenu1-4:hover {
	background-position:-200px -120px;
}
ul#sidenavigation1 a.sidemenu1-5 {
	background-position:0px -160px;
}
ul#sidenavigation1 li a.sidemenu1-5:hover {
	background-position:-200px -160px;
}
/* サイドバーメニュー（買取サービスのご案内）
------------------------------------------------------------*/
ul#sidenavigation2 {
	width:200px;
	margin:0;
	overflow:hidden;
	zoom:100%; /*float解除*/
}
ul#sidenavigation2 li {
	float:left; /*次の要素を右側へ回り込ませる*/
	list-style:none; /*リストの●を消す*/
}
ul#sidenavigation2 li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:40px; /*高さ*/
	width:200px; /*横幅*/
	text-align:center; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(./images/top/side_left/l_menu02.gif); /*メニュー画像*/
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#sidenavigation2 a.sidemenu2-1 {
	background-position:0px 0px;
	width:200px;
}
ul#sidenavigation2 li a.sidemenu2-1:hover {
	background-position:-200px 0;
}
ul#sidenavigation2 a.sidemenu2-2 {
	background-position:0px -40px;
}
ul#sidenavigation2 li a.sidemenu2-2:hover {
	background-position:-200px -40px;
}
ul#sidenavigation2 a.sidemenu2-3 {
	background-position:0px -80px;
}
ul#sidenavigation2 li a.sidemenu2-3:hover {
	background-position:-200px -80px;
}
/* 画像オンマウスで透過
------------------------------------------------------------*/
.fade:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 落札実績一覧
------------------------------------------------------------*/
ul#rakusatsujisseki {
	font-size: 0;
}
ul#rakusatsujisseki li {
	display: inline-block;
	width:24%;
	margin:0 1% 20px 0;
	font-size: small;
	vertical-align: top;
}
ul#rakusatsujisseki li img {
	width: 170px;
	height: auto;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	padding: 3px;
	background: #fff;
	margin-top:0;
}
ul#rakusatsujisseki li span {
	display: block;
}
/* hタグの指定
------------------------------------------------------------*/
h2.black20 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
h3.tst1 {
	font-size: 19px;
	font-weight:bold;
	margin-bottom: 5px;
}
h3.basic {
	font-size: 19px;
	font-weight:bold;
	margin-bottom: 5px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.basic2 {
	font-size: 19px;
	font-weight:bold;
	padding:10px 0px 3px 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	background: #fef7f2;
}
.basic3 {
	font-size:17px;
	font-weight:bold;
	padding:8px 0px 3px 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	background: #fef7f2;
}
h3.ms3bf {
	font-size: 22px;
	font-weight:bold;
	color: #e84572;
	margin-bottom: 20px;
	padding: 0 0 20 27px;
	border-bottom:solid thin #e84572;
}
h4.ms3bf {
	font-size: 22px;
	font-weight:bold;
	color: #8b4513;
	background: #fef7f2;
	margin-bottom: 5px;
	padding: 0 0 0 27px;
}
h3.black20 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
h3.bk20bpk {
	font-size: 1.2rem;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #fbdac8;
}
h4.bk20bpk {
	font-size: 20px;
	margin-bottom: 20px;
	padding: 15px 10px 10px 10px;
	background: #fbdac8;
}
h3.red25bbpk {
	font-size: 20px;
	color: #ff0000;
	font-weight:bold;
	margin-bottom: 20px;
	padding: 10px 0 5px 10px;
	background: #fbdac8;
}
h3.br20bbgr {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bedfc2;
}
h3.br20bbsb {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bae3f9;
}
h4.tst1 {
	font-size: 18px;
	font-weight:bold;
	margin-top: 5px;
}
h4.tsrt1 {
	font-size: 17px;
	font-weight:bold;
	margin-bottom: 10px;
}
h4.red25bbpk {
	font-size: 25px;
	color: #ff0000;
	font-weight:bold;
	margin-bottom: 20px;
	padding: 10px;
	background: #fbdac8;
}
h4.br20bbgr {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bedfc2;
}
h4.br20bbsb {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bae3f9;
}
/* キャンペーン3のtable
------------------------------------------------------------*/
.tablecam3 {
	width: 680px;
	border-collapse: collapse;
	border: 1px #000 solid;
	margin: 0 0 10px 50px;
}
.tablecam3 th {
	border: 1px #000 solid;
	padding: 5px 0;
	background: #fdeff5;
	font-size: 18px;
	text-align: center;
}
.tablecam3 td {
	border: 1px #000 solid;
	padding: 5px 0;
	font-size: 18px;
	text-align: center;
}
/* 選べる出品方法（初心者の方へ）
------------------------------------------------------------*/
#haziplan {
	width: 780px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.haziplanleft {
	width: 340px;
	float:left;
	margin: 0;
	padding: 0 0 0 70px;
}
.haziplanright {
	width: 340px;
	float:right;
	margin: 0;
	padding: 0 30px 0 0;
}
/* 利用者の声
------------------------------------------------------------*/
#voice {
	width: 780px;
	margin: 0;
	padding: 0 0 20px 0;
}
#voice2 {
	width: 600px;
	background: #ffffff;
	margin: 0 70px;
	padding: 20px;
}
p.rvt {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-top: 20px;
}
p.rvt2 {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-top: 5px;
}
p.rv {
	padding-bottom: 10px;
	border-bottom: 1px #000 solid;
}
/* STEP
------------------------------------------------------------*/
.stepimg {
	margin: 30px 0 0 0;
}
/* 画像横3列
------------------------------------------------------------*/
.retsu3 {
	padding: 0 20px 20px 50px;
}
.retsu3b {
	padding: 0 20px 20px 50px;
}
ul.maincourse2ul {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
li.maincourse21 {
	margin: 0 10px 0 0;
	float:left;
}
li.maincourse22 {
	float:left;
}
ul.tejun3retsu {
	padding: 0 20px 20px 50px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
ul.tejun3retsub {
	padding: 30px 20px 20px 50px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
li.tejun3retsuli {
	float:left;
}
/* 落札を待つ
------------------------------------------------------------*/
p.rakuhan {
	font-size: 18px;
	color: #000;
	padding: 10px 140px 30px 50px;
	background-image:url(./images/sub/go_img02.gif);
}
/* お預かり方法の住所枠
------------------------------------------------------------*/
.azuad {
	text-align: center;
}
.cyoazukarih3 {
	position: relative;
	margin-top:20px;
	padding:12px 0px 12px 20px;
	background:#a27860;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow:2px 1px 0px #805f4a;
}
.cyoazukarih3:after {
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #a27860;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
div.backcolor {
	overflow:hidden;
	padding:10px 10px 70px 10px;
}
div.left {
	float:left;
	padding:20px 10px 10px 10px;
}
div.right {
	float:right;
	padding:10px 20px 0px 0px;
	font-size:15px;
	width:500px;
}
/* 会社案内
------------------------------------------------------------*/
.tablecom {
	width: 780px;
	border-collapse: collapse;
	border: 1px #000 solid;
	margin: 20px 0 30px 0;
}
.tablecom th {
	width: 220px;
	border: 1px #000 solid;
	padding: 5px 10px;
	background: #fbdac8;
	font-size: 18px;
}
.tablecom td {
	border: 1px #000 solid;
	padding: 5px 10px;
	font-size: 18px;
}
/* そのほかの枠
------------------------------------------------------------*/
.tablecomb {
	width: 700px;
	border-collapse: collapse;
	border: 1px #000 solid;
	margin: 20px 0 30px 0;
}
.tablecomb th {
	width: 220px;
	border: 1px #000 solid;
	padding: 5px 10px;
	background: #fbdac8;
	font-size: 18px;
}
.tablecomb td {
	border: 1px #000 solid;
	padding: 5px 10px;
	font-size: 18px;
}
/* 落札実績
------------------------------------------------------------*/
.rz {
	width: 780px;
	margin: 10px 0;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.rzl {
	width: 200px;
	float:left;
	margin: 0 10px 5px 0;
	padding: 10px;
	background: #fbdac8;
	font-size: 15px;
}
.rzr {
	width: 550px;
	float:right;
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 15px;
}
/* オークション代行お申し込みフォーム
------------------------------------------------------------*/
#form2 {
	font-size: 16px;
	text-align: center;
}
#form2 p {
	margin: 10px 0;
}
/* FAXでのお問合せ
------------------------------------------------------------*/
#fax {
	font-size: 16px;
}
#fax p {
	margin: 10px 0;
}
/* 取扱いブランドとカテゴリ
------------------------------------------------------------*/
#brli {
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.bri {
	width: 180px;
	float:left;
	border-bottom: 1px #000 dotted;
}
.brja {
	width: 300px;
	color: #252525;
	float:left;
	border-bottom: 1px #000 dotted;
}
.brjb {
	width: 300px;
	color: #e95388;
	float:left;
	border-bottom: 1px #000 dotted;
}
.brea {
	width: 300px;
	color: #252525;
	float:right;
	border-bottom: 1px #000 dotted;
}
.breb {
	width: 300px;
	color: #e95388;
	float:left;
	border-bottom: 1px #000 dotted;
}
/* 取扱いブランドとカテゴリ（2）
------------------------------------------------------------*/
table.brt {
	margin-bottom: 10px;
}
td.bri {
	width: 110px;
	float:left;
	border-bottom: 1px #000 dotted;
	padding: 5px 0 5px 30px;
}
td.brja {
	width: 310px;
	color: #252525;
	float:left;
	border-bottom: 1px #000 dotted;
	padding: 10px 0 3px 10px;
}
td.brjb {
	width: 310px;
	color: #e95388;
	float:left;
	border-bottom: 1px #000 dotted;
	padding: 10px 0 3px 10px;
}
td.brea {
	width: 450px;
	float:right;
	border-bottom: 1px #000 dotted;
	padding: 10px 0 3px 10px;
}
td.breb {
	width: 310px;
	color: #e95388;
	float:left;
	border-bottom: 1px #000 dotted;
	padding: 10px 0 3px 10px;
}
/* お客様の声
------------------------------------------------------------*/
p.sq {
	font-size: 18px;
	font-weight:bold;
	background: url(./images/sub/situmon-q.gif) no-repeat;
	background-position:0pt 1pt;
	margin: 10px 0;
	padding: 0 0 0 25px;
}
p.sa {
	font-size: 18px;
	background: url(./images/sub/situmon-a.gif) no-repeat;
	margin: 10px 0;
	padding: 0 0 30px 25px;
}
/* 買取実績
------------------------------------------------------------*/
.kz {
	width: 780px;
	margin: 10px 0;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.kzl {
	width: 365px;
	float:left;
	margin: 0 50px 10px 0;
	padding: 0;
	font-size: 12px;
}
.kzr {
	width: 365px;
	float:right;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.kzc {
	width: 365px;
	margin: 10px 0;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.kzcl {
	width: 150px;
	float:left;
	margin: 0 10px 0 0;
}
.kzcr {
	width: 205px;
	float:right;
	margin: 0;
	font-size: 12px;
}
.kzcr p {
	width: 195px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.kzcr p.kzt {
	width: 195px;
	background: #fbdac8;
	margin: 0 0 5px 0;
	padding: 5px 0 2px 10px;
}
.kzcr p.kzp {
	width: 195px;
	color: #ff0000;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
}
/* 出品方法は簡単3ステップ（トップページ）
------------------------------------------------------------*/
.ms3 {
	width: 540px;
	margin-bottom: 10px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.ms3left {
	width: 325px;
	float:left;
	margin: 0;
}
.ms3right {
	width: 170px;
	float:right;
	margin: 0 25px 0 20px;
}
p.ms3f {
	font-size: 22px;
	font-weight:bold;
	color: #e84572;
	/*background: url(./images/top/main/main01_4.gif) no-repeat 25px 7px;*/
margin-bottom: 5px;
	padding: 0 0 0 47px;
}
p.ms4f {
	font-size: 13px;
	font-weight:bold;
	color: #e84572;
	margin-bottom: 5px;
}
ul.ms1 {
	margin: 5px 0 0 25px;
}
li.ms2 {
	margin-right: 10px;
	float: left;
}
p.ms3t {
	font-size: 14px;
	padding: 0 0 0 25px;
}
.cyh3 {

	position: relative;
	margin: 0 0 1.5em;
	padding:7px 0px 7px 15px;
	background:#f3d392;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow:2px 1px 0px #805f4a;
	box-shadow:1px 1px 3px #d9d9d9;
	width:97%;
	margin-top:30px;
}
.cyh3:after {
	position: absolute;
	bottom: -15px;
	left: 9%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #f3d392;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
/* 初めての方へ
------------------------------------------------------------*/
ul.hajimetemenu {
	width: 780px;
	height:auto;
	overflow:hidden;
}
li.hajimetemenuli a {
	width: 156px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:white;
	text-shadow:2px 2px 0px #29d167;
	display:block;
	height:80px;
	float: left;
	background:#7eea70;
	padding:20px;
	vertical-align:middle;
	box-sizing:border-box;
	border-left:1px solid #ebffdd;
	box-shadow:2px 2px 0px #29d167;
	border-bottom:2px solid #29d167;
	border-right:2px solid #29d167;
}
/* 出品方法は簡単3ステップ（サブページ）
------------------------------------------------------------*/
.ms3b {
	width: 780px;
	/*background: #f9f9f9;*/
overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.ms3bl {
	width: 360px;
	float:left;
	padding-left: 105px;
}
.ms3br {
	width: 200px;
	float:right;
	padding: 0 100px 0 15px;
}
p.ms3bf {
	font-size: 22px;
	font-weight:bold;
	color: #e84572;
	margin-bottom: 5px;
	padding: 0 0 0 27px;
}
ul.msb1 {
	margin: 10px 0 0 0;
}
li.msb2 {
	margin-right: 10px;
	float: left;
}
p.ms3bt {
	font-size: 14px;
	padding: 0;
}
/* 当店8つの安心サービス（トップページ）
------------------------------------------------------------*/
ul.ma8 {
	margin-left: 25px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
li.ma {
	width: 118px;
	color: #009d85;
	font-size: 15px;
	font-weight:bold;
	margin: 0 5px 5px 0;
	float: left;
	height:100px;
	text-align: center;
	line-height: 120%;
}
li.ma img {
	margin-bottom:5px;
}
/* 当店8つの安心サービス（サブページ）
------------------------------------------------------------*/
div.sa50home {
	background:none;
	margin-bottom:40px;
	margin:10px auto;
	border-radius:8px;
}
div.sa50home div.sa50_box {
	font-size:16px;
	height:auto;
	margin-bottom:0px;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
div.sa50home div.sa50_box p.left {
	float:left;
	padding:10px;
}
div.sa50home div.sa50_box p.right {
	padding:40px 10px 10px 10px;
}
ul.sa8 {
	padding-left: 105px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
li.sa {
	width: 135px;
	color: #009d85;
	font-size: 18px;
	font-weight:bold;
	margin: 0 8px 8px 0;
	float: left;
	text-align: center;
	line-height: 120%;
}
/* 嬉しい8つの無料（トップページ）
------------------------------------------------------------*/
table.mut {
	width: 490px;
	margin-left: 25px;
	border: 0;
}
table.mut td.mutd {
	width: 152px;
	padding: 10px 4px 5px 9px;
	border: 0;
}
table.mut td.mutd1 {
	width: 152px;
	padding: 10px 4px 5px 9px;
	border-right: 1px #54c3f1 solid;
	border-bottom: 1px #54c3f1 solid;
}
table.mut td.mutd2 {
	width: 152px;
	padding: 10px 4px 5px 9px;
	border-bottom: 1px #54c3f1 solid;
}
table.mut td.mutd3 {
	width: 152px;
	padding: 10px 4px 5px 9px;
	border-right: 1px #54c3f1 solid;
	vertical-align: top;
}
p.mutt1 {
	font-size: 13px;
	font-weight:bold;
	color: #54c3f1;
	line-height: 150%;
	margin-top: 5px;
}
p.mutt2 {
	font-size: 12px;
	color: #6a3306;
}
p.mutt3 {
	font-size: 13px;
	font-weight:bold;
	color: #54c3f1;
	line-height: 90%;
	margin: 5px 0;
}
/* 嬉しい8つの無料（サブページ）
------------------------------------------------------------*/
#su {
	width: 675px;
	padding: 0 0 20px 105px;
}
table.sut {
	width: 575px;
	border: 0;
}
table.sut td.sutd {
	width: 179px;
	padding: 10px 4px 5px 9px;
	border: 0;
}
table.sut td.sutd1 {
	width: 178px;
	padding: 13px 4px 5px 9px;
	border-right: 1px #54c3f1 solid;
	border-bottom: 1px #54c3f1 solid;
}
table.sut td.sutd2 {
	width: 179px;
	padding: 10px 4px 5px 9px;
	border-bottom: 1px #54c3f1 solid;
}
table.sut td.sutd3 {
	width: 178px;
	padding: 10px 4px 0 9px;
	border-right: 1px #54c3f1 solid;
	vertical-align: top;
}
p.sutt1 {
	font-size: 15px;
	font-weight:bold;
	color: #54c3f1;
	line-height: 150%;
	margin-top: 5px;
}
p.sutt2 {
	font-size: 12px;
	color: #6a3306;
}
p.sutt3 {
	font-size: 15px;
	font-weight:bold;
	color: #54c3f1;
	line-height: 90%;
	margin: 5px 0;
}
/* お取り扱い商品リスト
------------------------------------------------------------*/

div.tsbg1 {
	width: 760px;
	margin: 10px 0;
	padding: 20px;
	background: #eee;
}
div.tsbg2 {
	width: 760px;
	margin: 10px 0;
	padding: 20px;
}
.ts1 {
	width: 760px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.tsl1 {
	width: 220px;
	float:left;
	margin-right: 20px;
}
.tsr1 {
	width: 520px;
	float:right;
}
p.tst1 {
	font-size: 17px;
	font-weight:bold;
	margin-bottom: 5px;
}
p.tsrt1 {
	font-size: 17px;
	font-weight:bold;
	margin-bottom: 10px;
}
p.tsrt2 {
	font-size: 14px;
}
p.tsrt2 span.tsrt2span {
	line-height:70px;
}
.cp14 {
	font-size:14px;
	padding:3px;
}
.redp {
	color:#e45252;
	font-weight:bold;
}
.noitem a {
	margin:5px 0px 50px 500px;
	padding:8px;
	background-color:#F99;
	border-radius:18px;
	font-size:15px;
	color:white;
	font-weight:bold;
	display:block;
	text-decoration:none;
	width:200px;
	text-align:center;
	text-shadow:1px 1px 0px #ef637e;
	box-shadow:2px 2px 0px #ef637e;
}
.noitem a:hover, .noitem a:active {
	background-color:#ef637e;
}
/* お問い合わせフォーム
------------------------------------------------------------*/
table.tf {
	margin: 20px 0;
}
td.tft {
	width: 225px;
	background: #fdede4;
	vertical-align: middle;
	padding-left: 15px;
	border-top: solid 1px #fff;
}
td.tft1 {
	width: 380px;
	vertical-align: middle;
	padding: 10px;
}
td.tft2 {
	width: 380px;
	vertical-align: middle;
	padding: 10px;
}
p.ftkp {
	margin-top: 20px;
}
p.tmt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
p.font16bl {
	font-size:16px;
}
p.margin20 {
	margin:20px auto;
}
/* 料金シミュレーション
------------------------------------------------------------*/
#ryoukin_in {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px 0 10px;
	background: #FFF1E4;
	border: 1px solid #efab93;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	width: 140px;
	margin: 50px 0 8px 15px;
}
#ryoukin_out {
	display: none;
}
#ryoukin_out .ryoukinResult, #ryoukin_out .ryoukinErr {
	border-right: 3px solid #fbdac8;
	border-bottom: 3px solid #fbdac8;
	border-left: 3px solid #fbdac8;
	padding: 7px 9px 2px 9px;
	width: 176px;
	margin: 0 0 12px 0;
	background: #FFF1E4;
	text-align: center;
}
#ryoukin_out .resultDetail {
	margin: 0 0 5px 0;
}
#ryoukin_out .resultDetail table {
	width: 100%;
}
#ryoukin_out .resultDetail th {
	font-size:11px;
}
#ryoukin_out .resultDetail td {
	font-size:11px;
	font-weight: bold;
	text-align: right;
}
#ryoukin_out .resultDetail .detailTit {
	font-size:11px;
	border-bottom: 1px dotted #000;
	margin: 5px 0;
}
#ryoukin_out .ryoukinTitle {
	background: #e73562;
	color: #fff;
	font-size: 12px;
	margin: 5px 0 2px;
	padding: 4px 0 2px;
}
#ryoukin_out .kin .kingaku {
	font-size:28px;
	font-weight:bold;
	color:#e73562;
}
#ryoukin_out .kin .yen {
	font-size:15px;
	font-weight:bold;
	color:#e73562;
}
#ryoukin_out .kins {
	font-size:11px;
	font-weight:bold;
	margin-bottom: 5px;
}
#ryokinbg {
	background:url(http://www.ukiuki-chiba.com/test/wp-content/uploads/simu1.gif) no-repeat;
	height: 92px;
	margin-top: 20px;

	padding-top: 58px;
}
/* フォントの指定
------------------------------------------------------------*/
p.black25a {
	font-size: 25px;
	color: #000;
	font-weight:bold;
}
p.red25a {
	font-size: 25px;
	color: #ff0000;
	font-weight:bold;
	margin: 0 0 20px 0;
}
p.red25b {
	font-size: 25px;
	color: #ff0000;
	font-weight:bold;
	margin-bottom: 20px;
}
p.red25bbpk {
	font-size: 25px;
	color: #ff0000;
	font-weight:bold;
	margin-bottom: 20px;
	padding: 10px;
	background: #fbdac8;
}
p.bk20bpk {
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #fbdac8;
}
p.black18waku {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #000;
}
p.black18wakub {
	font-size: 18px;
	color: #000;
	margin: 0 120px;
	padding: 20px;
	border: 1px solid #000;
	background: #ffffff;
}
p.black20 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}
p.black18 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}
p.black18l {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
p.bl18lb {
	font-size: 18px;
	color: #000;
	font-weight:bold;
	margin: 20px 0 0 0;
	padding-top: 20px;
	border-top: 1px solid #000;
}
p.black18b {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-bottom: 20px;
}
p.black18b1 {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin-bottom: 10px;
}
p.bl18b2 {
	font-size: 18px;
	font-weight:bold;
	color: #000;
	margin: 10px 0;
}
p.bl18bbpk {
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	background: #fbdac8;
}
p.black14 {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
p.red16 {
	font-size: 16px;
	color: #ff0000;
}
p.red18 {
	font-size: 18px;
	color: #ff0000;
}
p.red18b20 {
	font-size: 18px;
	color: #ff0000;
	padding: 10px 50px 20px;
}
p.red18b {
	font-size: 18px;
	color: #ff0000;
	padding: 10px 50px 20px;
}
p.red22b {
	font-size: 22px;
	color: #ff0000;
	font-weight:bold;
}
p.black18cam3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 0 50px;
}
p.red18cam3 {
	font-size: 18px;
	color: #ff0000;
	margin: 0 0 0 50px;
}
p.sidehinmoku {
	font-size: 10px;
	margin: 0 0 10px 0;
}
p.sidecont {
	font-size: 11px;
}
p.step {
	font-size: 18px;
	color: #000;
	padding: 10px 50px;
}
p.step2 {
	font-size: 18px;
	color: #e84572;
	padding: 10px 50px;
}
p.br20bbgr {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bedfc2;
}
p.br20bbsb {
	font-size: 20px;
	color: #6a3306;
	font-weight:bold;
	margin: 30px 0 10px 0;
	padding: 10px;
	background: #bae3f9;
}
p.term {
	margin: 0 0 20px 0;
	font-size:16px;
}
ul.termlist {
	font-size: 0.8rem;
	padding:0px 1em 1em 1em;
}
p.m14 {
	font-size: 14px;
	padding: 10px;
}
/* 画像の個別指定
------------------------------------------------------------*/
img.sideimg1 {
	margin: 20px 0 10px;
}
img.sideimg2 {
	margin: 0 0 10px 0;
}
img.sideimg3 {
	margin: 20px 0 0 0;
}
img.maincourse {
	margin: 0 10px 0 0;
}
img.title1 {
	margin: 30px 0 0 0;
}
img.title2 {
	margin: 0 0 20px 0;
}
img.title3 {
	margin: 30px 0 20px;
}
img.hazimain {
	margin: 20px 0 0 0;
}
img.stepimg {
	padding: 0 0 0 20px;
}
img.azukari {
	margin: 0 20px 0 0;
}
img.nagaretoi {
	margin: 0 30px 0 0;
}
img.furikomi9 {
	margin: 0 0 20px 0;
}
img.ikkatsu {
	margin: 0 0 30px 0;
}
img.ikkatsu2 {
	margin: 30px 0;
}
img.courseinfo {
	margin: 20px 0 20px 80px;
}
img.welvoice {
	margin: 0 0 30px 0;
}
img.main1 {
	margin: 30px 0;
}
img.main2 {
	margin: 10px 0 5px;
}
img.msar {
	margin: 0 0 10px 220px;
}
img.bpt {
	padding: 30px 53px 5px 52px;
}
img.bpa {
	padding: 10px 343px;
}
img.bps {
	padding: 10px 98px;
}
img.bpr {
	padding: 10px 102px;
}
/* ul要素
------------------------------------------------------------*/
ul.a {
	margin: 10px 20px;
}
ul.a {
	list-style-type: none;
}
ul.a {
	font-size: 14px;
}
/* 投稿ページの設定
------------------------------------------------------------*/
#wrapper_l1 p {
	font-size:16px;
}
#wrapper_l1 h1 {
	border:none;
	padding:5px 30px;
	background-color:#d2b48c;
	border-radius:15px;
	font-weight:bold;
	color:white;
	margin:5px 0px;
}
#wrapper_l1 h2 {
	border:none;
	padding:5px 30px;
	background-color:#faebd7;
	font-weight:bold;
	margin:5px 0px;
	font-size:15px;
}
#wrapper_l1 section {
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
#wrapper_l1 span {
	color:#214602;
	text-shadow: 1px 1px 0px #07d34f;
	font-weight:bold;
}
#wrapper_l1 p {
	margin-top:5px;
	margin-bottom:3px;
}
.cymidashi {
	margin-right:3px;
	margin-bottom:20px;
	padding:10px 0px 5px 15px;
	color:#693206;
	font-size:1.5rem;
	font-weight:bold;
	text-shadow:2px 2px 2px #ba9b89;
	background-color:#fbdac8;
	box-shadow:7px 7px 0px #faccb2;
}
.button {
	position: relative;
	display: inline-block;
	width:220px;
	height: 70px;
	background-color:#a27860;
	box-shadow: inset 1px 1px 0 #805f4a;
	border-bottom: 3px solid #805f4a;
	border-right: 3px solid #805f4a;
	border-radius: 7px;
	color: #fff;
	text-shadow: 1px 1px 0px #805f4a;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	margin:5px;
	font-size:25px;
	margin: 10px;
}
/* 利用料金（料金システムぺージ）
------------------------------------------------------------*/
#wrapper_c2 .button:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
#wrapper_c2 table {
	margin: 20px auto;
}
#wrapper_c2 .midashi2 {
	padding:0px 0px 2px 10px;
	border-left: 7px solid #B92A2C;
	border-bottom: 1px dashed #B92A2C;
	font-size: 30px;
	font-weight: bold;
}
#wrapper_c2 table, #wrapper_c2 th, #wrapper_c2 td {
	border: 1px #bfbfbf solid;
	border-collapse: collapse;
	padding:10px 30px;
	text-align:center;
	font-size:18px;
}
#wrapper_c2 th {
	background-color:#9dceff;
	color:white;
	font-weight:bold;
}
#wrapper_c2 #blue tr:nth-child(2n+1) {
	background-color: #f0f8ff;
}
#wrapper_c2 #green tr:nth-child(2n+1) {
	background-color: #def2dd;
}
#wrapper_c2 #orange tr:nth-child(2n+1) {
	background-color: #FDF5E6;
}
#wrapper_c2 section h2 {
	margin-bottom:10px;
}
#wrapper_c2 p {
	font-size:16px;
}
.tyuuijikouc {
	border:1px solid red;
	background-color:#ffd5d5;
}
.tyuuijikouc h2 {
	background-color:#FA5858;
	font-size:16px;
	color:white;
	padding:6px 0px 6px 10px;
	font-weight:bold;
	margin:0px;
	border:none;
}
.tyuuijikouc p {
	font-size:16px;
}
.tesuuryouc {
	border:1px solid #f1b71d;
	background-color:#FAFAD2;
	margin:15px 0px 10px 0px;
}
.tesuuryouc h2 {
	background-color:#f1b71d;
	font-size:16px;
	color:white;
	padding:6px 0px 6px 10px;
	font-weight:bold;
	margin:0px;
	border:none;
}
.tesuuryouc p {
	font-size:16px;
}
.midashic2h4 {
	border:none;
	padding:5px 30px;
	background-color:#faebd7;
	font-weight:bold;
	margin:5px 0px;
	font-size:15px;
}
.w3c {
	overflow:hidden;
}
.tyuuijikouc p, .tesuuryouc p {
	margin:8px;
}
.cyh3font30 {
	position: relative;
	margin: 0 0 1.5em;
	padding:7px 0px 7px 15px;
	background:#f3d392;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow:2px 1px 0px #805f4a;
	box-shadow:1px 1px 3px #d9d9d9;
	width:97%;
	margin-top:90px;
}
.cyh3font30:after {
	position: absolute;
	bottom: -15px;
	left: 9%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #f3d392;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
ul.sa8 {
	width:750px;
	background:none;
	margin-bottom:40px;
}
ul.sa8 li.sa {
	width:150px;
	font-size:16px;
	height:100px;
	margin-bottom:30px;
}
ul.sa8 li.sa img {
	margin-bottom:10px;
}
div.sa50 {
	width:750px;
	background:none;
	margin-bottom:40px;
	margin:10px auto;
	background:#fff;
	border-radius:8px;
}
div.sa50 div.sa50_box {
	width:750px;
	font-size:16px;
	height:100px;
	margin-bottom:0px;
	padding-bottom:30px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
div.sa50 div.sa50_box p.left {
	float:left;
	padding:10px;
}
div.sa50 div.sa50_box p.right {
	padding:50px 10px 10px 10px;
}
/* 8つの０
------------------------------------------------------------*/
.cy8_0 {
	width:490px;
	height:380px;
	overflow:hidden;
	margin:0 auto;
}
.cy8_0 p {
	width:150px;
	float:left;
	margin:6px;
}
.setumei {
	display: none;
	position: absolute;
	top: 1em; /*★省略不可、ブラウザ初期値バラバラ*/
	left: 1em; /*★Firefoxでhoverが無効になります*/
}
.cy8_0 a:hover, .cy8_0sa a:hover {
	position:relative;
	text-decoration:none;
}
.cy8_0 a:hover .setumei, .cy8_0sa a:hover .setumei {
	display: block;
	background-color: #ff8cc6;
	padding:3px;
	color:#ffffff;
	border-top:#ffffff solid 10px;	/*フキダシ用*/
	border-left:#ff8cc6 solid 5px;	/*フキダシ用*/
}
.cy8_0sa {
	width:675px;
	height:300px;
	overflow:hidden;
	margin:0 auto;
}
.cy8_0sa p {
	width:150px;
	float:left;
	margin:10px 20px;
}
/* コンテンツ
------------------------------------------------------------*/
.contenth2 {
	padding:15px 30px 15px 30px;
	margin-bottom:20px;
	color:#693206;
	font-size:2rem;
	font-weight:bold;
	text-shadow:2px 2px 2px #ba9b89;
	background-color:#fbdac8;
	box-shadow:7px 7px 0px #faccb2;
}
.contentdiv {
	margin-bottom:50px;
}
.contentp {
	margin:20px 10px 35px 10px;
}
/* 取り扱いぺージcy
------------------------------------------------------------*/
.toriatsukaitc {
	margin: 30px 0px 30px 20px;
	width:750px;
}
.toriatsukaitc th {
	font-size:15px;
	padding:8px 5px 2px 5px;
	font-weight:bold;
	text-shadow:1px 1px 1px #a5a5a5;
}
.toriatsukaitc td {
	display:inline-table;
	width:180px;
	padding-right:8px;
	padding-bottom:3px;
	font-size:14px;
}
.cytoriatsukaih2 {
	border-bottom:dotted #ccc 1px;
	color: #666;
	font-size: 28px;
	width:100%;
	padding:10px;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
}
.cytoriatsukaih2 span {
	font-size:32px;
}
.enclose10 {
	margin-bottom:20px;
}
.encloseb20t0 {
	margin-top:30px;
}
.cytoriatsukaih3 {
	position: relative;
	margin: 0 0 1.5em;
	padding:12px 0px 12px 20px;
	background:#f3d392;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow:2px 1px 0px #805f4a;
}
.cytoriatsukaih3:after {
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #f3d392;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
.clink a {
	border-radius:7px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	line-height:38px;
	width:250px;
	margin:0 auto;
	background-color:#FFCC66;
	box-shadow: inset 1px 1px 0 #ffa500;
	border-bottom: 3px solid #ffa500;
	border-right: 3px solid #ffa500;
	color:white;
	text-shadow: 1px 1px 0px #ffa500;
}
.clink a:hover {
	background-color:#ffa500;
	text-decoration:none;
	font-size:18px;
}
/*======================================================================== 修正 ===*/
.kakomiBGcolor {
	box-sizing: border-box;
	margin:2em auto;
	padding: 0em 0em 1em;
	border-radius: 12px;
	background-color: #FEF7F2;
}
.kakomiBGcolor p {
	margin: 1rem 2rem;
	font-size: 0.875rem;
	background-color: transparent;
}
.kakomiBGcolor p.stepmarker {
	box-sizing: border-box;
	margin: 0px;
	padding: 0.5rem;
	color: #E84472;
	font-size: 1.5rem;
	background-color: transparent;
}
.kakomiBGcolor p img.full {
	width: 100%;
	height: auto;
}
.kakomiBGcolor p.column50per {
	display: inline-block;
	margin: 0.2rem;
}
.kakomiBGcolor p.column50per img {
	width: 100%;
	height: auto;
}
.kakomiBGcolor p.column100per {
	display: block;
	margin: 0px;
}
.kakomiBGcolor p.column100per img {
	width: 100%;
	height: auto;
}
.kakomiBGcolor .azuad {
	box-sizing: border-box;
	margin: 0.5rem auto;
	padding: 0.5rem;
	text-align: center;
	background-color: transparent;
}
.kakomiBGcolor .azuad a.fade img {
	margin: 0px;
}
.kakomiBGcolor div.caution {
	box-sizing: border-box;
	margin: 1em;
	padding: 1em;
	border-radius: 12px;
	background-color: #FFFFFF;
}
.kakomiBGcolor div.caution p.caution {
	margin: 1rem 2rem;
	color: #FF0000;
	font-size: 0.875rem;
	font-weight: bold;
	border-bottom: #666666 solid thin;
	background-color: transparent;
}
/* サイドバータイトル用　コラム
------------------------------------------------------------*/
div.sidebarcolumn {
	margin: 2rem 0 0;
}
div.sidebarcolumn p.sidebartitlePink {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 0.5rem;
	padding: 5px;
	font-size: 14px;
	color: #835C3B;
	font-weight: bold;
	text-align: center;
	background: #ffe6ea;
}
div.sidebarcolumn ul {
	list-style-type: disc;
}
div.sidebarcolumn li {
	margin: 0 0 0 2em;
}
div.sidebarcolumn p.linklist {
	margin:0.5rem 0 0;
	padding: 5px;
	border-top:#CCCCCC dotted 2px;
}
/*=========================================================================================== H+H-inPage */
#H\+H {
	display: table;
	width: auto;
	margin: 0.75rem 1rem 1.5rem;
}
#H\+H .cover {
	display: table-row;
}
#H\+H .cover .left {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	vertical-align: top;
}
#H\+H .cover .left .img {
	box-sizing: border-box;
	margin: 0;
	padding: 0.75rem 1rem 1.5rem;
}
#H\+H .cover .left .img img {
	width: 100%;
}
#H\+H .cover .right {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	vertical-align: top;
}
#H\+H .cover .right .title span:first-child {
	display: block;
	margin: 0 0 0.5em;
	color: #568639;
	font-size: 1rem;
	font-weight: normal;
}
#H\+H .cover .right .title span:last-child {
	display: block;
	color: #568639;
	font-size: 1.5rem;
	font-weight: bold;
}

/* 金貨記念硬貨買取ページ追加
------------------------------------------------------------*/

.square_btn01 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn01:hover {
    background: #67c5ff;
    color: white;
}
/* 選べる出品方法（初心者の方へ）レイアウト変更201810（コース３つ用）
------------------------------------------------------------*/
#haziplan02 {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}

#haziplan02:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.haziplanleft02 {
	width: 250px;
	float:left;
	margin: 0;
	padding: 0 10PX 0 0;
}
.haziplanright02 {
	width: 250px;
	float:right;
	margin: 0;
	padding: 0 10 0 0;
}

/* TOPページレイアウト変更201810（ボタン横並び）
------------------------------------------------------------*/
.box-btn {
	width: 540px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
.box-btn:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.box-btn .btn01 {
	width: 260px;
	float:left;
	margin: 0;
	padding: 0 10PX 0 0;
}
.box-btn .btn02 {
	width: 260px;
	float:right;
	margin: 0;
	padding: 0 ;
}

/* 見出しデザイン変更201810
------------------------------------------------------------*/

.cyh3 {
position: relative;
margin: 0 0 1.5em;
padding: 7px 0px 7px 15px;
background: #f3d392;
color: #fff;
font-size: 18px;
font-weight: bold;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
width: 97%;
margin-top: 30px;
}
.cyh3:after {
position: absolute;
bottom: -10px;
left: 9%;
z-index: 90;
margin-left: -15px;
border-top: 10px solid #f3d392;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 0;
content: "";
}