body {
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

hr {
    border: none;
    border-top: 1px solid #cccccc;
}

br.dispnone{
	display: none;
}

.red{
	color: #F00;
}

#wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#content {
    width: 100%;
    height: 100%;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.maxwidth {
    width: 100%;
}

.boxline {
    border: 1px solid #cccccc;
}

.flxrow {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
}

#header {
    width: 100%;
    background-color: #000080;
    padding: 10px;
    text-align: center;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
}

#main {
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    flex: 1;
}

#footer {
    width: 100%;
    background-color: #A9CDDC;
    color: #2F2F5D;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
}

#menu {
    width: 100%;
    background-color: #e0e0e0;
    padding: 10px;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    color: #303030;
}

#menu a:link {
    color: #303030;
}

#menu a:visited {
    color: #606060;
}

#menu a:active {
    color: #606060;
}

.formset {
    width: 30%;
    max-width: 350px;
	margin: 0 auto;
}

.btn1, .btn2 {
    width: 200px;
    height: 100px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.btn1 {
    background-color: #6699cc;
}

.btn2 {
    background-color: #66cc99;
}

.btn3 {
    width: 100%;
    border-radius: 5px;
    background-color: #6699cc;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
	padding: 10px 0;
}
.btn3:hover {
	filter: brightness(120%);
}
.btn4 {
    width: 100%;
    border-radius: 5px;
    background-color: #999999;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}
.innertext:first-of-type {
	margin-top: 30px;
	margin-bottom: 10px;
}

.subtitle {
    font-size: 1.1em;
    font-weight: bold;
}

.boxtitle {
    font-size: 1.1em;
    font-weight: bold;
}

.aroundbox {
    margin: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    display: inline-block;
}

.notice {
    font-size: 0.9em;
    color: #ff0000;
}

.linkbox{
	margin-bottom: 20px;
}

/*menu.php*/
.menu_btn{
	margin-top: 30px;
}
.menu_btn:hover{
	filter: brightness(120%);
	cursor: pointer;
}

/*property_create.php*/
.contents{
	width: 1000px;
	margin: 0 auto;
}
.twocolumns_tbl{
	margin-top: 30px;
}
.twocolumns_tbl th{
	vertical-align: top;
	width: 120px;
	padding: 5px;
}
.twocolumns_tbl td{
	padding: 5px;
}

.w60p{
	width: 60%;
}
.w80p{
	width: 80%;
}

textarea{
	resize: none;
}
