/*
Theme Name: theme_by_ai
Description: chatGPTに作ってもらったWordpressテーマ
Author: garakutar feat.chatGPT
Version: 1.0
Text Domain: themebyai
*/

body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  background: #f7f7f7;
  color: #333;
  line-height: 1.6;
}

a {
  color: #0073aa;
  text-decoration: none;
}

header, footer {
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.content {
  flex: 3;
  padding-right: 2rem;
}

.sidebar {
  flex: 1;
  background: #fff;
  padding: 1rem;
  border-left: 1px solid #ddd;
}

article {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #eee;
}
