@charset "utf-8";/*-------------------------------------------*//*	font設定用/*-------------------------------------------*//* infoページとinfoシングルページのフォントサイズ */.post-type-archive-info ul.entryList,.single-info #main h1 { font-size: 13px !important;}/* infoページの日付の文字色 */.post-type-archive-info ul.entryList span.infoDate { color:#E6E6E6 !important;}/* infoページのタイトルリンク色 */.post-type-archive-info ul.entryList span.infoTxt a { color:#E6E6E6 !important; word-wrap : break-word !important; overflow-wrap : break-word !important;}/* infoページのタイトルリンクのマウスをのせた時の色 */.post-type-archive-info ul.entryList span.infoTxt a:hover { color:#C69989 !important;}/* infoページのカテゴリのリンク色 */.post-type-archive-info ul.entryList span.infoCate a { background-color: rgba( 192,210,210,0.2 ) !important; color:#E6E6E6 !important; /*infoページのカテゴリのボタンの角丸*/ border-radius: 5px;        /* CSS3草案 */   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */   -moz-border-radius: 5px;   /* Firefox用 */}/* infoページのカテゴリのリンクのマウスをのせた時の色 */.post-type-archive-info ul.entryList span.infoCate a:hover { background-color: rgba( 0, 0, 0, 0.2 ) !important; color:#C69989 !important;}/* infoページのカテゴリのリンク色 */.post-type-archive-info .paging span.current { /*background-color: rgba( 192,210,210,0.2 ) !important;*/ color:#000 !important;}/* infoページのカテゴリのリンク色 */.post-type-archive-info .paging a { /*background-color: rgba( 192,210,210,0.2 ) !important;*/ color:#000 !important; -webkit-transition: 0.7s; -moz-transition: 0.7s; -ms-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; text-decoration:none !important;}/* infoページのカテゴリのリンク色 */.post-type-archive-info .paging a:hover { /*background-color: rgba( 192,210,210,0.2 ) !important;*/ color:#000 !important;}