@charset "UTF-8";

#login {
	width: 700px;
	margin: 180px auto 0;
}

#login .l_img {
	text-align: center;
}

#login .l_text1, #login .l_text2 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}

#login .l_text1 {
	color: #ff0000;
}

#login .l_text2 {
	color: #0060ff;
	line-height: 2em;
	margin-top: 15px;
}

.mainmenu {
	background-color: #231815;
	color: #fff;
}

.mainmenu a {
	color: #fff;
}

.mainmenu a:hover {
	color: #aaa;
	text-decoration: none;
}

#main {
	padding: 15px;
	background-image: url('/dist/img/bg.jpg');
}


#postlist {
	background: #fff;
	padding: 10px 0;
	margin: 10px 0;
	border: 2px solid #ccc;
}
#postlist .col-md-6 {
	padding: 0 10px;
}
#postlist h2.popular, #postlist h2.related {
	padding: 5px 2px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px 0;
	width: 100%;
}
#postlist h2.popular {
	background: #f6ad3a;
}
#postlist h2.related {
	background: #cf6460;
}
#postlist ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 14px;
}


#postblock {
	padding: 0;
	margin: 10px -10px;
}
#postblock .ptype1 {
	width: 385px;
	height: 230px;
	overflow: hidden;
	background: #fff;
	padding: 0;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#postblock .ptype1a {
	width: 385px;
	height: 180px;
	overflow: hidden;
	background: #fff;
	padding: 0;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#postblock .ptype2 {
	width: 385px;
	height: 470px;
	overflow: hidden;
	background: #fff;
	padding: 7px;
	margin: 0 0 10px 10px;
	border: 1px solid #ccc;
}
#postblock .ptype1 .col-md-7, #postblock .ptype1a .col-md-7 {
	padding: 7px 0 7px 7px;
}
#postblock .ptype1 .col-md-5, #postblock .ptype1a .col-md-5 {
	padding: 7px;
}
.ptype1 h3, .ptype1a h3 {
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 86px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 64px;
	margin: 0;
}
.ptype2 h3 {
	background-repeat: no-repeat;
	background-position: 0 10px;
	width: 100%;
	height: 78px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 0 64px;
	margin: 7px 0 0 0;
}
h3.blog {
	background-image: url('/dist/img/icon/blog.png');
}
h3.interview {
	background-image: url('/dist/img/icon/interview.png');
}
h3.news {
	background-image: url('/dist/img/icon/news.png');
}
h3.report {
	background-image: url('/dist/img/icon/report.png');
}
#postblock .ptype1 .text {
	font-size: 14px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	line-height: 1.4em;
}
#postblock .ptype1a .text {
	font-size: 14px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	line-height: 1.4em;
}
#postblock .ptype2 .text {
	font-size: 14px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	line-height: 1.4em;
}
#postblock .img {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

#teikyousyablock, #teikyousyalinkblock {
	width: 100%;
	background: #fff;
	padding: 7px;
	margin: 0;
	border: 2px solid #ccc;
}

#teikyousyablock .img {
	float: left;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}

#teikyousyalinkblock .img {
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 10px;
}

#teikyousyablock .tei_txt {
	float: left;
	width: 630px;
}

#teikyousyablock .tei_namearea, #teikyousyalinkblock .tei_namearea {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

#teikyousyablock .tei_name {
	
}

#teikyousyablock .tei_catch {
	
}

#teikyousyablock .tei_prof {
	font-size: 15px;
	line-height: 1.1em;
}

#tagblock {
	width: 100%;
	background: #737272;
	padding: 3px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
}

#tagblock a {
	color: #fff;
}

#postareablock {
	background: #fff;
	margin: 10px 0;
	padding: 10px;
}

#postareablock .body {
	font-size: 15px;
	line-height: 1.4em;
}

#postareablock .body .catch {
	font-size: 20px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	width: 51%;
	padding: 5px;
	font-weight: bold;
	color: #1d2088;
}

#postareablock .image {
	float: right;
}
#postareablock .image img {
	margin-left: 10px;
}


#topslider {
	background: #231815;
	padding: 10px;
}

#left .row img {
	padding: 15px;
}

.rightad {
	padding: 15px 15px 0 15px;
}
.rightad img {
	padding: 3px 0 !important;
}

footer {
	font-size: 13px;
	margin: 5px 0;
}

.color-home { color: #90c31f; }
.color-report { color: #c8a063; }
.color-interview { color: #e4007f; }
.color-blog { color: #f39800; }
.color-news { color: #00a0e9; }

.border-right { border-right: 1px solid #aaa; }