/*
Theme Name: immigrant
Theme URI: http://immigrant.kiyoiko.com
Author: graphium
Author URI: http:/immigrant.kiyoiko.com
Version: 1.0
*/
@font-face {
	font-family: 'Hannari';
	src: url('fonts/Hannari.otf') format('opentype'),
		 url('fonts/Hannari.eot') format('eot'),  /* IE9以上用 */
		 url('fonts/Hannari.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		 url('fonts/Hannari.woff') format('woff');/* モダンブラウザ用 */
	font-weight: normal; /* 念の為指定しておきます */
	font-style: normal;
}

.Hannari
{
	font-family: Hannari;
}
.navbar {
	background-color: rgba(255,255,255,0);
	border-color: rgba(255,255,255,0);
}
body.food {
	background: url(images/bg-bamboo.png) repeat;
	background-size: content;
}
body.english {
  background:	#eee;
}
.row {
	margin: 1rem 0;
}
/*
body.single{
	background: url(images/bg_bamboo2.png) repeat;
}

body.garden{
	  background: url(images/background_s.png) repeat, linear-gradient(180deg, #fce8b6, #ffffff);
	}

body.page{
	background: url(images/background.jpg) no-repeat left top, url(images/background.jpg) no-repeat right top;
}
*/
#footer {
	padding-bottom: 3rem;
}


.page h2{
	margin-bottom: 5rem;
}
.page p{
	margin-bottom:2rem;
	line-height: 3rem;
}

body.single #header {
	display:none;
}

.single .header-image {
	display: block;
	border:2px ridge #fff9e6;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3rem;
	width:90%;
	height:auto;
	text-align: center;
}

.header-image {
	display: none;
}

blockquote {
	font-size: 1.5rem;
}

ol.index li {
		list-style: decimal;
		font-size: 1.5rem;
		padding-left: 1rem;
		margin-left: 4rem;
}
ul.dl {
	margin: 2rem 0;
}

li {
	padding-bottom: 1rem;
}
.dl {
	padding-left: 5rem;
}
.dl li {
	text-indent: -4rem;
}

.circle li {
	list-style: circle;
}

ul.index li {
	font-size: 1.5rem;
	line-height: 3rem;
	list-style: circle;;
	padding-left: 1rem;
	margin-left: 4rem;
}

article.post {
	display:-webkit-flex;
	display:flex;
	margin-bottom: 3rem;
}
article.post h2 {
	font-size: 2.5rem;
}
.article-eyecatch {
	width:20%;
	text-align:right;
	margin-left: 1rem;
}
.article-eyecatch img {
	width:80%;
	height:auto;
	border:3px ridge #fff9e6;
	margin-right: 2rem;
}

.article {
	width:78%;
	padding-left: 1rem;
}

.article h2 {
	margin-top:0;
}

.single h2 {
	margin-top: 10%;
}

.post-meta {
	font-size: 1.5rem;
}
.post-date {
	font-size: 1.5rem;
	color: #555555;
}

.iframe {
position: relative;
width: 100%;
padding-top: 56%;
}
.iframe_img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pic {
	padding: 2rem 1rem;
}

img.half {
	width: 95%;
	height:auto;
	margin: 3rem 2rem;
	border:3px ridge #f9ffe5;
}

figure img.half {
	margin-top:0;
}

figcaption {
	text-align: center;
	margin-top: 2rem;
}

table, th, td {
	border:1px solid #555555;
	border-collapse:collapse;
	text-align:center;
	padding: 1rem;
}
table {
margin:1rem 0;
}
caption {
	font-size: 2rem;
}

.memo {
	border:#473403 1px dashed;
	margin :4rem 1rem;
	padding:1rem 2rem;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

p {
	line-height:2;
	/*font-size:1.2em;*/
}

h1 img {
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-bottom: 4rem;
}

#header p {
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:0;
}

#sideMenu {
	font-family:Hannari;
}

#sidebar h2 {
	font-size:1.2em;
}

#searchform {
	position:relative;
	padding:6px;
}

#s	{
	padding:6px 20% 6px 5%;
	width:75%;
	border-style:groove;
	border-color:#ddd;
	font-size:1.5rem;
	}
#s:focus {
	outline: none;
}

#searchsubmit	{
	padding-top:5px;
	width:20px;
	height:21px;
	border:none;
	background:url(images/search.png) no-repeat 0 100%;
	}
.comment-form-comment {
	width:90%;
	height: auto;
}
mark.pink {
	background-color: pink;
}

/*– 親カテゴリと子カテゴリを見やすく分ける –*/
li.cat-item .children {
	padding-left:30px !important;
}

.menu-item .sub-menu {
	display:none;
}

.menu-item:hover .sub-menu {
	display:block;
}
.glyphicon-plane {
	font-size: 2rem;
}
.pagetop {
	display: none;
	position: fixed;
	right: 2rem;
	bottom: 6rem;
}

.adsbygoogle {
	margin: 5rem 0;
}

.ads-side {
	padding: 5rem;
}

.line-through {
	text-decoration: line-through;
	color:red;
}
.under-line {
	text-decoration: underline;
}
.bg-yellow {
	background: yellow;
}

@media screen and (min-width:768px) {
.ads-small  {
    width: 390px;
    height: 50px;
}
}

@media screen and (min-width:1024px) {
.ads-small {
    width: 468px;
    height: 60px;
}
}

@media screen and (min-width:1024px) {

body.single .row, body.page .row {
	width: 850px;
	margin: 2rem auto;
}

body.single .prominent {
	width: 950px;
	margin: 0 auto;
}
}
