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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, th {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body,
button,
input,
select,
textarea {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
pre {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

code, kbd, tt, var {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* ul（ボタン幅がおかしくなる） */
.format-link .entry-title a:after, .social-links a:before, .flex-direction-nav a:before {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.sticky,
.bypostauthor {
    font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body {
  background: #E0DAFF;
  color: #333333;
}
blockquote {
  border-left: 1px solid #E0DAFF;
  color: #999999;
}
abbr, acronym {
  border-bottom: 1px dotted #E0DAFF;
}
td, th {
  border-bottom: 1px solid #E0DAFF;
}
.site-footer {
  border-top: 10px solid #E0DAFF;
  color: #999999;
}
.site-content .widget-area {
  border-top: 0px solid #E0DAFF;
}

/* =Widgets */
.widget {
  font-size: 0.8125em;
  line-height: 2.09231em;
  border-bottom: 1px solid #E0DAFF;
  margin: 0 0 26px;
  padding: 0 0 27px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.widget select {
  max-width: -webkit-calc(100% - 48px);
  max-width: calc(100% - 48px);
  margin-left: 24px;
}
.widget a {
  color: #f68060;
  text-decoration: none;
}
.widget a:hover, .widget a:active, .widget a:focus {
  color: #333333;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget li {
  border-top: 1px solid #E0DAFF;
  list-style: none;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 7px;
}

.widget-title {
  font-size: 1.25em;
  line-height: 1.36em;
  font-weight: normal;
  margin: 14px 0;
}
.widget-title a {
  color: #333333;
}
.widget-title{
  color: #8E87B2;
}
.site-header {
  border-bottom: 3px solid #FFEADA;
}
.site-footer {
  border-top: 3px solid #FFEADA;
  color: #9BCC9A;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ccc;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  border: 1px solid #9BCC9A;
}
.hentry {
  border-bottom: 2px solid #FFEADA;
}

#menu-menu{
  text-align: right;
}

/* This ensures most tablet-sized devices will see the toggle menu */
@media screen and ( min-width: 640px ) {
  .menu-toggle {
    display: none;
  }
  .site-logo {
  	max-height: 100px;
  }
  .has-site-logo .main-navigation {
    height: 100px;
  }
  .has-site-logo .main-navigation > div,
  .has-site-logo .main-navigation > ul {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .main-navigation {
    font-size: 0.8125em;
    line-height: 2.09231em;
    clear: none;
    float: right;
    max-width: 50%;
    text-align: right;
  }
  .main-navigation ul:first-child {
	  display: block;
  }
  .main-navigation ul li {
    display: inline-block;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-navigation ul a {
    border-bottom: 0;
    padding: 5px 0 5px 14px;
  }
  .main-navigation ul ul {
    background: white;
    border: 1px solid #eeeeee;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
    opacity: 0;
    padding: 0 7px;
    position: absolute;
    top: 27px;
    left: 0;
    text-align: left;
    visibility: hidden;
    z-index: 99999;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 5px 4px;
  }
  .main-navigation ul ul li:last-of-type {
    border-bottom: 0;
  }
  .main-navigation ul ul li a {
    line-height: 1.5;
    padding: 5px;
    width: 180px;
  }
  .main-navigation ul ul ul {
    left: 100%;
    top: 0;
  }
  .main-navigation ul ul li a,
  .main-navigation ul ul ul li a,
  .main-navigation ul ul ul ul li a {
    padding-left: 5px;
  }
}

a.site-logo-link>img{
    border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%x;   /* Firefox用 */  
}

div.portfolio-featured-image{
	display :none;
}