@charset "utf-8";

/*フォームのフォント*/
input, textarea, select{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
	font-size:13px;
}

/*ページング*/
div.paging_area{
	margin:5px 0;
	font-size:14px;
	text-align: center;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
/*数字*/
.current_page, a.other_page{
	display: inline-block;
	margin:0 3px;
	padding: 5px 8px;
	min-width: 14px;
	min-height: 14px;
	line-height: 14px;
	border-radius: 2px;
}
/*現在地*/
div.paging_area .current_page{
	color:#fff;
	font-weight:bold;
	background-color:#f59656;
}
/*その他*/
div.paging_area a.other_page{
	color:#711c1e;
	background:#e2d5c9;
}
/*前へ次へ*/
.prev_next{
	display: inline-block;
	margin:0 3px;
	padding: 5px 10px;
	min-width: 14px;
	min-height: 14px;
	line-height: 14px;
}
/*非リンク前へ次へ*/
div.paging_area span.prev_next{
	color:#d4d4d4;
	line-height: 14px;
	background-color:#f3f3f3;
}
/*リンク前へ次へ*/
div.paging_area a.prev_next{
	background-color:#fdebdf;
	color: #711c1e;
}
div.paging_area a.prev_next:first-child, div.paging_area span.prev_next:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
div.paging_area a.prev_next:first-child {
	background: #e2d5c9;
}
div.paging_area a.prev_next:last-child, div.paging_area span.prev_next:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
div.paging_area a.prev_next:last-child {
	background: #e2d5c9;
}

div.paging_area a:link{color: #711c1e;text-decoration:none;}
div.paging_area a:visited{color: #711c1e;text-decoration:none;}
div.paging_area a:hover{color: #711c1e;text-decoration:none;background-color:#f9bd95;box-shadow: none;}
div.paging_area a:active{color: #711c1e;text-decoration:none;}

div.paging_area a.prev_next:link{color: #711c1e;}
div.paging_area a.prev_next:visited{color: #711c1e;}
div.paging_area a.prev_next:hover{color: #711c1e;text-decoration:none;background-color:#f9bd95;box-shadow: none;}
div.paging_area a.prev_next:active{color: #711c1e;}

/* 20131007以前
div.paging_area{
	text-align: center;
	font-size:10pt;
	margin:5px 0;
}

.current_page, a.other_page{
	margin:0 2px;
	padding:1px 3px;
	width:1.2em;
	border:1px solid #f9c8a8;
}

div.paging_area .current_page{
	color:#ffffff;
	font-weight:bold;
	background-color:#ee6f18;
}

div.paging_area a.other_page{
	color:#ee6f18;
	background-color:#fef7e2;
}

.prev_next{
	margin:0 2px;
	padding:1px 3px;
	width:1.6em;
}

div.paging_area span.prev_next{
	border:1px solid #dbdcdc;
	color:#7b7d7d;
	background-color:#ebebeb;
}

div.paging_area a.prev_next{
	border:1px solid #f9c8a8;
	background-color:#fef7e2;
}

div.paging_area a:link{color: #ee6f18;text-decoration:none;}
div.paging_area a:visited{color: #ee6f18;text-decoration:none;}
div.paging_area a:hover{color: #ee6f18;text-decoration:none;background-color:#fee2ec;}
div.paging_area a:active{color: #ee6f18;text-decoration:none;}
*/


/*第二タイトル定義*/
h2{
	width:620px;
	border-left:5px solid #ea731c;
	padding:5px 0 5px 10px;
	font-size:11pt;
	text-align:left;
	margin:20px auto;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}

/*デフォルトテーブル定義*/
table th.title{
	padding:4px 6px;
	color:#750d08;
	font-size:9pt;
	border:1px solid #ccc;
	text-align:center;
	font-weight:bold;
}
table th{
	padding:4px 6px;
	color:#8a361e;
	text-align:left;
	border:1px solid #ccc;
}
table td{
	padding:4px 6px;
	text-align:left;
	border:1px solid #ccc;
}

#main-contents table th.title{
	background:#f5c496;
}
#main-contents table th{
	background:#fffbdf;
}
#main-contents table td{
	background:#fff;
}

/*デフォルト一行コメントテーブル定義*/
.comment-title{
	width: 640px;
	margin: 10px auto 5px;
	color: #5b74d7;
}

.comment-write{
	font-size: 9pt;
	width: 630px;
	margin: 0 auto 10px;
	padding: 4px;
	background: #fffbdf;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
}

.comment-lite-box{
	font-size: 9pt;
	width: 630px;
	margin: 10px auto 7px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
}

.comment-lite-box div.comment {
	border-bottom: 2px dotted #ff8080;
}
.comment-lite-box div.new-comment {
	background: #fee;
}
.comment-lite-box span.comment-body {
	margin: 2px 0;
}
.comment-lite-box span.comment-body-delete {
	color: #aaa;
	margin: 2px 0;
}

/*肉球UL定義*/
ul.nikukyu{
	list-style-image: url('/images/icon_cat_hand.png');
}


ul.dotted li{
	background: url('/images/icon_dotted.png') no-repeat 0 7px;
	padding-left:8px;
}

/*パンくず(旧)*/
.breadcrumb {
	padding-top:5px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
/*パンくず(新)*/
.bread-crumb {
	margin-bottom:5px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}
.breadcrumb li, .bread-crumb li{
	float: left
}
.bread-crumb a{
	text-decoration:none;
}

/*右カラム共通インクルード*/
/* 最新ネコ写一覧*/
div#nekosha-list-wrap{
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	background:#fff;
	width:292px;
	box-sizing:border-box;
}
div#nekosha-list-wrap a:hover img{
	opacity: 0.8;
}

table#new-nekosha-list{
	width:290px;
	border:none;
	position:absolute;
	top:0;
	left:0;
}
table#new-nekosha-list img{
	width:65px;
	height:65px;
}

table#new-nekosha-list td{
	text-align:left;
	padding:8px;
	border:none;
	border-bottom:1px dotted #ccc;
}

table#new-nekosha-list td div.list-detail-box{
	height:65px;
	overflow:hidden;
}

table#new-nekosha-list td div.list-detail-box span.list-title{
	margin-right:10px;
	font-size:9pt;
	font-weight:bold !important;
}

table#new-nekosha-list td div.list-detail-box div.list-detail{
	margin-top:5px;
	font-size:9pt;
	line-height:110%;
	min-height:24px;
}

table#new-nekosha-list td.last-row{
	border-bottom:none;
}

div.nekosha-more{
	margin-top:5px;
	width:290px;
	text-align:right;
}

.page_area{
	border-width: 1px 0;
	border-style: solid;
	border-color: #ca9;
	background-color: #fff;
	padding: 5px;
	margin: 20px 0;
}

/* 必須 | 任意 */
.mark-required, .mark-option{
	font-size: 12px;
	color: #fff;
	padding: 2px 5px 0;
	margin-right: 5px;
	border-radius: 2px;
}
.mark-required{
	background-color: #cc0000;
}
.mark-required:after{
	content:'必須';
}
.mark-option{
	background-color: #999;
}
.mark-option:after{
	content:'任意';
}

/* ログインポップアップ*/
#fancy-LoginBox {
	font-size: 16px;
}
#fancy-LoginBox .head {
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}
#fancy-LoginBox .body {
	padding: 20px 10px;
	color: #555;
}
#fancy-LoginBox .btnLogin{
	background: #2e6fa7 none repeat scroll 0 0;
	padding: 4px 10px;
}
#fancy-LoginBox .btnUserRegist {
	background: #53ac53 none repeat scroll 0 0;
	padding: 4px 10px;
}
#fancy-LoginBox .btnLogin,
#fancy-LoginBox .btnUserRegist {
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	margin: 5px auto 5px;
	text-align: center;
	width: auto;
	text-decoration: none;
}
#fancy-LoginBox .btnLogin:hover, #fancy-LoginBox .btnUserRegist:hover{
	opacity:0.8;
}

#fancy-LoginBox .catImg {
	width: 59px;
	float: right;
}