<!-- Copyright (C) Urban Planning Cooperative Association All Rights Reserved. -->

html {
overflow-y:scroll;
}
a:hover { color: #cfba05; text-decoration: underline; }

a:link { color: #bc7629; }

a:visited { color: #bc7629; }

a { text-decoration: none; }

body {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #383737;
  background-image: url("../img/cream_dust.png"); }

header {
  top: 0px;
  width: 100%;
  margin: 0;
  border-bottom: 1px #ccc solid;
  display: block;
  /*position: fixed;*/
  z-index: 999;
  background-color: #fff; }

header a { color: #5F6368; }
header a:hover { color: #000; text-decoration: none; }

.logo {
  margin: 0 auto;
  float: left;
}

.phone {
  float: right;
  margin-left: auto;
}

.cl {
  clear: both; }

.top {
	background-color: #300;
	width: 100%;
	height: 5px;
	margin: 0px;
	padding: 0px;
	}

.title {
	background-color: #c99;
	/*background-image: url(./img/bg.gif);*/
	width: 80%;
	margin: 0px;
	padding: 3px 10%;
	}

main {

	width: 960px;
	margin: auto;
	padding: 5px;
	overflow: auto;
}

.sidebar {
	width: 20%;
	float: left;
}

.admin_main {
	width: 80%;
	float: right;
}

.pagename {
	text-align: left;
	font-size: 30px;
	font-family: メイリオ;
	font-weight: bold;
	color: #444;
	text-shadow:
	  1px 1px 0px #eee,
	  2px 2px 0px #707070;
}

.box1 {
	/*width: 100%;*/
	margin: 50px;
	/*background-image: url("./img/bg.gif");*/
	/*position: relative;
	top: 0;
	left:10%;*/
	background-color: #eee8aa;
	color: #000;
	border: 1px #808000 solid;
	text-align: center;
}

.box2 {
	width: 80%;
}

.table1
{
	border-spacing:1px;
	padding:0px;
	background:#555555;
	width:99%;
	border-width:0px;
	margin: 10px 0;
}

.table1 th
{
	text-align: center;
	padding:3px;
	color: #fff;
	background:#122C49;
	border-color:#122C49;
	border-top:#FFFFFF;
	border-left:#FFFFFF;
	border-width:1px;
	border-style:solid;
	font-size:1.2em;
	text-shadow: 1px 1px 2px #000000;
}

.table1 td
{
	text-align: left;
	padding: 5px 1px;
	background:#FFF;
	border-color:#FFF;
	border-top:#FFFFFF;
	border-left:#FFFFFF;
	border-width:1px;
	border-style:solid;
	font-size:1em;
}

.table_side
{
  margin: 5px;
  width: 100%;
}
.side
{
  list-style: none;
  margin: 2px;
  padding: 0;
  text-align: center;

}
.side li
{
  margin: 0px;
}
.side a:hover
{
  opacity: 0.5;
}

.side img { width: 128px; }

.table_metting
{
border: 0px #ccc solid;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
}

.table_meeting th
{
padding:3px;
background-color:#ccc;
border: 1px #669 solid;
}

.table_meeting td
{
font-size: 1em;
padding: 3px;
border: 1px #669 solid;
}

.table_meeting .td_comy
{
font-size: 1em;
padding: 3px;
border: 1px #669 solid;
}

.table_meeting .td_comd
{
font-size: 1em;
padding: 3px;
border: 1px #669 solid;
background-color: #9cc;
}

.table_meeting .td_comw
{
font-size: 1em;
padding: 3px;
border: 1px #669 solid;
background-color: #fcc;
}


ul.admin li { margin-bottom: 10px; }

footer {
	background-color: #dcdcdc;
	width: 100%;
	padding: 30px 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;

}

.note {
  text-align: right;
  font-size: 14px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #306 dashed;
}





.button {
	display: inline-block;
	width: 400px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 20px;
	font-family: arial black;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button span {
	display: block;
	position: absolute;
	width: 400px;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}





h3 {
  position: relative;
  padding: 0 .5em .5em 2em;
  /*border-bottom: 1px solid #ccc;*/
}
h3::before,
h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}

h4 {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/****説明の吹き出し設定****/
.remark {
 display: none;
}

a:hover div.remark {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    color: #fff;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    border-radius: 5px;
    /*top: 50px;
    width: 12em;*/
}
