@charset "utf-8";

.con01{width:100%;
	height:120px;
	line-height:120px;
	margin:30px 0;
	background:rgba(25,25,25,1.00);
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-size:24px;}

.con02{width:960px;
	min-height:700px;
	margin:30px auto;
	overflow:hidden;}
/* left > */	
.main_left{width:150px;
	height:100%;
	float:left;}
	
.select_month{margin:10px;}
/* < left */

/* center > */	
.main_center{width:578px;
	min-height:700px;
	border-left:rgba(179,179,179,1.00) solid 1px;
	border-right:rgba(179,179,179,1.00) solid 1px;
	float:left;
	overflow: hidden;}

.cat_title{font-size:12px;
	padding-bottom:15px;
	padding-left:10px;}
	
.blog_title{width:560px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	margin:0 auto;}

.bg_colornone{border-bottom:rgba(130,130,130,1.00) solid 1px;}
	
.bg_colorpb{background:url(../img/label/r3.png);
	background-position:right;
	border-bottom:rgba(255,0,4,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorpc{background:url(../img/label/r2.png);
	background-position:right;
	border-bottom:rgba(255,134,0,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorob{background:url(../img/label/r1.png);
	background-position:right;
	border-bottom:rgba(0,100,255,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorkn{background:url(../img/label/r4.png);
	background-position:right;
	border-bottom:rgba(208,0,255,1.00) solid 1px;
	background-repeat:no-repeat;}

.blog_date{width:540px;
	font-size:14px;
	margin:10px auto;}

.blog_text{width:540px;
	font-size:14px;
	margin:0 auto;
	padding-bottom:30px;}
	
.blog_text img{max-width:540px;}
/* center > */

/* right > */
.main_right{float:left;
	width:210px;
	padding:0 0 0 10px;}
/* right */

/* ツイッター > */

.twitter{height:500px;
	margin-top:10px;
	background:rgba(159,159,159,1.00);}

.link_twitter,.link_recruit{width:210px;
	margin-top:5px;}

.link_twitter img,.link_recruit img{width:210px;}

.link_twitter:hover,.link_recruit:hover{opacity:0.5;}

/* < ツイッター */

/* ページャー > */

.pager {
    clear:both;
    margin:30px 0;
	padding-bottom:30px;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
    background:#000;
}
.pager span:hover {
    cursor:pointer;
    background:#999;
}

.pager span.current {
    color:#F8FF00;
    background:#00AD19;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#dcdcdc;
    background:rgba(154,154,154,1.00);
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

.pageNum {
    margin:0 0 10px;
    text-align:center;
}

/* < ページャー */

@media screen and ( max-width:736px )
{
.con01{width:100%;
	min-width:320px;
	height:120px;
	line-height:120px;
	margin:0;
	background:rgba(25,25,25,1.00);
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-size:24px;}
	
.con02{width:95%;
	max-width:420px;
	min-height:700px;
	margin:30px auto;
	overflow:hidden;}
/* left > */	
.main_left{width:100%;
	height:50px;
	text-align:center;
	float:none;}
	
.select_month{margin:10px;}
/* < left */

/* center > */	
.main_center{width:100%;
	min-height:700px;
	border-left:none;
	border-right:none;
	float:none;}

.cat_title{font-size:12px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:0;}
	
.blog_title{width:100%;
	height:auto;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	padding-left:0;
	padding-top:15px;
	margin:0 auto;}

.bg_colornone{border-bottom:rgba(130,130,130,1.00) solid 1px;}
	
.bg_colorpb{background:url(../img/label/r3.png);
	background-position:right;
	height:30px;
	padding-bottom:5px;
	border-bottom:rgba(255,0,4,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorpc{background:url(../img/label/r2.png);
	background-position:right;
	height:30px;
	padding-bottom:5px;
	border-bottom:rgba(255,134,0,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorob{background:url(../img/label/r1.png);
	background-position:right;
	height:30px;
	padding-bottom:5px;
	border-bottom:rgba(0,100,255,1.00) solid 1px;
	background-repeat:no-repeat;}

.bg_colorkn{background:url(../img/label/r4.png);
	background-position:right;
	height:30px;
	padding-bottom:5px;
	border-bottom:rgba(208,0,255,1.00) solid 1px;
	background-repeat:no-repeat;}

.blog_date{width:100%;
	font-size:12px;
	margin:10px auto;}

.blog_text{width:100%;
	font-size:14px;
	margin:0 auto;
	padding-bottom:30px;
	border-bottom:rgba(83,83,83,1.00) solid 1px;}
	
.blog_text img{max-width:100%;}
}


















