.navbar{
  margin-bottom: 0;
}

#maincontent{
}

/*  */
.jumbotron{
  background-image:url(https://blog-imgs-98.fc2.com/o/h/i/ohihiiu/ohiGameBlogTopimage.jpg);
  background-size:cover;
  background-position:left;
}
.jumbotron h1{
	color:#fff;
	text-shadow:1px 1px 0 #c60,2px 2px 1px #000,-1px -1px 0 #f93;
}
.jumbotron p{
	color:#fff;
	text-shadow:0 1px 1px #000,-1px -1px 0 #333;
}

.col-md-8>article {
  position: relative;
  margin-bottom: 20px;
overflow:hidden;
}


.col-md-8>article h2{
	background: #000000;
	color: #ffffff;
	position: relative;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #000;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}

h2:after {
    content: '';
    position: absolute;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 30px;
    border-radius: 2px;
}

.col-md-8>article img {
min-width:180px;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px #999999;
  -moz-box-shadow: 0px 1px 1px 0px #999999;
  box-shadow: 0px 1px 1px 0px #999999;
}

.discription{
	position:relative;
min-height:160px;
}
.discription a.btn{
	position:absolute;
right:20px;
bottom:20px;
}

.col-md-8>article:nth-child(1) .media img{
  max-width:240px;
}
.col-md-8>article:nth-child(1) .media .media-body{
	height:200px;
}

.media-body{
	height:100px;
}
.media-body .btn {
	position: absolute;
	right: 12px;
	bottom:16px;
}
.col-md-8>article:nth-child(1) h3{
	font-size: 36px;
}

.panel-body img{
max-width:100%;
}


.media-footer p{
	text-align:right;
}

body > footer{
text-shadow:1px 1px 0 #ee6936;
}
body > footer a{
color:#fff;
}




/* 最新記事,関連記事 */

#recent div,
#relate div{
position:relative;
}

#recent p,
#relate p{
position:absolute;
bottom:0;
width:100%;
margin:0;
padding:4px 6px;
border-top:1px #999 solid;
background-color:#000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
z-index:70;
color:#fff;
}

/* 最新記事 */
#recent{
max-width:300px;
margin: 0 auto;
}

/* 関連記事 */
#relate div{
	margin:0;
}
#relate div div{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
/*max-width:250px;*/
padding:0;
background-image:url(https://blog-imgs-69.fc2.com/w/e/b/webnetachou/noimage.png);
}

#relate img{
max-width:100%;
/*max-height:167px;*/
}
#relate time{
}
.nowshowing{
max-height:167px;
line-height: 15;
}

/* back to top */
#page-top {
  position: fixed;
  right: 10%;
  bottom: 80px;
  font-size: 600%;
  opacity: 0.8;
  z-index: 500;
}

#page-top a {
color:#2a9fd6;
text-shadow: 1px 8px 4px #336;
}

img{
max-width:100%;
}

div.fc2_footer{
margin:20px 0;
}
div#fc2_text_ad{
display:none;
}

/* blank */
html body article a[target="_blank"]{
	padding-right:18px;
	background-image:url(https://blog-imgs-55.fc2.com/k/i/c/kicsmz/blanklink-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
}
html body article a[target="_blank"]:hover{
	background-image:url(https://blog-imgs-55.fc2.com/k/i/c/kicsmz/blanklink-icon_hover.png);
}









.title{
	position: relative;
	line-height: 30px;
	margin-bottom:0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 20px;
	background: #f3f3f3;
	color: #1a1a1a;
}
.title:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}

/* 人気記事 */
#acrp11_ohihiiu{
margin:0 auto;
}
.acr_ranking_sys td{
position:relative;
}

.acr_ranking_sys tr:nth-child(8),
.acr_ranking_sys tr:nth-child(1),
.acr_ranking_sys tr:nth-child(2){
display:none;
}

.acr_ranking_sys img{
max-width:300px;
}
.acr_ranking_sys span{
display:block;
width:100%;
min-height:50px;
position:absolute;
bottom:0;
padding:4px 6px;
border-top:1px #666 solid;
background-color:#000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
z-index:70;
font-weight:bold;
text-shadow:1px 1px 0 #630;
}

.plugin-freearea{
margin-bottom:20px;
}



/* #amazon_widget_box{
    margin:0 auto;
} */

#ps4recomend p{
margin-bottom:30px;
}



/****************************************
   @media screen for iPhone 
****************************************/

@media screen and (min-width:0px) and (max-width: 845px) {

	#maincontent{
		margin-top:0px;
	}
}