@charset "utf-8";
/*
Theme Name: Takeishi StaffBlog
Theme URI: http://tao-g.com
Description: 竹石建設スタッフブログ専用
Author: TaoGraphics
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear {clear: both;}


/* =Layout
-------------------------------------------------------------- */


body{
	font-size: 13px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #0A50A1;
}

div#container {
	width: 860px;
	text-align: center;
	background: #FFF url(images/layout/header_bg.jpg) no-repeat left top;
	padding-top: 35px;
	margin: 20px auto;
}

div#header{
	text-align: left;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 3px solid #BCD8EC;
	padding-bottom: 10px;
}

div#logo{
	float: left;
	width: 280px;
}

div#title{
	float: right;
	width: 530px;
	padding-top: 7px;
}
h1{
	font-size: 18px;
}

h1 a,
h1 a:visited{
	color: #0A50A1;
	text-decoration: none;
	font-weight: bold;
}
h1 a:hover{}

.description{
	clear: both;
	margin-bottom: 10px;
	font-size: 93%;
}


div#topimage{
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #BCD8EC;
	margin-bottom: 5px;
}

div#contents{
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	text-align: center;
	width: 820px;
	padding-top: 15px;
}

div#mainbox{
	text-align: left;
	width: 600px;
	float: left;
}

div#sidebox{
	float: right;
	width: 200px;
	text-align: left;
}


div#gototop{
	font-weight: bold;
	margin-bottom: 15px;
}

div#sidenavi dl{
	margin-bottom: 10px;
	background: url(images/layout/side/dt_bg.jpg) no-repeat 0px 0px;
	width: 200px;
}
div#sidenavi dt{
	color: #FFF;
	font-weight: bold;
	padding: 6px 10px 6px 18px;
}
div#sidenavi dd{
	border-right: 1px solid #0A50A1;
	border-left: 1px solid #0A50A1;
	font-size: 93%;
	padding-right: 10px;
	padding-left: 10px;	
	border-bottom: 1px solid #0A50A1;
}

div#sidenavi dd ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
div#sidenavi dd li{
	background: url(images/layout/side/dd_bg.gif) no-repeat 0px 0px;
	padding-left: 16px;
	margin-bottom: 2px;
}


div#footer{
	clear: both;
	background: url(images/layout/header.jpg) no-repeat left bottom;
}

div#footer p{
	font-size: 85%;
	text-align: center;
	padding-bottom: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
}


.archive_head{
	font-weight: bold;
	color: #0A50A1;
	margin-bottom: 20px;
}

/* =Top Post
-------------------------------------------------------------- */
div#option{
	margin-bottom: 15px;
}

.twitterwidget{
	margin-left: 10px;
	display: none;
}

div#option ul{
	padding-top: 10px;
}
div#option li{
	background: url(images/line.gif) repeat-x bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}

.entry-content{
	font-size: 93%;
	display: block;
	color: #06C;
}
.entry-meta{
	font-size: 85%;
}
.time-meta{}
.from-meta{
	color: #666;
}

.entry-meta a,
.entry-meta a:visited{
	text-decoration: none;
	color: #F63;
}
.entry-meta a:hover{}

/* =Index Post
-------------------------------------------------------------- */

div.post{
	padding: 1.5em;
	border: 1px solid #84B8ED;
	margin-bottom: 15px;
	background: url(images/post/title_bg.jpg) repeat-x bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	
}

div.post_header{
	height: 60px;
}

div.post_header img{
	float: left;
	margin-right: 15px;
}


div.post_header ul{
}
div.post_header li{
	padding-right: 5px;
	font-size: 93%;
	font-weight: bold;
	color: #333;
}

div.post_header li.date{
	padding-right: 5px;
	color: #0D257F;
	font-family: Tahoma, Geneva, sans-serif;
}

div.post_header li a,
div.post_header li a:visited{
	color: #039;
}

div.post_header li a:hover{
}

div.post_title h2{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	background: #69C url(images/post/ul_bg.jpg) repeat-x left bottom;
	padding: 5px 10px;
	clear: both;
	display: block;
}

div.post h2 a,
div.post h2 a:visited{
	color: #006;
	text-decoration: none;
}

div.post h2 li a:hover{
}

div.post h2 span{
	font-size: smaller;
	font-weight: bold;
	color: #999;
	padding-right: 10px;
}

div.post_body{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}




div.post_footer{
	border-top: 2px dotted #74A3CF;
	padding-top: .8em;
}

div.post_footer ul{
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
}

div.post_footer li{
}


div.post_footer li.tw_button{margin-right: .8em}

/* =Single Post
-------------------------------------------------------------- */
div#nav-above{
	margin-bottom: 10px;
	height: 20px;
}

div.nav-previous{
	float: left;
}
div.nav-next{
	float: right;
}

/*コメント*/
div#comments{}

div#comments h3{
	font-family: Helvetica;
	font-weight: bold;
	color: #0D257F;
	margin-bottom: 10px;
	background: #E9F0FF;
	padding: 7px 15px;
}

div#comment_list{
	margin-bottom: 20px;
}

.unstyled{
	margin-bottom: 30px;
	color: #666;
}
div#comment_list ul{}
div#comment_list li{
	border: 1px dotted #84B8ED;
	padding: 10px;
	background: #F3F7FF;
	margin-bottom: 10px;
}

.comment-author{
	color: #0D257F;
}
.comment_time{
	font-size: smaller;
	color: #333;
	padding-left: 10px;
}
.entry{
	padding-top: 5px;
	padding-bottom: 5px;
}

.reply{}

textarea{
width:80%;
}

input.text_input{
	width:100%;
	margin-bottom: 5px;
	margin-right: 10px;
}

label{
	padding-right: 10px;
}

.comment_formbox{
	width: 80%;
}
.comment_formbox th,
.comment_formbox td{
	text-align: left;
	vertical-align: top;
}
.comment_formbox th{
	width: 100px;
}
.comment_formbox td{}

div#comment_textarea{
	margin-bottom: 10px;
}


div#respond{
	background: #EEEBEB;
	padding: 15px;
	border: 1px solid #D9D6D6;
}
div#respond h4{font-family: Helvetica;
	font-weight: bold;
	color: #0D257F;
	margin-bottom: 10px;}
div#respond ul{}
div#respond li{}


/* =archive
-------------------------------------------------------------- */
.archive_head{
	font-size: 16px;
	font-weight: bold;
	color: #0A50A1;
	margin-bottom: 20px;
	border-left: 5px solid #6894C5;
	padding-left: 7px;
}

div#post_list{}
div#post_list h3{}

div#post_list ul{
	margin-right: 10px;
	margin-left: 15px;
}
div#post_list li{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
	list-style: circle inside;
}

div#post_list li a,
div#post_list li a:visited{
	color: #03C;
}
div#post_list li a:hover{}


div#post_list li .date{
	color: #39C;
	padding-right: 8px;
}

div#post_list li .category{
	padding-right: 10px;
	font-weight: normal;
}
div#post_list li .author{
	color: #666;
	padding-left: 10px;
	font-weight: normal;
}

/* =Autor
-------------------------------------------------------------- */

div#author-info{
	margin-bottom: 20px;
}

div#author-info h2{
	margin-bottom: 15px;
	font-size: 16px;
	color: #4682B5;
	font-weight: bold;
}

div#avatar_wr{
	height: 100px;
	background: #E9F0F6;
	margin-bottom: 5px;
}

div#avatar{
	float: left;
	margin-right: 15px;
	padding: 8px;
}

div#avatar img{
}

div#authorname{
	float: left;
	padding-top: 15px;
}
div#authorname h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	word-spacing: 2px;
}
div#authorname p{
	color: #333;
}

div#description{
	clear: both;
}

div#description dl{}
div#description dt{
	color: #36C;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
div#description dd{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px dotted #CC9;
	padding-right: 8px;
	padding-left: 8px;
	color: #333;
}

/* =Pagebar
-------------------------------------------------------------- */
.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}




/* ページネーションの汎用スタイル */

.nav-links{
	margin: 0 auto 2em;
	padding: 2em 0;
}
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
}
.nav-links li > *:not(.dots) {
  width: 40px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}


