@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	height:100%;
}

body {
	height:100%;
}

.win body{
}

.mac body{
	font-size:0.75em;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}



/* リンク
----------------------------------------------------*/


a {
	color:#cfcfcf;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration:none;
	color:#D9E826 !important;
}

a:active {
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after,
.clerfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}






/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	width: 1020px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto;
	padding: 10px  10px 110px 10px;
	font-size: 100%;
}


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
	/zoom: 1;
	margin-bottom: 10px;
}


/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#mainwrap {
	width: 850px;
	float: left;
}

#main {
}

#main .box1,
#main .box2,
#main .box3,
#main .box4{
	width: 160px;
	height: 120px;
	float:left;
	margin-bottom:10px;
}

#main .box1,
#main .box2,
#main .box3{
	/*margin-right:12px;
	*/
}


#main .box4{
	margin-right:0;
}

#main table,
#main ol,
#main ul,
#main dl,
#main blockquote,
#main pre,
#main p {
/*	margin-bottom: 10px;
*/}

#main .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}


/*----------------------------------------------------
	#imgarea
----------------------------------------------------*/

#imgarea {
	width:160px;
	float:right;
}


/*----------------------------------------------------
	#side（サイドバー）
----------------------------------------------------*/
#side {
	float: right;
	width: 120px;
	margin-top:32px;
}


/*----------------------------------------------------

----------------------------------------------------*/

h2.subtitle{
	clear:both;
	height:23px;
	background: url(../img/share/ico_mini.gif) no-repeat 0px 0px;
	padding-left:23px;
	padding-top:9px;
	margin-bottom:5px;
	
}


div.caption {  
    position: relative;  
}  
div.caption p {  
    margin: 0;  
    font-size: .9em;  
    position: absolute;  
    bottom: 5px;  
    left: 0;  
    background: #000;   
    color: #fff;
	padding:5px;
    opacity: .8;  
}


div.list{
	width:827px;
	clear:both;
	background:#000;
	padding:7px 10px 7px 10px;
	margin-bottom:10px;
	overflow:hidden;
	
	/* 角丸 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

div.carousel{
	padding:4px 10px 4px 10px;
}

div.list ul{
	position:relative;
	height: 400px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.list ul#current{
	height:auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

div.list ul#popular{
	height:310px;
	overflow-x: hidden;
	overflow-y: hidden;

}

div.list ul#nowclick{
	height:35px;
	overflow-x: hidden;
	overflow-y:hidden !important;
}

div.list ul#nowclick .nano,
div.list ul#nowclick .nano .content  { 
	padding: 0 0 0 0;
	margin:0 0 0 0;
	overflow:hidden;
}




div.list ul li{
	padding:2px 0 2px 0;
	border-bottom:1px dotted #333;
	clear:both;
	line-height:1.5em;
	width:810px;
	background:#000;
}

.win div.list ul li:nth-child(odd) {
	background: #111;
}

.mac div.list ul li:nth-child(odd) {
}



div.list ul li p.sitename{
	width:145px;
	text-align:right;
	float:right;
	font-size:10px;
	padding:0 5px 0 0;
	margin-top:6px;
	margin-bottom:0 !important;
	white-space:nowrap;
	overflow:hidden;
}


div.list ul li p.sitename a.externalLink{
	width:130px !important;
}


div.list ul li div.title a {
	display:block;
	padding:4px 0 3px 0;
}

div.list ul li div.title{
	width:500px;
	float:left;
	white-space: nowrap;
	overflow:hidden;
}

div.list ul#current li div.title{
	white-space:normal;
	overflow-x:hidden;
}

.favicon{
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-top:5px;
	margin-right:8px;
	vertical-align:middle;
}

div.list ul li div.tweet,
div.list ul li div.like{
	width:55px;
	float:left;
	margin-top:5px;
	margin-left:10px;
	font-size:10px;
}

div.list ul li div.tweet img,
div.list ul li div.like img{
	margin-right:6px;
}

section#list {
	width:850px;
}

section#list #tab {
	margin-top:5px;	
	margin-bottom:0;
}

section#list #tab a{
	display:block;
	padding:3px 10px 0 10px;
	margin-right:4px;
	background:#171717;
	height:20px;
	float:left;
}

section#list #listwrap{
	width:847px;
	background:#000;
	height:414px;
	margin-bottom:20px;
	
	/* 角丸個別*/
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
 
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
 
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
 

}


.mt5{
	margin-top:5px;
}



dl#bloglist{
	width:235px;
	float:left;
	margin-left:13px;
	margin-bottom:15px;
	border:1px solid #454545;
}

dl#bloglist dt{
	padding:3px 5px 5px 10px;
	background:#141414;
	border-bottom:1px solid #454545;
	height:25px;
}

dl#bloglist dt a{
	display:block;
	margin-top:3px;
}

dl#bloglist dt a.tlist{
	width:25px;
	float:right;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
}

dl#bloglist dd{
	padding:5px 10px;
	font-size:90%;
	height:40px;
}



.twitter-follow-button{
	float:right;
	margin-top:13px;
}


span#ad {
	display:block;
	height:600px;
}

span#ad a{
	font-size:10px;
	color:#ccc;
}

.social{
	float:right;
}

.social iframe{
	width:240px !important;
}



.mb30{
	margin-bottom:30px;
}

.mb20{
	margin-bottom:20px;
}

.updnWatermark {
	color: #666;
	left:847px !important;
	top:54px !important;
	width:120px;
	text-shadow:none;
}

.mailForm {
	width:480px;
	background:#141414;
	border:1px solid #333;
	padding:15px;
	
}
	
.mailForm hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(99,99,99,0.1), rgba(99,99,99,1), rgba(99,99,99,0.1)); 
    background-image:    -moz-linear-gradient(left, rgba(99,99,99,0.1), rgba(99,99,99,1), rgba(99,99,99,0.1)); 
    background-image:     -ms-linear-gradient(left, rgba(99,99,99,0.1), rgba(99,99,99,1), rgba(99,99,99,0.1)); 
    background-image:      -o-linear-gradient(left, rgba(99,99,99,0.1), rgba(99,99,99,1), rgba(99,99,99,0.1)); 
}

.mailForm textarea{
	width:290px;
	
}

.mailForm .submit{
	text-align:center;
}

.mailForm label{
	display:block;
	width:110px;
	white-space:nowrap;
	text-align:right;
	margin-right:10px;
	float:left;
}


#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
}
#page-top a {
    background: #141414;
    text-decoration: none;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}


#about p,
#about dl{
}

#about dl dt {
	font-weight:bold;
}

#about dl dd {
	margin:0 0 10px 0;
}


ul#h_social {
	float:right;
	margin-top:10px;
}

ul#h_social li{
	float:right;
	height:25px;
}


