/*
Theme Name: ruka_PC (base: Twenty Eleven)
Template: twentyeleven
*/

/* 親のスタイルを継承 */
@import url('../twentyeleven/style.css');

/* ページ全体のマージン */
#page {
	margin: 0 auto;
}

/* コンテンツ横幅
※ヘッダーのカバー画像表示の横幅・縦幅も変更のこと
*/

.one-column #page {
/*	max-width: 1000px;
	min-width: 1000px;
*/
	max-width: 800px;
	min-width: 800px;
}

/* バナーの隙間 */
#branding {
	border-top: 0;
	padding-bottom: 0px;
}

/* 検索フォーム */
#branding #searchform {
	display: none;
}

#branding .only-search #searchform {
	display: none;
}

/* メニュー */
#access div {
	margin: 0 0%;
}

#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {

/*
メニューのwidthは
(コンテンツの横幅-136px)/4(メニューの横数)
*/

/*	width: 216px;
*/
	width: 166px;
	height: 28px;

	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #337fed;
	padding:5px 16px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(32%, #3d94f6), color-stop(73%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 32%, #1e62d0 73% );
	background:-ms-linear-gradient( top, #3d94f6 32%, #1e62d0 73% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
	line-height: 0.7em;
	text-align: center;
	float: left;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(32%, #1e62d0), color-stop(73%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 32%, #3d94f6 73% );
	background:-ms-linear-gradient( top, #1e62d0 32%, #3d94f6 73% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color:#ffff00;
	position:relative;
	top:0px;
}


/* 記事上部の空白 */
.singular.page .hentry {
	padding: 0.5em 0 0;
}

/* フォント */
body, input, textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* フッター */
#site-generator {
	background: #505050;
	border-top: 1px solid #ddd;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0.2em 1.1em;

	height: 3.5em;
	vertical-align: bottom;
/*	width: 100%;
*/
}

/* Facebookからの投稿 */

/* - リンク投稿 */
table.mylink th {
 line-height: 1.3em;
 font-size: 16px;
 background-color: #eef;
}
table.mylink td {
 line-height: 1.3em;
 font-size: 14px;
 background-color: #eee;
}

/* - シグネチャ：Facebookより */
div.myfb {
 height: 3em;
 border-top: 1px dashed #ccc;
 text-align: right;
}

div.iframeWrapper {
position: relative;
width: 100%;
padding-top: 75%;
}
div.fb_iframeWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}