@charset "shift-jis";

/*
name: シンプル・ピンク
携帯サイトカラー指定
bgcolor:#fbdbda
text:#333333
link:#0000ff
alink:#ff0000
vlink:#800080
*/

body {
  /* container_background_color_begin */
  background-color: #000000;
  /* container_background_color_end */
  /* container_background_url_begin */
  /* container_background_url_end */

}

#alpha-inner {
  /* alpha_background_color_begin */
  /* alpha_background_color_end */
}

#container {
}

#container-inner {
  background-color:#ffffff;
  /* inner_background_color_begin */
  /* inner_background_color_end */
  background-image: url("../../img/bgline.gif");
  background-position: left;
  background-repeat: repeat-y;

}

#beta-inner {
  /* beta_background_color_begin */
  /* beta_background_color_end */
}

#gamma-inner {
  /* gamma_background_color_begin */
  /* gamma_background_color_end */
}

#header {
  background:#FF6766;
  /* header_background_color_begin */
  /* header_background_color_end */
  /* header_background_url_begin */
  /* header_background_url_end */
  /* header_height_begin */
  /* header_height_end */
}


#header-content {
  margin-left:0px;
}

#header-name {
  font-size:3.0em;
  padding-bottom:15px;
}

#header-name a {
  color:#333;
  text-decoration:none;
}

#header, #header-name a {
  color:#fff;
  /* header_color_begin */
  /* header_color_end */
}

#header-name a:hover {
  text-decoration:underline;
}

#header-description {
  margin-bottom:15px;
}

/* 1カラム時ヘッダーメニュー */
.layout-w #header-menu {
  background:#e6423d;
}

.layout-w #header-menu ul {
  list-style-type:none;
}
.layout-w #header-menu li {
  float:left;
  width:120px;
  border-right:1px solid #dd5855;
  border-bottom:1px solid #bc2d29;
}

.layout-w #header-menu a {
  font-size:1.17em;
  padding: 0.5em 0;
  text-align:center;
  display:block;
  width: 100%;
  background:#f6a9a7;
  text-decoration:none;
  color:#fff;
}

.layout-w #header-menu a:hover {
  background:#e6423d;
}

/* 記事エリア */
#content-inner {
  line-height:1.4;
  min-height:400px;
/*  background:#fff0f0; */
}

.content {
  margin:15px 0 15px 0;
}

.content-footer {
  padding:5px 0;
  border-top: 1px dotted #7E8984;
}

.btn-sns {
  /* ボタン */
  margin-bottom:5px;
}

.pankuzu {
  font-size:1.17em;
  margin:0 0 10px 0;
}

.main-content {
}

.main-content h1 {
  font-size:1.7em;
  background:#FF6766;
  padding:3px 5px;
  color:#FFF;
}

.main-content blockquote {
  border:#ccc solid 1px;
  background:#f3f3f3;
  padding:15px 20px;
}

.main-content ol {
  margin:0;
  padding:0 0 0 17px;
}

.main-content ul {
  margin:0;
  padding:0;
}

.main-content ul li {
  list-style-position:inside;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 10px;
  line-height:1.7em;
  margin:0 0 0 20px;
}

.main-content ul li.on {
  list-style-position:outside;
  list-style:none;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 20px;
  line-height:1.7em;
  background: url(bullet.png) no-repeat 0 0;
}

.main-content ul li.off {
  list-style-position:outside;
  list-style:none;
  text-align:left;
  font-weight:bold;
  padding:0 0 0 20px;
  background: url(bullet2.png) no-repeat 0 0;
}

.entry-date {
  float:right;
}

/* 「コメント投稿覧を表示」ボタンエリア */
.content-comment-post {
  padding:10px;
  text-align:center;
}

.content-comment-post p{
  margin:10px 0;
}

.content-comment-post input[type="submit"]{
  padding:3px 6px;
}

/* 前後ページナビ */
.content-page-navi {
  padding:5px;
  text-align:center;
}

/* ウィジェット */
.widget {
  overflow: hidden;
  width: 100%;
}

.widget-header {
  position: relative;
  font-size:1.17em;
  background:#FF6766;
  padding:3px 6px;
  margin:0 0 10px;
  color:#fff;
}

.widget-content {
  position: relative;
  padding:0 0 5px;
  margin:0 0 5px;
  line-height:1.3;
}

.widget-rss .widget-content {
  text-align:center;
}

.widget-rss-link {
  margin-bottom:5px;
}

.widget-powered .widget-content {
  padding:10px;
  text-align:center;
  border:1px solid #CCC;
  background:#f8f8f8;
  margin:10px 0;
}

.widget-sitemenu a, .widget-category a, .widget-new-entry a, .widget-new-comment a{
  text-decoration:none;
}
.widget-sitemenu a:hover, .widget-category a:hover, .widget-new-entry a:hover, .widget-new-comment a:hover{
  text-decoration:underline;
}

.widget-sitemenu ul {
  list-style-type:none;
}

.widget-category ul {
  list-style-type:none;
}

.widget-new-entry ul {
  list-style-type:none;
}

.widget-new-comment ul {
  list-style-type:none;
}

.widget-category li, .widget-new-comment li, .widget-new-entry li {
  padding:0 0 0 7px;
  margin:0 0 2px 0;
  background: url(li1.gif) no-repeat 0 0;
  background-position:0 4px;
}

.widget-sitemenu li {
  padding:0 0 0 9px;
  margin:0 0 2px 0;
  background: url(li4.gif) no-repeat 0 0;
  background-position:0 4px;
}

.widget-sitemenu ul.sub li {
  padding:0 0 0 9px;
  margin:0 0 2px 0;
  background: url(li3.gif) no-repeat 0 0;
  background-position:0 4px;
}

.widget-search input[type="text"] {
}

.widget-search input[type="submit"] {
  padding:3px 6px;
}

/* フッター */
#footer {
  background:#FF6766;
  color:#fff;
  /* footer_background_color_begin */
  /* footer_background_color_end */
  /* footer_background_url_begin */
  /* footer_background_url_end */
  /* footer_color_begin */
  /* footer_color_end */
  /* footer_height_begin */
  /* footer_height_end */
}

#footer-content {
  text-align:center;
}

/* 記事内コメント欄 */
.content-comment-area {
  margin:10px 0;
}

.comment-list {
  margin-bottom:15px;
}

.comment-title {
  color:#ff4442;
  font-weight:bold;
  margin-bottom:5px;
}

.comment-body {
  margin-bottom:5px;
}

.comment-footer {
  border-top:1px dashed #000;
  padding-top:5px;
}

.comment-contributor, .comment-post-time {
  margin-right:15px;
}

.content-nav {
  padding:10px 0 10px;
}

.content-entry-list {
}

.entry-list {
}

.entry-list dt {
  font-size: 1.3em;
  background:#fff0f0;
  font-weight:bold;
  padding:3px 5px;
}

.entry-list dd {
  padding:10px 0;
  margin-bottom:10px;
}

.entry-content-info {
  border-top:1px dotted #7E8984;
  text-align:right;
  padding-top:5px;
}

.entry-content {
  margin-bottom:10px;
}

.entry-link, .entry-comment-link, .entry-list-date, .entry-date {
  margin-right:10px;
}
/* 検索結果 */
.content-search-list {
}

.search-list {
}

.search-list dt {
}

.search-list dd {
}

.search-content {
}


/* コメント投稿 */
.comment-field h2 {
  font-size:1.2em;
  padding:10px;
  
}

.comment-field-header {
  padding:0 10px 10px;  
}

.comment-field-header .attention {
  color:#F00;
  margin-bottom:10px;
}

.comment-field-header .message {
  color:#390;
  margin-bottom:10px;
}

.comment-field-form {
  text-align:center;
  background:#ffe1e1;
}

.comment-field-wrapper {
  padding:5px 0;
  border-bottom:1px solid #FFF;
}

.comment-field-label {
  text-align:center;
  width:100px;
  float:left;
  font-weight:bold;
}

.comment-field-textarea {
  text-align:left;
  float:left;
}
