.p_content_full{
    height: 100%;
    width: 100%;
}

.p_content_right_info{
    display: grid;
    grid-template-columns: auto 450px;
    grid-template-rows: 100%;
    height: 100%;
    width: 100%;
}

.p_content{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    height: 100%;
    width: 100%;
}

.p_content_1{
    grid-row: 1;
    grid-column: 1;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
}

.p_content_2{
    grid-row: 1;
    grid-column: 2;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
}

.p_content_page{
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.pageinfo_header{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #bb0c19;
    color: #FFFFFF;    
    box-sizing: border-box;
}

.pageinfo_header h1{
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    margin: 0;
}

.pageinfo_text{
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
}

.p_group{
    width: 100%;
    padding: 0;
    margin: 0;
       
}

.p_group a{
    cursor:pointer;
    text-decoration: none;
    color: #666666;
}

.p_group a:visited{
    color: #666666;
}

.p_group a:hover{
    text-decoration: none;
}

.p_group_line{
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: rgb(204,204,204);
    background: linear-gradient(90deg, rgba(204,204,204,1) 0%, rgba(248,248,248,1) 100%);
    color: #555555;

    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
      
    box-sizing: border-box;
    padding: 0 10px 0 10px;

    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: 34px;

}

.p_group_line:hover{
    background: rgb(187,187,187);
    background: linear-gradient(90deg, rgba(187,187,187,1) 0%, rgba(221,221,221,1) 100%);
    
}

.p_group_title{
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;   
}

.p_group_link{
    grid-column: 2;
    grid-row: 1; 
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.p_group_items{
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    box-sizing: border-box; 
}

.p_group_item{
    display: grid;
    width: calc(100% - 32px);
    grid-template-columns: 200px auto;
    grid-template-rows: 30px auto;
    margin: 16px;
}

.p_group_item:hover{
    color: #222222;
}

.p_group_item:hover .p_group_item_title{
    color: #bb0c19;
}

.p_group_item_first{
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.p_group_item_margin{
    margin: 5px;   
}

.p_group_item_title{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    font-size:12px;
    border-bottom: 1px solid #CCCCCC;
    white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.p_group_item_title h2{
    padding: 0;
    margin: 0;
    line-height: 100%;
    font-size: 15px;
    line-height: 30px;
}

.p_group_item_img{
    grid-column: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    padding: 8px;
}

.p_group_item_img img{
    max-width: 90%;
}

.p_group_item_text{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: 2;
    padding: 8px;
}

.p_single_group{
    box-sizing: border-box;
    padding: 0 20px 0 20px;

    width: 100%;
    height: 100%;
    overflow: auto;

    text-align:left;
    line-height: 22px;;
}

.p_single_group_line{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 33% auto 33%;
    grid-template-rows: auto;
}

.p_single_group_line_col1{
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    box-sizing: border-box;    
}

.p_single_group_line_col2{
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.p_single_group_line_col3{
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 20px;
    box-sizing: border-box;    
}

.navi_left_header{
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;  
    padding: 0 5px 0 5px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}