@charset "utf-8";
/*** ------------------------------------------------------------------------------ 

お気に入り

-----------------------------------------------------------------------------  ***/
#favorite .list p{
	clear:both;
}
#favorite .list ul {
	border-top: 1px  #CCC solid;
	margin:0 0 10px;
}
#favorite .list ul li {
	position:relative;
}
#favorite .list ul li a:first-child{
	margin:0 0 0px;
	padding: 10px 10px 30px;
	border-bottom: 1px  #CCC solid;
	border-right: 1px  #CCC solid;
	border-left: 1px  #CCC solid;
	clear:both;
	display:block;
	font-size:1.083em;
}
#favorite .list ul li a:first-child:hover{
	background:#EFEFEF;
	text-decoration: none;
}
#favorite .list ul li a:last-child{
	position:absolute;
	right:10px;
	bottom:10px;
	text-align: right;
	color:#999;
	font-size:0.917em;
	display:block;
}
#favorite .list .wpfp-span > a{
	display:block;
	float:right;
	color:#999;
	font-size:0.917em;
}


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

アプデのこと

-----------------------------------------------------------------------------  ***/
#info #contents h1{
}
#info #contents p{
	line-height:2;
}
@media screen and (max-width: 737px){
	#info #contents article{
		padding:0 10px;
	}
}
/*** ------------------------------------------------------------------------------ 

掲載サイト一覧

-----------------------------------------------------------------------------  ***/
#authors #contents ul li{
	font-size:1.083em;
	float:left;
	width:50%;
	margin:0 0 10px;
}
#authors #contents p{
	text-align: right;
	color:#999;
}
@media screen and (max-width: 737px){
	#authors #contents h1{
		margin:0 0 20px;
	}
	#authors #contents .list{
		padding:0 10px;
	}
	#authors #contents ul li{
		float:none;
		width:100%;
		margin:0 0 20px;
	}
}

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

タグ一覧

-----------------------------------------------------------------------------  ***/
#tag #contents ul li{
	font-size:1.083em;
	float:left;
	width:33.3%;
	margin:0 0 10px;
}
#tag #contents p{
	text-align: right;
	color:#999;
}
@media screen and (max-width: 737px){
	#tag #contents h1{
		margin:0 0 20px;
	}
	#tag #contents .list{
		padding:0 10px;
	}
	#tag #contents ul li{
		float:none;
		width:100%;
		margin:0 0 20px;
	}
}

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

お問い合わせ

-----------------------------------------------------------------------------  ***/
#contact #contents article:last-child h1{
	display:none;
}
#contact #contents article:last-child p{
	margin:0 0 1em;
}
@media screen and (max-width: 737px){
	#contact #contents article:last-child {
		padding:0 10px;
	}
	#contact #contents article:last-child p input,
	#contact #contents article:last-child textarea{
		width: 100%;
		box-sizing:border-box;
	}
}

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

記事詳細

-----------------------------------------------------------------------------  ***/
#single #contents {
	width: 960px;
	margin:50px auto 30px;
}
#single #contents #primary{
	float:right;
	width: 820px;
}
#single #contents #primary article{
	float:left;
	width: 660px;
}
#single #contents #primary article section{
	border:#e0e0e0 1px solid;
	padding:0 0 10px;
}
#single #contents #primary aside{
	float:right;
	width: 140px;
}
#single #contents #secondary{
	float:left;
	width: 120px;
	line-height:1.4;
}
@media screen and (max-width: 737px){
	#single #contents {
		width: 100%;
		margin: 20px auto 15px;
	}
	#single #contents #primary{
		float:none;
		width: 100%;
	}
	#single #contents #primary article{
		float: none;
		width: 100%;
		padding:0 10px;
		box-sizing: border-box;
	}
	#single #contents #primary article section{
		border: none;
	}
	#single #contents #primary aside{
		float:none;
		padding:0 10px;
		width: 100%;
		box-sizing:border-box;
		margin:0 0 20px;
	}
	#single #contents #secondary{
		float: none;
		width: auto;
		box-sizing:border-box;
		margin:0 10px;
		background: #e0e0e0;
		padding:10px;
	}
}



/* #primary article  */
#single #contents article h1{
	font-size:2em;
	margin: 0 0 5px;
	line-height:1.2;
	border-bottom:#e0e0e0 1px solid;
	padding:15px 20px;
}
#single #contents article .date{
	text-align: right;
	margin:0 0 5px;
	padding:0 20px;
}
#single #contents article .img{
	text-align: center;
	margin:0 0 20px;
}
#single #contents article .img span img{
	width:320px;
	height: auto;
}
#single #contents article .excerpt{
	font-size:1.25em;
	margin:0 0 10px;
	padding:0 20px;
}
#single #contents article .excerpt p{
	margin:0 0 1em;
}
#single #contents article .link {
	text-align: center;
	margin:0 0 10px;
	font-size:1.167em;
}
#single #contents article .link a{
	display:inline-block;
	background: #000;
	color:#FFF;
	padding:5px 25px;
	text-decoration: none;
	border-radius:5px;
}
#single #contents article .link a:hover{
	color:#333;
	background: #999;
	text-decoration: none;
}
#single #contents article .summary{
	font-size:0.863em;
	color:#999;
	line-height:1.4;
}
@media screen and (max-width: 737px){
	#single #contents article h1{
		border-bottom:#CCC 1px solid;
		padding:5px 0 10px;
		font-size:1.333em;
		font-weight:bold;
	}
	#single #contents article .date{
		padding:0;
	}
	#single #contents article .img img{
		width:100%;
		height: auto;
	}
	#single #contents article .excerpt{
		padding:0;
	}
	#single #contents article .summary{
		display:none;
	}
}


/* #primary aside  */
#single #contents aside ul{
	border:1px solid #e0e0e0;
	padding:0 10px;
}
#single #contents aside ul li{
	border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
	text-align: right;
}
#single #contents aside ul li:last-child{
	border-bottom: none;
}
#single #contents aside ul li span{
    font-size: 1.5em;
}
#single #contents aside ul li span.name{
	display:block;
	float:left;
	font-size:1em;
	line-height:2.4;
}
@media screen and (max-width: 737px){
	#single #contents aside ul{
		border:none;
		padding:0;
	}
	#single #contents aside ul li:last-child{
		border-bottom: 1px solid #e0e0e0;
	}
}

/* #secondary  */
#single #contents #secondary .img{
	margin:0 0 5px;
}
#single #contents #secondary .title{
	font-size:0.863em;
	color:#666;
}
#single #contents #secondary h3{
	font-weight: bold;
	font-size:1.083em;
}
#single #contents #secondary .url{
	margin:0 0 5px;
	font-size:0.863em;
}
#single #contents #secondary .more a{
	display:block;
	background: #EFEFEF;
	padding:5px 0px;
	text-align: center;
	font-size:0.863em;
	border-radius:5px;
}
#single #contents #secondary .more a:hover{
	background: #999;
	text-decoration: none;
	
}
@media screen and (max-width: 737px){
	#single #contents #secondary .img{
		float: left;
	}
	#single #contents #secondary .img img{
		width:80px;
		height: auto;
	}
	#single #contents #secondary p,
	#single #contents #secondary h3{
		margin:0 0 0 90px;
	}
	#single #contents #secondary p.url{
		margin:0 0 5px 90px;
	}
}



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

UPDE（アプデ）のこと　#info

-----------------------------------------------------------------------------  ***/
#info article p{
	font-size:1.083em;
	margin:0 0 1em;
}
#info article > section{
	margin:0 0 50px;
}
#info article > section section{
	margin:0 0 30px;
}
#info article section h2{
	font-size:1.333em;
	border-bottom: 1px #CCC solid;
	padding:0 0 5px;
	margin:0 0 10px;
}
#info article section h3{
	font-size:1.083em;
	font-weight: bold;
}

#info article section.intro h2{
	font-size:3em;
	font-weight: normal;
	border:none;
	padding:0;
	margin:0;
}
#info article section.intro .ja{
	color:#999;
	font-size:1em;
}
#info article section.intro .name{
	margin:0 0 30px;
	font-size:1em;
}
#info article section ul li{
	font-size:1.083em;
	text-indent:-1em;
	margin:0 0 0 1em;
}
#info article section .attention{
	text-indent:-1em;
	margin:0 0 0 1em;
}