@charset "Shift_JIS";

/* body
------------------------- */
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 90%;
	color: #666;
	line-height: 1.8;
	zoom: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka, Verdana, Sans-serif;
	
	-webkit-text-size-adjust: 100%;
	 min-width:1020px; 
}


/* link
------------------------- */
a{
	color: #0075a9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/* common
------------------------- */
strong{
	font-weight: bold;
}

.textred{
	color: #b05259;
}

.bottom{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* head
------------------------- */
#head {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
	zoom: 1;
}


#head #headtitle{
	float: left;
	width: 760px;
}

#head #headtitle h1{
	float: left;
	width: 417px;
	padding-right: 15px;
}

#head #headtitle .headtext{
	float: left;
	width: 323px;
	padding-top: 29px;
}

#head .headbutton{
	float: right;
	width: 150px;
	padding-top: 5px;
	text-align: right;
}

#head .headbutton .headinq{
	margin-bottom: 10px;
}

#head .headbutton .headprivacy{
	margin-bottom: 10px;
}

#head .headbutton a:hover{
     filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
#head .headbutton .hd_lang .choiced {
	background-image: url(../images/head/icon_lang.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 24px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
}
#head .headbutton .hd_lang span {
	font-family: "Open Sans", Arial, sans-serif;
}
#head .headbutton .hd_lang span::before {
	content: "/";
	padding: 0 0.5em;
}



/* page
------------------------- */
#page{
	width: 1000px;
	margin: 0 auto;
}

/* showcase
------------------------- */
#showcaseblock{
	background-color: #e5e5e5;
	padding: 10px 0 25px;
}

#showcaseblock #showcase{
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border: solid 1px #cfd4b3;
	padding: 9px;
}

/* menu
------------------------- */
#menu{
	background-image: url(../images/menu/bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	margin-bottom: 20px;
}

#menu ul#menublock{
	width: 1000px;
	height: 60px;
	background-image: url(../images/menu/line.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 auto;
	padding-left: 2px;
}

#menu ul#menublock li{
	float: left;
	width: 249px;
	background-image: url(../images/menu/line.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 1px;
	position: relative;
}

#menu ul#menublock li a{
	width: 248px;
	height: 45px;
	padding-top: 15px;
	display: block;
	text-align: center;
}

#menu ul#menublock li a.menulink:hover,
#menu ul#menublock li a.menulink.currentdir{
	background-image: url(../images/menu/bg_on.jpg);
	background-repeat: repeat-x;
}

#menu ul#menublock li ul.dropmenu{
	width: 208px;
	padding: 10px;
	position: absolute;
	top: 60px;
	background-image: url(../images/menu/puldown_bg.png);
	display: none;
	visibility: hidden;
	border: solid 1px #EEE;
}

#menu ul#menublock li ul.dropmenu li{
	width: 228px;
	background-image: none;
}

#menu ul#menublock li ul.dropmenu li a{
	width: 228px;
	height: 30px;
	padding-top: 8px;
	display: block;
	text-align: center;
}

#menu ul#menublock li ul.dropmenu li a:hover{
	background-image: url(../images/menu/puldown_on.png);
	color: #FFF;
	text-decoration: none;
}

#menu ul#menublock li ul.dropmenu li a span{
	font-size: 70%;
}

/* puldown */
.downarrowclass{position: absolute;}
.rightarrowclass{position: absolute;}
.ddshadow{position: absolute;}


/* container
------------------------- */
#container{
	width: 1000px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto 100px;
}

/* topicpath
------------------------- */
#container ul#topicpath{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}

#container ul#topicpath li{
	float: left;
	padding-right: 10px;
}

#container ul#topicpath li.currentpage{
	font-weight: bold;
}


/* main
------------------------- */
#container #main{
	float: left;
	width: 640px;
}

#container #main h2{
	padding-bottom: 20px;
	border-bottom: solid 1px #999;
	margin-bottom: 40px;
}

#container #main .contentblock{
	margin-bottom: 60px;
}

#container #main .contentblock.contentblockbottom{
	margin-bottom: 0px;
}

#container #main .contentblock h3.contenttitle{
	margin-bottom: 30px;
}

#container #main .contentblock .contentbox{
	margin-bottom: 30px;
	overflow: hidden;
	zoom: 1;
}

#container #main .contentblock .contentbox.contentbottom{
	margin-bottom: 0px;
}

#container #main .contentblock .contentbox .tabletr{
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
}

#container #main .contentblock .contentbox .tabletr.tablebottom{
	margin-bottom: 0px;
}

#container #main .contentblock .contentbox .tabletr .tableth{
	float: left;
	width: 90px;
	padding: 10px 10px 10px 0;
}

#container #main .contentblock .contentbox .tabletr .tabletd{
	float: right;
	width: 499px;
	padding: 10px 10px 10px 20px;
	border-left: dotted 1px #CCC;
}

#container #main .contentblock .contentbox table.simpletable td{
	padding: 0 10px 10px 0;
}

#container #main .contentblock .contentbox p{
	margin-bottom: 20px;
}

#container #main .contentblock .contentbox p.textbottom{
	margin-bottom: 0px;
}

#container #main .contentblock .contentbox table.simpletable td .namebox{
	padding: 5px 3px;
	border: solid 1px #AAA;
	line-height: 1.0;
	text-align: center;
	font-size: 90%;
}





/*==================================================*/
/*                                                  */
/* MAILFORM CSS                                     */
/* lastupdated 20230901 takuyahimi                  */
/*                                                  */
/*==================================================*/

form#mailformpro {
	margin: 0 auto;
	padding: 0;
}
form#mailformpro .mfp_phase {
	margin: 0;
	padding: 0;
}
form#mailformpro dl.mailform{
	overflow: hidden;
	zoom: 1;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
form#mailformpro dl.mailform:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
form#mailformpro dl dt {
	float: left;
	display: flex;
	justify-content: space-between;
	width: 200px;
	padding: 10px 10px 10px 0;
	font-size: 90%;
	text-align: left;
}
form#mailformpro dl dt.watto {
	padding: 26px 0 26px 20px;
}
form#mailformpro dl dd {
	float: right;
	width: 389px;
	padding: 10px 10px 10px 20px;
	border-left: 1px dotted #ccc;
	border-bottom: none;
}
form#mailformpro dl dd .spmn {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
form#mailformpro dl dd a {
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
	line-height: 3.0;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must_n {
	display: block;
	width: 15px;
	margin: 0 2px 0 0;
	padding: 0;
	font-size: 15px;
	color: #ff0000;
	line-height: 2.0;
	float: left;
}
form#mailformpro dl.mailform dt .must {
	display: block!important;
	width: 30px;
	background: #805050;
	padding: 7px 5px 5px 5px;
	line-height: 1.0;
	text-align: center;
	color: #fff!important;
	font-size: 80%!important;
}
/*
.must {
	display: block;
	width: 16px;
	padding: 0;
	font-size: 16px;
	color: #ff0000;
	line-height: 20px;
	float: left;
	margin: 0 5px 0 0;
}
*/
.opt {
	display: block;
	width: 16px;
	padding: 0;
	font-size: 16px;
	color: #525252;
	float: left;
	margin: 0 5px 0 0;
}


/*== label css ==*/
form#mailformpro label {
	display: block;
	border-radius: 3px;
	margin: 0;
	padding: 10px 0;
}
form#mailformpro label.watto {
	padding: 5px 0!important;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	background-color: #E8EEF9;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
}


/* confirm css */
#mfp_overlay_inner h4 {
	font-size: 24px;
	font-weight: 700;
	color: #002f56;
	line-height: 3.0rem;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 1000px;
	margin: 0 auto;
	border-bottom: solid 1px #CCC;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 16px;
	border-top: solid 1px #CCC;
	padding: 10px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}


/* confirm.flat css */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 105%;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {

}


/* confirm.overlay css */
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
	width:100%!important;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 98%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}


/* loading css */
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(https://www.kankyo-energy.jp/inquiry/shared/images/mfp_loading.gif);
}


/* error css */
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(https://www.kankyo-energy.jp/inquiry/shared/images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}


div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}


/* warning css */
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}


/* price css */
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}


/*== input css ==*/
form#mailformpro input{
	width: 240px;
	padding: 5px;
	background-color: #f9f5ee;
	border: 1px solid #d1cbc1;
}
/*
form#mailformpro input{
	width: 99%;
	background: #f6f5f2;
	border: 1px solid #dcdcdc;
	border-radius: 0;
	webkit-border-radius: 0;
	padding: 7px;
	font-size: 100%;
	font-family: "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*/
form#mailformpro input.watto{
	width: auto;
}
form#mailformpro input.cfm01{
	width: auto;
}
/*
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
*/
form#mailformpro input.checkbox{
	width:auto;
	padding: 7px;
	font-size: 100%;
	vertical-align: middle;
}
form#mailformpro input.checkbox{
	background:#f9f9f9;
	border:1px solid #dcdcdc;
	border-radius:0;
	webkit-border-radius:0;
	padding: 7px;
	font-size: 100%;
	font-family: "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
form#mailformpro input.radio{
	display: none;
}
.mfp label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 15px;
	text-align: center;
	line-height: 1;
}
.mfp label.cfm011 {
	text-align: left;
}
.mfp label.watto {
	text-align: left;
}
.mfp input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #002f56;
}
form#mailformpro textarea {
	width: 370px!important;
	height: 120px!important;
	margin: 0;
	padding: 5px;
	background-color: #f9f5ee;
	border: 1px solid #d1cbc1;
}
form#mailformpro li.pullarea {
	width:166px;
	height:40px;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
form#mailformpro li.pullarea_sp {
	width:200px;
}
form#mailformpro select {
	width: 252px;
	padding: 5px;
	background-color: #f9f5ee;
	border: 1px solid #d1cbc1;
}
form#mailformpro select.select_sp {
}
form#mailformpro select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(90deg);
}


/* phase css */
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}

ul#mfp_phase_stat {
	padding: 10px;
}
ul#mfp_phase_stat li {
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	bos-shadow: none;
	padding: 8px 5px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	background-color: #E8EEF9;
	box-shadow: 0px 0px 5px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-color: #CCC;
	color: #666;
	box-shadow: 0px 0px 5px #CCC;
}


/* cart css */
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}


/* button css */
div.mfp_buttons {
	clear: both;
	padding: 40px 0 50px 0;
	text-align: center;
}
#mfp_overlay_inner div.mfp_buttons {
	padding: 0 0 50px 0;
}
div.mfp_buttons button#mfp_button_send {
	width: 280px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../../images/send_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	width: 280px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../../images/rtn_btn.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
div.mfp_buttons button {
	cursor: pointer;
	width: 360px;
	height: 70px;
	margin-top: 20px;
	text-indent: -9999px;
	text-align: center;
	overflow: hidden;
	background-color: #333;
	background-image: url(../../images/button_send.gif);
	border: none;
}
div.mfp_buttons button:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
div.mfp_confirm_after {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 30px 0 20px 0;
}
/*
div.mfp_buttons button {
	cursor: pointer;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin: 0;
	padding: 16px 40px;
	background-color: #5c7b59;
	box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;
	transition:all 0.3s ease 0s;
}
div.mfp_buttons button:hover{
	color: #5c7b59;
	background-color: #fff;
}*/

/* mailform css */
body {
	overflow-x: hidden;
}
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}





/* side
------------------------- */
#container #side{
	float: right;
	width: 300px;
	padding-top: 91px;
}

#container #side .sidemenu{
	width: 296px;
	margin-bottom: 30px;
	border: solid 1px #c9c9c9;
	padding: 1px;
	position: relative;
}

#container #side .sidemenu img.sidemenuimg{
	position: absolute;
	top: -12px;
	right: 0px;
}

#container #side .sidemenu ul{
	width: 296px;
	background-color: #dfdfdf;
}

#container #side .sidemenu ul li{
	background-color: #dfdfdf;
	border-bottom: dotted 1px #FFF;
}

#container #side .sidemenu ul li a{
	width: 266px;
	padding: 20px 15px;
	display: block;
}

#container #side .sidemenu ul li a:hover{
	background-image: url(/shared/images/side/bg_on.png);
	background-repeat: repeat-y;
}

#container #side .sidemenu ul li.sidemenutitle{
	background-image: url(/shared/images/side/titlebg.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #FFF;
}

#container #side .sidemenu ul li.sidemenutitle a{
	height: 37px;
	padding: 10px 15px;
}

#container #side .sidemenu ul li.sidemenutitle a:hover{
	background-image: url(/shared/images/side/titlebg.png);
	background-repeat: repeat-x;
}

#container #side .sidebanner{
	border: solid 1px #CCC;
	margin-bottom: 20px;
}




#pagetop{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}


/* foot
------------------------- */
#foot{
	background-color: #333;
	color: #999;
	font-size: 90%;
}

#foot a:hover{
	text-decoration: none;
}

#foot .footcontent{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	zoom: 1;
}

/* footinfo */
#foot .footcontent .footinfo{
	float: left;
	width: 480px;
}

#foot .footcontent .footinfo .foottitle{
	margin-bottom: 25px;
}

#foot .footcontent .footinfo table.simpletable tr td{
	padding: 0 10px 10px 0;
}


/* footlink */
#foot .footcontent .footlink{
	float: right;
	width: 515px;
}

#foot .footcontent .footlink .footlinkbox{
	float: left;
	width: 150px;
	margin-right: 30px;
}

#foot .footcontent .footlink .footlinkbox.footlinkboxside{
	margin-right: 0px;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist{
	margin-bottom: 20px;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist.footlinklistbottom{
	margin-bottom: 0px;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li{
	margin-bottom: 15px;
	padding-left: 5px;
	font-size: 90%;
	line-height: 1.4;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li.footlinklisttitle{
	font-size: 100%;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #555;
	color: #CCC;
	font-weight: bold;
	margin-bottom: 10px;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li.footlinklisttitle a{
	color: #CCC;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li.footlinklisttitle a:hover{
	color: #EEE;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li a{
	color: #AAA;
}

#foot .footcontent .footlink .footlinkbox ul.footlinklist li a:hover{
	color: #CCC;
}

#foot .footcopyright{
	background-color: #2d2d2d;
}

#foot .footcopyright .footcopyrightcontent{
	width: 1000px;
	margin: 0 auto;
	color: #CCC;
	padding: 20px 0;
	text-align: right;
	font-size: 80%
}



/* clearFix
=================================*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */
* html .clearfix {
        height: 1px;
        /*\*//*/
        height: auto;
        overflow: hidden;
        /**/
}
/* End hide from IE 6 */

