@charset "UTF-8";

/* Global Elements
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
	margin: 0 0 0.5em 0;
}
h1 {
	font-size: 20px;
	font-size: 2.0rem;
}
h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
}
h4 {
	font-size: 15px;
	font-size: 1.5rem;
}
h5 {
	font-size: 15px;
	font-size: 1.5rem;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7em;
	margin: 0 0 2em 0;
}
a {
 text-decoration:none;
}
a:link,
a:visited {
	color:#333;
}
a:hover {
	color:#1A69B6;
	text-decoration:underline;
}
ul {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
ul li {
	font-size: 15px;
	font-size: 1.5rem;
}
dl {
	font-size: 15px;
	font-size: 1.5rem;
}
ol {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0 0 0 20px;
}
img {
	max-width:100%;
	height: auto;
	vertical-align: bottom;
}
object, embed, video {
	max-width: 100%;
	height: auto;
}

/* Structure
-------------------------------------------------------------- */
#wrapper {
	background-color: #FFF;
	padding: 10px;
}
.container {
	width:100%;
}
.shadow {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#map_canvas {
	height: 300px;
}

/* Header
-------------------------------------------------------------- */
#site_title {
	float:left;
	width: 200px;
	margin: 0 0 15px 0;
	line-height:1em;
}
p.tagline {
	font-size: 12px;
	font-size: 1.2rem;
	line-height:1.2em;
	margin: 0 0 18px 0;
}

/* Nav
-------------------------------------------------------------- */
nav ul {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
nav li {
	float:left;
	display: inline;
}

/* image
-------------------------------------------------------------- */
#image img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

/* page_title
-------------------------------------------------------------- */
#page_title h1 {
	line-height: 1em;
	text-shadow: 1px 1px 2px #BBB;
	background: url(../img/common/h1.png) left bottom no-repeat;
	padding: 10px 10px 15px 10px;
	margin: 0;
}

/* Content
-------------------------------------------------------------- */
#content h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4em;
	text-shadow: 1px 1px 2px #BBB;
	background: url(../img/common/h2.png) left top no-repeat;
	padding: 0 0 3px 30px;
	margin-bottom: 0.5em;
	border-bottom: 3px double #208F30;
	clear: both;
}
#content h3 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4em;
	background: url(../img/common/h3.png) left top no-repeat;
	padding: 0 0 0 24px;
	margin-bottom: 0.5em;
	clear: both;
}
#content h4 {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
	clear:both;
}
#content h5 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-bottom: 2em;
	clear:both;
}
#content p {
	clear:both;
}
#content p a:link,
#content p a:visited {
	color:#CC0000;
}
#content p a:hover {
	color:#1A69B6;
}
#content .p_right {
	text-align: right;
}
#content .p_center {
	text-align: center;
}
#content .p_left {
	text-align: left;
}
#content .p_small {
	font-size: 12px;
	font-size: 1.2rem;
}
#content .p_large {
	font-size: 18px;
	font-size: 1.8rem;
}
#content .p_red {
	color:#C4353B;
}
.margin0 {
	margin-bottom: 0 !important;
}
.margin5 {
	margin-bottom: 5px;
}
.margin10 {
	margin-bottom: 10px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}
.clear {
	clear:both;
}
#content .flow {
	width: 100%;
	margin: 0 0 20px 0;
}
#content .flow img {
	border: 1px solid #BBB;
}
#content .kaitori_l {
	width: 100%
}
#content .kaitori_r {
	width: 210px;
	margin: 0 auto;
}

/* ul
-------------------------------------------------------------- */
#content ul {
	border-top: 1px dashed #DDD;
	padding: 0.5em 0 0 0;
	margin-bottom: 2em;
}
#content ul li {
	line-height: 1.4em;
	background-image: url(../img/common/li.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #DDD;
}

/* ol
-------------------------------------------------------------- */
#content ol {
	padding: 0 0 0 25px;
	margin-bottom: 2em;
}
#content ol li {
	line-height: 1.4em;
	padding: 0 0 0.8em 0;
}

/* dl
-------------------------------------------------------------- */
#content dl {
	width: 100%;
	margin: 0 0 30px 0;
	background: url(../img/common/bg_tbl.png) repeat;
	border: 1px solid #BBB;
	border-top: none;
}
#content dt {
	padding: 0.3em 0 0.3em 0.5em;
	border-top: 1px solid #BBB;
	float: none;
}
#content dd {
	background-color: #FFF;
	margin: 0;
	padding: 0.3em 0.5em;
	border-top: 1px solid #BBB;
}
#content dt.plastic {
	border-top: none;
}

/* table
-------------------------------------------------------------- */
#content table {
	border: 1px solid #BBB;
	margin-bottom: 20px;
}
#content th,td {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0.1em;
	border: 1px solid #BBB;
	line-height: 1.5em;
}
#content th {
	font-weight: normal;
	background-image: url(../img/common/bg_tbl.png);
	background-repeat: repeat;
}
#content td {
	text-align: center;
}

/* Sidebar
-------------------------------------------------------------- */
#sidebar h2 {
	font-size: 15px;
	font-size: 1.5rem;
}
#sidebar p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}
.side_widget_img {
	width: 219px;
	margin: 0 auto;
}
.side_widget_img img {
	border: 1px solid #BBB;
	margin-bottom: 10px;
}
.side_widget {
	border:1px solid #BBB;
	background-color: #F2F9FE;
	padding: 10px;
	margin-bottom: 10px;
}

/* Page Top
-------------------------------------------------------------- */
#page_top {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}
#page_top a {
	line-height: 1em;
	background: url(../img/common/page_top.png) no-repeat left top;
	padding:0 0 0 14px;
}

/* Footer
-------------------------------------------------------------- */
.f_inner {
	padding: 10px 0;
	border-top: 3px solid #1759A9;
}
small {
	font-size: 12px;
	font-size: 1.2rem;
	color: #6C6C6C;
	clear: both;
	display: block;
}

/* Footer Navi
-------------------------------------------------------------- */
#footer_navi ul {
	line-height: 1em;
}
#footer_navi li {
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/common/navi.png) no-repeat left top;	
	padding:0 0 0 13px;
	margin: 0 20px 10px 0;
}
#footer_navi li.on a:link,
#footer_navi li.on a:visited {
	color: #666;
}
#footer_navi li a:hover {
	color:#1759A9;
}

/* Images
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin: 0 0 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 20px 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	background-color: #F8F8F8;
	border: 1px solid #BBB;
	padding: 0;
	clear: both;
}
.over a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.border {
	border: 1px solid #BBB;
}
.round {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

/* Form
-------------------------------------------------------------- */
.form {
	width:100%;
	margin-bottom: 50px;
}
.form input[type="text"] {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #BBB;
    width:98%;
	padding:3px 3px 2px 3px;
}
.form input[type="text"].post {
    width:auto;
}
.form textarea {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #BBB;
	width:98%;
}
.f_buttons {
	text-align: center;
}
button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	border:1px solid #BBB;
	display:inline-block;
	font-size:12px;
	margin:0;
	padding:2px 3px;
	white-space:nowrap;
}
button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	background-color:#CFD9CC;
}
#content .form h4 {
	margin-bottom: 0.5em;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
.col {
	width: 100%;
	clear: both;
	margin: 0;
}
.span_1, .span_2, .span_3,
.span_4, .span_5, .span_6,
.span_7, .span_8, .span_9,
.span_10, .span_11, .span_12 {
	width: 100%;
}
.nonpc {
display:block;
}
.pc {
display:none;
}

/* Global Navi(Tinynav) */
#navi {
	display: none;
}
.tinynav {
	display:block;
	width:100%;
	}
.tinynav {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:none;
	background: #fff url(../img/common/bg-select.png) no-repeat right;
	border:1px solid #BBB;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	overflow:hidden;
	padding:0.7em;
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
}
}

@media only screen and (min-width: 481px) {
body {
	background-color: #FFF;
	background-image: url(../img/common/bg.png);
	background-repeat: repeat-x;
}

/* Structure
-------------------------------------------------------------- */
#wrapper {
	width: 980px;
	padding: 10px 9px;
	margin: 0 auto;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
}
.container {
	width: 940px;
}
.block {
	padding:10px 50px;
}
.left {
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.right {
	float: right;
	margin-left: 0;
}
.nonpc{
display: none;
}
.pc{
display:block;
}
#map_canvas {
	height: 500px;
}

/* Header
-------------------------------------------------------------- */
.h_inner {
	height: 70px;
	background-image: url(../img/common/bg_header.png);
	background-repeat: no-repeat;
}
p.tagline {
	font-size: 11px;
	font-size: 1.1rem;
	line-height:1em;
}
#site_title {
	margin: 0;
}
#site_title img {
	float:left;
}

/* Global Navi
-------------------------------------------------------------- */
#global_navi {
	height:40px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#global_navi ul li {
	float: left;
	display: inline;
}
#global_navi ul li a {
	background-image: url(../img/common/global_navi.png);
	background-repeat: no-repeat;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#gnavi01 {
	width:40px;
}
#gnavi02, #gnavi03, #gnavi04, #gnavi05, #gnavi06 {
	width:180px;
}

#gnavi01 a { background-position: 0px 0px; }
#gnavi02 a { background-position: -40px 0px; }
#gnavi03 a { background-position: -220px 0px; }
#gnavi04 a { background-position: -400px 0px; }
#gnavi05 a { background-position: -580px 0px; }
#gnavi06 a { background-position: -760px 0px; }

#gnavi01 a:hover { background-position: 0px -40px; }
#gnavi02 a:hover { background-position: -40px -40px; }
#gnavi03 a:hover { background-position: -220px -40px; }
#gnavi04 a:hover { background-position: -400px -40px; }
#gnavi05 a:hover { background-position: -580px -40px; }
#gnavi06 a:hover { background-position: -760px -40px; }

.home #gnavi01 a { background-position: 0px -80px; }
.recycle #gnavi02 a { background-position: -40px -80px; }
.processing #gnavi03 a { background-position: -220px -80px; }
.buy #gnavi04 a { background-position: -400px -80px; }
.company #gnavi05 a { background-position: -580px -80px; }
.contact #gnavi06 a { background-position: -760px -80px; }

/* page_title
-------------------------------------------------------------- */
#page_title {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#page_title img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.ie6 #page_title img,
.ie7 #page_title img,
.ie8 #page_title img {
	width:938px;
	border: 1px solid #BBB;
}

/* Content
-------------------------------------------------------------- */
#content p {
	font-size: 14px;
	font-size: 1.4rem;
	clear: none;
}
#content ul li {
	font-size: 14px;
	font-size: 1.4rem;
}
#content ol {
	font-size: 14px;
	font-size: 1.4rem;
}
#content .flow {
	width: 260px;
	float: left;
	margin: 0 20px 30px 0;
}
#content .kaitori_l {
	width: 610px;
}
#content .kaitori_r {
	width: 210px;
}
#content .kaitori_r img {
	margin: 0 0 10px 0;
}
#content .column50 {
	width: 410px;
}

/* dl
-------------------------------------------------------------- */
#content dl {
	font-size: 13px;
	font-size: 1.3rem;
}
.ie7 #content dt {
	clear: left;
}
/* buy */
.buy #content dt {
	width: 12em;
	float: left;
	border-top: 1px solid #BBB;
}
.buy #content dd {
	margin: 0 0 0 12em;
	border-left: 1px solid #BBB;
}
/* company */
.company #content dt {
	width: 10em;
	float: left;
	border-top: 1px solid #BBB;
}
.company #content dd {
	margin: 0 0 0 10em;
	border-left: 1px solid #BBB;
}
/* contact */
.contact #content dt {
	width: 15em;
	float: left;
	border-top: 1px solid #BBB;
}
.contact #content dd {
	margin: 0 0 0 15em;
	border-left: 1px solid #BBB;
}

/* table
-------------------------------------------------------------- */
#content table {
	width: 99%;
	margin-bottom: 30px;
}
#content th,td {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.3em 0.5em;
}
#content th {
    text-align: left;
}
.ie6 #content td,
.ie7 #content td,
.ie8 #content td {
	width: 120px;
}

/* Images
-------------------------------------------------------------- */
.alignleft {
	margin: 0 20px 20px 0;
}
.alignright {
	margin: 0 0 20px 20px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	padding:4px;
	clear: none;
}
}

/* =Print
----------------------------------------------- */
@media print {
body {
	background-color: #FFF;
	background-image: url(../img/common/bg.png);
	background-repeat: repeat-x;
}

/* Structure
-------------------------------------------------------------- */
#wrapper {
	width: 980px;
	padding: 10px 9px;
	margin: 0 auto;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
}
.container {
	width: 940px;
}
.block {
	padding:10px 50px;
}
.left {
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.right {
	float: right;
	margin-left: 0;
}
.nonpc{
display: none;
}
.pc{
display:block;
}
#map_canvas {
	height: 500px;
}

/* Header
-------------------------------------------------------------- */
.h_inner {
	height: 70px;
	background-image: url(../img/common/bg_header.png);
	background-repeat: no-repeat;
}
p.tagline {
	line-height:1em;
}
#site_title {
	margin: 0;
}
#site_title img {
	float:left;
}

/* Global Navi
-------------------------------------------------------------- */
#global_navi {
	height:40px;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#global_navi ul li {
	float: left;
	display: inline;
}
#global_navi ul li a {
	background-image: url(../img/common/global_navi.png);
	background-repeat: no-repeat;
	height: 40px;
	display: block;
	text-indent: -9999px;
}
#gnavi01 {
	width:40px;
}
#gnavi02, #gnavi03, #gnavi04, #gnavi05, #gnavi06 {
	width:180px;
}

#gnavi01 a { background-position: 0px 0px; }
#gnavi02 a { background-position: -40px 0px; }
#gnavi03 a { background-position: -220px 0px; }
#gnavi04 a { background-position: -400px 0px; }
#gnavi05 a { background-position: -580px 0px; }
#gnavi06 a { background-position: -760px 0px; }

#gnavi01 a:hover { background-position: 0px -40px; }
#gnavi02 a:hover { background-position: -40px -40px; }
#gnavi03 a:hover { background-position: -220px -40px; }
#gnavi04 a:hover { background-position: -400px -40px; }
#gnavi05 a:hover { background-position: -580px -40px; }
#gnavi06 a:hover { background-position: -760px -40px; }

.home #gnavi01 a { background-position: 0px -80px; }
.recycle #gnavi02 a { background-position: -40px -80px; }
.processing #gnavi03 a { background-position: -220px -80px; }
.buy #gnavi04 a { background-position: -400px -80px; }
.company #gnavi05 a { background-position: -580px -80px; }
.contact #gnavi06 a { background-position: -760px -80px; }

/* page_title
-------------------------------------------------------------- */
#page_title {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px;
}
#page_title img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.ie6 #page_title img,
.ie7 #page_title img,
.ie8 #page_title img {
	width:938px;
	border: 1px solid #BBB;
}

/* Content
-------------------------------------------------------------- */
#content p {
	font-size: 14px;
	font-size: 1.4rem;
	clear: none;
}
#content ul li {
	font-size: 14px;
	font-size: 1.4rem;
}
#content ol {
	font-size: 14px;
	font-size: 1.4rem;
}
#content .flow {
	width: 260px;
	float: left;
	margin: 0 20px 30px 0;
}
#content .kaitori_l {
	width: 610px;
}
#content .kaitori_r {
	width: 210px;
}
#content .kaitori_r img {
	margin: 0 0 10px 0;
}
#content .column50 {
	width: 410px;
}

/* dl
-------------------------------------------------------------- */
#content dl {
	font-size: 13px;
	font-size: 1.3rem;
}
/* buy */
.buy #content dt {
	width: 14em;
	float: left;
	border-top: 1px solid #BBB;
}
.buy #content dd {
	margin: 0 0 0 14em;
	border-left: 1px solid #BBB;
}
/* company */
.company #content dl {
	width: 80%;
}
.company #content dt {
	width: 6em;
	float: left;
	border-top: 1px solid #BBB;
}
.company #content dd {
	margin: 0 0 0 6em;
	border-left: 1px solid #BBB;
}
/* contact */
.contact #content dt {
	width: 15em;
	float: left;
	border-top: 1px solid #BBB;
}
.contact #content dd {
	margin: 0 0 0 15em;
	border-left: 1px solid #BBB;
}

/* table
-------------------------------------------------------------- */
#content table {
	width: 99%;
	margin-bottom: 30px;
}
#content th,td {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.3em 0.5em;
}
#content th {
    text-align: left;
}
.ie6 #content td,
.ie7 #content td,
.ie8 #content td {
	width: 120px;
}

/* Images
-------------------------------------------------------------- */
.alignleft {
	margin: 0 20px 20px 0;
}
.alignright {
	margin: 0 0 20px 20px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	padding:4px;
	clear: none;
}
}
