@charset "UTF-8";


 /*テーマ基本文字、大きさ、色、行間 */
body {color: ; }
#wrapper {border-top: 5px solid #346AA8;}

 /* Link color */
a {color:; }
a:hover {color:;}

/* ------ サイドバー位置 ------ */
#contents {float: left;}
#sidebar {float: right;}

/* post-list Color*/
#first-list > article .next a:hover, #post-list > article .next a:hover, #post-list-cat > article .next a:hover {color: #EFEFEF; background-color: ;}

/* ------ ～ 767px ------ */
@media screen and (max-width: 767px) {
	#contents {float: none;}
	#sidebar {float: none;}
}

