@charset "utf-8";
/*

* Auther and Copyright
  KBMJ inc. (http://www.kbmj.com/)

* Index
  0: reset
  1: base
  2: header
  3: gloval navigation
  4: contents
  5: side
  6: footer
  7: service colors(※変更要)
  8: service parts(※変更要)

* Propaties Order
  display
  position
  float
  clear
  width
  height
  line-height
  vertical-align
  visiblity
  margin(top,right,bottom,left)
  padding(top,right,bottom,left)
  border(width,color,style,top,right,bottom,left)
  color
  font(family,style,weight,size)
  text(indent,align,decoration,word-break)
  background(color,image,repeat,attachment,position)

*/

/*------------------------------
  0: reset
------------------------------*/

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

/*------------------------------
  1: base
------------------------------*/

body {
  line-height: 130%;
  color: #434343;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  background: #f5f5f5 url("image/background.png") repeat-y center;
  text-align: center; 
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

a:link,
a:visited {
  color: #0054A6;
  text-decoration: none;
}

a:active,
a:hover {
  color: #3ca0ff;
  text-decoration: underline;
}

strong {
  font-style: normal;
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: normal;
}

span.alt {
  display: none;
}

.left-block {
  display: block;
  float: left;
}

.right-block {
  display: block;
  float: right;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

/*------------------------------
  2: header;
------------------------------*/

h1 {
  width: 894px;
  height: 60px;
  line-height: 75%;
  padding: 3px;
  color: #fdb913;
  font-weight: normal;
  font-size: 10px;
  background-color: #ffffff;
}

#call {
  position: absolute;
  top: 10px;
  left: 665px;
  width: 225px;
  font-size: 60%;
}

#call a {
  float: left;
}

#call div.call_r{
  float: right;
  height: 48px;
  width: 170px;
}

/* Hacks:IE6,IE7 のみに適応 */
*html .catch-image
*+html .catch-image {
  margin-bottom: -4px;
}

/*------------------------------
  3: gloval navigation;
------------------------------*/

#navigation {
  width: 900px;
  height: 30px;
  border-bottom: solid 3px #fc8100;
}

.navi-button-1,
.navi-button-2,
.navi-button-3,
.navi-button-4,
.navi-button-5,
.navi-button-6,
.navi-button-7,
.navi-button-8,
.navi-button-9 {
  float: left;
  background: no-repeat top center;
}

.navi-button-1 a,
.navi-button-2 a,
.navi-button-3 a,
.navi-button-4 a,
.navi-button-5 a,
.navi-button-6 a,
.navi-button-7 a,
.navi-button-8 a,
.navi-button-9 a,
.here-1,
.here-2,
.here-3,
.here-4,
.here-5,
.here-6,
.here-7,
.here-8,
.here-9 {
  display: block;
  width: 100px;
  height: 30px;
}

/*------------------------------
  4: contents;
------------------------------*/

#main {
  float: left;
  width: 665px;
  padding: 20px;
  font-size: 75%;
}

#main h2,
#main h3,
#main p,
#main dl.circle dd {
  margin-bottom: 15px;
}

#main table {
  margin-bottom: 35px;
}

#main h2 {
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 2px dotted #434343;
}

#main h2 img {
  margin: 5px 0 10px 0;
}

#main h3 {
  height: 26px;
  padding: 6px 0 0 8px;
  color: #ffffff;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0;
}

#main h4 {
  height: 25px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0;
}

#main blockquote {
  margin: 20px 0 25px 0;
  padding: 15px;
  border: 1px dotted #434343;
}

#main cite {
  display: block;
  font-style: italic;
  text-align: right;
}

#main table {
  width: 100%;
  border: 1px solid #ccb;
  border-collapse: separate;
  border-spacing: 2px;
}

#main th {
  vertical-align: middle;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
}

#main td {
  padding: 8px;
  word-break: break-all;
}

#main dl.circle {
  padding: 10px 0;
}

#main dl.circle dt {
  height: 18px;
  padding-left: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  text-decoration: underline;
  background: url("image/background_dt.png") no-repeat 0 2px;
}

#main dl.circle dd {
  padding: 5px 0 0 20px;
}

#main .left-image {
  float: left;
}

#main .right-text {
  padding-right: 10px;
}

#main .icon {
  margin: 0 5px -5px 0;
}

.banner-trial a {
  display: block;
  width: 325px;
  height: 100px;
  margin: 35px 0 20px 170px;
}

.banner-trial a:link,
.banner-trial a:visited {
  background-image: url("image/banner_bottom_inquiry_off.png");
}

.banner-trial a:hover,
.banner-trial a:active {
  background-image: url("image/banner_bottom_inquiry_on.png");
}

/* index */

.navi-more-case-study a {
  width: 160px;
  height: 18px;
  margin-right: 20px;
}

.navi-more-case-study a:link,
.navi-more-case-study a:visited {
  background-image: url("image/navi_more_case_study_off.png");
}

.navi-more-case-study a:hover,
.navi-more-case-study a:active {
  background-image: url("image/navi_more_case_study_on.png");
}

/* case_study */

#case-category {
  width: 665px;
  height: 50px;
  padding: 10px 0 8px 1px;
  margin-bottom: 15px;
  background-image: url("image/background_case_categorys.png");
}

#case-category ul.category-list li {
  display: block;
  float: left;
  width: 120px;
  height: 25px;
  padding-left: 45px;
  background-image: url("image/background_case_category.png");
  font-weight: bold;
}

.case-study-box-top {
  padding-top: 5px;
}

.case-study-box,
.case-study-box-bottom {
  padding: 10px 0 5px 0;
  border-top: 2px dotted #c6c6c6;
}

.case-study-box-bottom {
  margin-bottom: 50px;
  border-bottom: 2px dotted #c6c6c6;
}

.right-text {
  float: right;
  width: 455px;
}

/* grossary */

#main dl.grossary dt,
#main dl.grossary dd {
  padding: 12px 8px 0 38px;
  background: no-repeat 10px 11px;
}

#main dl.grossary dt {
  font-weight: bold;
  background-image: url("image/icon_grossary.png");
}

#main dl.grossary dd {
  padding-bottom: 10px;
}

#main dl.grossary .odd {
  background-color: #fff4cc;
}

/* q&a */

#main dl.qa dt,
#main dl.qa dd {
  padding: 12px 8px 0 38px;
  background: no-repeat 10px 11px;
}

#main dl.qa dt {
  font-weight: bold;
  background-image: url("image/icon_qanda_q.png");
}

#main dl.qa dd {
  padding-bottom: 10px;
  background-image: url("image/icon_qanda_a.png");
}

#main dl.qa .odd {
  background-color: #fff4cc;
}

/*------------------------------
  5: side
------------------------------*/

#side {
  float: left;
  width: 180px;
  line-height: 1.2;
  padding: 15px 0;
  font-size: 70%;
}

#side ul,
#side dl,
#side .banner,
#side .trial,
#side .download,
#side .inquiry,
#side .banner-partner a,
#side .banner-si a {
  margin-bottom: 10px;
}

#side dd a {
  color: #464646;
  text-decoration: none;
}

#side .trial a,
#side .download a,
#side .inquiry a {
  display: block;
  width: 180px;
  height: 55px;
}

#side .trial a:hover,
#side .download a:hover,
#side .inquiry a:hover {
  background: none;
}

#side .trial {
  background: url("image/banner_trial_on.png") no-repeat;
}

#side .trial a {
  background: url("image/banner_trial.png") no-repeat;
}

#side .download {
  background: url("image/banner_dl_on.png") no-repeat;
}

#side .download a {
  background: url("image/banner_dl.png") no-repeat;
}

#side .inquiry {
  background: url("image/banner_inquiry_on.png") no-repeat;
}

#side .inquiry a {
  background: url("image/banner_inquiry.png") no-repeat;
}

#side h2 {
  height: 16px;
  margin-bottom: 10px;
  padding: 5px 6px 5px 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  background-repeat: no-repeat;
}

#side .rss {
  margin-top: 1px;
}

#side ul.topics {
  margin-top: -7px;
  border: 1px solid #ccb;
  background-color: #e0e0e0;
}

#side ul.topics li {
  margin: 5px;
  padding: 5px;
  background-color: #ffffff;
}

#side .date {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}

#side dd {
  margin: 0 0 5px 0;
}

.banner-partner a,
.banner-service-00 a,
.banner-service-01 a,
.banner-service-02 a,
.banner-service-03 a,
.banner-service-04 a,
.banner-service-05 a,
.banner-service-06 a,
.banner-service-07 a,
.banner-service-08 a,
.banner-service-09 a,
.banner-service-10 a,
.banner-service-11 a,
.banner-service-12 a,
.banner-service-13 a,
.banner-service-14 a,
.banner-service-15 a,
.banner-service-16 a,
.banner-service-17 a,
.banner-service-18 a,
.banner-service-19 a,
.banner-service-20 a,
.banner-service-21 a,
.banner-si a {
  display: block;
  width: 180px;
}

.banner-partner a {
  height: 55px;
}

.banner-partner a:link,
.banner-partner a:visited {
  background-image: url("image/banner_partner_off.png");
}

.banner-partner a:hover,
.banner-partner a:active {
  background-image: url("image/banner_partner_on.png");
}

.banner-service-00 a,
.banner-service-01 a,
.banner-service-02 a,
.banner-service-03 a,
.banner-service-04 a,
.banner-service-05 a,
.banner-service-06 a,
.banner-service-07 a,
.banner-service-08 a,
.banner-service-09 a,
.banner-service-10 a,
.banner-service-11 a,
.banner-service-12 a,
.banner-service-13 a,
.banner-service-14 a,
.banner-service-15 a,
.banner-service-16 a,
.banner-service-17 a,
.banner-service-18 a,
.banner-service-19 a,
.banner-service-20 a,
.banner-service-21 a {
  height: 40px;
  margin-bottom: 2px;
}

.banner-service-00 a:link,
.banner-service-00 a:visited {
  background-image: url("image/banner_recommend_off.png");
}

.banner-service-00 a:hover,
.banner-service-00 a:active {
  background-image: url("image/banner_recommend_on.png");
}

.banner-service-01 a:link,
.banner-service-01 a:visited {
  background-image: url("image/banner_mobile-flash_off.png");
}

.banner-service-01 a:hover,
.banner-service-01 a:active {
  background-image: url("image/banner_mobile-flash_on.png");
}

.banner-service-02 a:link,
.banner-service-02 a:visited {
  background-image: url("image/banner_kuchikomi_off.png");
}

.banner-service-02 a:hover,
.banner-service-02 a:active {
  background-image: url("image/banner_kuchikomi_on.png");
}

.banner-service-03 a:link,
.banner-service-03 a:visited {
  background-image: url("image/banner_lpo_off.png");
}

.banner-service-03 a:hover,
.banner-service-03 a:active {
  background-image: url("image/banner_lpo_on.png");
}

.banner-service-04 a:link,
.banner-service-04 a:visited {
  background-image: url("image/banner_lbclpo_off.png");
}

.banner-service-04 a:hover,
.banner-service-04 a:active {
  background-image: url("image/banner_lbclpo_on.png");
}

.banner-service-05 a:link,
.banner-service-05 a:visited {
  background-image: url("image/banner_121r_off.png");
}

.banner-service-05 a:hover,
.banner-service-05 a:active {
  background-image: url("image/banner_121r_on.png");
}

.banner-service-06 a:link,
.banner-service-06 a:visited {
  background-image: url("image/banner_my_crawler_off.png");
}

.banner-service-06 a:hover,
.banner-service-06 a:active {
  background-image: url("image/banner_my_crawler_on.png");
}

.banner-service-07 a:link,
.banner-service-07 a:visited {
  background-image: url("image/banner_sns_off.png");
}

.banner-service-07 a:hover,
.banner-service-07 a:active {
  background-image: url("image/banner_sns_on.png");
}

.banner-service-08 a:link,
.banner-service-08 a:visited {
  background-image: url("image/banner_rublog_off.png");
}

.banner-service-08 a:hover,
.banner-service-08 a:active {
  background-image: url("image/banner_rublog_on.png");
}

.banner-service-09 a:link,
.banner-service-09 a:visited {
  background-image: url("image/banner_cms_off.png");
}

.banner-service-09 a:hover,
.banner-service-09 a:active {
  background-image: url("image/banner_cms_on.png");
}

.banner-service-10 a:link,
.banner-service-10 a:visited {
  background-image: url("image/banner_dub_off.png");
}

.banner-service-10 a:hover,
.banner-service-10 a:active {
  background-image: url("image/banner_dub_on.png");
}

.banner-service-11 a:link,
.banner-service-11 a:visited {
  background-image: url("image/banner_iphone_off.png");
}

.banner-service-11 a:hover,
.banner-service-11 a:active {
  background-image: url("image/banner_iphone_on.png");
}

.banner-service-12 a:link,
.banner-service-12 a:visited {
  background-image: url("image/banner_zatugakuhiroba_off.png");
}

.banner-service-12 a:hover,
.banner-service-12 a:active {
  background-image: url("image/banner_zatugakuhiroba_on.png");
}

.banner-service-13 a:link,
.banner-service-13 a:visited {
  background-image: url("image/banner_ga_off.png");
}

.banner-service-13 a:hover,
.banner-service-13 a:active {
  background-image: url("image/banner_ga_on.png");
}

.banner-service-14 a:link,
.banner-service-14 a:visited {
  background-image: url("image/banner_site-check_off.png");
}

.banner-service-14 a:hover,
.banner-service-14 a:active {
  background-image: url("image/banner_site-check_on.png");
}

.banner-service-15 a:link,
.banner-service-15 a:visited {
  background-image: url("image/banner_ec_off.png");
}

.banner-service-15 a:hover,
.banner-service-15 a:active {
  background-image: url("image/banner_ec_on.png");
}

.banner-service-16 a:link,
.banner-service-16 a:visited {
  background-image: url("image/banner_seo_off.png");
}

.banner-service-16 a:hover,
.banner-service-16 a:active {
  background-image: url("image/banner_seo_on.png");
}

.banner-service-17 a:link,
.banner-service-17 a:visited {
  background-image: url("image/banner_search_off.png");
}

.banner-service-17 a:hover,
.banner-service-17 a:active {
  background-image: url("image/banner_search_on.png");
}

.banner-service-18 a:link,
.banner-service-18 a:visited {
  background-image: url("image/banner_gs_off.png");
}

.banner-service-18 a:hover,
.banner-service-18 a:active {
  background-image: url("image/banner_gs_on.png");
}

.banner-service-19 a:link,
.banner-service-19 a:visited {
  background-image: url("image/banner_dp_off.png");
}

.banner-service-19 a:hover,
.banner-service-19 a:active {
  background-image: url("image/banner_dp_on.png");
}

.banner-service-20 a:link,
.banner-service-20 a:visited {
  background-image: url("image/banner_sem_off.png");
}

.banner-service-20 a:hover,
.banner-service-20 a:active {
  background-image: url("image/banner_sem_on.png");
}

.banner-service-21 a:link,
.banner-service-21 a:visited {
  background-image: url("image/banner_pocket_off.png");
}

.banner-service-21 a:hover,
.banner-service-21 a:active {
  background-image: url("image/banner_pocket_on.png");
}


.banner-si a {
  height: 80px;
}

.banner-si a:link,
.banner-si a:visited {
  background-image: url("image/banner_si_off.png");
}

.banner-si a:hover,
.banner-si a:active {
  background-image: url("image/banner_si_on.png");
}

/*------------------------------
 6: footer
------------------------------*/

#footer {
  clear: both;
  width: 880px;
  margin: 0 10px;
  padding: 12px 0;
  text-align: center;
  font-size: 75%;
}

#footer ul.menu-list li {
  display: inline;
}

#footer address {
  margin: 8px 0;
  font-style: normal;
}

#footer dl.service-list {
  width: 860px;
  padding: 8px 10px;
  color: #ccb;
  background: #e9e9e9;
}

#footer dl.service-list a {
  color: #464646;
}

#footer .service-list dt {
  float: left;
  width: 125px;
  margin-right: 5px;
}

#footer .service-list dd {
  float: right;
  width: 730px;
  text-align: left;
}

#footer .service-list ul {
  margin-top: 5px;
}

#footer .service-list li {
  display: inline;
  font-size: 90%;
}

#footer dl.service-list:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}

/*------------------------------
  7: service colors
------------------------------*/

#main th {
  background: #fed457;
}

#main td,
blockquote {
  background-color: #f6efd2;
}

#footer {
  border-top: 2px solid #fdb913;
}

/*------------------------------
  8: service parts
------------------------------*/

#side h2 {
  background-image: url("image/background_h2.png");
}

#main h3 {
  background-image: url("image/background_h3.png");
}

#main h4 {
  background-image: url("image/background_h4.png");
}

.navi-button-1 a:link,
.navi-button-1 a:visited {
  background-image: url("image/background_navi_off_1.png");
}

.navi-button-1 a:hover,
.navi-button-1 a:active {
  background-image: url("image/background_navi_over_1.png");
}

.here-1 {
  background-image: url("image/background_navi_on_1.png");
}

.navi-button-2 a:link,
.navi-button-2 a:visited {
  background-image: url("image/background_navi_off_2.png");
}

.navi-button-2 a:hover,
.navi-button-2 a:active {
  background-image: url("image/background_navi_over_2.png");
}

.here-2 {
  background-image: url("image/background_navi_on_2.png");
}

.navi-button-3 a:link,
.navi-button-3 a:visited {
  background-image: url("image/background_navi_off_3.png");
}

.navi-button-3 a:hover,
.navi-button-3 a:active {
  background-image: url("image/background_navi_over_3.png");
}

.here-3 {
  background-image: url("image/background_navi_on_3.png");
}

.navi-button-4 a:link,
.navi-button-4 a:visited {
  background-image: url("image/background_navi_off_4.png");
}

.navi-button-4 a:hover,
.navi-button-4 a:active {
  background-image: url("image/background_navi_over_4.png");
}

.here-4 {
  background-image: url("image/background_navi_on_4.png");
}

.navi-button-5 a:link,
.navi-button-5 a:visited {
  background-image: url("image/background_navi_off_5.png");
}

.navi-button-5 a:hover,
.navi-button-5 a:active {
  background-image: url("image/background_navi_over_5.png");
}

.here-5 {
  background-image: url("image/background_navi_on_5.png");
}

.navi-button-6 a:link,
.navi-button-6 a:visited {
  background-image: url("image/background_navi_off_6.png");
}

.navi-button-6 a:hover,
.navi-button-6 a:active {
  background-image: url("image/background_navi_over_6.png");
}

.here-6 {
  background-image: url("image/background_navi_on_6.png");
}

.navi-button-7 a:link,
.navi-button-7 a:visited {
  background-image: url("image/background_navi_off_7.png");
}

.navi-button-7 a:hover,
.navi-button-7 a:active {
  background-image: url("image/background_navi_over_7.png");
}

.here-7 {
  background-image: url("image/background_navi_on_7.png");
}

.navi-button-8 a:link,
.navi-button-8 a:visited {
  background-image: url("image/background_navi_off_8.png");
}

.navi-button-8 a:hover,
.navi-button-8 a:active {
  background-image: url("image/background_navi_over_8.png");
}

.here-8 {
  background-image: url("image/background_navi_on_8.png");
}

.navi-button-9 a:link,
.navi-button-9 a:visited {
  background-image: url("image/background_navi_off_9.png");
}

.navi-button-9 a:hover,
.navi-button-9 a:active {
  background-image: url("image/background_navi_over_9.png");
}

