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

reset（HTML5）

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin:0px;
	padding:0px;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color:#000000;
}
img {
	vertical-align:bottom;
}
/*** ------------------------------------------------------------------------------ 

HTML5

-----------------------------------------------------------------------------  ***/
header, footer, nav, section, article, figure, aside {
	display:block;
}
/*** ------------------------------------------------------------------------------ 

common

-----------------------------------------------------------------------------  ***/
html {
	overflow-y:scroll;
	min-height: 100%;
	position: relative;
}
body {
	color:#333;
	line-height: 1.6;
	font-size: 12px;
	font-family:  Meiryo,"Hiragino Kaku Gothic ProN", sans-serif;
	margin:0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	min-width:960px;
}
body.page{
	margin-bottom: 110px;
}
@media screen and (max-width: 737px){
	body {
		min-width:0px;
	}
	body.page{
		margin-bottom: 0;
	}
}
html > *,
body > * {
	display:none;
}
body,
body > #wrapper,
body > #modal-win,
body > .hatena-bookmark-bookmark-panel{
	display:block;
}
/*** ------------------------------------------------------------------------------ 

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
	outline:none;
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #333;
	text-decoration:underline;
}
/*.opacity a:hover img {
	opacity:0.55;
	filter: alpha(opacity=55);
	-moz-opacity:0.55;
}*/
/*** ------------------------------------------------------------------------------ 

header

-----------------------------------------------------------------------------  ***/
header {
	width:100%;
	background: url(../img/header_bg.png) left bottom repeat-x;
}
header .logo{
	display:none;
}
header .header-nav{
	width:960px;
	margin:0 auto 20px;
	position:relative;
	padding:20px 0 0;
}
header .description{
	font-size:0.917em;
	text-align: center;
	padding:2px 0 0;
}
header .description img{
	margin:0 0 10px;
}
header .header-nav ul{
	position:absolute;
	right:0;
	top:35px;
}
header .header-nav li{
	float:left;
	margin:0 0 0 15px;
	color:#999;
}
header .header-nav li.thanks{
	font-size:0.863em;
}
header .header-nav li.thanks span{
	font-size:1.083em;
}
header .header-nav li > a,
header .header-nav li dt a{
	display:inline-block;
	padding:0 0 0 20px;
	height:13px;
	line-height:1.2;
	color:#CCC;
	font-size:0.917em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
header .header-nav li.favo > a{
	background: url(../img/header_icon_favo.png) no-repeat;
}
header .header-nav li.tag dt a{
	background: url(../img/header_icon_tag.png) no-repeat;
}
header .header-nav li.site dt a{
	background: url(../img/header_icon_site.png) no-repeat;
}
header .header-nav li > a:hover,
header .header-nav li dt a:hover{
	background-position: 0 -14px !important;
	color:#333;
	text-decoration: none;
}
header .header-nav li dl dd ul{
	display:none;
}
@media screen and (max-width: 737px){
	header {
		width:100%;
		box-sizing: border-box;
		border-bottom:none;
		position:fixed;
		top:0;
		background: #FFF;
		box-shadow: 0px 0px 6px 0px #333;
		padding:10px 10px;
		border-bottom:2px solid #000;
		z-index:99999;
	}
	header .logo{
		display: block;
		float:left;
		font-size:0.863em;
	}
	header .logo img{
		width: auto;
		height: 20px;
		vertical-align: bottom;
		line-height:20px;
		margin:0 10px 0 0;
	}
	header .header-nav{
		display:none;
	}
}

/* nav */
nav {
	padding:0 ;
	max-width:960px;
	margin:0 auto;
	position:relative;
}
nav h4,
nav .menu,
nav .close{
	display:none;
}
nav ul.nav{
	text-align: center;
}
nav ul.nav li{
	width:96px;
	display:inline-block;
}
nav ul.nav li a{
	display:block;
	padding:33px 0px 4px 0px; 
	color:#333;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
nav ul.nav li:nth-child(1) a{
	background: url(../img/nav_icon01.png) center 10px no-repeat;
	border-bottom: 1px #FF9196 solid;
}
nav ul.nav li:nth-child(2) a{
	background: url(../img/nav_icon02.png) center 10px no-repeat;
	border-bottom: 1px #97BFFF solid;
}
nav ul.nav li:nth-child(3) a{
	background: url(../img/nav_icon03.png) center 10px no-repeat;
	border-bottom: 1px #FFCC00 solid;
}
nav ul.nav li:nth-child(4) a{
	background: url(../img/nav_icon04.png) center 10px no-repeat;
	border-bottom: 1px #ADFFE1 solid;
}
nav ul.nav li:nth-child(5) a{
	background: url(../img/nav_icon05.png) center 10px no-repeat;
	border-bottom: 1px #C0C0C0 solid;
}
nav ul.nav li:nth-child(6) a{
	background: url(../img/nav_icon06.png) center 10px no-repeat;
	border-bottom: 1px #EA8BFF solid;
}
nav ul.nav li:nth-child(7) a{
	background: url(../img/nav_icon07.png) center 10px no-repeat;
	border-bottom: 1px #DDFF94 solid;
}
nav ul.nav li:nth-child(8) a{
	background: url(../img/nav_icon08.png) center 10px no-repeat;
	border-bottom: 1px #FFCBAE solid;
}
nav ul.nav li:nth-child(9) a{
	background: url(../img/nav_icon09.png) center 10px no-repeat;
	border-bottom: 1px #9BF6FF solid;
}
nav ul.nav li:nth-child(10) a{
	background: url(../img/nav_icon10.png) center 10px no-repeat;
	border-bottom: 1px #C892E3 solid;
}
nav ul.nav li a:hover,
#home nav ul.nav li:nth-child(1) a,
.category-web-marketing nav ul.nav li:nth-child(2) a,
.category-web-design nav ul.nav li:nth-child(3)  a,
.category-coding nav ul.nav li:nth-child(4)  a,
.category-cms nav ul.nav li:nth-child(5)  a,
.category-seo nav ul.nav li:nth-child(6)  a,
.category-smartphone nav ul.nav li:nth-child(7)  a,
.category-web-service nav ul.nav li:nth-child(9)  a,
.category-material-download nav ul.nav li:nth-child(8)  a,
.category-recommend nav ul.nav li:nth-child(10)  a{
	text-decoration: none;
	padding:33px 0px 2px 0px; 
	background-position: center -67px;
}
nav ul.nav li:nth-child(1) a:hover,
#home nav ul.nav li:nth-child(1) a{
	border-bottom: 3px #FF9196 solid;
	color: #FF9196;
}
nav ul.nav li:nth-child(2) a:hover,
.category-web-marketing nav ul.nav li:nth-child(2) a{
	border-bottom: 3px #97BFFF solid;
	color: #97BFFF;
}
nav ul.nav li:nth-child(3) a:hover,
.category-web-design nav ul.nav li:nth-child(3) a{
	border-bottom: 3px #FFCC00 solid;
	color: #FFCC00;
}
nav ul.nav li:nth-child(4) a:hover,
.category-coding nav ul.nav li:nth-child(4) a{
	border-bottom: 3px #ADFFE1 solid;
	color: #ADFFE1;
}
nav ul.nav li:nth-child(5) a:hover,
.category-cms nav ul.nav li:nth-child(5) a{
	border-bottom: 3px #C0C0C0 solid;
	color: #C0C0C0;
}
nav ul.nav li:nth-child(6) a:hover,
.category-seo nav ul.nav li:nth-child(6) a{
	border-bottom: 3px #EA8BFF solid;
	color: #EA8BFF;
}
nav ul.nav li:nth-child(7) a:hover,
.category-smartphone nav ul.nav li:nth-child(7) a{
	border-bottom: 3px #DDFF94 solid;
	color: #CBEA88;
}
nav ul.nav li:nth-child(8) a:hover,
.category-material-download nav ul.nav li:nth-child(8) a{
	border-bottom: 3px #FFCBAE solid;
	color: #FFCBAE;
}
nav ul.nav li:nth-child(9) a:hover,
.category-web-service nav ul.nav li:nth-child(9) a{
	border-bottom: 3px #9BF6FF solid;
	color: #9BF6FF;
}
nav ul.nav li:nth-child(10) a:hover,
.category-recommend nav ul.nav li:nth-child(10) a{
	border-bottom: 3px #C892E3 solid;
	color: #C892E3;
}
header .search{
	width:180px;
	position: absolute;
	top:-58px;
	left:0px;
	width:154px;
}
header .search dt input{
	outline: none;
	border:#F4F4F4 1px solid;
	border-radius: 3px;
	line-height:1.4;
	background: #F4F4F4;
	
		width:112px;
		padding:3px 30px 3px 5px;

}
header .search dd input{
    background: url(../img/header_search_icon.png) no-repeat;
    border: medium none;
    display: block;
    height: 14px;
    width: 14px;
    text-indent: -9999px;
	position:absolute;
	right:8px;
	top:50%;
	margin:-7px 0 0;
	cursor:pointer;
}
header #sp-menu{
	display:none;
}
@media screen and (max-width: 737px){
	header .search{
		position:relative;
		top:0;
		right:0;
		float:none;
		padding:5px 10px;
		width: 100%;
		box-sizing:border-box;
	}
	header .search dt input{
		width:100%;
		box-sizing:border-box;
		padding:1px 30px 1px 5px;
	}
	header .search dd input{
		position:absolute;
		right:15px;
		top:50%;
		margin:-8px 0 0;
		cursor:pointer;
	}
	header nav {
		padding:0;
	}
	nav h4,
	nav .menu,
	nav .close{
		display:block;
	}
	nav .menu{
		font-size:1.167em;
	}
	nav ul.nav{
		float: none;
		font-size:1.167em;
	}
	nav ul.nav li{
		float: none;
		width: 100%;
	}
	nav ul.nav li a{
		display:block;
		text-align: left;
		padding:12px 13px 8px 36px; 
		color:#333;
		border-bottom: none;
		background: #333 !important;
	}
	nav ul.nav li a:hover{
		color:#FFF;
		background: #666 !important;
	}
	nav .close {
		padding:10px 10px;
	}
	nav .close a{
		display:block;
		border-raduis:10px;
		text-align: center;
		background: #666;
		color:#FFF;
	}
	header #sp-menu{
		display: block;
		text-indent:-9999px;
		width:26px;
		height:24px;
		float:right;
		position:relative;	}
	header #sp-menu a{
		display: block;
		position: relative;
		padding: 0;
	}
	header #sp-menu:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 26px;
		height: 24px;
		margin-top: -12px;
		background: #000;
	}
	header #sp-menu:hover:before{
		background:#000;
	}
	header #sp-menu a:before, header #sp-menu a:after{
		display: block;
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 26px;
		height: 6px;
		background: #FFF;
	}
	header #sp-menu a:before{
		margin-top: 4px;
	}
	header #sp-menu a:after{
		margin-top: 14px;
	}
}


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

contents

-----------------------------------------------------------------------------  ***/
#contents {
	width:660px;
	margin:0 auto 30px;
}
#contents  .headline{
	padding:30px 0 0;
	margin:0 0 20px;
}
#contents  .headline .logo{
	text-align: center;
}
#contents  .headline .date{
	text-align: center;
	font-size:0.917em;
	margin:0 0 15px;
}
#contents  .headline .ad{
	text-align: center;
	margin:0 0 20px;
}
#contents  .headline .title{
	float:left;
	font-size:1.083em;
}
#contents  .headline ul{
		float:right;
		position:relative;
}
#contents  .headline ul li{
	float:left;
}
#contents  .headline ul li form{
	display: inline !important;
}
#contents  .headline ul li input[type="submit"]{
    color: #999;
    padding: 2px 4px;
    margin: 0;
    box-shadow: none!important;
    background: #FFF !important;
    border: 1px solid #ECECEC !important;
    font-size: 0.863em;
    text-decoration: none;
    cursor: pointer;
	border-radius:3px 0 0 3px;
}
#contents  .headline ul li:last-child input[type="submit"]{
	border-radius: 0 3px 3px 0 ;
    border-left: none !important;
}
#contents  .headline ul li input[type="submit"].sort_current,
#contents  .headline ul li input[type="submit"]:hover{
	color:#FFF;
	background:#333 !important;
	border:#333 1px solid;
}
#contents  .headline p{
	clear:both;
	font-size:0.863em;
	color:#999;
	padding:10px 0 0;
	line-height:1.4;
}
#contents  .headline p strong{
	font-weight: normal;
}
@media screen and (max-width: 737px){
	#contents {
		margin:0 0 30px;
		padding:35px 0 0;
	}
	#contents {
		width:100%;
	}
	#contents  .headline{
		padding:0 10px 10px;
		margin:0;
	}
	#contents  .headline .logo{
		display:none;
	}
	#contents  .headline .date{
		display:none;
	}
	#contents  .headline .ad{
		text-align: center;
		margin:0 0 20px;
	}
	#contents  .headline .title{
		padding:3px 0 0;
	}
	#contents  .headline ul li input[type="submit"]{
	    padding: 5px 4px;
	}
	#contents  .headline p{
		display:none;
	}
}

#contents .list p.date{
	font-size:1.167em;
	color:#333;
	padding:20px 0 0;
	text-align: center;
}
#contents .list article{
	padding:30px 0;
	position:relative;
	z-index:1;
}
#contents .list article .img{
	float:left;
	position:relative;
	z-index:99;
}
#contents .list article .img img{
	border-radius:5px;
	/*box-shadow: 2px 2px 2px 2px #CCC;*/
	width:168px;
	height:100px;
}
#contents .list article .img span{
	width:168px;
	height:100px;
	border-radius:5px;
	overflow:hidden;
	display:block;
}
#contents .list article .img span img{
	width:168px;
	height: auto;
}
#contents .list article .data{
	padding:0 0 0 193px;
	position:relative;
}
#contents .list article .data h3 {
	margin:0 0 5px;
}
#contents .list article .data h3 a{
	font-size:1.25em;
	line-height:1.4;
}
#contents .list article .data h3 a:hover{
	text-decoration: underline;
}
#contents .list article .data blockquote p{
	font-size:0.917em;
	color:#999;
	margin:0 0 10px;
	line-height:1.4;
}
#contents .list article .data blockquote p a{
	color:#999;
}
#contents .list article .data p.site{
	font-size:0.917em;
	font-weight: bold;
}
#contents .list article .data p.site a{
	color:#999;
}
#contents .list article .data ul{
	text-align: right;
	position:absolute;
	right:0px;
	bottom:0px;
	line-height:1.4;
	font-weight: bold;
	font-size:1.083em;
}
#contents .list article .data ul li{
	display:inline-block;
	margin:0 0 0 10px;
	color:#999;
	padding:0 0 0 25px;
}
#contents .list article .data ul li span{
	font-size:0.863em;
	font-weight: normal;
	display:inline-block;
	margin:0 0 0 5px;
}
#contents > aside p{
	font-size:0.863em;
	color:#999;
}
@media screen and (max-width: 737px){
	#contents .list article{
		border-bottom: #EFEFEF 1px solid;
		padding:20px 10px;
	}
	#contents .list article:first-child{
		border-top: #EFEFEF 1px solid;
	}
	#contents .list article .img {
		position:relative;
		z-index:1;
	}
	#contents .list article .img img{
		width:85px;
		height: auto;
	}
	#contents .list article .img span{
		width:85px;
		height:85px;
	}
	#contents .list article .img span img{
		width:85px;
		height: auto;
	}
	#contents .list article .img .view{
		display:block;
		position:absolute;
		left:0px;
		top:10px;
		color:#FFF;
		background: #000;
		border-radius:0 3px 3px 0;
		line-height:1.4;
		padding:1px 6px;
		z-index:3;
		opacity:0.5;
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
	}
	#contents .list article .data{
		padding:0 0 0 100px;
		position:relative;
	}
	#contents .list article .data blockquote {
		display: block;
	}
	#contents .list article .data h3 {
		display:inline;
	}
	#contents .list article .data h3 a{
		font-size:1.167em;
		line-height:1.4;
	}
	#contents .list article .data h3 span{
		font-size:0.863em;
	}
	#contents .list article .data blockquote p{
		display: none;
	}
	/*#contents .list article .data blockquote p.sp{
		display:block;
		position:absolute;
		left:0px;
		top:10px;
		color:#FFF;
		background: #999;
		border-radius:0 3px 3px 0;
		line-height:1.4;
		font-size: 0.714em;
		padding:1px 2px;
		z-index:3;
	}*/
	#contents .list article .data p.site{
		position: relative;
		left:0px;
		bottom:0px;
		margin:0 0 10px;
		padding:5px 0 0;
	}
	#contents .list article .data p.site a{
		color:#999;
	}
	#contents .list article .data p.site img{
		width:10px;
		height:10px;
	}
	#contents .list article .data p.site span{
		color:#999;
		font-size:0.917em;
	}
	#contents .list article .data ul{
		position: relative;
		right:0px;
		bottom:0px;
	}
	#contents .list article .data ul li{
		display:inline-block;
		margin:0 0 0 10px;
		color:#999;
	}
	#contents .list article .data ul li a{
		color:#999;
		padding:0 0 0 15px;
		display:inline-block;
		position:relative;
	}
	#contents .list article .data ul li a:hover{
		color:#333;
	}
	#contents .list article .data ul li.site {
		display:block;
		margin:5px 0;
		text-align: left;
	}
	#contents .list article .data ul li.site a{
		padding:0;
		background: none;
	}
	#contents > aside {
		padding:0 10px;
	}
	#contents > aside p{
		display:none;
	}
}
/*** ------------------------------------------------------------------------------ 

footer

-----------------------------------------------------------------------------  ***/
body.page footer {
	bottom: 0;
	height: 110px;
	position: absolute;
	width:100%;
}
footer a{
	color: #666;
}
footer a:hover{
	color: #666;
}
footer a:visited{
	color: #666;
}
footer .ad{
	margin:0 0 15px;
	padding:0 10px;
}

/* ex-post */
footer .ex-post {
	width:680px;
	margin:0 auto 40px;
}
footer .ex-post h3{
	font-size:1.167em;
	margin:0 0 10px;
}
footer .ex-post h3 span{
	font-size:0.783em;
	color: #999;
	display:block;
}
footer .ex-post ul li{
	width:180px;
	position:relative;
	height: 180px;
	overflow:hidden;
	background: #FFF;
	cursor:pointer;
	border: #EFEFEF 1px solid;
	box-sizing:border-box;
}
footer .ex-post ul li:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
footer .ex-post ul li .img img{
	height: 175px;
    width: auto;
	max-width:none !important;
}
footer .ex-post ul li:nth-child(8n-7) .img:after,
footer .ex-post ul li:nth-child(8n-6) .img:after,
footer .ex-post ul li:nth-child(8n-5) .img:after{
	width:30px;
	height: 30px;
	text-align: center;
	line-height:30px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	box-shadow: 0px 0px 2px 1px #000;
}
footer .ex-post ul li:nth-child(8n-7) .img:after{
	content:"1";
	background: #E4C764;
}
footer .ex-post ul li:nth-child(8n-6) .img:after{
	content:"2";
	background: #CCC;
}
footer .ex-post ul li:nth-child(8n-5) .img:after{
	content:"3";
	color:#FFF;
	background: #9B591C;
	box-shadow: 0px 0px 2px 1px #000;
}
footer .ex-post ul li .data a{
	display:block;
	background: #000;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	color:#EFEFEF;
	padding:5px;
	position:absolute;
	left:0;
	bottom:0;
	font-size:0.917em;
	width:100%;
	line-height:1.4;
	box-sizing:border-box;
}
footer .ex-post ul li .data a:hover{
	text-decoration: none;
}
footer .ex-post ul li .data a span{
	display:block;
	text-align: right;
	color:#999;
	font-size:0.863em;
}
@media screen and (max-width: 737px){
	body.page footer {
		bottom: 0;
		height: auto;
		position: relative;
		width:100%;
	}
	footer .ex-post {
		padding:0 10px;
		margin:0 0 15px;
		width:100%;
		display:block;
		box-sizing: border-box;
	}
	footer .ex-post h3{
		padding:5px 10px;
		text-align: left;
		margin:0 0 10px;
		background: #333;
		color:#CCC;
	}
	footer .ex-post h3 span{
		display:inline-block;
		margin:0 0 0 10px;
		font-size:0.684em;
	}
	footer .ex-post ul {
		border: none;
	}
	footer .ex-post ul li{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin: 0;
		border:none;
		border-bottom: 1px #EFEFEF solid;
		padding:15px 0;
		background: #FFF;
		overflow:visible;
		}
	footer .ex-post ul li:hover{
		opacity:1;
		filter: alpha(opacity=100);
		-moz-opacity:1;
	}
	footer .ex-post ul li:first-child{
		border-top: 1px #EFEFEF solid;
	}
	footer .ex-post ul li .img{
		text-align: left;
		margin:0;
		float:left;
		display:block;
		position:relative;
	}
	footer .ex-post ul li .img img{
		width:80px;
		height: auto;
		border-radius:5px;
		/*box-shadow: 2px 2px 2px 2px #CCC;*/
	}
	footer .ex-post ul li:nth-child(8n-7) .img:after,
	footer .ex-post ul li:nth-child(8n-6) .img:after,
	footer .ex-post ul li:nth-child(8n-5) .img:after{
		width:20px;
		height: 20px;
		line-height:20px;
		left:-5px;
		top:-5px;
		border-radius:50%;
		box-shadow: none;
	}
	footer .ex-post ul li .data{
		padding:0 0 0 100px;
		font-size:1.083em;
	}
	footer .ex-post ul li .data a{
		display: inline;
		background: none;
		opacity:1;
		filter: alpha(opacity=100);
		-moz-opacity:1;
		color:#333;
		padding:0;
		position: relative;
		font-size:1em;
		width: auto;
	}
	footer .ex-post ul li .data a:hover{
		background: none;
	}
	footer .ex-post ul li .data a span{
		display:block;
		text-align: right;
		color:#999;
		font-size:0.863em;
	}
}

/* related-post */
footer .related-post{
	width:700px;
	margin:0 auto 40px;
}
footer .related-post .wp_rp_content{
	padding:0 0 0 10px;
	width:660px;
}
footer .related-post .wp_rp_content .related_post_title{
	border:none !important;
	background: none !important;
	padding:0 !important;
	margin:0 0 10px;
}
footer .related-post .wp_rp_content .related_post{
	border-right: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
}
footer .related-post .wp_rp_content .related_post li{
	padding:10px 10px !important;
	font-size:1.083em;
}
footer .related-post .wp_rp_content .related_post li:hover{
	background: #EFEFEF !important;
	cursor:pointer;
}
@media screen and (max-width: 737px){
	footer .related-post{
		width: auto;
		margin:0 10px 15px;
	}
	footer .related-post .wp_rp_content{
		padding:0;
		width:100%;
	}
	footer .related-post .wp_rp_content .related_post_title{
		margin:0 0 0px !important;
		padding:5px 10px !important;
		text-align: left;
		margin:0 0 10px;
		background: #333 !important;
		border-radius:0;
		font-size: 1.167em;
		color:#CCC;
	}
	footer .related-post .wp_rp_content .related_post{
		border: none;
	}
	footer .related-post .wp_rp_content .related_post li{
		padding:20px 0px !important;
	}
	footer .related-post .wp_rp_content .related_post li img{
		border-radius:5px;
		/*box-shadow: 2px 2px 2px 2px #CCC;*/
		width:80px;
		height:80px;
	}
	footer .related-post .wp_rp_content .related_post li img{
		border-radius:5px;
		/*box-shadow: 2px 2px 2px 2px #CCC;*/
		width:80px;
		height:80px;
	}
	footer .related-post .wp_rp_content .related_post li a:last-child{
		display:block;
		padding:0 0 0 100px;
	}
	footer .related-post .wp_rp_content .related_post li:after {
		content:".";
		display:block;
		visibility:hidden;
		clear:both;
		height:0.1px;
		font-size:0.1em;
		line-height:0;
	}
	footer .related-post .wp_rp_content .related_post li {
		display:inline-table;
		zoom:1;
	}
	/*Hides from IE-mac \*/
	* html footer .related-post .wp_rp_content .related_post li {
		height:1%;
	}
	footer .related-post .wp_rp_content .related_post li {
		display:block;
	}
}

/* footer-nav */
footer .footer-nav h4{
	display:none;
}
footer .footer-nav ul{
	text-align: center;
	padding:15px 0;
	background:#F5F5F5;
	line-height:1;
}
footer .footer-nav li{
	display:inline-block;
	padding:0 10px;
}
footer .footer-nav li:last-child{
	border-right: none;
}
footer .footer-menu{
	background: #000;
	text-align: center;
	padding:15px 0;
	line-height:1;
	font-size:0.917em;
}
footer .footer-menu li{
	display:inline-block;
	padding:0 10px;
}
footer .footer-menu li a{
	color:#999;
}
footer .footer-menu li a:hover{
	color:#FFF;
	text-decoration: none;
}
footer .copyright{
	font-size:0.833em;
	text-align: center;
	background: #000;
	color:#666;
	padding:0 0 10px;
}
@media screen and (max-width: 737px){
	footer .footer-nav {
		margin:0 0 20px;
	}
	footer .footer-nav h4{
		display:block;
		padding:5px 10px;
		text-align: left;
		font-size:1.167em;
		margin:0 10px 10px;
		background: #333;
		color:#CCC;
	}
	footer .footer-nav h4 span{
		font-size:0.684em;
		color: #999;
		display:inline-block;
		margin:0 0 0 10px;
	}
	footer .footer-nav ul{
		text-align: left;
		margin:0 10px;
		line-height:1.6;
		padding:0;
		background: none;
		border-right:#EFEFEF 1px solid;
		border-left:#EFEFEF 1px solid;
		border-top:#EFEFEF 1px solid;
		border-bottom:#EFEFEF 1px solid;
	}
	footer .footer-nav li {
		display:block;
		padding:0;
	}
	footer .footer-nav li a{
		display:block;
		padding:10px 10px 10px 30px;
		border-right:#EFEFEF 1px solid;
		border-bottom:#EFEFEF 1px solid;
		float:left;
		width: 50%;
		box-sizing: border-box;
	}
	footer .footer-nav li:nth-child(even) a{
		border-right: none;
	}
	footer .footer-nav li:last-child a{
		border-bottom: none;
	}
	footer .footer-nav li:nth-child(1) a{
		background: url(../img/nav_icon01.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(2) a{
		background: url(../img/nav_icon02.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(3) a{
		background: url(../img/nav_icon03.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(4) a{
		background: url(../img/nav_icon04.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(5) a{
		background: url(../img/nav_icon05.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(6) a{
		background: url(../img/nav_icon06.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(7) a{
		background: url(../img/nav_icon07.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(8) a{
		background: url(../img/nav_icon08.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(9) a{
		background: url(../img/nav_icon09.png) 5px 8px no-repeat;
	}
	footer .footer-nav li:nth-child(10) a{
		background: url(../img/nav_icon10.png) 5px 8px no-repeat;
	}
	footer .footer-nav li a:hover,
	.category-web-marketing footer .footer-nav li.nav02 a,
	.category-web-design footer .footer-nav li.nav03 a,
	.category-coding footer .footer-nav li.nav04 a,
	.category-web-system footer .footer-nav li.nav05 a,
	.category-sem-seo footer .footer-nav li.nav06 a,
	.category-smartphone footer .footer-nav li.nav07 a,
	.category-material-download footer .footer-nav li.nav08 a,
	.category-community-seminar footer .footer-nav li.nav09 a,
	.category-matome footer .footer-nav li.nav10 a{
		text-decoration: none;
	}
	footer .footer-menu{
		background: #000;
		text-align: left;
		padding:0 0 5px;
		line-height:1.6;
	}
	footer .footer-menu li{
		display:block;
		padding:0;
	}
	footer .footer-menu li a{
		color:#999;
		display:block;
		padding:10px 10px;
		border-bottom: #333 1px solid;
	}
	footer .footer-menu li a:hover{
		color:#FFF;
		text-decoration: none;
	}
	footer .copyright{
		font-size:0.833em;
		text-align: center;
		background: #000;
		color:#666;
		padding:0 0 10px;
	}
}
.js > a{
	display:none;
}


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

トップアンカー

-----------------------------------------------------------------------------  ***/
#scroll {
	position: fixed;
	bottom:25px;
	right:0;
	padding:5px 5px 5px 10px;
	z-index:9999;
	background: #333;
	border-radius: 10px 0 0 10px;
}
#scroll li{
	margin:0 0 10px;
}
#scroll li.twitter{
	height: 61px;
}
#scroll li.facebook{
	height: 61px;
}
#scroll li.hatena{
	height: 50px;
}
#scroll li:last-child{
	margin:0;
}
@media screen and (max-width: 737px){
	#scroll {
		position: relative;
		bottom:0;
		width: auto;
		padding:0 5px;
		margin:0 0 20px;
		background: none;
	}
	#scroll li{
		float:left;
		margin:0 5px;
		height: auto !important;
	}
}
/*** ------------------------------------------------------------------------------ 

トピックパス

-----------------------------------------------------------------------------  ***/
#topicpass {
	font-size:0.917em;
	margin:0 0 10px;
	color:#999;
	float:left;
	width:50%;
}
.single #topicpass {
	float:none;
	width: auto;
	margin:0 0 15px;
}
#topicpass a{
	color:#999;
	text-decoration: underline;
}
#topicpass a:hover{
	color:#999;
	text-decoration: none;
}
#topicpass li{
	float:left;
}
#topicpass li:first-child{
	padding:0 0 0 15px;
	background: url(../../common/img/topicpass_icon_home.png) left 0.2em no-repeat;
}
#topicpass li span{
	display:inline-block;
	padding:0 5px;
}
@media screen and (max-width: 737px){
	#topicpass {
		display: none;
	}
}

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

共通設定

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



/* page-nav */
.page-nav {
	margin:15px 0px 0;
	padding:0 0 15px;
	clear:both;
}
.page-nav .pagination {
	position:relative;
	font-size:0.917em;
}
.page-nav .pagination span,
.pagination a {
	display:inline-block;
	margin: 0 2px 5px;
	padding:6px 11px 5px 11px;
	text-decoration:none;
	width:auto;
	color:#333;
	background: #FFF;
	border-radius:50%;
}
.page-nav .pagination a:hover{
	color:#fff;
	background: #000;
}
.page-nav .pagination .current{
	background: #000;
	color:#fff;
}
@media screen and (max-width: 737px){
	.page-nav {
		margin:10px 10px 0;
		padding:0 0 10px;
	}
}


/* pager */
#pager {
	padding:10px 0 0;
	margin:0 0 20px;
}
#pager .nav-prev {
	display:block;
	float:left;
	width:40%;
}
#pager .nav-prev a{
	display:block;
	padding:5px 10px;
	text-align: center;
	border:#e0e0e0 1px solid;
	background: #FFF;
}
#pager .home {
	display:block;
	float:left;
	width:18%;
	margin:0 0 0 1%;
}
#pager .home a{
	display:block;
	padding:5px 0px;
	text-align: center;
	border:#e0e0e0 1px solid;
	background: #FFF;
}
#pager .nav-next {
	display:block;
	float:right;
	width:40%;
}
#pager .nav-next a{
	display:block;
	padding:5px 10px;
	text-align: center;
	border:#e0e0e0 1px solid;
	background: #FFF;
}
#pager a:hover{
	background: #000;
	color:#FFF;
	text-decoration: none;
}

/* modal */
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	background: #FFF;
	width:860px;
	padding:20px;
	border-radius:10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
#tag-list li,
#site-list li{
	width:25%;
	float:left;
	margin:10px 0;
}
#tag-list li a,
#site-list li a{
}
#tag-list li a:hover,
#site-list li a:hover{
}

/* modal */
@media screen and (max-width: 737px){
	.remodal nav#global-nav{
		padding:0;
	}
	.remodal .search{
		position:relative;
		padding:5px 10px;
		width: 100%;
		box-sizing:border-box;
	}
	.remodal .search dt input{
		outline: none;
		border:#E0E0E0 1px solid;
		border-radius: 5px;
		line-height:1.4;
		width:100%;
		box-sizing:border-box;
		padding:1px 30px 1px 5px;
	}
	.remodal .search dd input{
	    background: url(../img/header_search_icon.png) no-repeat;
	    border: medium none;
	    display: block;
	    height: 14px;
	    width: 14px;
	    text-indent: -9999px;
		position:absolute;
		right:15px;
		top:50%;
		margin:-8px 0 0;
		cursor:pointer;
	}
	.remodal nav#global-nav {
		background:#333;
		color:#FFF;
	}
	.remodal nav#global-nav h4{
		background: #000;
		color:CCC;
		padding:5px 10px
	}
	.remodal nav#global-nav li {
		display:block;
		text-align: left;
		padding:0;
	}
	.remodal nav#global-nav li a{
		margin:0 !important;
		display:block;
		border-bottom:1px solid #666 !important;
		padding:8px 10px !important;
		color:#999 !important;
	}
	.remodal nav#global-nav ul:last-child {
		margin:0 0 10px;
	}
	.remodal nav#global-nav li a:hover{
		text-decoration: none;
		color:#FFF !important;
		background: #666;
		
	}
	.remodal nav#global-nav p a{
		margin:0;
		display:block;
		padding:10px 10px;
		color:#999;
	}
	.remodal nav#global-nav p a:hover{
		text-decoration: none;
		color:#FFF;
		background: #666;
		
	}
}

/*fb吹き出し*/
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    display: none !important;
}
div.fb-like iframe {
max-width: none;
}