@charset "UTF-8";
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.8;
	background-image: url(../images/body_bg.gif);
	background-position: left top;
	background-repeat: repeat;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #00a0ea;
	text-decoration: underline;
}

h1.sectionTitle {
	color: #009ff0;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 3px;
}
h1.sectionTitle.large {
	font-size: 2.2em;
}
h2.sectionTitle {
	color: #009ff0;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 3px;
}


/* -------------------------------
header
------------------------------- */
header {
	width: 100%;
	min-width: 940px;
	height: auto;
	margin-bottom: 10px;
	padding: 17px 0 15px;
	background-color: #00a0ea;
}

header img {
	vertical-align: bottom;
}

#header_content {
	width: 940px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header_content h1 {
	line-height: 1;
	text-indent: -9999em;
	width: 192px;
	height: 120px;
	position: absolute;
	background-image: url(../images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#header_content h1 a {
	width: 192px;
	height: 120px;
	display: block;
}

#header_content .pc_elements {
	margin-left: 212px;
}

#header_link {
	text-align: right;
	letter-spacing: -.4em;
	height: 22px;
	margin-bottom: 8px;
	list-style: none;
	overflow: hidden;
}

#header_link li {
	font-size: 0.1em;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: top;
	margin-left: 5px;
	display: inline-block;
}

#header_link #header_search {
	height: 16px;
	margin-left: 10px;
	padding: 3px 6px;
	overflow: hidden;
	background-color: #fff;
}

#header_search input {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

#header_search .search {
	width: 266px;
	margin-right: 5px;
}

#header_search .search:focus {
	outline: none;
}

#header_search .search.google {
	width: 266px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-image: url(//www.google.com/cse/static/ja/google_custom_search_watermark.gif);
}
#header_search .search.google:focus {
	outline: none;
	background-image: none;
}

#header_ad {
	width: 728px;
	height: 90px;
}


/* -------------------------------
nav
------------------------------- */
nav.pc_elements {
	width: 932px;
	height: 45px;
	margin: 10px auto 15px;
	padding: 0 4px;
	overflow: hidden;
	border-bottom: solid 4px #00a0f0;
}

nav.pc_elements img {
	vertical-align: bottom;
}

nav.pc_elements #pc_navi {
	letter-spacing: -.4em;
  width: 755px;
	float: left;
}

nav.pc_elements #pc_socialLink {
	letter-spacing: -.4em;
  width: 135px;
	padding: 2px 10px 0 0;
	float: right;
}

nav.pc_elements li {
	font-size: 0.1em;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: top;
	margin-left: 8px;
	display: inline-block;
}

nav.pc_elements #pc_socialLink li:last-child {
  margin-left: 13px;
}

nav.pc_elements #pc_navi li a {
	text-indent: -9999em;
	width: 178px;
	height: 45px;
	display: block;
	overflow: hidden;
	background-image: url(../images/gNavi.png);
	background-repeat: no-repeat;
}

nav.pc_elements li a#gNavi01 {
	background-position: 0 0;
}

nav.pc_elements li a#gNavi01:hover,
nav.pc_elements li a#gNavi01.act {
	background-position: 0 -45px;
}

nav.pc_elements li a#gNavi02 {
	background-position: -178px 0;
}

nav.pc_elements li a#gNavi02:hover,
nav.pc_elements li a#gNavi02.act {
	background-position: -178px -45px;
}

nav.pc_elements li a#gNavi03 {
	background-position: -356px 0;
}

nav.pc_elements li a#gNavi03:hover,
nav.pc_elements li a#gNavi03.act {
	background-position: -356px -45px;
}

nav.pc_elements li a#gNavi04 {
	background-position: -534px 0;
}

nav.pc_elements li a#gNavi04:hover,
nav.pc_elements li a#gNavi04.act {
	background-position: -534px -45px;
}

/* -------------------------------
コンテンツエリア
------------------------------- */
#contentArea {
	width: 928px;
	height: auto;
	margin: 15px auto 20px;
	overflow: hidden;
}

#mainArea {
	width: 600px;
	float: left;
}

/* contentList */
#contentList {
}

#contentList h1.sectionTitle {
  margin-bottom: -4px;
	float: left;
}

#contentList h2.sectionTitle {
  margin-top: 20px;
}

#contentList #sortSelect {
  margin-bottom: -4px;
	float: right;
}

.easy-select-box {
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	text-align: right;
	letter-spacing: 2px;
	width: 5.6em;
	padding: 2px 0 0 0;
	position: relative;
	background-color: #00a0f0;
	background-image: url(../images/sortSelect_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.easy-select-box .esb-displayer {
	color: #fff;
	cursor: pointer;
	background-image: none;
}

.easy-select-box .esb-dropdown {
	border: none;
}

.easy-select-box .esb-dropdown .esb-item {
	color: #00a0f0;
	padding: 5px 3px;
}
.easy-select-box .esb-dropdown .act {
	background-image: url(../images/select_bg.gif) !important;
	background-position: 8px 0.8em;
	background-repeat: no-repeat;
}

.easy-select-box .esb-dropdown .esb-item:hover,
.easy-select-box .esb-dropdown .esb-item.act:hover {
	color: #00a0f0;
	background-position: 8px 0.8em;
	background-repeat: no-repeat;
	background-color: #c8c8c8 !important;
}

.customSelectInner {
	width: auto !important;
	padding: 0 3px;
}

#contentList img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#contentList > ul.cF {
  width: 612px;
	margin-left: -12px;
	clear: both;
}

#contentList > ul.cF > li {
	vertical-align: top;
	width: 192px;
	height: 192px;
	margin: 10px 0 0 12px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
  background-color: #fff;
}

#contentList > ul.cF > .listBnr {
	text-align: center;
	width: 600px;
	height: auto;
	margin-right: 0;
  background-color: transparent;
}

#contentList > ul.cF > .listBnr p {
  font-size: 0.1em;
  line-height: 1;
}

#contentList > ul.cF > .listBnr a{
	display: inline-block;
	border: solid 4px #c8c8c8;
}

#contentList .listLink {
	width: 192px;
	height: 192px;
	display: block;
	position: relative;
}

#contentList .listInner {
	width: 184px;
	height: 184px;
	border: solid 4px #00a0f0;
	position: relative;
  overflow: hidden;
}

#contentList .listNew {
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
}

#contentList .listNew img {
	width: 49px;
	height: 49px;
}

#contentList .listCategory {
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#contentList .listCategory img {
	height: 20px;
}

#contentList .listSummary {
	font-size: 1.1em;
	line-height: 1.6;
	height: 49px;
	padding: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 2;
}

#contentList .listImg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#contentList .listLink:hover .listImg {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



/* -------------------------------
ページネーション
------------------------------- */
.wp-pagenavi {
	font-size: 1.2em;
	line-height: 18px;
	text-align: center;
	letter-spacing: -.4em;
	margin: 5px 0;
}

.wp_page_numbers {
	font-size: 1.2em;
	line-height: 18px;
	text-align: center;
	letter-spacing: -.4em;
	margin: 0;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp_page_numbers a,
.wp_page_numbers .current {
	color: #009ff0;
	min-width: 1em;
	height: auto;
	vertical-align: middle;
	letter-spacing: normal;
	margin: 0 4px;
	display: inline-block;
	overflow: hidden;
	border: solid 2px #009ff0;
	background-color: #fff;
}

.wp-pagenavi .skip {
	min-width: 1em;
	height: auto;
	vertical-align: middle;
	letter-spacing: normal;
	margin: 0 4px;
	display: inline-block;
	overflow: hidden;
  border: none;
}

.wp-pagenavi .current,
.wp_page_numbers .current {
  color: #fff;
	background-color: #009ff0;
	border: solid 2px #009ff0 !important;
}

.wp-pagenavi a:hover,
.wp_page_numbers a:hover {
	text-decoration: none;
	background-color: #c8c8c8;
	border: solid 2px #009ff0 !important;
}

.wp-pagenavi .previouspostslink,
.wp_page_numbers .previouspostslink {
	text-indent: -9999em;
	width: 58px;
	height: 22px;
  padding: 0;
	border: none;
	background-image: url(../images/btn_prevPage_off.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.wp-pagenavi .previouspostslink:hover,
.wp_page_numbers .previouspostslink:hover {
	background-image: url(../images/btn_prevPage_on.png);
  border: none !important;
}

.wp-pagenavi .nextpostslink,
.wp_page_numbers .nextpostslink {
	text-indent: -9999em;
	width: 58px;
	height: 22px;
  padding: 0;
	border: none;
	background-image: url(../images/btn_nextPage_off.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent !important;
}

.wp-pagenavi .nextpostslink:hover,
.wp_page_numbers .nextpostslink:hover {
	background-image: url(../images/btn_nextPage_on.png);
  border: none !important;
}

/* -------------------------------
右エリア
------------------------------- */
#rightArea {
	width: 308px;
	float: right;
}

#rightArea img {
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

#rightArea iframe,
#rightArea ins{
	vertical-align: bottom;
}

#rightArea h2 {
	font-size: 0.1em;
	line-height: 1;
}

#rightArea h2 img {
	height: 30px;
}

#rightArea ul {
	list-style: none;
}

.internal_ad {
	background-color: #fff;
	border: solid 4px #00a0f0;
}

.external_ad {
	background-color: #fff;
	border: solid 4px #c8c8c8;
}

#rightArea .internal_ad,
#rightArea .external_ad {
	margin-bottom: 12px;
}

#ranking_monthly {
	padding: 8px 4px;
}

#ranking_monthly h2 {
	text-align: center;
	margin-bottom: 10px;
}

/*
#ranking_monthly h3 {
	font-size: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 5px;
}
*/

#ranking_monthly h3 {
	font-size: 1.4em;
	text-align: left;
  letter-spacing: 1px;
	margin: -10px 8px 5px;
	border-bottom: solid 2px #009ff0;
}

#ranking_monthly h3 span {
	vertical-align: bottom;
	margin-bottom: -8px;
	padding-right: 8px;
	display: inline-block;
	background-color: #fff;
}

#ranking_monthly h3 span.man {
	color: #0046b4;
}

#ranking_monthly h3 span.woman {
	color: #e60063;
}

#ranking_monthly th {
	font-size: 0.1em;
	line-height: 1;
	text-align: left;
	padding: 0 4px 3px;
}

#ranking_monthly td {
	width: 50px;
	vertical-align: top;
	padding: 0 4px 3px;
}

#ranking_monthly td img {
	width: 50px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ranking_monthly td a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#ranking_monthly p {
	text-align: right;
	padding-right: 4px;
}

#ranking_monthly p img {
	width: 95px;
	height: auto;
}

#free_adList1,
#free_adList2 {
	text-align: center;
}

#free_adList1 li,
#free_adList2 li {
	margin-top: 8px;
}

#free_adList1 li:first-child,
#free_adList2 li:first-child {
	margin-top: 0;
}

#ranking_weekly {
	padding: 8px;
}

#ranking_weekly ol {
	padding-top: 5px;
	list-style: none;
}

#ranking_weekly li {
	font-size: 1.2em;
	vertical-align: bottom;
	margin-top: 3px;
	padding: 2px 0 0 22px;
	background-position: left top;
	background-repeat: no-repeat;
}

#ranking_weekly li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#ranking_weekly li:nth-child(1) {
	background-image: url(../images/weeklyRanking_no1.gif);
}

#ranking_weekly li:nth-child(2) {
	background-image: url(../images/weeklyRanking_no2.gif);
}

#ranking_weekly li:nth-child(3) {
	background-image: url(../images/weeklyRanking_no3.gif);
}

#ranking_weekly li:nth-child(4) {
	background-image: url(../images/weeklyRanking_no4.gif);
}

#ranking_weekly li:nth-child(5) {
	background-image: url(../images/weeklyRanking_no5.gif);
}

#tagList {
	padding: 8px;
}

.tag-cloud {
	font-size: 1.1em;
	line-height: 1.8;
	height: 6.8em;
	padding-top: 10px;
	overflow: hidden;
}

#tagList a {
	color: #00a0f0;
	margin: 0 10px 0 0;
	display: inline-block;
	white-space: nowrap;
	word-break: keep-all;
}

#tag_toggle {
	font-size: 0.1em;
	line-height: 1;
	text-align: right;
	margin-top: 5px;
	cursor: pointer;
}

#tag_toggle img {
	height: 14px;
}

#twitter_widget {
	padding: 8px;
}

#twitter_widget h2 {
	margin-bottom: 5px;
	position: relative;
}

#twitter_widget h2 a {
	font-size: 0.1em;
	line-height: 1;
	position: absolute;
	top: 6px;
	right: 6px;
}

#twitter_widget h2 a img {
	height: 18px;
}

#twitter_widget iframe {
	vertical-align: top;
}

#right_freeContent .rightFree_sub {
	padding: 8px;
}

#right_freeContent h2 {
	font-size: 1.4em;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid 2px #00a0f0;
}

#right_freeContent p {
	font-size: 1.1em;
}

#right_freeContent .rightText {
	width: 210px;
	height: auto;
	float: right;
}

#right_freeContent .leftImg {
	width: 65px;
	height: auto;
	float: left;
}

#right_freeContent .centerImg {
	text-align: center;
	margin-top: 6px;
}


/* -------------------------------
広告
------------------------------- */
div.listBnr {
	text-align: center;
	max-width: 600px;
	height: auto;
	margin: 12px 0 15px 0;
}

div.listBnr a {
	display: inline-block;
	border: solid 4px #c8c8c8;
}

div.listBnr img {
  width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#rakuten_ad {
	width: 728px;
	height: 90px;
	margin: 20px auto;
	clear: both;
	background-color: #ccc;
}



/* -------------------------------
footer
------------------------------- */
footer {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 10px 0 20px;
	overflow: hidden;
	border-top: solid 2px #00a0f0;
}

#footer_content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#footer_content ul {
	width: 225px;
	margin-right: 10px;
	float: left;
	list-style: none;
}

#copyright {
	text-align: right;
	padding-top: 10px;
	clear: both;
}



#pageTop a {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

/* -------------------------------
デバイス切り替え
------------------------------- */
.pc_elements {
	display: block !important;
}

.sp_elements,
.wsbl_line {
	display: none !important;
}