@charset "utf-8";
/* ############################################################################
 *
 * 猫組
 *
 * ############################################################################ */


/* ============================================================================
 *
 * 共通スタイル
 *
 * ============================================================================ */
h1.nekogumi{
	width:940px;
	height:33px;
	background:url(/home/images/title_nekogumi_long.png) no-repeat;
	background-size: 960px;
	padding-top:17px;
	text-align:right;
	padding-right:20px;
}
.fa-comment {
	color: #2368A4;
}
.fa-user {
	color: #FF963C;
}
a{
	text-decoration: none;
}
#mainArea{
	width: 640px;
	float: left;
}
#rightArea{
	width: 300px;
	float: right;
}

.entryGroup li p.groupName{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entryGroup ul li .fa-search,
.nekogumiList .detailArea .valueArea .fa-search {
	color: #666;
}

.entryGroup ul li .fa-comment,
.nekogumiList .detailArea .valueArea .fa-comment {
	color: #2368a4;
}

.entryGroup ul li .fa-user,
.nekogumiList .detailArea .valueArea .fa-user {
	color: #ee2a6b;
}

/*ボタンホバーで透過*/
div#groupDetail div.detalLeft a:hover,
#commentArea .postArea a:hover,
.userList a:hover{
	opacity: 0.7;
}


/*----------------------------------------
ページング
----------------------------------------*/
.group .paging_area{
	border-color: #ff8410;
	border-width: 1px 0;
	border-style: solid;
	background-color: #fff;
	padding: 15px;
	margin: 20px 0!important;
}

.group div.paging_area a.other_page{
	background-color: #ffe2c4;
}

.group div.paging_area .current_page{
	background-color: #ff8410;
}

div.paging_area a:link,
div.paging_area a.prev_next:link{
	color: #711c1e;
}

.group div.paging_area a.prev_next:last-child,
.group div.paging_area a.prev_next:first-child {
	background-color: #ffe2c4;
}

.group div.paging_area a:visited {
	color: #711c1e;
}

.group div.paging_area a:hover,
.group div.paging_area a.prev_next:last-child:hover,
.group div.paging_area a.prev_next:first-child:hover {
	color: #fff;
	background-color: #ffc68a;
}

/*----------------------------------------
サブナビゲーション
----------------------------------------*/
.subNav{
	background:#977b53;
	display:table;
	width:100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.subNav ul{
	display:table-cell;
	vertical-align:middle;
	width: 70%;
}
.subNav ul li{
	float:left;
	width:130px;
	text-align:center;
}

.subNav ul li a{
	color:#fff;
	display:block;
	padding:10px 0;
}
.subNav ul li:hover{
	background-color:#644600;
}
.subNav ul li.active{
	background-color:#644600;
}
.subNav .searchArea{
	display:table-cell;
	padding:5px 5px 3px 5px;
	vertical-align:middle;
	width: 30%;
	text-align:right;
}
.subNav .searchArea input{
	background:#bda67d;
	border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border:none;
	margin-bottom:4px;
	margin-right:5px;
	color:#fff;
	padding:2px 5px;
}
.subNav .searchArea .inputArea{
	width: 160px;
}

/* メインカラムタイムライン
----------------------------------------------------------- */
.group h2{
	width: 630px;
	background-color: #ff8410;
	color: #fff;
	border-left: none;
	margin: 0 0 5px 0;
	box-shadow: none;
	font-size: 13px;
}

.group .timelineArea {
	margin-bottom: 20px;
}

.group .nothing {
	padding: 20px;
	background: #fff;
	text-align: center;
}

.group .recentnekogumiComment{
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}

.group .recentnekogumiComment .userDate{
	display: table;
	width: 100%;
}

.group div.recentnekogumiComment:last-child{
	border-bottom: none;
}
#template {
	display: none;
}

.group .timelineArea .more a{
	display: block;
	background: #666666;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.group .timelineArea .more a:hover{
	opacity: 0.7;
}

.group .recentnekogumiComment .userDate .imgArea{
	display: table-cell;
	width: 55px;
	height: auto;
	text-align: left;
	vertical-align: middle;
}

.group .recentnekogumiComment .userDate .dateArea{
	display: table-cell;
	width: 91%;
	text-align: left;
	vertical-align: middle;
}

.recentnekogumiComment p.txtArea{
	font-size: 12px;
	line-height:130%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 5px;
	margin-top:2px;
}
.recentnekogumiComment p.txtArea a {
	display: block;
	height: 100%;
}
.recentnekogumiComment .dateArea .date,
.recentnekogumiComment p.txtArea a{
	color: #444;
}
.recentnekogumiComment p.txtArea:hover{
	background-color: #fef8fa;
	transition: all 0.5s ease 0s;
}


.group .userDate .imgArea img {
	width: 45px;
	border-radius: 20%;
}

.group .userDate .dateArea .name{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}
.group .userDate .dateArea .groupName{
	font-size:12px;
}

.group .timelineArea .groupName a {
	color: #8f928d;
}

.group .timelineArea .groupName a:hover {
	color: #ff6c00;
}

/* ポップアップ */
.nekogumiPopUpArea {
	display: none;
	width: 610px!important;
	max-height: 800px!important;
}
.nekogumiPopUpArea .nekogumiNameArea .close:hover {
	opacity: .7;
}
.nekogumiPopUpArea .nekogumiNameArea {
	margin-bottom: 10px;
	position: relative;
}
.nekogumiPopUpArea .bodyArea {
	max-height: 700px;
	overflow-y: scroll;
}
.nekogumiPopUpArea .nekogumiNameArea .img {
    width: 5%;
    padding-right: 5px;
}
.nekogumiPopUpArea .nekogumiNameArea .img img {
    width: 50px;
    border-radius: 20%;
}
.nekogumiPopUpArea .nekogumiNameArea>div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.nekogumiPopUpArea p {
    font-size: 13px;
}
.nekogumiPopUpArea .nekogumiNameArea a {
    font-size: 13px;
    color: #1067b7;
}
.nekogumiPopUpArea .nekogumiNameArea a:hover{
    color: #ff6c00;
}
.nekogumiPopUpArea .nekogumiNameArea .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    color: #da4e4e;
    cursor: pointer;
}
.nekogumiPopUpArea .bodyArea img {
    max-width: 352px;
}

/* メインカラム検索ボックス
----------------------------------------------------------- */
#searchArea {
	background: #fff;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}
#searchArea .searchComment {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
#searchArea .inputArea{
	box-sizing: border-box;
	display: table;
	width: 100%;
}
#searchArea .inputArea .txtInput{
	display: table-cell;
	width: 85%;
	vertical-align: bottom;
}
#searchArea .inputArea .txtInput input{
	display: inline-block;
	border: #ff8410 solid 2px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	padding: 5px 10px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: 0;
}
#searchArea .inputArea .searchBtn a{
	display: inline-block;
	background-color: #ff8410;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 26px;
	padding: 5px 0 5px 5px;
	width: 95%;
	border: medium none;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 18px;
	letter-spacing: .5rem;
	text-align: center;
}


/* メインカラム猫組リスト
----------------------------------------------------------- */
.group.search #mainArea h2{
	border-top: 2px solid #ff8410;
	border-bottom: 2px solid #ff8410;
	padding: 10px;
	background: #fff;
	width: auto;
	color: #666;
	font-weight: bold;
}
.group.search #mainArea h3{
	font-size: 16px;
	border-bottom: 3px solid #ec6941;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

.nekogumiList{
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.nekogumiList .imgArea{
	display: table-cell;
	width: 100px;
}

.nekogumiList .imgArea img{
	width: 100px;
	height: 100px;
}

.nekogumiList .imgArea a:hover{
	opacity:0.8;
}
.nekogumiList .detailArea{
	display: table-cell;
	width: 520px;
	height: 90px;
	background-color: #fff;
	padding: 5px 10px;
}
.nekogumiList .detailArea .groupName{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nekogumiList .detailArea p a{
	color: #1067b7;
	font-size: 17px;
}
.nekogumiList .detailArea p a:hover{
	color: #ff6c00;
}
.nekogumiList .detailArea .valueArea{
	font-size: 12px;
	color: #666;
}
.nekogumiList .detailArea .txtArea{
	min-height: 38px;
	font-size: 12px;
}



/* メインカラム猫組詳細
----------------------------------------------------------- */

div#groupDetail{
	background: #fff;
}

#groupDetail .detailTop{
	position: relative;
	display: table;
	padding: 2px 0 2px 10px;
	width: 630px;
	background-color: #fcf1e0;
}

#groupDetail .groupImg{
	display: block;
	position: absolute;
	width: 132px;
	height: 132px;
	bottom: 7px;
	left: 1%;
	border: 2px solid #ccc;
}

#groupDetail .groupImg img{
	width: 100%;
}

#groupDetail .groupNameWrap{
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	padding: 1%;
}

#groupDetail .groupName{
	display: table;
	width: 100%;
	position: relative;
}

#groupDetail .name{
	display: table-cell;
	width: 88%;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
	color: #444;
	padding: 3px 5px;
}

#groupDetail .view{
	display: table-cell;
	width: 12%;
	text-align: right;
	color: #666;
  position: absolute;
  bottom: 2px;
  right: 0px;
}

div#groupDetail div.detalBottom{
	display: table;
	width: 100%;
	padding: 10px 0;
}

div#groupDetail div.detalRight{
	display: table-cell;
	width: 78%;
	padding: 0 7px;
}

div#groupDetail div.detalLeft{
	display: table-cell;
	width: 22%;
	text-align: center;
}

div#groupDetail div.detalLeft a .fa{
	margin-right: 5px;
}

div#groupDetail div.detalLeft a.btn{
	display: inline-block;
	margin: 5px 0;
	padding: 3px 8px;
	background: #ee2a6b;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
}

div#groupDetail div.detalLeft .btn.edit{
	background: #63a428;
}

div#groupDetail div.detalLeft .btn.change{
	background: #337ab7;
}

div#groupDetail div.detalLeft .btn.deleteGroup,
div#groupDetail div.detalLeft .btn.leaveGroup{
	background: #999;
}

div#groupDetail .detalLeft .ownerName{
	margin-bottom: 5px;
}

div#groupDetail .detailBtArea span.owner .fa-heart,
div#groupDetail .ownerBtArea span .fa-heart{
	color: #ee2a6b;
	margin-right: 5px;
}


/*コメントエリア*/
#commentArea .postArea{
	margin: 20px 0;
}

#commentArea .postArea a.postBtn{
	display: inline-block;
	padding: 5px 15px;
	background: #ff8410;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
	width: 180px;
}

/*前へ次への遷移リンクエリア*/
#main-contents table.move-page-box{
	background:#eee;
	margin:5px auto;
	width:640px;
	font-size:12px;
}
#main-contents table.move-page-box td{
	padding:2px;
	border:none;
	background:#eee;
}
#main-contents table.move-page-box td.left,
#main-contents table.move-page-box td.right{
	width:275px;
}
div.defBox{
  background: #fff;
	margin: 3px 0 15px 0;
	border: #ddd solid 1px;
	border-radius: 6px;
}
div.defBox .defInnerTop{
	background: #fefaf5;
	display: table;
	width: 100%;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

div.defBox .comment_info_thumb{
	width: 8%;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

div.defBox .userDate{
	width: 92%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 0 0;
}

div.defBox .comment_info_thumb img{
	width: 100%;
	border-radius: 6px;
}

div.defInner{
	background:#fff;
	color:#000;
	word-wrap: break-word;
}

div.defInner img{
	margin-top: 10px;
}

/* 猫組作成・編集フォーム
----------------------------------------------------------- */
#search-box {
	width: 610px;
	height: 57px;
	padding: 14px 0 0 21px;
	margin: 20px auto 0;
	background: url("/home/images/search_bg.jpg") no-repeat;
}
#search-box input[name=keyword] {
 height: 18px;
}
.group.confirm #inputArea{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#inputArea h2{
	background-color: #ff8410;
	width: 952px;
	font-size: 14px;
}
#inputArea .inputAreaInner{
	padding: 20px 26px;
}

#inputArea table th,
#inputArea table td{
	border: none;
	padding: 4px 0 30px 10px;
}

#inputArea table tr.blockHead th{
	border: none;
	padding: 0 0 15px 0;
}
#inputArea table tr + tr.blockHead th{
	padding-top: 20px;
}

#inputArea table tr>th{
	width: 200px;
	vertical-align: top;
	color: #000;
	font-weight: bold;
}

#inputArea .confirmation table tr>th{
	vertical-align: top;
	padding-bottom: 4px;
	border-bottom: dotted 1px #999;
	font-weight: bold;
	color: #800000;
}

#inputArea tr.blockHead span{
	display: block;
	font-size: 18px;
	padding: 0px 10px 5px 10px;
	border-bottom: 2px solid #b06161;
	font-weight: bold;
	color: #000;
}
#inputArea span.required {
	font-size: 12px;
	background-color: #cc0000;
	color: #fff;
	padding: 0 5px 0;
	margin-right: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#inputArea span.any {
	font-size: 12px;
	background-color: #6699cc;
	color: #fff;
	padding: 0 5px 0;
	margin-right: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#inputArea .attentionList ul{
	list-style-type: disc;
	padding-left: 20px;
}
#inputArea .btnArea a .fa-arrow-left{
	color: #666;
}
#inputArea .btnArea a .fa-pencil{
	color: #e81d63;
}
#inputArea .btnArea a .fa-reply{
	color: #fa982b;
}
#inputArea .btnArea a .fa-file-o{
	color: #e81d63;
}

.contents.group .confirm .blockHead th {
    border-bottom: none;
    padding: 0 0 15px 0;
}
.contents.group .confirm table th {
	padding: 0 0 4px 10px;
	border-bottom: dotted 1px #999;
	font-weight: bold;
	color: #800000;
}
.contents.group .confirm table td{
	padding: 10px 0 30px 10px;
}
.contents.group .bottom_ad{
	width: 750px;
	margin: 20px auto;
}

/* 右カラム
----------------------------------------------------------- */
.entryGroup h3,
#rightArea .userListBox h3{
	font-size: 16px;
	border-bottom: 3px solid #ec6941;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}

#rightArea .userListBox .fa-users{
	color: #FF963C;
}

#rightArea .userListBox td img{
	width: 97px;
}

.entryGroup ul li{
	background-color: #fff;
	display: table;
	width: 300px;
	margin-bottom: 5px;
}

.entryGroup ul li .group_photo{
	display: table-cell;
	width: 65px;
}
.entryGroup ul li .group_photo img{
	width: 100%;
}

.entryGroup ul li .text{
	display: table-cell;
	width: 225px;
	height: 55px;
	padding: 3px 0 0 0;
}

.entryGroup ul li .text .date{
	color: #666;
}

.entryGroup ul li .valueArea p{
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.entryGroup .groupName a {
	color: #1067b7;
	font-size: 15px;
	text-decoration: none;
}

.entryGroup .groupName a:hover {
	color: #ff6c00;
}

/*参加者リスト*/
div.userListBox div.title{
	text-align:left;
	font-weight:bold;
}
div.userList div.pager{
	font-weight:normal;
	font-size:90%;
	margin-top:5px;
}

div.userListBox table{
	width: 100%;
	border-collapse:separate;
}

div.userListBox table {
	background:#fff;
}
div.userListBox table td{
	background:#fff;
	width: 97px;
	padding: 0;
	vertical-align:top;
	font-size:8pt;
	border: none;
}

.userList a{
	height: auto;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.userList a span{
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2px;
	font-size: 11px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
}


/*コメント投稿（user_home.cssより移植）*/
div.nekogumiArea table.comment{
	width:100%;
}

#inputArea.commentArea{
	margin: 10px;
}

#inputArea.commentArea .inputAreaInner{
	padding: 0;
}

/*#inputArea .inputAreaInner table br{
	display: none;
}*/

#inputArea .inputAreaInner table.confirmation th{
	vertical-align: top;
	border-bottom: dotted 1px #999;
	font-weight: bold;
	color: #800000;
}

#inputArea .inputAreaInner table th,
#inputArea .inputAreaInner table td{
	padding: 4px 0 10px 10px;
}

.commentBtnArea .fa{
	font-size: 16px;
	color: #666;
}

.commentBtnArea .fa-file-text-o{
	color: #ff8410;
}

.commentBtnArea .fa-pencil{
	color: #e81d63;
}


.commentToukou{
	padding:5px;
	border: solid #ea731c;
	border-width: 0 0 2px 0;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	margin: 0 0 15px 0;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 11pt;
}


/*##################### 静的ページ #####################*/
.groupRule{
	letter-spacing: 0.5px;
}

#groupAttenBox img{
	margin: 5px 10px;
	width: 50%;
}

h2.groupAttenHead{
	width: 620px;
	border: none;
	box-shadow: none;
	font-size: 140%;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #ec6941;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 10px 10px 5px;
	margin-bottom: 15px;
	background-color: #fff;
	background-size: 16px;
	color: #800;
}

h2.groupAttenHead:before {
	content: "";
	border-left: none;
	margin-right: 0px;
}

.questionsWrap #groupAttenBox h3{
	margin-top: 20px;
	padding: 5px 10px;
	background: #009fa8;
	color: #fff;
	font-size: 125%;
}

.applicantMain #groupAttenBox h3{
	padding: 5px 10px;
	background: #f78f9f;
	color: #fff;
	font-size: 125%;
}

#groupAttenBox h4:before{
	font-family: FontAwesome;
	content : "\f1b0";
	margin-right: 8px;
}

#groupAttenBox h4{
	margin: 0 8px 15px 8px;
	padding: 5px 10px 3px 5px;
	border-bottom: 2px solid #f1a84a;
	color: #800;
	font-size: 115%;
	font-weight: bold;
}

#groupAttenBox h5{
	padding-bottom: 2px;
	margin: 10px 10px -5px 10px;
	display: block;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr=#cccccc,EndColorStr=#ffffff);
	background: linear-gradient(to left, #fff, #ccc);
	background:-webkit-gradient(linear, left center, from(#ccc), to(#fff));
	background:-moz-linear-gradient(left, #ccc, #fff);
	background:linear-gradient(left, #ccc, #fff);
	color: #642200;
}

#groupAttenBox h5 span{
	display: block;
	padding: 10px 0 0 8px;
	background: #fff;
	font-size: 110%;
	font-weight: bold;
}

.groupAttenWrap{
	font-size: 110%;
	line-height: 160%;
}

#groupAttenBox .topTxt{
	background: #fff;
}

#groupAttenBox .topTxt p{
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
}

.groupAttenWrap p{
	margin: 10px 0;
	padding: 0 10px;
}

.groupAttenBlock p{
	padding: 0 10px 0 20px;
}

.groupAttenBlock{
	padding: 5px 0;
	background: #fff;
}

.groupAttenBlock:last-child{
	margin-bottom: 20px;
}

.groupAttenBlock li{
	margin-left: 20px;
}

.groupAttenBlock li:before {
	background: #800;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	left: 4px;
	position: absolute;
	top: 8px;
}

.groupAttenBlock li{
	position: relative;
	padding: 0 10px 0 17px;
}

.groupAttenBlock .emphasis_txt{
	color: #ee6f18;
	font-weight: bold;
	font-size: 110%;
}

.groupAttenBlock .memoArea{
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 15px;
	padding: 1px 0;
	font-size: 85%;
	line-height: 140%;
}

.groupAttenBlock .memoHead{
	border-bottom: 1px dotted #333;
	font-size: 105%;
}

.groupAttenBlock .memoHead .fa-heart{
	color: #b22222;
	margin-right: 3px;
}

.groupAttenBlock i.fa-heart{
	color: #ee8899;
	margin-right: 8px;
}

#groupAttenBox .groupAttenContent{
	margin: 10px 5px;
}

#groupAttenBox .groupAttenContent h5{
	display: none;
}

#groupAttenBox .groupAttenContent a{
	text-decoration: none;
}



