@charset "utf-8";
/****************************/
/* 基本タグ */
/****************************/
body {
	font-size:95%;
	line-height : 1.5;
	font-family : sans-serif;
	background: #333;
	color:#333;
	margin: 0;
	padding: 0;
}

img {
	border:0px;
}
img.border{
	border:1px solid #999;
}

em {
	font-weight:bold;
	font-style:normal;
	color: #900;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.1;
}

p {
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
}

table,
td {
	border-collapse: collapse;
	border: 0px solid #ccc;
	vertical-align: top;
}

a:link {color: #037; text-decoration:underline;}
a:visited {color: #636; text-decoration:underline;}
a:hover { text-decoration:underline;}

.left { float: left; text-align: left; }
.right { float: right; text-align: right; }
.center { text-align: center; }
.clear { clear: both; }
.small { font-size: 80%; }
.large { font-size: 125%; }
.trimming { display:block;overflow:hidden;position:relative;margin:0;text-align:left;border:1px solid #ccc; }
.trimming img { position:absolute; }

/****************************/
/* テンプレート */
/****************************/
/* 全体 */
#main {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ヘッダ */
#header {
	background: #357;
	overflow: hidden;
	color: #fff;
}
#header_inner {
	font-size: 85%;
	max-width: 1048px;
	margin: 8px auto 8px auto;
	padding: 0 6px;
}
#header_inner #leader {
	margin-bottom: 8px;
}
#header_inner h1 {
	display: inline;
	float: left;
}
#header_inner a {
	color: #fff;
	text-decoration: none;
}
#header_inner a:hover {
	text-decoration: underline;
}
#header_menu {
	float: right;
	text-align: right;
	margin: 0 0 8px 8px;
	width: 32px;
	cursor: pointer;
}
#drop_menu {
	position: absolute;
	background: #fff;
	font-size: 120%;
	border: 1px solid #ccc;
	z-index: 200;
	width: 200px;
	margin: 0 0 0 -168px;
	text-align: left;
}
#drop_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#drop_menu li {
	margin: 0;
	padding: 0;
}
#drop_menu li a {
	color: #333;
	padding: 4px 12px;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#drop_menu li:hover { background: #eee; }
#logo {
	display: block;
	float: left;
	margin: 0 12px 8px 0;
}
.logo_l { display: inline; }
.logo_s { display: none; }
/* 検索 */
#header_inner form#header_search {
	display: table;
	float: right;
	table-layout: fixed;
	width: 60%;
	max-width: 480px;
}
#input_box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	background: #fff;
}
#header_search_textarea {
	display: block;
	font-size: 150%;
	height: 100%;
	margin: 0;
	padding: 0 4px;
	border: 0;
	width:98%;
}
.search_button {
	display: table-cell;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	background: url('img/icon_search.png') center no-repeat;
	background-color: #357;
}
.search_button:hover {
	background-color: #6ac;
}
/* メニュー */
.menu_bar {
	background: #479;
	font-size: 90%;
	overflow: hidden;
}
.menu_bar_inner {
	max-width: 1048px;
	margin: 0 auto;
	color: #6ac;
}
.menu_bar li {
	list-style: none;
	display: inline-block;
	*display: inline;   /* IE6,7のみ */
	*zoom: 1;           /* IE6,7のみ */
}
.menu_bar li:after {
	content:"|";
}
.menu_bar a {
	display: inline-block;
	padding: 0.3em 0.6em 0.3em 0.6em;
	color: #fff;
	text-decoration: none;
}
.menu_bar a:hover {
	color: #fff;
	background: #6ac;
}
.menu_bar .selected {
	color: #357;
	background: #fff;
}
#pan {
	font-size: 80%;
	padding-bottom: 8px;
	min-height: 0;
	white-space: nowrap;
	overflow: hidden;
}
/* 固定ヘッダ */
#fixed_header {
	display: none;
	position: fixed;
	left: 0;
	background: #357;
	width: 100%;
	z-index: 500;
}
#fixed_header_inner {
	max-width: 1048px;
	padding: 0px 0px;
	margin: 0 auto;
	font-size: 85%;
}
#fixed_header_inner img { vertical-align: middle; }
#fixed_header_inner ul { display:inline-block; }
/* 本体 */
#field {
	clear: both;
	overflow: hidden;
}
#field_inner {
	max-width: 1048px;
	min-height: 480px;
	margin: 12px auto 8px auto;
	padding: 0 6px;
}
/* 2カラム */
#main_column {
	float: left;
	width: 100%;
	min-width: 300px;
	margin-right: -305px;
}
#main_column_inner {
	min-width: 300px;
	margin-right: 320px;
}
#side_column {
	float: left;
}
#side_column_inner {
	width: 300px;
	margin: 0 0 0 2px;
}
.flash #side_flash { display: none; }
.plane #main_column,
.plane #main_column_inner {
	float: none;
	margin: 0;
}
.plane #side_column {
	display: none;
}
/* フッタ */
#footer {
	clear: both;
	padding: 8px 0 8px 0;
	border-top: 1px solid #ccc;
	background: #333;
	color: #fff;
	line-height: 2.0;
}
#footer_inner {
	font-size: 90%;
	max-width: 1048px;
	font-size: 85%;
	margin: 16px auto 16px auto;
	padding: 0 6px;
	overflow: hidden;
}
#footer_inner a { text-decoration: none; color: #fff; }
#footer_inner a:hover { text-decoration: underline; }
#footer_menu_bar {
	margin-top: 24px;
	text-align: center;
}

/****************************/
/* スプライト */
/****************************/
.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/img/sprite.png) no-repeat;
	vertical-align: middle;
	*display: inline; /*IE6*/
	*zoom: 1; /*IE6*/
}
.icon_new { background-position: -64px -32px; }
.icon_bookmarklet { background-position: 0px -48px; }
.icon_rss { background-position: -16px -48px; }
.icon_twitter { background-position: -32px -48px; }
.icon_twitter_bird { background-position: -112px -32px; }
.icon_twitter_rep { background-position: -80px -48px; }
.icon_twitter_rt { background-position: -96px -48px; }
.icon_twitter_fav { background-position: -112px -48px; }
.icon_facebook { background-position: -48px -48px; }
.icon_feedly { background-position: -64px -48px; }
.icon_android { background-position: -96px -32px; }

/****************************/
/* 汎用パーツ */
/****************************/
/* もっと見る */
.more {
	text-align: right;
	font-size: 90%;
}
.more a {
	background: url(/img/icon_more.gif) no-repeat 16px 50%;
	padding: 0 0 0 32px;
}
a.button_more {
	clear: both;
	width: 80%;
	display: block;
	margin: 8px auto;
	padding: 8px;
	text-align: center;
	border-radius: 4px;
	color: #666;
	border: 1px solid #fff;
	text-decoration: none;
	background: #def;
	box-shadow:0 2px 2px #abc;
}
a.button_more:hover { background: #f0f6fc; }
a.button_jump {
	width: 40%;
	display: inline-block;
	background: #f0f0f0;
	box-shadow:0 2px 2px #ccc;
}
a.button_jump:hover { background: #f6f6f6; }
a.button_commenttop {
	width: 40%;
	display: inline-block;
	color: #fff;
	background: #6ac;
	box-shadow:0 2px 2px #abc;
}
a.button_commenttop:hover { background: #7bd; }
#loading {
	width: 100%;
	padding: 12px 0;
	text-align: center;
}
/* クリック用<span> */
.click_span {
	cursor: pointer;
	text-decoration: underline;
}
/* 注意書きなど */
.notice {
	font-size: 85%;
}
.subinfo {
	font-size: 85%;
	color: #999;
}
.toolchip {
	padding: 8px;
	background: #ffe;
	border: 1px solid #ccc;
}
/* ページナビ */
.pagenavi {
	text-align: center;
	margin: 8px 0;
	line-height: 2.5;
}
.pagenavi a {
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 4px;
}
.pagenavi a:hover {
	background: #f0f0f0;
}
.pagenavi b,
.pagenavi .selected {
	border: 1px solid #7bd;
	padding: 6px 12px;
	border-radius: 4px;
	color: #fff;
	background: #7bd;
	text-decoration: none;
}
/* メッセージ */
.message {
	background: #f6f6f6;
	padding: 8px;
	margin: 2px 0;
	font-size: 85%;
	border-left: 3px solid #479;
}
.pageError {
	background: #f0f0dd;
	border: 1px solid #cca;
	padding: 48px;
	margin: 24px auto;
	width: 70%;
	text-align: center;
}
/* 記事一覧 */
.item_list_box {
	margin: 0 0 16px 0;
	min-height: 160px;
	overflow: hidden;
}
h1.page_title {
	color: #333;
	font-size: 150%;
	margin-top: 8px;
	padding: 12px 24px 12px 24px;
	border-top: 3px solid #479;
	border-bottom: 1px solid #ccc;
}
.list_title {
	color: #357;
	font-size: 120%;
	border-top: 3px solid #479;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px 0;
	padding: 6px 6px 6px 16px;
	overflow: hidden;
}
.list_title h2 { font-weight: bold; }
.list_title a { text-decoration: none; color: #357; }
.list_title a:hover { text-decoration: underline; }
.list_title img { vertical-align: bottom; }
.list_title .controler {
	float: right;
	text-align: right;
	font-size: 70%;
	font-weight: normal;
}
.tablink {
	padding: 0 2% 0 2%;
	margin: 4px 0 24px 0;
	border-bottom: 6px solid #479;
}
.tablink a {
	display: inline-block;
	padding: 6px 5%;
	margin: 8px 4px -1px 4px;
	border: 1px solid #479;
	border-radius: 2px;
	font-size: 110%;
	color: #479;
	text-decoration: none;
}
.tablink a:hover {
	color: #fff;
	background: #6ac;
}
.tablink a.selected {
	background: #479;
	color: #fff;
}
.under {
	padding: 8px 0 8px 24px;
	text-align: left;
	line-height: 2.0;
	font-size: 80%;
}
.under a {
	padding: 4px 12px;
	margin: 0 4px 0 0;
	background: #f0f0f0;
}
.under a.selected {
	color: #fff;
	background: #9c6;
}
.item_list_box .item {
	margin: 4px 0px 4px 0px;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #ddd;
	line-height: 1.2;
	overflow: hidden;
}
.item .item_status {
	white-space: nowrap;
	overflow: hidden;
}
.item .item_title {
	font-size: 100%;
	margin: 0.3em 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item .item_title a { text-decoration: none; }
.item .item_title a:hover { text-decoration: underline; }
.item_list_box .thumbnail {
	float: left;
	margin: 4px 16px 0 0;
	text-align: center;
}
.item_list_box .pickup .item_title {
	margin: 8px 0 12px 0;
	font-size: 150%;
	white-space: normal;
}
.item_list_box .item_box {
	float: left;
	margin: 12px 0 2px 0;
	width: 50%;
	height: 120px;
	line-height: 1.2;
	overflow: hidden;
}
.item_list_box .item_box .thumbnail {
	min-width: 120px;
	margin: 0 8px 0 0;
}
.item .date,
.item_box .date {
	color: #999;
	font-size: 80%;
}
a.item_direct {
	text-decoration: none;
	color: #999;
	font-size: 85%;
	display: inline-block;
	padding: 4px 12px 4px 0;
	white-space: nowrap;
	width: 120px;
}
a.item_direct:hover {
	text-decoration: underline;
}
a.item_direct:visited {
	color: #a9a;
}
.item_list_box .item p {
	line-height: 1.5;
	margin: 4px 0px 12px 0;
}
#side_column .item_box {
	width: 100%;
}
#side_column .list_title {
	padding-left: 4px;
}
#side_column .item .item_title {
	max-height: none;
	white-space: normal;
}
/* リンク数 */
.link_num,
a.link_num {
	text-align: center;
	white-space: nowrap;
	margin: 0 4px 0 0;
	padding: 2px 2px;
	color: #c60;
	background: #eee;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	display: inline-block;
	min-width: 4em;
}
a.link_num:hover {
	text-decoration: underline;
}
.link_num span {
	font-weight: normal;
	font-size: 60%;
}
a.over3, span.over3 { color: #66f; background: #cff; }
a.over20, span.over20 { color: #c60; background: #fe8; }
a.over100, span.over100 { color: #c60; background: #fc8; }
a.over500, span.over500 { color: #900; background: #f99; }
/* コメント */
.comment1 {
	clear: both;
	overflow: hidden;
	padding: 0.5em 0 0.2em 0;
	border-bottom: 1px solid #eee;
}
.comment1 .profile_icon {
	float: left;
}
.comment1 .comment {
	margin-left: 45px;
}
.comment1 .property {
	color:#9cf;
	font-size: 85%;
	text-align: right;
	margin-top: 1px;
}
.comment1 .tw_comment a { text-decoration: none; }
.comment1 .tw_comment a:hover { text-decoration: underline; }
a.cP { color: #9cf; }
.cRT { color: #9cf; }
.cRT a { color: #9cf; }
a.cH { color: #ccc; }
.cT { color: #cc9; }
.list_area .profile {
	width: 110px;
}
.comment1 .comment span.hatenastar { color: #fc0; font-weight: bold; font-size: 85%; }
/* サービスイニシャル */
#twitlist .property a { color:#9cf; text-decoration:none; }
/* サイト一覧 */
.sitelist {
	border: 1px solid #ccc;
	margin-bottom: 12px;
}
.sitelist div {
	background: #eee;
	padding: 2px 16px;
}
.sitelist ul {
	margin: 24px;
}
.sitelist li {
	display: inline-block;
	margin: 4px 0;
	width: 45px;
	min-width: 280px;
	max-height: 1.5em;
	overflow: hidden;
}
/* カレンダー */
.calendar {
	text-align: center;
	margin-bottom: 8px;
	font-family: serif;
	line-height: 1.2;
}
.calendar span {
	font-size: 150%;
}
.calendar b {
	font-size: 200%;
}

/****************************/
/* サブページテンプレート */
/****************************/
/* 全体 */
#property_header {
	margin-top: 12px;
	overflow: hidden;
}
#property_icon {
	vertical-align: top;
}
#item_subject { margin: 8px 8px 0 8px; }
#property_header h1 {
	font-size: 160%;
	margin: 0 0 8px 0;
}
#property_header h1 a { text-decoration: none; color: #333; }
#property_header h1 a:hover { text-decoration: underline; }
#property_header h1 a:visited { text-decoration: underline; }
#property_header .subinfo {
	font-size: 80%;
	color:#779;
	margin-bottom: 4px;
}
.subinfo a { text-decoration: none; }
.subinfo a:hover { text-decoration: underline; }
#property_header p {
	margin: 12px 0 4px 8px;
}
#property_header .imgbox {
	float: right;
	margin: 0 0 12px 12px;
	border: 1px solid #ccc;
}
/* 共有ボタンなど */
.property_control {
	background: #f0f0f0;
	padding: 8px 12px 8px 12px;
	margin: 8px 0 12px 0;
	clear: left;
}
.property_control .link_num {
	vertical-align: bottom;
	margin-bottom: 2px;
	font-size: 100%;
}
#cache {
	background: #f0f0f0;
	margin: 2px 0;
	padding: 4px 8px;
}
/* 関連サイトなど */
.embed_contents {
	margin-bottom: 8px;
}
/* リンク一覧エリア */
.list_area {
	min-height: 24px;
	margin: 12px 0 36px 0;
	overflow: hidden;
}
.noresult {
	margin: 1em 24px;
	text-align: left;
	font-size: 80%;
	color: #999;
}

/****************************/
/* ランキング関連 */
/****************************/
.rank_box .item_title{
	max-height: none;
	white-space: normal;
}
.rank1 .item_title { font-size: 150%; }
.rank2 .item_title { font-size: 150%; }
.rank3 .item_title { font-size: 150%; }
.rank_num {
	width: 48px;
	font-size: 130%;
	border-radius: 4px;
	margin: 2px 12px 12px 0px;
	padding: 2px;
	text-align: center;
	float: left;
	clear: both;
	background: #eee;
}
.rank_num span { font-size: 50%; }
.rank1 .rank_num { font-size: 150%; background: #fcc; color: #633; }
.rank2 .rank_num { font-size: 150%; background: #fe9; color: #653; }
.rank3 .rank_num { font-size: 150%; background: #cfc; color: #363; }

/****************************/
/* 検索ページ */
/****************************/
#search_form {
	display: table;
	table-layout: fixed;
	width: 80%;
	max-width: 480px;
	margin: 24px 0;
}
#search_form div {
	display: table-cell;
	width: 100%;
}
#search_form_txt {
	width: 95%;
	font-size: 120%;
	height: 32px;
}
#filter {
	float: left;
	width: 120px;
	font-size: 85%;
	line-height: 1.8;
}
#filter .filter_column {
	width: 100px;
	float: left;
	margin-bottom: 2em;
}
#filter a { color: #333; text-decoration: none; }
#filter a:hover { color: #333; text-decoration: underline; }
#filter a.filter_select { text-decoration: none; color: #c00; font-weight: bold; }
#search_message {
	font-weight: bold;
	padding-bottom: 16px;
	color: #999;
}
#search_body {
	max-width: 720px;
}
#search_supply {
	width: 100px;
	font-size: 85%;
	line-height: 2.0;
	margin-bottom: 2em;
	overflow: hidden;
}
.search .item {
	margin: 4px 0 4px 0;
}

/****************************/
/* アカウントページ */
/****************************/
#form_area {
	max-width: 600px;
	margin: 80px auto 60px auto;
}
#form_area h1 {
	font-size: 120%;
	border-bottom: 1px solid #4a5e82;
	margin: 8px 0;
	padding: 6px 0;
}
#form_area h2 {
	margin: 24px 0 0 0;
	padding: 6px;
	font-size: 100%;
	background: #f0f0f0;
}
#form_area input {
	font-size: 120%;
}
#form_area input#form_submit{
	height: 2em;
}

