/*  
Theme Name: Kawasaki
Theme URI: http://www.kawasaki1ban.com/
Description: 「カワサキイチバン」専用テーマ
Version: 11.10.5
Author: CRETE
Author URI: http://www.crete.co.jp
*/
.grayborder {
  border-bottom: 1px solid #cccccc;
}
.orangeborder {
  border-bottom: 1px solid #ff6600;
}
.opacity {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.loading {
  background: url(images/loading.gif) center center no-repeat #ffffff;
}
/* reset */
html, body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
h1, h2, h3 {
  font-weight: bold;
  line-height: 1.4;
}
h4, h5, h6 {
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style-position: outside;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
a:link {
  color: #336600;
  text-decoration: underline;
}
a:visited {
  color: #336600;
  text-decoration: none;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}
a:active {
  color: #990000;
  text-decoration: underline;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */

  display: block;
  /* ブロックレベル要素に */

  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/

}
.divide {
  clear: both;
  display: block;
}
.divide hr {
  display: none;
}
.border1px {
  border: 1px solid #cccccc;
}
.mgt5 {
  margin-top: 5px;
}
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt25 {
  margin-top: 25px;
}
.mgt30 {
  margin-top: 30px;
}
.mgb5 {
  margin-bottom: 5px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb25 {
  margin-bottom: 25px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgr5 {
  margin-right: 5px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr15 {
  margin-right: 15px;
}
.mgr20 {
  margin-right: 20px;
}
.mgr25 {
  margin-right: 25px;
}
.mgr30 {
  margin-right: 30px;
}
.mgl5 {
  margin-left: 5px;
}
.mgl10 {
  margin-left: 10px;
}
.mgl15 {
  margin-left: 15px;
}
.mgl20 {
  margin-left: 20px;
}
.mgl25 {
  margin-left: 25px;
}
.mgl30 {
  margin-left: 30px;
}
.mgl40 {
  margin-left: 30px;
}
.mgl50 {
  margin-left: 50px;
}
.mgtb5 {
  margin: 5px 0;
}
.mgtb10 {
  margin: 10px 0;
}
.mgtb15 {
  margin: 15px 0;
}
.mgtb20 {
  margin: 20px 0;
}
.mgtb25 {
  margin: 25px 0;
}
.mgtb30 {
  margin: 30px 0;
}
.pdr5 {
  padding-right: 5px;
}
.pdt7 {
  padding-top: 7px;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.width10 {
  width: 10%;
}
.width15 {
  width: 15%;
}
.width30 {
  width: 30%;
}
.height10 {
  height: 10px;
}
.height15 {
  height: 15px;
}
.height20 {
  height: 20px;
}
.height25 {
  height: 25px;
}
.height30 {
  height: 30px;
}
/*************************************
 +Containers
 *************************************/
body {
  font-size: 62.5%;
  color: #151515;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: none;
}
#back {
  min-width: 1000px;
  min-height: 500px;
  background: #ffffff url(images/body_back.jpg) 50% 0px no-repeat;
}
#wrap {
  text-align: left;
  width: 970px;
  margin: 0px auto;
  padding: 0 15px;
}
#content {
  float: left;
  width: 551px;
}
#sidebar {
  float: left;
  width: 399px;
  padding: 0 0 20px 20px;
}
#sidebar-left {
  background: #ececec;
  border: 1px #ccc dashed;
  font-size: 1.1em;
  float: left;
  width: 200px;
  padding: 10px;
}
#sidebar-right {
  font-size: 1.1em;
  float: left;
  padding-left: 15px;
  width: 162px;
}
/*************************************
 +header
 *************************************/
#header {
  text-align: left;
  height: 315px;
  padding-top: 10px;
  width: 970px;
  position: relative;
}
#header #title_wrap {
  padding: 0 40px 0 45px;
}
#header .btitle a {
  text-indent: -9999px;
  width: 233px;
  height: 82px;
  display: block;
  overflow: hidden;
}
#header #title_block {
  width: 233px;
  height: 124px;
  float: left;
}
#header #rss {
  margin-top: 17px;
  float: right;
}
#header #rss a {
  background: url(images/rss.png) no-repeat left center;
  padding-left: 22px;
}
#header p {
  color: #ff0000;
  font-size: 1.3em;
}
#header p.description {
  font-weight: bold;
  margin-top: 3px;
  width: 233px;
  text-align: center;
}
#header p.description a {
  color: #000000;
  text-decoration: none;
}
#header p.description a:hover {
  text-decoration: underline;
}
#header #header_ad {
  width: 468px;
  height: 60px;
  margin-top: 15px;
  float: right;
  padding: 10px;
  background: url(images/head_ad_back.jpg) left top repeat #000000;
}
#header #header_ad #header_ad_loading {
  width: 468px;
  height: 60px;
  background: url(images/loading.gif) center center no-repeat #ffffff;
}
#featuretags {
  margin: 10px 0 0;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  width: 968px;
  height: 100px;
}
#featuretags ul {
  list-style-type: none;
}
#featuretags li {
  float: left;
  padding-left: 10px;
  width: 150px;
  height: 100px;
}
#featuretags img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*************************************
 +Menu Categories
 *************************************/
#catmenu {
  left: 0px;
  top: 0px;
  height: 30px;
}
#catmenu ul {
  font-size: 1.1em;
  list-style: none;
}
#catmenu ul li {
  float: left;
  line-height: 1;
  text-align: center;
  margin-right: 4px;
  list-style-type: none;
  position: relative;
}
#catmenu ul li a {
  float: left;
  color: #FFFFFF;
  display: block;
  padding: 7px;
  background: url(images/catmenu_back.jpg) left -26px no-repeat;
  text-decoration: none;
  font-weight: bold;
}
#catmenu ul li a:hover {
  color: #FFFFFF;
  background: url(images/catmenu_back.jpg) left top no-repeat;
  text-decoration: underline;
}
#catmenu ul li.current-menu-parent a {
  color: #FFFFFF;
  display: block;
  background: url(images/catmenu_back.jpg) left top no-repeat;
}
#catmenu ul li.current-post-parent a {
  color: #FFFFFF;
  display: block;
  background: url(images/catmenu_back.jpg) left top no-repeat;
}
#catmenu ul li.current-menu-item a {
  color: #FFFFFF;
  display: block;
  background: url(images/catmenu_back.jpg) left top no-repeat;
}
#catmenu ul li ul.sub-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  top: 28px;
  left: 0px;
  z-index: 999;
  width: 600px;
}
#catmenu ul li ul.sub-menu li {
  float: left;
  height: 10px;
  margin-right: 0;
}
#catmenu ul li ul.sub-menu li a {
  margin: 0;
  background: url(images/catmenu_back.jpg) left -26px no-repeat;
  line-height: 1;
  white-space: nowrap;
  padding: 7px;
  font-size: 0.9em;
  text-decoration: none;
}
#catmenu ul li ul.sub-menu li a:link {
  text-decoration: none;
}
#catmenu ul li ul.sub-menu li a:visited {
  text-decoration: none;
}
#catmenu ul li ul.sub-menu li a:hover {
  background-position: left top;
  text-decoration: underline;
}
#catmenu ul li ul.sub-menu li a:active {
  text-decoration: none;
}
#catmenu ul li ul.sub-menu li a.borderrwhite {
  border-right: 2px solid #ffffff;
}
/*************************************
 +Menu
 *************************************/
#menu {
  margin-top: 17px;
  overflow: hidden;
}
#menu ul {
  font-size: 1.1em;
  list-style: none;
}
#menu ul li {
  float: left;
  text-align: center;
  padding: 0px 5px;
  list-style-type: none;
  border-left: 1px solid #CCCCCC;
}
#menu ul li.page-item-439 {
  border-right: 1px solid #CCCCCC;
}
#menu ul li a {
  padding: .3em .6em .3em;
  text-decoration: none;
}
#menu ul li a:hover {
  text-decoration: underline;
}
#menu ul li ul {
  display: none;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar ul {
  list-style-image: url(images/check.png);
  clear: both;
  margin-left: 0.5em;
  margin-bottom: 2em;
  padding-left: 15px;
}
#sidebar ul li {
  margin-top: 0.8em;
  line-height: 1.2;
}
#sidebar ul li a {
  line-height: 1.5;
}
#sidebar ul.children {
  margin-left: 5px;
}
#sidebar h2 {
  color: #6F6F6F;
  font-size: 1.5em;
  margin-top: 1em;
}
#sidebar h4 {
  color: #151515;
  font-size: 1.4em;
  padding-bottom: 3px;
  border-bottom: 1px dotted #999999;
}
#sidebar h4 a {
  text-decoration: none;
  color: #000000;
}
#sidebar h4 a:hover {
  color: #990000;
}
#sidebar #zx14r_banner {
  margin-bottom: 10px;
}
#sidebar #examination_banner {
  margin-bottom: 10px;
}
#sidebar #kbm_banner {
  margin-bottom: 15px;
}
#sidebar #sidebar_adsense {
  margin-bottom: 10px;
}
#sidebar #wpp-3 img.wpp-thumbnail {
  margin-right: 5px;
}
#sidebar #sidebar_special_block {
  padding-bottom: 10px;
}
#sidebar #sidebar_special_block .spblock_thum {
  width: 96px;
  height: 70px;
}
#sidebar #sidebar_special_block a {
  display: block;
}
#sidebar #sidebar_special_block a.special_date {
  background: #ffffff url(images/update.gif) left center no-repeat;
  padding-left: 17px;
  padding-top: 3px;
}
#sidebar #sidebar_special_block #title {
  width: 385px;
  padding: 7px;
  background: #ffffff url(images/special_block_back.jpg) left top no-repeat;
  float: left;
}
#sidebar #sidebar_special_block #title h4 {
  float: left;
  color: #FFFFFF;
  line-height: 1;
  padding: 0px;
  text-decoration: none;
  border: none;
}
#sidebar #sidebar_special_block #title a {
  float: right;
  font-size: 1.1em;
  color: #000000;
  text-decoration: underline;
  line-height: 1;
}
#sidebar #sidebar_special_block #title a:hover {
  color: #990000;
  text-decoration: none;
}
#sidebar #sidebar_job_block {
  border: 1px #ccc dashed;
  padding: 10px;
  margin-bottom: 10px;
}
#sidebar #sidebar_job_block ul {
  margin-bottom: 0;
}
#sidebar #sidebar_job_block ul li {
  font-size: 1.2em;
}
#sidebar-right #wpp-3 ul {
  list-style-type: none;
}
#sidebar-right #wpp-3 ul li {
  padding: 0;
}
#sidebar-right .search-form {
  font-size: 1.2em;
  background: url(images/search.png) no-repeat;
  position: relative;
  width: 162px;
  height: 44px;
  margin-bottom: 10px;
}
#sidebar-right .search-form input {
  width: 137px;
  margin: 14px 0 0 10px;
  border: 0px;
  background: #e8e8e8;
  color: #454545;
}
/*************************************
 +title
 *************************************/
.categorytitle_wrap {
  width: 551px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}
.categorytitle_wrap p {
  font-size: 1.1em;
  position: absolute;
  left: 15px;
  top: 75px;
  z-index: 10;
}
.entrytitle_wrap {
  width: 537px;
  padding: 7px;
  margin-bottom: 15px;
  background: url(images/title_back.gif) left top no-repeat;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  -webkit-box-shadow: 0 0 3px #cccccc;
}
.entrytitle {
  text-align: left;
}
.entrytitle h1 {
  font-size: 1.7em;
  text-align: left;
  padding-left: 15px;
  line-height: 1.3;
}
.entrytitle h1 a {
  text-decoration: none;
}
.entrytitle h1 a:hover {
  text-decoration: underline;
  color: #336600;
}
.entrytitle h1.pagetitle {
  color: #336600;
}
.entrytitle h2 {
  font-size: 1.7em;
  text-align: left;
  padding-left: 15px;
  line-height: 1.3;
}
.entrytitle h2 a {
  text-decoration: none;
}
.entrytitle h2 a:hover {
  text-decoration: underline;
  color: #336600;
}
.entrytitle h3 {
  font-size: 1.5em;
}
.entrytitle p {
  line-height: 1.5;
  padding-left: 15px;
}
#entrymeta_head {
  width: 551px;
  margin-bottom: 2.5em;
}
.signature {
  font-size: 1.1em;
  position: relative;
  top: -15px;
  text-align: right;
  width: 551px;
}
/*************************************
 +Entry
 *************************************/
.entrybody_head_a {
  text-decoration: none;
  font-weight: bold;
  color: #ff6600;
}
.entrybody {
  margin-bottom: 1.5em;
}
.entrybody h2 {
  margin-bottom: .8em;
  font-size: 1.8em;
  clear: both;
}
.entrybody h2.catchcopy {
  font-size: 2.5em;
  text-shadow: 1px 1px 3px #999999;
}
.entrybody h3 {
  margin-bottom: 1.2em;
  font-size: 1.6em;
  clear: both;
  /* color:@orenge; */

}
.entrybody h3.border {
  padding-bottom: 3px;
  padding-left: 10px;
  border-left: 7px solid #ff6600;
  border-bottom: 1px solid #ff6600;
}
.entrybody h3 a {
  color: #ff6600;
  text-decoration: none;
}
.entrybody h4 {
  margin-bottom: .8em;
  font-size: 1.4em;
  clear: both;
  color: #ff6600;
}
.entrybody h4.border {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.entrybody h4 a {
  color: #ff6600;
  text-decoration: none;
}
.entrybody h5 {
  margin-bottom: .8em;
  font-size: 1.3em;
  color: #ff6600;
}
.entrybody h5.border {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
.entrybody h5 a {
  color: #ff6600;
  text-decoration: none;
}
.entrybody h6 {
  color: #666666;
  margin-bottom: 2em;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
}
.entrybody h6 a {
  color: #ff6600;
  text-decoration: none;
}
.entrybody p {
  line-height: 1.8;
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 1.5em;
}
.entrybody p.credit {
  font-size: 1.1em;
  color: #999999;
}
.entrybody p.description {
  padding-left: 2em;
}
.entrybody p.excerpt_text {
  font-size: 1.2em;
}
.entrybody p.excerpt_text a {
  text-decoration: none;
  color: #666666;
}
.entrybody p.excerpt_text a:hover {
  color: #990000;
  text-decoration: underline;
}
.entrybody p.small {
  font-size: 1.2em;
}
.entrybody .archive_thum {
  width: 120px;
  height: 80px;
  margin-right: 10px;
  border: 3px solid #cccccc;
}
.entrybody a.blank {
  background: url(images/blank-ico.gif) no-repeat scroll right 60% transparent;
  margin: 0 2px 0 0;
  padding: 0 16px 0 0;
}
.entrybody a.amazon {
  background: url(images/amazon.png) no-repeat left center;
  padding-left: 29px;
  height: 24px;
  display: block;
}
.entrybody ul {
  list-style-type: disc;
  margin-bottom: 1.5em;
  padding-left: 10px;
  list-style-image: url(images/check.png);
}
.entrybody ul.blogroll li {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 2;
}
.entrybody ul.blogroll li a {
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: underline;
}
.entrybody ul li {
  margin-left: 10px;
  font-size: 1.3em;
  line-height: 1.4;
  color: #666666;
  margin-top: 5px;
  color: #336600;
}
.entrybody table {
  border-collapse: collapse;
  border: 1px solid #336600;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.entrybody table tr.table_head {
  background-color: #669900;
}
.entrybody table tr.table_head td {
  text-align: center;
  color: #ffffff;
}
.entrybody table td {
  text-align: left;
  padding: 5px;
  border: 1px solid #336600;
}
.entrybody table th {
  font-weight: bold;
  padding: 5px;
  border: 1px solid #336600;
  background-color: #669900;
  text-align: center;
  color: #ffffff;
}
.entrybody table.th-alignl th {
  text-align: left;
}
.entrybody table.w455 {
  width: 455px;
  margin-left: 47px;
}
.entrybody ol {
  padding-left: 30px;
  margin: 15px 0;
}
.entrybody ol.order {
  padding-left: 20px;
}
.entrybody ol.order li {
  margin: 0 0 5px;
  color: #333333;
  font-weight: bold;
}
.entrybody ol li {
  font-size: 1.3em;
  line-height: 1.5;
  text-align: justify;
  margin: 15px 0;
}
.entrybody span.readmore {
  font-size: 0.9em;
  line-height: 1.5;
}
.entrybody .archive_list p {
  margin-bottom: .3em !important;
}
.entrybody .tar {
  text-align: right;
}
.entrybody .tac {
  text-align: center;
}
.entrybody .nowrap {
  white-space: nowrap;
}
.entrybody .bold {
  font-weight: bold;
}
.entrybody .red {
  color: #ff0000;
}
.entrybody .border1px {
  border: 1px solid #cccccc;
}
.entrybody blockquote {
  display: block;
  background: #FCFCFC none repeat scroll 0 0;
  padding: 10px;
  border: 1px dotted #cccccc;
  clear: both;
  margin: 0px auto 20px;
  width: 435px;
  font-style: italic;
}
.entrybody blockquote p {
  margin: 0px;
}
/*****Caption block*****/
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #FCFCFC;
  padding-top: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.wp-caption p.wp-caption-text {
  padding: 4px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
  color: #666666;
  text-align: justify;
  margin: 0;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption-dd {
  font-size: 1.1em;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.captioncenter {
  width: 315px;
  margin: 15px auto;
}
.space {
  clear: both;
  height: 30px;
}
.space hr {
  display: none;
}
/*****Meta block*****/
#entrymeta {
  padding-top: 1em;
  border-top: 1px dotted #ccc;
  margin-bottom: 15px;
  clear: both;
  line-height: 1.5;
}
#postinfo {
  padding-bottom: 15px;
}
.filedto {
  background: url(images/post.png) no-repeat left center;
  padding: 3px 3px 3px 20px;
}
.endate {
  background: url(images/endate.png) no-repeat left center;
  padding: 3px 3px 3px 20px;
}
.postedby {
  background: url(images/user.png) no-repeat;
  padding: 2px 3px 3px 20px;
}
/*************************************
 social book mark
 *************************************/
#scb_block {
  width: 523px;
  background-color: #e8e8e8;
  padding: 10px;
  border-left: 8px solid #336600;
}
#scb_block h4 {
  color: #000000;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
/*************************************
 Backnumber List
 *************************************/
#backnumber_list {
  width: 523px;
  margin: 15px 0;
  background-color: #e8e8e8;
  padding: 10px 10px 15px 10px;
  border-left: 8px solid #336600;
}
#backnumber_list h4 {
  color: #000000;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
#backnumber_list ul {
  list-style-position: outside;
  zoom: 1;
}
#backnumber_list ul li {
  margin-top: 0.5em;
  margin-left: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
#backnumber_list ul li span.listdate {
  margin-left: 1em;
  font-size: 0.9em;
  font-weight: normal;
}
/*************************************
 related post
 *************************************/
#relatedposts_wrap {
  width: 523px;
  margin: 15px 0;
  background-color: #e8e8e8;
  padding: 10px 10px 15px 10px;
  border-left: 8px solid #336600;
}
#relatedposts_wrap p {
  font-size: 1.1em;
}
h4.relatedpost {
  color: #000000;
  margin-bottom: 0.5em;
  font-size: 1.4em;
}
ul.st-related-posts {
  list-style-position: outside;
  zoom: 1;
}
ul.st-related-posts li {
  margin-top: 0.5em;
  margin-left: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
ul.st-related-posts li span.similarpostdate {
  margin-left: 1em;
  font-size: 0.9em;
  font-weight: normal;
}
#tag_wrap p {
  font-size: 1.1em;
}
/*************************************
 +ShopMeta
 *************************************/
.shopmeta {
  margin-top: 10px;
  padding: 10px;
  background: #ffffcc url(images/info.gif) 485px 15px no-repeat;
  clear: both;
}
.shopmeta table {
  margin: 0;
  background: none;
  border: none;
  width: 435px;
}
.shopmeta table th {
  width: 25%;
  font-weight: bold;
  color: #333333;
  text-align: right;
  background: none;
  border: none;
  padding: 5px 1.5em 5px 5px;
}
.shopmeta table td {
  background: none;
  color: #333333;
  border: none;
  padding: 5px;
}
#postnavigation {
  width: 551px;
  overflow: hidden;
}
#postnavigation p {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#postnavigation p.back {
  float: left;
  display: inline-block;
  width: 220px;
  padding-left: 33px;
  background: url(images/round_arrow_left.gif) 7px center no-repeat #e8e8e8;
}
#postnavigation p.next {
  float: right;
  display: inline-block;
  width: 220px;
  background: url(images/round_arrow_right.gif) 236px center no-repeat #e8e8e8;
  padding: 10px 33px 10px 10px;
}
#postnavigation p a {
  font-size: 1.1em;
  font-weight: bold;
}
.sticky {
  border: 1px solid #bbb;
  border-width: 1px 0;
  background: #FCFCFC;
  padding: 15px;
  margin-bottom: 25px;
}
#post_bottom_ad {
  width: 551px;
  margin: 20px 0 40px;
}
/*****small block*****/
.entry-smallblock {
  padding: 15px 15px 0px 15px;
  border: 1px dashed #cccccc;
  margin-bottom: 2em;
}
.entry-smallblock p {
  font-size: 1.2em;
}
.entry-smallblock h4 {
  clear: both;
  color: #000000;
  font-size: 1.4em;
}
.entry-smallblock2 {
  padding: 10px;
  border: 1px dashed #cccccc;
  margin-bottom: 10px;
}
.entry-smallblock2 h4 {
  clear: both;
  color: #000000;
  font-size: 1.4em;
}
.entry-smallblock3 {
  width: 300px;
  height: 143px;
  padding: 15px 15px 0px 15px;
  margin-bottom: 15px;
  background: url(images/fusen.jpg) no-repeat left top;
}
.entry-smallblock3 p {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
}
.entry-smallblock3 h5 {
  clear: both;
  color: #000000;
  font-size: 1.2em;
}
p.product-order a {
  display: block;
  width: 257px;
  height: 56px;
  background: url(images/order.jpg) no-repeat left top;
  text-indent: -9999px;
  overflow: hidden;
  margin: 20px auto;
}
p.product-order a:hover {
  background: url(images/order.jpg) no-repeat left bottom;
}
/***********Expert Block*************/
#expertshop_map {
  width: 549px;
  height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
#map_canvas {
  width: 453px;
  height: 453px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
#content_window {
  float: left;
  width: 453px;
  height: 453px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.mapstraction {
  border: 20px solid #FFFFCC;
}
/*************************************
 WP-PageNavi plugin
 *************************************/
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a {
  text-decoration: none;
  border: 2px solid #cccccc;
  padding: 5px 7px;
  margin: 5px 8px 0px 0px;
  display: inline-block;
}
.wp-pagenavi a:hover {
  border-color: #336600;
  border-color: #e8e8e8;
  color: #000000;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 2px solid #cccccc;
  padding: 5px 7px;
  margin: 5px 8px 0px 0px;
  display: inline-block;
  color: #000000;
}
.wp-pagenavi span.current {
  border-color: #336600;
  font-weight: bold;
  background-color: #bfd6c1;
}
div.alignright {
  float: right;
  margin: 0 0 2em 10px;
}
div.alignleft {
  float: left;
  margin: 0 10px 2em 0;
}
div.aligncenter {
  margin: 0 auto 2em;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
img.alignnone {
  margin-bottom: 5px;
}
/*************************************
 +title
 *************************************/
#zx14r {
  margin-bottom: 20px;
}
#zx14r ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0;
  width: 501px;
  margin: 0 auto;
}
#zx14r li {
  display: block;
  height: 95px;
  position: relative;
  background: right bottom no-repeat #ff0000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 0 10px 0;
}
#zx14r li.num1 {
  background-image: url(block/2011zx14r/images/number1.gif);
}
#zx14r li.num2 {
  background-image: url(block/2011zx14r/images/number2.gif);
}
#zx14r li.num3 {
  background-image: url(block/2011zx14r/images/number3.gif);
}
#zx14r li.num4 {
  background-image: url(block/2011zx14r/images/number4.gif);
}
#zx14r li img {
  position: absolute;
  top: 0;
  left: 0;
}
#zx14r li span {
  position: absolute;
  top: 10px;
  left: 144px;
  font-size: 1.4em;
  padding-right: 10px;
  width: 340px;
}
#zx14r_index ul {
  list-style-type: none;
  margin-bottom: 10px;
}
#zx14r_index li {
  display: block;
  font-size: 1.1em;
  width: 128px;
  float: left;
  padding-bottom: 5px;
}
#zx14r_index li img {
  margin-bottom: 3px;
}
#zx14r_index li img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#zx14r_index li a {
  display: block;
}
#zx14r_index h4 {
  width: 536px;
  margin-bottom: 8px;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 1.2em;
  background: #999999;
  color: #ffffff;
}
#zx14r_index h5 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
#zx14r_index .mgr13 {
  margin-right: 13px;
}
#zx14r_index .clumn2 {
  width: 269px;
  float: left;
}
#zx14r_index .clumn2.mgr13 {
  margin-right: 13px;
}
#zx14r_index .clumn2 h4 {
  width: 254px;
}
#shopurlbu {
  width: 296px;
  margin: 15px auto;
}
#shopurlbu a {
  display: block;
  width: 296px;
  height: 51px;
  text-indent: -9999px;
  background: url(block/2011zx14r/images/shop_site.jpg) 0 0 no-repeat #ffffff;
  overflow: hidden;
}
#shopurlbu a:hover {
  background-position: 0 -51px;
}
#shopcategory {
  margin-bottom: 30px;
  margin-top: 10px;
}
#shopcategory ul {
  list-style-type: none;
  margin-bottom: 15px;
  float: left;
}
#shopcategory ul li {
  float: left;
  margin-left: 2em;
  color: #999999;
  font-size: 1.2em;
}
#shopcategory h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#shopcategory h4 {
  width: 536px;
  clear: left;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  font-size: 1.2em;
  background: #e8e8e8;
}
#recently_shop h3 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px;
}
#shop_widget h3 {
  background-color: #336600;
  color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#shop_widget h4 {
  border-bottom: none;
  padding-bottom: 3px;
}
#shop_widget h4.bikename {
  font-size: 1.3em;
  width: 127px;
  color: #ff6600;
  overflow: hidden;
  white-space: nowrap;
}
#shop_widget h5 {
  border-bottom: none;
}
#shop_widget h5.modelyear {
  font-size: 1.1em;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 3px;
}
#shop_widget h5.bikeprice {
  font-size: 1.3em;
  text-align: right;
  margin-bottom: 3px;
}
#shop_widget p.bikeexcerpt {
  border-bottom: 3px solid #cccccc;
  padding-bottom: 5px;
}
#bike_list h4 {
  margin-left: 15px;
}
#bike_list ul {
  padding-left: 40px;
}
#bike_list table#bike_list_table {
  width: 551px;
}
#bike_list table#bike_list_table td {
  text-align: center;
}
.ui-widget-header {
  padding: 10px !important;
}
/*************************************
 +Footer
 *************************************/
#footer {
  clear: both;
  height: 105px;
  background: url(images/bg-footer.jpg) left bottom repeat-x;
  color: #FFFFFF;
}
#footer a {
  color: #E6E6E6;
}
#footer a:hover {
  color: #b2b2b2;
}
#footer span.footerrss {
  background: url(images/rss.png) left center no-repeat;
  padding-left: 20px;
  margin-right: 2em;
}
#footer_wrap {
  width: 970px;
  margin: 0 auto;
  height: 90px;
  padding: 15px 15px 0 15px;
}
#backtotop {
  float: right;
  background: #00783b;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 12em;
  text-align: center;
}
#backtotop a {
  color: #FFFFFF;
  display: block;
  padding: 5px;
}
#backtotop a:hover {
  color: #FFFFFF;
}
#ftpgnav {
  width: 600px;
  float: left;
  text-align: left;
  margin-top: 27px;
}
#ftpgnav ul {
  list-style-type: none;
  height: 2em;
}
#ftpgnav ul li {
  float: left;
  color: #666666;
  margin-right: 2em;
}
#ftnav {
  width: 600px;
  float: left;
  text-align: left;
  margin-top: 15px;
}
/*************************************
 Quiz
 *************************************/
#quiz-wrap {
  margin-bottom: 15px;
  background: url(images/kentei_body.gif) repeat-y left top;
}
#quiz-wrap .inner {
  padding: 5px 40px;
}
#quiz-wrap ol {
  margin: 0;
}
#quiz-wrap ol li {
  margin: 0 0 20px 0;
}
#quiz-wrap ol li div {
  padding: 4px 0;
  font-size: 1.1em;
}
#quiz-wrap ol li div label {
  line-height: 1.75;
}
#quiz-wrap .grade_block h2 span {
  color: #ff0000;
}
#quiz-wrap .grade_block h3 {
  font-size: 1.4em;
  margin: 0 0 1em 0;
  color: #336600;
}
#quiz-wrap .grade_block h3#kawasakimachine {
  font-size: 4em;
  padding: 15px;
  background: url(images/kawasakimachine_back.gif) left top repeat;
  line-height: 1;
  text-align: center;
  margin: 0px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #336600;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#quiz-wrap .grade_block p.ex_kawasaki {
  font-size: 1.1em;
  margin: 15px 0px 5px;
}
#quiz-wrap .grade_block p.grade_caption {
  font-size: 1.5em;
  line-height: 1.75;
  margin: 20px 0px;
}
#quiz-wrap .grade_block img {
  width: 375px;
  margin-left: 48px;
}
#quiz-wrap h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #666666;
}
#quiz-wrap input {
  vertical-align: middle;
  margin-right: 5px;
}
#quiz-wrap .rightanswer {
  color: red;
  margin-left: 10px;
  font-weight: bold;
}
#quiz-wrap .explain {
  margin-top: 15px;
}
#quiz-wrap .explain h6 {
  font-size: 1.1em;
  font-weight: bold;
  color: #666666;
  letter-spacing: .2em;
  margin-bottom: 5px;
}
#quiz-wrap .explain p {
  font-size: 1.1em;
  color: #990000;
  padding-left: 2em;
}
#backtoquiz {
  margin-bottom: 15px;
}
.resetbutton {
  margin-top: 15px;
}
#form-button {
  border: 0px;
  width: 257px;
  height: 56px;
  background: url(images/result_check.jpg) left top no-repeat;
}
#google_ads_div_kawasaki1ban_post_bottom {
  margin-top: 15px;
  border: 1px solid #336600;
  padding: 10px;
  background: url("images/pr.gif") no-repeat scroll 500px 15px #ffffff;
  width: 529px;
}
#google_ads_div_kawasaki1ban_post_bottom a {
  color: #ff6600;
}
#google_ads_div_kawasaki1ban_post_bottom b {
  font-size: 1.4em;
  color: #ff6600;
}
#google_ads_div_kawasaki1ban_post_bottom p {
  margin: 10px 0 10px;
  font-size: 1.2em;
  color: #333333;
}
/*************************************
 twitter
 *************************************/
#twitter_widget_b {
  padding: 10px;
  width: 377px;
  margin-bottom: 15px;
  background-color: #ececec;
  border: 1px dashed #cccccc;
}
#twitter_head {
  width: 372px;
  height: 25px;
  background: url(images/twitter_head.gif) left top no-repeat #000000;
  padding: 5px 0 0 5px;
  margin-bottom: 10px;
}
#tweet-container {
  height: 300px;
  width: auto;
  overflow: hidden;
}
#top-bar {
  position: relative;
  padding-bottom: 10px;
}
.tweet {
  padding: 5px;
  margin: 0 8px 8px 0;
  border-bottom: 1px solid #cccccc;
  background: url(images/transparent.png);
  background-color: #ffffff;
  width: auto;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tweet .avatar, .tweet .user {
  float: left;
}
.tweet .user {
  margin: 0;
  padding: 0;
}
.tweet .time {
  padding: 2px 0 3px;
  text-transform: uppercase;
  font-size: 10px;
  color: #AAAAAA;
  white-space: nowrap;
}
.tweet .avatar {
  margin: 0 8px 0 0;
}
.tweet .avatar img {
  width: 38px;
  height: 38px;
}
.tweet .txt {
  font-size: 1.1em;
}
.tweet .user {
  font-weight: bold;
  padding-right: 10px;
}
#twitterloading {
  margin: 140px 170px;
}
#facebook_widget {
  margin-bottom: 15px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #ffffff;
  position: relative;
}
.jspDrag {
  background: #55dd00;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #505050;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/* @import "comment.less"; */
