@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	cursor: default;
}

html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

img {
	border: none;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th{white-space:nowrap;}
td,th{
	padding:5px;
}

body {
	font-size: 13px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	cursor: default;
}
button{
	padding: 5px 20px;
	transition:0.2s;
}
button:hover{
	opacity:0.8;
	transition:0s;
}
input,button{cursor:pointer;}

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}
.droppable{
	width:auto;
	border: gray solid 10px;
	padding: 10px;
	box-sizing:border-box;
}
.droppable input,
.droppable img{
	width:100%;
}
/*--Color scheme 1----------------------------------------------------------*/
a,a:link,a:visited {
	color:rgba(2, 134, 207, 1);
	text-decoration: none;
}
a:hover,a:active {
	color:rgba(2, 134, 207, 0.8);
	cursor: pointer;
}

header,
footer{
	color: rgba(239, 243, 244, 1);
	background: rgba(128, 128, 128, 1);
	cursor: default;
}
header a:hover,
header a:active ,
footer a:hover,
footer a:active {
	color: rgba(239, 243, 244, 1);
}

#SubMenu{
	color: rgba(239, 243, 244, 1);
	background: rgba(3, 168, 243, 1);
}
header a,
footer a,
#SubMenu a{
	color: rgba(239, 243, 244, 1)!important;
}
.close{
	background:rgb(3,168,243);
}
#main h1{
	font-size:1.5rem;
	font-weight:100;
	color: rgba(33, 33, 33, 1);
	border-bottom:3px dotted rgba(33, 33, 33, 0.1);
	padding:0 0 0 10px;
	margin:0 0 20px 0;
	border-radius: 2px;
}
#main h2{
	font-size:1.2rem;
	font-weight:100;
	color: rgba(114, 114, 114, 1);
	padding:0 0 0 0px;
}
.btn{
	background-color: rgba(239, 239, 239, 1);
}
.btn.updata{
	color: rgba(239, 243, 244, 1);
	background: rgba(230, 50, 108, 1);
}
.btn.cancel{
	background: rgba(239, 243, 244, 1);
}
.btn.delete{
	color: rgba(239, 243, 244, 1);
	background: rgba(44, 62, 80, 1);
}
.btn.add{
	color: rgba(44, 62, 80, 1);
	background: rgba(254, 218, 76, 1);
}
.icon.edit{
	color:rgba(114, 114, 114, 1);
	background:rgba(254, 224, 0, 1);
}
/*--Color scheme 2----------------------------------------------------------*/
#C2 a,
#C2 a:link,
#C2 a:visited {
	color:rgba(191, 0, 0, 1);
	text-decoration: none;
}
#C2 a:hover,
#C2 a:active {
	color:rgba(191, 0, 0, 0.8);
	cursor: pointer;
}

#C2 header,
#C2 footer{
	color: rgba(239, 243, 244, 1);
	background: rgba(97, 97, 97, 1);
	cursor: default;
}
#C2 header a:hover,
#C2 header a:active ,
#C2 footer a:hover,
#C2 footer a:active {
	color: rgba(239, 243, 244, 1);
}

#C2 #SubMenu{
	color: rgba(239, 243, 244, 1);
	background: rgba(157, 157, 157, 1);
}
#C2 header a,
#C2 footer a,
#C2 #SubMenu a{
	color: rgba(239, 243, 244, 1);
}
#C2 .close{
	background:rgba(156, 156, 156, 1);
}

#C2 #main h1{
	color: rgba(33, 33, 33, 1);
}
#C2 #main h2{
	color: rgba(114, 114, 114, 1);
}
#C2 .btn{
	background-color: rgba(239, 239, 239, 1);
}
#C2 .btn.updata{
	color: rgba(239, 243, 244, 1);
	background: rgba(230, 50, 108, 1);
}
#C2 .btn.cancel{
	background: rgba(239, 243, 244, 1);
}
#C2 .btn.delete{
	color: rgba(239, 243, 244, 1);
	background: rgba(44, 62, 80, 1);
}
#C2 .btn.add{
	color: rgba(44, 62, 80, 1);
	background: rgba(254, 218, 76, 1);
}
#C2 .icon.edit{
	color:rgba(114, 114, 114, 1);
	background:rgba(254, 224, 0, 1);
}
#C2 .switch input:checked + label::before {
    background: rgba(191, 0, 0, 1);
    color: #fff;
    opacity: 1;
}


/*--layout----------------------------------------------------------*/

/* 0 to 768px

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

header {
	overflow: hidden;
}

	header h1 {
		padding: 10px 10px 0 10px;
	}

	header h2 {
		padding: 0 10px 10px 10px;
	}

#contents nav {
	overflow: hidden;
	padding: 10px;
}

	#contents nav ul {
		list-style: none;
		overflow: hidden;
	}

	#contents nav ul li {
		float: left;
		margin-right: 10px;
	}

#contents #main {
	overflow: hidden;
	background: #d49fc2;
}

	#contents #main h1{
		color: #212121;
		font-size:1.4rem;
		font-weight:100;
		margin:10px 10px 0px 10px;
	}
	#contents #main h2{
		color: #727272;
		font-size:1.1rem;
		font-weight:100;
		margin:10px 10px 0px 10px;
	}
	#contents #main p{
		margin:20px 0;
	}
aside {
	overflow: hidden;
}

	aside p {
		padding: 10px;
	}

footer {
	overflow: hidden;
}

	footer #copyright {
		padding: 10px;
	}
*/

/* *--------------------------*
@media only screen and (min-width: 769px) {------------*/
.btn{
	min-width: 55px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #444;
	letter-spacing: 2px;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	outline: 0px;
	padding: 0 8px;
	margin: 0 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	cursor: pointer;
	}

.btn:hover{
	border-radius: 2px;
	border: 1px solid rgba(152, 203, 254, 1);
}

input[type=text] {
	min-width:30px;
	min-height: 29px;
	line-height: 27px;
	padding: 0 8px;
}
input,
textarea,
select {
	font-size: 1.01rem;
}

textarea {
	width:100%;
	min-height:150px;
	padding:10px;
}
select {
	padding:3px;
}
select,
input[type=text],
textarea {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type=text]:hover,
textarea:hover {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	color: #333;
}

input[type="TEXT"]:focus,
select:focus ,
textarea:focus {
	border: 1px solid rgba(152, 203, 254, 1);
	outline: none;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3);
}

input[type="radio"]+label{
	padding: 0 20px 0 5px;
}

input.input_date{
	width:150px;
}

input.input_link_url{
	width:570px;
}

dd.start_date,
dd.end_date{
	display:inline-block;
}

form > fieldset {
	padding: 10px 20px 40px 20px;
	margin:20px 0;
}

form > fieldset > dl dt{
	padding: 20px 0 0 0;
}
fieldset fieldset{
	padding: 10px 20px;
	margin:10px 0;
}
fieldset fieldset dl dt,
fieldset fieldset dl dd{
	float: left;
}
fieldset fieldset dl dt{
	min-width:40px;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	clear:both;
}
fieldset fieldset dl dd{
	margin: 0 0 10px 0;
}
.switch input {
	display: none!important;
}
.switch label {
	padding: 5px;
	font-size:1.2rem;
	cursor: pointer;
}

.switch label:before {
	padding: 3px 10px;
	content: '公　開';
	border-radius: 2px 0 0 2px;
	background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
	color: #333;
}
.switch label:after {
    padding: 3px 10px;
    content: '非公開';
    border-radius: 0 2px 2px 0;
    background: rgba(152, 152, 152, 1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switch.switch2 label:before {
    padding: 3px 10px;
    content: '希望する';
    border-radius: 2px 0 0 2px;
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #333;
}
.switch.switch2 label:after {
    padding: 3px 10px;
    content: '希望しない';
    border-radius: 0 2px 2px 0;
    background: rgba(152, 152, 152, 1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
    color: #FFF;
}
.switch input + label:hover:before {
    opacity: 0.5;
}
.switch input:checked + label:before {
    background: rgba(255, 105, 90,0.8);
    color: #FFF;
    opacity: 1;
}
.switch input:checked + label:after {
    background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
    color: #333;
}
.switch input:checked + label:hover:after {
    opacity: 0.5;
}

.hissu:after{
	content: '※';
	color:rgba(203, 0, 0, 1);
	padding:0 2px;
}


header {
	width: 100%;
	height:30px;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
}
	header h1{
	font-size:1.2rem;
	}
	header h1,
	header h2,
	header nav,
	header ul.navi_name {
		display: inline-block;
		vertical-align: top;
		line-height:30px;
	}
	header nav{
		border-left:solid 1px rgba(255,255,225,0.5);
		border-right:solid 1px rgba(255,255,225,0.5);
		margin-left: 25px;
		padding-left: 25px;
	}
	header nav ul li,
	header ul.navi_name li {
		font-size:0.9rem;
		display: inline-block;
		margin-right:25px;
	}
	header nav ul li a{
		padding-left:23px;
	}
	header nav ul li:nth-of-type(1) a{
		background:url(../images/btnIcon_monitor_w.png) no-repeat 0 50%;
		background-size:17px;
	}
	header nav ul li:nth-of-type(2) a{
		background:url(../images/btnIcon_logout_w.png) no-repeat 0 50%;
		background-size:17px;
	}
	header nav ul li:nth-of-type(3) a{
		background:url(../images/icon_home_w.png) no-repeat 0 50%;
		background-size:17px;
	}
	header ul.navi_name {
		margin-left: 15px;
	}
	header ul.navi_name li{
		width: 100px;
		height: 21px;
		border-radius: 15px;
		background: rgba(217, 217, 217, 1);
		letter-spacing: 10px;
		vertical-align: middle;
		margin-right: 5px;
		transition:0.2s;
	}
	header ul.navi_name li a{
		width: auto;
		height: 25px;
		display: block;
		margin: 2px;
		line-height: 20px;
		text-align: center;
		letter-spacing: 1px;
		font-size: 14px;
		color:rgba(48, 48, 48, 1)!important;
	}
	header ul.navi_name li:hover{
		background:rgba(255, 173, 173, 1);
		transition:0s;
	}
	header ul.navi_name li.current{
		background:rgba(255, 46, 46, 1);
	}
	header ul.navi_name li.current a{
		color:rgba(255, 255, 255, 1)!important;
	}
table.list {
	width:100%;
	margin:20px 0;
}

	table.list th{
		background:rgba(220,220,220,0.3);
	}

	table.list th:first-child,
	table.list td:first-child{
		width:20px;
		text-align:center;
	}

	table.list th,
	table.list td {
		padding:6px 5px;
		border:1px solid #b9b9b9;
	}
	table.list td a{
		display: block;
	}
	table.list td a span{
		cursor: pointer;
	}
th_date {
	width:90px;
}

th_release{
	width:120px;
}

td_nowrap{
	white-space: nowrap;
}

.icon.edit {
	font-size:0.7rem;
	letter-spacing:1.5px;
	padding:2px 3px;
	margin:0 5px;
	border-radius:2px;
	float: right;
}

.input_datatime[type=text]{
	width:180px;
}
.input_file{
	width:70%;
}

#SubMenu {
	display:none;
}

#contents {
	max-width: 1060px;
	height:100%;
	display:block;
	padding:0 0 20px 0;
	margin: 0 auto;
	position: relative;
	top: 35px;
	z-index: 10;
}

	#contents>*{
		display:inline-block;
	}

	#contents #main {
		width: 800px;
		overflow: hidden;
		padding: 10px 10px 50px 10px;
		position:relative;
		left:260px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	aside {
		width: 260px;
		height:auto;
		border-right:1px solid rgba(239, 239, 239, 1);
		background:rgba(246, 246, 246, 0.9);
		overflow-y: auto;
		position:fixed;
		top:29px;
		bottom:0;
		left:50%;
		z-index:100;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-left:-530px;
	}
	aside>p{
		font-size:2.0rem;
		margin-top: 10px;
		border-bottom: dotted 1px #dcdcdc;
		text-indent:40px;
	}
	aside nav{
		padding-left:10px;
	}
	aside nav p{
		background:url(../images/icon_next.png) no-repeat 0px 50%;
		padding-left:25px;
		margin:10px 0 5px 0;
	}
	aside nav p:hover{
		cursor:pointer;
	}
	aside nav ul {
		margin-left:0px;
	}
	aside nav li {
		width: 100%;
		display: block;
		line-height: 14px !important;
		margin: 0 0 1px 0;
		position: relative;
	}
	aside nav li a{
		width:100%;
		height:100%;
		display: block;
		padding: 5px 3px 5px 20px;
		transition:0.2s;
	}
	aside nav li:hover a:before,
	aside nav li.current{
		content: "▲";
		font-size: 10px;
		vertical-align: middle;
		display: inline;
		transform: rotate(90deg);
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		transition:0s;
	}
	aside nav li dd.current a:after {
		position: relative;
	}
	aside nav li dd.current a:after {
		right: 0px;
		border: 8px solid transparent;
		content: " ";
		height: 0px;
		width: 0px;
		pointer-events: none;
		border-right-color: rgba(239, 239, 239, 1);
		position: absolute;
	}


	aside nav li dt,
	aside nav li dd{
		width:100%;
		display: block;
		line-height: 15px !important;
		padding: 5px 0;
	}

	aside nav li dd{
		margin-left: 10px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	aside.close{
		overflow-y:hidden;
	}
	aside.open nav,
	aside.open p{
		display:block;
	}
	aside.close nav,
	aside.close p{
		display:none;
	}
	aside.open:after,
	aside.close:after{
	content: " ";
	position: absolute;
	top: 42%;
	pointer-events: none;
	height: 60px;
	width: 16px;
}
	aside.open:after{
	right: 0px;
	background: #EFEFEF url(./img/yajirusi.png)no-repeat 50% 50%;
	border-radius: 2px;
	border-radius:2px 0px 0px 2px ;
	-moz-border-radius:2px 0px 0px 2px ;
	-webkit-border-radius:2px 0px 0px 2px ;

}
	aside.close:after{
	left: 0px;
	background: #FFFFFF url(./icon/yajirusi.png)no-repeat 50% 50%;
	border-radius:0px 2px 2px 0px ;
	-moz-border-radius:0px 2px 2px 0px ;
	-webkit-border-radius:0px 2px 2px 0px ;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	.togglebutton.close{
		overflow-y:hidden;
	}
	.togglebutton.open nav,
	.togglebutton.open p{
		display:block;
	}
	.togglebutton.close nav,
	.togglebutton.close p{
		display:none;
	}
	.togglebutton.open:after,
	.togglebutton.close:after{
	content: " ";
	position: absolute;
	top: 42%;
	pointer-events: none;
	height: 60px;
	width: 16px;
}
	.togglebutton.open:after{
	right: 0px;
	background: #EFEFEF url(./img/yajirusi.png)no-repeat 50% 50%;
	border-radius: 2px;
	border-radius:2px 0px 0px 2px ;
	-moz-border-radius:2px 0px 0px 2px ;
	-webkit-border-radius:2px 0px 0px 2px ;

}
	.togglebutton.close:after{
	left: 0px;
	background: #FFFFFF url(./icon/yajirusi.png)no-repeat 50% 50%;
	border-radius:0px 2px 2px 0px ;
	-moz-border-radius:0px 2px 2px 0px ;
	-webkit-border-radius:0px 2px 2px 0px ;
	}
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#StationaryBtnArea {
	width: 800px;
	text-align: center;
	background: rgba(240, 240, 240, 1);
	border-top:1px solid #e5e5e5;
	display: block;
	position: fixed;
	bottom:20px;
	padding: 10px;
	margin-left: -10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

footer {
	min-width: 100%;
	height: 20px;
	line-height: 0px;
	font-size: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

	footer #copyright {
		width: 1060px;
		margin: 0 auto;
		padding: 10px;
	}

/* *--------------------------* }*/
/*ボタン*/
.bottom_btn_area{
	clear:both;
	text-align:center;
	position:fixed;
	bottom:20px;
	background:rgba(220,220,220,1.0);
	width:780px;
	height:40px;
	padding-top:10px;
	z-index:100;
}
.add_btn_area{
	text-align:center;
	margin-top:20px;
}
#main button,
#sub_erea button,
#admin_page form>table + button,
#admin_page .bottom_btn_area button{
	border:none;
	border-radius:2px;
}
.create,
.edit,
.cancel,
.sort,
.update,
.delete,
.seach,
.preview,
.child{
	padding:5px;
	min-width:100px;
}
.create,
.edit,
.cancel,
.sort{
	text-indent:24px;
}
.create,
.update,
.delete{
	color:#fff;
}

.create{
	background:url(../images/icon_create.png) no-repeat 5px center rgba(230,50,108,1);
}
.update{
	background:rgba(230,50,108,1);
}
.delete{
	background:rgba(44,62,80,1);
}
.edit{
	background:url(../images/icon_edit.png) no-repeat 5px center rgba(232,169,70,0.8);
}
.cancel{
	background:url(../images/icon_cancel.png)no-repeat 5px center rgba(239,243,244,1)!important;
	border:1px solid rgba(220,220,220,1);
}
.sort{
	background:url(../images/icon_sort.png)no-repeat 5px center rgba(212,255,211,1);
}
.ques_com{
	position:absolute;
	width:300px;
	height:30px;
	line-height: 30px;
	border:solid 1px;
	background:white;
}
span.must{
	color:#c70505;
	font-weight:600;
}
.description p{
	line-height:23px;
	padding-left:20px;
	margin:0px 0 20px 0;
}
dl.kanri_form{
	border:solid 1px #dcdcdc;
	margin:0 0 30px 0;
	padding:20px;
}
	dl.kanri_form dd{
		margin:3px 0 20px 0;
	}
	dl.kanri_form dt{
		font-size:1.1rem;
		background:rgba(220,220,220,0.5);
		padding-left:10px;
		margin-bottom:8px;
	}
/*　サブ画面　*/
.sub_wrapper{
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	left:0px;
	top:0px;
	background:rgba(0, 0, 0, 0.6);
	z-index:200;
}
	.sub_wrapper #sub_erea{
		width:850px;
		height:500px;
		display:block;
		overflow:auto;
		position:fixed;
		left:50%;
		top:50%;
		border:solid 10px #ffffff;
		background:#fff;
		border-radius: 10px;
		padding:30px;
		margin:-270px 0 0 -455px;
	}
	#sub_erea .sub_window_close {
		width: 40px;
		height: 30px;
		background: url(/Synthesis/images/close.png) no-repeat 2px 0px;
		font-size: 12px;
		position: absolute;
		top: 10px;
		right: 20px;
		line-height: 74px;
		cursor: pointer;
	}
	.sub_wrapper #sub_erea .bottom_btn_area {
		margin: 20px auto;
	}
/*　管理フォーム　*/
table.kanri_form,
table.kanri_form_list{
	width:100%;
	clear:both;
}
	table.kanri_form{
		margin:30px 0 0 0;
	}
	.table_list_title{
		text-align:left;
		width:70%;
	}
	.nowrap{
		white-space:nowrap;
	}
	table.kanri_form,
	table.kanri_form_list{
		border-collapse:collapse;
		background:#ffffff;
		margin-top:10px;
	}
	table.kanri_form th,
	table.kanri_form_list th{
		background-color:#eeeeee;
		white-space:nowrap;
	}
	table.kanri_form_list th{
		text-align:center;
		vertical-align:middle;
	}
	table.kanri_form td{text-align:left;}
	table.kanri_form th,
	table.kanri_form td,
	table.kanri_form_list th,
	table.kanri_form_list td{border:solid 1px #aaaaaa;}
	table.kanri_form img,
	table.kanri_form_list img{max-width:540px;}

	table.kanri_form td>table,
	table.kanri_form td>table th,
	table.kanri_form td>table td{border:solid 0px #ccc !important;}
	table.kanri_form_list td.layout-td{text-align:left;}
	table.kanri_form_list td:first-child input{width:30px;}
	
.kanri_form input#TITLE, .kanri_form input#PAGE_TITLE,
.free_page_contents_p .kanri_form > dt:nth-of-type(1) + dd input,
.free_page_contents_p .kanri_form > dt:nth-of-type(2) + dd input,
.free_page_contents_p .photo + div p input{
	width:100%;
}
.kanri_form input#LINK{
	width:80%;
}

/*スライドショー*/
.slider2_p table td span{display:block;}
.slider2_p table td img{max-width:450px;}
/*新着情報*/
.photoArea dl dt{
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	text-indent:1em;
	border-bottom:3px solid #dcdcdc;
	margin: 15px 0;
}
/*　表示順変更　*/
input.number{
	width:40px;
}

/*フリーページ*/
.free_page_p table th:nth-of-type(1){width:30px;}
.free_page_p table th:nth-of-type(3){width:115px;}
.free_page_p table th:nth-of-type(5){width:80px;}

/* カレンダー（日付選択） */
.calender {
	display: block;
	overflow:hidden;
	position: absolute;
	background: rgb(248, 248, 248);
	border: 1px solid #c0c0c0;
	padding:5px 0px;
	border-radius:0px 0px 2px 2px ;
	-moz-border-radius:0px 0px 2px 2px ;
	-webkit-border-radius:0px 0px 2px 2px ;
	box-shadow:0px 3px 8px 1px #d2d2d2;
	-moz-box-shadow:0px 3px 8px 1px #d2d2d2;
	-webkit-box-shadow:0px 3px 8px 1px #d2d2d2;
}
.improper { color:#999; }
.calender div {
	clear:left;
	text-align:center;
}
#datetitle {
	position:relative;
	padding:0 5px;
}
#calenderclose {
	margin:5px;
}
.control {
	position:relative;
}
#main .control>button {
	float:left;
	position:absolute;
	top:0;
	right:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #000000;
	margin: 4px 4px 0;
}
#main .control>button:nth-of-type(1){
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 8px 6px 0;
	border-color: transparent #000000 transparent transparent;
}
.calender>table {
	float:left;
	margin:5px 3px;
}
.calender table,
.calender table td,
.calender table th {
	border:none;
	text-align:center;
}
.calender table td,
.calender table th {
	width:20px;
	height:20px;
	padding:4px;
	border:none;
}
.calender table th{
	background:#F8F8F8;
	border-bottom:1px solid #c0c0c0;
}
.calender table td{
	border-radius:2px;
	background:#fff;
}
.calender table td.select{
	background:#0287D0;
	color:#fff;
}
/* フォーム */
dd.short input{width:160px;}
dd.zip_code{margin-bottom:10px;}
dd.zip_code input{width:60px;}
fieldset.ACCOUNT dt{width:70px;}
fieldset.ACCOUNT dd{width:83%;}
fieldset.ACCOUNT dd input{width:60%;}
fieldset.ACCOUNT dd span{margin-left:10px;}
/*---生年月日--------*/
dd.birthday input{
	width:60px;
	text-align:right;
	margin:0 3px 0 5px;
}

/*---tab_area---------------------*/
.tab_area li{
	min-width:60px;
	text-align:center;
	display:inline-block;
	padding:5px 3px;
	background:rgba(239, 239, 239, 1);
	border:1px solid #c0c0c0;
	border-radius:2px;
}
/*---adomin_page---------------------*/
#admin_page form,
#admin_page .bottom_btn_area {
    width: 850px;
    overflow: hidden;
    margin: 40px auto 0;
}
/*---ページネーション---------------------*/
.page_view{
	text-align:center;
	margin-bottom:10px;
}
.page_view button,
form + button,
form + button + button{
	border:1px solid #b9b9b9!important;
	background:#fff;
	padding:4px 10px;
	margin-right:6px;
}
.page_view button.active{
	background:rgba(220,220,220,0.8);
}
/*---施設情報 下部ボタン---------------------*/
form + button,
form + button + button{
	display:block;
	margin:10px 0 0;
	padding:10px 0;
}
form + button{
	float:left;
	width:180px;
	height:50px;
}
form + button + button{
	float: right;
	background: url(/Synthesis/images/icon_go_parent.png) no-repeat 95% 50% rgba(239,243,244,1);
	padding: 5px 35px 5px 15px;
	text-align: right;
	height: 50px;
}
/*------------print---------------------*/
/* 印刷時の指定 */
@media print{
	html{
		font-family: Gothic MB101 DemiBold, "ゴシックMB101 DB", "メイリオ", Meiryo, sans-serif !important;
	}

/*
	header,
	#SubMenu,
	#StationaryBtnArea,*/
	footer{
		display:none;
	}
	#page-top{
		display:none!important;
	}
}

/* ドラック＆ドロップするコンテンツ */
.sortable-placeholder {
	float:left;
	border: 1px dashed red;
	background-color: pink;
}

.Bcontents:hover {
	background: rgba(255, 192, 203, 0.2);
	cursor:move;
}

.Bcontents{
	padding:10px 0 10px 0;
	border-bottom:dotted 1px #dcdcdc;
}
/* プレースホルダ */
dl.kanri_form dd input[type="text"]:placeholder-shown{
	color:rgba(222, 222, 222, 1);
}
dl.kanri_form dd input[type="text"]:-moz-placeholder{
	color:rgba(222, 222, 222, 1);
}
dl.kanri_form dd input[type="text"]::-moz-placeholder{
	color:rgba(222, 222, 222, 1);
}
dl.kanri_form dd input[type="text"]::-webkit-input-placeholder{
	color:rgba(222, 222, 222, 1);
}
dl.kanri_form dd input[type="text"]:-ms-input-placeholder{
	color:rgba(222, 222, 222, 1);
}
.kanri_form .error{
color:#c70505;
font-weight:600;
font-size:16px;
}
