@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ガーリィ";
 :shortdesc "Stylesheet for livedoor Blog";
 :created "2012-04-27";
 :release [:revision "1.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/18118388.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #B3B3B3;
	color: #333333;
	font: 14px Helvetica,Verdana,sans-serif;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_girly_2c/bg.jpg) repeat top left;
}
#wrapper{
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_girly_2c/header.jpg) no-repeat top center;
}
#container {
	margin: 0 auto;
	width: 960px;
}
#content {
	position: relative;
	border-radius: 4px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background:#ffffff;
}
body.layout-1col #main-inner {
	padding:26px 81px;
}
body.layout-1col #sidebar-inner {
	padding:0 72px;
}
body.layout-1col #sidebar .sidewrapper {
	width:254px;
	margin:0 9px;
	float:left;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	*overflow: hidden;
}

/* メインカラムの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #main {
	/* background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_50.png);  */
	background-color: #fff;
	width: 717px;
	display: table-cell;
	vertical-align: top;
	border-radius: 4px 0px 0px 4px;
	*float: left;
}
body.layout-2col #main-inner {
	padding:0 80px 26px;
	width:557px;
}

/* サイドバーの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #sidebar {
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_80.png);
	width: 243px;
	display: table-cell;
	vertical-align: top;
	border-radius: 0px 4px 4px 0px;
	*float: right;
}
body.layout-2col #sidebar-inner {
	padding:0 20px 26px;
	width:203px;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	/*font: 14px Helvetica, Verdana, sans-serif;初期化
         font-family: Verdana, "游ゴシック Regular", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
        font-family:"游ゴシック Regular", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #824c19;
}

/* 各お客様コンテンツのナビ 枠線を消す 2016/12/27 //seasoft.jp1.cx/ec/tips/table_border*/
table.layout,table.layout th,table.layout td {border: none;}
table.layout { margin-bottom:-20px;margin-left:-5px}

a {
	color: #e45163;
	text-decoration:none;
}
a:link {
	/*color: #e45163;初期化*/
	color: #824c19;
}
a:visited {
	/*color:#ea740b;初期化*/
	color: #824c19;
}
a:hover {
	text-decoration:underline;
	color: #ea740b;
}
a:active {
	color: #e45163;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 60px 0 28px;
}
#blog-title {
	color: #462B12;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	text-shadow: 1px 2px 0 #FFFFFF;
}
#blog-title a {
	color: #462B12;
}
#blog-description {
	color: #462B12;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 1px 2px 0 #FFFFFF;
	width: 650px;
}
#blog-description a {
	color: #462B12;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 36px 0;
	border-top: 1px solid #e8d1b7;
}
.first-article {
	border-top: 0;
}

body.layout-1col .first-article {
	margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 2em;
	position:relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	color: #6b421c;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* ノーマル日付 */
.article-date {
	color: #ac7029;
	font-size: 12px;
	margin: 0;
        display:none; /* 匠建枚方ウェブマスターが追加 */
}

/* 耳付き日付
.article-date {
	position:absolute;
	background-color:#6699FF;
	color: #fff;
	font-size: 12px;
	width:64px;
	text-align:center;
	left:-145px;
}
.article-date span{
	display:block;
	margin:8px 0;
}
*/

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin: 1em 0;
}
.article-meta {
	padding: 16px 0 36px;
}
.article-social-btn {
	border-top: 1px solid #E8D1B7;
	border-bottom: 1px solid #E8D1B7;
}

/* 関連記事 */
.article-body .related-articles {
	margin:2em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
}

/* 続きを読む */
.article-continue a {
	color:#E45163;
}

/* 共通テーマ */
dl.common-theme{
	border: 1px solid #E8D1B7;
	padding: 8px 12px;
	border-radius: 3px;
}

/* メッセージボード */
.message-board {
	background-color:#f2e8e2;
	color:#824C19;
	font-weight:bold;
	line-height: 1.4;
	overflow: hidden;
	padding:18px 14px;
	margin-bottom:26px;
	border-radius: 3px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #f7f2ee;
	border: 1px solid #e8d1b7;
}


/* 記事本文
----------------------------------------------- */
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom: 3px solid #824C19;
}
.article-body h4 {
	border-bottom: 1px solid #824C19;
}
.article-body-inner blockquote {
	background-color: #f2e8e2;
}
.article-body-inner blockquote:before {
	color: #e8d1b7;
}
.article-body img.pict{
	margin: 1em 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left:1px solid #E8D1B7;
}
.comment-date {
	color: #9b7047;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #FDABB5;
	color: #824C19;
}
ul.index-navigator li.current span {
	background-color: #E45163;
	border-color:#E45163;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color:#fdd1d7;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #824C19;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #824C19;
	box-shadow: 0 1px 2px #ccc;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#462B12;
	padding: 40px;
}
#blog-footer a {
	color:#462B12;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper {
	padding:20px 0;
	font-size:12px;
	overflow:hidden;
}
body.layout-2col .sidewrapper:first-child {
	border-top:0;
}
.sidewrapper .sidetitle {
	color: #824C19;
	font-weight:bold;
	line-height:1.2;
	margin-bottom: 0.7em;
	font-size:15px;
}
.sidewrapper .side .sidebody {
	margin: 5px 10px;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
[class^="plugin-calendar"] a:visited {
	color: #ea740b;
}
table.caltblwk {
	font-weight:bold;
}
table.caltblday {
	color: #824C19;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday td {
	border:1px solid #E8D1B7;
	background-color:#fff;
	line-height:2em;
	border-radius: 2px;
}
table.caltblday td a:hover {
	background-color: #f7f2ee;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	border-left: 5px solid #824C19;
	margin-bottom:26px;
	padding: 3px 0 3px 8px;
}
body.layout-2col .archives-header {
	margin-top:26px;
}
.archives-header {
	font-size: 15px;
}

/* 記事下広告 */
#ad2 {
	margin-bottom:4em;
}
#ad2 a.addescription {
	color:#824C19;
}

/* 匠建枚方 ウェブマスター 追加 */
img {
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
img:hover {
	opacity: 0.6 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

/* 匠建枚方 ウェブマスター 見出し */

h3.orikaeshi{
    position: relative;
    color: #fff;
    background: #ff5952;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -1.8em 1.5em -1.8em;
    padding: 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
}
 
h3.orikaeshi:after,
h3.orikaeshi:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h3.orikaeshi:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h3.orikaeshi:after{
    left: 0;
    border-right: 5px solid #333;
}

/* メッセージ付きタイトル */
h2.revolution{
    position: relative;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 2.0em;
    border-bottom: 2px solid #B92A2C;
}
 
h2.revolution:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #ff6b6e;
    top: -0.8em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
h2.revolution:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #B92A2C;
    top: -0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

div.rotation{
    width: 100%;
    /*margin: 0 auto;*/
    padding: 14px;
    background: #f4e8e8;
}

/* hr デザイン */
hr.heart {
	height: 1px;
	background: #bbb;
	background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
	background-image: -moz-linear-gradient(left, #eee, #777, #eee);
	background-image: -ms-linear-gradient(left, #eee, #777, #eee);
	background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: '\002665';
    display: inline-block;
    position: relative; 
    top: -0.9em;  
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    color:#eb6100;
}

/* 05.アメリカンな(?)吹き出し */
#heading05{
	position:relative;
	padding:5px 20px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
#heading05:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
#heading05:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}
/*** 吹き出し ***/
.arrow_box {
	position: relative;
	background: #ffe8ed;
	border: 4px solid #e18f31;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 232, 237, 0);
	border-bottom-color: #ffe8ed;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(225, 143, 49, 0);
	border-bottom-color: #e18f31;
	border-width: 36px;
	margin-left: -36px;
}
/* 吹き出し end */