@charset "UTF-8";

/* -----------------------------
モニターレポート スタイリングcss（style.css）
----------------------------- */

#MainContents .nostyle { height: auto; padding: 0; background: none; border: none;}
#MainContents h1.nostyle,
#MainContents p.nostyle { margin: 0;}
#MainContents h2 {
	margin: 1em 0 0 0.8em 0; padding: 7px 15px 10px 20px;
	background: url(../common/img/bg_midashi.gif) repeat-x left bottom;
	border: none;
	border-left: 5px solid #70b52b;
	font-size: 108%;
}
#MainContents h3 {
	margin: 1em 0 0 25px; padding-left: 15px;
	background: url(../common/img/point3.gif) no-repeat left center;
	border: none;
	color: #57a907;
	font-size: 100%;
	font-weight: bold;
}

ul.bullet-circle { margin-bottom: 2em;}
ul.bullet-circle li { margin-bottom: 1.5em;}


/* モニタープロフィール */
.monitor-profile {
	width: 650px;
	margin: 2em 0 2em 20px;
	padding-top: 35px;
	background: url(img/bg_monitor1.gif) no-repeat left top;
	font-size: 77%;
}
.monitor-profile h2 {
	display: none; visibility: hidden;
}
.monitor-name { padding-left: 113px; padding-right: 20px; color: #561e00;}
.monitor-name strong { font-size: 116%;}
.monitor-profile .monitor-text {
	padding: 0 20px 10px 113px;
	background: url(img/bg_monitor2.gif) no-repeat left bottom;
}


/* 今月の商品 */
ul.itemImage { list-style-type: none; margin: 1em 0 2em 15px; padding: 0;}
ul.itemImage li { float: left; width: 170px; margin-right: 25px; text-align: center; font-size: 93%;}
ul.itemImage li img { margin-bottom: 3px; padding: 4px; background-color: #fff; border: 1px solid #bfbfbf;}

/* アレンジ・お気に入り */
.arrange .text { float: right; width: 400px;}
.arrange .image { width: 185px; font-size: 93%;}
.favorite .text { float: left; width: 400px;}
.favorite .image { float: right; width: 185px; font-size: 93%;}

.image img { margin-bottom: 2px; padding: 4px; background-color: #fff; border: 1px solid #bfbfbf;}
.image a:hover img { filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.image .zoom { display: inline-block; padding-left: 15px; background: url(img/zoom.gif) no-repeat left 3px;}



/* バックナンバー */
ul.list li { margin-bottom: 1em; font-size: 93%;}
ul.list li strong { font-size: 116%;}


/* 応募について */
.notLogin {
	width: 600px;
	margin: 2em auto 3em auto; padding: 15px 20px;
	background: url(../common/img/bg_lanking.gif) left top;
	border: 1px solid #c2b385;
}
.notLogin a { font-weight: bold;}
.notLogin img { margin-top: 10px;}

/* clearfix
----------------------------- */
/* clearfix for modern browser */
ul.itemImage { display: inline-block;}
ul.itemImage:after { content: "."; display: block; height: 0.1px; clear: both; visibility: hidden; font-size: 0.1em; line-height: 0;}
/* Hides from IE-mac \*/
* html ul.itemImage { height: 0.1px;}
ul.itemImage { display: block; }
/* End hide from IE-mac */
