body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {font-size:1.1em}


a:link {
	color: #3e9eb3;
}

a:visited {
	color: #3e9eb3;
}

a:hover {
	color: #d56877;
	text-decoration: underline;
}

a.active {
	color: #d56877;
}

a.focus {
	color: #d56877;
	text-decoration: underline;
}


/* ====================================== */
/* navbarの高さ変更 */
/* ====================================== */
.navbar {
  min-height:70px;
}

.navbar-brand {
  height: 70px;
  padding: 25px 15px;
}

.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* ====================================== */

.navbar-menu {
  min-height: 40px;
}

.navbar-nav-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* ====================================== */

.response{margin-left: 50px}
.cat-child{margin-left: 30px; margin-top: 30px}

#accordion .glyphicon { margin-right:10px; }
#accordion .fa { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: -1px;}
.panel-collapse .list-group-item {border-radius:0;}

.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse a.list-group-item.active2{border-right:5px solid #428bca;}
.panel-collapse a.list-group-item.active2 .fa{color: #428bca;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;}


tr.pending{
	background: #eee;
}


/* TOPページの新着記事 */

div.trimming {
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:20px;
}

div.trimming-ranking {
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:20px;
}

/* ---
ul.news {
	margin:15px 0
}

ul.news > li {
	margin: 10px 0;padding:0 0 10px;
	border-bottom: 1px dashed #eee;
}

ul.news > li > div.link > a {
	font-size:16px;
	font-weight: bold;
}

ul.news > li > div.meta {
	font-size: 0.9em;
	margin-bottom:12px;
	color:#999;
}

ul.news > li > p {
	font-size: 0.8em;
	margin-top: 5px;
	color: #666;
}

ul.news > li > p > a {
	font-weight: bold;
}

--*/

li.media {
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #e3e3e3;
}

li.media div.meta {
	font-size: 0.9em;
	margin-bottom:12px;
	color:#999;
}

li.media p.description {
	font-size: 0.8em;
	color:#999;
	margin-bottom:0px;
}

li.media h4 > a {
	font-size:16px;
	font-weight: bold;
}

li.media h4 {
	margin-left:-6px;
}


/* ------------*/


.breadcrumb > li + li:before	{
	content: '\f105';
	font-family: 'FontAwesome';
}

.breadcrumb {
	margin-top:0px;
}

th > a {
	color: #333;
}

div.ad-rectangle {
	text-align:center;
}

div.ad-rectangle img{
	width:100%;!important;
}
div.ad-rectangle div {
	width:100%;!important;
}

div.ad-rectangle div img {
	width:100%;!important;
}
div.ad-rectangle span {
	width:100%;!important;
}
div.ad-rectangle p {
	width:100%;!important;
}

/* ------------------------------------- */
/* ul.share_by_social*/
ul.share_by_social{
	margin:10px 0px 20px;
	text-align:center;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
ul.share_by_social li a{
	display:block;
	height:60px;
	line-height:60px;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.2em;
}
ul.share_by_social li a img{
	vertical-align:middle;
	margin-right:5px;
	width:45px;
}
ul.share_by_social li:hover{
	opacity:0.8;
}
ul.share_by_social li.facebook{
	float:left;
	width:330px;
	border-radius:5px;
	background-color:#3b5998;
}
ul.share_by_social li.twitter{
	float:right;
	width:330px;
	border-radius:5px;
	background-color:#00aced;
}
ul.share_by_social li.line{
	float:right;
	width:330px;
	border-radius:5px;
	background-color:#2CBF13;
}

@media only screen and (max-width: 5000px) {
	ul.share_by_social li{
		width:100%!important;
		margin:10px auto;
		float:none!important;
		display:block!important;
	}
}
/* ------------------------------- */
/* Clear Float For modern browsers */
.cf:before,
.cf:after{
	content:"";
	display:table;
}
.cf:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf{
	zoom:1;
}
/* ---- */



/* コメント評価機能 */

p.good {
	font-weight: bold;
	font-size: 1.3em;
}

p.ok {
	font-size: 1.1em;
}

p.normal {
	font-size: 1.1em;
}

p.bad {
	font-size: 11px;
	color: #aaa;
}

div.plus {
	display: inline-block;
	float: right;
	margin-top: -7px;
	margin-left: 7px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: #428bca;
	position: relative;
	border: 1px solid #317ab9;
	border-radius: 3px;
	cursor: pointer;
}

div.plus p {
	font-size: 17px;
	position: absolute;
	top: 0px;
	left: 4px;
}

div.plus-bar {
	height: 12px;
	background: #428bca;
	display: inline-block;
	float: right;
}

div.minus {
	display: inline-block;
	float: right;
	margin-top: -7px;
	margin-left: 5px;
	color: #fff;
	width: 25px;
	height: 25px;
	background: #999;
	position: relative;
	border: 1px solid #777;
	border-radius: 2px;
	cursor:pointer;
}

div.minus p {
	font-size: 20px;
	position: absolute;
	top: -2px;
	left: 7px;
}

div.minus-bar {
	height: 12px;
	background: #aaa;
	display: inline-block;
	float: right;
}

div.evaluation-count-plus {
	display: inline-block;
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #428bca;
}

div.evaluation-count-minus {
	display: inline-block;
	float: right;
	margin-top: -3px;
	margin-right: 5px;
	color: #999;
}


/* ページング */
div.paging {
	text-align:center;
}

/* ================================================== */
/* コメント */
/* ================================================== */


img.comment-star-count {
	height:20px;
}


.panel-comment {
	margin: 10px 0;
	border: 0;
	border-radius: 0;
	box-shadow: 0;
}

.panel-comment > .panel-heading {
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom:3px;
	font-size:0.9em;
	color: #777;
}

.panel-comment > .panel-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom:13px;
	padding-top:3px;
	margin-top:3px;
}

/*
.panel-comment {
	margin: 5px 0;
	border: 0;
	border-radius: 0;
}

.panel-comment > .panel-heading {
	background: #eee;
	border: 0;
	border-bottom:1px dotted #ddd;
	padding-left: 0;
	padding-right: 0;
	color: #666;
}

.panel-comment > .panel-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom:8px;
}
*/


/* スライダー */
.slider-label { font-weight: bold;text-align:right; }
.has-error .slider-label { color: #a94442; }
.has-error .slider { border-color: #a94442; }
.has-error .slider .ui-slider-handle { border-color: #a94442; }
.has-error .horizontal .ui-slider-label-ticks { width: 1.1em; height: .7em; text-align: center; border-left: 1px solid #a94442; }
.has-error .horizontal .ui-slider-labels { left: 0; right: 0; top: 0.6em ; color: #a94442; }


/* レーダーチャートのフォーム入力 */

div.form-star-count select{
	margin-bottom:6px;
}

label.form-star-count {
	text-align:right;font-size:0.8em;
}

label.form-star-count-all {
	text-align:right;font-size:1em;
}

/* ================================================== */
/* 全記事ページ */
/* ================================================== */

img.all-star-count {
	height:17px;
	margin-bottom:7px;
}

/* ================================================== */
/* レーダーチャート */
/* ================================================== */

div#rader img.star-count {
	padding-bottom:10px;
}

div#rader img.mobile-star-count {
	width: 27px;
	padding-bottom:10px;
}
	
	
div#rader span.star_count_average-headline {
	font-weight:bold;
	color:#16a6b6;
	font-size:1.5em;
}
	
div#rader span.star-count-average {
	color:#16a6b6;
	font-size:1.5em;
	font-weight:bold;
}

div#rader div.rader-chart-content {
	border-top:solid 2px #16a6b6;
	margin:0;
	padding:10px 0;
	padding-top:20px;
}

div#rader div.rader-chart {
	text-align: center;
}

div#rader td.rader-count-rank {
	text-align: right;
}

div#rader td > span.rader-count-average {
	font-size: 1.1em;
	font-weight: bold;
	color: #16a6b6;
}

#no-canvas {
	display: none;
	margin-top: 20px;
}

/* ================================================== */
/* タイポグラフィ */
/* ================================================== */

/* サイズ */
.size08em {
	font-size: 0.8em;
}

.size09em {
	font-size: 0.9em;
}

.size10em {
	font-size: 1.0em;
}

.size11em {
	font-size: 1.1em;
}

.size12em {
	font-size: 1.2em;
}

.size13em {
	font-size: 1.3em;
}

.size14em {
	font-size: 1.4em;
}

.size15em {
	font-size: 1.5em;
}

.size16em {
	font-size: 1.6em;
}

.size17em {
	font-size: 1.7em;
}

.size18em {
	font-size: 1.8em;
}

.size19em {
	font-size: 1.9em;
}

.size20em {
	font-size: 2.0em;
}

/* カラー */
.light-gray {
	color: #ccc;
}

.gray {
	color: #999;
}

.dark-gray {
	color: #666;
}

/* 太字 */
.b {
	font-weight: bold;
}



/* エントリー関連 */

p.entry-date {
	color: #333;
	margin-top: 40px;
	margin-bottom: -30px;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

div.content {
	font-size: 1.1em;
	margin: 30px 0 40px;
}

div.all-vote-count {
	margin-bottom: -23px;
}

div.all-vote-count > span, div.all-vote-count-xs > span {
	font-size: 1.5em;
	font-weight: bold;
}



div.vote-term {
	text-align: right;
	margin-bottom: 5px;
}

table#vote-ranking tr > td,
table#vote-ranking-10over tr > td {
	vertical-align: middle;
}

table#vote-ranking tr > td.image,
table#vote-ranking-10over tr > td.image
 {
	vertical-align: top;
}

.progress {
	margin-bottom:5px;
}

h2.comment-list{
	margin-top: 30px;
}

h2.entry-list {
	margin-top:30px;
}

td.vote-count {
	text-align: right;
}

td.vote-count > span{
	font-weight: bold;
}

th.entry-title {
	font-size:1.1em;
}

/* ================================================== */
/* ウィジェット */
/* ================================================== */

img.widget-comment-star-count {
	height:17px;
	margin-bottom:7px;
}

img.widget-star-count-ranking {
	height:17px;
	margin-bottom:5px;
}

/* ------------- */

table.main-list {
	margin-bottom:30px;
}














/* ================================ */

h1,h2,h3,h4,h5 {
	padding:0 7px;
}

div.mobile {
	padding:0 10px;
}

h1.mobile {
	font-size:28px;
	line-height:38px;
}

.popular-ranking {
	padding-top:15px;
	padding-bottom:15px;
	margin-top:50px;
	border-top:3px solid #16a6b6;
	border-bottom:1px dashed #ddd;
}

div.rank1 {
	background-image:url("../../bootstrap/images/crown1.png");
}
div.rank2 {
	background-image:url("../../bootstrap/images/crown2.png");
}
div.rank3 {
	background-image:url("../../bootstrap/images/crown3.png");
}
div.rank4 {
	background-image:url("../../bootstrap/images/crown4.png");
}

div.rank1, div.rank2, div.rank3 {
	width:55px;
	height:36px;
	background-size:55px 36px;
	background-repeat:no-repeat;
	background-position: 0 0px;
}

div.rank1 > div, div.rank2 > div, div.rank3 > div {
	color:#fff;
	text-align:center;
	padding-top:17px;
	font-size:12px;
}

div.rank4 {
	width:55px;
	height:36px;
	background-size:50px 33px;
	background-repeat:no-repeat;
	background-position: 3px 0;
}

div.rank4 > div {
	color:#fff;
	text-align:center;
	padding-top:16px;
	font-size:12px;
}

/*----------------------------------*/
/* entries-no-image */
/*----------------------------------*/

div.entries-no-image > div.rank1 {
	background-image:url("../../bootstrap/images/crown1.png");
}

div.entries-no-image > div.rank2 {
	background-image:url("../../bootstrap/images/crown2.png");
}

div.entries-no-image > div.rank3 {
	background-image:url("../../bootstrap/images/crown3.png");
}

div.entries-no-image > div.rank4 {
	background-image:url("../../bootstrap/images/crown4.png");
}

div.entries-no-image > div.rank1,
div.entries-no-image > div.rank2,
div.entries-no-image > div.rank3,
div.entries-no-image > div.rank4 {
	position:absolute;
	z-index:auto;
	width:45px;
	height:30px;
	background-size:45px 30px;
	background-repeat:no-repeat;
	background-position: 0 0px;
	margin-top:-8px;
	margin-right:10px;
}

div.entries-no-image > div.rank1 > div,
div.entries-no-image > div.rank2 > div,
div.entries-no-image > div.rank3 > div,
div.entries-no-image > div.rank4 > div {
	color:#fff;
	text-align:center;
	padding-top:15px;
	font-size:10px;
}

div.entries-no-image > div.rank4 {
	margin-top:-10px;
}

/*----------------------------------*/
/* entries-no-image-left */
/*----------------------------------*/

div.entries-no-image-left > div.rank1 {
	background-image:url("../../bootstrap/images/crown1.png");
}

div.entries-no-image-left > div.rank2 {
	background-image:url("../../bootstrap/images/crown2.png");
}

div.entries-no-image-left > div.rank3 {
	background-image:url("../../bootstrap/images/crown3.png");
}

div.entries-no-image-left > div.rank4 {
	background-image:url("../../bootstrap/images/crown4.png");
}

div.entries-no-image-left > div.rank1,
div.entries-no-image-left > div.rank2,
div.entries-no-image-left > div.rank3,
div.entries-no-image-left > div.rank4 {
	z-index:auto;
	width:45px;
	height:30px;
	background-size:45px 30px;
	background-repeat:no-repeat;
	background-position: 0 0px;
	margin-top:-8px;
	margin-right:10px;
}

div.entries-no-image-left > div.rank1 > div,
div.entries-no-image-left > div.rank2 > div,
div.entries-no-image-left > div.rank3 > div,
div.entries-no-image-left > div.rank4 > div {
	color:#fff;
	text-align:center;
	padding-top:15px;
	font-size:10px;
}

div.entries-no-image-left > div.rank4 {
	margin-top:-10px;
}


/* ------------- */

div.sidebar-ranking {
	margin:40px 0;
}

/* ------------- */
img.entries-star-count {
	height:17px;
	margin-bottom:2px;
}
/*----------------------------------*/
/*   ソーシャルボタン               */
/*----------------------------------*/

div.social-button {
	margin-top:10px;
	margin-bottom:10px
}

div.social-button > a {
	width:65px;
	font-size:10px;
}

div.social-button > a.fb {
	background:#3b5998;
	border:1px solid #3b5998;
	color:#fff;
}

div.social-button > a.twitter {
	background:#55acee;
	border:1px solid #55acee;
	color:#fff;
}

div.social-button > a.hatena {
	background:#00a4de;
	border:1px solid #00a4de;
	color:#fff;
}

/* -------------------------*/

div.social-button-mobile {
	text-align:center;
	margin-top:-10px;
	margin-bottom:10px
}

div.social-button-mobile > a {
	width:20%;
}

div.social-button-mobile > a.fb {
	background:#3b5998;
	border:1px solid #3b5998;
	color:#fff;
}

div.social-button-mobile > a.twitter {
	background:#55acee;
	border:1px solid #55acee;
	color:#fff;
}

div.social-button-mobile > a.hatena {
	background:#00a4de;
	border:1px solid #00a4de;
	color:#fff;
}

div.social-button-mobile > a.line {
	background:#2cbf13;
	border:1px solid #2cbf13;
	color:#fff;
}


/* ----------- */

.mobile-input {
	font-size: 16px;
}



/* ---------- */

.ads {
	text-align:center;
	width: 100%;
}







/* ====================================== */
/* youtube modal */
/* ====================================== */


.youtube_open {
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: center;
	width: 300px;
	border-radius: 3px;
	margin: 15px auto 0;
} 

.youtube_close {
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: center;
	width: 200px;
	border-radius: 3px;
	margin: 15px auto 0;
	padding: 10px;
}

.youtube_open > img {
	margin:0;
	margin-bottom:-7px;
}

.youtube_mask {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1000;
}

.youtube_modal {
	background: #fff;
	width: 100%;
	max-width: 640px;
	padding: 20px;
	border-radius: 4px;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .8s;
	z-index: 2000;
}

.youtube_modal_mobile {
	background: #fff;
	width: 100%;
	max-width: 640px;
	padding: 0px;
	border-radius: 4px;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .8s;
	z-index: 2000;
}

.youtube_modal p {
	line-height: 1.5;
	margin: 0 0 20px;
}

.youtube_mask.m_hidden {
	display:none;
}

.youtube_modal.m_hidden,
.youtube_modal_mobile.m_hidden {
	transform: translate(0, -1000px);
}

.ad {
  	margin: 0 auto;
  	width: 100%;
	max-width: 640px;
	background: #333;
}

#youtube_ad {
	text-align: center;
	width: 100%;
	max-width: 640px;
	padding: 0;
	border-radius: 4px;
	position: fixed;
	top: 85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display:none;
	z-index: 2500;
}

button.skip_ad {
	position: relative;
	cursor: pointer;
	z-index: 3000!important;
}

.ad-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.ad-content div {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.gauge {
  	width: 100%;
	height: 5px;
	margin-top: -5px;
	background:#f00;
}

.count-down {
	color:#fff;
}


.youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 640px; /* 最大の横幅 */
}
 
.youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
 
.youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}


/* ==============================
レスポンシブサムネイル画像
============================== */


.responsive-thumbnail {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}