@charset "utf-8";
/* CSS Document */

/*----------recet----------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #2d1100;
	font-family: "Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","arial",sans-serif;
}
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;
}
a:link {
	text-decoration: none;
}
/*----------recet----------*/

body {
	line-height: 1.5;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.cx_smartphoneview .pc {
	display: none;
}
.cx_smartphoneview .sp {
	display: block;
}
/*------------------------------------------------------*/
#fp-wrap {
	background: url(../images/bg_01.png) repeat-x center top, #fff;
	border-bottom: 3px solid #ffae00;
}
#contents {
	width: 600px;
	margin: 0px 20px 20px;
	padding-bottom: 100px;
	background: url(../images/footer.png) no-repeat center bottom, #fff;
}
#contents h2{
background: url(../images/h2.png) no-repeat left top;
width: 600px;
height: 60px;
margin-bottom: 20px;
text-indent: -9999px;
}
#fp-l ul li .ch-img {
	width: 296px;
	float: left;
}
#fp-l ul li .ch-img img {
	width: 296px;
}
#fp-l ul {
	margin-bottom: 5px;
}
#fp-l ul li a {
width: 600px;
	margin-top: 10px;
}
#fp-l ul li .wrap_r {
	color: #2b241f;
	float: left;
	font-size: 100%;
	margin-left: 14px;
	margin-top: 0px;
	line-height: 1.3;
	width: 290px;
}
#fp-l ul li .wrap_r .Category {
	color: #fff;
	font-weight: bold;
	padding: 5px 8px;
	display: inline-block;
	margin-bottom: 5px;
}
#fp-l ul li .wrap_r .Category.ana {
	background: #ec7086;
}
#fp-l ul li .wrap_r .Category.kids {
	background: #ff8809;
}
#fp-l ul li .wrap_r .Category.variety {
	background: #8c5aa3;
}
#fp-l ul li .wrap_r .Category.news {
	background: #229419;
}
#fp-l ul li .wrap_r h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}
#fp-l #contents ul li a{
display: block;
}
#fp-l #contents ul li a :hover {
opacity: 0.8;
}
#fp-l .info{
font-size: 90%;
}
/*------------------------------------------------------*/
.cx_smartphoneview #contents {
	padding-bottom: 120px;
	margin-top: 10px;
}
.cx_smartphoneview #contents h2{
background: url(../images/h2_02.png) no-repeat left top;
width: 600px;
height: 76px;
}
.cx_smartphoneview #fp-l ul{
margin: 10px 20px 0;
}
.cx_smartphoneview #fp-l ul li {
margin-bottom: 50px;
}
.cx_smartphoneview #fp-l ul li:last-child{
margin-bottom: 20px;
}
.cx_smartphoneview #fp-l ul li .ch-img {
	width: 560px;
	float: none;
}
.cx_smartphoneview #fp-l ul li .ch-img img {
	width: 560px;
}
.cx_smartphoneview #fp-l ul li .wrap_r {
	float: none;
	width: 560px;
	margin-top: 10px;
}
.cx_smartphoneview #fp-l ul li .wrap_r {
	margin-left: 0px;
}
.cx_smartphoneview #fp-l ul li .wrap_r .Category {
	font-size: 150%;
	padding: 5px 8px;
	margin-bottom: 10px;
}
.cx_smartphoneview #fp-l ul li .wrap_r h3 {
	font-size: 160%;
}
.cx_smartphoneview .blog_text {
	font-size: 90%;
	border-top: dotted 2px #491f00;
	padding-top: 5px;
}
