/* CSS Document */

body{counter-reset:ranking;}

#side_area
{
	float: right;
	width: 340px;
	padding-top: 20px;
}

#side_area h3
{
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#side_area .base
{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#side_area .search_box
{
	position: relative;
	padding-bottom: 20px;
}

#side_area .search_box input[type=text]
{
	height: 30px;
	width: 80%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #afafaf;
	border-bottom-color: #afafaf;
	border-left-color: #afafaf;

	border-top-left-radius: 6px;     /* 左上 */
	border-top-right-radius: 0px;    /* 右上 */
	border-bottom-left-radius: 6px;  /* 左下 */
	border-bottom-right-radius: 0px; /* 右下 */

	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 0px;  
	-webkit-border-bottom-right-radius: 0px;  
	-webkit-border-bottom-left-radius: 6px;  

	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 0px;  
	-moz-border-radius-bottomleft: 6px; 

}
#side_area .search_box input[type=submit]
{
	height: 32px;
	width: 20%;
	position: absolute;
	top: 0px;
	right: 0px;
	vertical-align: middle;
	background-image: url(../images/bgt_search_btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border: 1px solid #afafaf;

	border-top-left-radius: 0px;     /* 左上 */
	border-top-right-radius: 6px;    /* 右上 */
	border-bottom-left-radius: 0px;  /* 左下 */
	border-bottom-right-radius: 6px; /* 右下 */

	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-right-radius: 6px;  
	-webkit-border-bottom-right-radius: 6px;  
	-webkit-border-bottom-left-radius: 0px;  

	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 6px;  
	-moz-border-radius-bottomright: 6px;  
	-moz-border-radius-bottomleft: 0px; 

}


#side_area .sns_btn
{
	padding-top: 20px;
	clear: both;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
}



.socialWrap 
{
	padding: 10px 0;
	text-align: center;
}
 
.socialWrap div 
{
	display: inline-block;
}
 
.fb_iframe_widget > span 
{
	vertical-align: baseline !important;
}


#side_area .category
{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: left;
}

#side_area .category ul
{
	margin: 0px;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

#side_area .category li
{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#side_area .category li a
{
	display: block;
	background-image: url(../images/category_point.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
}


#side_area .access_rank,#side_area .news
{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: left;
}

#side_area .access_rank span:before
{
	display: block;
	height: 22px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ee8890;
	color: #ee8890;
	font-weight: bold;
	counter-increment:ranking;
	content:counter(ranking);
}

#side_area .access_rank ul,#side_area .news ul
{
	display: table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#side_area .access_rank li,#side_area .news li
{
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#side_area .access_rank li div,#side_area .news li div
{
	width: 50px;
	height: 50px;
}

#side_area .access_rank li div img,#side_area .news li div img
{
	width: 50px;
	height: 50px;
}

#side_area .access_rank li p,#side_area .news li p
{
	font-size: 12px;
	line-height: 120%;
}

#side_area .access_rank li a,#side_area .news li a
{
	color: #333;
}

#side_area .supporter_side
{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: left;
}

#side_area .supporter_tn
{
	width: 80px;
	text-align: center;
	float:left;
	font-size:11px;
	margin: 8px;
}


#side_area .supporter_side img
{
	width: 80px;
	height: 80px;
	margin-bottom: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#side_area .keyword
{

	padding-bottom: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-size:11px;
}

#side_area .keyword h4
{
	background-image: url(../images/squea_point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0ex;
	padding-right: 0ex;
	padding-bottom: 0ex;
	padding-left: 1.2em;
}


#side_area .keyword ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#side_area .keyword li
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right:10px;
	margin-bottom:10px !inportant;
	list-style-type: none;
	/*display: inline;*/
	float:left;
}

#side_area .keyword li a
{
	background-image: url(../images/keyword_point.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 35px;
	/*font-weight: bold;*/
	color: #333;
	text-decoration: none;
	background-color: #e5e5e5;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{

#side_area
{
	width: 34%;
}



}

/* スマホ設定  768 以下*/
@media screen and (max-width:766px)
{
#side_area
{
	width: 100%;
	float: none;
	background-color: #FFF;
}

#side_area .category li
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-bottom: 0px;
}

#side_area .supporter_tn
{
	width: 80px;
	text-align: center;
	float:left;
	font-size:11px;
	margin: 6px;
}

}