@charset "UTF-8";
/*
-----------------------------------------------
Google Map Style

----------------------------------------------- */

p {
	margin: 0 0 1em;
	line-height: 1.3em;
	font-size: 12px;
	color: #333333;
}

a {
	cursor: pointer;
}

li {
	margin: 0 0 1em;
	line-height: 1.3em;
	font-size: 12px;
	color: #333333;
}

.cmsAdminFloatRight {
	float: right;
}

#cmsAdminManagementContents {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

#cmsAdminContents {
	width: 100%;
	padding: 30px 0 0 0;
	background: #ffffff url(/images/bgManager.jpg) repeat-x 0 0;
}

#cmsAdminContentsMain {
	min-width: 900px;
	margin: 0 20px 30px;
}

#cmsAdminContentsMain a {
	color: #0088cc;
	text-decoration: none;
}

#cmsAdminContentsMain a:hover {
	color: #005580;
	text-decoration: none;
}

#cmsAdminContentsMain h1 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	display: inline-block;
}

#cmsAdminContentsMain h2 {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #4F4F4F;
	background: linear-gradient(#626262, #414141);
	background-image: -moz-linear-gradient(top , #626262, #414141);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#626262), to(#414141));
}

#cmsAdminContentsMainInner {
	position: relative;
	min-height: 500px;
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
	overflow: hidden;
}

label {
	font-size: 12px;
	color: #666666;
}

#cmsAdminContentsMainInnerLeftBox {
	float:left;
	width: 25%;
	background: #dddddd;
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

#cmsAdminContentsMainInnerLeftBoxInner {
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

#cmsAdminContentsMainInnerRightBox {
	float:left;
	width: 75%;
	background: #ffffff;
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

#cmsAdminContentsMainInnerRightBoxInner {
	height: 30px;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

.inputKeiIdo input, .inputKeiIdo input:focus {
	margin-bottom: 1px !important;
    padding: 0 !important;
	border: none !important;
	background: #dddddd !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	color: #666666 !important;
	width: 80%;
}

#cmsAdminContentsMainInnerRightBoxInner label {
	float: left;
	width: 80%;
}

#cmsAdminContentsMainInnerRightBoxInner .cmsAdminBtnSilver {
	float: left;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-left: none;
}

#cmsAdminContentsMainInnerRightBoxInner .cmsAdminBtnSilver a {
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	padding: 8px 7px 7px;
}

#cmsAdminContentsMainInnerRightBoxInner .cmsAdminBtnBlue {
	float: right;
}

#cmsAdminContentsMainInnerRightBoxInner .cmsAdminBtnBlue a {
	padding: 8px 12px 7px;
}

input#keyword {
	margin: 0;
	width: 99%;
	border-radius: 4px 0 0 4px !important;
	-moz-border-radius: 4px 0 0 4px !important;
	-webkit-border-radius: 4px 0 0 4px !important;
}

#map_canvas {
	float: right;
	width: 100%;
	height: 450px;
}


/* cmsAdminBtn
----------------------------------------------- */

.cmsAdminBtnGreen, .cmsAdminBtnBlue, .cmsAdminBtnRed, .cmsAdminBtnOrange, .cmsAdminBtnBlack, .cmsAdminBtnSilver {
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cmsAdminBtnGreen a, .cmsAdminBtnBlue a, .cmsAdminBtnRed a, .cmsAdminBtnOrange a, .cmsAdminBtnBlack a {
    display: block;
	padding: 5px 12px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
    color: #ffffff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cmsAdminBtnSilver a {
    display: block;
	padding: 5px 12px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
    color: #666666 !important;
	text-shadow: 0 1px 0 rgba(255, 2550, 255, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cmsAdminBtnGreen a:hover, .cmsAdminBtnBlue a:hover, .cmsAdminBtnRed a:hover, .cmsAdminBtnOrange a:hover, .cmsAdminBtnBlack a:hover, .cmsAdminBtnSilver a:hover {
	text-decoration: none;
}

.cmsAdminBtnGreen i, .cmsAdminBtnBlue i, .cmsAdminBtnRed i, .cmsAdminBtnOrange i, .cmsAdminBtnBlack i, .cmsAdminBtnSilver i {
	font-size: 13px;
}

.cmsAdminBtnGreen {
	border: 1px solid #489248;
	background: #62c462;
}

.cmsAdminBtnGreen a {
	background: linear-gradient(#62c462, #51a351);
    background-image: -moz-linear-gradient(center top , #62c462, #51a351);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	
}

.cmsAdminBtnGreen a:hover {
	background: #51a351;
}

.cmsAdminBtnBlue {
	border: 1px solid #003DB7;
	background: #0088cc;
}

.cmsAdminBtnBlue a, .cmsAdminBtnBlue input {
	background: #0088cc;
	background: linear-gradient(#0088cc, #0044cc);
    background-image: -moz-linear-gradient(center top , #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
}

.cmsAdminBtnBlue a:hover {
	background: #0044cc;
}

.cmsAdminBtnOrange {
	border: 1px solid #de8405;
	background: #fbb450;
}

.cmsAdminBtnOrange a {
	background: linear-gradient(#fbb450, #f89406);
    background-image: -moz-linear-gradient(center top , #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
}

.cmsAdminBtnOrange a:hover {
	background: #f89406;
}

.cmsAdminBtnRed {
	border: 1px solid #ba3e39;
	background: #ee5f5b;
}

.cmsAdminBtnRed a {
	background: linear-gradient(#ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(center top , #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
}

.cmsAdminBtnRed a:hover {
	background: #bd362f;
}

.cmsAdminBtnBlack {
	border: 1px solid #222222;
	background: #5E5E5E;
}

.cmsAdminBtnBlack a {
	background: linear-gradient(#5E5E5E, #3F3F3F);
    background-image: -moz-linear-gradient(center top , #5E5E5E, #3F3F3F);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5E5E5E), to(#3F3F3F));
}

.cmsAdminBtnBlack a:hover {
	background: #222222;
}

.cmsAdminBtnSilver {
	border: 1px solid #cccccc;
	background: #dbdbdb;
}

.cmsAdminBtnSilver a {
	background: linear-gradient(#eeeeee, #cccccc);
    background-image: -moz-linear-gradient(center top , #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
}

.cmsAdminBtnSilver a:hover {
	background: #dddddd;
}

.cmsAdminDoubleBtn a {
	display: inline-block;
}

.cmsAdminBtnGreen.cmsAdminDoubleBtn a:first-child {
	border-right: 1px solid #489248;
}

.cmsAdminBtnGreen.cmsAdminDoubleBtn a:last-child {
	border-left: 1px solid #62C462;
}

.cmsAdminBtnGreen.cmsAdminDoubleBtn a:last-child:hover {
	border-left: 1px solid #51A351;
}

.cmsAdminDoubleBtn a:first-child {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.cmsAdminDoubleBtn a:last-child {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.icon-trash {
	margin-left: 0.2em !important;
}




select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 20px;
	padding: 4px;
	background-color: #ffffff;
	border:1px solid #cccccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
	margin-bottom:10px;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus, input[type="number"]:focus,input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,  input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:rgba(82, 168, 236, 0.8) !important;
	outline:0;outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}

select option {
	padding: 2px 8px;
	border-top: 1px dotted #cccccc;
}


/* cmsAdminToolTip
----------------------------------------------- */

/* PowerTip Plugin */
#powerTip {
	position: absolute;
	z-index: 2147483647;
	cursor: default;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	display: none;
	padding: 6px;
	line-height: 1.3em;
	max-width: 500px;
	font-size: 11px;
	color: #fff;
}

#cmsAdminManagementMenu #powerTip {
	font-size: 11px;
}

#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}