@charset "utf-8";

/*= Top Page Header
============================================= */
#contents .topHead {
  position: relative;
  margin: 0 0 40px;
  width: 100%;
  height: 300px;
  background: url(../images/bgTopHead.png) no-repeat;
}
#contents .topHead .image {
  position: absolute;
  top: 85px;
  right: 20px;
  width: 230px;
}
#contents .topHead .image img {
  width: 230px;
	height: auto;
}
#contents .topHead .image a,
#contents .topHead .image a:hover,
#contents .topHead .image a:visited {
  color: #444;
}

#contents .topHead .image img {
  width: auto;
  max-width: 100%;
  border-radius: 0;
}
#contents .topHead .image .comment {
  padding: 0 0 0;
}
#contents .topHead .image p {
  padding: 5px 0 0;
	font-size: 12px;
	color: #333366;
  overflow: hidden;
  white-space: nowrap;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
  text-overflow: ellipsis;
}

/*= List, Detail, Profile
============================================= */
#contents .site-content h1 {
  margin: 0 !important;
  padding: 13px 10px 8px !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}
#contents .site-content h2 {
  margin: 0 0 .5em !important;
  padding: 0 0 .3em !important;
  width: auto;
  height: auto;
  border-bottom: 2px solid #F286AC;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
#contents .site-content .myPageTitle {
  margin-left: -15px !important;
  margin-bottom: 30px !important;
  padding: .8em 0 .8em 1em !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border-left: 15px solid #ef5f92;
  background: #fce2eb;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#contents .site-content .listPage .listTitle {
}
#contents .site-content .articleTitle,
#contents .site-content .articleDesc,
#contents .profilePage h1.postTitle {
	margin: 0 0 30px;
	background: url(../images/bg_stripe.gif) repeat left top;
	border: solid 1px #BBABA1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	position: relative;
	behavior: url(/wp-content/themes/tomocchi/js/PIE.php);
	/*clear: both;*/
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#contents .site-content .listPage .articleDesc {
	margin: 0;
}
#contents .site-content .articlePage .postTitle,
#contents .site-content .listPage .listTitle {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #BBABA1;
}
#contents .site-content .profilePage h1.postTitle {
	margin-bottom: 30px !important;
}

#contents .site-content article,
#contents .comments-area article {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 1em;
  margin-bottom: 1.5em !important;
}
#contents .site-content article {
  /*border-top: 1px solid #EDEDED;*/
  border-bottom: 0;
}

/*= List
============================================= */
#contents .site-content .listPage {
  clear: both;
  overflow: hidden;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#contents .site-content .listPage article {
  margin-bottom: 0 !important;
  /*padding: 20px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;*/
}
#contents .site-content .listPage .articleDesc:hover {
  background-color: #eee;
  cursor: pointer;
}

#contents .site-content .listPage .image {
  float: left;
  width: 190px;
  margin-right: 10px;
}
#contents .site-content .listPage .summary {
  float: left;
  width: 468px;
}
#contents .site-content .listPage .summary.wide {
  width: 668px;
}
#contents .site-content .listPage .summary dl {
}
#contents .site-content .listPage .summary dl dt {
}
#contents .site-content .listPage .summary dl dt .listTitle a {
  display: block;
  /*padding: 0 0 .5em;*/
}
#contents .site-content .listPage .summary dl dd {
  /*margin: 0 0 .5em;*/
	/*padding: 10px;*/
	padding: 8px 10px 6px;
	/*background-color: #fff;*/
}
#contents .site-content .listPage .summary dl dd.theme .post-categories {
  display: inline;
}

/*= Detail, Profile
============================================= */
#contents .site-content .articlePage {

}
#contents .site-content .articlePage article {
  border-top: 0;
  margin-bottom: 50px;
}
#contents .site-content .articlePage .date,
#contents .site-content .listPage .date {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 8px 10px 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.75);
	background: rgba(211, 91, 211, .3);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#30D35BD3,EndColorStr=#30D35BD3);
	background-color: rgba(211, 91, 211, .3);
	font: medium "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif\9;
}
#contents .site-content .listPage .date {
	border-bottom: 1px solid #BBABA1;
}
#contents .site-content .articlePage .date .comment {
  float: right;
  margin: 0;
  width: 150px;
  text-align: right;
}
#contents .site-content .articlePage .content {
  line-height: 1.7;
}
#contents .site-content .articlePage .content p {
  margin-bottom: 1em;
}

#contents .site-content .articlePage h2.toolTitle {
  margin: 0 0 5px !important;
  padding: 4px 0 3px 22px !important;
	border: none;
  width: auto;
  height: auto;
  font-size: 18px;
  line-height: 18px;
	background: url(../images/icon_star2.png) no-repeat left top;
}
#contents .site-content .articlePage .section {
  clear: both;
  overflow: hidden;
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px solid #EDEDED;
}
#contents .site-content .articlePage .section .hidden {
  display: none;
  margin: 1em 0;
  font-size: 11px;
}
#contents .site-content .articlePage .share {
}
#contents .site-content .articlePage .share .blogranking {
  float: left;
  width: 250px;
}
#contents .site-content .articlePage .share .blogranking img {
  margin: 0 0 5px;
}
#contents .site-content .articlePage .share .blogranking_comment {
  clear: both;
  float: none;
  width: 100%;
}
#contents .site-content .articlePage .share .sns {
  float: right;
  width: 270px;
}
#contents .site-content .articlePage .sametheme {
  clear: both;
  overflow: hidden;
}
#contents .site-content .articlePage .sametheme ul {
  padding: 0 0 0 15px;
}
#contents .site-content .articlePage .sametheme ul li {
  margin-top: 5px;
}
#contents .site-content .articlePage .sametheme ul li i.fa {
  /*color: #e0a9a9;*/
  color: #df59ae;
  font-weight: bold;
}
#contents .site-content .articlePage .nav-page {
}
#contents .site-content .articlePage .nav-page span {
  display: block;
  width: 45%;
  font-size: 16px;
}
#contents .site-content .articlePage .nav-page .nav-previous {
  float: left;
}
#contents .site-content .articlePage .nav-page .nav-next {
  float: right;
}
#contents .site-content .articlePage .tb {
}
#contents .site-content .articlePage .tb dl {
  clear: both;
  overflow: hidden;
  margin: 1em 0 0;
  padding: 0;
}
#contents .site-content .articlePage .tb dl dt,
#contents .site-content .articlePage .tb dl dd {
  float: left;
  margin: 0;
  padding: 0;
}
#contents .site-content .articlePage .tb dl dt {
  width: 145px;
  padding-top: 10px;
}
#contents .site-content .articlePage .tb dl dd {
  width: 450px;
}
#contents .site-content .articlePage .tb dl dd .trackback_field {
  width: 95%;
}
#contents .site-content .articlePage .comments-area {
}
#contents .site-content .articlePage .comments-area .reply .comment-reply-link {
  display: none;
}
#contents .site-content .articlePage .comments-area .reply span {
  display: none;
}
#contents .site-content .articlePage .comments-area .comment-respond {
  margin-top: 0 !important;
}
#contents .site-content .articlePage .comments-area .comments-count {
  padding-left: 15px;
  font-size: 12px;
}
#contents .site-content .articlePage .comments-area .comment-author {
  padding-bottom: 10px;
	background: url(../images/comment_bg.gif) no-repeat left bottom;
	margin: 0 !important;
}
#contents .site-content .articlePage .comments-area .comment-content p {
  padding-bottom: 8px;
	margin-bottom: 0;
}
#contents .site-content .articlePage .comments-area .comment-content .edit-link {
  padding-bottom: 0;
}
#contents .site-content .articlePage .comments-area .comment-respond {
  margin-top: 20px;
}
#contents .site-content .articlePage .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 5px !important;
  padding-bottom: 5px;
}
#contents .site-content .articlePage .comments-area .comment-respond .comment-form,
#contents #respond form {
  margin-top: 0;
}
#contents .site-content .articlePage .comments-area .comment-respond .comment-form .form-allowed-tags {
  display: none;
}
#contents .site-content .articlePage .comments-area .comment-respond .comment-form .comment-form-comment {
  padding-bottom: 0;
}

/*= Profile
============================================= */
#contents .site-content .articlePage.profilePage .content {

}

#contents .site-content .articlePage.profilePage .content .headIntroductionBox {
  clear: both;
  overflow: hidden;
}
#contents .site-content .articlePage.profilePage .content .headIntroductionBox .image {
  float: left;
  width: 250px;
}
#contents .site-content .articlePage.profilePage .content .headIntroductionBox .text {
  float: right;
  width: 410px;
}

/*
#contents .site-content .articlePage.profilePage .content .intro {
  margin-top: 20px;
}
#contents .site-content .articlePage.profilePage .content .intro dl {
  margin-top: 10px;
}
#contents .site-content .articlePage.profilePage .content .intro dl dt {
}
#contents .site-content .articlePage.profilePage .content .intro dl dd {
}
*/
#contents .site-content .articlePage.profilePage .content .intro {
  margin-top: 20px;
}
#contents .site-content .articlePage.profilePage .content .intro dl {
  clear: both;
  overflow: hidden;
  padding: .5em 0;
  border-bottom: 2px dotted #aaa;
}
#contents .site-content .articlePage.profilePage .content .intro dl dt,
#contents .site-content .articlePage.profilePage .content .intro dl dd {
  float: left;
}
#contents .site-content .articlePage.profilePage .content .intro dl dt {
  margin-right: .5em;
}
#contents .site-content .articlePage.profilePage .content .intro dl dd {
}

#contents .site-content .articlePage.profilePage .content .intro dl.introL4 dt {
  width: 140px;
}
#contents .site-content .articlePage.profilePage .content .intro dl.introL4 dd {
  width: 500px;
}

#contents .site-content .articlePage.profilePage .content .cols {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0;
}
#contents .site-content .articlePage.profilePage .content .cols .col {
  float: left;
  margin: 0 10px 0 0;
  width: 214px;
  background: #eee;
  border: solid 1px #BBABA1;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
/*  border: 1px solid #ccc;
  border-top: 0;
*/}
#contents .site-content .articlePage.profilePage .content .cols .col:last-child,
#contents .site-content .articlePage.profilePage .content .cols .col.last {
  margin-right: 0;
}
#contents .site-content .articlePage.profilePage .content .cols .col .title {
	margin-bottom: 0;
	line-height: 30px;
	background: url(../images/bg_stripe.gif) repeat left top;
	border-bottom: solid 3px #ccc;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	behavior: url(/wp-content/themes/tomocchi/js/PIE.php);
  /*margin-bottom: 0;
  padding: 0 10px 0;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  text-shadow: 0 1px 0 #FFF;
  line-height: 30px;
  background-color: #FCE2EB;
  border: 1px solid #F3BCCF;
  border-bottom: 2px solid #EC4781;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
}
#contents .site-content .articlePage.profilePage .content .cols .col .title span {
	display: block;
	padding: 0 5px 0 5px;
	background-color: rgba(249, 187, 194, .4);
}
html.ie7 #contents .site-content .articlePage.profilePage .content .cols .col .title span,
html.ie8 #contents .site-content .articlePage.profilePage .content .cols .col .title span {
	font: medium "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 7px 5px 7px 25px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#40F9BBC2,EndColorStr=#40F9BBC2);
	background-color: rgba(249, 187, 194, .4);
}
#contents .site-content .articlePage.profilePage .content .cols .col .figure {
  margin: .5em;
}
#contents .site-content .articlePage.profilePage .content .cols .col .figure img {
  max-width: 100%;
  width: auto;
}
#contents .site-content .articlePage.profilePage .content .cols .col .caption {
  padding: .5em .5em 0;
  font-size: 93%;
}
#contents .site-content .articlePage.profilePage .content .cols .col .more {
  text-align: right;
  padding: 0 .5em .5em;
}

#secondary.widget-area .widget .widget-title {
	margin: 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #BBABA1;
	color: #663300;
	font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
	line-height: 30px;
	padding: 0 5px 0 25px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
	background-color: rgba(249, 187, 194, .4);
	background-image: url(../images/icon_star.png);
	background-repeat: no-repeat;
	background-position: 7px 5px;
}
html.ie7 #secondary.widget-area .widget .widget-title,
html.ie8 #secondary.widget-area .widget .widget-title {
	font: medium "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 7px 5px 7px 25px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#40F9BBC2,EndColorStr=#40F9BBC2);
	background-color: rgba(249, 187, 194, .4);
}


.blogranking {
  margin-top: -15px;
}
.blogranking_comment {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

/*ヘッダー新規*/
body.home.blog.full-width.single-author {
    background-image: none !important;
	}
body input{
	    padding: 2px;
}
.siteFooter {
    position: relative !important;
}
