@charset "utf-8";
/* CSS Document */


#catalogDisplay {
	padding-top: 20px;
	background-image: url(../images/wood_pattern.png);
}
#holderH3 {
	text-align: center;
	margin-bottom: 20px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
    .formTable input{
        padding:5px;
    }

    input.long{
        width: 70%;
    }
    #btnBox{
        padding:20px;
    }
    
    .btn-flat-blue {
	margin-bottom: 20px;
	font-size: 14px !important;
	padding: 10px 20px !important;
	text-shadow: 0px 0px 3px #0B9DDD !important;
	color: #FFF !important;
	background: none repeat scroll 0% 0% #0B9DDD !important;
	border-radius: 3px !important;
	border: 1px solid #0B9DDD !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 3px #FFF inset;
        width:50%;
}
    .btn-flat-blue:active{
        margin-top:5px;
        margin-left: 5px;
    }
    .btn-flat-blue:hover{
    background-color: #1571AC!important;
    }
    .look {
        color:red;
    }

   


 /**/
ul.ks-cboxtags {
	list-style: none;
	padding: 0px;
	width: 100%;
}
ul.ks-cboxtags li{
	text-align: center;
	float: left;
	display:block;
	padding-bottom: 30px;
	/*display: inline;*/
    /*
	display: block;
	width: 21%;*/
	/*
	margin-left: 2%;
	margin-right: 2%;
	padding: 0px;
	text-align: center;
	height: 350px;*/
}
ul.ks-cboxtags li img {
	width: auto;
	height: 240px;
	border: thin solid #D0D0D0;
    }


ul.ks-cboxtags li label{
	display: inline-block;
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(139, 139, 139, .3);
	color: #868686; /*ボタン文字の色*/
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
	border: 2px solid #A1FFF4; /*枠の色 #e9a1ff*/
}

#catalogDisplay h3 {
	font-size: 150%;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 3px solid #5A57A6;
	display: inline;
}
#catalogDisplay #subTitleText {
	text-align: center;
	margin-bottom: 20px;
}
#doc01 {
	background-color:#F5F5EE;
	border: thin solid #CFCFCF;
	padding: 10px;
}
#doc01 h2.title{
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-top: 5px;
}
#doc01 h2 .material-icons-outlined {
    font-size: 24px;
    vertical-align: middle;
    color: #D49100;
	margin-right: 10px;
}
#pMark li{
	display:inline;
}
