@charset "UTF-8";
/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. FontColor styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. HeaderMenu styles
		2-4. Breadcrumbs styles
		2-5. Keyv styles
		2-6. Main styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles
-------------------------------------------------------------------*/
html { color:#333; }
a:link, a:visited { color:#2CA6E6; text-decoration:none; }
.touchHover,
.noTapColor,
button { -webkit-tap-highlight-color:rgba(0,0,0,0); }


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/
.headline1 {
	background:url(../img/home/bg_h3.gif) no-repeat;
	background-size:100%;
	border-bottom:3px solid #e93c3d;
	color:#e93c3d;
	font-size:138.5%;
	padding:5px 8%;
}

.headline2 {
	/*background:url(../img/common/icon_arrow02.gif) no-repeat 10px 3px;
	background-size:7px 11px;
	-moz-background-size:7px 11px;
	-webkit-background-size:7px 11px; */
	border-bottom:3px solid #a67c52;
	font-size:16px;
	font-weight:bold;
	padding:0 0 4px 0;
	margin-bottom:10px;
}

.headline2 img{
	vertical-align:middle;
	margin-left:10px;
}

.headline2 span{
	font-size:14px;
	}
	
.headline3 {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base setting
-------------------------------------------------------------------*/
body { min-width:320px; }

/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/
#header {
	border-top:3px solid #e6e6e6;
}
#header #logo {
	display:inline;
	float:left;
	margin:10px 0 10px 9px;
}
#header #logo img {
	width:157px;
	height:17px;
}
#header .menuButton {
	display:inline;
	float:right;
	margin:6px 4px;
}

#header .menuButton a{
	width:95px;
	height:32px;
}

#header .menuButton img {
	visibility:hidden;
}
#header .menuButton,
#header .menuButton a {
	display:block;
	background:url(../img/common/btn_menu.gif) no-repeat 0 0;
	-webkit-background-size:95px 32px;
	-moz-background-size:95px 32px;
	background-size:95px 32px;
	text-indent:-9999px;
}
#header .menuButton.active,
#header .menuButton.active a {
	background:url(../img/common/btn_menu_on.gif) no-repeat 0 0;
	-webkit-background-size:95px 32px;
	-moz-background-size:95px 32px;
	background-size:95px 32px;
}
#header .close a {
	display:block;
	background:#b3b3b3 url(../img/common/icon_naviclose.png) no-repeat 10% 50%;
	background-size:18px 19px;
	color:#FFF;
	font-size:16px;
	padding:8px;
	text-align:center;
	border-radius:5px;
	border:2px solid #FFFFFF;
	width:80%;
	margin:0 auto;
}
#header .close span {
	/* background:url(../img/common/icon_naviclose.png) no-repeat 0 3px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
	background-size:16px 16px; */
}

/* ------------------------------------------------------------------
	2-3. HeaderMenu styles
-------------------------------------------------------------------*/
#navi {
	display:none;
	clear:both;
	background:#cccccc;
	padding:10px 10px 6px 10px;
}
#navi ul {
	border-top:1px solid #b3b3b3;
	margin-bottom:15px;
}
#navi ul li {
	border-bottom:1px solid #b3b3b3;
	background:#FFFFFF url(../img/common/icon_arrow01.png) no-repeat 98% 50%;
	background-size:10px 15px;
}

#navi ul li a{
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	color:#333333;
	padding:15px 0 0 60px;
	text-decoration:none;
}

#navi ul li#home a{
	background:url(../img/common/icon_menu01.png) no-repeat;
	background-size:45px 45px;
}

#navi ul li#mitsumori a{
	background:url(../img/common/icon_menu02.png) no-repeat;
	background-size:45px 45px;
}

#navi ul li#hikaku a{
	background:url(../img/common/icon_menu03.png) no-repeat;
	background-size:45px 45px;
}

#navi ul li#list a{
	background:url(../img/common/icon_menu04.png) no-repeat;
	background-size:45px 45px;
}

#navi ul li#guide a{
	background:url(../img/common/icon_menu05.png) no-repeat;
	background-size:45px 45px;
}

#navi ul li#athome {
	border:1px solid #b3b3b3;
	background:#f2f2f2 url(../img/common/icon_arrow01.png) no-repeat 98% 50%;
	background-size:10px 15px;
	margin-top:10px;
}

#navi ul li#athome a{
	background:url(../img/common/icon_memu06.png) no-repeat;
	background-size:45px 45px;
}


/* ------------------------------------------------------------------
	2-6. Main styles
-------------------------------------------------------------------*/
.stepList {
	clear:both;
	margin:0 auto 10px;
	background:url(../img/common/bg_step.gif) repeat-x 0 0;
	background-size:1px 50px;
	-moz-background-size:1px 50px;
	-webkit-background-size:1px 50px;
}
.stepList img {
	width:100%;
	max-width:320px;
	vertical-align:top;
}
.general {
	clear:both;
	background:url(../img/common/bg_dot01.png) repeat 0 0;
	background-size:4px 4px;
	-moz-background-size:4px 4px;
	-webkit-background-size:4px 4px;
	padding:8px;
}
.generalInner {
	background:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #a67c52;
	padding:10px;
}
p.pageTop {
	clear:both;
	float:right;
	border-radius:5px 5px 0 0;
	background:#f2f2f2 url(../img/common/icon_up.gif) no-repeat 95% 50%;
	background-size:18px 18px;
	margin-right:10px;
}
p.pageTop a {
	display:block;
	padding:5px 30px 5px 10px;
	color:#333333;
	text-decoration:none;
}
p.postcode a img {
	width:107px;
	height:29px;
}
p.postcode .size01 {
	width:80px;
	padding-left: 3px;
	text-align:left;
}
.inputStyle {
	height:30px;
	border:1px solid #373737!important;
	border-radius:3px;
	-webkit-box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	-moz-box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	-webkit-appearance:none;
	background:#FFF;
}
textarea.areaStyle {
	border:1px solid #373737!important;
	border-radius:3px;
	-webkit-box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	-moz-box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	box-shadow: #DFDFDF 1px 1px 2px 1px inset;
	-webkit-appearance:none;
	background:#FFF;
}
/*input { color:#999; }*/
input.focusField { color:#333!important; }
input.fillField { color:#333!important; }
.error {
}
span.error {
	display: block;
	padding:0 0 2px 18px;
	color:#e93c3d;
	background:url(../img/common/icon_error.png) no-repeat;
	background-size:16px 14px;
}
input.error,
select.error {
	background-color:#FFF !important;
}
.roomSelect {
	padding-top:5px;
}


/* ------------------------------------------------------------------
	simulation
-------------------------------------------------------------------*/
.general .group {
	clear:both;
	padding:10px 5px 15px 5px;
	border-bottom:1px dotted #a67c52;
}
.general .group.error {
	margin-bottom:0;
	padding:10px 5px 15px 5px;
	border-bottom:1px dotted #a67c52;
}

.general .group.error input,
.general .group.error select{
	border:1px solid #eb5051;
	background:#ffdee3;
}
.general .group:last-child {
	background:none;
	padding-bottom:0;
}
.general .group h3 {
	margin-bottom:15px;
	font-size:108%;
}
.general .group h3.headline4 {
	display:inline-block;
	margin-bottom:0;
	width:35%;
	vertical-align:top;
}
.general .group span.require {
	margin-left:3px;
	color:#e93c3d;
	font-size:11px;
}
.general .group .rightBlock {
	display:inline-block;
	width:63%;
	vertical-align:middle;
}
.general select,
.general label {
	vertical-align:middle;
}
.general .group .chooseButton {
	margin-bottom:18px;
	text-align:center;
}
.general .group .chooseButton a {
	display:inline-block;
	background:#FDFDFD url(../img/common/icon_plus01.png) no-repeat 0 50%;
	background:url(../img/common/icon_plus02.png) no-repeat 10px 50%, -moz-linear-gradient(top, #FDFDFD 0%, #EBEBEB 100%);
	background:url(../img/common/icon_plus02.png) no-repeat 10px 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,#EBEBEB));
	background:url(../img/common/icon_plus02.png) no-repeat 10px 50%, -webkit-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	background:url(../img/common/icon_plus02.png) no-repeat 10px 50%, -o-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	background:url(../img/common/icon_plus02.png) no-repeat 10px 50%, -ms-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	background-size:18px 17px, 100% 100%;
	-moz-background-size:18px 17px, 100% 100%;
	-webkit-background-size:18px 17px, 100% 100%;
	border:1px solid #BBB;
	border-bottom:3px solid #A3A3A3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 2px 2px 0 #DEDEDE;
	-moz-box-shadow:0 2px 2px 0 #DEDEDE;
	-webkit-box-shadow:0 2px 2px 0 #DEDEDE;
	color:#333;
	font-size:12px;
	padding:11px 13px 11px 38px;
	text-shadow:0 1px 0 #FFF;
}
.general .group .chooseButton.active a {
	background:#3E5070;
	background:url(../img/common/icon_plus01.png) no-repeat 10px 50%, -moz-linear-gradient(top, #3E5070 0%, #3E5070 100%);
	background:url(../img/common/icon_plus01.png) no-repeat 10px 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E5070), color-stop(100%,#3E5070));
	background:url(../img/common/icon_plus01.png) no-repeat 10px 50%, -webkit-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	background:url(../img/common/icon_plus01.png) no-repeat 10px 50%, -o-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	background:url(../img/common/icon_plus01.png) no-repeat 10px 50%, -ms-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	background-size:18px 17px, 100% 100%;
	-moz-background-size:18px 17px, 100% 100%;
	-webkit-background-size:18px 17px, 100% 100%;
	border:1px solid #61708A;
	border-bottom:3px solid #3E5070;
	-webkit-box-shadow:inset 0 1px 3px 1px #414D61;
	box-shadow:inset 0 1px 3px 1px #414D61;
	-moz-box-shadow:inset 0 1px 3px 1px #414D61;
	color:#B2B9C6;
	text-shadow:0 1px 0 #5b6A85;
}
.general .group .chooseList {
	margin-bottom:15px;
}
.general .group .chooseList li {
	float:left;
	width:25%;
	font-size:12px;
	text-align:center;
	text-shadow:0 1px 0 #FFF;
}
.general .group .chooseList li a {
	display:block;
	background:#FDFDFD;
	background:-moz-linear-gradient(top, #FDFDFD 0%, #EBEBEB 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,#EBEBEB));
	background:-webkit-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	background:-o-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	background:-ms-linear-gradient(top, #FDFDFD 0%,#EBEBEB 100%);
	border:1px solid #BBB;
	border-bottom:3px solid #A3A3A3;
	border-right:none;
	box-shadow:0 2px 2px 0 #DEDEDE;
	-moz-box-shadow:0 2px 2px 0 #DEDEDE;
	-webkit-box-shadow:0 2px 2px 0 #DEDEDE;
	color:#333;
}
.general .group .chooseList li span {
	display:block;
	border-left:1px solid #FFF;
	padding:11px 0;
}
.general .group .chooseList li:first-child a {
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
}
.general .group .chooseList li:first-child span {
	border-left:none;
}
.general .group .chooseList li:last-child a {
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	border-right:1px solid #BBB;
}
.general .group .chooseList li.checked {
	text-shadow:0 1px 0 #5b6A85;
}
.general .group .chooseList li.checked a {
	background:#3E5070;
	background:-moz-linear-gradient(top, #3E5070 0%, #3E5070 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E5070), color-stop(100%,#3E5070));
	background:-webkit-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	background:-o-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	background:-ms-linear-gradient(top, #3E5070 0%,#3E5070 100%);
	border:1px solid #61708A;
	border-top:1px solid #FFF;
	border-bottom:3px solid #3E5070;
	border-right:none;
	-webkit-box-shadow:inset 0 1px 3px 1px #414D61;
	box-shadow:inset 0 1px 3px 1px #414D61;
	-moz-box-shadow:inset 0 1px 3px 1px #414D61;
	color:#FFF;
}
.general .group .chooseList li.checked span {
	border-left:none;
}
.general .group:last-child .chooseList li {
	width:50%;
}
.requestForm .general {
	clear:both;
}
.requestForm .general .place {
	margin:-6px 13px 10px;
}
.requestForm .general .generalInner {
	padding:2px;
	margin-bottom:10px;
}
.requestForm .general .generalInner:last-child {
	margin-bottom:0;
}
.requestForm .general .placeBox {
	background:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #a67c52;
	padding:10px;
}
.requestForm .general .placeBox .generalInner {
	border:none;
	padding:0;
}

.requestForm .general .placeBox .itemArea{
	border-top:2px solid #ccc;
}
.requestForm .general .checkItem {
	border-bottom:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;

}

.requestForm .general .selected {
	background:#F3EBCD;
}

.general div.imageBox.campanyName{
}

.general div.imageBox {
	display:table-cell;
	z-index:1;
}
.general div.imageBox p {
	text-align:center;
	width:60px;
	float:left;
}

.general div.imageBox h3{
	display:table-cell;
	font-size:123%;
	color:#e93c3d;
	font-weight:bold;
	float:left;
	width:190px;
}

.general p.checkBox {
	display:table-cell;
	background:#f2f2f2;
	width:30px;
	text-align:center;
	vertical-align:top;
	padding-top:5px;
	z-index:1;
}
.general p.checkBox input {
}
.general .introBox {
	margin:0 6px 10px;
	padding:6px 44px 10px 58px;
	border-bottom:1px solid #D9BF65;
	min-height:90px;
	font-size:12px;
	line-height:1.5;
}
.general .introBox h3 {
	color:#F60;
	font-size:15px;
	margin-right:-44px;
	font-weight:bold;
}
.general .introBox p {
	font-size:12px;
}
.general div.checkItem p.price {
	margin-bottom:10px;
}
.general div.checkItem p.price span {
	color:#666;
	font-size:10px;
	padding:0 7px 0 13px;
}
.confirm01 {
	color:#666;
	font-size:10px;
	padding:0 7px 0 0;
}

.general div.checkItem p.price em,
.confirm02 {
	display:inline-block;
	color:#F00;
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
}
.general div.moreBlock .blockInner {
	display:none;
	overflow: visible !important;
}
.general div.moreBlock .moreButton {
	padding-bottom:10px;
	text-align:center;
}
.general div.moreBlock .moreButton a {
	display:inline-block;
	background:#f9f7f5 url(../img/simulation/icon_close03.png) no-repeat 5% 50%;
	background-size:17px 19px;
	-moz-background-size:17px 19px;
	-webkit-background-size:17px 19px;
	border:1px solid #8c6239;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight:bold;
	padding:7px 5px 7px 20px;
	color:#8c6239;
	width:230px;
}
.general div.moreBlock .moreButton a.active {
	background:#f9f7f5 url(../img/simulation/icon_close03_on.png) no-repeat 5% 50%;
	background-size:17px 19px;
	-moz-background-size:17px 19px;
	-webkit-background-size:17px 19px;
	color:#8c6239;
}
.general div.moreBlock h4 {
	background:url(../img/common/icon_arrow02.gif) no-repeat 0 6px;
	background-size:4px 6px;
	-moz-background-size:4px 6px;
	-webkit-background-size:4px 6px;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 8px;
	line-height:1.5;
}
.general div.moreBlock .inner {
	background:url(../img/common/bg_dot03.gif) repeat-x 0 100%;
	background-size:3px 1px;
	-moz-background-size:3px 1px;
	-webkit-background-size:3px 1px;
	font-size:12px;
	margin:0 6px 6px;
	padding-bottom:8px;
}
.general div.moreBlock .inner:last-child {
	background:none;
}
.general div.moreBlock .inner p {
	line-height:1.5;
	padding-left:8px;
}
.general ul.iconList {
	position:relative;
	margin:8px 0;
	/* width:230px; */
}
.general ul.iconList li {
	float:left;
	width:33px;
	margin:0 2px 4px;
	border:none;
}

.general ul.iconList li img {
	width:33px;
	height:33px;
}
.general ul.noteList li {
	position:relative;
	background:url(../img/common/icon_circle01.png) no-repeat 0 3px;
	background-size:11px 11px;
	-moz-background-size:11px 11px;
	-webkit-background-size:11px 11px;
	padding-left:13px;
	line-height:1.5;
}
div.tooltip {
	display:none;
	position:absolute;
	left:0!important;
	z-index:10;
	width:260px;
	padding:5px 10px 5px 5px;
	border-radius:4px;
	-webkit-box-shadow: #CCC 8px 10px 10px -3px;
	-moz-box-shadow: #CCC 8px 10px 10px -3px;
	box-shadow: #CCC 8px 10px 10px -3px;
	background:#000;
	opacity:0.7;
	filter:(alpha=70);
	color:#FFF;
}
div.tooltip p {
	padding-bottom:3px;
	font-size:12px;
	text-align:justify;
}
div.tooltip p.tipTitle {
	font-size:15px;
	font-weight:bold;
}

#person {
	text-align:center;
}
.general .group .note {
	font-size:93%;
}
.general .group .note02 {
	font-size:93%;
	color:#666666;
	line-height:1.3em;
	padding-top:5px;
}
.general .group .other {
	width:100%;
}
.general .group ul.name li {
	display:inline-block;
	width:49%;
}
.general .group ul.name li input {
	margin-left:5%;
	width:80%;
}
.general .group ul.gender {
	margin-bottom:0;
}
.general .group ul.gender li {
	width:50%;
}
.general .group ul.phone li {
	display:inline-block;
	width:37%;
	padding-left:15px;
	background:url(../img/common/bg_line.gif) no-repeat 0 50%;
	background-size:10px 1px;
	-moz-background-size:10px 1px;
	-webkit-background-size:10px 1px;
}
.general .group ul.phone li:first-child {
	width:21%;
	padding-left:0;
	background:none;
}
.general .group ul.phone li input {
	padding-left: 3px;
	text-align:left;
}

.generalInner .group:last-child{
	border-bottom:none;
}

.flowAllow{
	text-align:center;
	margin:0 auto 10px auto;
}

.buttonSec{
	border:1px solid #cccccc;
	padding:10px;
}

.comment02{
	font-size:93%;
	color:#666666;
	line-height:1.4em;
}

/* ------------------------------------------------------------------
	2-7. Footer styles
-------------------------------------------------------------------*/
#footer #fNav {
	margin:0 10px 10px;
	padding:8px 0;
	background:#F6F6F6;
	border-radius:5px;
	text-align:center;
}
#footer #fNav ul li {
	display:inline;
	width:auto;
	padding:0 3px 0 8px;
	background:url(../img/common/line_fnav.gif) no-repeat 0 3px;
	background-size:1px 13px;
}
#footer #fNav ul li.first {
	padding:0;
	background:none;
}
#footer #fNav ul li a {
	color:#333;
	font-size:11px;
	font-weight:bold;
}
#footer .switch {
	padding:18px 10px;
	background:#F6F6F6;
}
#footer .switch ul {
	background:#C8C1B7;
	border:2px solid #C8C1B7;
	border-radius:5px;
}
#footer .switch li {
	float:left;
	width:50%;
}
#footer .switch a {
	display:block;
	padding:2px 0 3px;
	background:#FFF;
	color:#333;
	font-weight:bold;
	text-align:center;
}
#footer .switch li:first-child a {
	border-radius:5px 0 0 5px;
}
#footer .switch li:last-child a {
	border-radius:0 5px 5px 0;
}
#footer .switch a.active {
	background:#C8C1B7;
}

#footer #copyright img {
	padding-right:10px;
}
#footer .fText {
	padding:10px;
	color:#666;
	font-size:11px;
}

p.noSimulation {
	padding: 10px;
	font-weight: bold;
	color: #D00C0C;
}


/* footer elements
============================================ */
#footer-btn-pagetop {
  text-align: right;
  padding: 10px; }

#footer-langswitch {}

#footer-langswitch nav {
	margin: 0;
    padding: 10px 20px;
}

#footer-langswitch nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	zoom: 1;
	border-radius: 5px;
	border: 1px solid #c7c1b7;
	background: #cccccc;
	overflow: hidden;
}

#footer-langswitch nav ul:before, #footer-langswitch nav ul:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: "\0020"; 
}

#footer-langswitch nav ul:after {
	clear: both;
}

#footer-langswitch nav ul li {
	width: 50%;
	float: left;
	text-align: center;
	color: #808080;
	line-height:1.6em;
	font-size:12px;
	}
	
#footer-langswitch nav ul li a {
	display: block;
    text-decoration: none;
    background: #fdfdfd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f7f7f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fdfdfd 0%, #f7f7f7 100%);
    /* W3C */
}

#footer-nav {
	clear:both;
	padding: 1em 3em;
	background: #f6f6f6;
	text-align: center;
	line-height:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

#footer-nav a {text-decoration: none; }
#footer-nav span {
	padding: 0 0.5em;
	color: #d9d9d9;
}

#footer #copyright {
	display: block;
	padding: 0 10px 10px;
	border-bottom: 1px solid #9b9b9b;
	line-height:1.5;
	font-size:11px;
}

#footer .note {
	margin:1em 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.5em;
	color: #808080;
	text-indent:0;
}

#footer-nav a:link,
#footer-langswitch a:link {
  color: #3d3d3d;}

#footer-nav a:visited,
#footer-langswitch a:visited{
  color: #3d3d3d;}
  
  
#footer{
	margin-bottom:30px;
	line-height:1.6;
}

/*
