.top_intro {
    padding: 30px 0;
    background: url(https://psg.xsrv.jp/2015_11/img/content_dot.png) no-repeat top left;
}
.top_intro p{
  width: 500px;
  line-height: 2.5;
  float: left;
}
.top_intro_system {
    width: 340px;
    float: right;
    border: 1px dashed #827A00;
    border-radius: 8px;
    text-align: center;
    color: #452210;
    padding: 10px 0;
}

.top_intro_system span{
  color: #827A00;
  font-size: 11px;

}
.top_intro_system table {
    width: 324px;
    margin: 10px auto 0;
    font-size: 13px;
    border-collapse: separate;
    border-spacing: 1px;
}
.top_intro_system table td {
    background-color: #CBC47A;
    height: 26px;
    width: 160px;
}


/*news*/
.news_left {
    width: 400px;
    float: left;
}
.news_banner {
    width: 415px;
    float: right;
    margin-top: 20px;
}

.news_list {
    height: 370px;
    font-size: 12px;
    line-height: 2;
    background-color: #F2F1E7;
    padding: 25px 10px;
    overflow-y: scroll;
    box-shadow: rgb(176, 168, 134) 0px 0px 12px 0px inset;
    -webkit-box-shadow: rgb(176, 168, 134) 0px 0px 12px 0px inset;
    -moz-box-shadow: rgb(176, 168, 134) 0px 0px 12px 0px inset;
}
.news_list span {
    display: block;
}

.news_banner div {
    margin-bottom: 10px;
}
/*ranking*/
.ranking_list::before {
    /*content: "1";*/
    font-size: 15px;
    display: block;
    color: #fff;
    background-color: #000;
    width: 1em;
    padding: 0px 4px;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
.ranking_list:nth-child(1)::before {
    content: "6";
}
.ranking_list:nth-child(2)::before {
    content: "7";
}
.ranking_list:nth-child(3)::before {
    content: "8";
}
.ranking_list:nth-child(4)::before {
    content: "9";
}
.ranking_list:nth-child(5)::before {
    content: "10";
}
.ranking_list:nth-child(6)::before {
    content: "1";
}
.ranking_list:nth-child(7)::before {
    content: "2";
}
.ranking_list:nth-child(8)::before {
    content: "3";
}
.ranking_list:nth-child(9)::before {
    content: "4";
}
.ranking_list:nth-child(10)::before {
    content: "5";
}
.ranking_list:nth-child(11)::before {
    content: "6";
}
.ranking_list:nth-child(12)::before {
    content: "7";
}
.ranking_list:nth-child(13)::before {
    content: "8";
}
.ranking_list:nth-child(14)::before {
    content: "9";
}
.ranking_list:nth-child(15)::before {
    content: "10";
}
.ranking_list:nth-child(16)::before {
    content: "1";
}
.ranking_list:nth-child(17)::before {
    content: "2";
}
.ranking_list:nth-child(18)::before {
    content: "3";
}
.ranking_list:nth-child(19)::before {
    content: "4";
}
.ranking_list:nth-child(20)::before {
    content: "5";
}

.bx-wrapper{
    max-width: 850px !important;
}
/*pickup*/
.pick_list li {
    width: 413px;
    height: 211px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}
.pick_list li:nth-child(2n) {
    margin-right: 0;
}
/*psg_tv*/
.youtube {
    width: 760px;
    height: 428px;
    /*background-color: #000;*/
    margin: 40px auto;
}

/* Blog Cooperation */
#blogList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	list-style: none;
}
.blogContents {
	width:calc((100% - 50px) / 4);
	margin:2px;
	border: 1px solid #999;
}
.blogImage {
	width: 100%;
	overflow: hidden;
	height: 120px;  /* ²èÁü½ÄÉý */
	position: relative;
}
.blogImage a img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
.blogEntry {
	width: 100%;
    border-collapse: separate;
    border-spacing: 10px 5px;
    display: table;
}
.blogDate {
	/*display: table-cell;*/
    float: left;
	margin: 5px;
	width: 45px;
	height: 45px;
	background-color: #383c45;
	font-size: 10px;
	border-radius: 5px;        /* CSS3Áð°Æ */  
	-webkit-border-radius: 5px;    /* Safari,Google ChromeÍÑ */  
	-moz-border-radius: 5px;   /* FirefoxÍÑ */  
}
.blogYear {
	width: 100%;
	height: 20px;
	font-size: 10px;
	text-align: center;
	line-height: 35px;
	color: #b3b5b4;
}
.blogDay {
	width: 100%;
	height: 15px;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
    margin-top: 2px;
	color: #fff;
}
.blogCategory {
	display: flex;
    float: left;
    /*width: calc(100% - 70px);*/
    width: 100px;
    height: 45px;
	margin: 5px 10px;
    vertical-align: middle;
    font-size: 12px;
    align-items: center;
}
.clear {
    clear: both;
}
.blogTitle {
	margin: 0px 15px 20px;
	color: #827A00;
	font-weight: bold;
    font-size: 14px;
}
.blogTitle a {
	text-decoration: none;
	color: #827A00;
}