/*------------------------------------
TEMA COLOR : #40102d → #6b204d

TEMA VIVIT : #b1317e

TEMA DARK #56163c

TEMA LIGHT #ac5489
SUB DARK #595f6b

SUB COLOR(dark) : #ead174 → #f7f7f7
SUB COLOR(light) : #fafafa
HOVER COLOR : #cd75aa
TEXT NORMAL : #666666
TEXT LINK : #202020
------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	width: 100%;
	height: 100%;
	font-size: 13px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
	color: #222222;
	background-color: #ffffff;
	background:url(../images/bg.jpg) top center;
}
a{
	color: #1a2080;
	font-style: normal;
	text-decoration: none;
}
a:link {
	font-weight: bold;
}
a:visited {
}
a:hover {
	color: #4246cc;
}
a:active {/*クリック中*/
    text-decoration:none;
}
table {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	display: block;
}
ul {
	list-style: none;
}
.locbtn {
	cursor: pointer;
}

/* ソート▲▼のカーソル変更 */
[class^="sort"] {
	cursor: pointer;
}
/* フィルター項目のカーソル変更 */
[class^="filter"] {
	cursor: pointer;
}
/* フィルター入力項目欄の非表示 */
[id^="FTrow"] {
	display: none;
}

/*---------------------------------------------
		wraper (header & contents)
---------------------------------------------*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin-bottom: -150px;
}

/*---------------------------------------------
		ヘッダー
---------------------------------------------*/
#header {
	position: fixed;
	z-index: 10000;
	top:0;
	width: 100%;
	height: 102px;
	background:url(../images/header_bg.gif) top center;
}
#header a {
	text-decoration: none;
}
#header table {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	height: 102px;
	color: #333333;
	background:url(../images/header_bg.png) top right;
}
#header  td {
	padding: 0;
}

#header table tr:first-child td {
	height: 26px;
}

/*---------- navi ----------*/
#header #navi_cel {
	text-align: right;
	vertical-align:top;
	color: #ffffff;
}
#header #navi_cel li {
	cursor: pointer;
	background-color: #106245;
	border-width: 2px;
	border-style: solid;
	border-color: #70a18f #0d4e37 #0a3b29 #40816a;
	width: 160px;
	height: 26px;
	line-height: 26px;
	font-size:14px;
	text-align: center;
}
#header #navi_cel li:hover {
	background-color: #007249;
}
#header #navi {
	font-size:0;
}
#header #navi .outer {
	position: relative;
	display: inline-block;
}
#header #navi p{
	margin: 0;
}
#header #navi .navi {
	display: none;
 	position: absolute;
	top: 28px;
	left: -2px;
	padding: 0;
}
#header .navi .li {
	position: relative;
	display: inline-block;
}

/*---------------------------------------------
		コンテンツ
---------------------------------------------*/
#contents {
	clear: both;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	max-width: 960px;
	overflow: hidden;
}
#content {
	margin: 20px;
	font-size: 14px;
	line-height: 2em;
}
#content h3 {
	text-align: center;
}

/*---------- message ----------*/
/* nomal message */
.nmlmsg {
	width: 100%;
	text-align: center;
	color: #000;
}
/* error message */
#errmsg {
	width: 100%;
	text-align: center;
	color: #e00;
}
/*---------- table ----------*/
#contents table {
	width: 100%;
	border-collapse: separate;
}
#contents table.narrow {
	white-space: nowrap;
	width: 0%;
}
#contents thead th {
	color: #ffffff;
	background-color: #7a7a7a;
	text-align: center;
} 
#contents th,
#contents td {
	vertical-align: top;
	padding: 5px;
}
#contents th {
	text-align: right;
	white-space: nowrap;
}

/*---------------------------------------------
		フッター
---------------------------------------------*/
#push {
	height: 150px;
}
#footer {
	width: 100%;
	height: 150px;
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#footer a:link {
	color: #ffffff !important;
}
#footer a:hover {
	color: #cd75aa !important;
}
#footer a:visited {
	color: #ffffff !important;
}
#footer a:active {
	color: #ffffff !important;
}
.footer {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
#footer1 {
	height: 30px;
	background-color: #7cc394;
	line-height: 30px;
}
#footer1 ul {
	margin: 0 auto;
	padding: 0;
}
#footer1 li {
	float: left;
	margin: 0;
	background-color: #7cc394;
	border-width: 2px;
	border-style: solid;
	border-color: #b0dbbf #639c76 #4a7559 #96cfa9;
	width: 160px;
	height: 26px;
	line-height: 26px;
	font-size:14px;
	text-align: center;
}
#footer1 li:hover {
	background-color: #6ad58e;
	border-color: #a5e6bc #54aa71 #3f8056 #87dda4;
}
#footer2 {
	height: 120px;
	background-color: #555555;
}
#footer2 table {
	height: 120px;
}

/*---------------------------------------------
		フォーム
---------------------------------------------*/
form.input {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
}
form.input th {
	width: 160px;
	white-space: nowrap;
}
form.noborder {
	margin: 0;
	border: 0px;
}
form.noborder th {
	white-space: nowrap;
}
/*---------------------------------------------
		フォーム部品
---------------------------------------------*/
input:disabled {
	color: #aaa;
	background-color: #555;
}

select,
input[type="text"],
input,
textarea {
	background-color: #eeeeee;
}
select:focus,
input:focus,
textarea:focus {
	background-color: #a8f1b8;
	outline: none;
}
::selection {
	color: #ffffff;
	background-color: #83cee8;
}
::-moz-selection {
	color: #ffffff;
	background-color: #83cee8;
}
select { display: inline-block; vertical-align: top; }
/* ボタン*/
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
input[type="button"]:disabled {
	color: #f7f7f7;
}
input.btnEnter {
	background-color: #7cc394;
	border-width: 2px;
	border-style: solid;
	border-color: #b0dbbf #639c76 #4a7559 #96cfa9;
	min-width: 120px;
	height: 28px;
	color: #fff;
}
input.btnEnter:hover {
	background-color: #6ad58e;
	border-color: #a5e6bc #54aa71 #3f8056 #87dda4;
}
input.btnCancel {
	background-color: #8c8c8c;
	border: 2px solid #8c8c8c;
	border-color: #b7b7b7 #626262 #494949 #a2a2a2;
	min-width: 120px;
	height: 28px;
	color: #fff;
}
input.btnCancel:hover {
	background-color: #aaaaaa;
}
input.btnNotice {
	background-color: #e14e77;
	border: 2px solid #e14e77;
	border-color: #ec90aa #a43e59 #813548 #e67092;
	min-width: 120px;
	height: 28px;
	color: #fff;
}
input.btnNotuse {
	background-color: #cccccc;
	border: 2px solid #ccccc;
	border-color: #eeeeee #f7f7f7 #aaaaaa #f7f7f7;
	min-width: 120px;
	height: 28px;
	color: #777777;
}

/* ドラッグボタン */
.dragdealer {
	position: relative;
	width: 480px;
	height: 20px;
	text-align: center;
	background-color: #EEE;
}
.dragdealer:after {
	content: "▶ドラッグで時間指定";
}
.dragdealer .handle {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* タイムスライダー */
.dragdealer .time {
	width: 100px;
	height: 16px;
	background-color: #ffffff;
	border: 2px solid #cc0000;
	border-color: #eeeeee #aaaaaa #999999 #cccccc;
	line-height: 16px;
	text-align: center;
}
.dragdealer .time:hover {
	color: #ffffff;
	border: 2px solid #024200;
	background-color: #025700;
}
.dragdealer .time:active {
	color: #ffffff;
	border: 2px solid #184f17;
	background-color: #30992e;
}
.dragdealer .disabled {
	background-color: #898989;
}

/* 画像アップロードボタン */
.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	min-width: 120px;
	height: 20px;
	text-align: center;
	background-color: #444444;
	border: 2px solid #444444;
	border-color: #888888 #222222 #000000 #666666;
	padding: 2px 10px;
	color: #fff;
}
.file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}
/* アップロードプログレスバー */
#progress_frame {
	position: absolute;
	height:30px;
	border: 2px solid #106245;
}
#progress_bar {
	background-color: #d4a572;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

/*---------------------------------------------
		table tr valiation
---------------------------------------------*/
.tr_even {
	background-color: #eee;
}
.tr_odd {
	background-color: #fff;
}

/*---------------------------------------------
		table cell valiation
---------------------------------------------*/
.cv_nopadding {
	padding: 0 !important;
}
.cv_prewrap {
	white-space: pre-wrap !important;
	overflow-wrap: break-word !important;
}
.cv_nowrap {
	white-space: nowrap !important;
}
.cv_odd {
	background-color: #fff !important;
}
.cv_evn {
	background-color: #ddd !important;
}
.cv_center {
	text-align: center !important;
}
.cv_right {
	text-align: right !important;
}
.cv_border_b {
	border-bottom: 1px !important;
}
.cv_vtop {
	display: inline-block;
	vertical-align: top !important;
}
.cv_vmiddle {
	display: inline-block;
	vertical-align: middle !important;
}
.cv_vbottom {
	display: inline-block !important;
	vertical-align: bottom !important;
}
.cv_datetime input {
	float: left !important;
}
.cv_datetime div {
	float: left !important;
}
.cv_datetime span {
	float: left !important;
}
.cv_datetime.dragdealer {
	width: 480px !important;
}
.cv_error {
	color: #cc0000 !important;
}
.cv_min {
	width: 10% !important;
}
.cv_max {
	width: 90% !important;
}
/*----------- email & URL--------------*/
.cv_email,
.cv_url,
.cv_appoint {
	display: block;
	vertical-align: middle;
}
.cv_email span,
.cv_url span,
.cv_appoint span {
	float: left;
	margin-right: 15px;
}
.cv_email img,
.cv_url img,
.cv_appoint img {
	float: left;
}
.cv_email img {
	margin: 0 10px 0 0;
}
.cv_url img {
	margin: 0 10px 0 0;
}
.cv_appoint img {
	float: left;
	margin: -3px 10px 0 0;
}

/*---------------------------------------------
		p valiation
---------------------------------------------*/
p.pankuzu {
	margin: 10px 0 0 0;
}
/*---------------------------------------------
		text valiation
---------------------------------------------*/
.error {
	color: #dd0000;
	font-size: 80%;
	font-weight: bold;
}
.comme_b {
	color: #000000;
	font-size: 80%;
}
.comme_r {
	color: #dd0000;
}
.warning {
	color: #0000bb;
	font-size: 80%;
	font-weight: bold;
}
.input_msg {
	color: #f0a8d3;
}
.confirm_msg {
	color: #70ea8e;
}
.attr {
	font-weight: bold;
}

.pagenum {
	cursor: pointer;
}

.more {
	width: 100%;
	text-aling: right;
}

.email {
	cursor: pointer;
}
/*---------------------------------------------
		icon font
---------------------------------------------*/
.icon_font {
	font-family: 'Noto Sans Japanese','FontAwesome',serif;
}

