/*
Theme Name: kinyobi-blog
Description: kinyobi-blog
Theme URI: 
Author:  kinyobi-blog
Author URI:  http://www.kinyobi.co.jp/
Version: 
License: 
License URI: 
*/

@charset "utf-8";

/* HTML5 Reset
------------------------------------------------------------- */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
	display: block;
}

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

p, blockquote, dl, dd, figure {
	margin: 0;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	 box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

strong, b {
	font-weight: bold;
}

small {
	font-size: 0.83em;
}

q {
	quotes: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

code, samp, kbd {
	font-family: monospace, sans-serif;
}

mark {
	color: black;
	background-color: yellow;
}

sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

br {
	letter-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

select {
	background-color: inherit;
	line-height: normal;
}

textarea {
	vertical-align: top;
	overflow: auto;
	*font-family: sans-serif;
}



/* Font Size Adjustment
------------------------------------------------------------- */
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/*
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
27px	207.7%
28px	215.4%
29px	223.1%
30px	230.8%
*/



/* Global Layout
------------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	color: #262626;
	background:url(common/img/bg_body.jpg) #fff;
}

a {
	color: #262626;
}

a:link, a:visited {
	color: #262626;
}

a:focus, a:active {
	color: #262626;
}

a:focus, a:hover{
	text-decoration:none;
	color:#888;
}

a img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.clearfix,
#wrapper,
#content,
footer{
	zoom: 1;
}

.clearfix:after,
#wrapper:after,
#content:after,
footer:after{
	content: "";
	display: block;
	clear: both;
}

#wrapper{
	position:relative;
	width:1100px;
	margin:0 auto;
	text-align:center;
	background:url(common/img/bg_blogwrapper.gif) repeat-y 0 0;
}

header{
	text-align:left;
	background:#F0F0E1;
}

#blogNav{
	padding:34px 0 0 27px;
}

#blogNav li{
	float:left;
}

header h1{
	width:1080px;
	height:330px;
	padding:10px 10px 16px;
	background:#fff;
}

#content{
	width:880px;
	float:left;
	text-align:left;
}

#main{
	width:690px;
	float:right;
}

.article{
	width:670px;
	margin-left:10px;
	margin-bottom:10px;
}

.article h2{
	padding:25px 10px;
	text-align:center;
	font-size:153.9%;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

.article p.entryMetaTxt{
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #333;
	padding:5px 0;
	margin-bottom:55px;
	font-size:116%;
	line-height:1em;
	font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R";
}

.article div.entryBody{
	padding:54px;
}

.article p{
	font-size:116%;
	line-height:1.6em;
	margin-bottom:1.6em;
	font-family: "FOT-筑紫明朝 Pr6N LB", "TsukuMinPr6N-LB";
}

.article p p,
.article p ul,
.article p li{
	font-size:100%;
}

.article li{
	font-size:116%;
	line-height:1.6em;
	font-family: "FOT-筑紫明朝 Pr6N LB", "TsukuMinPr6N-LB";
	list-style:disc outside;
	margin-left:2em;
}

.article b,
.article strong{
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

.articleFoot{
	width:670px;
	border-top:1px solid #999;
	margin:0 0 40px 10px;
	padding-top:10px;
}

.articleFoot .snsBtn{
	height:20px;
	margin-bottom:10px;
	zoom:1;
}

.articleFoot .snsBtn:after{
	content: "";
	display: block;
	clear: both;
}

.articleFoot .btnTwitter{
	float:left;
	height:20px;
}

.articleFoot .btnFacebook{
	float:left;
	height:20px;
	border-left:1px solid #d0d0d0;
	margin-left:8px;
	padding-left:8px;
}

ul.blogPageNav{
}

ul.blogPageNav li.blogPageNavL{
	float:left;
	width:50%;
	text-align:left;
}

ul.blogPageNav li.blogPageNavR{
	float:right;
	width:50%;
	text-align:right;
}

#sub{
	width:190px;
	float:left;
}

#sub h2{
	margin:0 0 9px 11px;
}

#sNavSitetop{
	margin:2px 0 44px 11px;
}

#sNavBook{
	margin:0 0 15px 11px;
}

#sNavBookImg{
	width:113px;
	border-bottom:1px solid #ccc;
	margin:0 0 6px 15px;
	padding:0 0 11px 14px;
}

#sNavBookImg li{
	margin-bottom:3px;
}

#sNavBookImg li img{
	border:1px solid #ccc;
}

#sNavBookImg li span{
	display:block;
	margin-top:3px;
	margin-left:58px;
}

#sNavBookImg li span img{
	border:0;
}

#sNavMailmag{
	width:115px;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 15px;
	padding:0 0 9px 12px;
}

#sNavSns{
	margin:0 0 85px 11px;
}

#sNavSns li{
	margin-bottom:9px;
}

#subR{
	width:220px;
	float:right;
	text-align:left;
}

#subR h3{
	font-size:116%;
	margin:0 0 20px 12px;
	padding-left:15px;
	background:url(common/img/bg_blogdotred.gif) no-repeat 0 0.1em;
}

#subR p.subRTxt{
	margin-left:12px;
	line-height:1.4;
	margin-bottom:15px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P ゴシック";
}

ul.subRList{
	margin:0 0 41px 12px;
}

ul.subRList li{
	line-height:1.4;
	margin-bottom:17px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P ゴシック";
}

ul.subRList li span.date{
	font-weight:bold;
}

.subRWidget ul,
.subRWidget div.tagcloud{
	margin:0 0 41px 12px;
}

.subRWidget li{
	background:url(common/img/bg_arrowr2.gif) no-repeat 0 0.2em;
	padding-left:12px;
	line-height:1.4;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P ゴシック";
}

.subRWidget ul li span.date{
	font-weight:bold;
}

#subRSearch{
	width:178px;
	height:28px;
	margin:0 0 28px 29px;

}

#subRSearch #s{
	float:left;
	width:140px;
	height:28px;
	border:0;
	padding:0 3px;
	background:url(common/img/bg_blogsearch.gif) no-repeat left top;
}

#subRSearchBtn{
	float:right;
	width:32px;
	height:28px;
	border:0;
	padding:0;
	background:url(common/img/bg_blogsearch.gif) no-repeat right top;
}

#calendar_wrap{
	margin:0 10px 40px 12px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size:93%;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    text-align: center;
}

#wp-calendar {
	width:100%;
    empty-cells: show;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar th {
	text-align:center;
}

#wp-calendar td {
    background-color: #f2f2f2;
    padding: 3px 0;
    text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#wp-calendar tfoot td, #wp-calendar td.pad {
    background-color: #fff;
}

#wp-calendar td.pad:hover {
    background-color: #fff;
}



/* Global Common Classes
------------------------------------------------------------- */
.aleft{
	text-align:left;
}

.acenter{
	text-align:center;
}

.aright{
	text-align:right;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clear{
	clear:both;
}

#pageNav{
	font-size:131%;
	margin-bottom:50px;
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

#pageNav a{
	color:#545454;
	text-decoration:none;
}

#pageNav a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.pagetop{
	text-align:right;
	height:15px;
}

.bullet1{
	background:url(common/img/bg_ulbullet.png) no-repeat left 1.4em;
	padding-left:17px;
}

.bullet2{
	background:url(common/img/bg_dotcircle.png) no-repeat 0 0.1em;
	padding-left:15px;
}

.hdStyle1{
	font-size:131%;
	background:url(common/img/bg_dotred.png) no-repeat 0 0.4em;
	padding-left:15px;
	line-height:1.2em;
	margin-bottom:1em;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

ul.listStyle1 li{
	font-size:116%;
	line-height:1.6em;
	background:url(common/img/bg_dotsmall.png) no-repeat 0 0.6em;
	padding-left:8px;
}

ul.listStyle1 li span{
	font-size:80%;
}

ul.linkList1{
	margin-left:16px;
}

ul.linkList1 li{
	background:url(common/img/bg_triblack.png) no-repeat 0 0.35em;
	padding-left:16px;
	font-size:116%;
	line-height:1.6em;
}

p.linkTxt1{
	background:url(common/img/bg_triblack.png) no-repeat 0 0.35em;
	padding-left:16px;
	font-size:116%;
	line-height:1.6em;
	margin-left:16px;
}

div.noticeBox1{
	background:#ccc;
	border-radius:15px;
	padding:12px;
	margin-bottom:50px;
}

div.noticeBox1 .heading{
	margin-bottom:24px;
	font-size:116%;
}

div.noticeBox1 .lead{
	font-size:146.5%;
}

div.noticeBox1 dl{
	margin:0 0 0 80px;
}

div.noticeBox1 dl dt{
	font-size:116%;
	line-height:2.1em;
}

div.noticeBox1 dl dd{
	font-size:116%;
	line-height:2.1em;
	margin:-2.1em 0 0 6em;
}

div.noticeBox1 dl dd span.num{
	font-size:163%;
}

div.noticeBox1 dl dd strong{
	font-size:126%;
}



/* Font
------------------------------------------------------------- */

.ffTbomr{/* 筑紫Bオールド明朝ProR */
	font-family: "FOT-筑紫Bオールド明朝 Pr6 R", "TsukuBOldMinPr6-R";
}

.ffTomr{/* 筑紫オールド明朝ProR */
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

.ffTgu{/* 筑紫ゴシック Pro U */
	font-family: "FOT-筑紫ゴシック Pro U", "TsukuGoPro-U";
}

.ffTgb{/* 筑紫ゴシックProB */
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

.ffTgd{/* 筑紫ゴシックProD */
	font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D";
}

.ffTge{/* 筑紫ゴシックProE */
	font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E";
}

.ffTgm{/* 筑紫ゴシックProM */
	font-family: "FOT-筑紫ゴシック Pr5 M", "TsukuGoPr5-M";
}

.ffTgr{/* 筑紫ゴシックProR (本文デフォルト) */
	font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R";
}

.ffTmb{/* 筑紫明朝ProB */
	font-family: "FOT-筑紫明朝 Pro B", "TsukuMinPro-B";
}

.ffTmd{/* 筑紫明朝ProD */
	font-family: "FOT-筑紫明朝 Pr6 D", "TsukuMinPr6-D";
}

.ffTml{/* 筑紫明朝ProL */
	font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L";
}

.ffTmlb{/* 筑紫明朝ProLB */
	font-family: "FOT-筑紫明朝 Pr6N LB", "TsukuMinPr6N-LB";
}

.ffTmr{/* 筑紫明朝ProR */
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

.fs12{
	font-size:93%;
}

.fs15{
	font-size:116%;
}

.fs17{
	font-size:131%;
}

.fs19{
	font-size:146.5%;
}

.lh14{
	line-height:1.4em;
}

.lh15{
	line-height:1.5em;
}

.lh16{
	line-height:1.6em;
}



/* Blog Local Styles
------------------------------------------------------------- */

body#blog01	.article{
	background:#E6EAE3;
}
body#blog02	.article{
	background:#A0D8EF;
}
body#blog03	.article{
	background:#F7CBC7;
}
body#blog04	.article{
	background:#ACFFD9;
}
body#blog05	.article{
	background:#E5E5DA;
}
body#blog06	.article{
	background:#E6EAE3;
}



/* WP Native Styles
------------------------------------------------------------- */

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

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

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

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

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

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

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    margin: 0;
    padding: 0 4px 5px;
}
