/* common.css*/
body{
	/*background-image: url(http://chingin-consultant.zenshuren.net/img/corrugation.png);*/
	
}

h3.border1 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
}
h3.border1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3097d1;
}



.navbar-brand strong{
	font-size: 20px;
	padding-left: 50px;
	font-weight: normal;
	
}

.navbar-brand span{
	font-size: 30px;
	top: 12px;
	position: absolute;
	padding-left: 5px;
}

.navbar-brand img{
	width: 400px;
	margin-left: 20px;
	margin-top: 5px;
}

.navbar{
	height: 80px;
	/*background: #c0b39c;*/
	color: white;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0b39c+16,ada48e+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0b39c+16,bfab89+100 */
/*background: #c0b39c; /* Old browsers */
/*background: -moz-linear-gradient(top, #c0b39c 16%, #bfab89 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #c0b39c 16%,#bfab89 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #c0b39c 16%,#bfab89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0b39c', endColorstr='#bfab89',GradientType=0 ); /* IE6-9 */
}

/*.navbar .dropdown a.dropdown-toggle
{
	color: white;
}
.navbar .dropdown a.dropdown-toggle:hover
{
	color: skyblue;
}
*/

.btn-primary{
/*background-color: #443d2f;
border-color: #443d2f;
*/}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	/*border-color:#9f875c;*/

}
ul.list-group li.active,
	ul.list-group li.active:hover{
	/*background-color: #9f875c;*/
	/*color: white;*/

}
.list-group-item a{
	color:#555;
}

.navbar-brand img{
	width: 300px;
	margin-top: -2px;
}

header{
	color: white;
	background-color: skyblue;
	padding: 20px 0;
}

footer{
	margin-top: 20px;
	border-top:1px solid #ccc;
	padding-top: 20px;
}

li .glyphicon{
	margin-right: 10px;
}

.mr10{
	margin-right: 10px;
}

.tac{
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.tac img.logo{
	width: 70%;
}

.panel-body ul{
	padding: 0;
}

.panel-body li{
	list-style-type: none;
	height: 30px;
}

.contents-btn-l{
	text-align: center;
	font-size: 20px;
	padding: 10px;
	border-radius:5px;
	background-color: #fff;
	box-shadow: 0 0 1px 1px #aaa;
	margin-bottom: 20px;
}

.mb20{
	margin-bottom: 20px;
}

.list-group-item{
	cursor: pointer;
	transition: 0.5s;
}
.list-group-item a,
.btn a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.list-group-item:hover{
	background-color: #c8e6f7;
}

h2.seminar_title{
	background-color: #fff;
	text-align: center;
	color: #3097d1;
	padding: 0.5em 0;
	border-top: solid 3px #3097d1;
	border-bottom: solid 3px #3097d1;
	margin-bottom: 30px;
}

.title-list{
	display: none;
}

.category-title{
	background-color: #fff;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ecf6fb;
    border: 1px solid #d3e0e9;	
}

.pulldown-icon{
	background-color:  #3097d1;	
	color:white;
	display: inline-block;
	padding: 2px 5px;
	border-radius:5px;
	font-size: 12px;
	float: right;
}

.salon-contents{
	display: none;
}
.salon-contents.active{
	display: block;
}

.form1{
	border-radius: 5px;
	border:1px solid #ccc;
	padding: 2px;
}

td hr{
	margin: 2px;
}

.subtitle{
	border-top:2px solid #aaa;
	border-bottom:2px solid #aaa;
	padding: 10px 10px;
	margin-top: 20px;
	font-weight: bold;
}