@charset "utf-8";

/***************************************************************************************************
*clear clearfix
***************************************************************************************************/
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	color: #000;
	font-size: 11px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 120%;
	background: url() repeat top left #ffffff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align: baseline;
	max-width: 100%;
	height: auto;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #16822c;
	overflow: hidden;
	outline: none;
}

a:hover {
	color: #66c430;
	overflow: hidden;
	outline: none;
}

/***************************************************************************************************
*wrap
***************************************************************************************************/

#wrap_header {
	width: 100%;
	background: url(./../image/bg_wrap_header.png) repeat bottom left #fdfdf1;
	border-top: 5px solid #8cbf3f;
}

#wrap_content {
	width: 100%;
	background: url(./../image/bg_wrap_content.png) repeat bottom left;
}

#wrap_footer {
	width: 100%;
	padding: 15px 0 20px 0;
	background: url() repeat-x top left;
	border-top: 5px solid #7bad56;
}

/***************************************************************************************************
*header
***************************************************************************************************/

#header {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	background: url() repeat top left;
	position: relative;
}

#logobadge {
	width: 200px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 260px;
}

h1 {
	width: 318px;
	height: 82px;
	margin: 0;
	padding: 0;
	float: left;
}

#header_right_toppage {
	width: 100%;
	max-width: 602px;
	margin: 0;
	padding: 0;
	float: right;
}

#header_right {
	width: 602px;
	height: 62px;
	margin: 0 0 0 30px;
	padding: 20px 0 0 0;
	float: right;
}

#social_icon {
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 302px;
}

#social_icon div.twitter {
	float: left;
	margin: 0 10px 0 0;
	/* width: 88px; 2013/10/28 修正 */
	width: 65px;
}

#social_icon div.hatena {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
}

#social_icon div.google {
	float: left;
	margin: 0 10px 0 0;
	width: 32px;
}

#social_icon div.facebook {
	float: left;
	margin: 0;
	width: 100px;
}

/***** 現在非表示 *****/
#header_menu {
	width: 602px;
	display: none;
}

#header_menu ul {
	padding: 0 0 0 100px;
}

#header_menu ul li {
	float: left;
	margin-left: 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	background: url(../image/bg_li_headermenu.png) no-repeat left center;
}

#header_menu ul li a {
	text-decoration: none;
	color: #4f4f4f;
}

#header_menu ul li a:hover {
	text-decoration: none;
	color: #16822c;
}

/**********************/

#pub_count {
	width: 602px;
	height: 24px;
	margin: 10px 4px;
	padding: 6px 0 0 0;
	text-align: right;
	font-size: 18px;
	line-height: 100%;
	background: url(../image/bg_pub_count.png) no-repeat left bottom;
	font-family: verdana;
}

#pub_count p {
	padding: 0 10px 0 0;
	color: #44aa00;
}

/***************************************************************************************************
*catch
***************************************************************************************************/

#catch {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	background: url(../image/bg_catch.png) no-repeat center top #fff;
	border-bottom: 1px solid #ededed;
}

#catch_content {
	width: 96%;
	max-width: 890px;
	height: auto;
	min-height: 150px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #999;
	position: relative;
}

/***************************************************************************************************
*content
***************************************************************************************************/

#content {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url() no-repeat bottom left #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

#maincontent {
	width: 62%;
	margin: 0 2% 0 3%;
	float: left;
}

.maincontent_inner h2 {
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 15px 0 12px 25px;
	background: url(../image/bg_h2.png) no-repeat left center;
	color: #16822c;
	line-height: 100%;
}

#maincontent p {
	margin: 15px 15px 0 15px;
	font-size: 11px;
}

.maincontent_inner {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
}

#sidecontent {
	width: 30%;
	margin: 0 3% 0 0;
	padding: 0;
	float: right;
}

/***************************************************************************************************
*windowclose
***************************************************************************************************/

.windowclose {
	width: 580px;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: right;
}

.windowclose2 {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: center;
}

/***************************************************************************************************
*mm_info
***************************************************************************************************/

.mm_info_content {
	width: 590px;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	padding: 15px 0;
	background: url(../image/bg_mm_info_content.png) repeat-y top left;
}

h2.mm_title {
	margin: 0 15px 10px 15px;
	padding: 7px 0 12px 40px;
	background: url(../image/bg_mm_title.png) no-repeat left top;
	line-height: 100%;
	border-bottom: 2px dotted #919191;
}

.mm_info_content h3 {
	margin: 0 15px 0 15px;
	text-align: right;
	font-size: 13px;
}

.mm_info_content h3 img {
	vertical-align: bottom;
}

ul.mm_search_list {
	width: 590px;
	margin: 0 0 20px 0;
}

ul.mm_search_list li div {
	margin: 0 0 10px 0;
}

.mm_info_content ul {
	width: 560px;
	margin: 15px auto 20px auto;
	font-size: 11px;
	border-bottom: 1px solid #825716;
	border-left: 1px solid #825716;
	border-right: 1px solid #825716;
	color: #000;
}

.mm_info_content ul li {
	float: left;
	border-top: 1px solid #825716;
}

.mm_info_content ul li a {
	text-decoration: none;
}

.mm_info_content ul li.mm_charge {
	width: 155px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_charge.png) no-repeat left center #fff;
}

.mm_info_content ul li.mm_category {
	width: 395px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_category.png) no-repeat left center #fff;
}

.mm_info_content ul li.mm_no {
	width: 70px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_id.png) no-repeat left center #fff;
	border-right: 1px solid #825716;
}

.mm_info_content ul li.mm_date {
	width: 164px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_date.png) no-repeat left center #fff;
	border-right: 1px solid #825716;
}

.mm_info_content ul li.mm_reader {
	width: 110px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_reader.png) no-repeat left center #fff;
	border-right: 1px solid #825716;
}

.mm_info_content ul li.mm_cycle {
	width: 160px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_cycle.png) no-repeat left center #fff;
	border-right: 1px solid #825716;
}

.mm_info_content ul li.mm_target {
	width: 193px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_target.png) no-repeat left center #fff;
}

.mm_info_content ul li.mm_newest {
	width: 190px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_newest.png) no-repeat left center #fff;
	border-right: 1px solid #825716;
}

.mm_info_content ul li.mm_website {
	width: 555px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_website.png) no-repeat left center #fff;
}

.mm_info_content ul li.mm_backnumber {
	width: 193px;
	height: 14px;
	padding: 5px 5px 5px 0;
	text-align: right;
	background: url(../image/bg_td_backnumber.png) no-repeat left center #fff;
}

/***************************************************************************************************
*backnumber
***************************************************************************************************/

.mm_backnumber_content {
	width: 590px;
	padding: 0;
	background: url() repeat-y top left;
}

table.backnumber_list {
	width: 560px;
	margin: 15px auto 0 auto;
}

table.backnumber_list th {
	padding: 5px;
	color: #4f4f4f;
	border: 1px solid #919191;
	background: #dde9af;
}

table.backnumber_list .backnumber_no {
	width: 10%;
}

table.backnumber_list .backnumber_date {
	width: 15%;
}

table.backnumber_list .backnumber_title {
	width: auto;
}

table.backnumber_list td {
	padding: 5px;
	border: 1px solid #ddd;
	text-align: left;
}

.backnumber_title {
	width: 560px;
	margin: 0 auto 0 auto;
}

.backnumber_title h3 {
	font-size: 13px;
	margin: 15px 0 0 0;
	text-align: left;
}

.backnumber_body {
	width: 560px;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #16822c;
}

/***************************************************************************************************
*search
***************************************************************************************************/
.search {
	margin: 0 0 20px 0;
}

.search h2 {
	margin: 20px 0 15px 0;
	font-weight: bold;
	font-size: 15px;
	color: #7bad56;
	background: url() repeat-x left center;
	border-left: 3px solid #7bad56;
	padding: 5px 0 5px 10px;
}

.search form {
	width: 590px;
	margin: 0;
}

form #search_text {
	width: 406px;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	display: block;
	font-size: 15px;
	border: none;
	outline: none;
	line-height: 100%;
	border: 2px solid #7bad56;
	background: #fff;
}

form #search_address {
	width: 380px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0 10px;
	display: block;
	font-size: 12px;
	border: none;
	background: url(../image/bg_search_text.png) no-repeat left center;
}

form input#search_btn {
	font-size: 15px;
	width: 150px;
	height: 41px;
	margin: 0;
	padding: 0;
	border: 1px solid #447314;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	outline: none;
	font-weight: bold;
}

form input#search_btn:hover {
	border: 1px solid #447314;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	color: #fffbb3;
	cursor: pointer;
}

form input#search_btn:active {
	border: 1px solid #447314;
	background: #8dc059;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
	color: #fffbb3;
}

.search_result {
	width: 590px;
	margin: 0 0 20px 0;
}

.search_result dt {
	float: left;
}

/***************************************************************************************************
*pagenation
***************************************************************************************************/

.pagenation_search {
	width: 590px;
	margin: 0 0 20px 0;
}

.pagenation_search ul {
	margin: 0;
}

.pagenation_search ul li {
	float: left;
	display: block;
	font-size: 15px;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #919191;
}

.pagenation_search ul li.active {
	float: left;
	display: block;
	font-size: 15px;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #919191;
	color: #fff;
	background: #16822c;
}

.pagenation_search ul li a {
	text-decoration: none;
}

.pagenation_backnumber {
	width: 560px;
	margin: 20px auto 0 auto;
}

.pagenation_backnumber ul {
	margin: 0;
	border: none;
}

.pagenation_backnumber ul li {
	float: left;
	display: block;
	font-size: 15px;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #919191;
}

.pagenation_backnumber ul li.active {
	float: left;
	display: block;
	font-size: 15px;
	margin: 0 5px 0 0;
	padding: 5px;
	border: 1px solid #919191;
	color: #fff;
	background: #16822c;
}

.pagenation_backnumber ul li a {
	text-decoration: none;
}

/***************************************************************************************************
*banner
***************************************************************************************************/
.banner {
	width: 280px;
	margin: 0 0 10px 0;
}

.banner02 {
	width: 590px;
	margin: 0;
	text-align: center;
}

.banner02 a img {
	border: 1px solid #919191;
	text-decoration: none;
}

.banner02 a:hover img {
	border: 1px solid #ff6600;
}

/***************************************************************************************************
*site_description
***************************************************************************************************/
.site_description {
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border: 1px solid #919191;
	background: url(../image/bg_login.png) repeat top center;
}

.site_description h2 {
	width: 250px;
	margin: 0 14px 10px 14px;
	padding: 0 0 5px 0;
	text-align: center;
	border-bottom: 2px dotted #919191;
}

.site_description p {
	margin: 0 15px;
}

.site_description ul {
	width: 250px;
	margin: 15px 14px 0 14px;
	text-align: right;
}

.site_description li {
	width: 240px;
	height: 16px;
	margin: 0 0 3px 0;
	padding: 10px 10px 10px 0;
	color: #44aa00;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

.publisher_number {
	background: url(../image/publisher_number.png) no-repeat left bottom;
}

.reader_number {
	background: url(../image/reader_number.png) no-repeat left bottom;
}

/***************************************************************************************************
*login
***************************************************************************************************/

.login {
	width: 274px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	background: url() repeat top center;
	background: #fff;
	border: 3px solid #ededed;
}

.login h2 {
	margin: 0 14px 5px 14px;
	padding: 2px 0 2px 20px;
	background: url(../image/bg_h2_login.png) no-repeat left center;
}

.login h2.root {
	margin: 0;
	padding: 0;
}

.login p {
	margin: 0 14px;
}

.login ul {
	width: 250px;
	margin: 0 14px;
}

.login ul li {
	margin: 0 0 5px 0;
	padding: 0;
	width: 250px;
	line-height: 100%;
}

.login ul li.bottomelement {
	margin: 0;
}

.login ul li.toform {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.login ul li.toform a {
	color: #1da4d6;
}

.login ul li.toform a:hover {
	text-decoration: none;
	color: #2872a3;
}

.login p.login_name {
	margin: 0 14px 10px 14px;
	font-size: 13px;
	text-align: center;
}

.login p.login_name span {
	font-size: 10px;
}

.login p.login_point {
	margin: 0 14px 15px 14px;
	padding: 0 60px 0 0;
	font-size: 15px;
	font-weight: bold;
	background: url(../image/bg_p_loginpoint.png) no-repeat left center;
	text-align: right;
	line-height: 100%;
}

p.reload_point {
	margin: 0 14px 15px 0;
	text-align: right;
}

p.reload_point input {
	padding: 3px 12px;
}

/*****root*****/
.login_root {
	width: 278px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #999;
	background: #ddd;
}

.login_root h2 {
	/*C4キセノンE04 15px*/
	margin: 0;
	padding: 10px;
	color: #4f4f4f;
	text-shadow: 1px 1px 0px #fff;
	font-size: 15px;
	padding: 12px 0 12px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(top, #fff, #ddd);
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: -o-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	text-align: center;
}

.login_root ul {
	margin: 0 3px 3px 3px;
	border: 1px solid #999;
	padding: 15px 0 0 0;
	background: #fff;
}

.login_root ul li {
	width: 250px;
	margin: 0 auto 10px auto;
}

/***************************************************************************************************
*sideinfo
***************************************************************************************************/

.sideinfo {
	width: 278px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: url() repeat top center #ddd;
	border: 1px solid #999;
}

.sideinfo h2 {
	margin: 0;
	padding: 15px 0 12px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(top, #fff, #ddd);
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: -o-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff 0%, #ddd 100%);
	color: #4f4f4f;
	text-shadow: 1px 1px 0px #fff;
	font-size: 15px;
	font-weight: bold;
}

/***************************************************************************************************
*menu
***************************************************************************************************/
#wrap_topmenu {
	width: 100%;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #67824b;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#a0d468), to(#6aa436));
	background: -webkit-linear-gradient(top, #a0d468, #6aa436);
	background: -moz-linear-gradient(top, #a0d468, #6aa436);
	background: -ms-linear-gradient(top, #a0d468, #6aa436);
	background: -o-linear-gradient(top, #a0d468, #6aa436);
	background-image: -ms-linear-gradient(top, #a0d468 0%, #6aa436 100%);
}

#topmenu {
	width: 100%;
	margin: 0 auto;
}

#topmenu ul {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
	text-shadow: #31540c 1px 1px 0;
	color: #ffffff;
	border-left: 1px solid #a0d468;
	border-right: 1px solid #67824b;
}

#topmenu ul li {
	width: 16.66%;
	padding: 0;
	float: left;
	text-align: center;
	border-left: 1px solid #67824b;
	border-right: 1px solid #a0d468;
	font-size: 15px;
}

#topmenu ul li.selected {
	padding: 15px 0;
	background: #a0d468;
	color: #fdfdf1;
}

#topmenu ul li a {
	text-decoration: none;
	padding: 15px 0;
	display: block;
	color: #fff;
}

#topmenu ul li a:hover {
	background: #a0d468;
}

#topmenu ul li.rightside {
	width: 16.66%;
	padding: 0;
}


.sidemenu {
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border: 1px solid #919191;
	background: url(../image/bg_menu.png) repeat top center;
}

.sidemenu ul {
	width: 270px;
	margin: 0 4px;
}

.sidemenu ul li {
	width: 230px;
	height: 18px;
	margin: 0 10px 5px 10px;
	padding: 12px 0 12px 20px;
	font-size: 15px;
	line-height: 100%;
	display: block;
	background: url(../image/bg_li_sidemenu.png) no-repeat left center;
}

.sidemenu ul li.select {
	width: 230px;
	height: 18px;
	font-size: 15px;
	line-height: 100%;
	display: block;
}

.sidemenu ul li a {
	width: 230px;
	height: 42px;
	text-decoration: none;
	display: block;
}

.sidemenu ul li a:hover {
	width: 230px;
	height: 42px;
	text-decoration: none;
	display: block;
}

#content ul li.bottomelement {
	margin-bottom: 0px;
}

/***************************************************************************************************
*ad
***************************************************************************************************/
.ad {
	width: 280px;
	margin: 0 0 10px 0;
}

.ad div {
	width: 280px;
	margin: 0 0 10px 0;
}

/***************************************************************************************************
*element
***************************************************************************************************/

/***** info *****/
ul.info {
	margin: 0 5px;
	padding: 0;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.info li {
	margin: 0;
	padding: 15px 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1.5;
}

ul.info li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

ul.info li a {
	text-decoration: none;
}

ul.info li span.infodate {
	color: #6d6d6d;
	display: block;
	margin-bottom: 5px;
}

.rss {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

/***** category *****/
#pointcategory {
	margin: 40px 0 50px 0;
	padding-bottom: 20px;
	box-shadow: 0px 2px 2px #afafaf;
}

#pointcategory h2 {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	border: 1px solid #7bad56;
	box-shadow: 0px 2px 2px #cecece;
}

#pointcategory h3 {
	padding: 0;
	font-size: 15px;
}

#pointcategory p {
	margin: 15px 0 0 0;
	padding: 0 15px;
	line-height: 150%;
	font-size: 12px;
}

#pointcategory ul {
	width: 590px;
	margin: 15px 0 0 0;
	padding: 0 15px;
	background: url() no-repeat bottom center;
}

#pointcategory ul li {
	width: 239px;
	margin: 0;
	padding: 15px 15px 10px 15px;
	float: left;
}

#pointcategory ul li:nth-child(1) {
	margin-right: 10px;
}

#pointcategory ul li p {
	margin: 0;
	font-size: 12px;
}

#pointcategory ul li.category01 {
	border: 3px solid #ff6600;
	background: #fdfdf1;
}

#pointcategory ul li.category01 h3 {
	color: #ff6600;
	border-bottom: 1px dashed #ff6600;
	padding-bottom: 2px;
}

#pointcategory ul li.category01 p {
	padding: 5px 0 5px 60px;
	background: url(../image/bg_p_category01.png) no-repeat left center;
	color: #ff6600;
}

#pointcategory ul li.category02 {
	border: 3px solid #1da4d6;
	background: #fdfdf1;
}

#pointcategory ul li.category02 h3 {
	color: #1da4d6;
	border-bottom: 1px dashed #1da4d6;
	padding-bottom: 2px;
}

#pointcategory ul li.category02 p {
	background: url(../image/bg_p_category02.png) no-repeat left center;
	padding: 5px 0 5px 60px;
	color: #1da4d6;
}

#pointcategory ul li.category03 {
	border: 3px solid #44aa00;
	background: #fdfdf1;
}

#pointcategory ul li.category03 h3 {
	color: #44aa00;
	border-bottom: 1px dashed #44aa00;
	padding-bottom: 2px;
}

#pointcategory ul li.category03 p {
	background: url(../image/bg_p_category03.png) no-repeat left center;
	padding: 5px 0 5px 60px;
	color: #44aa00;
}

#pointcategory ul li.category04 {
	border: 3px solid #9f0000;
	background: #fdfdf1;
}

#pointcategory ul li.category04 h3 {
	color: #9f0000;
	border-bottom: 1px dashed #9f0000;
	padding-bottom: 2px;
}

#pointcategory ul li.category04 p {
	background: url(../image/bg_p_category04.png) no-repeat left center;
	padding: 5px 0 5px 60px;
	color: #9f0000;
}

#pointcategory .msg {
	margin: 15px 15px 0 15px;
	padding: 0;
	border: 3px solid #ff8080;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fdfdf1));
	background: -webkit-linear-gradient(top, #fff, #fdfdf1);
	background: -moz-linear-gradient(top, #fff, #fdfdf1);
	background: -ms-linear-gradient(top, #fff, #fdfdf1);
	background: -o-linear-gradient(top, #fff, #fdfdf1);
	background-image: -ms-linear-gradient(top, #fff 0%, #fdfdf1 100%);
}

#pointcategory .msg h3 {
	padding-top: 15px;
	padding-left: 15px;
}

#pointcategory .msg p {
	font-size: 13px;
	color: #ff8080;
	padding: 0;
}

.category {
	width: 590px;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	box-shadow: 0px 2px 2px #ddd;
}

.category h2 {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	border: 1px solid #7bad56;
	box-shadow: 0px 2px 2px #cecece;
}

.category h3 {
	margin: 15px;
	font-size: 15px;
	color: #7bad56;
	background: url() repeat-x left center;
	border-left: 3px solid #7bad56;
	padding: 5px 0 5px 10px;
}

.category ul {
	width: 590px;
	margin: 0;
	padding: 0 15px;
}

.category ul li {
	margin: 0 0 8px 0;
	padding: 0;
	background: url(../image/bg_category_li.png) repeat-x left center;
	float: left;
	font-size: 13px;
}

.category ul li:nth-child(3n-1) {
	margin: 0 4px 8px 4px;
}

.category ul li a {
	width: 162px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 5px 7px 15px;
	border: 1px solid #ddd;
	color: #4f4f4f;
}

.category ul li a:hover {
	color: #fffbb3;
	background: #a0d468;
	border: 1px solid #7bad56;
}


/***** ranking new *****/
.wrap_ranking_new {
	width: 590px;
	margin: 0;
}

.magazinelist {
	width: 280px;
	margin: 0 0 15px 0;
	padding: 0;
}

.magazinelist li a {
	/* 2013_10_28 追加 */
	line-height: 1.5;
}


.magazinelist_side {
	width: 278px;
	margin: 20px 0 20px 0;
	padding: 0;
	border: 1px solid #779032;
	background: #8dc059;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#8dc059));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
}


.magazinelist_side h2 {
	padding: 10px 0 8px 0;
	font-size: 16px;
	color: #fff;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
}

.magazinelist_side h2::before {
	content: '↑ ';
	font-weight: bold;
}

.magazinelist_side h2::after {
	content: ' ↓';
	font-weight: bold;
}

.magazinelist_side ul {
	width: 266px;
	font-size: 12px;
	margin: 0 5px 5px 5px;
	border-bottom: 1px solid #779032;
	border-left: 1px solid #779032;
	border-right: 1px solid #779032;
	border-top: 1px solid #67824b;
}

.magazinelist_side ul li {
	margin: 0;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	padding: 10px 10px 10px 35px;
}

.magazinelist_side ul li:nth-child(-n+3) a {
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
}

.magazinelist_side ul li a {
	color: #000;
}

.magazinelist_side ul li a:hover {
	color: #ff6600;
}

.magazinelist_side ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}


.magazinelist_side ul li.siderank01 {
	background: url(../image/bg_magazinelist_side_1.png) no-repeat left center #fff;
	padding: 15px 10px 15px 45px;
}

.magazinelist_side ul li.siderank02 {
	background: url(../image/bg_magazinelist_side_2.png) no-repeat left center #fff;
	padding: 15px 10px 15px 45px;
}

.magazinelist_side ul li.siderank03 {
	background: url(../image/bg_magazinelist_side_3.png) no-repeat left center #fff;
	padding: 15px 10px 15px 45px;
}

.magazinelist_side ul li.siderank04 {
	background: url(../image/bg_magazinelist_side_4.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank05 {
	background: url(../image/bg_magazinelist_side_5.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank06 {
	background: url(../image/bg_magazinelist_side_6.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank07 {
	background: url(../image/bg_magazinelist_side_7.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank08 {
	background: url(../image/bg_magazinelist_side_8.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank09 {
	background: url(../image/bg_magazinelist_side_9.png) no-repeat left center #fff;
}

.magazinelist_side ul li.siderank10 {
	background: url(../image/bg_magazinelist_side_10.png) no-repeat left center #fff;
}


.magazinelist_l {
	width: 280px;
	margin: 0 0 20px 0;
	padding: 0;
}


.magazinelist_r {
	width: 280px;
	margin: 0 0 20px 30px;
	padding: 0;
}

.magazinelist h2 {
	width: 280px;
	margin: 0 0 10px 0;
	padding: 8px 0 9px 0;
	text-align: center;
	background: url(../image/bg_h2_half.png) no-repeat left center;
	font-size: 13px;
	color: #16822c;
}

.wrap_ranking_new h2 {
	margin: 0;
	border: 1px solid #7bad56;
	box-shadow: 0px 2px 2px #cecece;
	background: #6aa436;
	background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
	background: -webkit-linear-gradient(top, #8dc059, #6aa436);
	background: -moz-linear-gradient(top, #8dc059, #6aa436);
	background: -ms-linear-gradient(top, #8dc059, #6aa436);
	background: -o-linear-gradient(top, #8dc059, #6aa436);
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	border: 1px solid #7bad56;
	box-shadow: 0px 2px 2px #cecece;
	color: #fff;
	padding: 10px 15px;
}

.wrap_ranking_new ul,
.magazinelist ul {
	margin: 0;
	padding: 0 10px;
}

.wrap_ranking_new ul {
	box-shadow: 0px 2px 2px #cecece;
}

.wrap_ranking_new li,
.magazinelist li {
	margin: 0;
	padding: 10px 0 5px 25px;
	line-height: 100%;
	font-size: 12px;
	border-bottom: 1px solid #bfbfbf;
	background: url(../image/bg_li_magazinelist.png) no-repeat left center;
}

.wrap_ranking_new li:last-child {
	border: none;
}

.wrap_ranking_new a,
.magazinelist a,
.magazinelist_side a {
	text-decoration: none;
	color: #000;
}

.wrap_ranking_new a:hover,
.magazinelist a:hover,
.magazinelist_side a:hover {
	text-decoration: none;
	color: #16822c;
}

.wrap_ranking_new li.rank01,
.magazinelist li.rank01 {
	background: url(../image/rank01.png) no-repeat left center;
}

.wrap_ranking_new li.rank02,
.magazinelist li.rank02 {
	background: url(../image/rank02.png) no-repeat left center;
}

.wrap_ranking_new li.rank03,
.magazinelist li.rank03 {
	background: url(../image/rank03.png) no-repeat left center;
}

.wrap_ranking_new li.rank04,
.magazinelist li.rank04 {
	background: url(../image/rank04.png) no-repeat left center;
}

.wrap_ranking_new li.rank05,
.magazinelist li.rank05 {
	background: url(../image/rank05.png) no-repeat left center;
}

.wrap_ranking_new li.rank06,
.magazinelist li.rank06 {
	background: url(../image/rank06.png) no-repeat left center;
}

.wrap_ranking_new li.rank07,
.magazinelist li.rank07 {
	background: url(../image/rank07.png) no-repeat left center;
}

.wrap_ranking_new li.rank08,
.magazinelist li.rank08 {
	background: url(../image/rank08.png) no-repeat left center;
}

.wrap_ranking_new li.rank09,
.magazinelist li.rank09 {
	background: url(../image/rank09.png) no-repeat left center;
}

.wrap_ranking_new li.rank10,
.magazinelist li.rank10 {
	background: url(../image/rank10.png) no-repeat left center;
}

li.y_rank01 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank01.png) no-repeat left center;
}

li.y_rank02 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank02.png) no-repeat left center;
}

li.y_rank03 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank03.png) no-repeat left center;
}

li.y_rank04 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank04.png) no-repeat left center;
}

li.y_rank05 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank05.png) no-repeat left center;
}

li.y_rank06 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank06.png) no-repeat left center;
}

li.y_rank07 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank07.png) no-repeat left center;
}

li.y_rank08 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank08.png) no-repeat left center;
}

li.y_rank09 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank09.png) no-repeat left center;
}

li.y_rank10 {
	padding: 12px 0 8px 40px;
	background: url(../image/y_rank10.png) no-repeat left center;
}

.rank_mm_title {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	/* 2013_10_28 追加 */
}

.rank_mm_pointcategory {
	margin: 0 0 5px 0;
	padding: 0;
}

.magazinelist_side ul li .rank_mm_pointcategory {
	display: none;
}

.rank_mm_pointcategory img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.badge {
	position: absolute;
	top: -3px;
	left: -15px;
	display: none;
}

p#tickernavi {
	text-align: center;
	margin: 10px 0 0 0;
	display: none;
}

/***************************************************************************************************
*footer
***************************************************************************************************/

#footer {
	width: 96%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	background: url() no-repeat bottom center;
}

/***************************************************************************************************
*footermenu footer_law
***************************************************************************************************/

#footermenu {
	width: 96%;
	max-width: 950px;
	margin: 0 auto 30px auto;
	background: url() no-repeat bottom left;
	text-align: right;
}

#footermenu ul {
	width: 96%;
	max-width: 950px;
	margin: 0;
	padding: 4px 0;
	display: table;
}

#footermenu ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footermenu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #4f4f4f;
	display: block;
	padding: 8px 0;
	margin: 0 3px;
	text-shadow: 1px 1px 0px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -webkit-linear-gradient(top, #fff, #ededed);
	background: -moz-linear-gradient(top, #fff, #ededed);
	background: -ms-linear-gradient(top, #fff, #ededed);
	background: -o-linear-gradient(top, #fff, #ededed);
	background-image: -ms-linear-gradient(top, #fff 0%, #ededed 100%);
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #afafaf;
	border-radius: 3px;
}

#footermenu ul li a:hover {
	text-decoration: none;
	color: #44aa00;
	text-shadow: 1px 1px 0px #fff;
}

#footer_law {
	width: 96%;
	max-width: 950px;
	margin: 0 auto 20px auto;
	background: url() no-repeat bottom left;
	line-height: 1.8;
	/* 2013_10_28 追加 */
}

#footer_law ul {
	margin: 0 0 0 10px;
}

#footer_law ul li {
	margin: 0;
	font-size: 10px;
	color: #919191;
}

/***************************************************************************************************
*sub
***************************************************************************************************/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.copyright {
	margin: 0;
	text-align: right;
	font-size: 12px;
	color: #4f4f4f;
}

.relativeblock {
	position: relative;
}

.point_b {
	font-weight: bold;
}

.point_c1 {
	color: #16822c;
}

.point_c2 {
	color: #ff6600;
}

.point_c3 {
	color: #f00;
}

.ta_c {
	text-align: center;
}

.att {
	color: #16822c;
}

.att2 {
	color: #ff6600;
	font-size: 15px;
	font-weight: bold;
}

.link {
	text-align: right;
}

.link_block01 {
	width: 336px;
	height: 30px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	overflow: hidden;
	z-index: 1;
}



/* 2013_10_28 現在調整中テキスト用 */
