/* --------------------------------------
/nana/lp/twenq/index.html 用スタイルシート
----------------------------------------- */

/*headline*/
h1 small{
	color: #FFF;
	display: block;
	margin-bottom: 10px;
}

/*strong*/
strong.emphasis{
	color: #D72872;
	border-bottom: 2px solid #fe0;
}

/*panel*/
.panel-primary .panel-heading h3{
	color: #FFF;
	margin:0;
	font-weight: normal;
	line-height: 1.2;
}
.panel-primary .panel-heading h3 span{
	display: inline-block;
	background: #FFF;
	color: #D72872;
	padding: 0 .5em;
	font-size: 14px;
	margin-right: 10px;
	line-height: 1.5;
	margin-bottom: .5em;
}
.panel-primary .panel-body small{
	line-height: 1.5;
	display: block;
	margin-top: 10px;
}

/*media*/
.media img{
	width: 100px;
	height: auto;
	border:2px solid #EEE;
	margin-bottom: 10px;
}

/*hashtag*/
.hashtag{
	color: #0084B4;
}
ul.hashtag{
	/*list-style-type: none;*/
	padding-left: 1.5em;
}
span.hashtag{
	margin-left: .2em;
}

/*thumbnail*/
.caption p{
	font-size: 130%;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -.1em;
	color: #999;
}
.caption small{
	display: block;
	font-size: 100%;
	margin-bottom: 10px;
}
.thumbnail img{
	width: 100%;
	max-width: 300px;
}
@media screen and (max-width: 767px) {
	.thumbnail img{
		max-width: 240px;
	}
}

/*btn*/
.btn{
	border-radius: 5px;
}
.btn-tw{
	background-color:#1b95e0;
	border-color:#08D;
}
.btn-tw:hover{
	background-color:#0c7abf;
	border-color:#06a;
}

/*well*/
.well ul{
	padding-left: 1.5em;
}
.well > ul > li{
	margin-bottom: .5em;
}