/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/06/10, 9:40:18
    Author     : atsushi
*/

#MainContents {
    margin: 0 auto;
    width: 80%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 1rem;
    }
div#ccm-profile-sidebar {
    float: none;
    width: auto;
    margin: 0;
    }
div#ccm-profile-body {
    float: none;
    width: auto;
    }


div#ccm-profile-wrapper img.u-avatar {
    width: 50%;
    border-radius: 5%;
    }
    
.ccm-profile-attribute,
.changeThePassword {
    text-align: left;
    margin: 0 auto 15px auto;
    width: 80%;
    }
    
.ccm-profile-attribute input,
.ccm-profile-attribute select,
.changeThePassword input
    {
    font-size: 1.2em;
    font-weight: normal;
    padding:10px;
    border:solid 1px #ccc;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    }
    
.ccm-profile-attribute .control-label {
    font-weight: bold;
    }

p i {
    margin-right: 0.5rem;
    }

#ccm-profile-wrapper #memberSearchBox {
    margin: 2rem 0;
    }
    
#ccm-profile-wrapper .ccm-profile-member {
    text-align: left;
    margin: 0 auto 1em auto;
    padding: 0 0 1em 0;
    /*width: 80%;*/
    }

.ccm-profile-member-avatar {
    /*width: auto !important; *-- ひとまずこれはこのまま --*/
    float: left;
    width: 100%;
    }
    
#ccm-profile-wrapper .ccm-profile-member-avatar {
    width: 15%;
    }
#ccm-profile-wrapper .ccm-profile-member-avatar img,
#ccm-profile-wrapper .ccm-profile-member-avatar img.u-avatar {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0;
    }
    
#ccm-profile-wrapper .ccm-profile-member-detail {
    float: left;
    margin-left: 1rem;
    } 
    
#ccm-profile-wrapper div.ccm-pagination li {
    display: inline-block;
    margin: 0 0.5em;
    }
    
    
@media screen and (min-width:1201px) {
    #MainContents {
        width: 1200px;
        margin: 1rem auto;
    }
}
    
    
@media screen and (max-width:768px) {
    #MainContents {
        font-size: 0.9em;
        width: 95%;
        border-radius: 0.5rem;
        margin: 1rem auto;
    }
    .ccm-profile-attribute,
    .changeThePassword {
    width: 95%;
    }
    
    }