@CHARSET "UTF-8";
/*
20190703 preview追加

*/


/*===== 1: universal reset ===============================*/

* {
	margin:0;
	padding:0;

}


/*===== 2: body and base setting =========================*/

html {

}

body {
	text-align:center;/* box centering */
}


img {
	border:none;
	vertical-align:bottom;
}

* {
	font-size:100%;
}

body {
	font-size:62.5%;
	font-weight:normal;
	font-style:normal;
	color:#333333;
	line-height:1.4;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width:100%;
	background:url("images/bodyBg.png") left 0 repeat-x;
}
/*===== 3: base setting ==================================*/


/*===== 4: link setting ==================================*/
a {
	color:#0032a2;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#0075ec;
	text-decoration:underline;
}

.kiBtn{
	display: inline-block;
	line-height: 26px;
	height: 26px;

	overflow: hidden;
	padding: 0 10px;
	margin: 2px 0;
	color: #444;
	font-weight: bold;
	background-color: #f1f1f1;
	font-weight: normal;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	cursor: pointer;
}

.buttonSection a span{
	line-height: 10px;
	padding: 0;
}


.buttonSection a span{

	line-height: 10px;
	padding: 0;
}

.buttonSection a span.up{
	padding: 4px 0 0;
}

.buttonSection a span.down{
	padding: 0 0 4px;
}

.kiBtn span{
	display: block;
	height: 12px;
	margin: 4px 0;
}

.kiBtn span.up{
	border-top: 2px solid #444;
}

.kiBtn span.down{
	border-bottom: 2px solid #444;
}



.kiBtnImg{
	display: inline-block;
	position: relative;
	padding: 0 10px;
	height: 26px;
	overflow: hidden;
	margin: 2px 0;
	background-color: #f1f1f1;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

.kiBtnImg img{

	margin: 5px 0;

}

.kiBtn:hover,
.kiBtnImg:hover
{
	transition: all 300ms;
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #999;
	filter:alpha(opacity=70);
	text-decoration: none;
}


.kiMi{
	padding: 0 1.5em;
}


.kiWi{
	padding: 0 3em;
}
.kiWF{
	width: 5.5em;
}


#wrapper {
	width: 97%;
	min-width: 570px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.4em;
}



/*===== header =====*/
div#header {

	margin: 0 auto;
	text-align:center;
	overflow: hidden;

}

div#header:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;

}

div#header{
	display:inline-block;
}

/*\*/
* html div#header{ height:1%; }
div#header{ display:block; }
/**/


div#header div.hgroup{
	height:47px;
	margin: 0 auto 3px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 47px;
}

div#header div.hgroup:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;

}

div#header div.hgroup{
	display:inline-block;
}

/*\*/
* html div#header div.hgroup{ height:1%; }
div#header div.hgroup{ display:block; }
/**/


div#header div.hgroup h1{
	float:left;
}

div#header div.hgroup p{
	float: right;
	font-weight: normal;
}

div#header div#nav{
	padding: 6px 0;
	height: 33px;
}

div#header div#nav ul {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	list-style: none;
	width:565px;
	border-left: 1px solid #b5b5b5;
}

div#header div#nav ul li {
	padding:0;
	margin:0;
	float: left;
}

div#header div#nav ul li {
	padding: 0;
	margin:0;
	float: left;
}

div#header div#nav ul li a {
	padding: 0;
	margin: 0;
	width:138px;
	line-height:33px;
	display: block;
	border-left: 1px solid #fff;
	border-right: 1px solid #b5b5b5;
	color: #3061a4;
	font-weight: normal;
}

div#header div#nav ul li.current a{
	color: #fff;
	background-color: #3061a4;
}

div#header div#nav ul li a:HOVER {
	color: #fff;
	background-color: #3061a4;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	text-decoration: none;
	transition: all 700ms;
}

div#header div#nav #logininfo{
	float: right;
	line-height: 33px;
}

#contents {
	padding: 8px 0;
	margin-bottom: 20px;
	clear: both;
	min-height: 50px;
	text-align:left;
}

#contents aside{
	padding: 0;
	color: #999999;
	font-style:italic;
}


#contents div.hgroup{
	position: relative;
	height: 37px;
	margin: 10px 0;
	padding:0;
	border: 1px solid #3061a4;
	border-right: 10px solid #3061a4;
	background-color: #fff;
	font-size: 16px;
	line-height: 37px;
	color: #000;
	font-weight: normal;
}


#contents div.hgroup h2{
	padding: 0 20px 0 10px ;
	margin: 0;
	background-color: #3061a4;
	color: #fff;
	width: 240px;
	font-weight: normal;
}

#contents div.hgroup h3{
	position: absolute;
	top: 0;
	left: 220px;
	padding: 0 20px ;
	background-color: #fff;
	font-weight: normal;
	color: #000;
}

#contents div.hgroup h3 span{
	font-weight: bold;
	font-size: 16px;
	color: #BBBBBB;
	background-color: #fff;
}



#contents h4{
	height: 24px;
	margin: 5px 0;
	padding: 3px 25px 10px;
	line-height: 24px;
	margin:0 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}


#contents #cgroup{
	padding:0 0 10px;
}

#contents #cgroup .rbutton{
	margin:0 0 10px;
	text-align: right;
}

#contents ul.to_inner{
	list-style: none;
	text-align: center;
	display: block;
	padding: 0.5em 0;
}

#contents ul.to_inner li{
	text-align: center;
	line-height: 1;
	padding: 0.5em 0;
	display: inline-block;

}

#contents ul.to_inner li a{
	display: block;
	line-height: 26px;
	height: 26px;

	overflow: hidden;
	padding: 0 1.25em;
	margin: 2px 0;
	color: #444;
	font-weight: bold;
	background-color: #888888;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

	cursor: pointer;
}

#contents ul.to_inner li a:hover
{
	transition: all 300ms;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter:alpha(opacity=70);
	text-decoration: none;
}

#contents #cgroup ul.inner_links{
	list-style: none;
	text-align: center;
	/*display: table;
	position: relative;
	table-layout: fixed;*/
}


#contents #cgroup ul.inner_links li{
	line-height: 1;
	padding: 0.5em 0.25em;
	text-align: center;
	/*display: table-cell;*/
	display: inline-block;
}

#contents #cgroup ul.inner_links li a{
	font-size: 0.92em;
}

/*
#contents #cgroup #inner_links li a{
	display: block;
	line-height: 1.5em;
	padding: 0.25em 1em;
	background-color: #f1f1f1;
	border: 1px solid #E8E8E8;
	color: #444;
	text-decoration: none;
}

#contents #cgroup #inner_links li a:hover{
	transition: all 1s linear;
	color: #406DAB;
	background-color: #f8f8f8;
}
*/
#contents #cgroup .inner_links li{
	display: inline-block;
	list-style: none;
}



#contents #cgroup table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #fff
	margin:0 auto;
}

#contents #cgroup table tr td,
#contents #cgroup table tr th{
	border: 1px solid #fff;
	padding: 8px 10px;
	line-height: 1.4;
}

#contents #cgroup table .td_to_top{
	position:absolute;
	color: #fff;
	font-weight: bold;
	right: 3%;
}

#contents #cgroup table tr th{
	background-color: #888;
	padding:5px 10px;
	color: #fff;
	font-weight: normal;
	border:1px solid #fff
}


#contents #cgroup table.editTable tr th{

	width:14em;
	white-space: nowrap;
	background: none;
	color: #666;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;

}

#contents #cgroup table.editTable tr.upper th{
	background-color: #888;
	padding:5px 10px;
	color: #fff;
	font-weight: normal;
	border:1px solid #fff

}

#contents #cgroup table.editTable tr td{
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	position: relative;
}





#contents #cgroup table.contentsTable tr td,
#contents #cgroup table.editTable tr td,
#contents #cgroup table.indexListDatas tr td,
#contents #cgroup table.userTable tr td,
#contents #cgroup table.infoTable tr td,
#contents #cgroup table.infoTable tr th
{
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}


#contents #cgroup table.editTable tr td
{
	border-right: 1px solid #ececec;
}

#contents #cgroup table.editTable tr th
{
	border-left: 1px solid #ececec;
}

#contents #cgroup table tr td.operation,
#contents #cgroup table tr th.operation,
#contents #cgroup table.editTable tr th.operation{
	text-align: center;
	vertical-align: middle;
	width: 120px;
	padding: 3px;
	white-space: nowrap;
}

#contents #cgroup table tr td.operation{
	max-width: 100px;
	position: relative;
}



#contents #cgroup table tr td.operation p input{
	position: absolute;
	top: 7px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	left: 0;
}

#contents #cgroup table tr.even td,
#contents #cgroup table tr.even th,
#contents #cgroup table.editTable tr.even td,
#contents #cgroup table.editTable tr.even th{
	background-color: #f7f7f7;
}

#contents #cgroup table.editTable tr
{

	border: 1px solid #ececec;

}



#contents #cgroup table.indexListDatas td span{
	display: block;
	color: #999999 ;
	font-style: italic;
	font-size: 0.85em;
}


#contents #cgroup table.indexListDatas td.operation{

}

#contents #cgroup table.indexListDatas td.info{
	padding: 0 20px;
	text-align: right;
	width: 2.5em;
	max-width: 200px;
	white-space: nowrap;
}

#contents #cgroup table.indexListDatas td.status{
	width: 5em;
	font-size: 0.8em;
}

#contents #cgroup table tr.even th.separator,
#contents #cgroup table.editTable tr.even th.separator,
#contents #cgroup table tr th.separator{
	background-color: #acacac;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

#contents #cgroup table td.select{
	width: 20px;
}

#contents #cgroup table.contentsTable  tr td,
#contents #cgroup table.editTable  tr td,
#contents #cgroup table.userTable  tr td,
#contents #cgroup table.infoTable  tr td
{
	border-right: 1px solid #ececec;
	border-left: none;
}

#contents #cgroup table.contentsTable  tr td.subth,
#contents #cgroup table.editTable  tr td.subth,
#contents #cgroup table.userTable  tr td.subth,
#contents #cgroup table.infoTable  tr td.subth
{
	border-left: 1px solid #ececec;
	border-right: none;
}

#contents #cgroup table.contentsTable  tr td.midth,
#contents #cgroup table.editTable  tr td.midth,
#contents #cgroup table.userTable  tr td.midth,
#contents #cgroup table.infoTable  tr td.midth
{
	border-left: none;
	border-right: none;
}


div#footer {
	clear: both;
	padding:10px 0;
	text-align: center;
}

div#footer p{
	border-left: 10px solid #cccccc;
	border-right: 10px solid #cccccc;
	margin: 0 auto;
	padding: 3px 20px;
	width:10em;
}

#contents #cgroup input[type="text"]{

	-webkit-appearance: none;
	background:none;
	background-color: #fff;
	border: 1px solid #cccccc;
	padding: 3px;
	margin-bottom: 2px;

}

#contents #cgroup input.input_txt{

	width:95%;
	-webkit-appearance: none;
	background:none;
	background-color: #fff;
	border: 1px solid #999;
	padding: 3px;

}

#contents #cgroup input.input_stxt{

	width:6em;
	background-color: #fff;
	padding: 3px;

}

#contents #cgroup textarea{

	width:95%;
	-webkit-appearance: none;
	background:none;
	background-color: #fff;
	border: 1px solid #999;
}



/* スイッチ */
#contents #cgroup input[type="range"]{
	width: 80%;
	max-width: 700px;
}

#contents #cgroup .value_strings{
	color: #aaa;
	font-weight: bold;
}
#contents #cgroup label.switch {
	width: 40px;
	position: relative;
	display: inline-block;
}

#contents #cgroup label.switch .pit {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  height: 21px;
  overflow: hidden;
  text-indent: -999999px;
}

#contents #cgroup label.switch .pit:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border: 1.5px solid #E5E5EA;
	border-radius: 20px;
	background-color: #fff;
}
#contents #cgroup label.switch .pit:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 20px;
	transition: all 0.5s;
}
#contents #cgroup label.switch .switch_input {
	display: none;
}

#contents #cgroup label.switch .pick {
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	box-shadow: 0 2px 6px #999;
	width: 16px;
	height: 16px;
	border-radius: 13px;
	background-color: #fff;
	transition: all 0.5s;
	text-indent: -999999px;
}

#contents #cgroup label.switch .switch_input:checked ~ .pick {
	left: 21px;
}

#contents #cgroup label.switch .switch_input:checked + .pit:after {
	background-color: #4BD964;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#contents #cgroup table.contentsTable tr td.split,
#contents #cgroup table tr td.split,
#contents #cgroup table tr.even td.split
#contents #cgroup table.editTable tr td.split,
#contents #cgroup table.editTable tr.even td.split,
#contents #cgroup table.contentsTable tr th.split,
#contents #cgroup table tr th.split,
#contents #cgroup table tr.even th.split
#contents #cgroup table.editTable tr th.split,
#contents #cgroup table.editTable tr.even th.split
{

	background-color: #d3e0f6;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	font-weight: bold;

}

/* Pankuzu
--------------------*/
ul#pankuzu {
	display:inline-block;
	padding:0;
	margin-bottom: 0;
}

ul#pankuzu:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;

}

/*\*/
* html ul#pankuzu{ height:1%; }
ul#pankuzu{ display:block; }
/**/

ul#pankuzu li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0;
	list-style-type:none;
	font-size:12px;

}

ul#pankuzu li:BEFORE {
	font-weight: normal;
	content: ">";
	padding-right: 8px;
}

ul#pankuzu li a {

}

ul#pankuzu li.home {
	padding-left:0;
	background: none;
}

ul#pankuzu li.home:BEFORE {
	content: "";
	padding-right: 0;
}

ul#pankuzu li.this {
	/*font-weight: bold;*/
	color: #000;
}


.error{
	margin:0 0 20px;
	color: #CC0000;
}

.buttonSection{

	padding-top: 40px;
	text-align: center;

}


.buttonSection:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;

}

.buttonSection{
	display:inline-block;
}

/*\*/
* html .buttonSection{ height:1%; }
.buttonSection{ display:block; }
/**/

.upper{
	margin-bottom: 20px;
}

.fright{
	margin-left: auto;
	margin-right: 0;
	width: 48%;
	float: right;
	text-align: right;
}



.fleft{
	margin-left: 0;
	margin-right: auto;
	width: 48%;
	float: left;
	text-align: left;
}

.fright a,
.fright input,
.fleft a,
.fleft input{

	text-align: center;
}



.controlSection{
	padding-bottom: 20px;
	margin: 0 0 -17px auto;
	text-align: right;

}

.controlSection select{
	margin-right: 20px;

}

.description{
	color: #999999;
	font-size: 0.9em;
	padding:5px 0;
}

.ex_things{

	margin:10px 5px;

}

.ex_things img{
	max-width: 200px;
	max-height: 300px;
}

#contents #cgroup table.pager{

	margin:20px auto 10px;
	font-size:0.8em;
	border: none;

}

#contents #cgroup table.pager td{


	border: none;

}

#contents #cgroup table.pager td.perv {
	text-align:right;
}

#contents #cgroup table.pager td.just {
	text-align:center;
	width:12em;
	white-space:nowrap;
	color:#666666;
}

#contents #cgroup table.pager td.next {
	text-align:left;
}



#contents #cgroup table.pager .perv span,
#contents #cgroup table.pager .next span
 {
	color:#BBBBBB;
}

#contents .narrow_links{
	margin-bottom: 0.5em;
}

#contents .narrow_links dt{
	font-weight: bold;
	color: #666;
}
#contents .narrow_links dt,#contents .narrow_links dd{
	display: inline-block;
	padding-right: 1em;
}

#contents .narrow_links dd span{
	font-weight: bold;
	color: #000;
}

#contents .popConfirmAreaBtn {
	z-index: 2;
}

#contents .popConfirmAreaBtn:hover {
	transition: opacity 1000ms;
	text-decoration: none;
	background-color: #67A139;
	-moz-box-shadow: 0 0 2px #3c4f2d;
	-webkit-box-shadow: 0 0 2px #3c4f2d;
	box-shadow: 0 0 2px #3c4f2d;
	opacity: 0.8;
}

#contents .popConfirmAreaClose{
	transition: opacity 1000ms
	text-align: left;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 1.3em;
	margin-bottom: 1em;
}

#contents .popConfirmArea .popExp{
	text-align: left;
	position: absolute;
	top: 1em;
	font-size: 1.2em;
	line-height: 32px;
}

#contents .popConfirmAreaClose a{
	display:block;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	font-size: 0.6em
	font-weight: bold;
	margin: 0 0 10px auto;
	line-height: 32px;
	background-color: #002557;
	color: #fff;
	text-align: center;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px #507831;
	-webkit-box-shadow: 0 0 2px #507831;
	box-shadow: 0 0 2px #507831;
}


#contents .popConfirmAreaClose a:hover {
	transition: opacity 1000ms;
	text-decoration: none;
	background-color: #1a4989;
	-moz-box-shadow: 0 0 2px #3c4f2d;
	-webkit-box-shadow: 0 0 2px #3c4f2d;
	box-shadow: 0 0 2px #3c4f2d;
	opacity: 0.8;
}

#contents .popConfirmAreaClose a.preview {
	position: absolute;
	right: 130px;
}


#contents .popConfirmAreaClose select {
	position: absolute;
	right: 260px;
}

#contents .popConfirmArea {
	position: fixed;
	left: 5%;
	bottom: 5%;
	width: 50%;
	padding: 1.5em;
	line-height: 1.6;
	font-weight: bold;
	background-color: #d3edf7;
	border: 3px solid #002557;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px #507831;
	-webkit-box-shadow: 0 0 2px #507831;
	box-shadow: 0 0 2px #507831;
	display: block;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: opacity 1000ms;
	z-index: -1;
}

/* プレビュー関連 */
#previewLinks {
	position:fixed;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	<?php if(!$init_preview_f){ ?>display: none;<?php } ?>
}
#previewLinks p{
	position: absolute;
	display: inline-block;
	min-width: 30vw;
	padding: 1em 2em 2em;
	right: 3em;
	top: 3em;
	background: rgba(255, 255, 255, 1);
	 box-shadow: 2px 2px 2px 2px
	 rgba(0,0,0,0.2);
	 text-align: left;
	 font-size: 1rem;
}
 #previewLinks a{
	 color: rgba(65, 65, 65, 1);
	 position: relative;
	 display: block;
	 line-height: 1.4rem;
	 padding: 0 0 0 12px;

 }

 #previewLinks a.close{
	 color: rgba(65, 65, 65, 1);
	 position: relative;
	 display: block;
	 line-height: 1.4rem;
	 padding: 0 0 0 0;
	 text-align: right;
 }

 #previewLinks a::before{
	 position: absolute;
	 content: '';
	 border: 6px solid rgba(65, 65, 65, 0);
	 border-left-color: rgba(65, 65, 65, 1);
	 height: 0;
	 width:0;
	 top: calc(50% - 4px);
	 left: 0;
 }

 #previewLinks a.close::before{
	 position: absolute;
	 content: '';
	 border: none;
	 height: 0;
	 width:0;
	 top: calc(50% - 4px);
	 left: 0;
 }
