
td {
	padding:10px;
}
	
.half {
	width:50%;
	float:left;
}

@media (max-width: 768px) {
	.half {
		width:100%;
	}
}



img {
	cursor: pointer;
}

.memberlink {
	cursor: pointer;
	transition: 0.5s;
	width:180px;
	height:auto;
	display: block;
	padding:10px 0;
}

@media (max-width: 768px) {
	.memberlink {
		width:100px;
	}
}

.memberlink:hover {
	background:#007fff;
	color:#FFF;
}

.filelist {
	clear:both;
	width:100%;
	padding:10px;
}

.filelist .file {
	border:1px #CCC solid;
	padding:10px;
	width:100%;
	display: block;
	margin-top:10px;
	position: relative;
	cursor:pointer;
}

.file a {
	display: block;
}

.upload_area {
	margin-top:20px;
	border: 1px #1974D2 solid;
	padding:10px;
}

.arigatolist .arigato {
	position: relative;
}

.filedelete {
	position: absolute;
    right: -5px;
    top: -7px;
    background: #333;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 20px;
	cursor: pointer;
	
}

.arigatodelete {
	position: absolute;
    right: -5px;
    top: -7px;
    background: #333;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: block;
    color: #FFF;
    text-align: center;
    line-height: 20px;
	cursor: pointer;
	
}

.gyoshu {
	border:1px #CCC solid;
	padding:10px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #FFF;
	cursor: pointer;
}

.member {
	border:1px #CCC solid;
	padding:10px;
	border-radius: 5px;
	margin-bottom:3px;
	background: #FFF;
	cursor: pointer;
	display: block;
	overflow: hidden;
	height: auto;
}

.sort_member {
	background: #96ceff;
	padding:10px;
	min-height:50px;
	overflow: hidden;
}

.profile h5 {
	background: #E4F1FF;
	color:#424242;
	padding-left:10px;
}

.profile h4 {
	margin-top:20px;
	clear:both;
}

.meibo_menu {
	display: block;
	height:auto;
	overflow: hidden;
	margin-bottom:30px;
}

.meibo_menu .menu {
	width: 145px;
    background: #0089FF;
    color: #FFF;
    float: left;
    margin: 5px;
    padding: 5px;
    text-align: center;
	cursor: pointer;
	font-size:14px;
}

.meibo_menu .meibo_menu_on {
	background:#73D116;
}

#meibo_edit {
    background: #CCC;
    color: #000;
    float: right;
	margin-right:20px;
}

#meibo_edit_exe {
    float: right;
}

.profile table td:first-child {
	width:30%;
}

.search_area {
	background: #e4f1ff;
    padding: 10px;
    margin-top: 30px;
    display: block;
    height: auto;
}

.member p {
	height:auto;
	overflow:hidden;
}

.member_button_area {
	display: block;
	width:250px;
	float:right;
	overflow:hidden;
	height:auto;
}

@media (max-width: 768px) {
	.member_button_area {
		width:130px;
	}
}

.member_pdf_download {
	float:right;
}

.view_count {
    background: #e4f1ff;
    font-size: 24px;
    padding: 10px;
    font-weight: bold;
}

.arigatolist .arigato{
	margin-bottom:10px;
	border-bottom: 1px #CCC solid;
}

.member_small {
	width:100px;
	float:left;
	padding:5px;
	margin-right:5px;
	height:30px;
	overflow:hidden;
}

.member_small_p {
	line-height: 16px;
	font-size:14px;
}

.small_large {
	float:right;
}

.share_url {
	display: block;
    text-align: right;
    text-decoration: underline;
	font-size:24px;
	color:blue;
}