@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #666;
	line-height:150%;
}

/* ----- reset ----- */

h1,h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul,li {
	list-style-type:none;
}
img {
	border: 0;
}

a {
	color: #000;
}
a:hover {
	color: #f00;
}

/* ----- wrapper ----- */

#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
	text-align: center;
	background-image: url(./image/bg.jpg);
}
#head-block {
	width: 100%;
	height: 100px;
	background: #fff;
}
#menu-block {
	width: 100%;
	padding-bottom: 20px;
	background: url(./image/frame-decoration.png) bottom repeat-x;
}
#body-block {
	width: 100%;
	padding-bottom: 360px; /* foot-block height + top link + blank */
	
}
#foot-block {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	background: #333;
}

/* ----- contents inner ----- */

#head-block-inner {
	width: 960px;
	height:100%;
	margin: auto;
	padding:10px 0 0 0;
	text-align: left;
}
#menu-block-inner {
	width: 960px;
	margin: auto;
	text-align: left;
}
#body-block-inner {
	width: 960px;
	margin: auto;
	text-align: left;
}
#foot-block-inner {
	width: 960px;
	height:100%;
	margin: -50px auto 0 auto;
	text-align: left;
}
#foot-block-subinner {
	margin: 25px 0;
}
#foot-block-items .foot-item {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#foot-block-items .foot-item h2 {
	color: #FFD100;
}
#foot-block-items .foot-item .text-left {
	width: 240px;
}
#foot-block-items .foot-item .text-left span {
	font-weight:bold;
	font-size: 130%;
	color: #FFD100;
}
#foot-block-items .foot-item a {
	color: #fff;
}
#foot-block-items .foot-item a:hover {
	color: #f00;
}

/* ----- header columns ----- */

#head-logo {
	float: left;
}
#head-text {
	float: left;
	margin: 0 0 0 25px;
	width: 580px;
}
#head-text p {
	font-size:11px;
}
#head-data {
	margin-top: 10px;
	float: right;
	text-align: right;
}
#head-data p {
	margin:4px 4px 0 0;
	padding:0;
}
#head-data span {
	font-size: 18px;
	font-weight: bold;
}
#head-data ul {
	float:right;
}
#head-data li {
	float: left;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	padding: 0 10px;
	font-size:12px;
}
#head-data li+ li {
	border-left: 0;
	border-right: 1px dotted #999;
}
#head-data li a {
	color: #000;
	text-decoration: none;
}
#head-data li a:hover {
	text-decoration: underline;
}
#head-data div {
	margin: 5px 0 0 0;
}


/* ----- menu -----*/

.menu {
	text-align: center;
}
.menu li {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.menu li+ li {
	border-left: 0;
	border-right: 1px solid #fff;
}
.menu li a {
	display: block;
	padding: 10px 22px 5px 26px;
	color: #000;
	text-decoration: none;
	background:url(./image/circle.png) no-repeat 8px center;
}
.menu li a:hover {
	background: #ECDBB9 url(./image/circle.png) no-repeat 8px center;
}
.menu li a span {
	display: block;
	font-size: 75%;
	font-family: Arial;
	margin-top: -5px;
	color: #666;
}

.super-link {
	background: #FFD100 url(./image/circle.png) no-repeat 8px center !important;
}
.super-link:hover {
	background: #FDE800 url(./image/circle.png) no-repeat 8px center !important;
}
.active-item .super-link {
	background: #FDE800 !important;
}

/* ----- contents ----- */

.contents {
	margin: 10px 0 0 0;
}
.contents-main {
	margin-top:10px;
}
.contents-column {
	float: left;
	width: 735px; /* inner 960px - side-column margin 25px */
}
.side-column {
	float: left;
	width: 210px;
	margin-left: 15px;
}
.contents-title {
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	background: url(./image/contents-title-bg.jpg) repeat-x bottom;
	border-top:1px solid #eee;
	font-weight:bold;
	font-size: 120%;
	color: #444;
}

.contents-text {
	line-height: 1.7em;
	letter-spacing: .1em;
	margin-bottom:10px;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #fff;
}
.contents-text p+ p {
	margin-top: 10px;
}
.contents-text h3 {
	text-indent: 5px;
	border-left: 7px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.contents-text p+ h3 {
	margin-top: 20px;
}
.contents-text ul+ h3 {
	margin-top: 20px;
}
.contents-text div+ h3 {
	margin-top: 20px;
}
.contents-text ul li {
	list-style-type: square;
	margin-left:25px;
}

.faq-items h3 {
	text-indent:0;
	font-size:140%;
	padding-top:3px;
	padding-left:10px;
	line-height:140%;
}
.faq-items p {
	padding-left: 15px;
}
.faq_ans {
	display: none;
	color: #000;
	padding: 10px;
	background: #FAF5E6;
}

.inline-list li {
	list-style-type: none;
	display: inline;
	margin-left:0 !important;
}
.inline-list li+ li {
	padding-left:5px;
	border-left: 1px solid #ccc;
}
.learnmore {
	text-align: right;
}
.learnmore a {
	color: #000;
	padding-left: 20px;
	background: url(./image/arrow-gray.png) no-repeat left center;
}
.learnmore a:hover {
	color: #f00;
}

.emp {
	font-weight:bold;
	font-size: 120%;
	color: #000;
}
.super-emp {
	color: #FF6600;
	margin:10px 0 10px 0;
	font-size:200%;
	text-align:center;
	font-weight:bold;
	line-height:120%;
}
.super-emp+ div {
	margin-top: 20px;
}
div+ .super-emp {
	margin-top: 20px;
}

.dropcap:first-letter {
	font-family: "ＭＳ ゴシック";
	font-size:180%;
	font-weight:bold;
	background:#583E01;
	color:#fff;
	padding:1px;
	margin-right: 3px;
}

/* ----- */

.img-left img {
	float: left;
	margin:0 10px 0 0;
}
.img-left h3 {
	margin-left: 210px;
}
.img-left p {
	margin-left: 220px;
}
.img-right img {
	float: right;
	margin:0 0 0 10px;
}
.img-right h3 {
	margin-right: 210px;
}
.img-right p {
	margin-right: 220px;
}
.img-left+ .img-left, .img-left+ .img-right, .img-right+ .img-right, .img-right+ .img-left {
	margin-top:15px;
}

.img-left ul {
	margin-left: 200px;
}

/* ----- */

.index-img-area {
	width: 950px;
	margin-bottom: 20px;
	position: relative;
	left: 5px;
	color:#fff;
}
.index-img-area img {
	/* border:5px solid #eee; */
}

.top-img-area {
	width: 100%;
	margin-bottom: 20px;
}
.top-img-area img {
	border:5px solid #eee;
}

/* ----- page-menu ----- */

.page-menu {
	margin-bottom: 10px;
	border: 5px solid #eee;
	background: #EBE6DC;
}
.page-menu li+ li {
	border-top:1px solid #fff;
}
.page-menu a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(./image/arrow-gray.png) no-repeat 10px center;
	padding: 15px 10px 10px 30px;
}
.page-menu a:hover {
	background: url(./image/menu-active.png) no-repeat;
}
.page-menu a span {
	display: block;
	font-size:75%;
	margin-top: -5px;
	color: #666;
}
.page-menu .sub-link a {
	padding: 2px 0 2px 40px;
	background: #EBE6DC url(./image/arrow.png) no-repeat 25px center;
}
.page-menu .sub-link a:hover {
	background: #ECDBB9 url(./image/arrow.png) no-repeat 25px center;
}

/* ----- */

.page-menu-icon-user {
	background-image: url(./image/icon-user.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-tick {
	background-image: url(./image/icon-tick.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-revert {
	background-image: url(./image/icon-revert.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-remove {
	background-image: url(./image/icon-remove.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-notes {
	background-image: url(./image/icon-notes.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-list {
	background-image: url(./image/icon-list.png);
	background-repeat: no-repeat;
	background-position: 170px;
}
.page-menu-icon-book {
	background-image: url(./image/icon-book.png);
	background-repeat: no-repeat;
	background-position: 170px;
}

/* ----- */

#page-menu-man {
	background-image: url(./image/menu-man.png);
	background-repeat: no-repeat;
	background-position: right;
}
#page-menu-lady {
	background-image: url(./image/menu-lady.png);
	background-repeat: no-repeat;
	background-position: right;
}
#page-menu-inbody {
	background-image: url(./image/menu-inbody.png);
	background-repeat: no-repeat;
	background-position: right;
}
#page-menu-email {
	background-image: url(./image/menu-email.png);
	background-repeat: no-repeat;
	background-position: right;
}
#page-menu-kaatsu {
	background-image: url(./image/menu-kaatsu.png);
	background-repeat: no-repeat;
	background-position: right;
}
#page-menu-powerplate {
	background-image: url(./image/menu-powerplate.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* ----- */

.active-item a {
	background-color: #ECDBB9 !important;
}
.active-item2 a {
	background: url(./image/menu-active.png) no-repeat !important;
}

.next-link {
	margin: 40px 0 0 0;
	text-align: center;
}
.next-link a {
	padding: 5px 25px;
	font-size: 25px;
	color: #fff;
	background: #600000;
	text-decoration: none;
}
.next-link a:hover {
	background: #800000;
}

/* ----- side-link ----- */

.side-link {
	margin-bottom: 10px;
	border: 5px solid #fff;
}
.side-link li {
	margin-bottom: 5px;
}
.side-link a span {
	display: block;
	font-size: 11px;
	text-indent: 15px;
	background: url(./image/arrow-gray.png) no-repeat left center;
}

.outside-link {
	padding:5px 0 0 5px;
	border: 0;
}
.single-link li a:hover {
	background: #ECDBB9 url(./image/arrow-gray.png) no-repeat 10px center !important;
}

/* ----- breadcrumb ----- */

.breadcrumb {
	margin-bottom:5px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li+ li {
	margin-left: 5px;
	padding-left: 15px;
	background: url(./image/arrow.png) no-repeat left center;
}
.breadcrumb li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

/* ----- top-link ----- */

#top-link {
	position: relative;
	left: 750px; /* contents-column width */
	width: 200px; /* side-column width + side-column margin */
}
#top-link a {
	text-align: center;
	display: block;
	width: 100%;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	background: #eee;
	border: 5px solid #eee;
}
#top-link a:hover {
	background: #ddd;
	border: 5px solid #ddd;
}

/* ----- data-table ----- */

.data-table {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
.data-table td {
	padding: 10px;
	border: 1px solid #CCC;
}
.data-table+ .data-table {
	margin-top: 10px;
}
.td-title {
	background: #EBE6DC;
}
.td-name {
	background: #f7f7f7;
}
.td-value {
	background: #fff;
}
.send-form .td-name {
	width: 200px;
}
.td-r {
	text-align: right;
}
.td-c {
	text-align: center;
}
.td-single {
	width: 60%;
	font-weight:bold;
	font-size:130%;
}
.td-single div {
	margin: -3px 0 -5px 0;
	font-weight: normal;
	font-size: 65%;
}
.ind {
	margin-left:5px;
	padding:0 5px;
	font-size:75%;
	color: #fff;
	background: #006699;
}
.exa {
	margin-left:5px;
	color: #006699;
}
.data-table textarea {
	width: 100%;
	height: 125px;
}
.data-table+ p {
	margin-top: 10px;
}
p+ .data-table {
	margin-top: 10px;
}

.submit {
	margin-top:10px;
	padding:10px 25px;
}

.err {
	color:#f00;
}
.report {
	color:#00f;
}

/* ----- */

.btn a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* ----- */

#logout-btn {
	color: #fff;
	background: #f00;
	text-decoration: none;
	padding:5px 15px;
	float: right;
	margin-top: -25px;
	margin-bottom: 10px;
}
#logout-btn:hover {
	background: #c00;
}

/* ----- */

.contents-single {
	line-height: 1.7em;
	letter-spacing: .1em;
	margin-bottom:10px;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #fff;
}

/* ----- */

.login-text {
	color: #f00 !important;
}

/* ----- copyright ----- */

#copyright {
	margin-top: 30px;
	text-align: center;
}

/* ----- */

#mapframe {
	width: 100%;
	height: 350px;
	border: 0;
}

/* ----- */

#select-month {
	font-size:15px;
	font-weight:bold;
	margin:20px 0 20px 87px;
}
#select-month a {
	margin:0 15px;
	padding:5px;
	font-size:8px;
	font-weight:normal;
	color:#fff;
	background:#006699;
	text-decoration:none;
}
#select-month a:hover {
	background:#3399cc;
}

.calendar {
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
.calendar .week-head td {
	background:#fff !important;
}
.calendar td {
	width:50px;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	border-bottom:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	background:#ededed;
	text-align:center;
}
.calendar td a {
	display:block;
	text-decoration:none;
	background:#fff;
}
.calendar td a:hover {
	background:#AFCEDC;
}

.reserve-back {
	margin-top: 20px;
}

.select-time {
	margin-left: 15px;
}

#history a {
	margin:1px;
	padding:5px;
	font-size:8px;
	font-weight:normal;
	color:#fff;
	background:#006699;
	text-decoration:none;
}
#history a:hover {
	background:#3399cc;
}
.history-pager {
	margin-bottom:10px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
#history-table {
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
}
#history-table td {
	padding:10px;
	border-bottom:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
}

/* ----- */

.image-list img {
	border: 1px solid #ddd;
	margin: 15px 5px 0 5px;
}

.info-item {
	border-bottom: 1px dotted #ddd;
}
.info-item+ .info-item {
	margin-top: 5px;
}

.full-width {
	margin-bottom: 10px;
}

/* ----- sitemap ----- */

.sitemap ul {
	margin: 0 0 10px 10px;
}
.sitemap h3 {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	border-left: 5px solid #EBE6DC;
	background: #eee;
}
.device-group {
	float: left;
	margin-left: 10px;
	width: 230px;
}

.correction-20170131 {
	background:#f99;
}


.text-strong {
	font-size:125%;
	font-weight:bold;
}

/* ----- clearfix ----- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}
