/*
Theme Name: Fine's TMP1
Template: twentyten
Version: 1.0
Description: 基本レイアウトテンプレート
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br+br {
  display: none;
}
#content .attachment img {/* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
  color: #777;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
  color: #777;
  text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
  color: #ff4b33;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#nav-above {
  margin: 0 0 18px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  margin: 0 0 30px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
  margin: 0;
  padding: 20px;
  border: 1px solid #ccc;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #777;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}

/* Comments form */
input[type="submit"] {
  color: #333;
}
#respond {
  border-top: 1px dotted #ccc;
  margin: 24px 0;
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  color: #777;
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
  text-align: center;
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
  list-style: none;
  margin-left: 0;
}
.widget-area ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget-area select {
  max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0 0 30px 0;
}
.widget-container .wp-caption img {
  margin: auto;
}
.widget-title {
  color: #222;
  font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
  text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
  text-decoration: underline;
}
.widget-area .entry-meta {
  font-size: 11px;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead {
  font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
  margin-left: 0;
  padding: 0 20px 0 0;
}
#main .widget-area ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
  -webkit-text-size-adjust: 140%;
}
code {
  -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}
#site-description {
  -webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
  body {
    background: none !important;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}

/* Text elements */
p {
  margin-bottom: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  padding: 2px;
}


/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
	left: -9000px;
}



/* Header
-------------------------------------------------------------- */
#site-title {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#site-title span {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
#site-title a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(./images/logo.png) no-repeat left top;
}



/* gnavi
-------------------------------------------------------------- */
#access {
  margin: 0 auto;
  padding: 0;
  float: right;
  display: inline-block;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
}
#access .menu-header #menu-gnavi {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#access a {
  text-decoration: none;
  display: block;
}

#access ul li {
  margin: 0;
  padding: 0;
  float: left;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  position: relative;
  border-left: 1px solid #ccc;
}
#access ul li:last-child {
  border-right: 1px solid #ccc;
}
#access ul li a {
  margin: 0;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

#access ul ul {
  width: 180px;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ccc;
}
#access ul ul li {
  width: 100%;
  float: none;
  font-size: 12px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
#access ul ul li:last-child {
  border-bottom: 0;
}
#access ul ul li a {
  width: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  overflow: visible;
  background: none;
  line-height: 1em;
  padding: 13px 15px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

#access ul ul ul {
  left: 100%;
  top: 0;
}

#access .menu:before,
#access .menu:after {
  content:"";
  display:table;
}
#access .menu:after {
  clear:both;
}
#access .menu {
  zoom:1;
}


/* =primary
-------------------------------------------------------------- */
/* サイドウィジェット　共通スタイル設定 */
#primary .widget-container {
  margin: 0 0 30px;
}
#primary .widget-container h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  border: 0;
  font-size: 90%;
}
#primary .widget-container ul {
  margin: 0;
  padding: 0 10px 20px;
}
#primary .widget-container ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  list-style: none;
}
#primary .widget-container ul li a {
  margin: 0;
  padding: 8px 15px 8px 20px;
  background: url(./images/arrow1.png) no-repeat 5px center;
  display: block;
}
#primary .widget-container ul li a:hover,
#primary .widget-container ul li.current-cat a:hover {
  background-color: #f6f6f6;
}
#primary .widget-container ul li.current-cat > a {
  font-weight: bold;
}

#primary .widget-container ul ul {
  margin: 0 0 10px 10px;
}
#primary .widget-container ul ul li {
  padding: 0;
  border-bottom: 1px dotted #eee;
}
#primary .widget-container ul ul li a {
  padding: 3px 0 3px 15px;
  background: url(./images/arrow2.png) no-repeat 5px center;
}

#primary .widget-container ul li a:link,
#primary .widget-container ul li a:visited {
  color: #666;
}


/* コンテンツメニュー */
#main #primary .widget_nav_menu {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#main #primary .widget_nav_menu h3 {
  margin: 0 10px;
  padding: 15px 0;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
  border-bottom: 1px solid #d9d9d9;
}
#main #primary .widget_nav_menu .menu-side_navi-container {
  margin: 0;
  padding: 0;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul {
  margin: 0;
  padding: 0 10px 10px;
  border: 0;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
}

#main #primary .widget_nav_menu .menu-side_navi-container ul li a {
  margin: 0;
  padding: 10px 0 10px 25px;
  display: block;
  background: url(./images/arrow1.png) no-repeat 10px center;
  line-height: 1;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:link,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:visited {
  color: #111;
}
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:hover,
#main #primary .widget_nav_menu .menu-side_navi-container ul li a:active,
#main #primary .widget_nav_menu .menu-side_navi-container ul li.current_page_item > a:hover {
  background-color: #f3e3f6;
  text-decoration: none;
}

#main #primary .widget_nav_menu .menu-side_navi-container ul li.current_page_item > a {
  background-color: #f6f6f6;
}


/* カテゴリー　アーカイブ　新着情報　共通指定 */
#primary .widget_categories,
#primary .widget_archive,
#primary .widget_recent_entries {
  padding: 0;
  background-color: transparent;
  border: 1px solid #ccc;
}
#primary .widget_categories h3,
#primary .widget_archive h3,
#primary .widget_recent_entries h3 {
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
  color: #333;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 90%;
  background-color: #fafafa;
}


/* カテゴリー　個別指定 */


/* アーカイブ　個別指定 */
#primary .widget_archive {
  text-align: center;
}
#primary .widget_archive select {
  margin: 0 0 10px;
}


/* 新着情報　個別指定 */
#primary .widget_recent_entries .post-date {
  text-align: right;
  display: block;
  font-size: 11px;
}


/* 画像ウィジェット */
#primary div.widget_sp_image {
  margin: 0 auto 15px;
  padding: 0;
  border: 0;
}
.widget_sp_image a {
  display: block;
}


/* ウィジェット */
#primary #side_cal h3 {
  margin: 0;
  padding: 34px 0;
  text-align: center;
  background-color: #72c7cb;
}
#primary #side_cal .content {
  padding: 30px 10px 30px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
#primary #side_cal .content p {
  margin-bottom: 20px;
}



/* =Content
-------------------------------------------------------------- */
#main {
  clear: both;
  padding: 0;
}

#main:before,
#main:after {
  content:"";
  display:table;
}
#main:after {
  clear:both;
}
#main {
  zoom:1;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px;
}
#content code {
  font-size: 13px;
}
#content dt,
#content th {
  color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #000;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content table {
  border: 1px solid #e7e7e7;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
}
#content tr th,
#content thead th {
  color: #333;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
#content tr td {
  color: #666;
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}
#content tr.odd td {
  background: #f2f7fc;
}
.hentry {
  margin: 0 0 48px 0;
}

/* clearfix */
.hentry:before,
.hentry:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
.hentry:after {
  clear:both;
}
.hentry {
  zoom:1;
}

.home .hentry {
  margin: 0;
}
.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}
.single .hentry {
  margin: 0 0 36px 0;
}


.entry-meta {
  color: #777;
  font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
  clear: both;
  padding: 0;
}

.entry-summary {
  margin-right: 10px;
  margin-left: 10px;
}
.single .entry-content{
  margin-right: 10px;
  margin-left: 10px;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}
.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}
.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}
.entry-content input {
  margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}
.entry-content label {
  color: #777;
  font-size: 12px;
}
.entry-content select {
  margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
}
.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}
.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.home .sticky .page-link a {
  background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}
body.page .edit-link {
  clear: both;
  display: none;
}
#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}
#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-utility {
  clear: both;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a,
.entry-utility a {
  color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}
#content .video-player {
  padding: 0;
}


/* ユーティリティ　共通設定 */
#content .entry-utility {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #fafafa;
  line-height: 1.8;
}
#content .entry-utility .fl_l {
  width: 30%;
}
#content .entry-utility .fl_r {
  width: 70%;
}
#content .entry-utility .time {
  margin-right: 20px;
  padding: 0 0 0 17px;
  background: url(./images/icon_day.png) no-repeat left center;
  color: #111;
  font-size: 90%;
}
#content .entry-utility .author {
  margin-right: 20px;
  padding: 0 0 0 15px;
  background: url(./images/icon_writer.png) no-repeat left center;
}
#content .entry-utility .author {
  margin-right: 20px;
  padding: 0 0 0 15px;
  background: url(./images/icon_writer.png) no-repeat left center;
}
#content .entry-utility .comments-link {
  margin-right: 20px;
  padding: 0 0 0 17px;
  background: url(./images/icon_comment.png) no-repeat left center;
}
#content .entry-utility .cat-links {
  display: block;
  margin-right: 20px;
  padding: 0 0 0 17px;
  background: url(./images/icon_category.png) no-repeat 2px 5px;
}
#content .entry-utility .tag-links {
  display: block;
  margin-right: 20px;
  padding: 0 0 0 17px;
  background: url(./images/icon_tag.png) no-repeat left 6px;
}


/* 一覧ページ */
.archive #content .entry-title {
  margin: 0;
}

.archive .eye-catch {
  float: left;
  margin: 0 30px 30px 0;
  padding: 5px;
  border: 1px solid #ddd;
}
.archive .eye-catch a {
  display: block;
  background: #fff;
}
.archive .eye-catch a img {
  vertical-align: bottom;
}
.archive .eye-catch a:hover img {
  opacity:0.7;
}

.archive .thumb_box .img_area {
  width: 30%;
  float: left;
}
.archive .thumb_box .img_area a {
  padding: 10px;
  display: block;
}
.archive .thumb_box .img_area a:hover {
  background-color: #eee;
}
.archive .thumb_box .img_area img {
  max-width: 100%;
}
.archive .thumb_box .txt_area {
  width: 65%;
  float: right;
}

/* 詳細ページ */
.single #content .entry-title {
  margin-bottom: 0;
}

.single .eye-catch {
  margin: 0 0 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
}
.single .eye-catch img {
  vertical-align: bottom;
}



/* =Footer
-------------------------------------------------------------- */
#footer {
  margin: 50px 0 0;
  padding: 30px 0;
  background: url(./images/footer1_bg.png) repeat-x center bottom #fff;
  border-top: 1px solid #e8e8e8;
}
#footer .widget-container {
  margin-bottom: 0;
}
#footer .widget-container h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #888;
  font-size: 18px;
  font-weight: bold;
}

#footer_outer .widget_nav_menu {
  width: 100%;
  margin: 0;
  text-align: center;
}
#footer_outer .widget_nav_menu h3 {
  color: #111;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
}

#footer_outer .widget_nav_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer_outer .widget_nav_menu ul:before,
#footer_outer .widget_nav_menu ul:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
#footer_outer .widget_nav_menu ul:after {
  clear:both;
}
#footer_outer .widget_nav_menu ul {
  zoom:1;
}

#footer_outer .widget_nav_menu ul li {
  margin: 0 20px 15px 0;
  float: left;
  list-style: none;
}
#footer_outer .widget_nav_menu ul li a {
  padding: 0 0 0 10px;
  display: block;
  background: url(./images/arrow2.png) no-repeat left center;
}
#footer_outer .widget_nav_menu ul li.menu-item-has-children {
  font-size: 14px;
  font-weight: bold;
  clear: both;
}
#footer_outer .widget_nav_menu ul > li a {
  text-decoration: none;
  color: #333;
}
#footer_outer .widget_nav_menu ul > li a:hover {
  text-decoration: underline;
}
#footer_outer .widget_nav_menu ul li ul:after {
  clear:both;
}

#footer2 {
  background: #f3e3f6;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}
#footer2 #text-4 {
  width: 500px;
  float: left;
}

#footer2 #text-5 {
  width: 450px;
  margin: 0;
  float: right;
}

.footer_map {
  margin: 0 0 20px;
}


.footer_contact .logo_area {
  margin: 0 0 50px;
  text-align: center;
}
.footer_info {
  margin: 0;
  padding:  15px 0;
  background: url(./images/header_info_bg.png) repeat-x left bottom #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
} 
.footer_info .contact_area {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
}
.footer_info .contact_area h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #002846;
  font-size: 14px;
  font-weight: bold;
}
.footer_info .contact_area .tel {
  margin: 0 5px 0 0;
  padding: 0 7px 0 0;
  border-right: 1px solid #ccc;
  display: inline-block;
}
.footer_info .contact_area .mail {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer_overview {
  text-align: center;
}
.footer_overview table {
  margin: 0 auto;
  text-align: left;
}
.footer_overview table th,
.footer_overview table td {
  padding: 0 10px 0 0;
  font-weight: normal;
  background: transparent;
  border: 0;
}

p.copy {
  margin: 0;
  padding: 50px 0 50px;
  color: #111;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  clear: both;
}





/* --------------------------------------------------------------
カスタマイズ　サニーリンク時削除
-------------------------------------------------------------- */
/* 全体レイアウト
----------------------------------------------- */
#site-description p,
#header_inner,
#main,
.footer_inner,
#toppage_top_widget {
  margin: 0 auto;
  width: 1000px;
}

#container {
  width: 740px;
  float: right;
  margin: 0;
}
#content {
  margin: 0;
}
#primary,
#secondary {
  float: left;
  width: 220px;
}
#secondary {
  clear: right;
}
#footer {
  clear: both;
  width: 100%;
}

.one-column #content { /* LAYOUT: One column, no sidebar */
  margin: 0 auto;
  width: 640px;
}

.single-attachment #content { /* LAYOUT: Full width, no sidebar */
  margin: 0 auto;
  width: 900px;
}


/* ヘッダー
----------------------------------------------- */
#header {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
}

#header.stuck {
  position: fixed;
  top: 0;
}
#header.scroll{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#site-description {
  margin: 0 0 20px;
  padding: 10px 0 0;
  text-align: right;
  border-top: 10px solid #231073;
}
#site-description p {
  margin: 0 auto;
  color: #999;
  line-height: 1;
  font-size: 90%;
  display: block;
}

#site-title {
  width: 240px;
  height: 73px;
  margin: 0;
  padding: 20px 0 0;
}

.my-sticky-element.stuck {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}


/* ウィジェット
----------------------------------------------- */
/* ヘッダー */
.header_sub_area {
  width: 334px;
  float: right;
  margin: 0 0 20px;
}
.header_sub_area .widget-container {
  margin: 0;
}
#header_bottom-widget-area .widget-container {
  margin: 0;
}


/* ウィジェット　ヘッダーボトム */
.header_bottom-widget-area {
  margin: 0 0 50px;
}
.header_bottom-widget-area .widget-container:last-child {
  margin-bottom: 0;
}
#mainvisual {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  background: url(./images/main_visual_bg.png) repeat-x center top #fff;
  position: relative;
  overflow: hidden;
}
#mainvisual_inner {
  width: 1300px;
  height: 450px;
  margin: 0 0 0 -650px;
  position: absolute;
  top: 0;
  left: 50%;
}

.metaslider .flexslider {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.metaslider .flexslider ul.slides {
  margin: 0;
}
.metaslider .flexslider li img {
  box-shadow: #000 0 0 0;
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.metaslider .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1001;
}


/* コンタクトフォーム
----------------------------------------------- */
#content .mw_wp_form th,
#content .mw_wp_form td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
#content .mw_wp_form td input {
  margin: 0;
}
#content .mw_wp_form td label {
  margin-right: 20px;
}
#content .mw_wp_form td label input {
  margin-right: 5px;
}
#content .mw_wp_form tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}


/* トップ新着
----------------------------------------------- */
.home #content .widget_recent_entries {
  padding: 0;
}
.home #content .widget_recent_entries h3 {
  margin: 0 0 10px;
}
.home #content .widget_recent_entries ul {
  margin: 0 20px;
  padding: 0;
}
.home #content .widget_recent_entries ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
.home #content .widget_recent_entries ul li a {
  padding: 10px 10px 5px;
  display: block;
  text-decoration: none;
  background: none;
}
.home #content .widget_recent_entries ul li a:link,
.home #content .widget_recent_entries ul li a:visited {
  color: #333;
}
.home #content .widget_recent_entries ul li a:hover {
  text-decoration: underline;
  background-color: #f3e3f6;
}
.home #content .widget_recent_entries ul li .time {
  width: 10%;
  margin: 0 2% 5px 0;
  padding: 2px 0 0;
  float: left;
  color: #888;
  font-size: 80%;
  display: block;
}
.home #content .widget_recent_entries ul li .title {
  width: 80%;
  margin: 0;
  float: left;
  font-weight: bold;
  display: block;
}
.home #content .widget_recent_entries ul li .wp-post-image {
  margin: 0 0 15px;
}
.home #content .widget_recent_entries ul li p {
  margin: 0 0 10px;
  font-size: 12px;
}
.home #content .widget_recent_entries ul li .more {
  display: block;
  text-align: right;
  text-decoration: underline;
}



/* --------------------------------------------------------------
カスタマイズ
-------------------------------------------------------------- */
/* クラス
-------------------------------------------------------------- */
/* clearfix */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  zoom:1;
}

/* font color */
.red {
  color: #ad50aa;
}
.red_bold {
  color: #ad50aa;
  font-weight: bold;
}
.sub_red {
  color: #fe6f00;
}


/* link area */
.link_area {
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
}
.link_area a {
  margin: 0;
  padding: 5px 15px 5px 25px;
  line-height: 2;
  text-align: left;
  font-size: 12px;
  background: url(./images/arrow1.png) no-repeat 15px center #ccc;
  border-radius: 15px;          /* CSS3草案 */
  -webkit-border-radius: 15px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;     /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.link_area a:link,
.link_area a:visited {
  color: #333;
  text-decoration: none;
}
.link_area a:hover,
.link_area a:active {
  background-color: #eee;
}


/* link area2 */
.link_area2 {
  text-align: center;
  margin: 0 0 0 auto;
  display: block;
}
.link_area2 a {
  margin: 0;
  padding: 5px 15px 5px 25px;
  line-height: 2;
  text-align: left;
  font-size: 12px;
  background: url(./images/arrow2.png) no-repeat 15px center #e0c200;
}
.link_area2 a:link,
.link_area2 a:visited {
  color: #fff;
  text-decoration: none;
}
.link_area2 a:hover,
.link_area2 a:active {
  color: #333;
}


/* 注目 */
.attention {
  margin: 0 0 30px;
  padding: 20px 20px 1px;
  background: #ffffeb;
  display: inline-block;
}
.attention .title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}


/* 備考 */
.notes {
  margin: 0 0 30px;
  padding: 5px 10px;
  border: 1px solid #ffae00;
  background: url(images/notes_icn.png) no-repeat 10px center #fff7db;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.notes_inner {
  margin: 0 0 0 38px;
  padding: 7px 10px 3px;
  border-left: 1px dotted #cfcfcf;
}
.notes_inner p:last-child {
  margin: 0;
}


/* 角丸 */
.radiusBox {
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}


/* align */
.ta_c {
  text-align: center;
}
.ta_l {
  text-align: left;
}
.ta_r {
  text-align: right;
}


/* float */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
img.fl_l {
  margin: 0 20px 20px 0;
}
img.fl_r {
  margin: 0 0 20px 20px;
}


/* margin */
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}


/* list_style1 */
.list_style1 {
  margin: 0 0 20px;
  padding: 0;
}
.list_style1 li {
  margin: 0 0 5px;
  padding: 0 0 0 15px;
  background: url(./images/arrow5.png) no-repeat left 3px;
  list-style: none;
}


/* table_style1 */
.table_style1 th,
.table_style1 td {
  border: 1px solid #888;
}
.table_style1 th {
  background-color: transparent;
}


/* table_style2 */
.table_style2 {
  border: 0 !important;
}
.table_style2 th,
.table_style2 td {
  border: 0 !important;
  background: none
}


/* カスタマイズ　基本設定
----------------------------------------------- */
/* 画像設定 */
img {
  vertical-align: bottom;
}

/* 文字設定 */
body,
input,
textarea,
th,
td {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}


/* フォント設定 */
body,
th,
td {
  font-family:  "Avenir Next",
                Verdana,
                Helvetica,
                "ヒラギノ角ゴ Pro W3",
                "Hiragino Kaku Gothic Pro",
                "游ゴシック",
                "Yu Gothic",
                "メイリオ",
                Meiryo,
                Osaka,
                sans-serif;
}


form,
input,
textarea,
label,
pre,
code {
  font-family:  "Avenir Next",
                Verdana,
                Helvetica,
                "ヒラギノ角ゴ Pro W3",
                "Hiragino Kaku Gothic Pro",
                "游ゴシック",
                "Yu Gothic",
                "メイリオ",
                Meiryo,
                Osaka,
                sans-serif;
}


/* リンクカラー設定 */
a:link,
a:visited {
  color: #604066;
}
a:active,
a:hover {
  color: #fe6f00;
}

.page-title a:link,
.page-title a:visited {
  color: #777;
  text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
  color: #ff4b33;
}

.entry-title a:link,
.entry-title a:visited {
}
.entry-title a:active,
.entry-title a:hover {
  text-decoration: none;
}

#wrapper #access ul a,
#wrapper #access ul a:link,
#wrapper #access ul a:visited {
  color: #111;
}
#wrapper #access ul a:hover {
  color: #ce73cb;
}

#wrapper #access ul li:hover > ul {
  display: block;
}
#wrapper #access ul ul a:link,
#wrapper #access ul ul a:visited {
  color: #111;
}
#wrapper #access ul ul a:hover {
  background-color: #f3e3f6;
}

#wrapper #access ul li.current_page_item a:link,
#wrapper #access ul li.current_page_item a:visited {
  text-decoration: underline;
}
#wrapper #access ul li.current_page_item a:hover {
  text-decoration: none;
}


/* table */
table th,
table td {
  border: 1px solid #ddd;
}
table th {
  background: #f6f6f6;
}


/* ページトップ */
body a#scroll-to-top {
  width: 50px;
  height: 50px;
  background: url(./images/pagetop_off.png) no-repeat left top;
}
body a#scroll-to-top:hover {
  background: url(./images/pagetop_on.png) no-repeat left top;
}


/* ページネイション */
.pagination {
  margin: 0  auto;
  padding: 40px 0 20px;
  clear:both;
  text-align: center;
  font-size: 90%;
}
.pagination .page_txt {
  display: block;
  text-align: left;
}
.pagination a,
.pagination .current {
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  background-color: #666;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}

.pagination a.arrow {
  border: 0;
  background-color: #fff;
  color: #666;
}

.pagination a,
.pagination .current {
  color: #fff;
  border: 1px solid #666;
}
.pagination a:hover{
  color:#fff;
  background: #888;
}
.pagination .current{
  padding:6px 9px 5px 9px;
  background: #fff;
  color: #666;
}


/* ページタイトル　w100%レイアウト
----------------------------------------------- */
#page_info {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background-color: #72c7cb;
}
#page_info #page_info_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#page_title_area h1 {
  color: #fff;
  font-size: 26px;
}


/* breadcrumbs
----------------------------------------------- */
.breadcrumbs .breadcrumbs_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: right;
  font-size: 12px;
}
.breadcrumbs .breadcrumbs_inner .arrow {
  padding: 0 5px;
}


/* コンテンツヘッダー　コンテンツタイトル設定
----------------------------------------------- */
.archive-header,
.page-header,
.entry-header {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}
.archive-header .archive-title {
  border-bottom: 1px dotted #ccc;
}
.archive-header .archive-title span {
  color: #333;
  font-size: 120%;
  font-weight: bold;
}
.entry-header {
  padding: 20px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.entry-header .entry-title {
  padding: 0 0 5px 10px;
  font-size: 110%;
  border: 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #ff7b00;
  border-bottom: 1px dotted #ccc;
}

#content .entry-title {
  margin-bottom: 30px;
  padding: 5px;
  color: #604066;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
  background: #f3e3f6;
}
#content .entry-title span {
  padding: 20px 20px 15px;
  display: block;
  border: 1px dotted #c97bd7;
}

#content h2 {
  margin: 0 0 30px;
  padding: 7px 0 3px 20px;
  color: #604066;
  font-size: 18px;
  font-weight: normal;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
  background: url(./images/h2_bg.png) no-repeat left center #f3e3f6;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#content h2 span {
  padding-left: 10px;
}
#content h3 {
  margin: 0 0 20px;
  padding: 0 0 3px 15px;
  color: #111;
  font-size: 18px;
  font-weight: normal;
  font-family:  Didot,
                Didot LT STD,
                Hoefler Text,
                Garamond,
                Times New Roman,
                "游明朝",
                YuMincho,
                "ヒラギノ明朝",
                "HiraMin",
                "HG明朝E",
                "ＭＳ Ｐ明朝",
                "MS PMincho",
                "MS 明朝",
                serif;
  background: url(./images/h3_bg.png) no-repeat left 3px;
  border-bottom: 1px solid #ccc;
}
#content h3 span {
  padding-left: 10px;
  font-size: 11px;
}

#content  h4 {
  margin: 0 0 20px;
  padding: 5px 20px 2px;
  color: #111;
  font-weight: bold;
  background-color: #f3e3f6;
  display: inline-block;
  border-radius: 30px;         /* CSS3草案 */
  -webkit-border-radius: 30px; /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.site-content .entry-content h5 {
  margin: 0 0 10px;
  padding: 0;
  color: #333;
  font-size: 100%;
}

.entry-header .entry-title a:link,
.entry-header .entry-title a:visited {
  text-decoration: underline;
}
.entry-header .entry-title a:hover {
  text-decoration: none;
}

.entry-content table caption,
.comment-content table caption {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  font-size: 110%;
  font-weight: bold;
  color: #333;
  background: url(images/arrow3.png) no-repeat left 9px;
}

.tax-treatment_category .entry-meta,
.single-treatment .entry-meta {
  display: none;
}

/* article section block 設定 */
.cont_block {
  margin: 0 0 30px;
}
.cont_block_inner {
  margin: 0 2%;
}



/* --------------------------------------------------------------
各ページ
-------------------------------------------------------------- */
/* 固定ページ
----------------------------------------------- */
/* ページ共通 */
.contents_page .page_link {
  margin: 0 0 50px;
}
.contents_page .page_link ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.contents_page .page_link ul li {
  width: 29.3333%;
  margin: 0 2% 20px;
  padding: 0;
  float: left;
  text-align: center;
  list-style: none;
}
.contents_page .page_link ul li a {
  padding: 10px 0 20px;
  color: #333;
  display: block;
  border: 2px solid #ccc;
  background: url(./images/arrow6.png) no-repeat center bottom 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contents_page .page_link ul li a:hover {
  border-color: #666;
  background-position: center bottom 5px;
}

.link_style1 {
  text-align: right;
}
.link_style1 a {
  padding: 10px 50px 7px;
  display: inline-block;
  background: url(./images/arrow3.png) no-repeat 30px center;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
.link_style1 a:link,
.link_style1 a:visited {
  color: #fff;
  background-color: #fe6f00;
  text-decoration: none;
}
.link_style1 a:hover {
  background-color: #fc8326;
}

.contents_visual_img {
  margin: 0 0 30px;
  text-align: center;
}



/* トップページ */
.home #content .hentry .entry-title {
  display: none;
}

#content #top_page h2 {
  margin: 0 0 10px;
}

#top_menu {
  margin: 0;
  text-align: center;
}
#top_menu #top_menu_inner {
  width: 1000px;
  margin: 0 auto;
}
#top_menu h2 {
  width: 189px;
  margin: 0;
  float: left;
}
#top_menu .menu_area {
  width: 801px;
  margin: 0;
  float: right;
}
#top_menu .menu_area ul {
  width: 100%;
  margin: 0;
}
#top_menu .menu_area ul li {
  width: 255px;
  margin: 0 18px 18px 0;
  float: left;
  list-style: none;
}
#top_menu .menu_area ul li.last {
  margin-right: 0;
}

#top_greeting {
  margin: 0 0 30px;
}
#top_greeting .img_area {
  width: 250px;
  margin: 0;
  float: left;
}
#top_greeting .txt_area {
  width: 450px;
  margin: 0;
  float: right;
}



/* よくあるご質問 */
.faq-list {
  margin: 0 0 40px;
  padding: 20px;
  border: 1px solid #ce73cb;
  background-color: #fef6ff;
}
#content .faq-list ul {
  margin: 0;
}
.faq-list ul li {
  margin: 0;
  padding: 0 0 0 10px;
  background: url(./images/arrow1.png) no-repeat left center;
  list-style: none;
}
.faq-list ul li a {
  padding: 5px 0;
  display: block;
}


.expand-faq {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}
.expand-faq:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.expand-faq .faq-question:hover {
  cursor: pointer;
}
#faq_page .single-faq h3.faq-question {
  margin: 0;
}
#faq_page .single-faq h3.faq-question:hover {
}

.single-faq {
  margin: 0 0 40px;
}
.single-faq .faq-answer {
  margin: 0;
  padding: 20px 0 20px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#faq-block .single-faq .faq-answer p:last-child {
  margin: 0;
}
.single-faq .faq-answer .scroll-back {
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
}
.single-faq .faq-answer .scroll-back a {
  margin: 0 0 0 auto;
  padding: 0 10px;
  display: inline-block;
  text-align: left;
  background: url(./images/arrow4.png) no-repeat left center;
}
.single-faq .faq-answer .scroll-back a:hover {
  background-position: left top;
}



/* ご相談の流れ */
#flow_page .flow_area .flow {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px dotted #ccc;
}
#flow_page .flow_area .flow:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#flow_page .flow_area .flow .icon_area {
  width: 100px;
  float: left;
}
#flow_page .flow_area .flow .txt_area {
  width: 585px;
  padding: 0;
  float: right;
}
#flow_page .flow_area .flow .txt_area h3,
#flow_page .flow_area .flow .txt_area .detail_area {
  width: 400px;
}

#flow_page .flow_area .flow .txt_area h3 {
  padding: 0;
  float: left;
  letter-spacing: 0;
  border: 0;
  background: none;
}
#flow_page .flow_area .flow .txt_area .img_area {
  width: 150px;
  padding: 0;
  float: right;
}
#flow_page .flow_area .flow .txt_area .detail_area {
  float: left;
}
#flow_page .flow_area .flow .txt_area .detail_area table {
  margin: 0;
}
#flow_page .flow_area .flow .txt_area .detail_area table th,
#flow_page .flow_area .flow .txt_area .detail_area table td {
  padding: 5px;
}
#flow_page .flow_area .flow .txt_area .detail_area table th {
  width: 30%;
}


/* カウンセラーの紹介 */
#counselor_page .counselor_prf .img_area {
  width: 250px;
  margin: 0 0 20px;
  float: left;
}
#counselor_page .counselor_prf .txt_area {
  width: 430px;
  margin: 0 0 20px;
  float: right;
}
#counselor_page .counselor_prf .greeting {
  clear: both;
}



/* サービス内容・料金案内 */
#service_fee_page .service {
  margin: 0 0 30px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#service_fee_page .service .img_area {
  width: 180px;
  margin: 0 0 20px;
  float: left;
}
#service_fee_page .service .txt_area {
  width: 480px;
  float: right;
  margin: 0 0 20px;
}
#service_fee_page .service .txt_area ul.trouble_list {
  margin: 0;
  padding: 10px 10px 1px;
  background-color: #ffffeb;
}
#service_fee_page .service .txt_area ul.trouble_list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url(./images/arrow7.png) no-repeat left 2px;
  list-style: none;
}
#service_fee_page .service .txt_area p.etc {
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}
#service_fee_page .service .comment {
  padding: 10px 30px 1px;
  clear: both;
  border: 1px dotted #e6e6e6;
  border-radius: 4px;         /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;    /* Firefox用 */
  behavior: url(/wp-content/themes/twentyten-child/PIE/PIE.htc);
}
#service_fee_page .service .comment h4 {
  margin-left: -20px;
}
#service_fee_page .fee_table th,
#service_fee_page .fee_table td {
  padding: 5px 5px 3px;
  vertical-align: middle;
}
#service_fee_page .fee_table thead td {
  text-align: center;
}
#service_fee_page .fee_table .ttl_row {
  width: 30%;
}
#service_fee_page .fee_table .fee {
  width: 19%;
}
#service_fee_page .fee_table tbody .fee {
  text-align: right;
}



/* 選ばれる理由 */
#why_choose_page .choose {
  margin: 0 0 30px;
}
#why_choose_page .choose:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#why_choose_page .choose .icon_rea {
  width: 15%;
  float: left;
}
#why_choose_page .choose .txt_area {
  width: 83%;
  float: right;
}



/* お問い合わせ */
.privacy_policy_list {
  margin: 0;
}
.privacy_policy_list dt {
  margin: 0 0 5px;
}
.privacy_policy_list dd {
  margin: 0 0 20px 10px;
}
#inquiry_page #cont3 table {
  border: 0;
}
#inquiry_page #cont3 table th,
#inquiry_page #cont3 table td {
  padding: 0;
}
#inquiry_page #cont3 table th {
  width: 40%;
}


