@charset "UTF-8";

/*
Theme Name: macaron_pink_plus1
Theme URI: http://alicexdesign.com
Author: Alice Himuro
Author URI: http://alicexdesign.com
Version: 1.0
Tags: two-columns,right-sidebar,one-column,responsive,pink
Description: このテーマは【アリス意匠】の２カラム右サイドバー＋１カラムのレスポンシブデザイン（マカロンカラー・ピンク）です。
*/

/* ----------------------------------------
　　基本設定
---------------------------------------- */

body {
  margin: 0 0;
  padding: 0 0;
  background: #ffffff;
  color: #202020;
  font-size: 81.3%; /* 13px */
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  line-height: 1.5;
}

/* リンク */
a:link,a:visited {
  color: #006699;
  text-decoration: underline;
}

a:hover,a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* ----------------------------------------
   レイアウト
---------------------------------------- */

#wrapper {
  width: 980px;
  margin: 30px auto;
  padding: 10px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
  border-radius: 10px;
}

#wrapper_1 {
  width: 860px;
  margin: 30px auto;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
  border-radius: 10px;
}

#main {
  float: left;
  width: 670px;
  margin: 0 0;
  padding: 20px 15px;
}

#main_1 {
  float: left;
  width: 820px;
  margin: 0 0;
  padding: 20px 20px;
}

#sidebar {
  float: right;
  width: 250px;
  margin: 0 0;
  padding: 20px 15px;
  background: #FADEE1;
  font-size: 13px;
}

/* ----------------------------------------
   ヘッダー
---------------------------------------- */

#header {
  width: 100%;
  height: 135px;
  margin: 0 0;
  padding: 0 0;
  background: url(images/header.png) center top no-repeat;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
}

#header hgroup {
  margin: 0 0;
  padding: 20px 20px;
}

#header h1,#header h1 a {
  margin: 0 0;
  padding: 15px 0 5px 0;
  color: #000; /* 色 */
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
}

.description {
  margin: 0 0;
  padding: 0 0;
  color: #fff; /* 色 */
  font-size: 14px;
}

/* ----------------------------------------
   メイン
---------------------------------------- */

#main h1 {
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: normal;
}

#main article {
  margin-bottom: 30px;
}

h2.title {
  margin: 0 0;
  padding: 8px 8px 8px 50px;
  background: url(images/title.png) left top no-repeat;
  color: #000; /* 色 */
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

h2.title_1 {
  margin: 0 0;
  padding: 8px 8px 8px 50px;
  background: url(images/title_1.png) left top no-repeat;
  color: #fff; /* 色 */
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.title a {
  color: #000; /* 色 */
  text-decoration: none;
}

.text {
  margin: 0 0;
  padding: 20px 20px;
  font-size: 14px;
}

.text_1 {
  margin: 0 0;
  padding: 20px 20px;
  font-size: 16px;
}

/* ----------------------------------------
   関連記事
---------------------------------------- */

#relation {
  margin-top: 10px;
  padding: 10px;
  border: 2px dotted #c0c0c0;
}

#relation h3{
  margin: 0 0;
  padding: 0 0;
}

#relation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
  text-align: left;
  list-style-position: outside;
}

#relation ul li {
  margin: 0 0;
  background: url(images/arrow.png) no-repeat 0 2px;
  padding-left: 12px;
  line-height: 1.5;
  font-size: 12px;
}

/* ----------------------------------------
   サイドバー
---------------------------------------- */

#sidebar .sidetitle {
  height: 16px;
  margin: 0 0;
  padding: 7px 10px;
  background: url(images/side_title.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #000; /* 色 */
  font-weight: bold;
  text-align: center;
}

#sidebar ul {
  margin: 0 0 15px 0;
  padding: 0 0;
  background: #ffffff;
  text-align: left;
  border: 1px solid #ED7B88;
}

#sidebar li {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

#sidebar li:not(:last-child) {
  border-bottom: 1px dashed #ED7B88; /* 色 */
}

#sidebar li a {
  display: block;
  margin: 0 0;
  padding: 7px 10px 7px 35px;
  background: url(images/side_list.png);
  background-color: #ffffff;
  background-position: 5px top;
  background-repeat: no-repeat;
  color: #202020;
  line-height: 2.0;
  text-decoration: none;
}

#sidebar li a:hover {
  background: url(images/side_list_ov.png);
  background-color: #FADEE1;
  background-position: 5px top;
  background-repeat: no-repeat;
  color: #202020;
  line-height: 2.0;
  text-decoration: none;
}

/* ----------------------------------------
   検索
---------------------------------------- */

#s {
  float: left;
  width: 160px;
  height: 30px;
  marin: 0 0;
  padding: 0 5px;
  background: #aaa;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#eee));
  border: none;
  -webkit-border-top-left-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 1px 1px 3px #aaa inset;
  box-shadow: 1px 1px 3px #aaa inset;
}

#searchsubmit {
  display: block;
  width: 70px;
  height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0;
  background: #000;
  color: #fff;
  border: none;
  -webkit-border-top-left-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.screen-reader-text {
  display: none;
}

/* ----------------------------------------
   カレンダー
---------------------------------------- */

#calendar_wrap,#wp-calendar {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0;
  font-size: 12px;
}

#calendar_wrap table,#wp-calendar table {
  width: 100%;
  border: 5px solid #E1E2E2;
}

#calendar_wrap caption,#wp-calendar caption {
  margin: 0 0;
  padding: 5px 0;
  background: url(images/side_title.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #000; /* 色 */
  font-weight: bold;
  text-align: center;
}

#calendar_wrap caption a,#wp-calendar caption a {
  color: #000; /* 色 */
  text-decoration: none;
}

#calendar_wrap th,#wp-calendar th {
  padding: 2px 2px;
  background: #F6BDC3;
  text-align: center;
  border: 1px solid #e1e2e2;
}

#calendar_wrap td,#wp-calendar td {
  padding: 2px 2px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #e1e2e2;
}

/* ----------------------------------------
   フッターメニュー
---------------------------------------- */

#footer_menu {
  clear: both;
  margin: 10px 0;
  padding: 15px 0;
  background: #FADEE1;
  color: #000;
}
#footer_menu ul {
  margin: 0 0;
  pading: 0 0;
  text-align: center;
  list-style: none;
}

#footer_menu li {
  margin: 0 0;
  padding: 0 20px 0 0;
  display: inline;
}

/* ----------------------------------------
   フッター
---------------------------------------- */

#footer {
  clear: both;
  margin: 0 0;
  padding: 20px 0;
  background: url(images/footer.png) center top; /* 色 */
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

#footer_1 {
  clear: both;
  margin: 0 0;
  padding: 20px 0;
  background: url(images/footer_1.png) center top; /* 色 */
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

#footer small,#footer_1 small {
  color: #fff; /* 色 */
  font-size: 100%;
}

/* ----------------------------------------
   ナビゲーション
---------------------------------------- */

#pagenav {
  width: 200px;
  margin: 0 auto;
}

#pagenav .prev {
  float: left;
}

#pagenav .next {
  float: right;
}

#pagenav ul {
  list-style-type: none;
}

#postnav {
  margin: 3em auto;
  text-align: center;
}

#postnav .nav-page {
  margin-bottom: 0.5em;
}

/* ------ ～ 767px ------ */
@media screen and (max-width: 767px) {

#wrapper,#wrapper_1 {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  background: #fff;
}

#header {
  max-width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0;
  background: url(images/header_s.png) right bottom no-repeat;
  text-align: left;
  border-radius: 0;
}

#header hgroup {
  padding-top: 5px;
}

#header h1,#header h1 a {
  font-size: 110%;
}

.header-image {
  max-width: 100%;
}

#contents {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

#main,#main_1 {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

h2.title,h2.title_1 {
  background: url(images/title_s.png) left top no-repeat; 
}

#relation {
  margin: 10px 10px;
  padding: 10px 10px;
  border: 2px dotted #c0c0c0;
}

#sidebar {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  background: #f0f0f0;
  font-size: 13px;
}

#sidebar aside {
  width: 240px;
  margin: 20px auto;
  padding: 0 0;
}

#footer,#footer_1 {
  border-radius: 0;
}

}