@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: focus { outline: none; }
a {
	color: #e73079;
}
.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;
}

/* バナー共通 */
#contents_right .banner{
	margin: 0 0 16px 0;
}

/* ヘッダー */
#contents > header {
	margin: 0 0 1px;
	width: 100%;
}
#contents > header #news {
	background-color: #333333;
	color: #fff;
	padding: 10px;
	font-size: 10px;
	line-height: 140%;
	}
#contents > header #news span{
	padding: 0 10px 0px 0px;
	}
#contents > header #logo {
	float: left;
	padding: 15px 0 15px 0px;
}

#contents > header #logo img {
	height: auto;
	width: 100%;
}

/* グローバルナビ */
nav.gnav {
	color: #ffffff;
	text-align: center;
	margin: 0px;
	position: relative
}

nav.gnav ul {
	margin: 0px;
	background-color: #FB9BBA;
}

nav.gnav ul li {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	border-left: 1px solid #FFFFFF;
}
nav.gnav ul li:first-child{
	border: none;
	}
nav.gnav ul li a{
	color: #fff;
	display: block;
	padding: 15px 31px;
	background-color: #FB9BBA;
	transition: .2s;
	}
nav.gnav ul li:last-child a{
	padding: 15px 33px;
	}
nav.gnav ul li a:hover {
	background-color: #df7d9e; }
nav.gnav ul.category_menu{
	position: absolute;
	display: none;
	right: 0;
	border-top: solid 1px #fff;
	}	
nav.gnav ul.category_menu li{
	display: block;
	border-bottom: 1px solid #999999;
	border-left: none;
	}
nav.gnav ul.category_menu li a{
	background-color: #ddd;
	color: #666;
	}
nav.gnav ul.category_menu li a:hover {
	background-color: #999999;
	color: #ffffff;
}
nav.gnav ul.category_menu li.gnav_category{
	background-color: #666;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	line-height: 100%;
	cursor: pointer;
	}

/* メニュー内・カテゴリ展開時・フッターVer. */
footer nav.gnav ul.category_menu { bottom: 80px; }

/* パンくず */
.path {
	background-color: #eaeaea;
	font-size: 12px;
	line-height: 1.4em;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#contents {
	width: 1000px;
	margin: 0 auto;
}

#contents_left {
	float: left;
	padding: 0px;
	width: 670px;
}

#contents_right {
	float: right;
	padding: 0px;
	width: 300px;
}


/* サブナビゲーション */
.sub_nav {
	float: right;
	padding: 25px 0px 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.sub_twitter {
	background-size: 44px;
	margin: 0 10px 0 0;
	background-image: url(/dol/img/dgs/twitter_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sub_nav ul.sub_buttons li.sub_feed {
	background-size: 44px;
	margin: 0 0px 0 0;
	background-image: url(/dol/img/dgs/feed_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/

.sub_nav ul.sub_buttons li {
	cursor: pointer;
	float: left;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	width: 52px;
	text-align: right;
	margin-top: -4px;
}

.sub_nav ul.sub_buttons li a {
	font-size: 52px;
	line-height: 1em;
}
.sub_nav ul.sub_buttons li.sub_twitter .fa {
	color: #55acee;
}

.sub_nav ul.sub_buttons li.sub_feed .fa {
	color: #ee2020;
}
/* 検索フォーム */

.search input.search_text {
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	width: 290px;
	height: 34px;
	float: left;
}
.search {
	float: right;
	/* margin: 25px 20px 0; */
	margin: 25px 10px 0;
	padding: 0px 10px 0px;
	overflow: hidden;
}


.sub_menu_list {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block !important;
	padding: 0;
	position: inherit;
	right: auto;
	top: auto;
	width: auto !important;
	z-index: 1;
}

.sub_menu_list:after,
 .sub_menu_list:before {
	border: none;
	margin: 0;
}

.sub_menu_list li {
	float: left;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.sub_menu_list li a {
	display: block;
	font-weight: bold;
	height: 48px;
	width: 48px;
}

/* ページトップ */
#pagetop {
	bottom: 10%;
	position: fixed;
	right: 5%;
	z-index: 10000;
}

#pagetop a {
	display: block;
	width: 70px;
	height:70px;
	background-image: url(/dol/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; }

ul li h3.article_title {
	display: table-cell;
	line-height: 1.4em;
	 }
.copyright{
	text-align: center;
	font-size: 13px;
	}
/* テキスト位置 */
.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; }


/* サイドナビ共通パーツ */
.article_list{
	margin: 0 0 15px 0;
	}
#contents #recommend,
#contents #books_news,
#contents #goods {
	background-color: #fefefe;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2em;
	margin: 0 auto 50px;
	padding: 0 0 0px;
}

#contents section .more {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: right;
	border-radius: 5px;
}

#contents section .more a {
	font-weight: bold;
}

#contents #recommend h2,
#contents #books_news h2,
#contents #goods h2,
#contents #twitter h2 {
	background-size: contain;
	color: #e73079;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0 0px 5px 0px;
	margin: 0 0 15px 0;
	border-bottom: solid 2px #ff9cbd;
}

/* ピックアップバナー */
#banner_pickup .smp .adcloud_frame  {
	margin:  0 auto 10px;
}

#banner_pickup .adcloud_frame {
	margin: 10px auto;
	text-align: center;
}

/* Twitter */
#twitter h2{
	padding: 5px 0px!important;
	overflow: hidden;
	}
#twitter h2 span{
	margin: -3px 0px 0px 0px;
	float: right;
	}
.timeline{
	border: solid 1px #ccc;
}
/* 編集部オススメ記事 */
#latest_news .article_list > li,
#access_ranking .article_list > li ,
#books_news .article_list > li,
#goods .article_list > li {
	border-bottom: 1px solid #cccccc;
	margin-right: 10px;
	margin-left: 10px;
}

#latest_news li a,
#access_ranking li a,
#books_news li a,
#goods li a
{
	color: #333333!important;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding: 10px 0px;
}
#books_news li p,
#goods li p{
	font-size: 10px;
	color: #777777!important;
	cursor: pointer;
	display: block;
	text-decoration: none;
	padding: 5px 0 0 0px
}
#books_news li .article_title{
	font-size: 14px;
	}
.article_thumb {
	border: 1px solid #dedede;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0 10px 0 0;
	width: 100px;
}

.article_text {
	display: table-cell;
	vertical-align: middle;
}

.article_meta time {
	color: #999999;
	font-size: 12px;
	line-height: 1.2em;
}
#latest_news .article_list,#access_ranking .article_list{
	font-size: 20px;
	font-weight: bold;
	}
#contents #recommend {
	padding: 0;
}

#contents #recommend ul {
	padding: 0px;
	margin: 0px;
}

#contents #recommend li {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px;
}
#contents #recommend li:first-child{
	padding: 0 0 10px 0;}
#contents #recommend .article_title {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
}
#contents #recommend .article_title a{
	color:#777777;
	}
#push ul{
	padding: 0;
	margin: 0 0 25px 0;
	overflow: hidden;
}
#push ul li{
	float: left;
	margin: 0 20px 0px 0;
	box-sizing: border-box;
	width: 152px;
}
#push ul li:last-child{
	margin: 0px;}
#push ul li img {
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px 0;
}
#push ul li p{
	color: #999999;
	font-size: 12px;
	margin: 0 0 5px 0;}
#push ul li h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;}

/* アクセス数ランキング */
/*
#access_ranking ul li {
	border-bottom: 1px dotted #c0c0c0;
	font-size: 14px;
	line-height: 1.2em;
	padding: 10px;
}
*/

#access_ranking ul li span.rank_num {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#access_ranking ul span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	height: 14px;
	line-height: 1.1em;
	padding: 15px 5px;
	text-align: center;
	width: 34px;
}

#access_ranking ul li span.rank_num {
	background-color: #cccccc;
	color: #666666;
}

#access_ranking ul li.rank1 span.rank_num {
	background-color: #cc9900;
	color: #ffffff;
}

#access_ranking ul li.rank2 span.rank_num {
	background-color: #999999;
	color: #ffffff;
}

#access_ranking ul li.rank3 span.rank_num {
	background-color: #996666;
	color: #ffffff;
}
