@charset "UTF-8";
/*
 *  EASYS-BLOG テンプレート「files_pc」CSS
 *
 */

/*-----------------------------------------------------------------------------*/
/* restyle
/*-----------------------------------------------------------------------------*/
html {
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html,
body {
  height: 100%;
}
* {
    box-sizing:         inherit;
    -o-box-sizing:      inherit;
    -ms-box-sizing:     inherit;
    -moz-box-sizing:    inherit;
    -webkit-box-sizing: inherit;
}
img{ vertical-align : middle}

#wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
/*テンプレートカラー：#DFD2C3*/

/*-----------------------------------------------------------------------------*/
/* restyle wrapper
/*-----------------------------------------------------------------------------*/
#wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 15px #fff;
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
}

/*-----------------------------------------------------------------------------*/
/* restyle branding_box
/*-----------------------------------------------------------------------------*/
#branding_box {
    background-color: #FFFFFF;
    height: 100px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    width: auto;
}
#branding_box a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 100px;
    text-decoration: none;
}
#branding_box a:hover {
    text-decoration: underline;
}
#site-description {
    clear: inherit;
    float: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: auto;
}

/*-----------------------------------------------------------------------------*/
/* restyle main_teaser
/*-----------------------------------------------------------------------------*/
#main_teaser {
    background-color: #FFFFFF;
    display: block;
    height: 180px;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}
#main_teaser {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 180px;
}
#main_teaser.page_404 img {
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------*/
/* restyle footer
/*-----------------------------------------------------------------------------*/
#footer_block {
    background-color: #FFFFFF;
    clear: both;
    height: 100px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
#footer_block {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 100px;
}

address#copyright {
    background-color: #FFFFFF;
    font-size: 11px;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*-----------------------------------------------------------------------------*/
/* restyle content area
/*-----------------------------------------------------------------------------*/
#outer_block {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
}
#main {
    background: none repeat scroll 0 0 #fff;
    padding: 0;
}
#main .widget-area ul ul {
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#main .widget-area ul ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none;
    border-width: medium medium 1px;
}
#main .widget-area ul ul li a {
    display: block;
    border-bottom: 1px dotted #7fa7ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#333;
}
#container {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0 0px 0;
}
#container.page_404,
#container.page_404 #content {
}
#content {
    margin: 0;
    padding: 0;
}
#content, #content input, #content textarea {
    font-size: 13px;
}

#content .entry-title {
    background: url(/files/title_bg.jpg) no-repeat left top;
    font-size: 18px;
    margin: 0 0 5px;
    height: 47px;
    line-height: 47px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    padding: 0 0 0 40px;
}

/*-----------------------------------------------------------------------------*/
/* restyle widget area
/*-----------------------------------------------------------------------------*/
#primary {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 240px;
}
#main .widget-area ul {
    margin: 0;
    padding: 0;
}
li.widget-container {
}
.widget-area ul ul {
    list-style: none outside none;
    margin-left: 1.3em;
}

.widget-title {
    background: none repeat scroll 0 0 #fff;
    line-height: 35px;
    margin: 0 0 5px;
    text-align: center;
}
.widget-title2 a {
    background: none repeat scroll 0 0 #fff;
    display: block;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 5px;
    text-align: center;
}
.widget-title2 a:hover {
}

#wp-calendar tbody td {
    background: none repeat scroll 0 0 #fff;
}
#wp-calendar tbody td#today {
    background: none repeat scroll 0 0 #fff;
}
#wp-calendar caption,
#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot #next,
#wp-calendar tfoot #prev
{
    padding: 5px 0;
}

/*-----------------------------------------------------------------------------*/
/* restyle wptouch(モバイルテーマにスイッチ)
/*-----------------------------------------------------------------------------*/
.wptouch-desktop-switch {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    font-size: 30px !important;
    line-height: 2;
}

/*-----------------------------------------------------------------------------*/
/* select template type css
/*-----------------------------------------------------------------------------*/
/* global width
/*--------------------------------------------*/
#main.global {
    width: 900px;
}
#container.global {
    float: left;
    width: 640px;
}
#side_navi.global {
    display: block;
    float: right;
}

/* left width
/*--------------------------------------------*/
#main.left {
    clear: inherit;
    float: right;
    margin: 0;
    width: 730px;
}
#container.left {
    float: left;
    width: 480px;
}
#side_navi.left {
    display: block;
    float: right;
}
#custom_menu.left {
    background-color: #FFFFFF;
    display: block;
    float: left;
    width: 220px;
}
#custom_menu.left .side_area p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 5;
    text-align: center;
}

#main.left #sub_teaser {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 0 10px;
    text-align: center;
}

/* right width
/*--------------------------------------------*/
#main.right {
    clear: inherit;
    float: left;
    margin: 0;
    width: 660px;
}
#container.right {
    float: right;
    width: 480px;
}
#side_navi.right {
    display: block;
    float: left;
}
#custom_menu.right {
    background-color: #FFFFFF;
    display: block;
    float: right;
    width: 220px;
}
#custom_menu.right .side_area p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 5;
    text-align: center;
}

#main.right #sub_teaser {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 0 10px;
    text-align: center;
}

/* Left Bottom width
/*--------------------------------------------*/
#main.l_bottom {
    clear: inherit;
    float: right;
    margin: 0;
    width: 730px;
}
#container.l_bottom {
    float: left;
    margin-bottom: 10px;
    width: 480px;
}
#side_navi.l_bottom {
    display: block;
    float: right;
    margin-bottom: 10px;
}
#custom_menu.l_bottom {
    background-color: #FFFFFF;
    display: block;
    float: left;
    width: 220px;
}
#custom_menu.l_bottom .side_area p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 5;
    text-align: center;
}

#main.l_bottom #sub_teaser {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 0 10px;
    text-align: center;
}

/* Right Bottom width
/*--------------------------------------------*/
#main.r_bottom {
    clear: inherit;
    float: left;
    margin: 0;
    width: 730px;
}
#container.r_bottom {
    float: right;
    margin-bottom: 10px;
    width: 480px;
}
#side_navi.r_bottom {
    display: block;
    float: left;
    margin-bottom: 10px;
}
#custom_menu.r_bottom {
    background-color: #FFFFFF;
    display: block;
    float: right;
    width: 220px;
}
#custom_menu.r_bottom .side_area p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 5;
    text-align: center;
}

#main.r_bottom #sub_teaser {
    background-color: #FFFFFF;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 100px;
    margin: 0 0 10px;
    text-align: center;
}

/*-----------------------------------------------------------------------------*/
/* 追加CSS
/*-----------------------------------------------------------------------------*/

#navi { float: right !important; }

#f_box {
    display: block;
    margin: 0 auto;
    width: 900px;
}

.widget-title, .widget-title2 a {
  background-image: url('/files/side_t.jpg');
  padding: 0 0 0 35px;
  text-align: left;
  height: 48px;
  line-height: 46px;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #2C6AA8;
}



/*  ブログ
----------------------------------------------------- */

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
  /*background: none repeat scroll 0 0 #EDEDED;*/
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #ccc;
  line-height: 2;
  padding: 5px;

  /*
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #fff;
  */
}

#wp-calendar tbody td a { 
  text-decoration: underline;
}
#wp-calendar tbody td a:hover { 
  text-decoration: none; 
}

#today {
  background: none #fff !important;
}
