/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body._vanilla {
    padding-top: 0 !important;
}

body .top-container {
    margin-top: 10px !important;    
}

.top-container.space-col{
	margin-bottom:0;
}

.navbar {
    display: none;
}

.navbar-fixed-top {
    height: 0;
}

.group-title{
	display:none;
}

.group-description p:last-child{
	margin:0;
}

.well{
	border:none;
	padding:15px;
	box-shadow:none;
	background:#fafafa;
}

.question-title-container {
	font-weight:bold;
	border-bottom:1px dotted #888;
	color:#111;
	overflow:hidden;
	margin:0 0 15px 0;
	padding-bottom:0.5em;
}

.pull-left{
	padding-right:0.5em;
}

/*横並びリスト用*/
.sbs_list .list-unstyled{
	display:flex;
	flex-wrap:wrap;
}

	.sbs_list .list-unstyled .form-inline{
		width:100%;
	}
	
	.sbs_list .list-unstyled .no-anwser-item{
		width:100%;
	}
	
.question-container{
	padding-right:10px;
	padding-left:10px;
}
	
/*完了画面*/
.completed-text p{
	text-align:center;
	font-size:1.1em;
	line-height:1.6em;
}

.completed-text p.goto_top{
	margin-top:2em;
}

/*スマホ用調整*/
@media screen and (max-width:479px){
	.sbs_list .list-unstyled{
		display:block;
		flex-wrap:wrap;
	}
}