@charset "utf-8";
/*
Theme Name: ton_cms_kentaro
Theme URI: http://www.total-office-net.com
Description: トータルオフィスネット
Author: TotalOfficeNet
*/

/* CSS Document */
/*///////////////
#
#	MainColor => #db1919 (赤)
#	SubColor => #a0a0a0 (灰色)
#	SubColor => #22ac38 (イエローグリーン)
#
///////////////*/

/* ++++++ タグリセット ++++++ */
html, body, 
ul, ol, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
div, p, blockquote, 
th, td, 
form, fieldset, input, textarea, 
pre {
	margin: 0;
	padding: 0;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
}

/* ++++++ 共通設定 ++++++ */
body {
	text-align: center;
	font-size: 13px;
/*	background: #FFF url(images/background.gif) repeat-x;*/
	color: #535353;
}
a {
	color: #5E2F4A;
}
.recent-post a {
	color:#fff799;
}
a:hover, .recent-post a:hover {
	color:#2F5E2F;
}
p, ul, li {
	line-height: 1.5em;
}
.center p, .right p {
	margin: 0 0 1em 0;
	padding: 0 5px;
}
small {
	font-size: 12px;
}
blockquote {
	margin: 10px 5px;
	padding: 0.5em;
	background-color: #fff8e6;
	border: 1px solid #535353;
}
.center blockquote p {
	margin: 0;
}
pre {
	padding: 0.5em 0 0.5em 20px;
	border: 1px solid #2679e0;
	overflow: scroll;
}
textarea, input {
	padding: 3px;
	font-size: 12px;
}
.mp-zero {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/* ++++++ id,class ++++++ */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
.cboth	{
	clear: both;
}
.post_info {
	padding: 3px 0;
	line-height: 1.2em;
	font-size: 12px;
	text-align: right;
}
.post_tags {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}

.wp-caption-text {
	text-align: center;
}

/* ++++++ header ++++++ */

/* ++++++ title ++++++ */
.title {
	height: 300px;
	background: url(images/main_image_back.png) 0 0 repeat-x;
}
.title-box {
	margin: 0 auto;
	width: 1000px;
	height: 300px;
}
.title-box a {
	display: block;
	width: 1000px;
	height: 300px;
	background: url(images/top-image.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#sns {
	padding: 5px;
}
.home #sns {
	padding: 5px 5px 10px 5px;;
}
/* ++++++ header-image ++++++ */

/* ++++++ home ++++++ */
.recent-post {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #626262;
	border: 1px solid #000;
	color: #fff;
	overflow: hidden;
}
.recent-post a:hover {
	color: #fff;
}
.recent {
	padding: 3px 4px;
	background-color: #000;
	color: white;
}
.recent-post h2 a {
	color: #fff;
}
.recent-post h2 a:hover {
	color: red;
}
.recent-post .recent {
	color: red;
}
.center-list .recent {
	margin-bottom: 5px;
}

/* ++++++ wrapper ++++++ */
.wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

/* ++++++ center ++++++ */
.center {
	float: left;
	overflow: hidden;
}
.column_2 {
	width: 630px;
}
.center h1 {
	margin: 0 0 5px 0;
	padding: 0 10px;
	line-height: 30px;
	font-size: 20px;
	background-color: #a0a0a0;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	color: #fff;
}
/*.center-list h2 {
	margin: 0 0 5px 0;
	padding: 0 10px;
	line-height: 30px;
	font-size: 20px;
	background-color: #a0a0a0;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	color: #fff;
}
.center-box-inner-contents h2 {*/
.center h2{
	margin: 0 0 5px 0;
	padding: 0 10px;
	line-height: 20px;
	font-size: 17px;
	border-left: 10px solid #5E2F4A;
	border-bottom: 1px solid #5E2F4A;
}
.center h2 a {
	text-decoration: none;
}
/*
.center-box h2 a:hover {
	color: #DB1919;
}*/
h2#recent-post-h2 {
	padding: 5px;
	background-color: #5E2F4A;
	border: none;
}

.center h3 {
	margin: 5px 0;
	padding: 0 10px;
	border-left: 7px double #5E2F4A;
	line-height: 1.5em;
	font-size: 16px;
}
.center h4 {
	padding: 0 5px;
	line-height: 15px;
	border-bottom: 1px solid #5E2F4A;
	font-size: 14px;
}
.center-box {
	clear: both;
	padding: 10px 0;
}

.recent-post ul, .center-box-inner ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	list-style-type: circle;
}
.center-box-inner ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	list-style-type: decimal;
}

/* ++++++ right ++++++ */
.right {
	float: left;
	width: 360px;
	padding: 10px 0 10px 10px;
}
#sidebar-1, #sidebar-2 {
	width: 360px;
}
#sidebar-2-1, #sidebar-2-2 {
	float: left;
	width: 178px;
}
#sidebar-2-2 {
	padding-left: 4px;
}

.right li h2 {
	padding: 5px 10px;
	line-height: 20px;
	background-color: #A0A0A0;
	border: 1px solid #000000;
	color: #fff;
	font-size: 14px;
}
.right li {
	padding-bottom: 5px;
}

#text-2, #text-4 {
	text-align: center;
}
#text-2 .textwidget, #text-4 .textwidget {
	padding-top: 5px;
}
#archives-2 h2 {
	margin-bottom: 5px;
}
#search-2 .screen-reader-text {
	display: none;
}
#search-2 input#s {
	width: 120px;
}
#recent-posts-2 ul, #recent-comments-2 ul, #linkcat-2 ul, #linkcat-31 ul, #mycategoryorder-2 ul {
	padding-left: 20px;
	list-style: circle;
}
/* ++++++ breadcrumb ++++++ */
.breadcrumb {
	margin: 10px;
}

/* ++++++ navi_link ++++++ */
.navi_link {
	line-height: 2em;
	border-top: 2px solid #a0a0a0;
}
.wrapper-single .navi_link {
	border-top: 1px solid #666;
}
.post_link { /*次ページへ*/
	margin: 5px 0px;
	line-height: 2em;
	font-size: 12px;
}
.page_link p {
	margin: 5px 0;
	font-size: 12px;
}

/* ++++++ footer ++++++ */
.return_top {
	margin: 0 auto;
	padding: 5px;
	width: 1000px;
	height: 15px;
}
.return_top a {
	float: right;
	display: block;
	width: 100px;
	height: 15px;
	background: url(images/to_top.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.footer{
	clear: both;
	text-align: left;
	color: #000;
}
.footer a {
	text-decoration: none;
	color: #000;
}
.footer a:hover {
	color: #fff;
}
.footer-box {
	clear: both;
	border-top: 3px solid #000;
	background-color: #b5b5b5;
	overflow: hidden;
}
.footer-box-inner {
	margin: 0 auto;
	width: 1000px;
}
.footer-box-inner_1 {
	float: left;
	padding: 5px;
/*	width: 200px;*/
}
.footer-box-inner_2 {
	float: right;
	padding: 5px;
/*	width: 680px;*/
	text-align: right;
}
.footer-box-inner_2 li {
	display:inline;
	padding:0 10px;
}
li.page-item-85 {
	border-left:2px solid #fff;
}
#rss {
	padding: 0 0 0 15px;
	background: url(images/rss.png) 0 5px no-repeat;
}
address {
	text-align: right;
	font-style: normal;
}
#powered_by {
	text-align: right;
	font-style: normal;
	font-size: 0.8em;
}


/* ++++++ タグ，検索 ++++++ */
.wrapper-tag .post_date, .wrapper-tag .post_tags, .wrapper-search .post_date, .wrapper-search .post_tags {
	text-align: left;
}
.wrapper-tag .post_date, .wrapper-search .post_date {
	padding: 0 0 0 20px;
}

/* ++++++ コンタクトフォーム ++++++ */
form.wpcf7-form {
	padding: 10px 0 10px 10px;
}
.wpcf7 input, .wpcf7 textarea {
	width: 380px;
}
.wpcf7 input.wpcf7-submit {
	width: 50px;
}


li#search-3 label.screen-reader-text {
	display: none;
}
li#search-3 input#s {
	width: 145px;
}


#wp-table-reloaded-id-2-no-1, #wp-table-reloaded-id-3-no-1 {
	width: 680px;
	font-size: 13px;
}

/* ++++++ コメント ++++++ */
#respond {
	clear: both;
}
.commentlist li {
	padding: 5px 0;
}
