@charset "utf-8";

/*********************
 base
*********************/
 
*{ padding:0; margin:0; }
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
html,body{ height:100%; }
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-family: Noto Sans Japanese,Noto Sans JP,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:16px;
	line-height:1.8em;
	letter-spacing: .09em;
	color:#000;
	background-color:#eee;
}
a, button{ transition:0.1s; cursor:pointer; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}


.sp{display: none !important;}
@media screen and (max-width: 774px) {
	.pc{display: none !important;}
	.sp{display: inline-block !important;}
}
/*********************
 各所
*********************/
.mincho{ font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
img{ vertical-align:middle; }
ul{ list-style-type: none; }

section{
	padding:80px 20px;
}
article{
	width:100%;
	margin:0 auto;
}

.error{
	font-weight:bold;
	color:#f00;
	margin:10px auto;
	text-align:center;
}
/*********************
 flexbox
*********************/
.flexbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flexbetween{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flextop{
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flexend{
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}

/*********************
 link opacity
*********************/
.op:hover{ opacity:0.5; }

/*********************
 header
*********************/
header{
	background:#333;
	color:#fff;
}
header .bar{
	width:100%;
	max-width: 1200px;
	margin:0 auto 0;
	padding:0 0 0 15px;
}
header .headBox li{
	display: inline-block;
/*	vertical-align: bottom;*/
	padding:15px 0;
}
header .headBox li:last-child{
	margin-left: 5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 3px;
}
header .headBox img{
	height:50px;
}
header .linkMenu li{
	display: inline-block;
	border-right:1px solid #666;
}
header .linkMenu li:last-child{
	border-right:0;
}
header .linkMenu a{
	color:#fff;
    height: 100%;
	text-decoration:none;
	padding:8px 10px;
	display:block;
	text-align:center;
	font-size:9px;
	line-height:1.1em;
}
header .linkMenu a:hover{
	background:#666;
}
header .linkMenu a img{
	width:30px;
}

/*********************
 pankuzu
*********************/
.pankuzu{
	margin:0 0 50px;
	font-weight:bold;
	background:#fff;
}
.pankuzu div{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding:10px 15px;
}
.pankuzu div span{
	display:block;
}
.pankuzu a{
	display: block;
	width: 30px;
	height:30px;
	text-decoration:none;
}
.pankuzu a{
	position: relative;
	width: 30px;
}

.pankuzu a::after {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(225deg);
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}

/*********************
 main
*********************/
main{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	padding:0 15px 60px;
}

/*********************
 loginBox
*********************/
#loginBox{
	max-width: 800px;
	margin:100px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5);
	padding: 20px;
}
#loginBox h2{
	font-size:1em;
	border-bottom:1px solid #999;
	margin-bottom:30px;
}
#loginBox li{
	background:#1b4574;
	color:#fff;
	width:150px;
	padding:23px 20px;
	font-size:0.9em;
}
#loginBox li:last-child{
	background:#fff;
	color:#000;
	width:calc(100% - 150px);
	padding:15px 20px;
}
#loginBox li.dotted{
	border-bottom:2px dotted #ccc;
}
#loginBox input{
	width: 100%;
	border-radius: 5px;
	border: 1px #999 solid;
	padding: 10px;
	font-size:1.2em;
}
#loginBox #login_btn{
	width: 40%;
	border-radius: 5px;
	background:#1b4574;
	color:#fff;
	padding: 15px 30px;
	margin:30px auto 0;
	border:0;
	text-align:center;
	display: block;
	cursor:pointer;
}
#loginBox #login_btn:hover{
	background:#f60;
}

/*********************
 TOP
*********************/
.adminBox{
	font-size:0.8em;
	text-align:right;
	max-width:1200px;
	margin:-30px auto 0;
}
.iconBox{
	display:block;
	background:#fff;
	max-width: 1200px;
	margin:15px auto;
	border-radius: 5px;
	padding:20px;
	text-decoration:none;
	color:#000;
	position: relative;
	border: 1px solid #000;
	transition:0.3s;
}
.iconBox:hover{
	opacity:0.5;
}
.iconBox img{
	width:75px;
	padding-right:20px;
}

.iconBox.arrow-black:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
}
/*********************
 Sub
*********************/
.listBox{
	display:block;
	background:#fff;
	max-width: 1200px;
	margin-top:-1px;
	padding:10px 20px;
	text-decoration:none;
	color:#000;
	position: relative;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	transition:0.3s;
}
.listBox:hover{
	opacity:0.5;
}
.listBox img{
	width:75px;
	padding-right:20px;
}

.listBox.arrow-black:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
}

/*********************
 password
*********************/
form#pass{
	max-width: 800px;
	margin:100px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5);
	padding: 20px;
}
form#pass #userpass,
form#pass #userpass1,
form#pass #userpass2{
	width:100%;
	margin-bottom:30px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
form#pass .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
form#pass .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
form#pass .submitbtn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	color: #fff;
}
form#pass .submitbtn:hover{
	background:#f60;
}

/*********************
user/index.php
*********************/
.userBox{
	width:300px;
	position: relative;
	font-size:0.8em;
}
/* whiteBG START */
.userBox .whiteBG,
.userinfoBox .whiteBG{
	margin-bottom:15px;
	background:#fff;
	padding:15px;
}
.userBox .whiteBG .henshu a,
.userinfoBox .whiteBG .henshu a{
	display:block;
	width:20px;
	text-decoration:none;
}
.userBox .henshu a img,
.userinfoBox .henshu a img{ 
	width:100%;
}
.marginTopZero{ margin-top:0px !important; }
/* whiteBG END */
.userBox .henshu a{ border:0; position: absolute; right:15px; top:10px; }
.userBox .henshu a img{ display:inline-block; width:20px; text-decoration:none; }
.userBox .kana{
	text-align:center;
	margin:10px 0 -5px;
	color:#999;
}
.userBox .name{
	text-align:center;
	color:#64AA44;
	font-size:1.6em;
	font-weight:bold;
}
.userBox .name span{
	display:inline-block;
	margin-left:5px;
	font-size:0.7em;
}
.userBox .tel{
	text-align:center;
	padding:10px 0;
	font-size:1.2em;
}
.userBox .tel a{
	display:inline-block;
	background:#64AA44;
	color: #fff;
	line-height:26px;
	height:34px;
	border-radius:17px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 15px;
}
.userBox .tel a:before{
	content:'';
	background-image: url(/img/admin/tel.png);
	display: inline-block;
	position: relative;
	top: 3px;
	left:0;
	width:18px;
	height:18px;
	background-size: contain;
	margin-right:6px;
}
.userBox .tel div{
	font-size:0.8em;
	line-height:1.5em;
	margin-top:5px;
}
.userBox .BoxArea{
	border-top:1px solid #eee;
	padding:10px 0 0;
	margin:10px 0;
	line-height:1.5em;
}
.userBox p{
	font-weight:bold;
	margin:0 0 5px;
	font-size:1.1em;
}
.userBox .tanto .tantoname{
	margin-top:4px;
}
.userBox .tanto #tanto_btn{
	padding:5px 20px;
	background:#369;
	color:#fff;
	border-radius: 5px;
	border:0;
}
.userBox .BoxArea li:not(:last-child){
	margin-bottom:5px;
}
.userBox .BoxArea li span{
	display:block;
	width:70px;
}
.userBox .BoxArea li div{
	width:calc(100% - 70px);
}
.userBox .datetime{
	font-weight:normal;
}
#googledrive_btn{
	display:block;
	margin:15px auto 0;
	padding:10px 20px;
	background:#369;
	color:#fff;
	border-radius: 5px;
	border:0;
	width: 100%;
	text-decoration:none;
	text-align:center;
}


.userinfoBox{
	width:calc(100% - 315px);
	margin-left:15px;
	font-size:0.8em;
}
/*************** 進行 START ***************/
.userinfoBox .shinko{
    display: flex;
    overflow: hidden;
	background:#eee;
	paddding-left:5px;
}
.userinfoBox .shinko li {
    position: relative;
    padding: 5px 35px 5px 15px;
	text-align:center;
    font-weight: bold;
    z-index: 3;
	width:calc(100% / 7);
	display: flex;
}
.userinfoBox .shinko li:first-child {
    background: #fff;
}
.userinfoBox .shinko li.on:first-child {
    background: #64AA44;
}
.userinfoBox .shinko li:before,
.userinfoBox .shinko li:after {
    position: absolute;
    left: -10px;
    width: 100%;
    height: 50%;
    background: #fff;
    content: '';
    z-index: -1;
}
.userinfoBox .shinko li.on:before,
.userinfoBox .shinko li.on:after {
    background: #64AA44;
}
.userinfoBox .shinko li:has(a:hover):before,
.userinfoBox .shinko li:has(a:hover):after {
    background: #64AA44;
}
.userinfoBox .shinko li:last-child:before,
.userinfoBox .shinko li:last-child:after {
    left: -20px;
	width: calc(100% + 20px);
}
.userinfoBox .shinko li::before {
    top: 0;
}
.userinfoBox .shinko li::after {
    top: 50%;
}
.userinfoBox .shinko li:not(:last-child)::before {
    top: 0;
    transform: skew(15deg);
	border-right:3px solid #eee;
}
.userinfoBox .shinko li:not(:last-child)::after {
    top: 50%;
    transform: skew(-15deg);
	border-right:3px solid #eee;
}
.userinfoBox .shinko li:last-child {
    z-index: 2;
}
.userinfoBox .shinko li a {
	margin: auto 0;
	display: block;
    line-height: 1.4em;
    text-decoration: none;
    color: #64AA44;
}
.userinfoBox .shinko li.on a{
    color: #fff;
}
.userinfoBox .shinko li a:hover {
    color: white;
}
/*************** 進行 END ***************/
.userinfoBox p.title{
	font-weight:bold;
	margin:0 0 -5px;
	font-size:1.1em;
}
.userinfoBox ul.carinfoList{
	border-top:1px solid #eee;
	margin:0;
}
.userinfoBox ul.carinfoList li{
	border-bottom:1px solid #eee;
	padding:5px;
	width:100%;
}
.userinfoBox ul.carinfoList li:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.userinfoBox ul.carinfoList li p{
	font-weight:bold;
	width:80px;
	text-align:left;
}
.userinfoBox ul.carinfoList li .w50{
	width:50%;
}

/*********************
アコーディオン
*********************/
.accordionBox {
    max-width: 100%;
    margin:10px 0;
    border: 1px solid #eee;
}

.accordionBox summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
	padding:10px 13px 10px 10px;
	font-weight:bold;
    color:#64AA44;
}

.accordionBox summary::-webkit-details-marker {
    display: none;
}

.accordionBox summary p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.accordionBox summary p::before {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-bottom: 2px solid #64AA44;
    border-right: 2px solid #64AA44;
    content: '';
    transition: transform .3s;
    display: inline-block;
}

.accordionBox[open] summary p::before {
    transform: rotate(225deg);
}

.accordionBox ul {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	padding:5px;
    transition: transform .5s, opacity .5s;
}

.accordionBox[open] ul {
    transform: none;
    opacity: 1;
}
.accordionBox .shukinBtn{
	background: #369;
	color:#fff;
	height:36px;
	width:90px;
	text-align:center;
	border-radius: 5px;
	border: 0;
	font-weight:bold;
}
.accordionBox .shukinBtn.shukiDown_btn{
	background:#c00;
	margin-left:15px;
}

/*********************
編集フォーム
*********************/
.HenshuBox{
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.HenshuBox form li{
	margin-bottom:20px;
}
.HenshuBox form li p{
	display:inline-block;
	width:100px;
	font-weight:bold;
}
.HenshuBox form li div{
	display:inline-block;
	width:calc(100% - 100px);
}
.HenshuBox form li div input,
.HenshuBox form li div textarea{
	padding: 8px 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #523e2f;
	outline: none;
	width:100%;
	line-height:1.5em;
}
.HenshuBox form li div input.w50{
	width:50%;
}
.HenshuBox form li div input.w60{
	width:60px;
}
.HenshuBox form li div input.w80{
	width:80px;
}
.HenshuBox form li .readonly{
	background:transparent;
	border:0px;
	width:150px;
	text-align:right;
}
.HenshuBox .buttonbox .submitbtn {
	display:block;
	margin-top:30px;
	padding:10px 20px;
	background:#369;
	color:#fff;
	border-radius: 5px;
	border:0;
	width: 150px;
	text-decoration:none;
	text-align:center;
}
.HenshuBox .buttonbox #hojiFlag_btn,
.HenshuBox .buttonbox #carhojiFlag_btn {
	display:block;
	margin-top:30px;
	padding:10px 20px;
	color:#fff;
	border-radius: 5px;
	border:0;
	width: 150px;
	text-decoration:none;
	text-align:center;
}
.HenshuBox .loanKeisanBtn{
	display:inline-block;
	padding:5px 10px;
	background:#369;
	color:#fff;
	border-radius: 5px;
	border:0;
	height:42px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.HenshuBox .memo_body{
	height:500px;
}

/*********************
検索ページ
*********************/
.searchBox .searchArea {
	width:100%;
	max-width:700px;
	margin:0 auto;
}
.searchBox .searchArea p{
	font-weight:bold;
	margin-bottom:10px;
}
.searchBox .searchArea input,
.searchBox .searchArea select {
	padding: 8px 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #523e2f;
	outline: none;
	width:calc(100% - 120px);
	line-height:1.5em;
}
.searchBox .searchArea button {
	display:inline-block;
	margin-left:10px;
	padding:10px 0;
	height:42px;
	background:#369;
	color:#fff;
	border-radius: 5px;
	border:0;
	width: 100px;
	text-decoration:none;
	text-align:center;
}
.searchBox hr{
	border:0;
	border-top:1px solid #ccc;
	margin:50px 0;
}


/*********************
sp
*********************/
@media screen and (max-width: 774px) {
	.pc{display: none;}
	.sp{display: block;}
	.userBox .datetime{ display: block; }
	.userMainBox{ display: block; }
	.userBox, .userinfoBox{ width:100%; }
	.userinfoBox{
		margin-left:0px;
		margin-top:15px;
	}
	.HenshuBox form li div input.w50{
		width:calc(100% - 100px);
	}
	.HenshuBox form li div input.w60{
		width:50px;
	}
	.HenshuBox form li div input.w80{
		width:70px;
	}
}

































.blogList li{
	padding:15px 20px;
	border-bottom:1px solid #bebebe;
}
.blogList li:last-child{
	border-bottom:0;
}
.blogList li .flag_1:before{
	content: '公開中';
	background:#597ea7;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.blogList li .flag_3:before{
	content: '下書き';
	background:#60a759;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.blogList li .flag_9:before{
	content: '非公開';
	background:#888;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.blogList li .flag_99:before{
	content: '予約中';
	background:#bb2929;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.blogList li .time{
	font-size:0.8em;
	color:#777;
}
.blogList li div a{
	display:inline-block;
	font-size:0.8em;
	color:#062ae1;
}
.blogList li div a:hover{
	color:#f60;
}
.blogList li .title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}
.blogList li .title a{
	font-size:1em;
	color:#000;
	text-decoration:none;
}
.blogList li .title a:hover{
	text-decoration:underline;
}
.blogList li .cate{
	font-size:0.8em;
	color:#666;
}
.blogList li .cate a{
	font-size:1em;
	color:#666;
}
/* ページング */
.pager div.end-flex{ margin-left: auto; }
.pager a{
	display:inline-block;
	border:1px solid #1b4574;
	background:#1b4574;
	color: #fff;
	border-radius: 5px;
	text-align;:center;
	padding:8px 20px;
	text-decoration:none;
	margin-bottom:50px;
	font-size:0.8em;
}
.pager a.linebtn{ 
	background:#fff;
	color: #1b4574;
	margin-bottom:50px;
}

.pager a.left{ margin-right:10px; }
.pager a.right{ margin-left:10px; }
.pager a:hover{ 
	color: #fff;
	background:#f60;
	border-color:#f60;
}
.pager a.linebtn:hover{ 
	color: #f60;
	background:#fff;
	border-color:#f60;
}


/*********************
 thumb_image
*********************/
#thumbBox{ 
	margin-bottom:30px;
}
.preview-uploader{ 
	font-size: 12px;
}
.preview-uploader::file-selector-button {
	color: #fff;
	background: #1b4574;
	font-size: 14px;
	border: 0;
	border-radius: 10em;
	padding: 8px 16px;
	text-align: center;
}
.preview img{
	margin-top:20px;
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.preview .delete-btn {
	margin-top:10px;
	display:inline-block;
	color: #fff;
	background: #1b4574;
	font-size: 14px;
	border: 0;
	border-radius: 10em;
	padding: 6px 25px;
	text-align: center;
	cursor:pointer;
}
img.preview_min{
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right:20px;
}
a img.preview_min:hover{
	opacity:0.7;
}
img.preview_radius{
	border-radius:50%;
}

/*********************
 blog/write.php
*********************/
#blog #releasedate{
	margin-bottom:30px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
#blog #title{
	width:100%;
	margin-bottom:30px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
#blog select{
	width:200px;
	margin:30px 0;
	border-radius: 4px;
	border: 1px solid #bebebe;
	padding:10px 15px;
	font-size:16px;
}
#blog select option{
	padding:10px 15px;
	font-size:16px;
}
#blog .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
#blog .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
#blog .submitbtn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	color: #fff;
}
#blog .submitbtn:hover{
	background:#f60;
}

/*********************
 blog/conf.php
*********************/
.confBox .blog_ui{
	padding:20px;
	margin-bottom:50px;
	background:#fff;
	border-radius: 4px;
}
.confBox .conf_titleBox{
	margin-bottom:5px;
	border-bottom:1px solid #eee;
}
.confBox .conf_title{
	font-weight:bold;
}
.confBox .conf_time{
	margin-top:5px;
	font-size:0.8em;
	text-align:right;
	color:#666;
}
.confBox .conf_body{
	margin-top:20px;
}
.confBox .catebox{
	font-size:0.8em;
	color:#666;
	margin-bottom:30px;
}
.confBox .catebox a{
	color: #062ae1;
	margin-bottom:30px;
}
.confBox .catebox a:hover {
	color:#f60;
}
.confBox .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
.confBox .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
.confBox .end_btn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	border:1px solid #1b4574;
	color: #fff;
}
.confBox .end_btn:hover{
	background:#c00;
	border-color:#c00;
}
.confBox .conf_flag{
	font-weight:bold;
	padding:10px;
	margin-bottom:20px;
}

/*********************
 category
*********************/
form#cate{
	max-width: 800px;
	margin:50px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5);
	padding: 20px;
}
form#cate #cate_name{
	width:100%;
	margin-bottom:30px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
form#cate .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	margin-right: auto;
}
form#cate .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
form#cate .submitbtn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	color: #fff;
}
form#cate .submitbtn:hover{
	background:#f60;
}
#catelist{
	max-width: 800px;
	margin:20px auto;
}
#catelist li{
	max-width: 800px;
	width:100%;
	padding:10px 15px;
	font-size:16px;
	border: 1px solid #bebebe;
	background:#fff;
	margin-top:-1px;
	cursor: grab;
}
#catelist li:active {
  cursor: grabbing;
}
#catelist li a {
	font-size: 0.8em;
	color: #062ae1;
}
#catelist li a:hover {
	color:#f60;
}
/*********************
 qa
*********************/
.qaList{
	display:block;
	max-width: 1200px;
	margin:50px auto 0;
}
.qaList ul{
	background:#fff;
	padding:15px 20px;
	border-bottom:1px solid #bebebe;
	border: 1px solid #bebebe;
	border-radius: 5px;
	margin-bottom:20px;
}
.qaList ol{
	font-weight:bold;
	color:#004ea2;
	margin-bottom:10px;
}
.qaList li{
	border-top: 1px solid #bebebe;
	padding:10px 0;
	font-size:0.8em;
}
.qaList li .question{
	margin-bottom:5px;
}
.qaList li .question:before{
	content: "Q.";
	color:#00f;
	padding-right:10px;
}
.qaList li .answer:before{
	content: "A.";
	color:#f00;
	padding-right:10px;
}
.qaList li .flag_1:before{
	content: '公開中';
	background:#597ea7;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.qaList li .flag_3:before{
	content: '下書き';
	background:#60a759;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.qaList li .flag_9:before{
	content: '非公開';
	background:#888;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
.qaList li .flag_99:before{
	content: '予約中';
	background:#bb2929;
	color:#fff;
	padding:0 10px;
	font-weight:bold;
	margin-right:10px;
}
/*********************
 recruit
*********************/
.recruitList{
	display:block;
	max-width: 1200px;
	margin:50px auto 0;
}
.recruitList ul{
	background:#fff;
	padding:15px 20px;
	border-bottom:1px solid #bebebe;
	border: 1px solid #bebebe;
	border-radius: 5px;
	margin-bottom:20px;
}
.recruitList ol{
	margin-bottom:10px;
}
.recruitList ol a{
	color:#004ea2;
	font-size:0.8em;
}
.recruitList ol a:first-child{
	color:#333;
	font-size:1em;
	text-decoration:none;
}
.recruitList ol a:hover{
	color:#f60;
	text-decoration:underline;
}
/*********************
 recruit/write.php
*********************/
#recruit #title{
	width:100%;
	margin-bottom:20px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
#recruit select{
	width:200px;
	margin:30px 0;
	border-radius: 4px;
	border: 1px solid #bebebe;
	padding:10px 15px;
	font-size:16px;
}
#recruit select option{
	padding:10px 15px;
	font-size:16px;
}
#recruit textarea{
	width:100%;
	padding:15px;
	line-height:1.8em;
	border-radius: 4px;
	margin-bottom:20px;
	border: 1px solid #bebebe;
}
#recruit p{
	margin-bottom:20px;
}
#recruit .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
}
#recruit .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
#recruit .submitbtn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	color: #fff;
}
#recruit .submitbtn:hover{
	background:#f60;
}

/*********************
 history
*********************/
form#history{
	max-width: 800px;
	margin:50px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .5);
	padding: 20px;
}
form#history #times{
	width:100%;
	margin-bottom:15px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
form#history #body{
	width:100%;
	height:100px;
	margin-bottom:30px;
	padding:10px 15px;
	font-size:16px;
	border-radius: 4px;
	border: 1px solid #bebebe;
}
form#history .back_btn{
	width:100px;
	border-radius: 4px;
	background:#fff;
	color: #1b4574;
	border:1px solid #1b4574;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	margin-right: auto;
}
form#history .back_btn:hover{
	color: #f60;
	background:#fff;
	border-color:#f60;
}
form#history .submitbtn{
	width:200px;
	border-radius: 4px;
	border:0;
	padding:10px 15px;
	font-size:16px;
	cursor:pointer;
	background:#1b4574;
	color: #fff;
}
form#history .submitbtn:hover{
	background:#f60;
}
#historylist{
	max-width: 800px;
	margin:20px auto;
}
#historylist li{
	max-width: 800px;
	width:100%;
	padding:10px 15px;
	font-size:16px;
	border: 1px solid #bebebe;
	background:#fff;
	margin-top:-1px;
	cursor: grab;
}
#historylist li:active {
  cursor: grabbing;
}
#historylist li a {
	font-size: 0.8em;
	color: #062ae1;
}
#historylist li a:hover {
	color:#f60;
}
