@charset "utf-8";

/*
	Site Name: SNSWALKER SNS-STATION
	URL: http://sns-walker.com/
	Version:1
	disc:SNSカテゴリ別リスト用追加CSS
*/
	
	
/* SNS-station SNSカテゴリ別リスト contents
----------------------------------------- */

/* 右側メイン */
#stmain {
	width:555px;
	float:right;
	margin-bottom:20px;
}

	/* コンテンツ */
	.stcont{
		background: url(img/stationbg.gif) repeat-y;
		margin:10px 5px 0 5px;
	}
		/* 見出し,段落 */
		.stcont h1 {
			background:url(img/station_conttop.gif) no-repeat;
			width:540px;
			height:45px;
			text-indent:-9999em;	
		}
		
		.stform h1 {
			background:url(img/station_formtop.gif) no-repeat;
			width:540px;
			height:60px;
			text-indent:-9999em;	
		}
		
		.stcont h2{
			color:#039;
			font-size:16px;
			font-weight:bold;
			text-align:left;
			margin:10px 0;
			padding-left:20px;
		}
		
		.stcont h3{
			color:#039;
			font-size:12px;	
			font-weight:normal;	
			text-align:right;
			margin:4px 22px 4px 18px;
			padding-top:20px;
			border-top:dotted #ded2bb 2px;
			border-bottom:solid 2px #ebf4ff;
		}
				
		.stcont p{
			color:#555;
			font-size:12px;
			line-height:140%;
			text-align:center;
			padding:4px 20px;	
		}
		
		.stform p {
			color:#555;
			font-size:12px;
			line-height:140%;
			text-align:left;
			padding:4px 20px;	
		}
		
	/* 角丸枠下部 */	
	.stcontbot {
		background:url(img/station_contbot.gif) no-repeat;
		margin:0 5px;
		width:540px;
		height:60px;
	}
	
		.stcontbot p {
			font-size:16px!important;
			text-align: center;
			padding: 20px 0 4px 0!important;
		}
		
		/* 左サイド 掲載依頼ボタン */
		.sidestation a {
			display:block;
			width:150px;
			height:60px;
			text-indent:-9999em;
			background:url(img/side_stationbt.gif) no-repeat;
			margin:0 auto;
			outline:0;
		}
		
		.sidestation a:hover {
			background-position:0 -60px;
		}
		
	/* SNS-station リストテーブル */	
		
	table.station {
		margin:10px 20px 0;
		width:500px;	
	}
	
		.station td {
			vertical-align:top;
		}
			
			.station td p {
				color:#555;
				font-size:12px;
				line-height:150%;
				text-align:left;		
			}
								
			.thumb {padding:8px 4px;width:150px}
				
			.sankak {
				color:#039!important;
				text-indent:1em;
				background:#ebf4ff
			}		
		

	/* SNS-guide SNS説明テーブル */
	
	table.stguide {
		width:420px;
		margin:10px auto 0 auto;
		border:solid 1px #ffab33;
		border-collapse:collapse
	}
	
		.stguide th {
			color:#555;
			font-size:12px;	
			font-weight:normal;
			text-align:right;
			background:#ffecde;
			border:solid 1px #ffab33;
			padding:4px;
			width:20%;
		}
	
		.stguide td {
			color:#555;
			font-size:12px;	
			background:#fff4ea;
			border:solid 1px #ffab33;
			padding:4px;
			width:80%;
		}

			