@charset "utf-8";
/* ===================================================================
 style info : スマートフォン用指定全部
=================================================================== */

/*----------------------------------------------------
	基本要素
----------------------------------------------------*/
body {
	color: #111;
	background: #666;
	-webkit-text-size-adjust: none;
	font-family:"Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", ArialMT;
	line-height: 1.2;
}

ul li {
	list-style: none;
}

small {
	font-size: 10px;
}


/* リンク
----------------------------------------------------*/
a {
	-webkit-tap-highlight-color: rgba(57, 127, 218, .2);
	text-decoration: none;
	color: #2c5ec2;
}

a:link {
}

a:visited {
	color: #4cb1ff;
}

a:hover {
}


/* 汎用
----------------------------------------------------*/
/* clerfix */
.articleFooter ul:after,
#archiveArea:after,
.archiveNav:after,
.articleList article a:after,
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.loadMore a,
.btn {
	display: inline-block;
	margin: 0 auto 10px;
	padding: 5px 25px;
	background-color: #397fda;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#619be1), to(#194ec0));
	border: 3px solid #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .2), inset 1px 2px 3px rgba(0, 0, 0, .3);
	text-shadow: 1px 1px 0 #333;
	-webkit-background-clip: padding-box;
	font-size: 12px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
}

.btn:visited {
	color: #fff;
}

.c {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tR,
.sign {
	text-align: right;
}

/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#page {
	width: auto;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	background: #f3f3f3 url(../img/item/bg_body.gif);
	-webkit-background-size: 5px 5px;
}

@media all and (orientation:portrait) {
	#page {
		max-width: 320px;
	}
}

@media all and (orientation:landscape) {
	#page {
		max-width: 480px;
	}
}

/*----------------------------------------------------
	header.global
----------------------------------------------------*/
header.global {
	position: relative;
	margin: 0 0 15px;
	padding: 11px 7px;
	background-color: #397fda;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4cb1ff), to(#2c5ec2));
	color: #fff;
	border-bottom: 1px solid #fff;
}

header.global:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

header.global a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
}

/* サイト名 */
header.global h1 {
	position: relative;
	padding-left: 33px;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

header.global h1 a {
	display: block;
	padding: 3px 0;
}

/* アイコン */
header.global h1 a:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: "";
	width: 24px;
	height: 24px;
	margin-right: 7px;
	background: rgba(0, 0, 0, .5) url(../img/item/icon_home.png) no-repeat left center;
/* サイト名横のアイコンをホーム画面用アイコンと同一にする場合は下記にする。
	background: rgba(0, 0, 0, .5) url(../img/item/icon_apple_touch.png) no-repeat left center;
*/
	-webkit-background-size: 24px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* サイト内検索 */
#siteSearchArea {
	padding: 0 7px;
}

#siteSearchArea input[type=text] {
	width: 62%;
	height: 21px;
	margin-right: 10px;
	padding: 2px 1%;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #b9b9b9;
}

#siteSearchArea input.searchBtn {
	width: 90px;
	height: 27px;
	background-color: #dcdcdc;
	background:
		url(../img/item/bg_search.png) no-repeat center top,
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d5d5d5)) #dcdcdc
	;
	-webkit-background-size: 66px 27px, auto;
	border: 1px solid #fff;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 0 3px #b9b9b9;
	text-shadow: 1px 1px 0 #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	margin: 15px 0 0;
}

#contents h1 {
	padding: 5px 7px;
	background-color: #454545;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#595959), to(#373737));
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #000;
	letter-spacing: .1em;
}

#contents h2 {
	font-size: 14px;
	line-height: 1.1;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

/* エントリーリスト */
.articleList {
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
}

.articleList:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

.articleList article {
	position: relative;
	padding: 0;
	background-color: rgba(255, 255, 255, .9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .9)), to(rgba(200, 200, 200, .2)));
	border-bottom: 1px solid #c6c6c6;
}

.articleList article a {
	display: block;
	padding: 0 30px 0 0;
	background: url(../img/item/mark_right.png) no-repeat right center;
	-webkit-background-size: 33px 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #111;
}

.articleList article a:visited {
	color: #555;
}

.articleList article h2 {
	margin: 0 0 3px;
}

.articleList article a ul,
.articleList article a p {
	margin-bottom: 1px;
	color: #666;
	font-size: 10px;
}

.articleList article a ul {
	margin-bottom: 2px;
}

.articleList article .image {
	float: left;
	margin: 0 0 0 1px;
}

.articleList article .image img {
	vertical-align: top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.articleList article .text {
	overflow: auto;
	padding: 2px 0 0 7px;
}

/* commentCount */
.articleHeader .commentCount,
.articleList article .commentCount {
	position: absolute;
	top: -12px;
	right: 20px;
	z-index: 50;
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: url(../img/item/bg_comment.png) no-repeat;
	-webkit-background-size: 40px 30px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	font-size: 13px;
	font-family: Courier;
	-webkit-transform: rotate(15deg);
}

.articleHeader .commentCount a,
.articleList article .commentCount a {
	color: #fff;
}

/* Load more entries */
.loadMore {
	margin-bottom: 20px;
}

.loadMore a {
	width: 70%;
}

/* archives */
#archiveArea {
	position: relative;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 6px;
	border-top: 1px solid #c6c6c6;
}

#archiveArea:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	content: "";
	display: block;
	height: 7px;
	border-top: 1px solid #fff;
	background: url(../img/item/bg_shadow.png) repeat-x;
}

select#categoryArchive,
select#monthlyArchive {
	display: block;
	float: left;
	width: 50%;
	height: 50px;
	margin: 0 0 1px;
	padding: 4px 0 4px 7px;
	background-color: #efefef;
	background:
		url(../img/item/mark_bottom.png) no-repeat right center,
		-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e9e9e9))
	;
	-webkit-background-size: 33px 30px, auto;
	border: 0;
	border-bottom: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}

select#monthlyArchive {
	border-left: 1px solid #fff;
}


/* pageNo */
.pageNo {
	margin: 10px 7px;
	font-size: 12px;
}

.pageNo a {
	padding-right: 50px;
}


/* アーカイブ 前後リンク */
.archiveNav {
	position: relative;
	margin: 0 0 10px;
	padding: 8px 7px;
	background-color: rgba(0, 0, 0, .4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 -1px 0 #c6c6c6;
	box-shadow: 0 -1px 0 #c6c6c6;
	color: #fff;
}

.archiveNav li {
	width: 50%;
	float: left;
}

.archiveNav li.next {
	text-align: right;
	float: right;
}

.archiveNav li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

.archiveNav li.prev a {
	padding-left: 40px;
	background: url(../img/item/mark_left.png) no-repeat left center;
	-webkit-background-size: 33px 30px;
}

.archiveNav li.next a {
	padding-right: 40px;
	background: url(../img/item/mark_right.png) no-repeat right center;
	-webkit-background-size: 33px 30px;
}

/* ページ分割した時のページ送り */
ul.pager {
	margin: 20px 10px 30px;
	padding: 6px 3px 1px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #c6c6c6;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px #cecece;
	box-shadow: 0 0 8px #cecece;
}

ul.pager li {
	display: inline;
	margin: 0 3px;
	padding: 0;
}

ul.pager li span,
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.pager li span {
	border: 1px solid #aaa;
	font-weight: bold;
	color: #666;
}



/*----------------------------------------------------
	ブログ記事
----------------------------------------------------*/
/* 記事ヘッダー */
.articleHeader ul {
	position: relative;
	padding: 10px 7px 5px;
	background: url(../img/item/bg_shadow.png) repeat-x #fff;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

.articleHeader ul .commentCount {
	right: 7px;
}

.articleHeader ul li {
	margin-bottom: 5px;
	padding: 2px 0;
}

.articleHeader ul li time {
	padding: 2px 0;
	padding-left: 25px;
	background: url(../img/item/icon_calendar.png) no-repeat left center;
	-webkit-background-size: 18px;
}

.articleHeader ul li.category {
	padding-left: 25px;
	background: url(../img/item/icon_category.png) no-repeat left center;
	-webkit-background-size: 18px;
}

/* 記事本文 */
.articleBody {
	padding: 13px 7px 5px;
	background: url(../img/item/bg_shadow.png) repeat-x #fff;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
	font-size: 14px;
}

.articleBody img {
	max-width: 306px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

@media all and (orientation:landscape) {
	.articleBody img {
		max-width: 466px;
	}
}

.articleBody blockquote,
.articleBody pre,
.articleBody table,
.articleBody dl,
.articleBody ol,
.articleBody ul,
.articleBody p {
	margin-bottom: 10px;
}

/* hn */
.articleBody h2 {
	clear: both;
	margin: 1.8em -7px 1em;
	padding: 5px 7px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	text-shadow: none !important;
}

.articleBody h3 {
	clear: both;
	margin: 1.8em -7px .8em;
	padding: 5px 7px;
	background: rgba(100, 100, 100, .2);
	line-height: 1.1;
	font-size: 15px;
}

.articleBody h4 {
	clear: both;
	margin: 1.8em -7px .5em;
	padding: 0 7px 4px;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
	font-size: 14px;
}

.articleBody h5 {
	margin: 1.5em -7px .5em;
	padding: 0 7px 4px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.1;
	font-size: 13px;
}

/* ul */
.articleBody ul {
	margin-left: 25px;
	line-height: 1.2;
}

.articleBody ul li {
	list-style: disc;
	margin-bottom: .5em;
}

/* ol */
.articleBody ol {
	margin-left: 33px;
	line-height: 1.2;
}

.articleBody ol li {
	margin-bottom: .5em;
}

/* dl */
.articleBody dl dt {
	margin-top: 10px;
	font-weight: bold;
}

.articleBody dl dd {
	margin-left: 1em;
}

/* table */
.articleBody table {
	border: 1px solid #999;
}

.articleBody table th {
	padding: 3px 7px;
	background: #efefef;
	border: 1px solid #aaa;
}

.articleBody table td {
	padding: 3px 7px;
	background: #fff;
	border: 1px solid #aaa;
}

/* pre */
.articleBody pre {
	overflow: auto;
	padding: 2%;
	width: 95%;
	background: rgba(200, 200, 200, .2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: pre-wrap;
	line-height: 1.1;
}

/* 引用 */
.articleBody .quoteArea {
	margin-bottom: 15px;
}

.articleBody blockquote {
	position: relative;
	margin: 10px 7px;
	padding: 30px 7px 10px;
	background: rgba(200, 200, 200, .05);
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px #cecece;
	box-shadow: 0 0 8px #cecece;
	font-size: 12px;
}

.articleBody blockquote h3 {
	margin-top: 0;
}

.articleBody blockquote:before {
	content: "“";
	position: absolute;
	top: 0;
	left: 5px;
	font-size: 80px;
	color: #cecece;
	line-height: 1;
}

.articleBody blockquote:after {
	content: "”";
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 80px;
	color: #cecece;
	line-height: 1;
}

.articleBody blockquote p:last-of-type {
	margin-bottom: 0;
}

.articleBody .quoteArea p.quote {
	margin: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	font-size: .85em;
	text-align: right;
}


/* 続き */
hr#more{
	clear: both;
	margin: 20px 5px 40px;
	padding: 0;
	border: 0;
	text-align: right;
}

hr#more:after {
	content: "───── more";
	color: #888;
	font-size: .85em;
	font-style: italic;
}

/* 記事フッター */
.articleFooter {
	border-top: 1px solid #c6c6c6;
	padding: 10px 7px;
	background: #fff;
	font-size: 12px;
}

.articleFooter ul {
	text-align: right;
}

.articleFooter ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

/* トラバ・コメント
----------------------------------------------------*/
#tb_comment {
	position: relative;
	margin-bottom: 30px;
	padding: 0 7px 5px;
	font-size: 12px;
	line-height: 1.5;
}

#tb_comment h1 {
	margin-bottom: 7px;
	margin-right: -7px;
	margin-left: -7px;
}

#tb_comment p {
	margin-bottom: 5px;
}

#tb_comment textarea,
#tb_comment input[type=text] {
	padding: 2px 5px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#tb_comment #trackBacks {
	margin: 0 0 20px;
}

#trackBackURL {
	margin: 0 0 20px;
}

#trackBackURL dt {
	font-weight: bold;
}

#trackBackURL dd {
	margin-left: 1em;
}

/* コメント */
#tb_comment .commentAtt {
	text-indent: -1em;
	margin: 0 0 15px 1em;
	line-height: 1.2;
}

.trackbacks-content,
#tb_comment .comment {
	margin: 0 0 10px;
	padding: 10px 7px;
	background: #fff;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#tb_comment .comment .commentBody {
	margin: 0 0 5px;
}

#tb_comment .comment footer {
}

.trackbacks-content footer ul,
#tb_comment .comment footer ul {
	text-align: right;
}

.trackbacks-content footer ul li,
#tb_comment .comment footer ul li {
	display: inline;
	margin-left: 15px;
}

#tb_comment .comment .comment {
	margin: 10px 0 0;
	padding: 0 0 0 7px;
	border: 0;
	border-left: 5px solid #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#tb_comment .comment h2 {
	margin-bottom: 5px;
}

#tb_comment .comments-open {
	margin-top: 20px;
}

#tb_comment #comments-open-data {
	margin-top: 10px;
}

#tb_comment #comments-open-data dt {
	font-weight: bold;
}

#tb_comment #comments-open-data dd {
	margin-bottom: 10px;
}

#tb_comment .comments-open input[type=text] {
	width: 60%;
	margin-right: 5px;
}

#tb_comment .required {
	margin-left: 5px;
	padding: 0 3px;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #900;
	font-size: 10px;
}

#comment-form-remember-me {
	margin-top: 10px;
}

#tb_comment textarea {
	width: 94%;
}

#tb_comment input[type=submit] {
	padding: 5px 10px;
}


/*----------------------------------------------------
	footer.global
----------------------------------------------------*/
footer.global {
	border-top: 1px solid #c6c6c6;
	padding: 0 0 70px;
	font-size: 12px;
}

footer.global small {
	font-size: 12px;
}

footer.global .area {
	background: rgba(255, 255, 255, .6);
}

footer.global .pcLink {
	float: right;
	margin-right: 7px;
	margin-left: 10px;
	padding-top: 10px;
}

footer.global .footerMenu {
	width: 50%;
	padding: 0;
}

footer.global .footerMenu li {
	border-top: 1px solid #c6c6c6;
}

footer.global .footerMenu li:first-child {
	border-top: 0;
}

footer.global .footerMenu li a {
	display: block;
	padding: 10px 7px;
	padding-left: 22px;
	background: url(../img/item/mark_footer.png) no-repeat 7px center;
	-webkit-background-size: 8px 8px;
}

footer.global .by {
	padding: 10px 7px;
	text-align: right;
	border-top: 1px solid #c6c6c6;
}

footer.global .by li {
	margin-bottom: 3px;
}

footer.global .copyright {
	padding: 15px 0 0;
	background: url(../img/item/bg_shadow.png) repeat-x;
	text-align: center;
}


