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

/* CSS Document */
/*///////////////
#
#	MainColor => #FF7600 (濃いオレンジ)
#	SubColor => #FF9840 (少し薄いオレンジ)
#	SubColor => #FFB473 (薄いオレンジ)
#		#619A00; (濃いグリーン)
#		#95EC00; (少し濃いグリーン)
#		#C4F66F; (薄いグリーン)
#
///////////////*/


/* ++++++ タグリセット ++++++ */
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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
		"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	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;
	color: #666666;
}
a {
	color: #FF7600;
}
a:hover {
	color:#009944;
}
p, ul, li {
	line-height: 1.5em;
}
.contents p {
	margin: 0 0 1em 0;
	padding: 0 5px;
}
.contents .comments_form p {
	margin: 0;
}
small {
	font-size: 12px;
}
blockquote {
	margin: 10px 5px;
	padding: 0.5em;
	background-color: #fff799;
	border: 1px solid #666666;
}
pre {
	padding: 0.5em 0 0.5em 20px;
	border: 1px solid #2679e0;
	overflow: scroll;
}
textarea, input {
	padding: 3px;
	font-size: 12px;
}
table.inner-table {
	margin: 0 10px;
}
table.inner-table td.table-date {
	padding: 0 5px 0 20px;
	background: url(images/wine-icon.gif) 0 2px no-repeat;
	border-bottom: 1px dotted #666666;
	line-height: 30px;
}
div#teddy-bear td.table-date {
	padding: 0 5px 0 25px;
	background: url(images/teddy_bear.png) 0 5px no-repeat;
}
table.inner-table td.table-date img {
	padding: 5px;
}
table.portrait td {
	text-align: center;
}

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

/*.post_date {
	margin: 0 0 5px 0;
	padding: 3px 0;
	height: 54px;
	text-align: right;
	line-height: 1.5em;
	font-size: 12px;
}*/
.comments_date {
	margin: 0 0 5px 0;
	padding: 5px 0;
	line-height: 1.2em;
	font-size: 12px;
}
.post_tags {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 0;
	text-align: right;
	line-height: 1.2em;
	font-size: 12px;
}
.wrapper-search .post_tags {
	padding: 0 0 10px 0;
}
.price-red {
	font-weight: bold;
	color: #FF0000;
}
p.tb-url {
	padding: 5px;
	border: 1px solid #666;
}
.tb ul {
	padding: 0 0 0 20px;
	list-style-type: disc;
}
.tb li {
	padding: 2px 0;
}
.comment_bg {
	margin: 10px auto;
	width: 265px;
}
.comment_bg {
	background: url("images/comment_bg.gif") 0 0 no-repeat;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/* ++++++ header ++++++ */
#header {
	text-align: left;
}

/* ++++++ title ++++++ */
.title, .title_2 {
	margin: 0 auto;
	width: 900px;
	height: 70px;
}
.title {
	background: url(images/title.gif) 0 0 no-repeat;
}
.title_2 {
	background: url(images/title_2.gif) 0 0 no-repeat;
}
.title-box a {
	display: block;
	width: 290px;
	height: 40px;
	text-indent: -9999px;
}
.title_2 .title-box a {
	width: 230px;
}

/* ++++++ globalnavi ++++++ */
.gNavi {
	padding: 10px 0 0 20px;
}
.gNavi-box li {
	display: inline;
	padding: 0 0 0 5px;
	border-left: 1px solid #666666;
}
.gNavi-box a {
	text-decoration: none;
	color: #666;
}
.gNavi-box a:hover {
	color: #FF7600;
}

/* ++++++ header-image ++++++ */
.header-image {
	margin: 0 auto;
	width: 900px;
	background: url(images/contents_bg.gif) 0 0 repeat-y;
	overflow: hidden;
}
.header-image-box {
	margin: 0 0 0 20px;
}

/* ++++++ wrapper ++++++ */
.wrapper {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 900px;
	background: url(images/contents_bg.gif) 0 0 repeat-y;
	text-align: left;
	overflow: hidden;
}
.wrapper-single .contents img {
	margin: 5px;
}
/*.wrapper-tag .post_date, .wrapper-search .post_date {
	height: 1.5em;
	text-align: left;
}*/
.wrapper-blog .contents-inner td.table-date, .wrapper-category .contents-inner td.table-date,  .wrapper-date .contents-inner td.table-date {
	width: 180px;
}
.wrapper-single .navi_link {
	border-top: 1px solid #666;
}
.wrapper-blog table.inner-table td.table-date, .wrapper-category table.inner-table td.table-date, .wrapper-date table.inner-table td.table-date {
	padding: 0 5px 0 0;
	background: none;
}
.wrapper-toppage img.photo {
	float: none;
	padding: 0;
}
.wrapper-sitemap .contents ul, .wrapper-link .contents ul li ul {
	margin: 0 0 0 30px;
	list-style-type: circle;
}
.wrapper-sitemap .contents li a, .wrapper-link .contents ul li ulli a {
	text-decoration: none;
}
.wrapper-toppage .widget_calendar, .wrapper-page .widget_calendar,
.wrapper-link .widget_calendar, .wrapper-sitemap .widget_calendar, .wrapper-map .widget_calendar,
.wrapper-toppage .widget_categories, .wrapper-page .widget_categories,
.wrapper-link .widget_categories, .wrapper-sitemap .widget_categories, .wrapper-map .widget_categories,
.wrapper-toppage .widget_tag_cloud, .wrapper-page .widget_tag_cloud,
.wrapper-link .widget_tag_cloud, .wrapper-sitemap .widget_tag_cloud, .wrapper-map .widget_tag_cloud, 
.wrapper-toppage .widget_recent_comments, .wrapper-page .widget_recent_comments,
.wrapper-link .widget_recent_comments, .wrapper-sitemap .widget_recent_comments, .wrapper-map .widget_recent_comments {
	display: none;
}

/* ++++++ main ++++++ */
.main-box {
	overflow: hidden;
}

/* ++++++ subContents ++++++ */
.subContents {
	float: left;
	padding: 0 0 0 20px;
	width: 230px;
}
.subContents h2 {
	padding: 0 0 0 20px;
	width: 200px;
	height: 30px;
	background: url(images/subContents_h2.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.subContents-box {
	overflow: hidden;
}

/* ++++++ widget ++++++ */
.widget {
	margin: 0 0 10px 0;
}
.side-access-title {
	width: 220px;
	height: 50px;
	background: url(http://www.stepstep.biz/wp-content/uploads/side_access.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.side-access p {
	padding: 10px 0 0 5px;
}
.side-google-map {
	width: 214px;
	border: 3px solid #FF7600;
	border-top: none;
}
.side-center {
	text-align: center;
}
.blog_banner {
	text-align: center;
}
.blog_banner h2 {
	text-align: left;
}
.blog_banner img {
	margin: 5px 0;
}
#side_search {
	text-align: center;
}
#searchform {
	margin: 5px 0;
	text-align: center;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 150px;
}
#rss {
	padding: 0 0 0 15px;
	background: url(./images/rss.png) 0px 0px no-repeat;
}
a#rss {
	text-decoration: none;
}

.widget_categories, .widget_recent_comments, .widget_tag_cloud {
	width: 220px;
}
.widget_tag_cloud a {
	line-height: 1.1em;
}
.widget_categories ul, .widget_recent_comments ul {
	margin: 0 0 0 20px;
	list-style-type: circle;
}
/*.widget_categories ul, .widget_recent_comments ul {
	width: 200px;
	margin: 0 0 0 20px;
}
.widget_categories ul li , .widget_recent_comments ul li {
	padding: 0 0 0 20px;
	list-style-type: circle;
}*/

/* ++++++ カレンダー部分のデザイン ++++++ */
.widget_calendar table	{
	margin: 0 0 0 1px;
	width: 219px;
	border-collapse: collapse;
	text-align: center;
}
.widget_calendar caption {
	color: #FF7600;
}
.widget_calendar th, .widget_calendar td {
	padding: 5px 0;
	border: solid 1px #FFB473;
}
.widget_calendar caption {
	padding: 3px 0;
}
.widget_calendar tfoot td {
	border: none;
}
.widget_calendar tfoot td#prev	{
	text-align: left;
}
.widget_calendar tfoot td#next	{
	text-align: right;
}

/* ++++++ contents ++++++ */
.contents {
	float: left;
	width: 630px;
}
.contents_title {
	background: url(images/contents_h1_bottom.gif) bottom no-repeat;
}
.contents h1 {
	width: 600px;
	margin: 0 0 5px 0;
	padding: 0 10px 0 20px;
	background: url(images/contents_h1_top.gif) 0 0 no-repeat;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
}
.contents h2 {
	width: 610px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #FF7600;
	border-bottom: 1px solid #FF7600;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	color: #FF7600;
}
.contents h3 {
	width: 600px;
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	background: url(images/contents_h3.gif) 0 0 no-repeat;
	line-height: 25px;
	color: #FF7600;
	font-size: 14px;
	font-weight: normal;
}
.contents h4 {
	width: 620px;
	margin: 0 0 5px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #FF7600;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #FF7600;
}
.contents-inner {
	margin: 0 0 10px 0;
	overflow: hidden;
}
#teddy-bear {
	padding: 5px 0;
	overflow: hidden;
}
.contents-inner tr.table-list {
	line-height: 2em;
}
.contents-inner td.table-date {
	width: 130px;
	border-bottom: 1px dotted #666;
	vertical-align: top;
}
.contents-inner td.table-contents {
	width: 490px;
	border-bottom: 1px dotted #666;
}
.contents a.to_list {
	float: right;
	margin: -30px 5px 0 0;
	width: 50px;
	height: 20px;
	background: url(images/to_list.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

/* ++++++ breadcrumb ++++++ */
.breadcrumb {
	margin: 10px 0;
}

/* ++++++ navi_link ++++++ */
.navi_link { /*次の記事へ*/
	margin: 5px 0;
	line-height: 2em;
	font-size: 12px;
}
.post_link { /*次ページへ*/
	margin: 5px 0px;
	line-height: 2em;
	font-size: 12px;
}
.page_link p {
	margin: 5px 0;
	font-size: 12px;
}

/* ++++++ footer ++++++ */
.footer{
	clear: both;
	padding: 25px 0 0 0;
	background: url(images/footer_bg.gif) top no-repeat;
}
.footer-box {
	text-align: center;
}
.return_top {
	margin: 0 auto;
	width: 900px;
	background: url(images/contents_bg.gif) 0 0 repeat-y;
	overflow: hidden;
}
.return_top-box {
	padding: 0 15px 0 0;
}
.return_top a {
	float: right;
	display: block;
	width: 90px;
	height: 16px;
	background: url(images/to_top.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

/* ++++++ コメント ++++++ */
.com .comments_text {
	background-color: #C4F66F;
}
.com p {
	padding: 5px;
}
.comments_form {
	margin: 5px 0;
}
textarea#comment {
	width: 500px;
}
/* ++++++ wp-table-reloaded ++++++ */
table.wp-table-reloaded {
	margin:0px 0px 0 10px;
	padding:0px;
	border-collapse:collapse;
}
table.wp-table-reloaded td, table.table-company td {
	padding:4px 2px 2px 4px;
	border:1px solid #619A00;
}
table.wp-table-reloaded tr.odd {
	background-color:#C4F66F;
}
table.wp-table-reloaded th, .wrapper-map table.table-company th {
	padding:4px 2px 2px 4px;
	background-color:#619A00;
	border:1px solid #619A00;
	text-align:center;
	font-weight: normal;
	color:#ffe100;
}
table.wp-table-reloaded th.column-1, table.wp-table-reloaded th.column-2 {
	border-right:1px solid #FFF;
}

/* ++++++ Style for Ktai Entry ++++++ */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
}
.photo-end {
	clear:left;
}

/* ++++++ トップページ ++++++ */
table#osusume {
	margin: 0 0 0 10px;
	text-align: center;
}

/* ++++++ 飲食店応援サイト ++++++ */
.page-10 table.wp-table-reloaded {
	width:600px;
}
.page-10 table.wp-table-reloaded th.column-1, .page-10 table.wp-table-reloaded td.column-1 {
	width: 250px;
} 
.page-10 table.wp-table-reloaded th.column-2, .page-10 table.wp-table-reloaded td.column-2 {
	width: 100px;
} 
.page-10 table.wp-table-reloaded th.column-3, .page-10 table.wp-table-reloaded td.column-3 {
	width: 250px;
} 
.page-10 .contents ul {
	margin: 5px 0 20px 30px;
	list-style-type: circle;
}

/* ++++++ 会社概要 ++++++ */
.wrapper-map table.table-company th {
	border-bottom:1px solid #FFF;
}
.wrapper-map table.table-company th.th-end {
	border-bottom:1px solid #619A00;
}
.wrapper-map table.table-company td {
	width: 400px;
}
.wrapper-map .table-company {
	margin: 5px 0px 20px 5px;
}
.wrapper-map .table-company th {
	width: 80px;
	height: 30px;
	vertical-align: middle;
}
.wrapper-map #text-5 {
	display: none;
}

/* ++++++ 運賃の概要 ++++++ */
.page-16 table.wp-table-reloaded-id-8 {
	width:610px;
}
table.wp-table-reloaded-id-8 th.column-1, table.wp-table-reloaded-id-8 th.column-2 {
	width: 80px;	
}
table.wp-table-reloaded-id-8 th.column-3 {
	width: 450px;
}
.page-16 table.wp-table-reloaded-id-9 {
	width:300px;
}
table.wp-table-reloaded-id-9 th.column-1, table.wp-table-reloaded-id-9 th.column-2 {
	width: 150px;	
}
table.wp-table-reloaded-id-9 th.column-2 {
	border-right:1px solid #619A00;
}

/* ++++++ サイトマップ ++++++ */
.page-sitemap .contents-inner ul {
	padding: 0 0 0 30px;
	list-style-type: circle;
}

/* ++++++ コンタクトフォーム ++++++ */
form.wpcf7-form {
	margin: 10px 0 10px 10px;
}
.wpcf7 dd {
	margin: 0 0 5px 0;
}
.wpcf7 textarea {
	width: 500px;
}

