@charset "UTF-8";
/* CSS Document */

header,
nav,
aside,
section,
footer,
figure,
figcaption {display:block;}

.clear{
	clear:both;
}

.clearfix:after {
	display:block;
	clear:both;
	content:"";
	height:0;
	visibility:hidden;
}

table {
	border-collapse:collapse;
}

body {
	background:#fff url(css_img/bgBody.png) repeat-y center top;
	font-size:14px;
	/*padding-left:1px;*/
}

a {
	color:#06F;
}

.img {
	border:solid 1px #ccc;
	padding:0;
}
.img ul,
.img li {
	margin:0;
	padding:0;
	line-height:0;
}
.img img {
	width:100%;
	height:auto;
	margin:0;
	line-height:0;
}

/***************************************************************************************
01. #header
*********************************************************************************************/

#header {
	width:900px;
	height:146px;
	margin-left:auto;
	margin-right:auto;
	background:url(css_img/bgHeader.png) repeat-x left top;
	position:relative;
}

h1 {
	position:absolute;
	left:37px;
	top:54px;
}
h1 a {
	display:block;
	width:426px;
	height:0;
	font-size:0;
	overflow:hidden;
	padding-top:85px;
	background:url(css_img/logoSideId.png) no-repeat left top;
}

#header #btmGnavView {
	display:none;
}

#header #discription {
	position:absolute;
	left:33px;
	top:16px;
	color:#7c7b7b;
	font-size:0.83em;
	width:475px;
}

#header #contactList {
	position:absolute;
	right:30px;
	top:20px;
}
#header #contactList li {
	float:left;
	margin-left:20px;
	font-size:1.01em;
}
#header #contactList li a {
	color:#231815;
	height:28px;
	line-height:28px;
	display:block;
}
#header #contactList li#iconCompanuy a {
	background:url(css_img/iconCtlistCompany.png) no-repeat left top;
	padding-left:35px;
}
#header #contactList li#iconGoods a {
	background:url(css_img/iconCtlistGoods.png) no-repeat left top;
	padding-left:35px;
}
#header #contactList li#iconContact a {
	background:url(css_img/iconCtlistContact.png) no-repeat left top;
	padding-left:35px;
}

#header #controlFont {
	position:absolute;
	right:30px;
	bottom:19px;
	font-size:1.01em;
}
#header #controlFont h2,
#header #controlFont ul {
	float:left;
}
#header #controlFont h2{
	padding:3px;
}
#header #controlFont ul {
	margin-left:15px;
}
#header #controlFont ul li {
	float:left;
	margin-left:10px;
}
#header #controlFont ul li a {
	display:block;
	padding:1px 4px;
	background:#999;
	color:#fff;
}
#header #controlFont ul li a:hover,
#header #controlFont ul li.sel a {
	background:#ffcf4e;
	color:#fffaab;
}

#header #menuGlnav {
	display:none;
}

/***************************************************************************************
02. #glNav
*********************************************************************************************/

#glNav {
	height:58px;
	padding-top:9px;
	position:relative;
	top:-7px;
	background:url(css_img/bgGlNav.png) repeat-x left top;
	z-index:10;
}
#glNav ul {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 1px #c9c9c9;
}
#glNav ul li {
	float:left;
	/*width:150px;*/
	width:20%;
	position:relative;
}
#glNav ul li a {
	display:block;
	text-align:center;
	height:57px;
	line-height:57px;
	background:url(css_img/btmGlNav.png) repeat-x left top;
	color:#4f4c4b;
	border-right:solid 1px #c9c9c9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#glNav ul li a:hover {
	background:url(css_img/btmGlNav.png) repeat-x left bottom;
	color:#ffffff;
}
#glNav ul li ul {
	width:auto;
	position:absolute;
	top:41px;
	left:26px;
	padding-top:16px;
	background:url(css_img/imgPartsFukidashi.png) no-repeat 35px top;
	border:none;
	display:none;
}
#glNav ul li:hover > ul {
	display: block;
}
#glNav ul li ul li {
	width:225px;
	float:none;
}
#glNav ul li ul li a {
	background:#ededed;
	border:none;
	border-bottom:solid 1px #cecece;
	text-align:left;
	padding:20px 25px;
	height:auto;
	line-height:inherit;
}
#glNav ul li ul li a:hover {
	background:#f9ce3a;
}
#glNav ul li ul li ul {
	left:226px;
	top:-16px;
	background:none;
}
#glNav ul li a.subNav,
#glNav ul li a.subNav_c {
	display:none;
}

/***************************************************************************************
03. #contents
*********************************************************************************************/

#contents {
	background:url(css_img/bgContents.png) repeat-x left top;
	margin-top:-7px;
}

#contents .inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:url(css_img/bgContentsInner.png) repeat-y left top;
}

/***************************************************************************************
04. #main
*********************************************************************************************/

#main {
	width:565px;
	float:right;
	padding:70px 40px;
	position:relative;
	background:url(css_img/bgContents.png) repeat-x left top;
}

#main h2 {
	height:56px;
	line-height:56px;
	background:url(css_img/pagtTitle.png) repeat-x left top;
	margin-bottom:30px;
	font-size:1.42em;
}

#main h3 {
	padding:8px 13px;
	background:#f2b362 url(css_img/ttlPageContents.png);
	color:#fff;
	margin-bottom:35px;
	font-size:1.05em;
}

#main #psList {
	position:absolute;
	left:40px;
	top:35px;
	color:#999;
	font-size:0.89em;
}
#main #psList li {
	float:left;
	margin-right:10px;
}

#main #pageWaller {
	margin-bottom:35px;
}
#main #pageWaller .imgTl img,
#main #pageWaller .imgTlSmp img {
	width:100%;
	height:auto;
}
#main #pageWaller .imgTlSmp {
	display:none;
}

#main #pageWaller p {
	/*margin-top:9px;*/
	margin-top:6px;
	margin-left:15px;
	padding-top:15px;
	color:#666;
	font-size:0.96em;
	border-top:solid 1px #ccf;
}

#main #pageWaller p .accent {
	font-size:1.05em;
	color:#35F;
	font-weight:bold;
}

/***************************************************************************************
05. #sidebar
*********************************************************************************************/

/*#sidebar {
	margin-right:645px;
	padding:70px 26px;
	background:url(css_img/bgContents.png) repeat-x left top;
}*/
#sidebar {
	width:203px;
	float:left;
	padding:70px 26px;
	background:url(css_img/bgContents.png) repeat-x left top;
}

#sidebar #bnrlistCHK {
	margin-bottom:35px;
}

#sidebar #bnrlistCHK h2,
#sidebar #bnrlistSns h2 {
	display:none;
}

#sidebar #bnrlistCHK ul,
#sidebar #bnrlistSns ul {
}

#sidebar #bnrlistCHK li,
#sidebar #bnrlistSns li,
#sidebar #bnrTwitter li {
	margin-bottom:10px;
}
#sidebar #bnrTwitter {display:none;}
#sidebar #bnrTwitter li img {
	width:100%;
	height:auto;
}

/*検索キーワード*/
#sidebar #boxKeyWordList {
	margin-bottom:35px;
}
#sidebar #boxKeyWordList h2 {
	margin-bottom:15px;
	font-size:1.2em;
	font-weight:bold;
	padding-left:45px;
	height:39px;
	line-height:39px;
	background:url(css_img/iconSideSearch.png) no-repeat left top;
}
#sidebar #boxKeyWordList ul {
	background:#fff url(css_img/bgBoxSearch.png) repeat-x left top;
	border:solid 1px #ffbc65;
	padding:10px 15px;
}
#sidebar #boxKeyWordList li {
	padding-left:25px;
	background:url(css_img/iconSideSarch.png) no-repeat left 4px;
	margin:5px 0;
}
#sidebar #boxKeyWordList li,
#sidebar #boxKeyWordList li a {
	color:#fc7f00;
}
#sidebar #boxKeyWordList li a:hover {
	text-decoration:underline;
}


/*お問合せ項目*/
#sidebar #boxContact {
	position:relative;
	padding-top:75px;
	margin-bottom:55px;
}
#sidebar #boxContact h2 {
	width:226px;
	height:0;
	padding-top:147px;
	background:url(css_img/imgContactOfficeSide.png) no-repeat left top;
	font-size:0;
	line-height:0;
	right:0;
	top:0;
	position:absolute;
}
#sidebar #boxContact figure {
	border:solid 1px #afafaf;
	line-height:0;
}
#sidebar #boxContact figure img {
	width:100%;
	height:auto;
}

#sidebar #boxContact #boxTelNum {
	border:solid 1px #afafaf;
	border-top:none;
	background:#fff;
	padding:7px 10px 0;
}
#sidebar #boxContact #boxTelNum section {
	padding:11px 0;
}
#sidebar #boxContact #boxTelNum section.mainOffice {
	border-bottom:solid 1px #afafaf;
}
#sidebar #boxContact #boxTelNum section h3 {
	color:#505050;
	font-weight:bold;
	font-size:1.07em;
}
#sidebar #boxContact #boxTelNum section p {
	background:url(css_img/iconPhoneContact.png) no-repeat left 1px;
	margin-bottom:5px;
	padding:0 0 0 23px;
	height:24px;
	line-height:24px;
	font-size:1.34em;
}
#sidebar #boxContact #boxTelNum section p a {
	color:#505050;
}
#sidebar #boxContact #boxTelNum section.mainOffice h3 {
	background:url(css_img/iconContactMainOffice.png) no-repeat left 2px;
	color:#000;
	padding:0 0 0 23px;
	font-size:1.32em;
}
#sidebar #boxContact #boxTelNum section.mainOffice p {
	font-size:1.51em;
}
#sidebar #boxContact #boxTelNum section.mainOffice p a {
	color:#ff8f34;
}

#sidebar #boxContact .btmContact {
	border-bottom:solid 1px #afafaf;
	background:#487bee url(css_img/bgBtmMailContact.png) repeat-x left top;
}
#sidebar #boxContact .btmContact:hover {
	background:#78a1ff url(css_img/bgBtmMailContact.png) repeat-x left top;
}
#sidebar #boxContact .btmContact a {
	display:block;
	height:0;
	line-height:0;
	font-size:0;
	padding-top:48px;
	background:url(css_img/btmMailContactSide.png) no-repeat 2px 6px;
}

/***************************************************************************************
06. #footer
*********************************************************************************************/

#footer {
	background:#464646 url(css_img/bgFooter.png) repeat-x left top;
	position:relative;
	padding-top:30px;
	padding-bottom:160px;
}

#footer, #footer a {
	color:#d1d1d2;
}
#footer a:hover {
	text-decoration:underline;
}

#footer .inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#footer .inner .boxNav {
	float:left;
	width:33%;/**/
	/*margin-right:45px;*/
	margin-bottom:55px;
}
#footer .inner .boxNav h2 {
	/*margin-right:30px;*/
	margin-bottom:20px;
	font-size:1.36em;
}
#footer .inner .boxNav ul {
	margin-right:30px;
	margin-left:10px;
	border-left:solid 2px #adabac;
	padding-left:25px;
}
#footer .inner .boxNav li {
	margin-bottom:5px;
}

#footer #footerLogo {
	position:absolute;
	left:17px;
	bottom:6px;
	width:130px;
	height:0;
	font-size:0;
	padding-top:73px;
	background:url(css_img/logoFooter.png) no-repeat left top;
}

#footer #textCopyright {
	position:absolute;
	right:26px;
	bottom:25px;
}

#footer #scrollPagetop {
	position:fixed;
	right:0;
	bottom:-79px;
}
#footer #scrollPagetop a {
	display:block;
	width:66px;
	height:0;
	line-height:0;
	font-size:0;
	padding-top:74px;
	background: url(css_img/btmPageTop.png) no-repeat left top;
	color:#fff;
}

/***************************************************************************************
07. #pageThanks
*********************************************************************************************/

#pageThanks .frameText p {
	margin-bottom:25px;
	text-indent:1.0em;
}

#pageThanks .frameText {
	background:#fff;
	color:#666;
	border:solid 1px #ccc;
	padding:25px 25px 0;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:2px 2px 0px #eef;
}

#pageThanks .Btm {
	margin-top:45px;
}
#pageThanks .Btm a {
	display:block;
	float:right;
	padding-left:33px;
	background:url(css_img/iconListSample.png) no-repeat -12px -373px;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	img{
		box-shadow:0px 0px 8px rgba(0,0,0,0.3);
	}
	
	body {
		font-size:14px;
		text-shadow:1px 1px 0px rgba(0,0,0,0.4);
	}

	/***************************************************************************************
	01. #header
	*********************************************************************************************/
	
	#header {
		width:auto;
		height:83px;
		padding-top:45px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.25, #EBEBEB),
			color-stop(1, #FFFFFF)
		);
		background-image: -o-linear-gradient(bottom, #EBEBEB 25%, #FFFFFF 100%);
		background-image: -moz-linear-gradient(bottom, #EBEBEB 25%, #FFFFFF 100%);
		background-image: -webkit-linear-gradient(bottom, #EBEBEB 25%, #FFFFFF 100%);
		background-image: -ms-linear-gradient(bottom, #EBEBEB 25%, #FFFFFF 100%);
		background-image: linear-gradient(to bottom, #EBEBEB 25%, #FFFFFF 100%);
	}
	
	#header #contactList {
		right:0;
		top:0;
		width:100%;
		height:37px;
		padding-top:4px;
		padding-bottom:4px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #E5BC6A),
			color-stop(1, #D2AC61)
		);
		background-image: -o-linear-gradient(bottom, #E5BC6A 0%, #D2AC61 100%);
		background-image: -moz-linear-gradient(bottom, #E5BC6A 0%, #D2AC61 100%);
		background-image: -webkit-linear-gradient(bottom, #E5BC6A 0%, #D2AC61 100%);
		background-image: -ms-linear-gradient(bottom, #E5BC6A 0%, #D2AC61 100%);
		background-image: linear-gradient(to bottom, #E5BC6A 0%, #D2AC61 100%);
		box-shadow:0px 0px 13px rgba(0,0,0,0.4);
	}

	#header #controlFont,
	#header #discription {
		display:none;
	}
	
	#glNav ul li ul li.fkidashi {display:none;}
	
	#header #contactList li a {
		width:0;
		font-size:0;
		height:37px;
		line-height:37px;
	}
	#header #contactList li#iconCompanuy a {
		background:url(css_img/iconCtlistCompany_sm.png) no-repeat left top;
		background-size:37px;
		padding-left:40px;
	}
	#header #contactList li#iconGoods a {
		background:url(css_img/iconCtlistGoods_sm.png) no-repeat left top;
		background-size:40px;
		padding-left:43px;
	}
	#header #contactList li#iconContact a {
		background:url(css_img/iconCtlistContact_sm.png) no-repeat left top;
		background-size:40px;
		padding-left:43px;
	}
	
	#header #contactList li {
		float:none;
		position:absolute;
		top:4px;
		/*font-size:1.1rem;
		text-shadow:1px 1px 0px #fff;
		margin:0;*/
	}
	#header #contactList li#iconCompanuy {
		/*right:145px;*/
		right:97px;
	}
	#header #contactList li#iconGoods {
		right:54px;
	}
	#header #contactList li#iconContact {
		right:11px;
	}

	h1 {
		left:18px;
		top: auto;
		bottom:0;
	}
	h1 a {
		width:334px;
		height:0;
		font-size:0;
		overflow:hidden;
		padding-top:65px;
		background:url(css_img/logoSideId_sm.png) no-repeat left top;
		background-size:100%;
	}
	
	#header #btmGnavView {
		display:block;
		position:absolute;
		right:10px;
		bottom:15px;
	}
	#header #btmGnavView a {
		display:block;
		width:61px;
		font-size:0;
		height:0;
		line-height:0;
		padding-top:55px;
		background:url(css_img/btmMenuView.png) no-repeat left top;
		background-size:61px;
	}
	

	/***************************************************************************************
	02. #glNav
	*********************************************************************************************/
	
	#glNav {
		height: auto;
		padding-top:9px;
		top:-7px;
		background:#6f6f6f;
	}
	#glNav ul {
		width:auto;
		border-left:none;
	}
	
	#glNav > ul.hide {display:none;}
	#glNav > ul.show {display: inherit;}
	
	#glNav ul li {
		float:none;
		width:auto;
	}
	#glNav ul li a {
		text-align:left;
		height:auto;
		line-height:1.5rem;
		padding:18px 0 18px 20px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FBFBFB),
			color-stop(0.5, #F1F0F0),
			color-stop(0.5, #E8E8E8),
			color-stop(1, #DADADA)
		);
		background-image: -o-linear-gradient(bottom, #FBFBFB 0%, #F1F0F0 50%, #E8E8E8 50%, #DADADA 100%);
		background-image: -moz-linear-gradient(bottom, #FBFBFB 0%, #F1F0F0 50%, #E8E8E8 50%, #DADADA 100%);
		background-image: -webkit-linear-gradient(bottom, #FBFBFB 0%, #F1F0F0 50%, #E8E8E8 50%, #DADADA 100%);
		background-image: -ms-linear-gradient(bottom, #FBFBFB 0%, #F1F0F0 50%, #E8E8E8 50%, #DADADA 100%);
		background-image: linear-gradient(to bottom, #FBFBFB 0%, #F1F0F0 50%, #E8E8E8 50%, #DADADA 100%);
		color:#4f4c4b;
		text-shadow:1px 1px 0px #fff;
		border-right:none;
	}
	#glNav ul li a:hover {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #F0F0F0),
			color-stop(0.5, #DEDDDD),
			color-stop(0.5, #CACACA),
			color-stop(1, #B6B6B6)
		);
		background-image: -o-linear-gradient(bottom, #F0F0F0 0%, #DEDDDD 50%, #CACACA 50%, #B6B6B6 100%);
		background-image: -moz-linear-gradient(bottom, #F0F0F0 0%, #DEDDDD 50%, #CACACA 50%, #B6B6B6 100%);
		background-image: -webkit-linear-gradient(bottom, #F0F0F0 0%, #DEDDDD 50%, #CACACA 50%, #B6B6B6 100%);
		background-image: -ms-linear-gradient(bottom, #F0F0F0 0%, #DEDDDD 50%, #CACACA 50%, #B6B6B6 100%);
		background-image: linear-gradient(to bottom, #F0F0F0 0%, #DEDDDD 50%, #CACACA 50%, #B6B6B6 100%);
		color:#4f4c4b;
		text-shadow:1px 1px 0px #fff;
		border-right:none;
	}
	#glNav ul li a.subNav,
	#glNav ul li a.subNav_c {
		display:block;
		width:28px;
		height:22px;
		margin:-11px 0 0;
		padding:0;
		position:absolute;
		right:15px;
		left:auto;
		top:50%;
	}
	#glNav ul li a.subNav{background:url(css_img/btmViewNav_open.png) no-repeat left top;background-size:28px;}
	#glNav ul li a.subNav_c{background:url(css_img/btmViewNav_close.png) no-repeat left top;background-size:28px;}
	
	#glNav ul li ul li a.subNav,
	#glNav ul li ul li a.subNav_c {
		width:32px;
		height:24px;
		margin:-11px 0 0;
		padding:0;
		position:absolute;
		border:none;
		right:5px;
		top:50%;
	}
	#glNav ul li ul li a.subNav {background:url(css_img/btmViewNavSub_open.png) no-repeat left top;background-size:32px;}
	#glNav ul li ul li a.subNav_c {background:url(css_img/btmViewNavSub_close.png) no-repeat left top;background-size:32px;}
	
	#glNav ul li ul {
		width:auto;
		top:50px;
		left:10px;
		padding:0;
		background-position:left;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #C8AF41),
			color-stop(1, #EED34D)
		);
		background-image: -o-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -moz-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -webkit-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -ms-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: linear-gradient(to bottom, #C8AF41 0%, #EED34D 100%);
		border:solid 1px #fff;
		/*display:block;*/
		box-shadow:0px 0px 10px rgba(0,0,0,0.5);
		z-index:15;
	}
	#glNav ul li ul,
	#glNav ul li:hover ul {display:none;}
	#glNav ul li ul.show {display:block;}
	
	#glNav ul li ul li {
		width:auto;
		float:none;
		background:none;
	}
	#glNav ul li ul li.fkidashi {
		height:25px;
		width:25px;
		background:url(css_img/imgPartsFukidashi_sm.png) no-repeat left top;
		background-size:25px;
		position:absolute;
		left:10px;
		top:-25px;
		display:block;
	}
	#glNav ul li ul li a {
		background:none;
		border-bottom:solid 1px #cecece;
		padding:20px 55px 20px 25px;
		left:0;
		line-height:inherit;
		display:block;
	}
	#glNav ul li ul li a:hover {
		background:#f9ce3a;
	}
	#glNav ul li ul li ul {
		left:35px;
		top:65px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #C8AF41),
			color-stop(1, #EED34D)
		);
		background-image: -o-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -moz-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -webkit-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: -ms-linear-gradient(bottom, #C8AF41 0%, #EED34D 100%);
		background-image: linear-gradient(to bottom, #C8AF41 0%, #EED34D 100%);
	}

	/***************************************************************************************
	03. #contents
	*********************************************************************************************/
	
	#contents {
		background:none;
	}
	
	#contents .inner {
		width:auto;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #E0E0E0)
		);
		background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%);
		background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
	}

	/***************************************************************************************
	04. #main
	*********************************************************************************************/
	
	#main {
		width:auto;
		float:none;
		padding:55px 20px 30px;
		background:none;
	}
	
	#main h2 {
		height:65px;
		line-height:65px;
		text-align:center;
		background:none;
		margin-bottom:25px;
		font-size:1.5rem;
		border-top:solid 4px #ffd488;
		border-bottom:solid 4px #ffd488;
	}
	#main #psList,
	#main #psList a {
		font-size:16px;
		line-height:1.0rem;
	}
	
	#main #pageWaller .imgTl {
		display:none;
	}
	#main #pageWaller .imgTlSmp {
		display: inherit;
	}
	
	#main #pageWaller .imgTl img,
	#main #pageWaller .imgTlSmp img {
		box-shadow:none;
	}

	/***************************************************************************************
	05. #sidebar
	*********************************************************************************************/
	
	#sidebar {
		margin-right:0;
		padding:55px 20px 55px;
		border-top:solid 1px #ccc;
		background: none;
		float:none;
		width:auto;
	}
	
	#sidebar #bnrlistCHK h2, 
	#sidebar #bnrlistSns h2,
	#sidebar #bnrTwitter h2 {
		display:block;
		color:#fff;
		margin-bottom:25px;
		padding:10px 10px;
		box-shadow:0px 0px 10px rgba(0,0,0,0.4);
		text-align:center;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #C9A844),
			color-stop(1, #E0BB4C)
		);
		background-image: -o-linear-gradient(bottom, #C9A844 0%, #E0BB4C 100%);
		background-image: -moz-linear-gradient(bottom, #C9A844 0%, #E0BB4C 100%);
		background-image: -webkit-linear-gradient(bottom, #C9A844 0%, #E0BB4C 100%);
		background-image: -ms-linear-gradient(bottom, #C9A844 0%, #E0BB4C 100%);
		background-image: linear-gradient(to bottom, #C9A844 0%, #E0BB4C 100%);
	}
	
	#sidebar #bnrlistCHK {
		margin-bottom:55px;
	}
	
	/*バナーの並び設定*/
	#sidebar #bnrlistCHK li,
	#sidebar #bnrlistSns li,
	#sidebar #bnrTwitter li {
		float:left;
		width:50%;
	}
	/*バナーのリンク画像設定*/
	#sidebar #bnrlistCHK li a,
	#sidebar #bnrlistSns li a,
	#sidebar #bnrTwitter li a {
		display:block;
		padding:0 10px;
	}
	#sidebar #bnrlistCHK li img,
	#sidebar #bnrlistSns li img {
		width:100%;
		height:auto;
	}
	
	/*ツィッター用バナー設定*/
	#sidebar #bnrTwitter {
		display: inherit;
		margin-top:45px;
	}
	
	#main #psList {
		position: inherit;
		left: auto;
		top: -20px;
		color: #999;
		font-size: 0.89rem;
	}

	/*検索キーワード*/
	#sidebar #boxKeyWordList {
		margin-bottom:35px;
		border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
		box-shadow:0px 0px 8px rgba(0,0,0,0.4);
		overflow:hidden;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFD876),
			color-stop(1, #FFC14D)
		);
		background-image: -o-linear-gradient(bottom, #FFD876 0%, #FFC14D 100%);
		background-image: -moz-linear-gradient(bottom, #FFD876 0%, #FFC14D 100%);
		background-image: -webkit-linear-gradient(bottom, #FFD876 0%, #FFC14D 100%);
		background-image: -ms-linear-gradient(bottom, #FFD876 0%, #FFC14D 100%);
		background-image: linear-gradient(to bottom, #FFD876 0%, #FFC14D 100%);
	}
	
	#sidebar #boxKeyWordList h2 {
		margin-bottom:0;
		color:#fff;
		font-size:1.05rem;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:50px;
		height:auto;
		line-height:1.5rem;
		background:url(css_img/iconSideSearch.png) no-repeat 2px center;
	}
	
	
	/*お問合せ項目*/
	#sidebar #boxContact {
		padding-top:35px;
		margin-bottom:75px;
		border-radius: 0 0 10px 10px;        /* CSS3草案 */  
    -webkit-border-radius: 0 0 10px 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0 0 10px 10px;   /* Firefox用 */
		overflow:hidden;
	}

	#sidebar #boxContact .btmContact {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #7A9EF3),
			color-stop(1, #487AEE)
		);
		background-image: -o-linear-gradient(bottom, #7A9EF3 0%, #487AEE 100%);
		background-image: -moz-linear-gradient(bottom, #7A9EF3 0%, #487AEE 100%);
		background-image: -webkit-linear-gradient(bottom, #7A9EF3 0%, #487AEE 100%);
		background-image: -ms-linear-gradient(bottom, #7A9EF3 0%, #487AEE 100%);
		background-image: linear-gradient(to bottom, #7A9EF3 0%, #487AEE 100%);
	}
	#sidebar #boxContact .btmContact:hover {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #96B6FF),
			color-stop(1, #78A1FF)
		);
		background-image: -o-linear-gradient(bottom, #96B6FF 0%, #78A1FF 100%);
		background-image: -moz-linear-gradient(bottom, #96B6FF 0%, #78A1FF 100%);
		background-image: -webkit-linear-gradient(bottom, #96B6FF 0%, #78A1FF 100%);
		background-image: -ms-linear-gradient(bottom, #96B6FF 0%, #78A1FF 100%);
		background-image: linear-gradient(to bottom, #96B6FF 0%, #78A1FF 100%);
	}
	#sidebar #boxContact .btmContact a {
		height:0;
		line-height:0;
		font-size:0;
		padding-top:58px;
		background:url(css_img/btmMailContactSide.png) no-repeat 12px 9px;
	}
	
	
	#sidebar #boxContact h2 {
		width:300px;
		padding-top:197px;
		background:url(css_img/imgContactOfficeSideSM.png) no-repeat left top;
		background-size:100%;
		right: auto;
		left:10px;
		top:-10px;
	}
	
	#sidebar #boxTwitter {
		display:none;
	}

	/***************************************************************************************
	06. #footer
	*********************************************************************************************/
	
	#footer {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #8A8A8A),
			color-stop(1, #5F5E5E)
		);
		background-image: -o-linear-gradient(bottom, #8A8A8A 0%, #5F5E5E 100%);
		background-image: -moz-linear-gradient(bottom, #8A8A8A 0%, #5F5E5E 100%);
		background-image: -webkit-linear-gradient(bottom, #8A8A8A 0%, #5F5E5E 100%);
		background-image: -ms-linear-gradient(bottom, #8A8A8A 0%, #5F5E5E 100%);
		background-image: linear-gradient(to bottom, #8A8A8A 0%, #5F5E5E 100%);
		position:relative;
		padding:30px 10px 180px;
		box-shadow:0px 0px 13px rgba(0,0,0,0.4);
	}

	#footer .inner {
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	#footer .inner .boxNav {
		float:none;
		margin:0 25px 35px;
		width:auto;
	}
	
	#footer .inner .boxNav h2 {
		margin-right:0;
		margin-bottom:20px;
		font-size:1.36rem;
		text-align:center;
	}
	
	#footer .inner .boxNav ul {
		margin:0;
		border:none;
		padding-left:0;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */
		overflow:hidden;
		box-shadow:0px 0px 10px rgba(0,0,0,0.4);
	}
	#footer .inner .boxNav li {
		margin-bottom:0;
	}
	#footer .inner .boxNav li a {
		display:block;
		text-align:center;
		padding:15px 10px;
		border-bottom:solid 1px #c4c4c4;
		color:#595959;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #FFFFFF),
			color-stop(1, #F1F1F1)
		);
		background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
		background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
		background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
		background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F1F1F1 100%);
		background-image: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 100%);
	}

	#footer #footerLogo {
		left:50%;
		bottom:36px;
		width:140px;
		margin-left:-70px;
		padding-top:80px;
		background:url(css_img/logoFooter_sm.png) no-repeat left top;
		background-size:140px;
	}

	#footer #textCopyright {
		right:0;
		bottom:5px;
		text-align:center;
		width:100%;
	}

}


/*===============================================
●smart.css  画面の横幅が460pxまで
===============================================*/
@media screen and (max-width:460px){
	
	h1 {
		left:8px;
		bottom:5px;
	}
	
	h1 a {
		width:258px;
		height:0;
		font-size:0;
		overflow:hidden;
		padding-top:55px;
		background:url(css_img/logoSideId_sm.png) no-repeat left top;
		background-size:100%;
	}
	#sidebar #bnrlistCHK li,
	#sidebar #bnrlistSns li,
	#sidebar #bnrTwitter li {
		float:none;
		width:auto;
	}
	
	
	#header #btmGnavView {
		right:8px;
		bottom:22px;
	}
	#header #btmGnavView a {
		width:40px;
		padding-top:38px;
		background:url(css_img/btmMenuView.png) no-repeat left top;
		background-size:40px;
	}
}