@charset "utf-8";
/* ------------------------------
 ホームページ（homePage）
------------------------------ */

/* メインビジュアル::::::::::::::::::::: */
#mainVisual {
width:530px;
height:284px;
margin-bottom:10px;
}

/* トレンドバナー::::::::::::::::::::: */
.trendContents {
margin-bottom:10px;
overflow:hidden;
}
.trendContents .Ltrend {float:left;}
.trendContents .Rtrend {float:right;}
.trendContents img {
border:1px solid #ccc;
}

/* 注目のキャスポメンバー::::::::::::::::::::: */
.noticeMember {
position:relative;
clear:both;
border:10px solid #d7e0e7;
width:490px;
padding:35px 0 0 20px;
margin-bottom:10px;
background-color:#eaf4fb;
}
* html .noticeMember {
width:510px;
}
.noticeMember h2 {
position:absolute;
top:-10px;
left:4px;
}
.noticeMember .memberlist {
width:490px;
overflow:hidden;
}
.noticeMember .memberlist li {
float:left;
width:83px;
margin:0 13px 10px 0;
overflow:hidden;
}
.noticeMember .memberlist li .photo {
display:block;
border:2px solid #cbcbcb;
width:79px;
}
.noticeMember .memberlist li .photo img {
border:2px solid #fff;
width:75px;
}
.noticeMember .memberlist li .name {
display:block;
font-size:89%;
font-weight:bold;
text-align:center;
}
.noticeMember .memberlist li .title {
display:block;
color:#666;
font-size:79%;
line-height:1.2em;
text-align:center;
height:25px;
}
* html .noticeMember .memberlist li .title {
height:27px;
}
.noticeMember .go_memberList {
position:absolute;
top:7px;
right:15px;
}
.noticeMember .go_memberList a {
font-size:79%;
padding-left:8px;
background:url(http://www.caspo.jp/images/mk_arrow.gif) no-repeat left center;
}

/* タブ::::::::::::::::::::: */
.usual {
color:#333;
width:530px;
margin-bottom:15px;
overflow:hidden;
}
.usual li {
list-style:none;
float:left;
width:176px;
height:36px;
margin-right:3px;
}
.usual ul a {
display:block;
color:#0099cc;
font-weight:bold;
text-decoration:none;
width:148px;
height:26px;
padding:10px 0 0 28px;
background:url(http://www.caspo.jp/images/homePage/tab_off.gif) no-repeat left top;
}
* html .usual ul a {
width:176px;
height:36px;
}
.usual ul a:hover {
color:#006699;
text-decoration:underline;
}
.usual ul a.selected {
color:#fff;
font-weight:bold;
background:url(http://www.caspo.jp/images/homePage/tab_active.gif) no-repeat left top;
cursor:default
}
.usual ul a.selected:hover {
color:#fff;
text-decoration:none;
}
.usual div {
border-top:3px solid #ff9900;
border-right:1px solid #c1cfdf;
border-bottom:1px solid #c1cfdf;
border-left:1px solid #c1cfdf;
width:512px;
padding:8px;
clear:left;
overflow:hidden;
}
* html .usual div {
width:528px;
}

/* NEW登録メンバー */
.usual .newMember div.left {
border:none;
clear:none;
float:left;
width:235px;
overflow:hidden;
}
* html .usual .newMember div.left {
width:250px;
}
.usual .newMember div.right {
border:none;
clear:none;
float:right;
width:235px;
overflow:hidden;
}
* html .usual .newMember div.right {
width:250px;
}
.usual .newMember .photo {
float:left;
border:1px solid #c8d4e2;
width:75px;
height:75px;
padding:3px;
margin:0 10px 5px 0;
}
.usual .newMember .name {
display:block;
font-weight:bold;
}
.usual .newMember .new {
margin:0 0 5px 4px;
}
.usual .newMember .title {
display:block;
color:#ff9340;
font-weight:bold;
margin-bottom:5px;
}
.usual .newMember .discription {
display:block;
color:#777;
padding-bottom:10px;
}
.usual .newMember .category {
clear:both;
border:1px solid #c1cfdf;
color:#666;
font-size:87%;
padding:7px 10px;
margin-bottom:5px;
background-color:#f3f3f3;
}
*+html .usual .newMember .category {
font-size:86%;
}
* html .usual .newMember .category {
font-size:86%;
}
.usual .newMember .goProfile {
display:block;
text-align:right;
}
.usual .newMember .goProfile a {
padding-left:14px;
background:url(http://www.caspo.jp/images/mk_arrow3.gif) no-repeat left center;
}

/* キャスポニュース */
.usual .releaseInfo ul {
color:#333;
width:480px;
margin:15px 0 0 10px;
overflow:hidden;
}
.usual .releaseInfo ul li {
list-style:none;
float:none;
border-bottom:1px dotted #d0d0d0;
width:500px;
height:auto;
padding:0 0 5px 0;
margin:0 0 5px 0;
overflow:hidden;
}
.usual .releaseInfo ul li a {
display:inline;
color:#0099cc;
font-weight:normal;
text-decoration:none;
width:auto;
height:auto;
padding:0;
background:none;
}
.usual .releaseInfo ul li a:hover {
color:#006699;
text-decoration:underline;
}
.usual .releaseInfo ul li .date {
float:left;
color:#a1a1a1;
font-size:79%;
width:80px;
padding-left:15px;
background:url(http://www.caspo.jp/images/mk_arrow3.gif) no-repeat left center;
}
.usual .releaseInfo ul li .info {
float:left;
width:395px;
}





/* ------------------------------
 キャスポ360（360）
------------------------------ */

.entryContents .caspo360 .right {
margin-right:30px;
}





/* ------------------------------
 メンバー一覧（memberList）
------------------------------ */

.entryContents #ichiran-waku {
width:100%;
text-align:center;
background:#ffcc99;
margin-bottom:10px;
}
.entryContents #ichiran-waku img {
margin:5px;
}

































