@charset "utf-8";

/* 初期設定 */
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 {
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html {
	overflow-y: scroll;
	line-height: 1.1em;
}

blockquote,
q { quotes: none; }

blockquote: before,
blockquote: after,
q: before,
q: after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul,
li { list-style: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th { text-align: left; }
a {
	color: #e73079;
}
a: focus { outline: none; }

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after { clear: both; }

.cf {
	*zoom: 1;
}

.both { clear: both; }

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

span {
	font-style: inherit;
	font-weight: inherit;
}

/* micro clearfix */
#contents:before,
#contents:after,
ul.article_list > li a:before,
ul.article_list > li a:after,
footer:before,
footer:after {
	content: "";
	display: table;
}

#contents:after,
ul.article_list > li a:after,
footer:after { clear: both; }

a:link {
	color: #e73079;
	text-decoration: none;
}

a:visited {
	color: #e73079;
	text-decoration: none;
}

a:active {
	color: #e73079;
	text-decoration: underline;
}

/* ページ全体 */
body {
	background-color: #fefefe;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

/* バナー共通 */
.top_bnr img{
	width: 100%;
	}
.rectangle_bnr img{
	width: 100%;
	}
.center_bnr img{	
	width: 100%;
	margin: 0 0 15px 0;
 	}


/* ヘッダー */
#contents > header {
	margin: 0 0 10px;
	width: 100%;
}
/* #contents > header #news { */
#header_news {
	background-color: #333333;
	color: #fff;
	padding: 10px;
	font-size: 10px;
	line-height: 140%;
	overflow: hidden;
}
/* #contents > header #news span{ */
#header_news span {
	padding: 0 10px 0px 0px;
}
#contents > header #logo {
	float: left;
	width: 36%;
	padding: 10px 0 10px 10px;
}

#contents > header #logo img {
	height: auto;
	width: 100%;
}

/* グローバルナビ */
nav.gnav {
	color: #ffffff;
	position: relative;
	text-align: center;
}

nav.gnav ul {
	background-color: #FB9BBA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

nav.gnav ul li {
	float: left;
	width: 33%;
	font-weight: normal;
	font-size: 11px;
}

nav.gnav ul li.gnav_feature,
nav.gnav ul li.gnav_review,
nav.gnav ul li.gnav_ranking { width: 34%; }

#sp_header{
	background-color: #fff;
	width: 95%;
	z-index: 10;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 0px;
	padding-left: 5px;
	position: fixed;
}
#sp_header a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav_logo{
	width: 80%;
	position: absolute;
	float: left;
}
#nav_logo a{
	height: 40px;
	width: 100%;
	display: block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 60%;
}
#nav_btn{
	height: 50px;
	width: 50px;
	position: relative;
	float: right;
}
#nav_btn:hover{
	cursor: pointer;
}

#nav_btn a{
	height: 50px;
	width: 100%;
	display: block;
}
#sub_menu{
	margin: 0px;
	padding: 0px;
	background-color: #FB9BBA;
}
#sub_menu ul{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#sub_menu ul li{
	text-align: left;
	border-bottom: 1px solid #fff;
}
#sub_menu ul li a{
	display: block;
	padding: 15px 15px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	}

nav.gnav ul li a {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #ffffff;
	cursor: pointer;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

/* メニュー内・カテゴリ展開時・ヘッダーVer. */
nav.gnav ul.category_menu {
	background-color: #dddddd;
	border: none;
	box-shadow: 0 1px 2px 0 #b0b0b0;
	display: none;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10000;
}
nav.gnav ul.category_menu li {
	background-color: #dddddd;
	float: none;
	font-size: 14px;
	width: 100%;
}

nav.gnav ul.category_menu li a {
	border: 1px solid #999999;
	border-top: none;
	display: block;
	color: #666666;
}
.sb-close{
	background-color: #666;
	text-align: center;
	color: #fff;
	margin: 20px auto 0;
	width: 80%;
	border-radius: 5px;
	padding: 15px 0;
	font-size: 14px;
	line-height: 100%;
	}

/* メニュー内・カテゴリ展開時・フッターVer. */
footer nav.gnav ul.category_menu { bottom: 80px; }

/* パンくず */
.path {
	background-color: #eaeaea;
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#contents {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

/* サブナビゲーション */
.sub_nav {
	float: right;
	padding: 15px 10px 10px 0;
	position: relative;
}

.sub_nav ul.sub_buttons li {
	cursor: pointer;
	float: left;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 44px;
}
.sub_nav ul.sub_buttons li a{
	display: block;
	height: 44px;
	}
.sub_nav ul.sub_buttons li.sub_twitter {
	background-size: 44px;
	margin: 0 10px 0 0;
	background-image: url(../../../img/dgs/sp/twitter_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sub_nav ul.sub_buttons li.sub_search {
	background-size: 44px;
	margin: 0 10px 0 0;
	background-image: url(../../../img/dgs/sp/head_search_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sub_nav ul.sub_buttons li.sub_menu {
	background-size: 44px;
	background-image: url(../../../img/dgs/sp/head_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* 検索フォーム */
.search {
	box-sizing: border-box;
	display: none;
	margin: 0 auto 10px;
	width: 95%;
	text-align: center;
}

.search input.search_text {
	border: 1px solid #cccccc;
	border-radius: 3px;
	display: inline-block;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 5px;
	width: 70%;
}

.search input.search_button {
	border: 0;
	height: 28px;
	padding: 5px;
	width: 61px;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	background-color: #e73079;
	border-radius: 3px;
}

/* ページトップ */
#pagetop {
	bottom: 40px;
	position: fixed;
	right: 0px;
	z-index: 1;
	display: none;
}

#pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../../../img/dgs/page_top.gif);
	background-size: 100%;
}

/* 機種アイコン */
.icon_list {
	margin: 0 0 10px 0;
	font-size: 10px;
}

.icon_list:before,
.icon_list:after {
	content: "";
	display: table;
}

.icon_list:after { clear: both; }

.icon_list li {
	margin: 0 8px 0 0;
	padding: 2px 5px;
	width: 50px;
	float: left;
	background-color: #eaeaea;
	text-align: center;
	border-radius: 5px;
}

.icon_list li.icon_cate106 { color: #9833e6; }
.icon_list li.icon_cate501 { color: #333333; }
.icon_list li.icon_cate502 { color: #01cb99; }
.icon_list li.icon_cate503 { color: #ff7bcc; }
.icon_list li.icon_cate504 { color: #00b4ff; }
.icon_list li.icon_cate507 { color: #bcb100; }
.icon_list li.icon_cate513 { color: #ff7575; }
.icon_list li.icon_cate515 { color: #5ee3ff; }
.icon_list li.icon_cate517 { color: #a4b300; }
.icon_list li.icon_cate520 { color: #003399; }
.icon_list li.icon_cate521 { color: #989898; }
.icon_list li.icon_cate522 { color: #da84db; }
.icon_list li.icon_cate524 { color: #009933; }
.icon_list li.icon_cate525 { color: #4a6c46; }
.icon_list li.icon_cate529 { color: #745d18; }
.icon_list li.icon_cate530 { color: #7c3185; }
.icon_list li.icon_cate102 { color: #cc0060; }
.icon_list li.icon_cate103 { color: #be9846; }
.icon_list li.icon_cate1002 { color: #ff00ea; }
.icon_list li.icon_cate1004 { color: #00b4ff; }
.icon_list li.icon_cate1007 { color: #8eb408; }
.icon_list li.icon_cate1008 { color: #f49b00; }
.icon_list li.icon_cate1009 { color: #4c72b1; }
.icon_list li.icon_cate1003 { color: #910101; }
.icon_list li.icon_cate629 { color: #ff5555; }
.icon_list li.icon_cate630 { color: #7c88ff; }


/* 2カラム表示のランキング系共通 */
ul li h3.article_title,
ol li h3.article_title {
	display: table-cell;
	font-size: 14px;
	line-height: 1.4em;
	 }

/******************************/
/* フッター 2014.11～ */
/******************************/
footer ul#footerMenu {
	margin: 20px 0;
	text-align: center;
}

footer ul#footerMenu { padding: 10px; }

footer .sns_link {
	margin: 10px auto;
	text-align: center;
}

footer .sns_link ul { text-align: center; }

footer .sns_link li {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px 5px;
	color: #777777;
	vertical-align: middle;
}

footer .sns_link li:last-child { margin: 0; }

footer .sns_link li a {
	display: block;
	width: 40px;
	height: 40px;
}

footer .sns_link .link_twitter {
	background: url(../../../img/dgs/sp/twitter_icon.gif) 0 0 no-repeat;
	background-size: contain;
}
footer .sns_link li span { display: none; }

footer .search {
	display: block;
	float: none;
	margin: 10px auto 20px;
}

/* コピーライト */
.copyright {
	font-size: 10px;
	line-height: 1.2em;
	margin: 20px 0;
	text-align: center;
	color: #777777;
}

/* テキスト位置 */
.alignleft { text-align: left; }

.aligncenter { text-align: center; }

.alignright { text-align: right; }

/* テキスト装飾 */
strong { font-weight: bold; }

/* 文字カラー */
.red { color: #c00000; }

.blue { color: #1666C6; }

.green { color: #1a8015; }

.pink { color: #d768c6; }

.sky { color: #1bb6cd; }

.purple { color: #7522ca; }

.orange { color: #d78524; }

.brown { color: #7b5626; }

/* バナー共通 */
.adcloud_frame { text-align: center; }

.adcloud_frame > div { margin: 10px auto; }
