@charset "EUC-JP";
@import url("http://kyoto-nature.com/styles/font-awesome.min.css");



/* ----------------------------------------
 作成日:2009.00.00
 テンプレート名:ナチュール
 by 「ほっ」たいむ (http://hotime.kyoto-nature.com/)
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}

/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#4a464c;}

/* ページ全体 */
body {
	width:100%;
	text-align:center;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.8em;
	overflow:scroll;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

br {
　letter-spacing: normal; /* ← IE6、IE7対策 */
}

/* ページ全体のリンク色 */

a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	color: #4a464c;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #228b22;
}


/* カレンダーのリンク色 */ 
.cell a,.call a:link,.call a:visited {color:#4a464c;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#228b22;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */
/* -------------------------------------

　■ページ全体の変更方法（初期は幅950に設定されています）
  ・A にページ全体の幅を指定する
  ・B + 40 = A になるように B の値を指定する
  ・C + D + 40 + 20 = A になるように C と D の値を指定する
  
  ※サイドメニューの幅は C　、記事の枠の幅は D の値を変更 
  ※余白(padding)の値を変えない場合の方法です
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:1000px; /* A */
	margin:0px auto;
	text-align:left;
	background-color:#fff;
        color: #4a464c;
	
}

/*ヘッダー（ブログ名と説明文）*/
#header {
	width:1000px;  /* B */
	clear:left;
	margin:10px auto 5px auto;
	padding:0px;
	text-align: center;
}

#header .en {

	margin: 5px auto;

	font-size: 12px;
	font-family: 'M+ 1p light';
	border-top: 1px #a9a9a9 solid;
	border-bottom: 1px #a9a9a9 solid;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
	margin:0 auto;
	padding:0 20px 0px 20px;
}

/*　右側の幅（サイドメニューの枠）　*/
#side {
	float:left;
	width:219px;  /* C */
	border-left: #dcdcdc 1px solid; 
	padding: 0px 5px;
	margin: 0px;
}

/*　左側の幅（記事の枠）*/
#main {
	float:left;
	width:680px;  /* D */
	padding:0 10px 0 0;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/*　フッター */
#footer {
 	width:100%;
 	clear:left;
}
 
 
/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1	{
	margin: 0px auto;
	padding: 0px;
	color: #a2c996;
	text-shadow: 1px 1px 1px #4a464c;
	font-weight: normal;
	font:normal 36px 'M+ 1p light';
}

h1 a,h1 a:link,h1 a:visited {
	font-weight: normal;
	color: #a2c996;
}

/* ブログの説明文 */
div#description {margin:12px 0 0 0;}

.entry {
	margin:0 0 15px 0;
	width: 660px;
	margin: 5px auto;
	padding: 5px;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-o-border-radius: 10px; /* for opera */
	behavior: url('PIE.htc');/* for IE */
	border-radius: 10px;
}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}

/* 記事のタイトル */
.entry h2 {
	position: relative;
	font:normal 18px 'M+ 1p light';
	margin: 5px 0px;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
}

.entry h2:before {
	content: url("http://img-cdn.jg.jugem.jp/39f/1491962/20180402_1699739.jpg");
	position: absolute;
	left :0.5em; /*左端からのアイコンまでの距離*/
}

.date {
        font-size: 12px;
        margin: 0px 0px 0px 20px;
}


/* LOVEボタン */	
.entryLove {margin:5px 0;}

/* 記事本文 */
.entryBody {margin:15px 0 0 0;}

/* 記事の続き */
.entryMore {margin:10px 0 10px 0;}

/* 記事の情報 */
ul.entryState li {
    display:inline;
	border-left:1px solid #999999;
	padding-left:5px;
}

/* コメント枠 */
#comment {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#commentTitle {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#commentSendTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	.commentBody {margin:5px 0;}
	
	ul.commentState {margin:0 0 15px 0;}
	
	ul.commentState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}
	
	.commentSendForm {margin:0;}	
	.commentSendForm .input {width:250px;}
	.commentSendForm textarea {width:350px;margin:0 0 10px 0;}
	
	
/* トラックバック枠 */
#trackback {border:1px #999999 solid;padding:20px;margin:20px 0 0 0;}

	#trackbackURL {
		margin:0 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
	
	#trackbackTitle {
		margin:20px 0 5px 0;
		font-size:14px;
		font-weight:bolder;
	}
		
	#trackback input {width:350px;}
	
	.trackbackName {margin:0;}
	.trackbackBody {margin:5px 0;}
	
	ul.trackbackState {margin:0 0 15px 0;}
	
	ul.trackbackState li {
	    display:inline;
		border-left:1px solid #999999;
		padding-left:5px;
	}

/* プロフィールのページ */
#profile{margin:0;}

	#profileTitle {font-size:14px;font-weight:bolder;}
	#profileName {margin:15px 0 0 0;}
	#profileBody {margin:5px 0;}
	
/* このページの先頭へ */	
.pageTop {margin:10px 0 0 0}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
	border:1px dotted #cccccc
	padding:10px;
	margin:10px;
}

/* 画像 */
#main .pict {border:1px #dcdcdc solid;padding:3px;}

/* リスト */
div.entryBody li,div.entryMore li {
	list-style:circle;
	margin:0 0 0 15px;
}


/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
	margin: 10px 5px 5px 5px;
	padding: 5px;
	font-family: 'M+ 1p regular';
	font-size: 16px;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	font-weight: normal;
}

/* サイドメニューの内容 */
.sideContents {
	margin:0 0 20px 0;
	font-size: 12px;
}

/* カレンダーの１マス幅 */
.cell {
	width:27px;
	border: solid #dcdcdc 1px;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    background: #a2c996;
	width: 1000px;
	margin: 0px;
	padding: 0px 5px;
	box-sizing: border-box;
}

#copyright {
	color: #fff;
    font-size:12px;
    padding:0 0 10px 0;
    text-align:center;
}


/* ============================== Webfont */


@font-face {
    font-family: 'M+ 1p light';
    src: url('http://kyoto-nature.com/fonts/mplus-1p-light.eot');
    src: url('http://kyoto-nature.com/fonts/mplus-1p-light.eot?#iefix') format('embedded-opentype'),
    url('http://kyoto-nature.com/fonts/mplus-1p-light.woff') format('woff'),
    url('http://kyoto-nature.com/fonts/mplus-1p-light.ttf') format('truetype');
}

@font-face {
    font-family: 'M+ 1p regular';
    src: url('http://kyoto-nature.com/fonts/mplus-1p-regular.eot');
    src: url('http://kyoto-nature.com/fonts/mplus-1p-regular.eot?#iefix') format('embedded-opentype'),
    url('http://kyoto-nature.com/fonts/mplus-1p-regular.woff') format('woff'),
    url('http://kyoto-nature.com/fonts/mplus-1p-regular.ttf') format('truetype');
}
