﻿@charset "UTF-8";

/*ユニバーサルセレクター*/
* {
	margin:						0;
	padding:					0;
	font-family: Verdana,'Hiragino Kaku Gothic ProN',Meiryo,"メイリオ",sans-serif;	
}


/*--------クリアフィックス--------*/
.clearFix:before,
.clearFix:after {
	content:					'.';
	display:					block;
	clear:						both;
	height:						0px;
	visibility:					hidden;
}


body {
	font-size:					14px;
	color:						#333333;
}

ul {
	list-style-type:			none;
}

img {
	border:						none;
}

table{
	border-spacing:				0;
}

strong {
	font-weight:				normal;
}

a:hover {
	color:#dddddd;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=50);
}

.red {
	color:#ff0000;
	font-size:12px;
}

.strong {
	font-weight:normal;
}

/*--レイアウト--*/

/*div#shadow {
	background-image:			url("../images/shadow.png");
	background-repeat:			repeat-y ;
	margin:						0 auto;
	width:						890px;
	padding:					0 15px;
}*/

div#containar {
	width:						1000px;
	margin:						0 auto;
}

div#pageWrap {
	width:						1000px;
}

header#pageHeader {

}

div#headerTextArea {
	background-color:#2270E1;
	padding:7px 10px;
	margin-bottom:25px;
	border-bottom:2px solid #074299;

}

div#headerTopWrap #headerTextArea h1 {
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
}

div#headerTop {
	position:					relative;
	width:						1000px;
	margin:						6px auto 0;
	height:100px;
}

div#wrap {
	margin:						0 0 80px 0;
}

article#mainContent {
	width: 760px;
	float:						right;
}

div#sideBar {
	width: 210px;
	float:						left;
}

footer#pageFooter {
	
}

/*--ヘッダー--*/

/*ヘッダーメニュー*/

header#pageHeader div#headerCopy p {
	font-size:					10px;
	font-weight:				normal;
	color:						#888888;
}

header#pageHeader div#headerBottom {
width:1000px;
background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	
margin: 0 auto 40px;
	-webkit-box-shadow:			0px 1px 2px #244766;
	-moz-box-shadow:			0px 1px 2px #244766;
	box-shadow:					0px 1px 2px #244766; 
}

header#pageHeader div#headerBottom nav#headerMenu{
	position:					relative;
	width:						1000px;
	margin:						0 auto;
}

header#pageHeader nav#headerMenu ul li {
	float:						left;
	height: 40px;
}

header#pageHeader nav#headerMenu ul li a{
	display:					block;
	line-height: 40px;
	text-align:					center;
	width: 142px;
	color:						white;
	border-right:				solid 1px #dddddd;
	text-decoration:			none;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
	font-weight:bold;
	font-size: 14px;
}

header#pageHeader nav#headerMenu ul li:last-of-type a {
	border:						none;
}

header#pageHeader nav#headerMenu ul li a:hover {
	color:						#F9F134;
}

header#pageHeader div#miniIcon {
	position:					absolute;
	right:						250px;
	top:						30px;
}

header#pageHeader div#miniIcon ul li {
	float:left;
	margin:0 1px 0 0;
}

header#pageHeader div#tel {
	z-index:					0;
}

header#pageHeader div#tel img {
	position:					absolute;
	right:						4px;
	top:						40px;
}

header#pageHeader div#sns {
	position:					absolute;
	right:						220px;
	top:						0;
	z-index:					1;
}
header#pageHeader div#sns img {
	margin:						0 5px 0 0;
}

header#pageHeader div#miniMenu {
	position:					absolute;
	right:						10px;
	top:						10px;
	z-index:					1;
}

header#pageHeader div#miniMenu ul li {
	float:						left;
	line-height:				12px;
	text-align:					center;
	background:					url("../images/list.gif") no-repeat;
	padding:					0 0 0 15px;
	margin:						0 0 0 10px;
}

header#pageHeader div#miniMenu ul li a {
	text-decoration:none;
	color:#666666;
	font-size: 12px;
}

header#pageHeader div#miniMenu ul li a:hover {
	text-decoration:underline;
	color:dddddd;
}

#miniIcon li a{
	padding:10px;
	color:#ffffff;
	text-decoration:none;
}


#miniIcon li a#ten{
	background-color:#C40000;
}

#miniIcon li a#taku{
	background-color:#327D32;
}


#miniIcon li a#sya{
	background-color:#2779B2;
}

#miniIcon li a#ten:hover{
	background-color:#dddddd;
	color:#333333;
}

#miniIcon li a#taku:hover{
	background-color:#dddddd;
	color:#333333;
}


#miniIcon li a#sya:hover{
	background-color:#dddddd;
	color:#333333;
}



				
#slideText{
	width:1000px;
	margin:0 auto 25px;
	border:solid 1px #dddddd;
}
#slider {
	width:890px;
	height:20px;
	padding:5px;
	line-height:30px;
	float:right;
}
#slideTextTitle {
	float:left;
	line-height:30px;
	width:80px;
	background-color:#bf0000;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}

#headerSlide {
	width:1000px;
	margin:0 auto 30px; 
}

/*メインイメージ*/
div#mainImage {
	width:1000px;
	/* margin:10px auto 10px; */
	margin-bottom: 50px;
}

/*メインコンテンツ*/
article#mainContent {

}

article#mainContent div.mainBox {
	margin: 0 0 35px 0;
}

article#mainContent div.mainBox:last-child {
	margin:						0;
}

article#mainContent div.mainBox h2 {
	background-color: #3690E2;
	margin:						0 0 20px 0;
	-webkit-box-shadow:			0px 1px 2px #244766;
	-moz-box-shadow:			0px 1px 2px #244766;
	box-shadow:					0px 1px 2px #244766;
	height:						30px;
	padding:					0 0 0 27px;
	background-image:			url("../images/list_mark.png");
	background-repeat:			no-repeat;
	background-position:		11px 11.5px;
	font-size:					18px;
	color:						white;
	line-height:				30px;
	font-weight: normal;
}

article#mainContent div.mainBox ul li {
	//margin:						0 0 0 0;
}

ul#toriatu li {
	float:						left;
	margin:						0 10px 10px 0;
}

ul#toriatu li:nth-of-type(4n) {
	margin:						0 0 10px 0;
}

/*宅配*/
table#takuhai {
	border-collapse:collapse;
}

table#takuhai td {
	width:460px;
}

table#takuhai tr td , table#takuhai tr th {
	border:solid 1px #cccccc;

}

table#takuhai tr td {
	padding:15px 5px;
	text-align:left;
}

table#takuhai tr th {
	background-color:#4169e1;
	color:#ffffff;
	padding:10px 30px;
}


/*会社概要*/
table#about {
	border-collapse:			collapse;
	width:						670px;
}

table#about tr td , table#about tr th {
	border:					1px gray solid;
	padding:				15px 10px;
}

table#about tr th {
	text-align:				center;
}

table#about tr th {
	width:150px;
}

/*サイドバー*/
div#sideBar div.sideBox {
	overflow:					auto;
	margin-bottom:30px;
}

div#sideBar div.sideBox h3 {
	font-size:					15px;
	margin:						0 auto 10px;
	padding:					3px 0 3px 10px;
	border-left:				10px solid #4169e1;
	border-bottom:				1px solid #4169e1;
	-webkit-box-shadow:			0px 1.5px 2px #244766;
	-moz-box-shadow:			0px 1.5px 2px #244766;
	box-shadow:					0px 1.5px 2px #244766;
}

div#sideBar div.sideBox a {
	text-decoration:			none;
	color:						#333333;
}

div#sideBar div.sideBox a:hover {
	color:						blue;
}

.sideBanner a {
	margin-bottom:3px;
	display:block;
}

/*フッター*/
div#footerWrap {
	background-color:			#4169e1;
	
}

div#footerWrap footer#pageFooter {
	margin:						0 auto;
	width:						910px;
	text-align:					center;
	padding:					20px 0;
	position:					relative;
}

div#footerWrap footer#pageFooter a {
	color:						#ffffff;
}

div#footerWrap footer#pageFooter ul li {
	margin:						0 0 7px 0;
}

#linkWrap {
	margin-bottom:30px;
}

div#footerWrap footer#pageFooter #linkWrap .linkBox {
	width:						300px;
	margin-right:				5px;
	text-align:					center;
	float:						left;
}

div#footerWrap footer#pageFooter #linkWrap .linkBox:last-of-type {
	margin:0;
}

small {
	width:910px;
	marign:0 auto;
	color:#ffffff;
}


/*コンタクトフォーム*/
table#contact {
	width:						600px;
}

table#contact th , table#contact td{
	padding:					10px 20px;
}

/*STEP*/

div.step  {
	margin-bottom:40px;
}

div.step img.stepImage {
	float:						left;
}


div.step div.stepLeft p {
	font-size:					16px;
}

div.step div.stepLeft {
	float:						right;
	width:						420px;
}


div.toriatuBox{
	margin:						0 0 20px 10px;
	
}

div.toriatuBox h3{
	background-image:			url("../images/point049_03.gif");
	background-repeat:			no-repeat;
	padding:					0 0 5px 20px;
	line-height:				18px;
	border-bottom:				1px solid gray;
	margin:						0 0 5px 0;
}

div.tyui{
	font-size:					11px;
}


table#mailmaga {
	width:						180px;
	margin:						0 0 10px 0;
}

table#mailmaga tr td {
	font-size:					12px;
	text-align:					center;
	padding:					2px 0;
}

.padding {
	padding:					2px 10px;
}


/*--------------------------------------------------
テーブル
--------------------------------------------------*/

.gds_td01 {
padding-top:8px;
padding-bottom:8px;
border-bottom-style:solid;
border-right-style:solid;
border-bottom-width:1px;
border-right-width:1px;
border-bottom-color:#dadada;
border-right-color:#dadada;
font-size:120%;
font-weight:bold;
color:#535353;
}

.gds_td01_2 {
padding-top:8px;
padding-bottom:8px;
border-right-style:solid;
border-right-width:1px;
border-right-color:#dadada;
font-size:120%;
font-weight:bold;
color:#535353;
}

.gds_td02 {
padding-top:8px;
padding-bottom:8px;
padding-left:14px;
border-bottom-style:solid;
border-right-style:solid;
border-bottom-width:1px;
border-right-width:1px;
border-bottom-color:#dadada;
border-right-color:#dadada;
font-size:100%;
color:#535353;
line-height:17px;
}

.gds_td02_2 {
padding-top:8px;
padding-bottom:8px;
padding-left:14px;
border-right-style:solid;
border-right-width:1px;
border-right-color:#dadada;
font-size:100%;
color:#535353;
line-height:17px;
}

.gds_td03 {
padding-top:8px;
padding-bottom:8px;
padding-left:14px;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#dadada;
font-size:100%;
color:#535353;
line-height:17px;
}

.gds_td03_2 {
padding-top:8px;
padding-bottom:8px;
padding-left:14px;
font-size:100%;
color:#535353;
line-height:17px;
}

.gds_td04 {
background-color:#EEEEEE}


/*-------------メルマガ登録---------------*/

div.mailBox {
	width:500px;
	border:solid 1px #dddddd;
	margin:30px auto;
	padding:10px;
}

div.mailBox table tr td {
	padding:5px 10px;
}

div.mailBox table tr td.tdEnd {
	text-align:center;
}

div.mailBox table tr td.tdEnd input {
	padding:3px 10px;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
	margin-bottom:15px;
}

div.wordpressBox {
	margin:0 0 10px 0;
	height:390px;
	overflow:scroll;
}

ul.wordpressUl li {
	margin:0 9px 5px 0;
	padding:5px 1px;
	width:237px;
	height:365px;
	float:left;
	border:dotted 1px #aaaaaa;
}

ul.wordpressUl li:nth-of-type(3n) {
	margin:0 0 5px 0;
}

ul.wordpressUl p:last-child {
	font-size:12px;
	line-height:16px;
}
 
.takuhaiBox {
	margin:20px 0 0 0;
}

.takuhaiBox h3 {
	padding:5px 0 5px 15px;
	border-left:solid 10px #666666;
	border-bottom:solid 1px #666666;
	border-radius:7px;
	margin:0 0 10px 0;
}

.takuhaiBox p {
	padding:0 10px 0 10px;
	line-height:21px;
}

.takuhaiBox ul li {
	font-size:17px;
	line-height:30px;
	padding: 0 0 0 30px;
}

.takuhaiBox ul li.no1 {
	background:0px 2px url("../images/no1.png") no-repeat;
}

.takuhaiBox ul li.no2 {
	background:0px 2px url("../images/no2.png") no-repeat;
}

.takuhaiBox ul li.no3 {
	background:0px 2px url("../images/no3.png") no-repeat;
}

.takuhaiBox ul li.no4 {
	background:0px 2px url("../images/no4.png") no-repeat;
}

.takuhaiBox ul li.no5 {
	background:0px 2px url("../images/no5.png") no-repeat;
}

#takuhaiForm {
	margin:20px 0 0 0;
}

/* ActionNow table*/
.table1 {
 	border:solid 1px #CCC;
 	margin:0 0 10px 0;
 	border-collapse: collapse;
}
.table1 tr.line2 {
	background-color:#EFEFEF;
}
.table1 th {
	border:solid 1px #CCC;
	padding:3px 5px;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
}
.table1 td {
	border:solid 1px #CCC;
	padding:3px 5px;
	vertical-align:top;
	text-align:left;
	color:#333;
}
.table1 td.red {
	color:#FF0000;
	font-weight:bold;
	font-size:15pt;
	vertical-align:middle;
	text-align:center;
	line-height:120%;
}
.table1 td.green {
	color:#009900;
	font-weight:bold;
}
.table1 td.cvs {
	text-align:left;
}


.singan p {
	margin:0 0 10px 0;
}

.singanSetu {
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	text-align:center;
}

div.takuhaiBoxtable.singanTable {
	border-collapse:collapse;
}

div.takuhaiBox table.singanTable tr th , div.takuhaiBox table.singanTable tr td  {
	border:solid 1px #dddddd;
	padding:3px 5px;
}

div.takuhaiBox table.singanTable tr th {
	background-color:#444444;
	color:#ffffff;
}

div.takuhaiBox table.singanTable tr td {
	width:25%;
}

.left {
	float:left;
}

.tenpoRight {
	float:right;
	margin:0 0 0 20px;
	width:430px;
}

.tenpoRight table th {
	font-weight:normal;
	text-align:right;
	padding:5px 0 5px 0 ;
	width:60px;
}

.tenpoRight table td {
	padding:5px 0 5px 5px;
}

p.small{
	font-size:11px;
	line-height:11px;
}

.takuhaiStep {
	padding:15px;
	border:solid 1px #dddddd;
	margin:0 0 10px 0;
}

.takuhaiStep div.takuhaiLeft {
	float:left;
}

.takuhaiStep img.stepImage {
	float:right;
}

.takuhaiStep div.takuhaiLeft h3 {
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:dotted 1px #bbbbbb;
}

.takuhaiStep div.takuhaiLeft p {
	width:440px;
	line-height:20px;
}

.wordTitle {
	font-weight:normal;
	font-size:14px;
}


/*主要買取ブランドボックス*/
.catWrap {
	margin-bottom:20px;
}


.catBox {
	width:370px;
	height:200px;
	position:relative;
	color:#333333;
}

.catBox:hover {
	color:#666666;
}

.catBox p {
	position:absolute;
	right:10px;
	bottom:10px;
	width:180px;
	height:140px;
	line-height: 17px;
	font-size: 11px;
}

.catBox p span {
	font-size: 14px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}


.brandBox {
	background:url(../images/main/370_kaitori_1.png) no-repeat;
	float:left;
}

.brandBox p span{
	color:#004B09;
}


.watchBox {
	background:url(../images/main/370_kaitori_2.png) no-repeat;
	float:right;
}

.watchBox p span{
	color:#072C86;
}

.goldBox {
	background:url(../images/main/370_kaitori_3.png) no-repeat;
	float:left;
}

.goldBox p span{
	color:#072C86;
}


.etcBox {
	background:url(../images/main/370_kaitori_4.png) no-repeat;
	float:right;
}

.etcBox p span{
	color:#072C86;
}


/*ブランド品高価買取中
========================================================*/


#jissekiBox {
	background:url(../images/760_jisseki.png) no-repeat;
	width:760px;
	height:280px;
	position:relative;
}


#jissekiBox p {
	position:absolute;
	right:10px;
	bottom:20px;
	width:440px;
	height:140px;
	line-height:25px;
}


/*買取リスト
========================================================*/

.kaitoriList {
	padding:10px 0 10px 8px ;
	background-color: #E8F4FF;
	border:solid 1px #3690E2;
}

.kaitoriList ul li {
	width:130px;
	padding:5px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.kaitoriList ul li img {
	border:solid 2px #3690E2;
	width: 130px;
}

.kaitoriList ul li .kaitoriName {
	font-size:11px;
	height:70px;
}

.kaitoriList ul li .kaitoriPrice {
	font-size: 14px;
	color:#bf0000;
	line-height: 18px;
	/* font-weight: bold; */
}


/*店頭買取
========================================================*/

.stepWrap {
margin: 40px 0 0 0;
}

.stepWrap h3 {
	font-size:					15px;
	margin:						0 auto 20px;
	padding:					5px 0 5px 10px;
	border-left:				10px solid #4169e1;
	border-bottom:				1px solid #4169e1;
	-webkit-box-shadow:			0px 1.5px 2px #244766;
	-moz-box-shadow:			0px 1.5px 2px #244766;
	box-shadow:					0px 1.5px 2px #244766;
}



/*よくある質問
========================================================*/

#acMenu dt{
    display:block;
    line-height:50px;
    cursor:pointer;
    padding-right:15px;
    font-size:17px;
    font-weight:bold;
    }

#acMenu dt:hover{
	color:#FF7400;
}

#acMenu dd{
    background:#FDF5E6;
    line-height:25px;
    display:none;
    padding:10px 10px 10px 20px;
    }
#acMenu dt.active{

    }


article#mainContent div.mainBox .qBar {
	background-color: #FF7400;
	margin:						0 0 20px 0;
	-webkit-box-shadow:			0px 1px 2px #244766;
	-moz-box-shadow:			0px 1px 2px #244766;
	box-shadow:					0px 1px 2px #244766;
	height:						30px;
	padding:					0 0 0 15px;
	font-size:					18px;
	color:						#ffffff;
	line-height:				30px;
}

.qTitle {
	color:#FF7400;
}

#qJump a {
	float:left;
	margin-right:11px;
	margin-bottom:11px;
}

#qJump a:nth-of-type(3n) {
	margin-right:0;
}



/*アクロス平野店
========================================================*/

#shopAnnai {
	width:1000px;
	margin:0 auto 40px;
}

#shopAnnai h2 {
	background-color: #3690E2;
	margin:						0 0 20px 0;
	-webkit-box-shadow:			0px 1px 2px #244766;
	-moz-box-shadow:			0px 1px 2px #244766;
	box-shadow:					0px 1px 2px #244766;
	height:						30px;
	padding:					0 0 0 27px;
	background-image:			url("../images/list_mark.png");
	background-repeat:			no-repeat;
	background-position:		11px 11.5px;
	font-size:					18px;
	color:						white;
	line-height:				30px;
	font-weight: normal;
}

#shopAnnai table {
	border-collapse:collapse;
	float:right;
	width:500px;
}

#shopAnnai table th , #shopAnnai table td {
	border:solid 1px #dddddd;
	padding:10px;
	font-weight:normal;
	font-size:12px;
}

#shopAnnai table th {
	background-color:#E8F4FF;
}

#tenpoPict {
	float:left;
	width:500px;
}


#tenpoPict img {
	padding:5px;
	border:solid 1px #dddddd;
}

#access1 {
	float:left;
	border:solid 1px #dddddd;
}

#access2 {
	float:right;
	border:solid 1px #dddddd;
}
#gorenraku {
	background:url(../images/main/main_form.png) no-repeat;
	width:760px;
	height:200px;
	position:relative;
}

#gorenraku a {
	position:absolute;
	right:10px;
	bottom:5px;
	display:block;
}



/*買い取り実績シングルページ
========================================================*/

#singleKaitoriBox {
	border:solid 1px #dddddd;
	width:760px;
	margin-bottom:30px;
}

#singleKaitoriBox h2 {
background-color: #3690E2;
margin: 0 0 20px 0;
height: 30px;
font-size: 14px;
color: white;
font-weight: normal;
padding-left:10px;
	position:relative;
}

#kaitoriSingleTitle {
	line-height: 30px;
}

#singleKaitoriBoxInner {
	padding:20px 20px 30px;
}

#singleKaitoriBoxBottom {
	padding:20px;
}

#singleKaitoriBoxLeft {
	float:right;
	width:390px;
}

#singleKaitoriBoxRight {
	float:left;
	width:312px;
}

#singleKaitoriBoxRight img {
	border:solid 1px #dddddd;
	padding:1px;
}

#singleKaitoriBoxLeft dl {
	margin-bottom:10px;
	width:230px;
}


#singleKaitoriBoxLeft dt {
	float:left;
	width:90px;
	padding-bottom:7px;
	padding-left:24px;
	background-image: url("http://brandacross.jp/images/point049_03.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;

}

#singleKaitoriBoxLeft dd {
	border-bottom:dotted 1px #dddddd;
	padding-bottom:7px;
	margin-bottom:7px;
}


#singleKaitoriBox h2 span.kaitoriCat {
	background-color:#bf0000;
	color:#ffffff;
	padding:0 7px;
	font-size:11px;
	top:5px ;
	height:20px;
	line-height:23px;
	margin-right: 10px;
	display:inline-block;
}

#singleKaitoriBox h2 span#kaitoriSingleDate {
	color:#ffffff;
	padding:0 7px;
	font-size:11px;
	position:absolute;
	right:10px ;
	top:5px ;
	height:21px;
	line-height:21px;
}

#singleKaitoriBoxLeft table {
	border-collapse:collapse;
	width:100%
}

#singleKaitoriBoxLeft th {
	width:30%;
	background:#F0F8FF;
}

#singleKaitoriBoxLeft td , #singleKaitoriBoxLeft th {
	border:solid 1px #dddddd;
	padding:5px 10px;
	font-size:12px;
}



/*カテゴリ色ワケ*/


#singleKaitoriBox h2 span.kaitoriCatsake-blog {
	background-color:#DA8034;
}

#singleKaitoriBox h2 span.kaitoriCatapparel-blog {
	background-color:#84669C;
}

#singleKaitoriBox h2 span.kaitoriCatdiamond-jewel-blog {
	background-color:#BABBBD;
}

#singleKaitoriBox h2 span.kaitoriCatbrand-blog {
	background-color:#902E15;
}

#singleKaitoriBox h2 span.kaitoriCatwatch-blog {
	background-color:#CE0A0C;
}

/*カテゴリ色ワケ*/

#kaitoriCategory li{
	float:left;
	width:225px;
	margin-right:10px;
}

#kaitoriCategory li a{
	color:#333333;
}



.breadcrumbs {
	padding:20px;
}

.redPrice {
	color:#ff0000;
}

#singleKaitoriContact {
	padding:20px 0;
}

#singleKaitoriContact a {
border: 1px solid #15aeec;
padding:5px 20px;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration:none;
}

#singleKaitoriContact a:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

#singleKaitoriContact a:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}


#singleKaitoriBoxBottom h3{
	font-size:14px;
	padding-left:10px;
	border-left:10px solid #3690E2;
	margin-bottom:10px;
}

#singleKaitoriBoxBottom p{
	margin-bottom:30px;
	line-height:25px
}


