#breadCrumbList{
    display: none;
}
[data-balloon]:after{
    text-align: center;
}

#template_list_back,#template_list_back_cmnIcon,#template_list_back_TB,#template_list_back_save{
    background-color: #f8f8f8;
    border-radius: 8px;
    margin: 0 auto;
    /*margin-top: 140px;
    padding-bottom: 7px;
    width: 84%;*/
}

#template_list_back .mb10,#template_list_back_cmnIcon .mb10,#template_list_back_TB .mb10,#template_list_back_save .mb10{
    display: block!important;
    margin-left: 15px;
    padding-top: 5px;
    margin-bottom:0!important;
}

.search_area{
    padding-top: 10px;
	padding-bottom: 6px;
}


#classBtnArea,#classBtnArea_cmnIcon{
    float: right;
    height: 40px;
    margin-right: 15px;
}
#classBtn,#classBtn_cmnIcon {
    position:relative;
    overflow:hidden;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
    background-color: #a0a0a0;
    cursor: pointer;
}
#classBtn:before,#classBtn_cmnIcon:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background-color : #fff;
    left: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0.3;
}
#classBtn:hover:before,#classBtn_cmnIcon:hover:before {
    width: 100%;
}

.cp_ipselect {
    overflow: hidden;
    width: 20%;
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl {
float: left;
    margin-left: 15px;
    position: relative;
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
}
.cp_ipselect.cp_sl::before {
    position: absolute;
    top: 1.15em;
    right: 0.89em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
.cp_ipselect.cp_sl:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl select {
    padding: 8px 38px 8px 8px;
    color: #666666;
    line-height: normal;
}

#template_list_area,#template_list_area_cmnIcon,.template_list_area_TB,#template_list_area_save{
    /*display: table;*/
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
}

#form_list_head,#form_list_head_cmnIcon,.form_list_head_TB,#form_list_head_save{
    border: 1px solid #dfe1e5;
    background-color: #fff;
    border-top: 3px solid #00A0B8;
    border-bottom: 1px solid #dadce0;
    font-weight: bold;
	/*margin-top: 5px;*/
}
/*.form_list_head_TB,#form_list_head_cmnIcon{
    border-top: 2px solid #ff8040;
}*/

#head_classification,#head_name,#head_classification_cmnIcon,#head_name_cmnIcon,.head_mfg_TB,.head_name_TB,.head_hinban_TB,#head_classification_save,#head_name_save{
    display: inline-block;
    padding: 10px;
}
#head_classification,#head_classification_cmnIcon,.head_mfg_TB,.head_hinban_TB,#head_classification_save{
    /*width: 22%;*/
    text-align: center;
}

.head_mfg_TB,.head_name_TB,#head_classification,#head_classification_cmnIcon,#head_classification_save,#head_name_cmnIcon,#head_name,#head_name_save{
	cursor: pointer;
}

.head_mfg_TB:hover,.head_name_TB:hover,#head_name_cmnIcon:hover,#head_name:hover,#head_name_save:hover,#head_classification_cmnIcon:hover,#head_classification:hover,#head_classification_save:hover{
	text-decoration: underline;
}
/*
#head_name{
    width: 40.5%;
}
#head_usuPrint_check{
    width: 11.4%;
}
#head_printing{
    width: 11.2%;
}
#head_create{
    width: 11%;
}*/
.scrollArea{
	overflow-y: auto;
	position: relative;
}

.property{
	display: none;
}

.myform_classification,.myform_hinban{
	display: inline-block;
	vertical-align: middle;
   /* white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-all;
    padding: 10px 5px 10px 15px;
	position: unset;
}
.myform_classification{
	text-align: center;
}
.myform_name,.myform_hinban,.myform_usuPrint_check,.myform_printing,.myform_editing{
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.myform_hinban{
	text-align:center;
}
.nohinban{
	text-align:center;
	margin: unset;
	display:block!important;
	margin: 0;
}

.myform_clickArea,.myform_clickArea_cmnIcon,.myform_clickArea_TB,.myform_clickArea_save{
    display: inline-block;
	border-left-style: outset;
}

.myform_arrow{
    position: relative;
}
.myform_arrow:after{
    content: "";
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 8px;
    top:16px;
    margin-left: 3.75px;
    height: 8px;
    transform: rotate(315deg);
}


.myform_arrow.ac:after {
    content: "";
    position: absolute;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 0;
    border-bottom: 0;
    width: 8px;
    top:15px;
    height: 8px;
    margin-left: 3.75px;
    transform: rotate(225deg);
}

#template_list_area :nth-child(odd) .myform_clickArea{
    border-left-color: #cacaca;
}
#template_list_area :nth-child(even) .myform_clickArea{
    border-left-color: #cacaca;
}
#template_list_area_cmnIcon :nth-child(odd) .myform_clickArea_cmnIcon{
	border-left-color: #cacaca;
}
#template_list_area_cmnIcon :nth-child(even) .myform_clickArea_cmnIcon{
    border-left-color: #cacaca;
}
.template_list_area_TB :nth-child(odd) .myform_clickArea_TB{
	border-left-color: #cacaca;
}
.template_list_area_TB :nth-child(even) .myform_clickArea_TB{
    border-left-color: #cacaca;
}
#template_list_area_save :nth-child(odd) .myform_clickArea{
    border-left-color: #cacaca;
}
#template_list_area_save :nth-child(even) .myform_clickArea{
    border-left-color: #cacaca;
}
.arrow_box {
	display: none;
	box-shadow: 0 2px 5px 2px #cacbcc;
	position: absolute;
	padding: 5px 7px;;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 6px;
	background: #b9e0ff;
	margin: -36px 0px 0px 25px;
	word-break: break-all;
	z-index: 100;
	white-space: normal;
}

.myform_name{
    padding: 4px;
}
.myform_name form{
    display: inline-block;
}

.myform_usuPrint_check{
    width: 48.9%;
    padding: 0;
    /*vertical-align: middle;*/
}
.myform_usuPrint_check input[type="checkbox"] {
    display        : none;
}
.myform_usuPrint_check label{
    cursor: pointer;
    visibility: hidden;
    margin-bottom: initial;
    font-weight: unset;
    display:inline;
}
.usuPrint_checkBox{
    padding-left: 20px;
    position:relative;
}
.usuPrint_checkBox::before{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
}
.usuPrint_check:checked + .usuPrint_checkBox{
    color: #009a9a;
}
.usuPrint_check:checked + .usuPrint_checkBox::after{
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #009a9a;
    border-right: 3px solid #009a9a;
}
.usuPrint_check[disabled] + .usuPrint_checkBox{
    color: #a9a9a9;
    cursor:not-allowed;
}
.usuPrint_check[disabled] + .usuPrint_checkBox::before{
	border: 1px solid #a9a9a9;
}
.usuPrint_check[disabled] + .usuPrint_checkBox::after{
    border-bottom: 3px solid #a9a9a9;
    border-right: 3px solid #a9a9a9;
}

.myform_visibilityArea,.myform_visibilityArea_cmnIcon,.myform_visibilityArea_TB,.myform_visibilityArea_save{
    display: inline-block;
    width: 13%;
    visibility: hidden;
}/*
#samp1 .myform_visibilityArea,#myform_editing1{
    visibility: visible;
}*/
.myform_printing,.myform_editing{
	border: none;
    cursor:pointer;
    text-align: center;
    transition:background-color .4s,visibility 0s;
	/*letter-spacing: 1px;*/
}
.myform_printing{
	width: 100%;
    border-radius: 0;
    color: #fff;
    background-color: #2688e3;
}
.myform_printing:hover{
   	color: #000;
    background-color: #90bce5;
}
.myform_printing[disabled],.myform_printing[disabled]:hover{
	cursor: not-allowed;
	opacity: .65;
	background-color:#2688e3;
}

.myform_editing{
    visibility: hidden;
    width: 12.6%;
    color: #fff;
    background-color: #f9b34c;

}
.myform_editing:hover{
	color:#000;
    background-color:#ffce98;
}


.form_list{
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #dfe1e5;
    overflow: hidden;
    transition: box-shadow .3s linear;
    overflow: visible;
}
.form_list:hover{
    box-shadow: 0 2px 5px 2px #cacbcc!important;
}
.form_list_header:not(.myform_usuPrint_check){
    cursor: pointer;
}
.form_list_header:hover{
    background-color: #EBF6F7;
}
.myform_usuPrint_check:hover label{
    visibility: visible!important;
}
.myform_visibilityArea_TB:hover .myform_usuPrint_check label,.myform_visibilityArea_cmnIcon:hover .myform_usuPrint_check label,.myform_visibilityArea:hover .myform_usuPrint_check label{
    visibility: visible!important;
}

.form_list_header:hover .myform_visibilityArea,.form_list_header:hover .myform_visibilityArea_cmnIcon,.form_list_header:hover .myform_visibilityArea_TB,.form_list_header:hover .myform_visibilityArea_save{
    visibility: visible!important;
}
.form_list_header:hover .myform_editing{
    visibility: visible!important;
}

.open_area{
    display: none;
    border-top: 1px solid #dadce0;
    padding: 10px;
	overflow: hidden;
}
.active .open_area{
    display: none;
}

.left{
    width: 308px;
    max-width: 308px;
    height: 181px;
    max-height: 181px;
    float: left;
    margin-bottom: 10px;
    display: inline-table;
    text-align: center;
    min-height:132px
}
.thumbnailArea{
    vertical-align: middle;
    display: table-cell;
    text-align: -webkit-center;
}
#template_list_area img,#template_list_area_cmnIcon img,.template_list_area_TB img,#template_list_area_save img{
    border: 1px solid rgb(221, 221, 221);
    max-width: 308px;
    max-height: 181px;
}

.right{
    float: left;
    margin-left:16px;
    text-align: center;
}
.property_area .table-bordered{
    width: 600px;
    white-space: nowrap;
}

.right td{
    padding: 12px 5px;
}
.right .add_userName td{
	padding: 7px 5px;
}
.add_userName{
	height: 181px;
}
.right .propDetail{
	min-width: 95px;
    max-width: 389px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.right table td.propTitle{
    min-width: 135px;
    width: 135px;
    background-color: #f1f3f4;
    color: #0c0c0c;
}
.form_list .fa-info-circle{
    color: #337ab7;
}
.right table a.confirm_btn:hover{
	cursor: pointer;
}
.editing_balloon_area .btn {
    display: block;
    margin-bottom: 2px;
    width: 188px;
	border-radius: 0;
}

/*.btn:hover{
    color: #fff!important;
}*/


.editing_balloon_area .btn-success{
    color: #333;
    background-color: #ffffff;
    border-color: #8bba8b;
}
.editing_balloon_area .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.editing_balloon_area .btn-warning {
    color: #333;
    background-color: #ffffff;
    border-color: #eeae52;
}
.editing_balloon_area .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.editing_balloon_area .btn-info {
    color: #333;
    background-color: #ffffff;
    border-color: #71c6df;
}
.editing_balloon_area .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.editing_balloon_area .btn-danger {
    color: #333;
    background-color:#ffffff;
    border-color: #d7534f;
}
.editing_balloon_area .btn-danger:hover{
    background-color: #d9534f;
    border-color: #d43f3a;
}

.editing_balloon_area .btn-warning {
    margin-top: 4px;
}
.editing_balloon_area .btn-danger {
    margin-top: 3px;
}

.after_upload_area{
	display: none;
}
.select_operate{
	/*width: 600px;*/
	border: 1px solid #ccc;
	border-radius: 8px;
}
#printerDetail{
	width: 600px;
	border: 1px solid #ccc;
	border-radius: 8px;
}


.btnArea{
	padding-left: 7px;
	float: left;
	min-height:132px;
}

.btnArea button{
	padding: 9px 18px;
	background-color:#FF8683;
	color:#fff;
	border-color: #f96f6c;
	margin-top: 18px;
	width: 138px;
}
.mobile_manualPrint{
	letter-spacing:3px;
}
.mobile_insertPrint{
	letter-spacing:0.16px;
}

#selectRegisterFileTable{
	width: 98%;
}

.modal-dialog{
	min-width: 332px;
}

.dTableTd{
	word-break: break-word;
}

#confirmMsgDialog a{
	color: #337ab7;
	text-decoration: underline!important;
}

@media screen and (max-width: 1007px){
	#selectOtherFile .input-group-addon {
	    display: none;
	}
	.modal_input_area{
		 width: unset;
	}
	.input-group {
	    width: 80%;
	    display: inline-flex;
	}
}

@media screen and (max-width: 415px){
	#selectFileKind{
		margin-bottom: 10px;
		line-height: 14px;
		text-align: left;
	    display: inline-grid;
	}
	#selectFileKind input[type=checkbox],#selectFileKind input[type=radio]{
		margin: 2px 0px -18px -21px;
	}
	#selectFileKind label{
		margin-bottom: 0;
	}
}


.nav-tabs{
	/*width: 84%;*/
	margin: 0 auto;
	display: flex;
	border-bottom: 0;
	font-weight: bold;
	text-align: center;
	/*display: table-cell;
	float: none!important;
	vertical-align: middle;*/
	width: 100%;
}
.nav-tabs li{
	margin-right: 2px;
	font-size: 12pt;
    list-style: none;
    background-color: #ededed;
    border-bottom: #e7e7e7 5px solid;
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
}

.nav-item.active{
    background-color: #ababab!important;
    border-bottom: #cacaca 5px solid!important;
    color: #fff!important;
    cursor: default;
}
.nav-tabs>li.active{
    background-color: #ababab;
    border-bottom: #cacaca 5px solid;
    color: #fff;
}

.nav-tabs>li.active,.nav-tabs>li.active{

    background-color: #ababab;
    border-bottom: #cacaca 5px solid;
    color: #fff;
}
.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover{
    border-radius: 0;
	/*border-bottom: #ffa7a1 5px solid;
	color: #ffa7a1;*/
}

.nav-tabs:first-child li{
	color: #3d3d3d;
	background-color: #ededed;
	border-bottom: #e7e7e7 5px solid;
	border-radius: 0;
}
.nav-tabs:nth-child(2) li{
	color: #3d3d3d;
	background-color: #ededed;
	border-bottom: #e7e7e7 5px solid;
	border-radius: 0;
}/*
.nav-tabs:nth-child(3) a{
	color: #a1ceff;
	border-bottom: #a1ceff 5px solid;
}*/
.nav-tabs:last-child li{
	color: #3d3d3d;
	background-color: #ededed;
	border-bottom: #e7e7e7 5px solid;
	border-radius: 0;
}


.nav-tabs:first-child li:hover{
	background-color: #cacaca;
	color: #fff;
	border-bottom: #cacaca 5px solid;
}

.nav-tabs:nth-child(2) li:hover{
	color: #fff;
	background-color: #cacaca;
	border-bottom: #cacaca 5px solid;
}
.nav-tabs:nth-child(3) li:hover{
	color: #fff;
	background-color: #cacaca;
	border-bottom: #cacaca 5px solid;
}


.nav-tabs>li{
	cursor: pointer;
}
.tabDesc{
	padding: 5px;
}
.tabDesc span{
	position: relative;
	padding-left: 0.5em;
	line-height: 1.4;
	color: black;
}

#tab_TB .tabDesc i{
	color: #ffa7a1;
}
#tab_cmnIcon .tabDesc i{
	color: #ffa7a1;
}
#tab_original .tabDesc i{
	color: #a1ceff;
}
#tab4 .tabDesc i{
	color: #a1ceff;
}
.tab_backArea{
	background-color: #f8f8f8;
    margin:0 auto;
    width: 84%;
}


.cate_area {
    overflow: hidden;
	padding: 0 15px;
    margin: 0 auto;
}
#template_list_back_TB input[type="radio"]{
    display:none;
}
#template_list_back_TB label{
	cursor:pointer;
	/*margin: 0px 1px;
    background-color: bisque;
    */
   	color: #333;
    background-image: linear-gradient(to bottom, #FFF 0, #DDD 100%);
    background-repeat: repeat-x;
    border: 1px solid #CCC;
    border-bottom: none;
    /*border-radius: 4px 4px 0 0;*/
    font-size: 14px;
    margin: 0 5px 1px 0;

}
#template_list_back_TB label:hover{
   /* background-color: #14b7a4;
    color: #3e3e3e;*/
    background: #FFF;
    background-image: linear-gradient(to bottom, #FFF 0, #e6e6e6 100%);
}
#template_list_back_TB label strong {
    text-align: center;
    text-decoration: none;
    letter-spacing:1px;
	width: 185px;
    /*height: 47px;
    display: table-cell;*/
    margin: 12px 0px;
    display: inline-block;
    vertical-align: middle;
	font-size: 11pt;
}

.cate_panel{
    display:none;
}

#template_list_back_TB .cate1{
	margin-left:15px;
}

#cate1:checked ~ .cate1,#cate2:checked ~ .cate2,
#cate3:checked ~ .cate3,#cate4:checked ~ .cate4,
#cate5:checked ~ .cate5,#cate6:checked ~ .cate6,
#cate7:checked ~ .cate7{
   /* background-color:#0ca08f;
    color:#fff;*/
    cursor:default;
    background: #00A0B8;
    border: 1px solid #00A0B8;
    /*border-radius: 4px 4px 0 0;
    border-bottom: none;*/
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
#cate1:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate1),
#cate2:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate2),
#cate3:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate3),
#cate4:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate4),
#cate5:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate5),
#cate6:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate6),
#cate7:checked ~ #template_list_back_TB label:not(#template_list_back_TB .cate7){
    cursor:pointer;
}
#cate1:checked ~ .panel_area #panel1,#cate2:checked ~ .panel_area #panel2,
#cate3:checked ~ .panel_area #panel3,#cate4:checked ~ .panel_area #panel4,
#cate5:checked ~ .panel_area #panel5,#cate6:checked ~ .panel_area #panel6,
#cate7:checked ~ .panel_area #panel7{
    display:block;
}

.startForm{
    text-align: center;
    margin:0 auto;
}

.btn-gradation {
	cursor: pointer;
	display: inline-block;
	background-color: #ff8100;
	color: #fff!important;
	font-size: 21px;
	letter-spacing: 10px;
	padding: 12px 36px;
	border-radius: 12px;
	box-shadow: 0 1px 13px 1px #9E9E9E;
    text-decoration: none;
    background-image: -webkit-linear-gradient(#ff8807 0%, #ff8b5f 100%);
    background-image: linear-gradient(#ff8807 0%, #ff8b5f 100%);
    transition: .4s;
}

#tab_cmnIcon .btn-gradation {
    margin:10px 0;
}

.btn-gradation:hover {
	background-image: -webkit-linear-gradient(#ff8807 0%, #f76a35 100%);
    background-image: linear-gradient(#ff8807 0%, #f76a35 100%);
}

.tab_cmnIcon_table{
    margin: 0 auto;
}
.table-Title{
	width: 200px;
    background-color: #179d9d;
    color: white;
    min-height: 50px;
    text-align: center;
    height: 50px;
}
#paperSizeSelector{
	float: left;
}

#tab-hinban{
	border: 0px;
	padding: unset;
}

.table-Detail{
	width: 800px;
	padding: 15px;
    background-color: #fff;
}

.template_detail{
    text-align: center;
    width: 56%;
    float: right;
    min-height: 380px;
    height: 380px;
    max-height: 380px;
	padding: 10px;
}
#template_detail_area{
	width: 56%;
    float: right;
	display: none;
}
#template_detail_area .template_detail{
	width: 100%;
}

.detail_thumbnail{
    width: 43%;
    float: left;
    border: 1px solid gray;
    /* width: 70%; */
    padding: 5px 0px;
    display: block;
    margin: 5px auto 8px 10px;
    max-height: 300px;
}
.detail_thumbnail img {
    max-height: 290px;
}

.detail_info{
    width: 53%;
    float: right;
    border: 1px solid gray;
    /* width: 70%; */
    display: block;
    margin: 5px auto 8px auto;
    text-align: left;
    max-height: 375px;
    overflow: auto;
}

#searchHinban{
	margin-left: 5px;
	width: 296px;
}
#searchHinban_result{
    float: left;
	margin-left: 5px;
	margin-top: 6px;
	width: 100%;
}

#option_accordion,#basis_accordion{
	padding: 7px;
    background-color: #c0c0c0;
    border: 1px solid #dfe1e5;
}
#option_accordion{
	margin: 4px 0;
	cursor: pointer;
	border-radius: 6px;
    background-color: #cfcfcf;
}
#option_accordion:hover{
    background-color: #c0c0c0;
}


#accordion,#sizeConfiguration{
	display:none;
}

label {
    font-weight: 500;
}
#tab_cmnIcon label {
	margin-bottom: 0px;
}

.inputItem{
    margin-left: 5px;
}

.detailText {
    margin-bottom: 10px;
}

.buttonsetPane{
    transition: 0.1s linear all;
}
#copySelect{
	width: 70%;
}
.copyLabel {
    width: 100%;
}


.loading {
    display: none;
    transition: opacity 1s linear 0s;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.detail_info table{
	font-size: 11pt;
}

.detail_info td{
	min-width: 100px;
	max-width: 180px;
	padding: 5px 10px;
}

/*.freeCateTable{
	margin-left: 2px;
}*/
input[name="freeCate"]{
	display: none;
}
label.freeCate{
	margin: 3px 5px;
    padding: 10px;
    width: 174px;
    text-align: center;
	border:2px solid #bbbbbb;
	border-radius: 8px;
	line-height: normal;
}

/*.free_cate_table{
	border-spacing: 13px 0;
    display: table;
}*/
label.free_cate{
	display: inline-block;
	height: 66px;
    vertical-align: middle;
	overflow: hidden;
}

label.freeCate:hover{
	background-color: #27b0ff;
	color: #fff;
	cursor: pointer;
}
.freeCate_checked{
	background-color: #27b0ff;
	color: #fff;
}

#freeDesignDialog{
	display:none;
	/*position: fixed;
    theight: 435px;
    width: 630px;
    op: 267px;
    left: 636.5px;
    display: block;*/
    z-index: 1052;
    /*position: absolute;*/
    padding: .2em;
    overflow: auto;
    background-clip: padding-box;
    background-color: #FFFFFF;
    /*border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
    outline: medium none;


}
#freeDesign_dialog_titlebar{
	cursor: move;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ccc;
	border-color: white;
    padding: 5px 15px;
    font-size: 18px;
    text-decoration: none;
    background: none;
    border-bottom: 1px solid #ccc;
}

#freeDesign_dialog_title{
    float: left;
    color: #404040;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.freeDesign_dialog_titleBtn{
    position: absolute;
    right: .3em;
    top: 7%;
    width: 19px;
    margin: -20px 0 0 0;
    padding: 1px;
    height: 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=25);
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    background: none;
    border-width: 0;
    border: none;
    box-shadow: none;

}
.freeDesign_dialog_titleBtn:hover{
    color: #333;
    text-decoration: none;
}

#freeMsgDialog{
    width: auto;
    min-height: 0px;
    max-height: none;
    /*height: 464px;*/
	position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    /*overflow: auto;*/
    zoom: 1;
    font-size: 13px;
}
#freeMsgDialog p{
	margin: 10px 0 0 0;
}
#freeMsgDialog a{
	color: #337ab7;
    text-decoration: underline!important;
}
#freeDesign_dialog_buttonpane{
	text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    background-color: #f5f5f5;
    padding: 5px 15px 5px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1;
    margin-bottom: 0;
	outline: none;
	display: block;
    min-height: 0;
}
.freeDesign_dialog_buttonset{
	float: right;

}

.freeDesign_dialog_buttonset button{
	margin: .5em .4em .5em 0;
    cursor: pointer;

}
.freeDesign_dialog_buttonset button:hover{
	background-position: 0 28px;
}
.freeDesign_dialog_buttonset .freeDesign_dialog_choose{
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.freeDesign_dialog_buttonset .freeDesign_dialog_cancel{
	cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    overflow: visible;
}


.btn-default{
	background-color: #e3e3e3;
    border-bottom: 2px solid #ccc;
}

/*ヘルプリンク*/
#guideDivHelp {
	background-image: url(/images/icon/i_help.png);
	float: right;
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	right: 47px;
	width: 31px;
	height: 30px;
	cursor: pointer;
}


/*フォーム振り分け追加 20191209 TB.km*/
#setDivide{
	 display: inline-block;
}

#setDivide input {
	display: none;
}
#setDivide label{
	display: block;
	float: left;
	cursor: pointer;
	width: 200px;
	margin: 0;
	padding: 7px;
	background: #bdc3c7;
	color: #869198;
	text-align: center;
	line-height: 1;
	transition: .2s;
	border: 1px solid #bbbbbb;
}

#setDivide input[type="radio"]:checked + .switch-on {
	background-color: #0392d8;
	color: #fff;
}
#setDivide input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}

