/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.jgnn.net/mt/mt-static/themes-base/blog.css);
@import url(http://www.jgnn.net/mt/mt-static/themes/skeleton/screen.css);
/* end StyleCatcher imports */


blockquote {
font-size: 105%;
line-height: 130%;
background-color: #FFFFCC;
border:1px solid #999999;
padding: 3px 7px;
letter-spacing:.022em;
}

/* 囲い込み装飾 2014.04.27. */
.kakomi {
margin-right: 2em;
margin-left: 2em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
border: 2px dashed #CC6633;
width: auto;
background-color: #FFFFCC;
}

/* 本文サイズ拡大 2014.05.25. */
.asset-body {
font-size:120%;
line-height:135%;
}
.asset-more {
font-size:120%;
line-height:135%;
}

/*相互RSS(追記)*/
.feedArea ul {
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6;
	list-style: none;
}
.feedArea ul li a img {
	vertical-align: middle;
}

#feed ul {
	overflow-y: scroll;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
/*～以下、画面の横幅が640pxまでの場合のスタイル記入～*/
}