/*
Blank_Page_CSS
*/

/*----------------------------------------------------
reset_user_agent_style
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------
text_media
----------------------------------------------------*/
/*  text_coler  */
a{text-decoration: none;}
a{color:#333;}
a:link { color: #777; }
a:visited { color: #333; }
a:hover { color: #c099a0; }
/*  text_style  */
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/*  heading  */
h1 {color: #444; font-size: 200%; font-weight: 500;}
h2 {color: #444; font-size: 150%; font-weight: 500;}
h3 {color: #444; font-size: 120%; font-weight: 500;}
h4 {color: #444; font-size: 100%; font-weight: 500;}
h5 {color: #444; font-size: 80%; font-weight: 500;}
h6 {color: #444; font-size: 70%; font-weight: 500;}


/*  media  */	
embed,iframe,object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------
layout
----------------------------------------------------*/
body{
	overflow-x: hidden;
}

.feedzy-rss .rss_item {margin: 0;}