@charset "utf-8";
/*
Theme Name: gucci_blog
Theme URI: http://odyssey.co.jp/
Description: blog用テーマ
Version: 1.0
Author: odyssey
Author URI: http://odyssey.co.jp/
*/

/* Reset.css入れるならここ */

/* 以下ブログテーマのスタイル */

.tablenav {
	clear: both;
	color: #1c3d57;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
font-size: 16px;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 5px .5em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #1c3d57;
}

.tablenav .current {
	color: white;
	background: #1c3d57;
	border-color: #1c3d57;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

iframe.twitter-share-button {
    width: 90px!important;
}

/* tag */

.tags {
	margin-top: 5px;
	text-align: right;
}
.tags .tag {
	display: inline;
	line-height: 2;
	white-space: nowrap;
}
.tags .tag a {
	background: #eee;
	color: #1c3d57;
	padding: 3px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 12px;
}
.tags .tag a:hover {
	color: #fff; 
	background: #1c3d57;
}
.tags .tag a:before {
	font-family: FontAwesome;
	content: "\f02b"; 
	font-weight: 400;
	padding-right: 1px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
