
* {
	box-sizing: border-box;
	margin: 0px;
	padding:0px;
}

.class_style_site a {
	color:#1974d2;
	text-decoration: none;
}

.class_style_site a:visited {
	color:#1974d2;
}

.class_style_site h3 {
	font-size:20px;
	margin-top:20px;
	word-break: break-all;
}

.class_style_site h4 {
    font-size: 16px;
    word-break: break-all;
    color: #438e00;
	margin-top:20px;
}


body {
	margin:0px;
	line-height: 1.6;
	background: #F9F9F9;
}



.class_style_site input[type="text"],.class_style_site input[type="password"] {
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:8px;
}

.class_style_site input[type="checkbox"] {
	width:20px;
	height:20px;
	vertical-align: middle;
}

.class_style_site input[type="radio"] {
	width:20px;
	height:20px;
	vertical-align: middle;
}

.class_style_site select {
	line-height:30px;
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:5px;
	background: #FFF;
}

.class_style_site textarea {
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:5px;
	min-height:200px;
}

.class_style_site button,.class_style_site .button {
	display: block;
	background-color: #1974d2;
	color: #FFF;
	padding: 10px 30px;;
	transition: 0.2s;
	border:none;
	margin-top:20px;
	cursor: pointer;
}

.class_style_site .topbar {
	width: 100%;
    background: #FFF;
    color: #FFF;
	font-size:18px;
	padding:20px;
}

.class_style_site .topbar img {
	width:290px;
	margin-left:10px;
	float:left;
}

.class_style_site .testserver {
	display: block;
    width: 100%;
    background: #000;
    color: #FFF;
}

.class_style_site .top_bar_title {
	background: #FFF;
    padding: 10px;
    border-bottom: 1px #ccc solid;
    box-shadow: 3px 3px 5px #ccc;
    margin-bottom: 10px;
	height:auto;
	overflow: hidden;
}

.class_style_site .top_bar_title .logo {
	float:left;
	display: block;
	margin-left:5%;
	color:#000;
}

.class_style_site .bottom_bar_titile {
    background: #000;
    text-align: center;
    padding: 5px;
	margin-top:40px;
	color:#FFF;
}




.class_style_site .error {
	color:#cc0066;
	margin-bottom:20px;
}

.class_style_site .post_list {
	background: #FFF;
	border-radius: 10px;
	padding:10px;
	width:300px;
	float:left;
	display: block;
	margin-left:5%;
	min-height: 400px;
	box-shadow: 0 5px 15px rgba(0,0,0,7%);
}

.class_style_site .post_list a {
	display: block;
    margin-bottom: 13px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 7px;
	transition: 0.2s;
}

.class_style_site .post_list h3 {
	margin-top:0px;
	margin-bottom:20px;
}

.class_style_site .contents_list {
	background: #FFF;
    border-radius: 10px;
    padding: 10px;
    width: calc(88% - 300px);
    float: left;
    display: block;
    margin-left: 2%;
    min-height: 400px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
}


@media (max-width: 800px) {
	
.class_style_site 	.post_list {
		display: none;
	}
	
.class_style_site 	.contents_list {
		width:90%;
	}

}

.class_style_site .top_bar_page_area {
	margin-right:5%;
}

.class_style_site .top_bar_page {
	float:right;
	margin-left:20px;
	cursor: pointer;
}

.class_style_site .contents_list .cover {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden;
    height: auto;
	margin:20px;
}

.class_style_site .contents_list img {
    width: 70%;
    margin: 0 auto;
    display: block;
	max-width: 800px;
}

.class_style_site .hljs {
	font-size:16px;
}

.class_style_site code {
	border-radius: 10px;
}

.class_style_site .contents_list .contents_bar {
	border-bottom:1px #ccc solid;
	width:100%;
	margin-top:40px;
}

.class_style_site table {
	border:0px;
	width:100%;
	border-collapse:collapse;
}

.class_style_site tr:first-child {
	border-top:#b8b8b8 1px solid;
}

.class_style_site tr {
	border-bottom:#b8b8b8 1px solid;
}

.class_style_site td,.class_style_site th {
	padding:10px;
	vertical-align: top;
	word-break: break-all;
}
