﻿
/* ----- HTML再定義 ------------------------------------ */

* {
	scrollbar-base-color       : #009944;
	scrollbar-arrow-color      : #009944;
	scrollbar-shadow-color     : #009944;
	scrollbar-darkshadow-color : #009944;
	scrollbar-track-color      : #fff799;
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	color:#000000;
}

html {
	overflow-y: scroll;
}


body  {background:#fff799 url("./images/") fixed no-repeat center top;}


h1 {	color:white;
	font-size:40px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:19px;
}

a {
	text-decoration: none;
}

a:hover {
	color:red;
}

em {
	font-weight: bold;
}

.paw  {
	color:red;
}

hr {
	border-radius: 1em;
	margin:10px 0px 10px;
	float: none;
	clear: both;

}

hr.line1 {
	border: 3px solid #009944;
	border-image: url("./images/");
}

hr.line2,input,textarea {
	border: 1px solid #fff799;
}

fieldset {
	border: none;
}

.button {
	border-style: none;
	padding:5px;
	background:#009944;
	color:white;
	border-radius: 1em;
}
.button:hover {
	background:red;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	margin:auto;
}

div#header {overflow: hidden;
	margin:10px 10px 0px;
	padding:10px;
	border:solid 0px #b0c994;
	border-radius: 1em;
	background: #009944;
}

div#info {
	margin:10px 10px 0px;
	padding:10px;
	border:solid 5px #009944;
	border-radius: 1em;
	background:white url("") no-repeat;
	-moz-background-size:contain;
	 background-size:contain; 
}

div#contents {
	clear:left;
	margin:10px;
	background:url("./images/taro04.png") no-repeat;
}

div .page {
	margin-left:5px;
	margin-top:10px;
}

div#purchase {
	background:white url("./") no-repeat right 10px bottom 10px ;
}

div#list,div#results,div#data,div#explain,div#purchase,div#estimate,div#contact,div#profileleft,div#profileright,div#privacy,div#photo  {
	margin:5px 10px 5px;
	border:solid 5px #009944;
	border-radius: 1em;
	padding:10px;
	background-color:#FFFFFF;
}

div#profileleft {
	margin-right:10px;
}

div#footer {
	background: #009944;
	margin:5px 10px 5px;
	padding:10px;
	border-radius: 1em;
}


/* ----- ヘッダー -------------------------------------- */

div#header .left,div#header .center,div#header .right {
	float:left;
}

div#header .left {
	width:225px;
}

div#header .center {
	background:#009944 url("./images/taro01.png") no-repeat;
	-moz-background-size:contain;
	 background-size:contain; 
	width:95px;
	height:85px;
}

div#header .right {
	font-weight:bold;
	font-size:20px;
	color:white;
}

div#header .sub {
	font-size:10px;
	color:white;
}

div#header .sub2 {
	font-size:13px;
	font-weight:bold;
	color:white;
}

div#header .sub2 a {
	font-size:13px;
	font-weight:bold;
	color:white;
}

div#header .sub3 {
	color:#fff799;
	font-size:21px;
}

/* ----- インフォ -------------------------------------- */

div#info div.block {
	overflow: hidden;
}


div#info dl dt dd {
	display:block;
}


/* ----- コンテンツ -------------------------------------- */

div#contents div.icon,div#contents div.icon a,div#contents div.icon a:hover {
	width:160px;
	height:50px;
	margin-top:5px;
	border-radius: 1em;
}

div#contents div.icon {
	background: #009944;
}

div#contents div.icon a {
	block;display:table-cell;
	vertical-align:middle;
	padding-left:3px;
	font-weight:bold;
	color:white;
}

div#contents div.icon a:hover {
	display:table-cell;
	vertical-align:middle;
	padding-left:3px;
	color:white;
	background:red;
}

div#contents span.icon {
	color:white;
}

div#contents div.stay {
	margin-top:5px;
	padding:6px 3px 0px;
	font-weight:bold;
	color:#fff799;
	width:155px;
	height:50px;
	border-radius: 1em;
	background: #009944;
}

div#contents span.stay {
	color:#fff799;
}

div#contents div.phone {
	display:none;
}

/* ----- 買取までの流れ -------------------------------------- */

div#explain dl {
	margin-left:6px;
	margin-top:5px;
	border-radius: 1em;
	border: 5px #fff799 solid;
	background-color:#fff799;
}

div#explain dt,div#explain dd {
	text-align:center;
	padding:5px;
}

div#explain dt,div#explain dd:nth-child(4) {
	font-weight:bold;
	background-color:white;
	border-radius: 1em;
}

div#explain dd:nth-child(2) {
	overflow: hidden;
	float:left;
	width:30%;
	margin-top:-15px;
	height:80px;
	font-size:60px;
	color:#00a1e9;
}

div#explain dd:nth-child(3) {
	text-align:left;
	height:60px;
}

div#explain .arrow {
	display:none;
}

div#explain .phone {
	font-size:30px;
	text-align:center;
	color:red;
}

/* ----- 高く売るためのコツ -------------------------------------- */

div#purchase dl {
	margin-top:5px;
	border-radius: 1em;
	border: 5px #fff799 solid;
	background-color:white;
}

div#purchase dt {
	font-weight:bold;
	font-size:20px;
	padding:5px;
}

div#purchase dd {
	padding:5px;
}

/* ----- 買取情報 -------------------------------------- */

div#list .left {
}

div#list .right {
	clear:left;
	overflow: hidden;
}

div#list hr.line2 {
}

div#list img {
	width:138px;
	padding:0px;
	border:solid 1px #444444;
}

div#list dl {
	float: left;
	margin-right:15px;
}

div#list dd {
	vertical-align:top;
	width:130px;
	height:120px;
	padding:5px;
}

div#list div.icon,div#list div.icon a,div#list div.icon a:hover {
	display: table-cell;
	vertical-align: middle;
	font-size:25px;
	width:250px;
	height:70px;
	border-radius: 1em;
}
div#list div.icon {
	float:left;
	background: #009944;
	margin-bottom:10px;
}
div#list div.icon a {
	font-weight:bold;
	color:white;
	background:green;
}

div#list div.icon a:hover {
	color:white;
	background:red;
}

div#list p {
	float: none;
	clear: both;
}

div#list .right h2 {
	border-top: 3px solid #fff799;
	padding-top:10px;
	font-size:35px;
}

/* ----- 買い取り実績 ---------------------------------- */

div#results {
	display:none;
}

div#results ul {
	display:table;
	margin-left:20px;
	padding:5px 0px 5px;
	width:100%;
}

div#results li {
	float:left;
	font-size:12px;
	width:50%;
}

div#results h4 {
	padding:5px;
	background:#fff799;
	font-size:13px;
	font-weight:bold;
}

/* ----- 一般買取 -------------------------------------- */

div#data dl {
	overflow: hidden;
	border-bottom: 1px solid red;
	padding:5px;
}

div#data div.CD    dl:nth-child(2n+1) { background: #fff9f4; }
div#data div.DVD   dl:nth-child(2n+1) { background: #fff4f9; }
div#data div.BD    dl:nth-child(2n+1) { background: #f4f4ff; }
div#data div.BOOK  dl:nth-child(2n+1) { background: #eaf8dc; }

div#data dt:nth-child(1) {
	font-weight:bold;
}

div#data dd:nth-child(2) {
	margin:5px 0px 5px;
}

div#data dd:nth-child(3) {
	float: left;
}

div#data dd:nth-child(4) {
	text-align:right;
	font-weight:bold;
}

/* ----- 見積り -------------------------------------- */

div#estimate .left {
	text-align: center;
	font-size:30px;
	font-weight:bold;
}

div#estimate .left span {
	font-size:100px;
	color:#00a1e9;
}

div#estimate .left br {
	display: none;
}

div#estimate .center {
}

div#estimate .right {
	margin-top:10px;
clear:left;
}

div#estimate ul{
	margin:10px 0px 10px 30px;
}

div#estimate li{
}

div#estimate .right ul{
	list-style-type: none;
	margin:0;
}

div#estimate .right li{
	padding:5px;
}

div#estimate dl{
	margin-top:10px;
}

div#estimate dt{
	font-weight:bold;
}

div#estimate dd{
	margin-bottom:5px;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

div#estimate textarea {
	width: 300px;
	height:110px;
}

/* ----- リアル太郎 ------------------------------------- */

div#photo {
	overflow: hidden;
}


div#photo div  {
	vertical-align:top;
	float: left;
}

div#photo div.greeting {
	width:100%;
	height:100%;

}

div#photo div.greeting img {
	width:100%;
	height:100%;
}

div#photo div.taro {
}

div#photo div.taro img {
	width:100%;
	height:auto;
margin-bottom:10px;
}

/* ----- 会社概要 -------------------------------------- */

div#profileleft dl,div#profileright dl {
	margin-left:10px;
}

div#profileleft dt,div#profileright dt {
	font-weight:bold;
	font-size:20px;
}

div#profileleft dd,div#profileright dd {
	margin-top:10px;
}

/* ----- プライバシー・ポリシー ---------------------------- */

div#privacy dl {
}

div#privacy dt {
	font-weight:bold;
	font-size:20px;
}

div#privacy dd {
	margin-top:10px;
}

div#privacy ul {
	margin-top:10px;
	margin-left:20px;
}

div#privacy li {
}

/* ----- 問合せ -------------------------------------- */

div#contact .divide {
	padding-right:5px;
}

div#contact dl {
}

div#contact dt {
	font-weight:bold;
}

div#contact dd {
	margin-bottom:5px;
}

div#contact ul {
	margin:10px 30px 10px;
}

div#contact li {
}

div#contact textarea {
	width:300px;
	height:130px;
}

.error {
	color:red;
	font-weight:bold;
	font-size:20px;
}

/* ----- フッター -------------------------------------- */

div#footer .map {
}

div#footer p {
	text-align:center;
	color:white;
}

div#footer dl {
	margin:10px 10px 20px;
}

div#footer dt {
	color:#fff799;
	font-weight:bold;
	font-size:20px;
}

div#footer dd {
	color:white;
}

div#footer a {
	text-decoration: none;
	color:white;
}

div#footer a:hover {
	color:red;
}

div#footer span.line {
	color:#fff799;
}