  @charset "UTF-8";

@media screen and (max-width: 700px){
	
img{
	height: auto;
}

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pc{display: none !important;}
.sp{display: block !important;}
.sp-br{display: inline !important;}

body{
	font-size: 14px;
}

/* -----------------------------------------------------------

// ヘッダー

--------------------------------------------------------------*/
/*
header{
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 15px 0 0;
}

header h1{
	display: none;	
}
header #ci-logo,
header #logo{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 15px;
}
header #ci-logo{
	float: left;
	position: static;
	margin-left: 10px;
}
header #ci-logo img{
	width: 130px;
}
header #logo{
	float: right;
	position: static;
	margin-top: 3px;
	margin-right: 10px;
}
header #logo img{
	width: 160px;
}
#hd-navi li{
	margin-left: 10px;
}
*/

/* スマホ用メニュー */
.menu-toggle{
	clear: both;
	display: block;
	padding: 8px 0;
	background-color: #bbb;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.menu-toggle i{
	vertical-align: bottom;
	display: inline-block;
	margin-right: 5px;
	font-size: 22px;
}
.sp-menu{
	display: none;
	clear: both;
	width: 100%;
	height: auto;
	background: none;
}
.sp-menu ul{
	width: 100%;
}
.sp-menu ul li{
	display: block;
	float: none !important;
	border-bottom: solid 1px #ddd;
}
.sp-menu ul li:first-child{
	border-top: solid 1px #ddd;
}
.sp-menu ul li:last-child{
	border-bottom: 0;
}
.sp-menu ul li a{
	position: relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none !important;
	color: #333;
}
.sp-menu li ul li{
	text-align: left;
	background: #f9f9f9;
}
.sp-menu li ul li a{
	padding: 8px 25px;
}
.sp-menu li.hasmenu > a:before{
	display: inline-block;
	font-family: "Ionicons";
	content: "\f3d0";
	position: absolute;
	top: 11px;
	right: 20px;
	font-size: 14px;
	color: #999;
}
.sp-menu li.hasmenu ul{
	position: static;
	border: 0;
}

nav{
	display: none;
}

/* -----------------------------------------------------------

// トップページ

--------------------------------------------------------------*/

/* スライダー */

.jcarousel-skin-main .jcarousel-clip-horizontal,
.jcarousel-skin-main .jcarousel-container-horizontal,
#main_carousel li{
	width: auto;
	height: 100px;
}
#main_carousel,
jcarousel-item{
}
#main_carousel li div{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#main_carousel li a{
	height: 100px;
}

#main_carousel li div.mv01 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../image/w_1_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#main_carousel li div.mv02 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../image/c_1_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#main_carousel li div.mv03 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../image/mv02.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
#main_carousel li div.mv04 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../image/w_2_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#main_carousel li div.mv05 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../image/c_2_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


#pd-navi{
	display: none;
}

.jcarousel-skin-main .jcarousel-clip-horizontal{
	left: 0;
	width: 100%;
	margin-left: 0;
}

#idx-left{
	float: none;
	width: 100%;
}
.news-title{
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 59%, rgb(240,240,240) 100%);
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 59%,rgb(240,240,240) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 59%,rgb(240,240,240) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	border-bottom: solid 1px #008F61;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
.news-title .en{
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding-bottom: 3px;
	border-bottom: solid 2px #008F61;
	letter-spacing: 0.1px;
	font-weight: normal;
	font-size: 11px;
	color: #19c825;	
}
#contents #main #news .date{
	font-size: 12px;
}
#contents #main #news li{
	padding: 8px 0;
	font-size: 13px;
}
#news-all{
	margin-top: 20px;
	font-size: 13px;
}

#idx-main{
	float: none;
	width: 100%;
	height: auto;
}
.toppage #contents #local{
	float: none;
}
.top-title{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	padding: 14px 10px 13px;
	background: rgb(12,133,114);
	background: -moz-linear-gradient(top,  rgb(12,133,114) 0%, rgb(61,157,143) 90%, rgb(31,142,126) 100%);
	background: -webkit-linear-gradient(top,  rgb(12,133,114) 0%,rgb(61,157,143) 90%,rgb(31,142,126) 100%);
	background: linear-gradient(to bottom,  rgb(12,133,114) 0%,rgb(61,157,143) 90%,rgb(31,142,126) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8572', endColorstr='#1f8e7e',GradientType=0 );
	box-shadow: inset 1px 1px 0 #65B4A8,inset -1px -1px 0 #65B4A8;
	border:1px solid rgb(2,169,115);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}
.top-title .en{
	font-family: 'Open Sans', sans-serif;
	float: right;
	padding-top: 4px;
	font-weight: normal;
	font-size: 10px;
}
.top-title + br{
	display: none;
}
.top-link-bnr{
	overflow: hidden;
	margin-bottom: 20px;
}
.top-link-title{
	margin-bottom: 10px;
	padding: 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(241,241,241) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(241,241,241) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: dotted 1px #ccc;
	border-top: solid 1px #ccc;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 17px;
	color: #3ca6d4;
}
.top-link-bnr .item{
	overflow: hidden;
	margin-bottom: 20px;
}
.top-link-bnr img{
	float: left;
	display: inline-block;
	width: 30%;
}
.top-link-bnr span{
	float: right;
	display: inline-block;
	padding-top: 10px;
	width: 66%;
	font-size: 13px;
}

#bnr-area1{
	margin-top: 40px;
	margin-bottom: 30px;
}
.fb-wrap{
	text-align: center;
}
.fb_iframe_widget{
	margin-top: 20px;
}
.toppage #contents #local #l-bnr{
	margin-top: 30px;
}

/* 新着情報 */

#article{
	-webkit-text-size-adjust: 100%;
}
#article p{
	font-size: 14px;
}
#news-list{
	width: 100%;
}
#news-list dt,
#news-list dd{
	float: none;
	width: 100%;
	padding: 0;
	border: 0;
}
#news-list dd{
	margin-bottom: 15px;
	font-size: 14px;
}

/* -----------------------------------------------------------

// パンくず

--------------------------------------------------------------*/

#pankuzu{
	height: auto;
	padding: 10px;
	border-top: solid 2px #008C5F;
	background: rgb(251,251,251);
	background: -moz-linear-gradient(top,  rgb(251,251,251) 0%, rgb(247,247,247) 100%);
	background: -webkit-linear-gradient(top,  rgb(251,251,251) 0%,rgb(247,247,247) 100%);
	background: linear-gradient(to bottom,  rgb(251,251,251) 0%,rgb(247,247,247) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f7f7f7',GradientType=0 );
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
#pankuzu p{
	width: 100%;
	margin: 0;
}
#pankuzu img.sp{
	vertical-align: text-bottom;
	display: inline-block !important;
	width: 13px;
}

/* -----------------------------------------------------------

// 下層ヘッダー

--------------------------------------------------------------*/

#p-ttl{
	width: 100%;
	margin-top: 5px;
}
#p-ttl img{
	width: 100%;
}

#p-ttl img.pc{
	display: none;
}
#p-ttl img.sp{
	display: block;
	width: 100%;
}

/* -----------------------------------------------------------

// コンテンツ

--------------------------------------------------------------*/

#contents{
	width: 100%;
	padding: 20px 10px 0 10px;
}

#contents img,
#contents p{
	max-width: 100% !important;
}

#contents #main{
	float: none;
	width: 100%;
}
#contents #local{
	float: none;
	width: 100%;
	margin: 40px 0 0;
}

#contents h2{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 14px 30px 13px;
	background: rgb(2,169,115);
	background: -moz-linear-gradient(top,  rgb(2,169,115) 0%, rgb(2,145,99) 100%);
	background: -webkit-linear-gradient(top,  rgb(2,169,115) 0%,rgb(2,145,99) 100%);
	background: linear-gradient(to bottom,  rgb(2,169,115) 0%,rgb(2,145,99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a973', endColorstr='#029163',GradientType=0 );
	box-shadow: inset 1px 1px 0 #61CCAA,inset -1px -1px 0 #61CCAA;
	border:1px solid rgb(2,169,115);
	font-size: 16px;
	line-height: 1.2;
}
#contents h2:before{
	position: absolute;
	top: 50%;
	left: 10px;
	display: inline-block;
	content: "";
	width: 4px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
}
#contents #main h3{
	font-size: 16px;
}
.big-text{
	position: relative;
	padding: 10px 0;
	border-bottom: solid 2px #ccc;
	line-height: 1.2;
	font-size: 22px;
}
.big-text:before{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40%;
	height: 2px;
	background-color: #03A16E;
}

#contents img.float-l,
#contents p.float-l,
#contents img.float-r,
#contents p.float-r{
	float: none;
	display: block;
}

#contents #local #l-navi{
	width: 100%;
	margin: 0 auto 20px;
}
#contents #local #l-navi ul a,
#contents #local #l-navi ul .current a,
#contents #local #l-navi ul a:hover{
	width: 100%;
	height: 43px;
	padding-top: 9px;
}
#contents #local #l-navi ul a{
	padding-left: 20px;
	font-size: 16px;
}
#contents #local #l-navi ul a {
    background-image: url(../image/ln-bg_sp.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#contents #local #l-navi ul a:hover{
	 background-image: url(../image/ln-bg_sp.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#contents #local #l-navi ul li.label a {
	height: 64px;
    background-image: url(../image/ln-bg02_sp.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#contents #local #l-navi ul li.label a:hover{
	height: 64px;
    background-image: url(../image/ln-bg02_sp.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#contents #local #l-navi ul a .new{
	font-size: 12px;
}
#l-bnr{
	text-align: center;
}

#contents #local #l-navi ul .current ul{
	width: 100%;
	margin-left: 0;
}
#contents #local #l-navi ul .current a{
	padding-left: 21px;
	background-image: url(../image/ln-bg-current_sp.jpg);
}
#contents #local #l-navi ul .current ul li a{
	width: 100%;
	height: 46px;
	padding-top: 12px;
	background-position: 10px;
	-webkit-background-size: 7px auto;
	background-size: 7px auto;
	font-size: 14px;
}

#contents #local #l-navi ul #pd-subnavi{
	width: 100%;
	margin-left: 0;
}

#pd-top img{
	width: 100%;
}

/* -----------------------------------------------------------

// 新着情報

--------------------------------------------------------------*/
#news-list .new{
	padding-top: 30px;
}


/* -----------------------------------------------------------

// 製品案内

--------------------------------------------------------------*/
#ctg-list{
	width: 100%;
}
#ctg-list .cl-box{
	float: none;
	width: 100%;
}
#ctg-list .cl-box a,
#ctg-list .cl-box a .cl-name,
#ctg-list .cl-box a .cl-thumb,
#ctg-list .cl-box a .cl-comm{
	width: 100%;
	border: 0;
}
#ctg-list .cl-box a{
	background: none;
	-webkit-box-shadow: 0 3px 2px #777;
	-moz-box-shadow: 0 3px 2px #777;
	box-shadow: 0 3px 2px #777;
	border: solid 1px #E3E3E3;
	border-radius: 5px;
}
#ctg-list .cl-box a br{
	display: none;
}
#ctg-list .cl-box a .cl-comm{
	font-size: 14px;
}
#ctg-list .cl-box a .cl-name{
	height: auto;
	padding: 10px 0;
	border-bottom: dashed 1px #bbb;
	background: rgb(234,234,234);
	background: -moz-linear-gradient(top,  rgb(234,234,234) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top,  rgb(234,234,234) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom,  rgb(234,234,234) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
}
#ctg-list .cl-box a .cl-thumb{
	padding: 15px 0;
}
#ctg-list #link-reuse,
#ctg-list #link-pd{
	display: block;
	position: static;
	margin: 0 auto 20px;
	text-align: center;
}
#dtl-search{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.search-title{
	margin-bottom: 0;
	padding: 10px 0;
	border-top: solid 1px #E7DFE4;
	border-left: solid 1px #E7DFE4;
	border-right: solid 1px #E7DFE4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgb(120,179,213);
	background: -moz-linear-gradient(top,  rgb(120,179,213) 0%, rgb(79,156,200) 100%);
	background: -webkit-linear-gradient(top,  rgb(120,179,213) 0%,rgb(79,156,200) 100%);
	background: linear-gradient(to bottom,  rgb(120,179,213) 0%,rgb(79,156,200) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78b3d5', endColorstr='#4f9cc8',GradientType=0 );
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.search-submit{
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 10px;
	background: rgb(149,149,149);
	background: -moz-linear-gradient(top,  rgb(149,149,149) 0%, rgb(117,117,117) 100%);
	background: -webkit-linear-gradient(top,  rgb(149,149,149) 0%,rgb(117,117,117) 100%);
	background: linear-gradient(to bottom,  rgb(149,149,149) 0%,rgb(117,117,117) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#757575',GradientType=0 );
	text-align: center;
	font-size: 16px;
	color: #fff;
}
#dtl-search table tr td{
	display: block;
	float: none;
}
#dtl-search table .item{
	text-align: left;
	font-size: 16px;
}
#dtl-search table tr td input,
#dtl-search table tr td select{
	max-width: 100% !important;
	padding: 5px;
	font-size: 16px;
}
#dtl-search table tr td input{
}
#squery{
	width: 100% !important;
}

/* 製品詳細 */
#pd-dtl-cap{
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
}
#pd-dtl-cap #pd-dtl-cat{
	position: static;
	width: 100%;
}
#pd-dtl{
	width: 100%;
}
#pd-dtl #pd-dtl-pict{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#pd-dtl #pd-dtl-data{
	float: none;
	width: 100%;
}

/* 製品検索結果 */
#dtl-search-lower{
	display: none;
}
#pd-list{
	width: 100%;
}
#pd-list .pd-list-box{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	height: auto;
	border-bottom: 0;
	margin-bottom: 10px;
}
#pd-list .pd-list-box a{
	text-decoration: none;
}
#pd-list .pd-list-box:nth-of-type(2n){
	margin-left: 2%;
}
#pd-list .pd-list-box:nth-of-type(2n+1){
	clear: both;
}
#pd-list .pd-list-box img{
	margin-bottom: 5px;
}
#pd-list .pd-list-box .pd-list-name{
	line-height: 1.2;
	font-size: 11px;
}



/* -----------------------------------------------------------

// リユーズシステム

--------------------------------------------------------------*/

.polyethylene-list{
	padding: 10px 0 20px;
}
.polyethylene-list li{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	margin-bottom: 10px;
	padding: 2px 0 10px 38px;
	background-image: url(../../reusesystem/image/check_ico.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	font-weight: bold;
	font-size: 16px;
}

/* 施工事例 */
.jirei{
	width: 100%;
	padding: 15px 10px 0;
}
.jirei ul{
	text-align: center;
	font-size: 0;
}
.jirei li{
	float: none;
	width: 100%;
	margin: 0;
	border: 0;
}
.jirei li img{
	vertical-align:top;
	display: inline-block;
	width: 49%;
	margin-bottom: 1%;
}
.jirei li li img:nth-of-type(2n){
	margin-left: 1%;
}

/* 災害対応 */
.saigai .jirei{
	width: 100%;
	padding: 15px 10px 0;
}
.saigai .jirei ul{
	text-align: center;
	font-size: 0;
}
.saigai .jirei li{
	vertical-align:top;
	display: inline-block;
	width: 49%;
	margin-bottom: 1%;
}
.saigai .jirei li img{
	width: 100%;
	margin-bottom: 0;
}
.saigai .jirei li li img:nth-of-type(2n){
	margin-left: 0;
}


/* -----------------------------------------------------------

// 会社概要

--------------------------------------------------------------*/
#cp-info{
	width: 100%;
	margin-left: 0;
}
#cp-info th,
#cp-info td{
	float: none;
	display: block;
	width: 100%;
	padding: 10px;
	white-space: normal;
}
#cp-info tr th{
	margin-bottom: 10px;
	background-color: #f9f9f9;
	font-size: 16px;
}
#cp-info tr td{
	margin-bottom: 20px;
	border-bottom-width: inherit;
}
#office table{
	float: none;
	width: 100%;
}
#mess-video{
	width: 100%;
	margin-left: 0;
}
#history,
.table-ex{
	width: 100%;
	font-size: 12px;
}
.access-map iframe{
	width: 100%;
}

/* 事業所 */
#office table tr th,
#office table tr td{
	float: none;
	display: block;
	width: 100%;
	font-size: 14px;
}
#office table tr th img.sp{
	margin: 10px auto 5px;
}
#office table tr .map{
	width: 100%;
	text-align: left;
}
.map-btn{
	width: 70px;
}

/* 企業理念 */
.rinen p{
	text-align: left !important;
}
.rinen-sp_title{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 20px;
}

/* TOP MESSAGE */
.message-title{
	margin-bottom: 20px;
	padding: 10px 20px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	font-size: 16px;
}
.ceo{
	float: none;
	display: block;
	margin: 0 auto 10px;
}
.ceo-name{
	margin-bottom: 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

/* -----------------------------------------------------------

// 採用情報

--------------------------------------------------------------*/
.youkou{
	width: 100%;
}
.youkou tr th,
.youkou tr td{
	float: none;
	display: block;
	width: 100%;
}
.contact-way{
	display: block;
	margin: 0 0 15px;
}
.season:nth-of-type(odd){
	margin-left: 1px;
}
.season + .season{
	margin-top: 10px;
}
.fukuri-list{
	text-align: center;
}
.fukuri-list li{
	vertical-align: top;
	display: inline-block;
	width: 46%;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.fukuri-list li:nth-of-type(2n){
	margin-left: 2%;
}
.fukuri-list li img{
	width: 100%;
	margin-top: 5px;
}

/* -----------------------------------------------------------

// CSR

--------------------------------------------------------------*/
.csr img.float-r,
.csr img.float-l{
	float: none;
	display: block;
	margin: 0 auto 15px;
}

/* -----------------------------------------------------------

// お問い合わせ 

--------------------------------------------------------------*/

#inq{
	width: 100%;
}
.form-tbl{
	display: block;
	width: 100%;
}
.form-tbl tr th,
.form-tbl tr td{
	float: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
}
.form-tbl tr th{
	font-size: 16px;
}
.form-tbl tr td input[type=text],
.form-tbl tr td input[type=mail],
.form-tbl tr td input[type=tel],
.form-tbl tr td textarea{
	display: block;
	width: 100% !important;
	padding: 5px;
	font-size: 16px;
}
.form-tbl tr td textarea{
	height: 200px;
}
.form-tbl tr td select{
	font-size: 16px;
}
#kiyaku-cap{
	font-size: 14px;
}
#kiyaku{
	font-size: 12px;
}

/* -----------------------------------------------------------

// 光明製作所見学ツアー

--------------------------------------------------------------*/

#factory-flow{
	display: none;
}
.factory-flow_sp{
	
}
.factory-waku{
	width: 100%;
}
.factory-waku img{
	display: block;
	margin: 0 0 10px;
}


/* -----------------------------------------------------------

// サイトマップ

--------------------------------------------------------------*/

#sitemap{
	width: 100%;	
}
#sitemap #sm-l,
#sitemap #sm-r{
	float: none;
	width: 100%;
	padding: 0;
	border: 0;
}
#sitemap li ul li{
	font-size: 14px;
}

/* -----------------------------------------------------------

// 個人情報保護方針

--------------------------------------------------------------*/

#policy{
	font-size: 13px;
}
.policy-title{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}



/* -----------------------------------------------------------

// フッター

--------------------------------------------------------------*/

footer{
	background: none;
}
footer #ft-wrap{
	width: 100%;
	height: auto;
}
footer #ft-wrap #ft-link,
#ft-wrap #ft-info,
#ft-wrap #copyright{
	position: static;
}
footer #ft-wrap #ft-link{
	height: auto;
	margin-bottom: 35px;
	padding: 0 15px;
}
#ft-wrap #p-top{
	top: inherit;
    bottom: 147px;
}
#ft-wrap #p-top img{
	width: 180px;
}
#ft-wrap #ft-info{
	padding: 20px 10px;
	background-image: url(../image/ft-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 12px;
	line-height: 1.4;
}
.company-name-foot{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.company-name-foot + br{
	display: none;
}
#ft-wrap #ft-info a{
	color: #fff;
	text-decoration: none;
}
#ft-wrap #copyright{
	padding: 10px 0;
	background-image: url(../image/ft-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	font-size: 9px;
}



}