/* =======================================================
各店シマブロ用スタイルシート
========================================================== */
body{
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3' ,メイリオ, Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif;
	background-color: #FFE168;
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
/*フォーカス*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
	border-color: rgba(79, 141, 179, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
	color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
/*リンクタップ時に半透明のグレーで範囲を覆う*/
a{ -webkit-tap-highlight-color:rgba(0,0,0,.2); }
/*見出し*/
h1{
	font-weight: bold;
}
h2{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
h3{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}
h4{
	margin-bottom: 10px;
}
@media (max-width: 768px){
	/*フォントサイズ調整*/
	h1{ font-size: 1.75em; }
	h2{ font-size: 1.5em; }
	h3{ font-size: 1.2em; }
}
/*行間調整*/
p{
	line-height: 1.8em;
}
/*リンク*/
a{ color: #2D89EF; }
a:hover{ color: #2D89EF; }
/*spanでくくった文言単位で改行*/
h1 span,
h2 span,
h3 span{
	display: inline-block;
}
a.btn{
	white-space: normal;
}
a.btn span{
	display: inline-block;
}
/*区切り線の余白調整*/
hr.separator{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*========================================================
ヘッダー (header)
==========================================================*/
/*トップページのみヘッダー下に余白を追加*/
body.front header{
	margin-bottom: 30px;
}
/*ヘッダー背景*/
header .blog-title{
	background-image: url('../img/title_img-shop.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*ブログ名*/
header .blog-title > .blog-title-inner{
	margin: 0 auto;
	padding: 0 15px;
}
header .blog-title > .blog-title-inner > h1{
	font-size: 1em;
	margin: 0;
}
header .blog-title > .blog-title-inner > h1 a{
	display: block;
	background-color: rgba(255,255,255,.9);
	color: #000;
	font-weight:bold;
	text-align: center;
}
@media (min-width: 1201px){
	header .blog-title{
		height: 300px;
	}
	header .blog-title > .blog-title-inner{
		max-width: 1070px;
		padding-top:90px;
	}
	header .blog-title > .blog-title-inner > h1 a{
		font-size: 200%;/*32px相当*/
		border: 10px solid #000;
		padding: 20px;
	}
}
@media (max-width: 1200px){
	header .blog-title{
		height: 180px;
	}
	header .blog-title > .blog-title-inner{
		max-width: 720px;
		padding-top:60px;
	}
	header .blog-title > .blog-title-inner > h1 a{
		font-size: 113%;/*18px相当*/
		border: 5px solid #000;
		padding:15px;
	}
}
/*閉店テーマ用ヘッダ設定*/
body#close.front header{
	margin-bottom: 0;
}
body#close header .blog-title{
	background-image:none;
	background-color: #2D89EF;
	height: 180px;
}
@media (min-width: 1201px){
	body#close header .blog-title > .blog-title-inner{ padding-top:40px; }
}
/*重要なメッセージ*/
body#close .importantMsg{
	background-color:#FDD;
	color: #F33;
}
body#close .importantMsg p{
	line-height: 1.6;
	margin-bottom: 0;
}
body#close.front .importantMsg{
	margin-bottom: 20px;
}
body#close .importantMsg.fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}
@media (min-width: 992px){
	body#close .importantMsg p{
		font-size:130%;
		padding-top: .5em;
		padding-bottom: .5em;
	}
}
@media (min-width: 541px){
	body#close .importantMsg{
		padding:20px;
	}
}
@media (max-width: 540px){
	body#close .importantMsg{
		font-size: 88%;
		padding:15px;
	}
	body#close .importantMsg .container{
		padding-left: 0;
		padding-right: 0;
	}
}
/*パンくず*/
.breadcrumb{
	font-size: 88%;/*14px相当*/
	margin-top: 20px;
	margin-bottom: 20px;
}
.breadcrumb a{ text-decoration: underline; }
.breadcrumb a:hover{ text-decoration: none; }

/*========================================================
サイドバー (aside)
==========================================================*/
aside > div{
	margin-bottom: 20px;
}
aside a,
aside a:link,
aside a:active,
aside a:visited{
	color: #666;
}
aside a:hover{
	color: #6AF;
	transition: .1s;
}

/* 各ブロック共通設定 (sideBlock)
---------------------------------------------------------- */
aside .sideBlock{
	margin-bottom: 30px;
}
aside .sideBlock h3{
	text-align: center;
	color: #2D89EF;
	border-bottom: 3px solid #2D89EF;
	padding: .5em;
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 0;
	background: #E9F2FD;
}

/* 年月アーカイブリスト (archiveList)
---------------------------------------------------------- */
aside .sideBlock .archiveList{
	background-color: #FFF;
}
/*年リンク*/
aside .sideBlock .archiveList h4{
	font-size: 100%;
	margin:0;
}
aside .sideBlock .archiveList h4:not(:first-of-type){
	border-top: 1px solid #e7e7e7;
}
aside .sideBlock .archiveList h4 a{
	position: relative;
	display: block;
	line-height: 3;
	padding:0 .5em;
}
aside .sideBlock .archiveList h4 a:after{ /* +/- マークを表示*/
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	color: #CCC;
}
aside .sideBlock .archiveList h4 a[aria-expanded="true"]:after{ content:"\f068"; }/* + */
aside .sideBlock .archiveList h4 a[aria-expanded="false"]:after{ content:"\f067"; }/* - */
/*月リスト*/
aside .sideBlock .archiveList div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
aside .sideBlock .archiveList div ul li a{
	position: relative;
	display:block;
	line-height: 3;
	padding:0 .5em 0 2em;
	background-color: #EEE;
}
aside .sideBlock .archiveList div > ul > li:not(:last-of-type) > a{
	border-bottom: 1px solid #DDD;
}
aside .sideBlock .archiveList div ul li a:after{ /* > マークを表示*/
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	color: #CCC;
}

/* リンクリスト (linkList) ※カテゴリー一覧で使用
---------------------------------------------------------- */
aside .sideBlock ul.linkList{
	list-style-type: none;
	padding:0;
}
aside .sideBlock ul.linkList li a{
	display: block;
	background-color: #FFF;
	line-height: 3;
	padding:0 .5em;
	position: relative;
}
aside .sideBlock ul.linkList li:not(:last-of-type) a{
	border-bottom: 1px solid #e7e7e7;
}
aside .sideBlock ul.linkList li a:after{ /* > マークを表示*/
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	color: #CCC;
}
aside .sideBlock ul.linkList li a:hover{
	background-color: #EEE;
}

/* バナー(banner)
---------------------------------------------------------- */
/*サイドバナー*/
aside .sideBlock.banner{}
aside .sideBlock.banner a{
	display: block;
	margin-bottom: 10px;
}
aside .sideBlock.banner a img{
	width: 100%;
	height: auto;
}

/* 新着ブログ(newest-entries)
---------------------------------------------------------- */
ul#newest-entries{
	list-style: none;
	margin:0;
	padding:0;
}
ul#newest-entries li{
	border-bottom: 1px solid #DDD;
	position: relative;
}
/*リンク全体*/
ul#newest-entries li a{
	display: block;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	line-height: 1;
	padding: .5em;
}
ul#newest-entries li a:hover{
	opacity: .6;
	text-decoration: none;
}
/*サムネイル画像*/
ul#newest-entries li a figure.entryImage{
	float: left;
	overflow: hidden;
	position: relative;
	border:1px solid #DDD;
	background-color: #EEE;
	margin-right: .5em;
}
ul#newest-entries li a figure.entryImage img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	width: auto;
}
/*記事メタ要素(日付・カテゴリー)*/
ul#newest-entries li a .entryMeta{
	overflow: hidden;
	white-space: nowrap;
	line-height: 1;
	margin-bottom: .2em;
}
ul#newest-entries li a .entryMeta > *{
	font-size: 75%;/*12px相当*/
	display: inline-block;
	line-height: 1.5;
}
ul#newest-entries li a .entryMeta > time.entryDate{
	border-right: 1px solid #CCC;
	padding-right:.5em;
	margin-right: .5em;
	color: #999;
}
ul#newest-entries li a .entryMeta > span.entryCategory{
	background-color: #6AF;
	color: #FFF;
	padding-left: .5em;
	padding-right: .5em;
	text-overflow: ellipsis;
}
/*記事タイトル*/
ul#newest-entries li a span.entryTitle{
	display: block;
	overflow: hidden;
	font-size: 88%;/*14px相当*/
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #2D89EF;
	margin:0;
}
ul#newest-entries li a:hover span.entryTitle{ text-decoration: underline; }

@media (min-width: 421px){
	/*画像サイズ設定*/
	ul#newest-entries li a figure.entryImage{
		width: 120px;
		height: 80px;
	}
	/*記事タイトルを指定の高さでカット*/
	/*ul#newest-entries li a span.entryTitle{ height: 4em; }*/
}
@media (max-width: 420px){
	/*全体のフォントサイズを下げる*/
	ul#newest-entries{ font-size: 90%; }
	/*画像サイズ設定*/
	ul#newest-entries li a figure.entryImage{
		width: 100px;
		height: 70px;
	}
	/*記事タイトルを指定の高さでカット*/
	/*ul#newest-entries li a span.entryTitle{ height: 3em; }*/
}


/* 店舗情報(shopinfo)
---------------------------------------------------------- */
address.shopinfo{
	background-color: #FFF;
	padding: 10px;
}
/*店名*/
address.shopinfo h4{
	font-size: 100%;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:20px;
}
address.shopinfo dl{
	font-size: 88%;/*14px相当*/
	margin-top: 10px;
}
address.shopinfo dl dt{
	color: #EE7800;
	margin-bottom: 5px;
}
address.shopinfo dl dt:before{
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
}
address.shopinfo dl dt.shopinfo_tel:before{ content:"\f095"; }
address.shopinfo dl dt.shopinfo_open:before{ content:"\f017"; }
address.shopinfo dl dt.shopinfo_address:before{ content:"\f041"; }
address.shopinfo dl dd a{ color: #2D89EF; text-decoration: underline; }
address.shopinfo dl dd:not(:last-of-type){
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}


/*========================================================
メインカラム (main)
==========================================================*/
main{
	margin-bottom: 20px;
}
main h2.thisPageTitle{
	background-color: #FFF;
	padding:10px;
	position: relative;
}
main h2.thisPageTitle:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FFF transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}
@media (min-width: 769px){
	main h2.thisPageTitle{
		font-size: 120%;
		margin-top: 0;
	}
}
@media (max-width: 768px){
	main h2.thisPageTitle{
		font-size: 120%;
	}
}

/* 記事 (article)
----------------------------------------------------------*/
main article{
	position: relative;
	background-color: #FFF;
}
main article:not(:last-of-type){
	margin-bottom: 40px;
}

/* ===========================
記事ヘッダー部分
============================== */
/*---- 編集ボタン ----*/
main article a.post-edit-link{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 4em;
	text-align: center;
	font-size: 120%;
	line-height: 2.4;
	background-color: #FFF;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 3px;
}
main article a.post-edit-link:hover{
	background-color: #DDD;
}

/*---- 記事タイトル ----*/
main article h2{
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
main article h2 a{
	display: block;
	background-color: #2D89EF;
	color: #FFF;
}
main article h2 a:hover{
	background-color: #4AA6FF;
	color: #FFF;
	transition: .2s;
}

/*---- メタ情報 ----*/
main article .meta{
	overflow:hidden;
	background-color: #333;
	color: #FFF;
	font-size: 80%;
	padding:10px 20px;
}
main article .meta *{
	margin:0;
	padding:0;
}
/*公開日*/
main article .meta .date{ float: right; }
main article .meta .date a{ color: #FFF; text-decoration: underline; }
main article .meta .date a:hover{ text-decoration: none; }
/*カテゴリー*/
main article .meta .category{ float: left; }
main article .meta .category ul.post-categories{
	list-style: none;
	display: flex;
}
main article .meta .category ul.post-categories li{
	display: block;
}
main article .meta .category ul.post-categories li a{
	display: block;
	background-color: #FFF;
	color: #666;
	line-height: 100%;
	border-radius: 3px;
	margin-right: 10px;
	padding:5px;
}
main article .meta .category ul.post-categories li a:hover{
	background-color: #DDD;
	color: #333;
}

/*---- SNS共有ボタンリスト ----*/
main article ul.snsBtn{
	list-style: none;
	margin:0;
	display: flex;
	flex-flow: row wrap;
	background-color: #EEE;
}
main article ul.snsBtn li{
	height: 30px;
}
main article ul.snsBtn li:not(:last-of-type){
	margin-right: 5px;
}
main article ul.snsBtn li .fb-share-button span{
	/*Facebookシェアボタン崩れ対策*/
	vertical-align: top !important;
}
main article ul.snsBtn li iframe#pocket-button-0{
	/*Pocketボタン崩れ対策*/
	width: 60px;
}
@media(min-width: 769px){
	.blog main article ul.snsBtn{ padding: 10px 20px 0 20px; }
}
@media(max-width: 768px){
	.blog main article ul.snsBtn{ padding: 10px 15px 0 15px; }
	.blog main article ul.snsBtn-head{ display: none; }
}

/* ===========================
記事本体部分
============================== */
/*---- 記事一覧のアイキャッチ画像 ----*/
main article figure.postthumb{
	text-align: center;
}
main article figure.postthumb img{
	max-width: 100%;
	height: auto;
}
/*---- 本文ラッピング(the_content関数で出力されるdiv.section) ----*/
main article section > .section{
	padding:0;
}
/*---- 抜粋ラッピング ----*/
main article section > .excerpt{
	padding:20px;
}
/*---- 本文内のスタイル ----*/
/*画像*/
main article section > .section img{
	max-width: 100%;
	height: auto;
}
/*大見出し*/
main article section > .section h3{
	font-weight: bold;
	line-height: 130%;
	border-bottom:5px solid #2D89EF;
	padding-top: 1em;
	padding-bottom: .4em;
	color: #2D89EF;
}
/*小見出し*/
main article section > .section h4{
	background-color: #E9F2FD;
	font-weight: bold;
	border-left:10px solid #2D89EF;
	padding-left: 10px;
	line-height: 150%;
	padding:.75em;
}
/*小々見出し*/
main article section > .section h5{
	font-weight: bold;
	color: #2D89EF;
	line-height: 150%;
	border-left: 3px solid #2D89EF;
	padding:.5em .75em;
}
main article section > .section h3,
main article section > .section h4,
main article section > .section h5{
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}
/*段落*/
main article section > .section p{
	line-height: 2;
	margin-bottom: 1em;
}
/*テキストリンク*/
main article section > .section a:not(.btn){ text-decoration: underline; }
main article section > .section a:not(.btn):hover{ text-decoration: none; }
/*Bootstrapボタンリンク*/
main article section > .section a.btn{ font-weight: bold; }
main article section > .section a.btn.btn-lg .small{ font-size: 72%;/*13px相当*/ }
/*段落内の画像*/
main article section > .section p img{
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 1em;
}
main article section > .section p img:first-child{
	margin-top: 0;
}
main article section > .section p img:last-child{
	margin-bottom: 0;
}
/*リスト*/
main article section > .section ul,
main article section > .section ol{ margin-bottom: 1em; }
/*定義リスト*/
main article section > .section dl{
	padding: 1em;
	border: 1px solid #e7e7e7;
}
main article section > .section dl dt{
	margin-bottom: .5em;
}
main article section > .section dl dd{
	margin-left: 1em;
	margin-bottom: 1em;
}
main article section > .section dl *:last-child{
	margin-bottom: 0;
}
/*引用*/
main article section > .section blockquote{
	font-size: 1em;
	border: 1px solid #CCC;
	background-color: #DEF;
}
main article section > .section blockquote > ul,
main article section > .section blockquote > ol{
	padding-left: 1em;
}
main article section > .section blockquote > *:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
/*テーブル*/
main article section > .section table{
	margin-bottom: 1em;
}
main article section > .section table td,
main article section > .section table th{
	border:1px solid #CCC;
	padding: .5em;
}
main article section > .section table th{
	background-color: #E9F2FD;
}
main article section > .section table td{
	background-color: #FFF;
}
main article section > .section table th em,
main article section > .section table td em{
	color: #FA0000;
	font-weight: bold;
	font-style: normal;
}
/*脚注記法*/
main article section div.footnote{
	font-size: 88%;/*14px相当*/
	border-top: 1px dotted #CCC;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	padding-top: 10px;
}
/*キャプション付画像*/
main article section > .section figure.figure-image{
	text-align: center;
}
main article section > .section figure.figure-image figcaption{
	font-size: 88%;/*14px相当*/
	color: #999;
	line-height: 1;
	margin-top: 10px;
}
/*youtube埋め込み*/
main article section > .section iframe[src*="youtube"]{ width: 100%; }
/*soundcloud埋め込み*/
main article section > .section iframe[src*="soundcloud"]{ max-width: 100%; }
/*twitter埋め込み*/
main article section > .section iframe[id^="twitter-widget"]{}
/*instagram埋め込み*/
main article section > .section iframe[id^="instagram-embed"]{}
/*Apple Music埋め込み*/
main article section > .section iframe[src*="embed.music.apple.com"]{ width:100%; }

/*---- 本文内のイレギュラー対応 ----*/
/*最初の要素がpだったときに余白をもたせる*/
main article section > .section > p:first-child{
	padding-top: 20px;
}
main article section > .section > p:first-child img:first-child{
	margin-top: 0;
}

/* ===========================
用途別ボタンスタイル
============================== */
/*スタジオ予約ボタン*/
a.studioLink{
	display: block;
	background-color: #E43;
	background-size:14px auto;
	border-bottom: 4px solid #C21;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding:1.5em 1em;
	text-decoration: none !important;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	border-radius: 5px;
}
a.studioLink:hover{ opacity: .7; }
@media (min-width:768px) {
	a.studioLink{
		font-size: 113%;/*18px相当*/
	}
}
@media (max-width:400px) {
	a.studioLink{
		font-size:87% !important;/*14px相当*/
	}
}
@media (max-width:350px) {
	a.studioLink{
		font-size:75% !important;/*12px相当*/
	}
}

/* ===========================
記事本体部分-旧システム用スタイル
============================== */
/*---- hatena-asin-detail (amazon埋込) ----*/
.hatena-asin-detail{
	overflow: hidden;
	font-size: 88%;/*14px相当*/
	background-color: #E9F2FD;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 20px;
}
.hatena-asin-detail p,
.hatena-asin-detail ul{
	margin-bottom: 0;
}
.hatena-asin-detail > a{
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.hatena-asin-detail > a > img.hatena-asin-detail-image{
}
.hatena-asin-detail .hatena-asin-detail-info{
	overflow: hidden;
}
.hatena-asin-detail .hatena-asin-detail-info p.hatena-asin-detail-title {
	margin-top: 0;
	font-weight: bold;
	margin: 0 0 .3em;
}
.hatena-asin-detail .hatena-asin-detail-info ul{
	list-style: none;
	padding-left: 0;
}
.hatena-asin-detail .hatena-asin-detail-foot {
}
@media (min-width: 541px){ .hatena-asin-detail{ margin:20px; } }
@media (max-width: 540px){ .hatena-asin-detail{ margin:20px 15px; } }

/*---- itunes-embed (iTunes埋込) ----*/
.itunes-embed{
	background-color: #E9F2FD;
	border-radius: 2px;
	padding: 20px;
	overflow:hidden;
}
.itunes-embed > a{
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.itunes-embed p{
	margin-bottom:0;
}
.itunes-embed .itunes-embed-info p.itunes-embed-title{
	font-weight: bold;
	margin:0;
}
.itunes-embed .itunes-embed-info ul{
	overflow: hidden;
	list-style-type: none;
	margin:0;
	padding:0;
}
.itunes-embed .itunes-embed-info ul li.itunes-embed-preview{
	line-height: 1;
	margin-top:10px;
}
.itunes-embed .itunes-embed-info ul li.itunes-embed-genre,
.itunes-embed .itunes-embed-info ul li.itunes-embed-price,
.itunes-embed .itunes-embed-info ul li.itunes-embed-badge{
	display: inline-block;
	font-size: 90%;
}
.itunes-embed .itunes-embed-info ul li.itunes-embed-genre:after,
.itunes-embed .itunes-embed-info ul li.itunes-embed-price:after{
	content: ' / ';
}
.itunes-embed .itunes-embed-info ul li.itunes-embed-preview audio{
	width: 100%;
	border-radius: 5px;
}
.itunes-embed .itunes-embed-info ul li small.provided-courtesy-of-itunes{
	font-size: 75%;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	line-height: 1;
	color: #999;
}
@media (min-width: 541px){ .itunes-embed{ margin:20px; } }
@media (max-width: 540px){ .itunes-embed{ margin:20px 15px; } }

/* ---------------------------
開閉式定型文
------------------------------ */
main article .format{
	background-color: #FFF;
	border: 1px solid #DDD;
	margin-bottom: 20px;
	border-radius: 6px;
	box-shadow: 1px 0px 3px #EEE;
}
/*定型文が複数ある場合は余白をとる*/
main article .format + .format{
	margin-top: 15px;
}
/*ヘッダー(開閉リンクボタン部分)*/
main article .format .format-header a{
	display: block;
	overflow: hidden;
	background-color: #06C;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	border-radius: 6px;
}
/*ホバー時の設定(PCのみ)*/
@media (min-width: 541px){
	main article .format .format-header a:hover{
		background-color: #59E;
		transition: 0.1s;
	}
	main article .format .format-header a:hover span:first-of-type{ text-decoration: underline; }
}
/*コンテナが開いているときの設定*/
main article .format .format-header a.format-status-open{
	background-color: #59E;
	border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
/*アイコンとテキストの設定*/
main article .format .format-header a span:last-of-type{/*アイコン*/
	line-height: 50px;
	display: inline-block;
	color: #FFE168;
	font-size: 18px;
}
@media (min-width: 541px){
	main article .format .format-header a span:first-of-type{/*テキスト*/
		line-height: 50px;
		display: inline-block;
	}
	main article .format .format-header a span:last-of-type{/*アイコン*/
		float: left;
		padding-right: 10px;
		padding-left: 15px;
	}
}
@media (max-width: 540px){
	main article .format .format-header a span:first-of-type{/*テキスト*/
		line-height: 50px;
		display: inline-block;
		float: left;
		padding-left: 15px;
	}
	main article .format .format-header a span:last-of-type{/*アイコン*/
		float: right;
		padding-right: 15px;
	}
}
/*コンテナ(展開後の本文部分)内の設定*/
main article .format .format-container{
	display: none;
	border-top: 1px solid #EEE;
}
main article .format .format-container h3{
	padding-left: 0;
	padding-right: 0;
}
/*コンテナ内の閉じるボタン*/
main article .format .format-container a.format-closeBtn{
	display: block;
	text-align: center;
	background-color: #666;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
	border-radius: 3px;
	margin-bottom: 20px;
}
main article .format .format-container a.format-closeBtn:hover{
	background-color: #999;
	transition: 0.1s;
}

/* ===========================
記事フッター部分
============================== */
/*---- 続きを読むボタン ----*/
main article a.more-link{
	position: relative;
	display: block;
	background-color: #2D89EF;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin:20px auto 0 auto;
	padding:10px;
}
main article a.more-link:after{
	content:"\f054";
	position: absolute;
	font-family: FontAwesome;
	display: inline-block;
	right: 10px;
	font-weight: normal;
}
main article a.more-link:hover{
	text-decoration: underline;
	transition: 0.1s;
	opacity:0.5;
}
/*---- 個別記事ページネーション ----*/
main article .postpage{
	text-align: center;
	padding:20px;
}
main article .postpage > span,
main article .postpage a{
	display: inline-block;
	line-height: 1;
	padding:10px;
}
main article .postpage > span{
	background-color:#e7e7e7;
}
main article .postpage a{
	background-color: #2D89EF;
	color: #FFF;
}
main article .postpage a:hover{
	background-color: #6AF;
	transition: .1s;
}
/*---- 免責事項 ----*/
main article p.disclaimer{
	font-size: 88%;
	color: #666;
	margin-bottom: 0;
	padding:20px;
	border-top: 1px solid #DDD;
	line-height: 1.5;
}
main article p.disclaimer-close{
	font-size: 88%;
	color: #F33;
	margin-bottom: 0;
	padding:20px;
	line-height: 1.6;
	background-color:#FDD;
}

/* OGPブログカード (ogpb)
---------------------------------------------------------- */
.ogpb{
	font-size: 88%;/*14px相当*/
	line-height: 120%;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-bottom: 1em;
}
.ogpb a,
.ogpb a span{
	display: block;
	color: #333;
	background-color: #FFF;
	text-decoration: none !important;
}
.ogpb a:hover{
	opacity: .5;
	transition: .1s;
}
.ogpb a span.ogpb-img{
	text-align: center;
}
.ogpb a span.ogpb-img img{
	max-width: 100%;
	height: auto;
	margin:0;
}
.ogpb a span.ogpb-sitename{
	font-weight: bold;
	line-height: 16px;
}
.ogpb a span.ogpb-sitename img,
.ogpb a span.ogpb-title img{ /*favicon*/
	display: inline-block;
	margin-right: .5em;
}
.ogpb a span.ogpb-title{
	color: #2D89EF;
	font-weight: bold;
}
.ogpb a span.ogpb-desc{
	font-size: .8em;
}
.ogpb a span.ogpb-url{
	color: #CCC;
	font:.8em/100% Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ogpb a:hover span.ogpb-title,
.ogpb a:hover span.ogpb-url{
	text-decoration: underline !important;
}
@media (min-width: 541px){
	.ogpb a{
		overflow:hidden;
		padding: 1em;
	}
	.ogpb a span.ogpb-sitename{
		margin-bottom: .5em;
	}
	.ogpb a span.ogpb-desc{
		margin-top: .5em;
	}
	.ogpb a span.ogpb-img{
		float: right;
		width: 25%;
		margin-left: 2%;
	}
	.ogpb a span.ogpb-url{
		margin-top: .5em;
	}
}
@media (max-width: 540px){
	.ogpb a span:not(.ogpb-img){
		padding-left:10px;
		padding-right:10px;
	}
	.ogpb a span.ogpb-img{
		margin-bottom: .5em;
	}
	.ogpb a span.ogpb-sitename,
	.ogpb a span.ogpb-title{
		padding-top: 10px;
	}
	.ogpb a span.ogpb-sitename + span.ogpb-title{
		padding-top: 0;
		margin-top: .5em;
	}
	.ogpb a span.ogpb-img + span.ogpb-sitename{
		padding-top: 0;
	}
	.ogpb a span.ogpb-desc{
		margin-top: .5em;
	}
	.ogpb a span.ogpb-url{
		margin-top: .5em;
		padding-bottom: 10px;
	}
}

/* 画面幅540pxを切替ポイントにして全体の幅・フォントサイズ等を調整
---------------------------------------------------------- */
@media (min-width: 541px){
	/*archive*/
	main article h2 a{
		padding:20px;
	}
	main article .section > *:not(h2):not(h3):not(div),
	main article .format,
	main article .format .format-container h3,
	main article .format .format-container a.format-closeBtn{
		margin-right:20px;
		margin-left:20px;
	}
	main article .section > .ogpb{
		margin-right:20px;
		margin-left:20px;
	}
	main article .section > iframe{
		margin-right:0 !important;
		margin-left:0 !important;
		padding-right:20px !important;
		padding-left:20px !important;
	}
	main article section > .section h3{
		font-size: 1.75em;
		padding-left:20px;
		padding-right:20px;
	}
	main article section > .section h4{
		font-size: 1.25em;
	}
	main article section > .section h5{
		font-size: 1.1em;
	}
}
@media (max-width: 540px){
	/*archive*/
	main article h2{
		font-size: 120%;
	}
	main article h2 a{
		padding:10px;
	}
	main article .meta{
		font-size: 75%;/*12px相当*/
		line-height: 22px;
		padding-left: 10px;
		padding-right: 10px;
	}
	main article .section > *:not(h2):not(h3):not(div),
	main article .format,
	main article .format .format-container h3,
	main article .format .format-container a.format-closeBtn{
		margin-right:15px;
		margin-left:15px;
	}
	main article .section > .ogpb{
		margin-right:15px;
		margin-left:15px;
	}
	main article .section > iframe{
		margin-right:0 !important;
		margin-left:0 !important;
		padding-right:15px !important;
		padding-left:15px !important;
	}
	main article h3{
		font-size: 1.2em;
		padding-left:15px;
		padding-right:15px;
	}
	main article h4{
		font-size: 1em;
	}
	main article h5{
		font-size: 1em;
	}
	main article p.disclaimer{
		font-size: 75%;/*12px相当*/
		padding-right:15px;
		padding-left:15px;
	}
	/*single*/
	.single main article{
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* コメント欄 (commentarea)
---------------------------------------------------------- */
#commentarea{
	margin-bottom: 20px;
}
#commentarea h3{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*---- コメントリスト ----*/
#commentarea ol{
	list-style-type: none;
	background-color: #FFF;
}
ol.commets-list{
	font-size: 88%;/*14px相当*/
	margin: 0;
	padding:0;
}
ol.commets-list > li:first-of-type{
	border-top: 4px solid #EEE;
}
ol.commets-list > li{
	border-bottom: 4px solid #EEE;
}
ol.commets-list li .comment-body{
	background-color: #FFF;
	padding: 20px;
}
ol.commets-list li .comment-body .comment-author{
	float: left;
}
ol.commets-list li .comment-body .comment-author cite{
	font-style: normal;
}
ol.commets-list li .comment-body .comment-author.shimauser:before{
	display: inline-block;
	content:"\f058";
	font-family: 'FontAwesome';
	color: #2D89EF;
	margin-right: .25em;
}
ol.commets-list li .comment-body .comment-meta{
	float: right;
	margin-bottom: 15px;
}
ol.commets-list li .comment-body > p{
	clear: both;
	word-wrap : break-word;
}
ol.commets-list li .comment-body .reply{
	overflow: hidden;
}
ol.commets-list li .comment-body .reply a.comment-reply-link{
	display: inline-block;
	float: right;
	background-color: #EEE;
	color: #333;
	padding:5px 10px;
}
ol.commets-list li .comment-body .reply a:hover.comment-reply-link{
	background-color: #CCC;
	color: #333;
}
input.submit:hover{
	transition: 0.1s;
	opacity:0.5;
}
/*返信コメント(入れ子リスト)*/
ol.children{
	margin: 0;
	padding:0;
}
ol.children li .comment-body{
	border-top: 3px dotted #EEE;
	padding-left: 4em;
}
/*コメント編集ボタン*/
a.comment-edit-link{
	background-color: #FF0;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

/*---- コメントフォーム ----*/
#respond .require{
	color: #FA0000;
}
#commentform{
	background-color: #CCC;
	padding: 20px;
}
#commentform label{
	display: block;
	margin-top: 10px;
}
#commentform input,
#commentform textarea{
	width: 100%;
	border:0;
	background-color: #FFF;
	color: #333;
	border-radius: 0;
}
#commentform input#submit{
	background-color: #2D89EF;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	border-radius: 4px;
	padding: 20px;
}
@media (max-width: 768px) {
	#commentform > p{
		font-size: 88%;
		line-height: 1.5;
	}
}
#commentform .comment-notes{
	background-color: #FEE;
	border: 3px solid #F99;
	padding:1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#commentform .comment-notes p{
	font-weight: bold;
	text-align: center;
	color: #F55;
}
#commentform .comment-notes ul{
	color: #555;
	padding-left: 1em;
	margin-bottom: 0;
}
#commentform .comment-notes ul li:not(:last-of-type){
	margin-bottom: .5em;
}
#commentform .comment-notes ul li strong{
	border-bottom: 2px solid #F99;
}
#commentform .comment-notes a{
	text-decoration: underline;
}
#commentform .comment-notes a:hover{
	text-decoration: none;
}

/* ページネーション (pagination)
---------------------------------------------------------- */
nav.pagination-list{
	text-align: center;
}
nav.pagination-list .pagination li a{
	color: #2D89EF;
}
nav.pagination-list .pagination li.active span{
	background-color: #2D89EF;
	border-color: #2D89EF;
}
nav.pagination-list p{
	font-size: 88%;/*14px相当*/
	color: #666;
	margin:0;
	line-height: 1;
}
@media (min-width:769px) {
	nav.pagination-list{ margin:40px 0; }
}

/*========================================================
フッター (footer)
==========================================================*/
footer{
	color: #FFF;
	padding: 0 20px 10px 20px;
	background: #525252;
	border-top: solid 5px #2D89EF;
	padding-top:30px;
}
/*リンクリスト*/
footer ul{
	text-align: center;
	list-style: none;
	line-height: 2;
	padding-left: 0;
}
footer ul a{
	color: #FFF;
}
footer ul a:hover{
	color: #FFF;
	text-decoration: underline;
}
@media (max-width: 768px) {
	footer ul a{
		border-bottom: 1px dotted #FFF;
	}
	footer ul a:hover{
		text-decoration: none;
	}
}
/*copyright*/
footer .copyright{
	text-align: center;
	color: #999;
	font-size: 75%;
	margin: 20px 0 10px;
}
footer .copyright a{ color: #999; }
footer .copyright a:hover{ color: #999; text-decoration: underline; }

/* pageTopボタン
---------------------------------------------------------- */
p#pageTop{
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	margin-bottom: 0;
}
p#pageTop a{
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #2D89EF;
	color: #FFF;
	font-size:9px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,.3);
}
p#pageTop a:hover{
	background-color: #5AF;
	text-decoration: none;
}
p#pageTop a img{
	width: 24px;
	height: auto;
	display: block;
	margin:10px auto 5px auto;
}
p#pageTop a span{
	display: block;
	line-height: 1;
}

/*========================================================
bootstrap.min.css に定義されているスタイルの上書き
==========================================================*/
/*ボタン*/
body.blog .btn-primary {
	color: #fff;
	background-color: #2D89EF;
	border-color: #CCC;
}
body.blog .btn-primary:hover,
body.blog .btn-primary:focus,
body.blog .btn-primary.focus,
body.blog .btn-primary:active,
body.blog .btn-primary.active,
body.blog .open > .dropdown-toggle.btn-primary{
	color: #fff;
	background-color: #6AF;
	border-color: #EEE;
}
