@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

h3 {
}

ul, li {
	margin: 0 0px;
}
p {
	margin: 0 0 1em 0;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper,
#footer,
#header{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	color: #333333;
}

.wrapper {
	padding: 0px 0px !important;
}

.wrapper::after {
	clear: both;
	content: "";
	display: block;
}

#header img {
	margin-right: 20px;
	float: left;
}

#header table {
	width:100%;
	border: 0px;
}

#header tr td {
	font-size: 14px;
	vertical-align: bottom;
}

#header a {
	color: #333333;
	text-decoration: none;
}

#header td.td01 {
    line-height: 61px;
    font-size: 20px;
    width: 570px;
}

#header .rh {
	float:right;
	padding: 0px 0px 0px 0px;
}
#header .seo {
	color: #888;
	font-size: 12px;
	margin-left: 7px;
	background: #fff;
}

#header .rh a {
	text-align: left;
	font-size: 14px;
	display: block;
	float: right;
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 0px 10px;
	border-radius: 2px;
	background: url(/img/li.png) no-repeat left;
}
#header h1 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
#header h1 a {
	text-decoration: none;
}
#header h1 a:hover {
	color: #333;
	text-decoration: underline;
}
#content{
	clear: both;
	color: #333333;
	padding: 0px 0px 20px 0px;
	overflow: auto;
}
#page {
	padding: 10px 20px 20px 25px;
}

#footer {
	clear: both;
	padding: 20px 10px;
	text-align: right;
}
/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	width: 100%;
}
th {
	border:0;
	text-align: left;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	padding: 0;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}

input, textarea {
	width: 98%;
	font-size: 120%;
	clear: both;
	padding: 3px 5px 0px 5px;
	margin: 5px 0px;
}

select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	padding: 3px 5px 0px 5px;
	margin: 3px 5px 0px 5px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 110%;
	padding: 0 3px;
}
input[type=checkbox] {
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	float: left;
	width: 15px;
	padding: 0px;
}
div.checkbox label {
	cursor: pointer;
	padding:0px 10px 0px 5px;
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #333;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	text-align: center;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.success {
	color: #333;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/*
input[type=file] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 100px;
  cursor: pointer;
  height: 1em;
}

.file {
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0.5em;
  border: 1px solid #999;
  background-color: #eee;
  cursor: pointer;
  margin-left: 5px;
}
*/

.file input[type=file] {
	width: 100%;
	font-size: 12px;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

.toplist {
	margin-top: 10px;
	padding: 10px 10px;
	border-spacing: 5px;
	border: 0px;
	width: 99%;
	border: 0px;
	font-size: 14px;
	background: #f2f2f2;
}

.toplist a {
	text-decoration: none;
}

.toplist td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #333333;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	width: 240px;
}

.toplist h3 img {
	margin-right: 5px;
}

.toplist h3 {
	font-size: 14px;
	color: #71b23a;
	font-weight: bold;
	background: #f2f2f2;
	padding: 2px 3px;
}

.toplist ul {
	margin: 0px;
	padding: 0px;
}

.toplist li {
	font-size: 12px;
	list-style-type: none;
	padding: 5px 5px;
	margin: 5px 0px;
	border-bottom: 1px dotted #dddddd;
}

.toplistright {
	text-align: right;
}

.toplistright img {
	margin-right: 5px;
}

.toplistright a {
	color: #71b23a;
	text-decoration:none;
	font-weight: bold;
}

.toptable {
	margin-top: 10px;
	border-spacing: 0px;
	border: 0px;
	width: 99%;
	border: 0px;
	font-size: 14px;
}

.toptable th {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	background: #73b73c;
	border-bottom: 1px solid #6ca73b;
	border-top: 1px solid #8dca63;
	padding: 15px 0px;
	width: 240px;
}

.toptable td {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #333333;
	background: #f2f2f2;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #fefefe;
}

.toptable th a {
	color: #ffffff;
	text-decoration:none;
}

.toptable td a {
	font-weight: bold;
	margin: 15px 15px;
	background: #fefefe;
	border: 1px solid #e3e3e3;
	box-shadow: 2px 2px 1px #696969;
	border-radius: 3px;
	display: block;
	width: 240px;
	text-align: center;
	padding: 20px 0px;
	color: #333333;
	text-decoration:none;
}

.toptable td a:hover {
	box-shadow: 2px 2px 1px #dedede;
	background: #a3d87c;
	color: #ffffff;
}

.toppage {
	padding-left: 3px;
	padding-bottom: 10px;
}

.toppage td {
	border: 0px;
}

.toppage td a {
	font-weight: bold;
	margin: 15px 10px 0px 10px;
}

.menu {
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	background: #ffe6ab;
	padding: 20px 10px 0px 10px;
	margin-bottom: 0px;
	border-spacing: 0px;
}

.menu th {
	vertical-align: middle;
	background: #feb333;
	padding: 0px;
	border-bottom: 0px;
	border-right: 1px solid #ffe6ab;
	border-left: 1px solid #ffe6ab;
	border-top: 1px solid #feb333;
	width: 24%;
}

.menu th img {
	float: left;
	margin:-8px 10px 10px 20px;
}
.menu .active {
	background: #fff;
}

.menu .active a {
	color: #333333;
}

.menu  a {
	color: #333;
	padding: 20px 20px;
	text-decoration:none;
}

.menu a:hover {
	color: #333333;
}

.submenu {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	background: #fff;
	padding: 0px;
}

.submenu td {
	vertical-align: middle;
	padding: 0px;
}

.submenu .active a {
	background: #fefefe;
	color: #333;
}

.submenu  a {
	margin: 0px 0px;
	background: #ffe6ab url(/img/icon_arrow1.png) no-repeat right center;
	border: 1px solid #fc9f01;
	display: block;
	text-align: center;
	padding: 15px 5px;
	color: #333333;
	text-decoration:none;
}

#main {
	border: 1px solid #fc9f01;
	border-top: 0px solid #fc9f01;
	padding: 0px 0px;
	background: #fefefe;
}

#main table {
	border: 1px solid #d3d7da;
	border-radius: 5px;
	width: 96%;
	margin: 10px 0%;
	background: #ffffff;
	border-spacing:0px;
}
#main th {
	background: #f7f8fa;
	text-align: center;
	padding:10px 10px;
	width: 120px;
}

#main td {
	border: 0px;
	padding:2px 10px;
}

#main table tr:nth-child(odd) {
	background: #ffe;
}

#main table tr:nth-child(odd) td {
	border-top: 1px dotted #b4d6e0;
	border-bottom: 1px dotted #b4d6e0;
}

#main table tr:nth-child(odd) th {
	border-top: 1px dotted #b4d6e0;
	border-bottom: 1px dotted #b4d6e0;
}

#main table tr td {
	vertical-align:middle;
}

.leftbutton {
	text-align: left;
}

.delete {
	background:#70b43b;
	float: right;
	margin: 5px 2% 5px 0px;
	border: 0px;
	box-shadow: 2px 2px 1px #333333;
	border-left: 1px solid #b0d091;
	border-radius: 3px;
}

.delete a {
	background: url(/img/notice.png) no-repeat left;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	border: 0px;
	font-size: 16px;
	text-align: center;
	padding: 10px 10px 10px 40px;
	text-decoration:none;
}

.rightlink {
	float: right;
	margin-right: 1%;
}

.rightlink a {
	display: inline-block;
	color: #000;
	cursor: pointer;
	border: 0px;
	box-shadow: 2px 2px 1px #dedede;
	border-left: 1px solid #dedede;
	border-radius: 3px;
	font-size: 16px;
	background: #dedede;
	padding: 10px 20px;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	text-decoration:none;
}

.rightlink a:hover {
	color: #fff;
	border-left: 1px solid #dedede;
	box-shadow: 1px -1px 1px #dedede;
	background: #6cad11;
}

.checkbox {
	box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0px -15px 10px -12px rgba(0,0,0,0.1);
    	padding: 2px 0px;
	float:left;
	margin-right: 10px;
	display: inline-block;
	margin: 5px 5px;
}

#map_canvas {
	margin-left: 5px;
}

.zip {
	width: 80px;
}

.shortinput {
	width: 200px;
}

.notice {
	color: #e50000;
	padding-left: 10px;
}

.search {
	margin: 10px 20px;
	vertical-align: middle;
}

#DesignContent {
	width: 98%;
	font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
}

#sidemenu {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	background: #f2f2f2;
	padding: 2px;
	width: 260px;
}

#sidemenu table {
	border: 0px;
	margin: 2px;
	width: 255px;
}

#sidemenu td {
	vertical-align: top;
	padding: 0px 5px;
	border: 0;
}

#sidemenu .active a {
	border: 1px solid #98c7d7;
	background: #98c7d7;
	color: #ffffff;
}

#sidemenu  a {
	margin: 15px 5px;
	background: #fefefe;
	border: 1px solid #e3e3e3;
	box-shadow: 2px 2px 1px #696969;
	border-radius: 3px;
	display: block;
	text-align: center;
	padding: 10px 5px;
	color: #333333;
	text-decoration:none;
}

#sidemenu a:hover {
	color: #333;
}

#sidemenu table tr:nth-child(odd) td {
	border: 0;
	background: #ffffff;
}

#sidemenu table tr:nth-child(odd) th {
	border: 0;
	background: #ffffff;
}

.landtext td {
	background: #ffffff;
	border: 0px;
}

.landSubTable input {
	width: 50%;
	display: inline;
}

.landSubTable th {
	width: 5em;
}

.kizi_title {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	padding:10px;
}

.kizi_title::before {
	border: 5px #6ead38;
}

.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.sort a {
	font-size: 20px;
	color: #72b33b;
}

.sort a:hover {
	color: #6ead38;
}

.status_1 {
	color: #ff0000;
}

.required {
	color: #ff0000;
}

.abutton {
	box-shadow: 2px 2px 2px #dedede;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 5px;
	margin: 5px 5px;
	display: inline-block;
	float: left;
	text-decoration: none;
}

.areply {
	background: #6ead38;
}

.adone {
	background: #72b33b;
}

.remark {
	float: left;
	margin: 10px 20px 5px 20px;
	padding : 10px 10px;
	width: 300px;
	color: #ff0000;
	background: #fefefe;
	font-size: 16px;
	border: 2px solid #70b43b;
	border-radius: 5px;
}



/*** [S]モーダル風ダイアログ ***/
#bg {
	display:none;
	position:fixed;
	z-index:99998;
	background-color:#000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.7;
	filter: alpha(opacity=70); /* IE6,7 */
	-ms-filter: "alpha( opacity=70 )"; /* IE8 */
}
#popup {
	display:none;
	position:fixed;
	z-index:99999;
	background-color:#ededed;
	top:50%;
	left:50%;
	min-width:50%;
	min-height:50%;
	border:1px solid black;
}
#popupMsg {
	font-weight:bold;
	text-align:center;
	min-height:30px;
	padding-top:10px;
}
#popupView {
	text-align:center;
}

/*** [E]モーダル風ダイアログ ***/

.cleditorToolbar {
margin-bottom: 0px;
}

.cleditorToolbar div {
margin-bottom: 0px;
}

.editor {
width: 100%;
}

.login {
max-width: 510px;
padding: 20px;
margin: 5px;
}

.madori {
	width: 850px;
	margin: auto;
}

.madori label {
width: 100px;
display: inline-block;
}

.metaKey {
width: 17%;
margin: 0px 8px 0px 0px;
}

form .submit input[type=submit] {
    border-radius: 25px;
    display: inline-block;
    padding: 16px 70px;
    color: #fff;
    background: #6ead38;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
}
form .submit input[type=submit]:hover {
	background: #6ead38;
}

.pure-button {
    /* Structure */
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint outline-none:false*/

.pure-button {
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
}

        .button-a,
        .button-b,
        .button-c,
        .button-d {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-a {
            background: #f89e18; /* this is a green */
        }

        .button-b {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-c {
            background: #a58362; /* this is an orange */
        }

        .button-d {
            background: rgb(66, 184, 221); /* this is a light blue */
        }

.list th {
width: 290px;
}

.list img {
height: 180px;
width: 260px;
border: 1px solid #eee;
padding: 5px 5px;
}

.list th,
.list td {
vertical-align: top;
}

.alignright {
	text-align: right;
}

.MR15 {
	margin-right: 15px;
}

.MR20 {
	margin-right: 20px;
}

.last {
	margin-right: 0px !important;
}

.div-1-3 {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
}

.div-1-2 {
	width: 49%;
}

.menu .icon01 {
	background: url(../img/01.png) no-repeat; left;
}

.midashi {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	padding: 5px 10px;
	border-left: 6px solid #6ead38;
}

.midashi a {
	color: #6ead38;
}


/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
#tpath {
    margin-bottom: 0px;
    line-height: 30px;
    color: #aaa;
    padding: 1px;
	border-bottom: 1px solid #efefef;
}
#tpath li{
	list-style: none;
	float:left;
	font-size: 12px;
}

#tpath li a{
    display: block;
    background: #F0F0F0;
    padding-right: 10px;
    height: 30px;
    margin-right: 25px;
    position: relative;
    text-decoration: none;
    color: #aaa;
}
#tpath li a:last-of-type { margin-right: 31px }
#tpath li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #F0F0F0;
    border-left-color: transparent;
}
#tpath li a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #F0F0F0;
}
 
 
#tpath li:first-child a{ padding-left: 15px; }
#tpath li:first-child a:before{display:none;}
 
#tpath li a:hover {
    background: #00b0ec;
    color: #fff;
    text-decoration: none;
}
#tpath a:hover:before {
    border-color: #00b0ec;
    border-left-color: transparent;
}
#tpath li a:hover:after { border-left-color: #00b0ec }

ul#nav {
	padding-top:55px;
	list-style: none;
}

.inner::after {
	clear: both;
	content: "";
	display: block;
}

#pagernavi {
	clear: both;
	margin: 20px 0;
	padding-top: 30px;
	border-top: 1px solid #6ead38;
	text-align: center;
}
#pagernavi li {
	display: inline;
	margin: 0 2px;
	font-size: 13px;
	font-weight: bold;
}
#pagernavi li span.current {
	padding: 4px 6px;
	border: 1px solid #ddd;
	background: #eee;
}
#pagernavi li a {
	padding: 4px 6px;
	border: 1px solid #ddd;
}
#pagernavi li a:hover {
	text-decoration: none;
}
#pagernavi li.prev {
	margin: 0 15px;
	font-size: 15px;
	padding-left: 25px;
}
#pagernavi li.next {
	margin: 0 25px;
	font-size: 15px;
	padding-right: 15px;
}
#pagernavi li.next a, #pagernavi li.prev a {
	border: none !important;
}

div.frm {
	font-size: 14px;
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	border: 0px solid #dedede;
	border-top: 0px;
	padding: 0px 0px 0px 0px;
}

dl {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 1.8em;
	width: 100%;
	text-align: left;
}

dl::after {
	content: "";
	display: block;
	clear: both;
}

dt, dd {
	margin: 5px 5px;
	padding: 5px 5px;
	text-align: left;
	vertical-align: top;
}

dl .key {
	text-align: left;
   	line-height: 1.0em;
	padding: 10px 0px 10px 10px;
}

dl .val {
	padding: 10px 0px 10px 10px;
}

dl .val input[type=text],
dl .val input[type=email],
dl .val input[type=tel]
{
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	padding-top:0px;
	padding-bottom:0px;
	font-size: 14px;
}

dl .val textarea {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	width:90%;
	font-size: 14px;
}

span.spw {
	color: #000000; 
	font-size:14px;
}
span.spr {
	color: #ff0000;
	font-size:14px;
	padding-left: 0px;
}
span.sps {
	color: #ff0000;
	font-size:14px;
	line-height: 1.2em;
}

.txtmode1 {
	ime-mode: disabled;
}

.txtmode2 {
	ime-mode: active;
}

.line {
	height: 1px;
	border: 0px;
	background: #dddddd;
}

.confirm {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 22px;
	width: 400px;
	border-radius: 30px;
	display: inline-block;
	padding: 16px 70px;
	color: #fff;
	background: #6ead38;
	border: none;
	cursor: pointer;
	margin-top: 30px;
}

.confirm:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.w80 {
	width: 80%;
}

@media screen and (min-width: 500px) {
.frm dl {
	border-top: 1px solid #dddddd;
}
.frm dt {
	width: 20%;
	float: left;
}
.frm dd {
	border-left: 1px dashed #dddddd;
	float: left;
	width: 72%;
}

}

@media screen and (max-width: 500px) {
.main dl {
	padding: 0px 0px;
	margin: 0px 0px;
}

.main dd {
	padding: 3px 10px;
	border-bottom: 1px solid #999999;
}
.main dt {
	padding: 3px 10px;
	border-bottom: 1px dashed #dddddd;
}
.dltop {
	border-top: 1px solid #999999;
}

}

.item01 {
	width: 90%;
}

.item02,
.item03 {
	width: 200px;
}

.comment {
	font-size: 11px;
}

.madori_search select {
	width: 190px;
	height: 30px;
	font-family: "メイリオ", Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	background: #fff;
	border: 1px solid #efefef;
	text-align: left;
	font-size: 14px;
	margin: 5px 5px 10px 0;
	padding-left: 4px;	
}

.madori_search .send {
	display: inline-block;
	position: absolute;
}

.madori_search input[type=submit] {
width: 100px;
height: 35px;
cursor: pointer;
border: none;
background: #6ead38;
font-size: 13px;
color: #fff;
}

.bgfooter {
	background: #feb333;
}

.bgbody {
	background: #fea000;
}

.marum {
	background: #6ead38;
	border-radius: 8px;
	display: inline-block;
	float: left;
	height: 40px;
	margin-top: 5px;
	margin-right: 10px;
}

.fBloc a {
	color: #fff;
	text-decoration: none;
}

.fBloc dl {
	color: #fff;
	width: 170px;
	display: inline-block;
	float: left;
	line-height: 1em;
	height: 300px;
}

.fBloc dt {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}

.fBloc dd {
	width: 100%;
	font-size: 12px;
}

.fBloc::after {
	clear: both;
	content: "";
	display: block;
}

.fBloc dl.m01 {
	width: 130px !important;
}

.fBloc h2 {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

.madorigaiyo {
	border: 1px solid #ddd;
	width: 100%;
}
.madorigaiyo th,
.madorigaiyo td {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
 }

.madorigaiyo th {
	background: #eee;
	border-right: 1px solid #ddd;
	width: 10em;
}

.list .madorigaiyo {
//	width: 555px !important;
	margin: 10px 0px;
}

.madorigaiyo tr.last th ,
.madorigaiyo tr.last td {
	border-bottom: 0px solid #6ead38 !important;
 }

#ContactViewForm .title input[type=radio] {
	width: 0px;
}

#backbtn {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 20px;
	margin-right: 20px;
	width: 300px;
	border-radius: 30px;
	display: inline-block;
	padding: 16px 70px;
	color: #fff;
	background: #555;
	border: none;
	cursor: pointer;
}

#submitbtn {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-size: 20px;
	width: 300px;
	border-radius: 30px;
	display: inline-block;
	padding: 16px 70px;
	color: #fff;
	background: #6ead38;
	border: none;
	cursor: pointer;
}

.bgHeader {
	background: url(/img/top-bg.png) no-repeat top center;
}

.bgTop {
	background: #fea000;
}

.logo {
	padding-top: 0px;
	float:left;
	width: 530px;
	margin-left: -7px;
}
.logo img {
	background: #fff;
}

.half-l {
	width: 49%;
	float: left;
}

.half-r {
	width: 50%;
	float: right;
}
.MT10 {
	margin-top: 10px;
}

.MB10 {
	margin-bottom: 10px;
}

.MT15 {
	margin-top: 15px;
}

.MB15 {
	margin-bottom: 15px;
}

.MB10 {
	margin-bottom: 10px;
}

.MB5 {
	margin-bottom: 5px;
}

.PTB10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

h2.ttl {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px 10px 30px;
	font-weight: normal;
	background: url(/img/pochi.png) no-repeat left;
}

h3.ttl {
	font-size: 18px;
	color: #fff;
	padding: 10px 10px 5px 30px;
	font-weight: normal;
	background: url(/img/li-top.png) no-repeat left;
}

h3.rank {
	font-size: 18px;
	padding: 10px 10px 5px 60px;
	font-weight: normal;
	background: url(/img/oukan.png) no-repeat left;
}

h3.colum {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	padding: 10px 10px 5px 30px;
	font-weight: normal;
	background: url(/img/denkyuu.png) no-repeat left;
}

.bgmaru {
	background: #6ead38;
	border-radius: 10px;
	padding: 0px 5px 5px 10px;
}

.bgRank {
	background: #fff;
	clear: both;
}

.bgColum {
	background: #ffe6ab;
	clear: both;
}

.copyright {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#mw {
	padding: 20px 10px 10px 0px;
}

h4 a {
	padding-top: 10px;
	font-size: 18px;
	color: #6ead38;
}

.madorRank dl {
	width: 20%;
	float:left;
}

.madorRank dt {
	width: auto;
	height: 120px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
}

.madorRank dt img {
	width: 130px;
	margin-left: 0px;
	padding: 10px;
	background: #fff;
}

.madorRank dt,
.madorRank dd a,
.madorRank dd {
	font-size: 14px;
	color: #6ead38;
	text-align: center;
	padding: 0px;
}

.madorRank dd.num1 {
	background: url(/img/oukan1.png) no-repeat left;
	padding-left: 38px;
}

.madorRank dd.num2 {
	background: url(/img/oukan2.png) no-repeat left;
	padding-left: 38px;
}

.madorRank dd.num3 {
	background: url(/img/oukan3.png) no-repeat left;
	padding-left: 38px;
}

.madorRank dd.num4 {

}

.side-tool-sya{
z-index:101;
position:fixed;
bottom:0;
right:25px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight));

}
.side-tool-sya .gotop,.side-tool-sya .gotop .bg{
display:block;
width:50px;
height:50px;
overflow:hidden;

}
.side-tool-sya .gotop{
bottom:30px;
right:50px;
cursor:pointer;
position:absolute;
color:#FFF;

}
.side-tool-sya .gotop .bg{
opacity:.85;
filter:alpha(opacity=85);
border-radius:3px;
background-color:#6ead38;
z-index:0;
}
.side-tool-sya .gotop:hover .bg{
opacity:.6;
filter:alpha(opacity=60);

}
.side-tool-sya .gotop .ico-gotop{
position:absolute;
left:12px;
top:18px;
z-index:1;
background-image:url(/img/top-page.png);
background-repeat:no-repeat;
width:26px;
height:14px;
}

#toi {
	text-align: center;
	margin: 30px 10px 10px 10px;
}

#toititle {
border-radius: 25px;
display: inline-block;
padding: 16px 70px;
color: #fff;
background: #6ead38;
font-size: 20px;
border: none;
cursor: pointer;
}

input,
button {
	font-family: "メイリオ",Meiryo, Verdana,Arial,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.listtitle a {
	font-weight: bold;
	color:#6ead38;
	text-decoration: none;
}

.listtitle {
	margin:20px 10px 35px 0px;
	padding:10px 15px 0px 20px;
	color:#333333;
	font-size: 18px;
	background:#ffe6ab;
	box-shadow:
		12px 0 0 0 #ffe6ab,
		0 12px 0 0 #ffe6ab,
		1px 15px 4px -3px rgba(0,0,0,0.5);
}

hr {
	border: 0px;
	height: 1px;
	background: #eee;
}

.listbloc {
	line-height: 2em;
}

.listbloc::after {
	display: block;
	content: "";
	clear: both;
}

.listbloc .description {
	padding: 0px 20px !important;
}

.description {
	padding-right: 0px;
}

.list {
	max-width: 830px;
}

.company  dt {
	width: 10% !important;
	float: left !important;
	padding-left: 2% !important;
}

.company  dd {
	padding-left: 2% !important;
}


#MadoriIndexFloorForm,
#MadoriIndexLDKForm {
	width: 49% !important;
	display: inline !important;
}

.contentTitle {
	padding: 20px 20px 10px 25px;;
}

.kanrenbox {
	padding: 20px 25px;
	border-top: 1px dotted #ddd;
}

.ttl {
	font-size: 18px;
	font-weight: bold;
}
