*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	line-height:1.0;
}
.sharrre .share, a{
	text-decoration:none
}
.clear, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block
}
a+span.hu-external:after, html{
	-webkit-font-smoothing:antialiased
}
ol, ul, li{
	list-style:none
}
blockquote, q{
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before{
	content:'';
	content:none
}
table{
	border-collapse:collapse;
	border-spacing:0
}
body{
	font-size:16px;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
a, a:after, a:before{
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
a img{
	-webkit-transition:opacity .2s ease;
	-moz-transition:opacity .2s ease;
	-o-transition:opacity .2s ease;
	transition:opacity .2s ease
}
.clear{
	clear:both;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}






.col-3cm .s2, .content, .grid, .main, .main-inner, .sidebar, .video-container{
	position:relative
}



#header{
	background-image:url(/img_pc/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	padding:180px 0px 204px 0px;
	position:relative;
}
#header h1{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}
#headerLogoArea{
	text-align:center;
}



#headerMenu{
	background-color:#ffb400;
}
#headerMenu table{
	max-width:1240px;
	min-width:1000px;
	width:100%;
	margin:0px auto;
	table-layout:fixed;
	border-left:1px dotted #fff;
}
#headerMenu table td{
}
#headerMenu table a, #headerMenu table strong{
	display:block;
	padding:12px 0px;
	text-align:center;
	font-size:14px;
	color:#fff;
	border-right:1px dotted #fff;
	cursor:pointer;
}
#headerMenu table a:hover, #headerMenu table strong:hover{
	background-color:#ff9000;
	color:#fff;
}
#headerMenu table img{
	width:32px;
	height:32px;
	vertical-align:bottom;
}
#headerMenu table span{
	display:block;
	margin-top:4px;
	font-size:16px;
}


.pageTitle{
	display:block;
	padding:8px 4px;
	font-size:24px;
	letter-spacing:2px;
	font-weight:bold;
	border-top:4px solid #925f96;
	color:#925f96;
	margin-bottom:20px;
}

#main{
	margin:20px auto;
	max-width:1240px;
	min-width:1000px;
	overflow:hidden;
}
#mainContent{
	margin-right:310px;
}


/**サイドバー**/
#sideBar{
	width:300px;
	float:right;
}


.follow ul{
	overflow:hidden;
	margin-bottom:20px;
}
.follow ul li{
	width:50%;
	float:left;
}
.follow ul li a{
	display:block;
	margin:2px;
	padding:0px 0px 0px 55px;
	background-repeat:no-repeat;
	background-position:0px 50%;
	line-height:70px;
	color:#fff;
	text-decoration:none;
	background-size:cover;
	text-align:center;
}
.follow ul li.twitter a{
	background-image:url(/img/sns_twitter.jpg);
}
.follow ul li.facebook a{
	background-image:url(/img/sns_facebook.jpg);
}
.follow ul li.googleplus a{
	background-image:url(/img/sns_googleplus.jpg);
}
.follow ul li.feedly a{
	background-image:url(/img/sns_feedly.jpg);
}






#tagList ul{
	overflow:hidden;
}
#tagList li{
	float:left;
	margin:0px 4px 4px 0px;
}
#tagList li a{
	display:block;
	background-color:#67bae5;
	background-image:url(/img/icon_tag.png);
	background-repeat:no-repeat;
	background-position:8px 50%;
	color:#fff;
	padding:8px 8px 8px 28px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
}
#tagList li a:hover{
}



/**ページビューランキング**/
.viewRanking{
}
.viewRanking li{
	position:relative;
	margin-bottom:10px;
	border:1px solid #d3d3d3;
	background-color:#fff;
	padding:4px;
}
.viewRanking li a{
	display:block;
	overflow:hidden;
}
.viewRanking li a img{
	width:100%;
	vertical-align:middle;
	transition: 0.3s;
}
.viewRanking li a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.viewRanking li span{
	position:absolute;
	bottom:5px;
	left:5px;
	right:5px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font-size:13px;
	padding:4px;
}
.viewRanking li b{
	background:rgba(190,43,133,0.7);
	color:#fff;
	position:absolute;
	top:10px;
	right:5px;
	padding:4px 8px;
	font-size:12px;
}



/**ページャー**/
.pager{
	text-align: center;
	margin:40px 0px;
	overflow:hidden;
}
.pager nav.prev{
	width:50%;
	float:left;
}
.pager nav.next{
	width:50%;
	float:right;
}
.pager nav a{
	display:block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	height:32px;
	line-height:32px;
	padding:0px 12px;
	margin:0px 50px;
	border:1px solid #8fc4b8;
	background-color:#068681;
	color:#fff;
}

/**タグアイコン**/
.tagIcon{
	display:block;
	overflow:hidden;
}
.tagIcon a{
	display:inline-block;
	border:1px solid #74bbab;
	background-color:#daeee9;
	color:#74bbab;
	font-size:14px;
	padding:4px 8px;
	margin:0px 4px 4px 0px;
}


#articleList > ul:nth-child(1){
	display:none;
}

#articleList li{
	margin-bottom:10px;
}
#articleList li dl{
	margin:2px;
}
#articleList li dt, #articleList li dd a{
	display:block;
	padding:8px;
}
#articleList dt span{
	display:inline-block;
	width:50%;
}
#articleList dt a{
	position:relative;
	display:block;
	margin:0px 2px 8px 2px;
	padding:4px 10px;
	font-size:12px;
	color:#fff;
	background:#e0edff;
	text-align:center;
}
#articleList dt a:before{
	content:"";
	position:absolute;
	top:100%;
	left:35%;
	margin-left:-8px;
	border:8px solid transparent;
	border-top:8px solid #e0edff;
}
#articleList dt span.laugh a{
	background-color:#f39a3a;
}
#articleList dt span.laugh a:before{
	border-top:8px solid #f39a3a;
}
#articleList dt span.animal a{
	background-color:#ed5aad;
}
#articleList dt span.animal a:before{
	border-top:8px solid #ed5aad;
}
#articleList dt span.killtime a{
	background-color:#58e641;
}
#articleList dt span.killtime a:before{
	border-top:8px solid #58e641;
}
#articleList dd span img{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#articleList li dd{
	border-bottom:1px solid #ccc;
}
#articleList li dd a{
	margin-top:-16px;
	color:#444;
}
#articleList dd h3{
	font-size:18px;
	font-weight:bold;
	margin-top:8px;
	margin-bottom:4px;
}
#articleList dd time{
	display:block;
	color:#aaa;
	font-size:12px;
	text-align:right;
}



#about{
	margin:0px 20px;
}
#about dt{
	font-size:20px;
	margin-bottom:10px;
	color:#444;
}
#about dd{
	margin-left:20px;
	line-height:2.0;
	color:#444;
	margin-bottom:50px;
}


#favomovieMail{
	margin-bottom:20px;
}
#favomovieMail input[type="text"]{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #ccc;
	padding:4px;
}
#favomovieMail textarea{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #ccc;
	padding:4px;
	max-width:800px;
	min-width:500px;
	width:100%;
	height:200px;
}
#favomovieMail input[type="button"]{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #ccc;
	padding:4px;
}




footer{
	margin-top:100px;
	padding:50px 0px;
}




