@charset "utf-8";
/* CSS Document */

.one_news{
	clear:both;
	margin:0px auto;
	overflow:hidden;
	padding-bottom:15px;
}

.title_space{
	
	clear:both;
	padding:8px 0px;
	overflow:hidden;
	border-left:3px solid #6C0;
	background-color:#F6F6F6;
}


.title_space p{
}

.title{
	text-indent:0px;
	padding-left: 10px;
	font-size:14px;
	font-weight:bold;
}

.title a{
	text-decoration:none;
	color:#333333;
}

.title a img{
	padding-bottom: 0.25em;
}

.info{
	padding-top:5px;
	font-size: 12px;
	padding-left: 10px;
}

.content{
	overflow:hidden;
	clear:both;
}

.content img{
    width: 100%;
    height: auto;
}

/*-------------------------------------*/
.news_lv1{
	padding-bottom:10px;
	overflow:hidden;
	width:281px;
	margin: auto;
}

.news_lv2{
	
	background-image:url(../image/side_ol_body.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:281px;
}

.news_lv3{
	
	background-image:url(../image/side_ol_head.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:281px;
}

.news_lv4{
	width:100%;
	background-image:url(../image/side_ol_foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.news_lv1 dl{
	padding:15px 0px;
}

.news_lv1 dl dt{
	border-left:3px solid #6C0;
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
}

.news_lv1 dl dt span{
	margin-left:10px;
}

.news_lv1 dl dd{
	margin-top:8px;
	max-height: 200px;
	overflow-y: scroll;
	border-top:1px solid #CCCCCC;
}

.news_lv1 dl dd ul{
	margin-top:10px;
	margin-left:15px;
}

.news_lv1 dl dd ul li{
	text-indent:20px;
	list-style:none;
	background-image:url(../image/ico_side.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:5px;
}

	

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/


/*ナビゲーション
---------------------------------------*/

#navivi{
	color:#333333 !important;
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
}


#left_next{
	font-size:12px;
	width:50px;
	height:20px;
	display: none!important;
	line-height:20px;
	display:block;

}

#left_next a{
	background-repeat:no-repeat;
	background-position:left center;
	/*background-image:url(../image/ico_left.png);	*/	
	color:#333333 !important;	
}

#left_next a p{

	
}
#right_prev{
	font-size:13px;
	height:20px;
	line-height:20px;
	text-align:left;
	display:block;
	display: none;

}

#right_prev a{
	background-repeat:no-repeat;
	background-position:right center;
	/*background-image:url(../image/ico_right.png);	*/
	color:#333333 !important;	
}

#right_prev a span{
}
#center_number{
	text-align:center;
}

#center_number a{
	margin:0px 10px;
}
#navivi table{
	width: 100%;
}

/*pagenavi
------------------------*/
.wp-pagenavi {
	clear: both;
	font-size:12px !important;
}

.wp-pagenavi a{
	text-decoration:none !important;
}

.wp-pagenavi a:link {
    background-color: #FFFFFF;
    color: #0066CC;
	border:none;
    margin: 2px;
    padding: 2px 4px;
    text-decoration: none;
}

.page larger{
	padding:0px 0px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;

	margin: 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi a{
	margin:4px !important;
	padding:0px;
}

.current{
	padding:0px 5px;
	border:1px solid #4C4C4C;
	margin:4px !important;
}

.page{
	color:#7F7F7F;
	padding:0px 5px !important;
	border:1px solid #7F7F7F !important;
	margin:4px !important;
}

.wp-pagenavi span.current {

	font-weight: bold;
}

.wp-pagenavi a{
	text-decoration:none !important;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {

	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


#post_container .date_info{
	text-align:left;
}
#left_column{
	padding: 0 10px;
}

/**/

/*該当する投稿が無かった時*/

.no_post{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
}





/*---------点滅----------*/
.blinktext{
-webkit-animation:blink 1.2s ease-in-out infinite alternate;
-moz-animation:blink 1.2s ease-in-out infinite alternate;
animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}



/**/
