@charset "utf-8";

/* CSS Document */

.uk-link, a {
    color: #243c60;
}

.top-header {
    background: rgba(255,255,255,1);
    width: 100%;
    /* position: relative; */
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    border-bottom: 2px #747474 solid;
}

.top-header .logo {
    width: 180px;
    display: block;
}

@media screen and (max-width:959px) {
    .top-header .logo {
        width: 96px;
    }
    #top-header .gl {
        background: #fff;
    }
    #top-header .gl > li {
        border-bottom: 1px solid #233d61;
    }
}

@media screen and (max-width:339px) {
    .top-header .logo {
        width: 70px;
    }
}


.section-title {
    text-align: center;
    font-family: "Helvetica Neue";
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    color: #233d61;
    line-height: 1.8;
    margin-bottom: 50px;
    letter-spacing: 6px;
}

.section-title.green {
    color: #8ab12a;
}


/* ------------------------------------------------------------------------------
    button
-------------------------------------------------------------------------------*/

.but_orange {
    background: #ed9c26;
    border: 1px solid #ed9c26 !important;
    color: #fff !important;
    border-radius: 3px;
}

.but_navy {
    background: #233d61;
    border: 1px solid #233d61 !important;
    color: #fff !important;
    border-radius: 3px;
}

.but_green {
    background: #8ab12a;
    border: 1px solid #8ab12a !important;
    color: #fff !important;
    border-radius: 3px;
}

.but_grey {
    background: #C9C9C9;
    border: 1px solid #C9C9C9 !important;
    color: #666 !important;
    border-radius: 3px;
}


/* ------------------------------------------------------------------------------
    背景
-------------------------------------------------------------------------------*/

.bgNavy {
    background: #233d61;
}

.bgWhite {
    background: #fff;
}

.bgGrey {
    background: #f4f4f4;
}


/* ------------------------------------------------------------------------------
    高さ
-------------------------------------------------------------------------------*/

.minHeight_200 {
    min-height: 200px;
}

.minHeight_220 {
    min-height: 220px;
}

.minHeight_300 {
    min-height: 300px;
}

/* ------------------------------------------------------------------------------
    Label
-------------------------------------------------------------------------------*/

.uk-label {
    line-height: 1.8;
    font-size: 1em;
    border-radius: 0;
}

.uk-label.small {
    line-height: 1.4;
    font-size: 0.7em;
}

.uk-label.purple {
    background-color: #874069;
}

.uk-label.lightGreen {
    background-color: #16a196;
}

.uk-label.orange {
    background-color: #ed9c26;
}

.uk-label.navy {
    background-color: #233d61;
}


/* ------------------------------------------------------------------------------
    Border
-------------------------------------------------------------------------------*/

.border-bottom-navy {
    border-bottom: 1px solid #233d61;
}

.border-bottom-dashed-navy {
    border-bottom: 1px dashed #233d61;
}

.border-bottom-grey {
    border-bottom: 1px solid #e5e5e5;
}

.border-grey {
    border: 1px solid #e5e5e5;
}

/* ------------------------------------------------------------------------------
    案件詳細
-------------------------------------------------------------------------------*/

/* name card */
.fr.card, .fl.card{width:400px;}
.card-base { 
    position:relative;
    min-height: 210px;
}

.card-dt-s{
	position:absolute;
	width:150px;
	font-size:.7em;
	padding:10px;
	top:0;
}
.card-dt-s dt, .card-dt-s dd{
	float:left;
	text-align:left;
	line-height:150%;
}
.card-dt-s dt{
	width:60px;
}
.card-dt-s dd{
	width:90px;
}
.card-dt-m{
	position:absolute;
	width:180px;
	font-size:.8em;
	padding:10px;
	top:0;
}
.card-dt-m dt, .card-dt-m dd{
	float:left;
	text-align:left;
	line-height:150%;
    font-size: 9px;
    color: #000;
    text-shadow: 0 0 0.2em rgba(255,255,255,1);
}
.card-dt-m dt{
	width:80px;
}
.card-dt-m dd{
	width:100px;
}
.card-dt-l{
	position:absolute;
	width:230px;
	font-size:.9em;
	padding:15px;
	top:0;
}
.card-dt-l dt, .card-dt-l dd{
	float:left;
	text-align:left;
	line-height:180%;
    font-size: 12px;
    color: #000;
    text-shadow: 0 0 0.2em rgba(255,255,255,1);
}
.card-dt-l dt{
	width:90px;
}
.card-dt-l dd{
	width:140px;
}
.card-dt-xl{
	position:absolute;
	width:400px;
	font-size:1.1em;
	padding:15px;
	top:0;
}
.card-dt-xl dt, .card-dt-xl dd{
	float:left;
	text-align:left;
	line-height:220%;
}
.card-dt-xl dt{
	width:100px;
}
.card-dt-xl dd{
	width:300px;
}
.background--light {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.background--dark {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------------------------
    ギャザリングID登録
-------------------------------------------------------------------------------*/

.navigation {
	margin: 0 0 40px;
}
.navigation ul {
	width: 100%;
	margin: 0;
	overflow: hidden;
	display: box;
}
.navigation ul li {
	float: left;
	color: #ccc;
	border-bottom: 4px solid #ccc;
	text-indent: 5px;
	padding: 8px 0;
}
.w01 {
	width: 600px;
}
.w02 li, .w02 li.selected {
	width: 33.3333%;
	color: #333;
}
.w03 li, .w03 li.selected {
	width: 25%;
	color: #333;
}
@media (max-width: 959px) {
    .w03 li, .w03 li.selected {
        width: 50%;
    }
}
.navigation ul li span {
	background: #ccc;
	margin: 0 10px 0 0;
	font-weight: bold;
	padding: 3px 9px;
	border-radius: 30px;
	color: #FFF;
}
.navigation ul li.selected {
	border-bottom: 4px solid #6aa7c2;
}
.navigation ul li.selected span {
	background: #000;
	margin: 0 10px 0 0;
	font-weight: bold;
	padding: 3px 9px;
	border-radius: 30px;
	color: #FFF;
}
.openness {
	border-radius: 4px;
	border: 1px solid #666 !important;
	display: inline-block;
	background: #FFF;
	padding: 0 8px;
	font-size: 10px;
	text-align: center;
    color: #545454 !important;
}


/* ------------------------------------------------------------------------------
    プロフィール
-------------------------------------------------------------------------------*/

.prof_business_card_txt {
    text-shadow: 0 0 0.2em rgba(255,255,255,1);
    color: #000;
}


/* ------------------------------------------------------------------------------
    ステータス管理
-------------------------------------------------------------------------------*/

table.status {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
table.status th, table.status td {
	padding: 10px 15px;
	border: 1px dotted #ccc;
}
table.status tr.status-current{
	background:#ffebf0;
}

table.status .user_col {
    min-width: 250px;
}


/* ------------------------------------------------------------------------------
    コンペ 提案 一覧
-------------------------------------------------------------------------------*/

.compe01 .name {
	background: #f4f4f4;
	color: #333;
	font-weight: bold;
    padding: 0 5px;
}

.compe01 .award-icon{
	position:absolute;
	top:5px;
	left:5px;
	width:35px;
	height:auto;
}




