/*
Theme Name: CKO Theme
Theme URI: https://example.com/cko-theme/
Author: Your Name
Author URI: https://example.com/
Description: A custom theme for CKO website, converted from MODX to WordPress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cko-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 
このファイルはWordPressテーマの識別に使用されます。
実際のスタイルはcss/main.cssに定義されています。
*/

/* 基本スタイル */
body {
  font: 13px/2.0 Verdana, 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, Meiryo, sans-serif;
  color: #666666;
  background: url(images/background.png) #ffffff repeat;
}

a {
  color: #475372;
}

a:hover {
  color: #66759c;
  text-decoration: none;
}

a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

p {
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ヘッダー */
#header {
  position: relative;
  height: 100px;
}

/* メインナビゲーション */
.navbar-custom {
  background-color: #475372;
}

.navbar-custom .navbar-brand {
  color: #ffffff;
}

.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #f8f8f8;
  background-color: transparent;
}

/* コンテンツ */
#main {
  float: right;
  width: 715px;
  padding-bottom: 40px;
}

#sidebar {
  float: left;
  width: 225px;
  padding-bottom: 40px;
  font-size: 13px;
}

/* 見出し */
h2 {
  padding: 0 5px 0 24px;
  margin-bottom: 20px;
  line-height: 37px;
  font-size: 14px;
  font-weight: normal;
  color: #475372;
  background: url(images/h2Bg.png) no-repeat 0 100%;
}

/* フッター */
#footer {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border-top: 1px solid #7e7e7e;
  background: #5d5d5d;
  color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  #main, #sidebar {
    float: none;
    width: 100%;
  }
}
