/*
Theme Name: 多業種対応HPシステム(CMSテーマ)【Hide Professional Theme】ITツールNo:TL29-0042726
Theme URI:     http://yamatodesign.jp/package/
Author: 株式会社大和デザイン(Yamato Design)
Author URI: http://yamatodesign.jp/
Description: CMS(Wordpress)のスクラッチテーマです。 CMSホームページ導入により売上アップおよび業務効率化が可能です。（既存顧客の維持、新規顧客獲得、エンドユーザー様の利便性の向上、売上向上、顧客管理）ブログやホームページ内の更新はもちろん、メールフォームの追加や編集、予約機能の切り替え、受発注処理を行うことのできるパッケージテーマです。 お客様のビジョンを明確にし、目標設定、ブランディングからペルソナデザインまで行い、お客様にとっての最良のホームページという24時間不眠不休で働く営業マンを作成いたします。 それによりPRやお問合せ受付、社内でのお知らせによる情報共有、予約スケジュール、顧客管理と生産性を向上させます。 下記内容がサーバーにアップしテーマを有効化した状態で行いますので、すぐに運用を開始できます。 ・ブログの更新、お知らせの更新、ページ内の更新は、プログラムの言語が分からなくても直感的に行えます。 ・情報をカテゴリーごとに分けユーザーがほしい情報にたどりつきやすくなっております。 ・管理画面内で使用、不使用を選択できるので今後の展開も視野に入れてお使いいただけます。 ・メール機能も簡単にカスタマイズできるのでお問合せ以外に受注発注の処理も一貫して行うことができます。 ・メールにて収集したメールアドレスを管理することも可能です。 ・お客様の声など、現場の声をより簡単に更新が行えます ・タイムスケジュール、カレンダーの同期も行えます。
Version: 1.0.1
*/


/* ------------------------------------------------------------------------- *
 *  WordPressのネイティブcss
 *  （今回は「.blog_article_area」内に限り適応）
/* ------------------------------------------------------------------------- */

.blog_article_area p {
    display: block;
    margin: 1em 0;
}
.blog_article_area h1, h2, h3, h4, h5, h6 ,ul,li,img,table,tr,th,td,dl,dt,dd{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

.blog_article_area strong { font-weight: bold; }
.blog_article_area em { font-style: italic; }
.blog_article_area blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}


/*  base : img
/* ------------------------------------ */
.blog_article_area .aligncenter {
    display: block;
    margin: 0 auto;
}
.blog_article_area .alignright { float: right; }
.blog_article_area .alignleft { float: left; }
img[class*="wp-image-"],
.blog_article_area img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    white-space: nowrap;
    overflow: hidden;
}


/* ------------------------------------------------------------------------- *
 *  WP-PageNavi
/* ------------------------------------------------------------------------- */
.wp-pagenavi {
    display: flex;
    justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
    display: inline-block;
    min-width: 28px;
    padding: 0 2px;
    margin: 0 6px;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 32px;
}
.wp-pagenavi .pages {
    padding: 0 10px;
}
.wp-pagenavi .current {
    font-weight: bold;
    background-color: #ccc;
}


/* ------------------------------------------------------------------------- *
 *  トップページ
/* ------------------------------------------------------------------------- */
.top_news_area .left_area p a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    padding: 2px 0;
}
.category-news .top_news_area .left_area p a {
    background-color: #eee;
}
.category-info .top_news_area .left_area p a {
    background-color: #ddd;
}

/* ------------------------------------------------------------------------- *
 *  ブログ
/* ------------------------------------------------------------------------- */
figure.blog_img img {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------------- *
 *  施工実績
/* ------------------------------------------------------------------------- */
.bg_case_detail .right_area figure img {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------------- *
 *  ブログ（新着・リフォーム情報局）
/* ------------------------------------------------------------------------- */
.ico_area a {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #ff8c26;
    color: #fff;
}


/* ------------------------------------------------------------------------- *
 *  お問い合わせフォーム
/* ------------------------------------------------------------------------- */
.mw_wp_form_input .step02,
.mw_wp_form_preview .step01 {
    display: none
}
.mw_wp_form .btn01 {
    width: 260px;
    height: 49px;
    background: url(img/contact/btn_01.gif) no-repeat center;
    text-indent: -9999px;
    border: none;
}
.mw_wp_form .btn02 {
    width: 260px;
    height: 49px;
    background: url(img/contact/btn_02.gif) no-repeat center;
    text-indent: -9999px;
    border: none;
}
.mw_wp_form .btn03 {
    width: 260px;
    height: 49px;
    background: url(img/contact/btn_03.gif) no-repeat center;
    text-indent: -9999px;
    border: none;
}


