@charset "UTF-8";

/*
	Theme Name: CHUOKANKYOKAIHATSU.CO.JP
	Description: CHUOKANKYOKAIHATSU.CO.JP専用テーマ
	Theme URI: http://www.chuokankyokaihatsu.co.jp/
	Author: NEEZER
	Author URI: http://www.chuokankyokaihatsu.co.jp/
	Version: 1.0.1
	License: 
	License URI: http://www.chuokankyokaihatsu.co.jp/
	Tags: 
*/

@import url("normalize.css");

/* -------------------------------------------- */
/* 共通
/* -------------------------------------------- */

	html {
		margin: 0;
		padding: 0;
	}

	body, select, input, textarea {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	}

	body {
		padding: 0;
		font-size: 14px;
		color: #000;
		background-color: #a9e84f;
	}

	/* リンク */
	a:link    { color: #633; text-decoration: underline; }
	a:visited { color: #633; text-decoration: underline; }
	a:hover   { color: #c33; text-decoration: none; }

	/* 画像リンクのホバー */
	a:hover img.hov,
	a:hover img.attachment-post-thumbnail {
		opacity: 0.8;
		-ms-filter: alpha(opacity=80);
		    filter: alpha(opacity=80);
	}

	* {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		        box-sizing: border-box;
	}

	a,img,h1,h2,h3,small {
		-webkit-user-select: none;
		 -khtml-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
	}

	.pc-hide {
		display: none;
	}

	.align_right { text-align: right; }

	img.alignright { display: block; margin: 0 0 0 auto; }/* 配置位置 右 */
	img.alignleft { display: block; margin: 0 auto 0 0; }/* 配置位置 左 */
	img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

	.metaslider-59 { margin-bottom: 10px; }


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

	header {
		background-image: url('images/header-bg.png');
		background-position: top;
		min-width: 1000px;
	}

	header #header {
		width: 1000px;
		height: 100px;
		margin: 0 auto;
		position: relative;
	}

	header #header h1 {
		margin: 0;
	}

	header #header h1 img {
		position: absolute;
		top: 0px;
		left: 0px;
	}

	header #header address {
		font-style: normal;
	}

	header #header address h1 {
		font-size: 11px;
		color: #fff;
		position: absolute;
		top: 7px;
		right: 10px;
	}

	header #header address #h-address {
		text-align: right;
		position: absolute;
		top: 25px;
		right: 10px;
	}

	header #header nav#h-contact {
		position: absolute;
		top: 70px;
		right: 10px;
	}

	header #header nav#h-contact a {
		padding: 5px 15px;
		color: #f00;
		font-weight: bold;
		text-decoration: none;
		background: #fff;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}

	header #header nav#h-contact a:hover {
		color: #060;
	}


/* -------------------------------------------- */
/* グローバルナビゲーション＆パンくず
/* -------------------------------------------- */

	nav {
		background-color: #ccc;
		padding: 0;
		margin-bottom: 20px;
	}

	.menu-global-menu-container {
		width: 1000px;
		margin: 0 auto;
	}

	.menu-global-menu-container #menu-global-menu {
		padding: 0;
		font-size: 0px;
	}

	.menu-global-menu-container #menu-global-menu li {
		width: 142px;
		display: inline-block;
		border-right: 1px solid #fff;
		text-align: center;
	}

	.menu-global-menu-container #menu-global-menu li:last-child {
		width: 148px;
		border-right: none;
	}

	.menu-global-menu-container #menu-global-menu li a {
		font-size: 15px;
		padding: 10px 0;
		text-decoration: none;
		color: #555;
		display: block;
	}

	.menu-global-menu-container #menu-global-menu li.current-menu-item {
		background-color: #6a6;
		/*background-color: #ee3;*/
	}

	.menu-global-menu-container #menu-global-menu li.current-menu-item a {
		/*color: #555;*/
		color: #ff0;
		pointer-events: none;
	}

	.menu-global-menu-container #menu-global-menu li a:hover {
		color: #fff;
		background-color: #999;
	}

	#content #stage #pankuzu {
		padding: 0 5px 20px 10px;
		font-size: 12px;
	}


/* -------------------------------------------- */
/* フッター
/* -------------------------------------------- */

	footer {
		min-width: 1000px;
		background-image: url('images/footer-bg.png');
		background-position: 0 34px;
	}

	footer #footer {
		min-width: 1000px;
		height: 150px;
		background-image: url('images/footer-bg-top.png');
		background-position: top center;
		background-repeat: repeat-x;
	}

	footer #footer #deco {
		width: 1000px;
		margin: 0 auto;
		padding: 60px 0 10px 0;
		text-align: center;
	}

	footer #footer #deco address ul {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 12px;
		color: #eee;
		font-style: normal;
		list-style: none;
	}

	footer #footer #deco address ul li {
		margin-bottom: 5px;
		padding: 0;
	}

	footer #footer #deco small {
		color: #666;
	}

	footer #footer #deco small span {
		display: inline-block;
	}


/* -------------------------------------------- */
/* コンテンツ
/* -------------------------------------------- */

	#content {
		min-width: 1000px;
		margin: 0;
		padding: 0;
		background-color: #fff;
	}

	#content #stage {
		width: 1000px;
		min-height: 500px;
		margin: 0 auto;
		padding: 10px 0 20px 0;
	}

	#content #stage p {
		margin: 0 0 20px 0;
		padding: 0 10px 0 10px;
		line-height: 150%;
	}

	#content #stage h1 {
		margin: 0 0 20px 0;
		padding: 10px 20px 7px 20px;
		font-size: 26px;
		color: #fff;
		background-color: #060;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}

	#content #stage h2 {
		margin: 0 0 10px 10px;
		padding: 8px 10px 5px 10px;
		border-left: 8px solid #060;
		font-size: 18px;
		color: #060;
	}

	#content #stage h3 {
		margin: 0 0 5px 10px;
		padding: 0 10px 0 25px;
		background-image: url('images/h3.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		font-size: 16px;
		color: #060;
	}


/* -------------------------------------------- */
/* HOME
/* -------------------------------------------- */

	#content #stage #top-area {
		padding: 0 10px 20px 10px;
		list-style: none;
	}

	#content #stage #top-area li#left {
		width: 270px;
		text-align: left;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #top-area li#right {
		width: 705px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #top-area li#upper,
	#content #stage #top-area li#under {
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #top-area li#under img {
		padding: 0 10px;
	}

	#content #stage #top-area li#right .top-img-right {
		width: 220px;
		height: auto;
		padding-left: 5px;
		float: right;
	}

	#content #stage .whatsnew {
		margin: 0 10px 50px 10px;
		padding: 0 0 0 0;
		border: 1px solid #999;
		border-bottom: none;
	}

	#content #stage .whatsnew h1 {
		margin: 0;
		padding: 8px 5px 5px 5px;
		font-size: 14px;
		color: #333;
		background-color: #eee;
	}

	#content #stage .whatsnew hr {
		border-bottom: none;
	}

	#content #stage .top-txt {
		width: 780px;
		margin: 0 auto;
	}

	#content #bottom-area {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}

	#content #bottom-area li {
		width: 48%;
		display: inline-block;
		text-align: center;
	}



/* -------------------------------------------- */
/* 許可証一覧
/* -------------------------------------------- */

	#content #stage #recycle {
		margin: 0 auto 30px auto;
		padding: 0 10px 0 45px;
		list-style: none;
	}

	#content #stage #recycle li {
		width: 45%;
		margin: 10px 0;
		display: inline-block;
	}

	#content #stage #recycle li a[href$=".pdf"]::before {
		margin: 0 8px 0 0;
		content: url("images/pdf.jpg");
		vertical-align: middle;
		display: inline-block;
	}


/* -------------------------------------------- */
/* リサイクル製品
/* -------------------------------------------- */

	#content #stage #pre {
		margin: 20px 0;
		padding: 0 10px 0 10px;
		list-style: none;
	}

	#content #stage #pre h4 {
		margin: 0 0 8px 0;
		padding: 0 8px;
		color: #060;
	}

	#content #stage #pre>li:nth-child(1) {
		width: 260px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #pre>li:nth-child(2) {
		width: 500px;
		font-size: 14px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #pre>li:nth-child(3) {
		width: 210px;
		font-size: 13px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #pre #pre-txt {
		margin: 0;
		padding: 0 10px 0 30px;
		list-style: disc;
	}

	#content #stage #pre #pre-txt li {
		width: 100%;
		margin-bottom: 8px;
		line-height: 130%;
	}

	#content #stage #pre #pre-sekou {
		width: 100%;
		margin: 20px 0 10px 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #pre #pre-sekou li {
		width: 50%;
		display: inline-block;
	}

	#content #stage #pre #pre-sekou li img {
		width: 100%;
	}

	#content #stage #geo {
		margin: 20px 0;
		padding: 0 10px 0 10px;
		list-style: none;
	}

	#content #stage #geo h3 {
		margin: 20px 0 8px 0;
		padding: 0 10px 0 24px;
		color: #060;
	}

	#content #stage #geo .geo_l {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #geo .geo_l li {
		margin: 0 0 8px 0;
	}

	#content #stage #geo .geo_ll {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #geo .geo_ll li:nth-child(1) {
		width: 392px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #geo .geo_ll li:nth-child(2) {
		width: 570px;
		padding-left: 20px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #geo .geo_ll h4 {
		margin: 0;
		color: #060;
	}	

	#content #stage #geo .geo_ll li:nth-child(2) img {
		margin: 0 0 20px 0;
	}

	#content #stage #geo .geo_ll p {
		margin-bottom: 0.5em 0 1em 0;
	}

	#content #stage #geo .geo_ll .r2ll {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #geo .geo_ll .r2ll li {
		width: 270px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 {
		margin: 20px auto 0 auto;
		border-spacing: 0;
		border-collapse: collapse;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 th,
	#content #stage #geo .geo_ll .r2ll li .hyoi1 td {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		text-align: center;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 th {
		padding: 5px 5px;
		background: #BABABA;
		color: #000000;
		font-weight: bold;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 td {
		padding: 5px 3px;
		background: #CDEECD;
		color: #000000;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 th:last-child,
	#content #stage #geo .geo_ll .r2ll li .hyoi1 td:last-child {
		border-right: 1px solid #000000;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 tr:last-child th,
	#content #stage #geo .geo_ll .r2ll li .hyoi1 tr:last-child td{
		border-bottom: 1px solid #000000;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 {
		margin: 20px auto;
		border-spacing: 0;
		border-collapse: collapse;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 th,
	#content #stage #geo .geo_ll .r2ll li .hyoi2 td {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		text-align: center;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 th {
		padding: 5px 10px;
		color: #000000;
		font-weight: bold;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 td {
		padding: 5px 5px;
		color: #000000;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 th:last-child,
	#content #stage #geo .geo_ll .r2ll li .hyoi2 td:last-child {
		border-right: 1px solid #000000;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 tr:last-child th,
	#content #stage #geo .geo_ll .r2ll li .hyoi2 tr:last-child td{
		border-bottom: 1px solid #000000;
		background: #EBBEEB;
	}

	#content #stage #eco {
		margin: 20px 0 10px 0;
		padding: 0 10px 0 10px;
		list-style: none;
	}

	#content #stage #eco>li:nth-child(1) {
		width: 252px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #eco>li:nth-child(2) {
		width: 469px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #eco>li:nth-child(3) {
		width: 249px;
		font-size: 13px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #eco #eco-txt {
		margin: 0;
		padding: 0 10px 0 30px;
		list-style: disc;
	}

	#content #stage #eco #eco-txt li {
		width: 100%;
		margin-bottom: 8px;
		line-height: 130%;
	}

	#content #stage #eco #eco-txt li span {
		display: inline-block;
	}

	#content #stage .wp-image-221 {
		margin: 0 80px 0 50px;
	}

	#content #stage #ca {
		margin: 10px 0 30px 0;
		padding: 0 10px 0 10px;
		list-style: none;
	}

	#content #stage #ca>li:nth-child(1) {
		width: 500px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #ca>li:nth-child(1) table {
		width: 100%;
		margin: 10px 0;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 150%;
	}

	#content #stage #ca>li:nth-child(1) table tbody th {
		width: auto;
		padding: 3px;
		font-weight: normal;
		text-align: center;
		background-color: #e8ffe2;
		border: 1px solid #ccc;
	}

	#content #stage #ca>li:nth-child(1) table tbody td {
		width: auto;
		padding: 3px;
		font-weight: normal;
		text-align: center;
		background-color: #fafafa;
		border: 1px solid #ccc;
	}

	#content #stage #ca>li:nth-child(2) {
		width: 220px;
		padding: 26px 0 0 10px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #ca>li:nth-child(3) {
		width: 250px;
		padding: 25px 0 0 20px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #ca>li:nth-child(3) #ca-txt {
		margin: 0;
		padding: 0 10px 0 20px;
		list-style: disc;
	}

	#content #stage #ca>li:nth-child(3) #ca-txt li {
		font-size: 11px;
		line-height: 130%;
	}

	#content #stage #aikawa-plant {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #aikawa-plant li {
		width: 496px;
		margin: 0;
		padding: 0 13px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #aikawa-plant li img {
		width: 100%;
	}


/* -------------------------------------------- */
/* 品質・環境方針
/* -------------------------------------------- */

	#content #stage #policy {
		margin: 0 auto 30px auto;
		padding: 0 10px 0 48px;
		list-style: decimal;
	}

	#content #stage #policy li {
		margin: 30px 0;
		padding: 0;
	}


/* -------------------------------------------- */
/* 会社案内
/* -------------------------------------------- */

	#content #stage #company {
		width: 100%;
		margin: 0;
		padding: 0 10px 20px 10px;
	}

	#content #stage #company dd {
		margin: 0;
		padding: 0 10px;
	}

	#content #stage #company dd.photo {
		margin: 0;
		padding: 10px;
	}

	#content #stage #company dd table {
		width: 100%;
		margin: 10px 0 30px 0;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 150%;
	}

	#content #stage #company dd table tbody th {
		width: 200px;
		padding: 10px;
		font-weight: normal;
		text-align: center;
		background-color: #e8ffe2;
		border: 1px solid #ccc;
	}

	#content #stage #company dd table tbody td {
		width: 720px;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		background-color: #fafafa;
		border: 1px solid #ccc;
	}

	#content #stage #company dd table tbody td span {
		display: inline-block;
	}

	#content #stage #company dd a[href$=".pdf"]::before {
		margin: 0 8px 0 0;
		content: url("images/pdf-s.gif");
		vertical-align: middle;
		display: inline-block;
	}


/* -------------------------------------------- */
/* ブログ
/* -------------------------------------------- */

	#content #stage #blog2clm {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#content #stage #blog2clm #left {
		width: 735px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #blog2clm #left .blog-list {
		padding: 0;
		list-style: none;
	}

	#content #stage #blog2clm #left .blog-list li {
		padding: 10px 0 0 0;
		border-bottom: 2px dashed #ccc;
	}

	#content #stage #blog2clm #left .blog-list li:first-child {
		border-top: 2px dashed #ccc;
	}

	#content #stage #blog2clm #left .blog-list .attachment-post-thumbnail {
		width: 180px;
		height: auto;
		margin: 5px 0 0 10px;
	}

	#content #stage #blog2clm #left .blog-list p {
		margin: 0 0 10px 0;
	}

	#content #stage #blog2clm #left .blog-list p.p-eraser {
		margin: 0;
	}

	#content #stage #blog2clm #left .paging {
		padding-top: 10px;
		text-align: center;
	}

	#content #stage #blog2clm #right {
		width: 240px;
		margin: 0 0 0 20px;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #blog2clm #right #sidebar {
		padding: 0;
		list-style: none;
	}

	#content #stage #blog2clm #right #sidebar li {
		padding: 0 10px 20px 0;
	}

	#content #stage #blog2clm #right #sidebar .widgettitle {
		margin-left: 0;
		border-bottom: 1px solid #060;
	}

	#search-3 label.screen-reader-text {
		display: none;
	}

	#search-3 input#s {
		width: 175px;
	}

	#search-3 input#searchsubmit {
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}

	#recent-posts-3 ul {
		padding: 0 0 0 20px;
	}

	#content #stage #blog2clm #right #sidebar li#recent-posts-3 ul li {
		padding-bottom: 10px;
	}

	#content #stage #blog2clm #right #sidebar li#recent-posts-3 ul li span.post-date {
		margin-top: 5px;
		display: block;
	}

	#calendar-2 #calendar_wrap #wp-calendar {
		margin: 0 auto;
	}

	#calendar-2 #calendar_wrap #wp-calendar tbody {
		text-align: center;
	}

	#calendar-2 #calendar_wrap #wp-calendar tbody #today a:link {
		font-weight: bold;
	}


/* -------------------------------------------- */
/* お問い合わせ
/* -------------------------------------------- */

	#content #stage #contact2 {
		padding: 0 10px 0 48px;;
	}

	#content #stage #contact2 li {
		margin: 10px 0;
	}

	#content #stage .wpcf7-form {
		padding: 0 20px;
	}

	#content #stage .hissu {
		color: #f00;
	}

	#content #stage .wpcf7-form table {
		width: 100%;
		margin: 20px 0 30px 0;
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 150%;
	}

	#content #stage .wpcf7-form table tbody th {
		width: 200px;
		padding: 10px;
		font-weight: normal;
		text-align: center;
		background-color: #e8ffe2;
		border: 1px solid #ccc;
	}

	#content #stage .wpcf7-form table tbody td {
		width: 720px;
		padding: 10px;
		font-weight: normal;
		text-align: left;
		background-color: #fafafa;
		border: 1px solid #ccc;
	}

	#content #stage .wpcf7-form table tbody td input {
		width: 100%;
		padding: 5px;
		font-size: 16px;
	}

	#content #stage .wpcf7-form table tbody td textarea {
		width: 100%;
		padding: 5px;
		font-size: 16px;
		resize: none;
	}

	#content #stage .btn {
		text-align: center;
	}

	#content #stage .btn input {
		margin: 0;
		padding: 10px 15px;
		color: #333;
		border-style: none;
		background-color: #aaa;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
	}

	#content #stage .btn input:hover {
		color: #fff;
		background-color: #666;
	}


/* -------------------------------------------- */
/* ブログ-投稿
/* -------------------------------------------- */

	#content #stage #blog2clm #left .blog-page .post {
		margin: 0 0 20px 0;
		padding: 0 10px;
		line-height: 150%;
	}

	#content #stage #blog2clm #left .blog-page .post p {
		margin: 10px 0;
		/*padding: 0;*/
	}

	#content #stage #blog2clm #left #pre_nex {
		width: 100%;
		margin: 0;
		padding: 0;
		/*border-top: 2px dashed #ccc;*/
		list-style: none;
	}

	#content #stage #blog2clm #left #pre_nex li#p-link {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
		border: none;
	}

	#content #stage #blog2clm #left #pre_nex li#p-left {
		width: 50%;
		margin: 0;
		padding: 0;
		text-align: left;
		display: inline-block;
	}

	#content #stage #blog2clm #left #pre_nex li#p-right {
		width: 50%;
		margin: 0;
		padding: 0;
		text-align: right;
		display: inline-block;
	}

	.addtoany_share_save_container {
		padding-bottom: 10px;
		border-bottom: 2px dashed #ccc;
	}

	#content #stage .blog-page .post .attachment img {
		max-width: 695px;
		height: auto;
	}


/* -------------------------------------------- */
@media screen and (max-width: 640px){
/* -------------------------------------------- */
/* 共通
/* -------------------------------------------- */

	html {
		font-size: 62.5%;
	}

	body {
		-webkit-text-size-adjust: 100%;
		font-size: 1.4rem;
	}

	body, select, input, textarea {
		font-family: "メイリオ", "ヒラギノ角ゴPro W3", sans-serif;
	}

	/* 画像リンクのホバー */
	a:hover img.hov {
		opacity: 1.0;
		-ms-filter: alpha(opacity=100);
		    filter: alpha(opacity=100);
	}

	.sp-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	img {
		max-width: 100%;
		height: auto;
	}


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

	header {
		min-width: 100%;
	}

	header #header {
		width: 100%;
		height: 60px;
	}

	header #header h1 img {
		width: 235px;
		top: 5px;
		left: 5px;
	}


/* -------------------------------------------- */
/* グローバルナビゲーション&パンくず
/* -------------------------------------------- */

	#content #stage #pankuzu {
		font-size: 1.2rem;
	}


/* -------------------------------------------- */
/* フッター
/* -------------------------------------------- */

	footer {
		min-width: 100%;
	}

	footer #footer {
		min-width: 100%;
		background-position: top right;
	}

	footer #footer #deco {
		width: 100%;
	}

	footer #footer #deco small {
		color: #eee;
	}


/* -------------------------------------------- */
/* コンテンツ
/* -------------------------------------------- */

	#content {
		min-width: 100%;
	}

	#content #stage {
		width: 100%;
	}

	#content #stage p {
		margin: 0 0 20px 0;
		padding: 0 10px 0 10px;
		line-height: 150%;
	}

	#content #stage h1 {
		margin: 0 10px 20px 10px;
		font-size: 2.6rem;
	}

	#content #stage h2 {
		font-size: 1.8rem;
	}

	#content #stage h3 {
		font-size: 1.6rem;
	}

	#content #stage ul.sp-info {
		max-width: 320px;
		margin: 10px auto 15px auto;
		padding: 0;
		list-style: none;
	}

	#content #stage ul.bottom-info-top {
		margin-top: 20px;
		padding: 20px 0 20px 0;
		border: 2px dashed #060;
	}

	#content #stage ul.bottom-info {
		margin-top: 50px;
		padding: 20px 0 20px 0;
		border: 2px dashed #060;
	}

	#content #stage ul.sp-info li {
		margin: 0 0 5px 0;
		text-align: center;
	}

	#content #stage ul.sp-info li span {
		font-size: 1.3rem;
		font-weight: bold;
		color: #060;
	}

	#content #stage ul.sp-info li.nb span {
		font-weight: normal;
		color: #000;
		display: inline-block;
	}

	#content #stage ul.sp-info li.tel {
		margin: 10px 10px 0 30px;
		display: inline-block;
	}

	#content #stage ul.sp-info li.mail {
		margin: 10px 0 0 10px;
		display: inline-block;
	}


/* -------------------------------------------- */
/* HOME
/* -------------------------------------------- */

	#content #stage #top-area {
		position: relative;
	}

	#content #stage #top-area li#left {
		/*width: 100%;
		text-align: center;
		display: block;*/
		display: none;
	}

	#content #stage #top-area li#right {
		width: 100%;
		margin-top: 20px;
		display: block;
	}

	#content #stage #top-area li#upper,
	#content #stage #top-area li#under {
		width: 100%;
		margin-top: 20px;
		display: block;
	}	
	
	#content #stage #top-area li#right .top-img-right {
		width: 50%;
	}

	#content #stage .whatsnew h1 {
		font-size: 1.4rem;
	}

	#content #stage .top-txt {
		width: 100%;
		padding: 0 20px;
	}
	
	#content #bottom-area li {
		width: 100%;
		padding: 10px;
		display: block;
	}

	
/* -------------------------------------------- */
/* 許可証一覧
/* -------------------------------------------- */

	#content #stage #recycle {
		padding: 0 10px 0 10px;
	}

	#content #stage #recycle li {
		width: 100%;
		display: block;
	}


/* -------------------------------------------- */
/* リサイクル製品
/* -------------------------------------------- */

	#content #stage #pre>li:nth-child(1) {
		width: 100%;
		text-align: center;
		display: block;
	}

	#content #stage #pre>li:nth-child(2) {
		width: 100%;
		margin: 20px 0;
		font-size: 1.4rem;
		display: block;
	}

	#content #stage #pre>li:nth-child(2) img {
		width: 100%;
	}

	#content #stage #pre>li:nth-child(3) {
		width: 100%;
		font-size: 1.3rem;
		display: block;
	}

	#content #stage #geo .geo_ll li:nth-child(1) {
		width: 100%;
		font-size: 1.4rem;
		display: block;
	}

	#content #stage #geo .geo_ll li:nth-child(2) {
		width: 100%;
		padding-left: 0;
		font-size: 1.4rem;
		display: block;
	}

	#content #stage #geo .geo_ll li:nth-child(2) img {
		width: 100%;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi1 {
		width: 100%;
		margin: 5px auto 20px auto;
	}

	#content #stage #geo .geo_ll .r2ll li .hyoi2 {
		width: 100%;
		margin: 5px auto 20px auto;
	}

	#content #stage #eco>li:nth-child(1) {
		width: 100%;
		text-align: center;
		display: block;
	}

	#content #stage #eco>li:nth-child(2) {
		width: 100%;
		margin: 20px 0;
		display: block;
	}

	#content #stage #eco>li:nth-child(3) {
		width: 100%;
		font-size: 1.3rem;
		text-align: center;
		display: block;
	}

	#content #stage #eco>li:nth-child(3) span {
		text-align: left;
		display: block;
	}

	#content #stage #eco #eco-txt li span {
		display: inline-block;
	}

	#content #stage .wp-image-221 {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	#content #stage .wp-image-222 {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	#content #stage #ca>li:nth-child(1) {
		width: 100%;
		display: block;
	}

	#content #stage #ca>li:nth-child(2) {
		width: 100%;
		padding: 26px 0 0 0;
		text-align: center;
		display: block;
	}

	#content #stage #ca>li:nth-child(3) {
		width: 100%;
		display: block;
	}

	#content #stage #ca>li:nth-child(3) #ca-txt {
		margin: 0 auto;
		padding: 0 10px 0 20px;
		list-style: disc;
	}

	#content #stage #ca>li:nth-child(3) #ca-txt li {
		font-size: 1.2rem;
		line-height: 150%;
	}

	#content #stage .wp-image-235 {
		padding: 0 10px;
	}

	#content #stage #aikawa-plant li {
		width: 100%;
		margin: 0;
		padding: 0 10px 10px 10px;
		display: block;
	}

/* -------------------------------------------- */
/* 品質・環境方針
/* -------------------------------------------- */

	#content #stage #policy {
		padding: 0 10px 0 30px;
	}


/* -------------------------------------------- */
/* 会社案内
/* -------------------------------------------- */

	#content #stage #company {
		padding: 0 10px;
	}

	#content #stage #company dd table,
	#content #stage #company dd table tbody,
	#content #stage #company dd table tr,
	#content #stage #company dd table th,
	#content #stage #company dd table td {
		width: 100%;
		display: block;
	}

	#content #stage #company dd table tbody th {
		width: 100%;
		margin-top: -1px;
		text-align: left;
	}

	#content #stage #company dd table tbody td {
		width: 100%;
		margin-top: -1px;
	}

	#content #stage #company dd.photo {
		text-align: center;
	}

/* -------------------------------------------- */
/* ブログ
/* -------------------------------------------- */

	#content #stage #blog2clm #left {
		width: 100%;
		vertical-align: top;
		display: inline-block;
	}

	#content #stage #blog2clm #right {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 0 0 10px;
	}

	#search-3 input#s {
		width: 100%;
		margin-bottom: 5px;
	}


/* -------------------------------------------- */
/* お問い合わせ
/* -------------------------------------------- */

	#content #stage #contact2 {
		padding: 0 10px 0 28px;
	}

	#content #stage .wpcf7-form table,
	#content #stage .wpcf7-form table tbody,
	#content #stage .wpcf7-form table tr,
	#content #stage .wpcf7-form table th,
	#content #stage .wpcf7-form table td {
		width: 100%;
		display: block;
	}

	#content #stage .wpcf7-form table tbody th {
		width: 100%;
		margin-top: -1px;
		text-align: left;
	}

	#content #stage .wpcf7-form table tbody td {
		width: 100%;
		margin-top: -1px;
	}

	#content #stage .wpcf7-form table tbody td input {
		font-size: 1.6rem;
	}

	#content #stage .wpcf7-form table tbody td textarea {
		font-size: 1.6rem;
	}

/* -------------------------------------------- */
/* ブログ-投稿
/* -------------------------------------------- */

	#content #stage #blog2clm #left #pre_nex {
		width: 95%;
		margin: 0 auto;
		padding: 0;
		/*border-top: 2px dashed #ccc;*/
		list-style: none;
	}

	#content #stage .blog-page .post .attachment img {
		max-width: 100%;
		height: auto;
	}


}
