@charset "UTF-8";

/*
Theme Name: テーマB SP
Theme URI: 自分のURL
Description: 自分で作れるおしゃれなwebサイト official theme
*/
body {
	background: #fff;
	color: #333;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', "MS PGothic", sans-serif;
	line-height: 1.5;
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	width:100%;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.aligncenter {
	text-align:center;
}

.wp_social_bookmarking_light {
	margin:0 0 10px !important;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：検索ウィジェット

::::::::::::::::::::::::::::::::::::::::::::
*/

#searchform #s {
	width:150px;
	border:1px solid #DDD;
	padding:2px 5px;
	font-size:12px;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：枠

::::::::::::::::::::::::::::::::::::::::::::
*/

.container {
	width: 100%;
	margin: 0 auto;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：ヘッダー
.gHeader

::::::::::::::::::::::::::::::::::::::::::::
*/

.gHeader {
	width: 100%;
	padding:10px 0;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	line-height:1;
	padding:12px 0 5px;
	margin: 0 auto 15px;
}

.gHeader .gHeaderInner h1.sitelogo {
	font-size: 24px;
	font-weight: normal;
	padding:0 10px;
}

.gHeader a {
	text-decoration: none;
	text-decoration: none;
	color: #000;
	border-bottom: 2px solid #000;
	padding: 0 0 2px;
}

.gHeader a:hover {
	text-decoration: none;
	border-bottom: none;
	padding: 0 0 2px;
}

.gHeader-top p {
	padding-top: 3px;
	color: #797979;
}

.gNavi {
}

.gNavi .btnOpen,
.gNavi .btnClose {
	font-size:14px;
	text-align:center;
	background:#F5F5F5;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

.gNavi .btnOpen {
	display:none;
}

.gNavi .btn {
	display:block;
}

.gNavi .btn a span {
	display:none;
}

.gNavi .btn a {
	background-color:#F5F5F5;
	background-image:url(../images/sp/gmenu_open.png);
	background-size:142px 22px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:12px 0 13px;
	height:22px;
	text-align:center;
	display:block;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

.gNavi .active a {
	background-image:url(../images/sp/gmenu_close.png);
}

.gNavi .menu {
	display:none;
}

.gNavi ul li {
	font-size:13px;
	text-align:center;
	background:#F5F5F5;
	border-bottom:1px dashed #E1E1E1;
}

.gNavi ul li:last-child {
	border-bottom:1px solid #E1E1E1;
}

.gNavi ul li a {
	display:block;
	padding:13px 0;
	color:#777;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：コンテンツ内パーツ
.mainContents

::::::::::::::::::::::::::::::::::::::::::::
*/

.mainContents {
	width:100%;
}

.archive .mainContents,
.page .mainContents,
.single .mainContents {
	width:auto;
	background:#fff;
	padding:16px 10px;
	margin:0;
}

.archive .mainContents {
	padding:16px 0 0;
}

.mainContents:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.mainContentsInner {
	margin: 0;
}

.section-header {
	position: relative;
}

.section-header h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.section-header p {
	position: absolute;
	top: 5px;
	right: 5px;
}

.section-header p a {
	padding-left: 15px;
	font-size: 90%;
}

.paging {
	clear:both;
	color: #999999;
	overflow: hidden;
	padding: 15px 0 20px;
	width:70px;
	height:30px;
	position:relative;
	margin:0 auto;
}

.paging a {
	color: #999999;
}

.paging a span {
	background-image:url(../images/sp/pagenavi_next.png);
	background-size:30px 30px;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	overflow:hidden;
	text-indent:-999999px;
	position:absolute;
}

.paging a span.next {
	right:0;
	background-image:url(../images/sp/pagenavi_next.png);
}

.paging a span.prev {
	left:0;
	background-image:url(../images/sp/pagenavi_prev.png);
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：記事一覧
.entryList

::::::::::::::::::::::::::::::::::::::::::::
*/

.entryList {
	margin:0 auto;
	width:100%;
	padding:0 0 5px;
}

.entryList .entry {
	margin:0;
	padding:10px 10px;
	border-bottom: 1px dashed #CCC;
}

.entryList a img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.entryList a:hover img {
	opacity:0.8;
}

.entryList .entry .thumb {
}

.entryList .entry .thumb img {
	width:90px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}

.entryList .entry .textWrap {
	overflow:hidden;
}

.entryList .entry .textWrap .title {
	font-family:"Georgia", "Hiragino Mincho ProN", serif;
	font-size:15px;
	font-weight:normal;
	margin:0 0 2px;
}

.entryList .entry .text {
	padding:5px 0 10px;
	font-size:12px;
	color:#666;
}

.entryList .entry .meta {
	text-align:right;
	font-size:10px;
	color:#999999;
}

.entryList .entry .meta a {
	color:#999999;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：記事内容
.mainContents .entryText

::::::::::::::::::::::::::::::::::::::::::::
*/

.mainContents .entryText {
	overflow:hidden;
	line-height:1.8;
	margin:0 auto;
}

.mainContents .entryText p {
	margin:0 0 10px;
        font-family: "Georgiz", "Hiragino Mincho ProN", serif;
        font-size: 14px;
}

.mainContents .entryText .photo {
	margin:0 auto;/*width:100%;*/
}

.mainContents .entryText .photo img {
}

.mainContents .entryText .photo .caption {
	color:#999;
	font-size:12px;
	margin:0;
}

.mainContents .entryText .photo img.alignright {
	float: none !important;
}

.mainContents .entryText .photo img.alignleft {
	float: none !important;
}

.mainContents .entryText .photo .size-large {
	max-width:200px;
	height:auto;
}

.mainContents .entryText .photo .size-large {
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：コンテンツ内パーツ
.sideContents

::::::::::::::::::::::::::::::::::::::::::::
*/
.sideContents {
	background: #F5F5F5;
	position: relative;
	padding:10px 0 0;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

.sideContents a {
	color: #666;
}

.sideContents .sideContentsInner {
	padding: 10px 10px 0;
}

.sideContents .wigetWrap {
	margin: 0 0 15px;
}

.sideContents .wigetWrap ul li {
	font-size:13px;
	background-image:url(../images/sp/arrow01.png);
	background-size:9px 7px;
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding: 0 0 0 16px;
	margin: 0 0 4px;
	color: #666;
}

.sideContents .wigetWrap ul li:last-child {
	margin: 0;
}

.sideContents .wigetWrap .widgetTitle {
	border-bottom: 5px solid #E6E6E6;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	font-size: 15px;
	font-weight:normal;
	color:#000;
	padding: 0 0 4px;
	margin: 0 0 15px;
}

.sideContents .wigetWrap .textwidget {
	color: #666;
	line-height: 1.8;
}

.sideContents #wp-calendar {
	width: 100%;
}

.sideContents #wp-calendar caption {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.sideContents #wp-calendar thead {
	font-size: 11px;
	color: #666666;
}

.sideContents #wp-calendar thead th {
	text-align: center;
	color: #666666;
	padding-bottom: 5px;
}

.sideContents #wp-calendar tbody {
	color: #AAAAAA;
}

.sideContents #wp-calendar tbody td {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #E6E6E6;
	padding: 3px 0 2px;
	text-align: center;
}

.sideContents #wp-calendar tbody .pad {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sideContents #wp-calendar tfoot #next {
	text-align: right;
}

.sideContents #wp-calendar tfoot td {
	padding:10px 0 0;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

共通：フッター
.gFooter

::::::::::::::::::::::::::::::::::::::::::::
*/

.gFooter {
	clear: both;
}

.gFooter .inner {
	margin: 0 auto;
	padding:28px 0 70px;
	overflow:hidden;
}

.gFooter a {
	color:#888888;
}

.gFooter .wigetWrap {
	width:100%;
	margin:0 0 30px;
}

.gFooter .wigetWrap .textwidget {
	color:#888888;
	height:160px;
	/*width:100%;*/
	overflow: auto;
	line-height:1.6;
	font-size:14px;
}

.gFooter .widgetTitle {
	border-bottom:5px solid #000;
	padding:0 0 5px;
	margin:0 0 10px;
	color:#DDDDDD;
	font-size:16px;
}

.gFooter .wigetWrap ul {
	height:160px;
	width:100%;
	overflow: auto;
}

.gFooter .wigetWrap ul li {
	margin:0 0 10px;
	background-image:url(../images/sp/arrow01.png);
	background-size:9px 7px;
	background-repeat:no-repeat;
	background-position:0 0.4em;
	padding:0 0 0 12px;
	font-size:12px;
}

.gFooter .wigetWrap:nth-child(3n) {
	margin:0;
}

.gFooter .pagetop {
	text-align:center;
}

.gFooter .copyright {
	color:#BBBBBB;
	font-size:12px;
	padding:8px 0;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	text-align:center;
}

.gFooter .copyright small {
	display:block;
	font-size:11px;
	margin:0 auto;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

トップページ
index.php

::::::::::::::::::::::::::::::::::::::::::::
*/

.topMainimg {
}

.topMainimg img {
	width:100%;
	height:auto;
	vertical-align:top;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

一覧ページ
archive.php、category.php

::::::::::::::::::::::::::::::::::::::::::::
*/

.archive .entryTitle {
	border-bottom: 1px dashed #CCCCCC;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight:normal;
	margin: 0;
	padding: 0 10px 10px;
	color:#000;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

記事ページ
single.php

::::::::::::::::::::::::::::::::::::::::::::
*/
.single .entryTitleWrap {
	padding:0;
}

.single .entryTitle {
	font-family:"Georgia", "Hiragino Mincho ProN", serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:0 0 5px 0;
}

.single .entryData {
	color:#999;
	padding:0;
}

.single .entryData a {
	color:#999;
}

.single .entryData .meta {
	float:left;
	font-size:10px;
}

.single .entryData .meta .post-categories {
	display:inline;
}

.single .entryData .meta .post-categories li {
	display:inline;
}

.single .entryData .PageNavi {
	float:right;
	font-size:11px;
}

.single .PageNaviBtm {
	color:#999999;
	margin:0 auto;
}

.single .PageNaviBtm a {
	color: #999999;
	display:block;
}

.single .PageNaviBtm a p {
	padding:0 0 0 38px;
	display:inline-block;
	line-height:32px;
	background-size:30px 30px;
	background-position:0 0;
	background-repeat:no-repeat;
}

.single .PageNaviBtm a .prev {
	background-image:url(../images/sp/pagenavi_prev.png);
	margin:0 0 10px;
}

.single .PageNaviBtm a .next {
	background-image:url(../images/sp/pagenavi_next.png);
}

.single .entryInfo {
	overflow:hidden;
	margin:0 0 20px;
	font-size:12px;
	color:#666;
}

.single .entryInfo .thumb {
	float: left;
	margin: 0 10px 0 0;
}

.single .entryInfo .thumb img {
	height: auto;
	width: 90px;
}

.single .mainContents .entryText {
	font-size:13px;
	margin:0 0 30px;
}

.single .mainContents .entryText h2 {
	border-bottom: 1px dashed #CCCCCC;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight:normal;
	color:#000;
	margin: 0 0 15px;
	padding: 0 0 2px;
	line-height:1.3;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

記事ページ コメント
single.php  #comment-area

::::::::::::::::::::::::::::::::::::::::::::
*/


#comment-area {
	margin:0 0 30px;
	overflow:hidden;
}

#comment-area #comments {
	border-bottom: 1px dashed #CCCCCC;
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight:normal;
	color:#000;
	margin: 0 0 15px;
	padding: 0 0 2px;
}

#comment-area .commentCount a {
	color:#999999;
	font-size:12px;
}

#comment-area .commentCount {
	margin:0 0 10px;
}

#comment-area .commets-list {
}

#comment-area .commets-list ol {
	margin:0 0 30px;
}

#comment-area .commets-list li {
	font-size:13px;
	border-bottom: 1px dashed #CCCCCC;
}

#comment-area .commets-list li .commentContent {
	margin: 0 0 10px;
	background-color:#F5F5F5;
	padding: 10px 10px 10px 30px;
}

#comment-area .commets-list .children {
	padding:0 0 0 15px;
}

#comment-area .commets-list .children li {
	border-bottom: none;
	border-top: none;
}

#comment-area .commets-list .children li .commentContent {
	overflow:hidden;
	padding: 10px 10px 10px 30px;
	margin: 0 0 10px;
	background-color:#F5F5F5;
	background-image: url(../images/sp/arrow01.png);
	background-position:10px 18px;
	background-repeat:no-repeat;
	background-size:9px 7px;
}

#comment-area .ph {
	float:left;
	margin:6px 10px 0 0;
}

#comment-area .ph .avatar {
	width:20px;
	height:20px;
}

#comment-area .commentContent .name {
	font-weight:bold;
	margin:0 0 2px;
}

#comment-area .commentContent .commentText {
	margin:0 0 10px;
}

#comment-area .commentMeta {
	text-align:right;
	color: #999999;
	font-size:11px;
}

#comment-area .commentMeta a {
	color: #999999;
}

#comment-area .comment-reply-title {
	font-family:"Georgia", "Hiragino Mincho ProN", serif;
	font-weight:normal;
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin:0 0 10px;
}

#comment-area .comment-form {
}

#comment-area .comment-form .logged-in-as {
	margin:0 0 10px;
}

#comment-area .comment-form .comment-notes {
	margin:0 0 20px;
}

#comment-area .comment-form .inputtext {
	overflow:hidden;
	margin:0 0 10px;
}

#comment-area .comment-form textarea,
#comment-area .comment-form input[type="text"] {
	border:1px solid #ddd;
	width:270px;
	padding:6px 3px;
	font-size:12px;
	margin:0 0 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#comment-area .comment-form .inputtext input {
	vertical-align:middle;
}

#comment-area .comment-form textarea {
}

#comment-area .comment-form label {
	font-size:12px;
	margin:0 0 5px;
	display:block;
}

#comment-area .comment-form .form-submit {
}

#comment-area .comment-form .form-submit input {
	padding:10px 20px;
	color:#000;
	background:#dddddd;
	font-size:12px;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#comment-area .comment-form .form-submit input:hover {
	background:#ece8e8;
}

/*
::::::::::::::::::::::::::::::::::::::::::::

固定ページ
page.php

::::::::::::::::::::::::::::::::::::::::::::
*/

.page .entryTitle {
	font-family: "Georgia", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight:normal;
	color:#000;
	margin: 0 0 15px;
}

.page .entryText {
}

/*
::::::::::::::::::::::::::::::::::::::::::::

検索ページ
search.php

::::::::::::::::::::::::::::::::::::::::::::
*/
.search .entryTitle {
	font-family:"Georgia", "Hiragino Mincho ProN", serif;
	font-size: 24px;
	font-weight:normal;
	margin: 0 0 30px;
	color:#000;
}

.search #post-0 .entry-title {
	font-size:14px;
}

.search #post-0 #searchform {
	margin:20px 0 0;
}
