@charset "utf-8";

/* common.css */

/*

		1. BASE
				- LINK
				- IMG
				- INPUT
				- SELECTION
				- COMMON COLORS

		2. HTML/BODY
		3. CONTAINER
		4. HEADER
		5. CONTENT
		6. RIGHT COLUMN
				- サイドバー：記事一覧

		7. FOOTER
		8. HEADING
		9. BUTTON

		99. COMMON STYLE


*/

/* -------------------------------------------

		1. BASE

	------------------------------------------- */

html, body {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.3;
	color: #20282d;
}

/*
body.index {
	background: url(../images/common/bg_top.png) no-repeat center 80px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.index #container {
	z-index: 1;
}

.bg-bottom {
	display: none;
}
.index .bg-bottom {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 740px;
	background: url(../images/common/bg_bottom.png) no-repeat center bottom;
}
*/


/* LINK */

a {
	color: #20282d;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

*:focus {
	-moz-outline-style: none;
}

a {
	outline: none;
}

sup {
	font-size: smaller;
	line-height: none;
	vertical-align: super;
}

sub {
	font-size: smaller;
	line-height: none;
	vertical-align: sub;
}

/* img */

img {
	line-height: 1;
	vertical-align: middle;
}

/* INPUT */

input {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	outline: none;
}

/* SELECTION */

::selection {
	background-color: #EEEEEE;
	/*background-color: rgba(222,37,22,0.5);*/
	/*color: #fff;*/
}

::-moz-selection {
	background-color: #EEEEEE;
	/*background-color: rgba(222,37,22,0.5);*/
	/*color: #fff;*/
}

/* COMMON COLORS */

.colbt {
	border-top: 2px solid #ea2627 !important;
}

.col {
	color: #ff8394 !important;
}

.colbg {
	background: #ff8394 !important;
}

.gray {
	color: #778287 !important;
}

.color-key { color: #00a7e4 !important; }
.color-key-sub1 { color: #DE2516 !important; }
.color-key-sub2 { color: #ffecef !important; }
.bg-color-key { background-color: #00a7e4 !important}
.bg-color-key-sub1 { background-color: #ffbfc8 !important; }
.bg-color-key-sub2 { background-color: #ffecef !important; }
.bt-color-key { border-top: 2px solid #00a7e4 !important; }

.color-point { color: #b3a78d !important; }
.color-point-sub1 { color: #e8e5dd !important; }
.color-point-sub2 { color: #f9f8f6 !important; }
.bg-color-point { background-color: #b3a78d !important; }
.bg-color-point-sub1 { background-color: #e8e5dd !important; }
.bg-color-point-sub2 { background-color: #f9f8f6 !important; }


/* -------------------------------------------

		2. HTML/BODY

	------------------------------------------- */

html {
/*	overflow: auto;*/
	/* overflow:visible\9; */
	font-size: 62.5%;
	height: 100%;
}


body {
	/*overflow-x: hidden;*/
	font-size: 1.4rem;
	min-width: 1024px;
	position: relative;
	height: 100%;
}

html > body {
	/* height:auto\9; */
}


/* -------------------------------------------

		3. CONTAINER

	------------------------------------------- */

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	/*width: 1024px;*/
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#contents {
	width: 1024px;
	margin: 0 auto 50px;
	position: relative;
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/common/loading.gif) no-repeat center center #fff;
	z-index: 999;
}

/* -------------------------------------------

		4. HEADER

	------------------------------------------- */

#header {
	width: 100%;
	/*padding: 0 500%;*/
	/*margin: 0 -500%;*/
	/*border-bottom: 2px solid #000000;*/
	height: 80px;
	background: #fff;
}

#header .header_in {
	width: 1024px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

#header .header_in .ttl {
	display: table-cell;
	vertical-align: middle;
	height: 76px;
}

#header .header_in .sns {
	display: table-cell;
	vertical-align: middle;
	height: 76px;
}

.sns li {
	float: left;
	margin: 0 20px 0 0;
}
#footer .sns li {
	margin: 0 5px 0 0;
}

.sns li a {
	color: #00a7e4;
}

.sns li a:hover .fa-facebook-square:before,
.sns li a.facebook:hover {
	color: #3b5998;
}
.sns li a:hover .fa-pinterest:before,
.sns li a.pinterest:hover {
	color: #bd081c;
}
.sns li a:hover .fa-instagram:before,
.sns li a.instagram:hover {
	color: #3f729b;
}
.sns li a:hover .fa-twitter-square:before,
.sns li a.twitter:hover {
	color: #55acee;
}
.sns li a:hover .fa-rss-square:before,
.sns li a.feed:hover {
	color: #ec8a00;
}
.sns li a:hover .icon-line-square:hover {
	color: #00C300;
}
.sns li a:hover .fa-youtube-play:hover {
	color: #E52D27;
}



#header .header_in .header_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 446px;
	height: 80px;
	background: url(../images/common/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}

#header .header_in .header_logo a {
	display: block;
	width: 446px;
	height: 80px;
}

#header .header_in .search {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 250px;
	height: 30px;
}

#header .header_in .search_input {
	border-radius: 4px;
	border: 1px solid #00a7e4;
	font-size: 12px;
	height: 30px;
	padding: 0 50px 0 8px;
	position: relative;
	width: 250px;
	background: #fff;
}

#header .header_in .search_input:focus {
	/*background: #fff;*/
}

#header .header_in .search-button {
	background: url(../images/common/btn_search.png) no-repeat left top #00a7e4;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	border: none;
	border-radius: 0 3px 3px 0;
}

#header .header_in .search-button:hover {
	/*background-color: #666;*/
}

::-webkit-input-placeholder { color: #999999; }
::-ms-input-placeholder { color: #999999; }
::-moz-placeholder { color: #999999; }
:-moz-placeholder { color: #999999; }



/* -------------------------------------------

		5. CONTENT

	------------------------------------------- */

/* パンくず*/

.topicpath {
	clear: both;
	width: 100%;
	/*padding: 0 500%;*/
	/*margin: 0 -500%;*/
	/*background: #f9f8f6;*/
	background: #dbf0fb;
	/*border-bottom: 2px solid #f9f8f6;*/
	font-size: 1.0rem;
}

.topicpath .topicpath_in {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding: 8px 0;
}

.topicpath .topicpath_in li {
	float: left;
	color: #778287;
}

.topicpath .topicpath_in li a {
	color: #778287;
}

.topicpath .topicpath_in li a:hover {
	text-decoration: underline;
}

.topicpath .topicpath_in li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	padding: 0 10px;
}

.topicpath .topicpath_in li:first-child:before {
	content: "";
	padding: 0;
	display: none;
}

#wrapper {
	float: left;
	margin: 20px 0 60px;
	/*width: 1024px;*/
	position: relative;
}

#wrapper #main {
	width: 570px;
	float: right;
	padding: 0 20px;
	margin-left: 150px;
}

#wrapper #main .ttl {
	overflow: hidden;
}

#wrapper #main .ttl h1 {
	font-size: 2.0rem;
	color: #000;
	float: left;
	padding: 0 0 10px;
}

#wrapper #main .ttl p {
	float: right;
	height: 37px;
	font-size: 1.2rem;
}

#wrapper #main .ttl p:before {
	content: "\00bb";
	padding: 0 5px 0 0;
}

#wrapper #main .lineH {
	height: 1px;
}

/* 記事一覧 */

#lower .entry-list {
	margin-top: 30px;
}

.ranking-entry-list {
	margin-top: 10px;
}

.entry-list li,
.ranking-entry-list li {
	border-bottom: 1px dotted #00a7e4;
	padding: 10px 0 10px;
	overflow: hidden;
}
.ranking-entry-list li {
	position: relative;
	overflow: visible;
}

.entry-list li:after,
.ranking-entry-list li:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.entry-list li,
.ranking-entry-list li {
	min-height: 1px;
}

* html .entry-list li,
* html .ranking-entry-list li {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.entry-list li .block,
.ranking-entry-list li .block {
	display: table-cell;
	/*height: 80px;*/
	min-height: 80px;
	position: relative;
	width: 440px;
	float: left;
	padding-bottom: 20px;
}

#lower .entry-list li .block,
#lower .ranking-entry-list li .block {
	width: 614px;
	float: left;
}

.entry-list li h1,
.ranking-entry-list li h1,
.entry-list li h2,
.ranking-entry-list li h2 {
	/*font-size: 1.5rem;*/
	/*line-height: 1.5;*/
	font-size: 1.6rem;
}

.entry-list li img,
.ranking-entry-list li img {
	float: left;
	margin: 0 10px 0 0;
}

.entry-list li img:hover,
.ranking-entry-list li img:hover {
	opacity: 0.8;
}

.entry-list li p,
.ranking-entry-list li p {
	margin: 5px 0 0 0;
	font-size: 1.2rem;
	color: #778287;
}

.entry-list li p.desc,
.ranking-entry-list li p.desc {
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
	width: 100%;
	color: #778287;
}

.entry-list li .num {
	float: left;
	display: table;
	height: 80px;
	margin: 0;
	width: 40px;
	color: #b2b2b2;
	font-family: 'Open Sans', sans-serif;
}

.ranking-entry-list li .num {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	top: 5px;
	left: -5px;
	font-family: 'Open Sans', sans-serif;
}
.ranking-entry-list li .num.bg-color-key {
	background: #e40091 !important;
}

.entry-list li .num span {
	display: table-cell;
	vertical-align: middle;
	font-size: 2.2rem;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.entry-list li .two {
	color: #ffb6b6;
}

.entry-list li .three {
	color: #f5c5a6;
}

.entry-list li .name,
.entry-list li .tag,
.ranking-entry-list li .name,
.ranking-entry-list li .tag {
	font-size: 1.0rem;
	padding: 0;
	/* float: left; */
	position: absolute;
	left: 0;
	bottom: 0;
}


.entry-list li .name,
.ranking-entry-list li .name {
	display: none;
}

/*.entry-list li .tag { display: none; }*/

.entry-list li .tag,
.ranking-entry-list li .tag {
	font-size: 1.2rem;
}

.entry-list li .tag:before,
.ranking-entry-list li .tag:before {
  font-family: FontAwesome;
  content: "\f02c";
  color: #e8e5dd;
}

.entry-list li .name a,
.entry-list li .tag a,
.ranking-entry-list li .name a,
.ranking-entry-list li .tag a {
	color: #999;
}

.entry-list li .tag a:after {
	content: ',';
}

.entry-list li .tag a:last-child:after {
	content: '';
}

.entry-list li .name img,
.ranking-entry-list li .name img {
	margin: 0 10px 0 0;
}

.entry-list li .date,
.ranking-entry-list li .date {
	font-size: 1.0rem;
	padding: 0;
	/* float: right; */
	position: absolute;
	right: 0;
	bottom: 0;
}

.entry-list li .date span,
.ranking-entry-list li .date span {
	font-size: 1.0rem;
	padding: 2px 3px;
	border-radius: 2px;
	margin-right: 5px;
	line-height: 1;
	border: 1px solid #adb4b7;
	background: #adb4b7;
	color: #fff;
}

.entry-list li a:hover,
.ranking-entry-list li a:hover {
	text-decoration: underline;
}

.no-article {
	padding: 8px 5px;
}

/* 切り替えタブ */

.btn-tab {
	display: none;
	margin: 10px 0 10px;
	border-bottom: 1px solid #ddd;
}

.btn-tab li {
	display: inline-block;
	vertical-align: middle;
	vertical-align: top;
	margin-bottom: -1px;
	letter-spacing: normal;
}

.btn-tab li a {
	display: inline-block;
	margin-right: 10px;
	padding: 10px 20px 8px;
	background: #fafafa;
	text-align: center;
	border: 1px solid #d8d8d8;
	font-size: 1.3rem;
	border-radius: 3px 3px 0 0;
}

.btn-tab li.active a {
	cursor: default;
	font-weight: 700;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.btn-tab li:last-child a {
	margin-right: 0;
}

.btn-tab li a:hover {
	opacity: 0.8;
}

#wrapper #main .to_lower01 {
	text-align: center;
	padding: 10px 0;
	display: block;
	width: 400px;
	border-radius: 3px;
	margin: 20px auto 40px;
	font-size: 1.6rem;
	background: #f5f5f5;
}

#wrapper #main .more {
	width: 400px;
	margin: 0 auto;
	position: relative;
}

#wrapper #main .more:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 3.2rem;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -22px 0 0 0;
}

#wrapper #side01 {
	width: 150px;
	/*float: left;*/
	font-size: 1.2rem;
	position: absolute;
	top: 0;
}

#wrapper #side01 ul li {
	background: #fff;
	border: 1px solid #00a7e4;
	margin: 0 0 3px;
}

#wrapper #side01 ul li .fa {
	margin: 0 8px 0 0;
}

#wrapper #side01 ul li a {
	display: block;
	padding: 10px 0 10px 34px;
	background: url(../images/common/icon-menu-arrow.png) no-repeat 8px center;
	color: #00a7e4;
}

#wrapper #side01 ul li:first-child .fa {
	color: #FFF;
	display: none;
}

#wrapper #side01 ul li.bg-color-key a {
	color: #FFF;
	background: url(../images/common/icon-menu-home.png) no-repeat 8px center #00a7e4;
}
#wrapper #side01 ul li.news a {
	background-image: url(../images/common/icon-menu-news.png);
}
#wrapper #side01 ul li.interview a {
	background-image: url(../images/common/icon-menu-interview.png);
}
#wrapper #side01 ul li.movie a {
	background-image: url(../images/common/icon-menu-movie.png);
}
#wrapper #side01 ul li.livereport a {
	background-image: url(../images/common/icon-menu-livereport.png);
}
#wrapper #side01 ul li.otoneta a {
	background-image: url(../images/common/icon-menu-otoneta.png);
}
#wrapper #side01 ul li.artist-series a {
	/*background-image: url(../images/common/icon-menu-artist-series.png);*/
}
#wrapper #side01 ul li.manga a {
	background-image: url(../images/common/icon-menu-manga.png);
}
#wrapper #side01 ul li.answer a {
	/*background-image: url(../images/common/icon-menu-answer.png);*/
}
#wrapper #side01 ul li.movie a {
	background-image: url(../images/common/icon-menu-movie.png);
}
#wrapper #side01 ul li.talkin a {
	/*background-image: url(../images/common/icon-menu-talkin.png);*/
}
#wrapper #side01 ul li.selfreview a {
	/*background-image: url(../images/common/icon-menu-selfreview.png);*/
}

#wrapper #side01 ul li:hover {
	background-color: #e4f8ff;
	/*opacity: 0.8;*/
}

/* -------------------------------------------

		6. RIGHT COLUMN

	------------------------------------------- */

#side02 {
	width: 300px;
	/*float: right;*/
	font-size: 1.2rem;
	margin: 20px 0;
	/*position: absolute;*/
	position: relative;
	margin-left: 724px;
	/*top: 110px;*/
}

.index #side02 {
	/*top: 549px;*/
}

#side02 .side02_in {
	margin: 20px 0 0 0;
	/*padding: 0px 10px 0;*/
	/*border-left: 1px solid #f5f5f5;*/
	/* .to_lower02:before{
			content:"\00bb";
			padding: 0 5px;
	} */
}

#side02 .side02_in .ttl {
	padding: 0 0 5px;
	border-bottom: 2px solid #d8d8d8;
}

#side02 .side02_in .ttl h1 {
	font-size: 1.6rem;
	color: #000;
}

#side02 .side02_in .lineH {
	height: 2px;
	margin: 0 0 10px;
}

/* サイドバー：記事一覧 */

.top .top_in .list01 .side-entry-list {
	border-top: 2px solid #00a7e4;
}

.side02_in .side-entry-list {
	border-top: 2px solid #00a7e4;
}

.side-entry-list li {
	padding: 10px 0;
	border-top: 1px dotted #00a7e4;
}
.side-entry-list li:first-child {
	border-top: 0;
}

.side-entry-list li .thumb {
	position: relative;
}

.side-entry-list li .thumb img {
	float: left;
	margin: 0 10px 0 0;
	width: 50px;
}

.side-entry-list li .thumb img:hover {
	opacity: 0.8;
}

.side-entry-list li .thumb .num {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	font-size: 1.0rem;
	top: -5px;
	left: -5px;
	font-family: 'Open Sans', sans-serif;
}

.side-entry-list li .thumb .num.bg-color-key {
	background: #e40091 !important;
}

.side-entry-list li .block {
	display: table-cell;
	width: 220px;
	height: 50px;
	position: relative;
}

.side-entry-list li a:hover {
	text-decoration: underline;
}

.side-entry-list li h1,
.side-entry-list li h3 {
	height: 2.5em;
	overflow: hidden;
}

.top .top_in .list01 .side-entry-list li h1 a,
.top .top_in .list01 .side-entry-list li h3 a {
	font-size: 1.2rem;
}

.side-entry-list li p {
	position: absolute;
	font-size: 1.0rem;
	color: #999;
	bottom: 0;
}

.side-entry-list li p.name {
	display: none;
	left: 0;
}
.side-entry-list li p.date {
	right: 0;
}
.side-entry-list li p.date span {
	font-size: 1.0rem;
	padding: 2px 3px;
	border-radius: 2px;
	margin-right: 5px;
	line-height: 1;
	border: 1px solid #adb4b7;
	background: #adb4b7;
	color: #fff;
}

.side-entry-list li p.name a {
	color: #999;
}

.side-special-list {
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
	font-size: 1.2rem;
	background: #FFF;
	float: none;
}

.side-special-list li {
	padding: 10px 0;
	margin: 0;
	border: none;
	width: auto;
	line-height: 1.4;
	border-top: 1px dotted #d8d8d8;
}

.side-special-list li img {
	float: left;
	margin: 0 10px 0 0;
}

.side-special-list li .block {
	display: table-cell;
	width: 280px;
	height: 50px;
	position: relative;
	vertical-align: middle;
}

.side-special-list li p {
	color: #999;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.0rem;
}

.side-special-list li a:hover {
	text-decoration: underline;
}

.side-special-list li a:hover img {
	opacity: 0.8;
}

.side-special-list li:first-child {
	padding: 0 0 10px;
	border-top: 0;
}

.keyword-list {
	overflow: hidden;
	margin: 10px 0 0 0;
}

.side02_in .keyword-list {
	border-top: 2px solid #00a7e4;
	margin-top: 0;
	padding-top: 10px;
}

.keyword-list li {
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 8px 8px 0;
}

.keyword-list li a {
	display: block;
	padding: 5px;
	color: #666;
}

.keyword-list li a:hover {
	text-decoration: underline;
}

.keyword-list li .fa {
	margin: 0 5px 0 0;
}

#side02 .side02_in .to_lower01 {
	/*
	text-align: center;
	padding: 10px 0;
	*/

	display: block;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	background: #e40091;
	color: #fff;
	font-size: inherit;
	position: relative;
}

#side02 .side02_in .to_lower01:before {
	/*
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f138";
	margin-right: 5px;
	color: #ff8394;
	*/
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 3.2rem;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -22px 0 0 0;
}

#side02 .side02_in .to_lower02 {
	text-align: center;
	padding: 10px 0;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin: 20px auto 40px;
	background: #f5f5f5;
}

#side02 .side02_in .to_lower02:hover span {
	text-decoration: none;
}

#side02 .side02_in .more {
	position: relative;
	/* p{
			position: relative;
	} */
	/* .fa{
			position: absolute;
			right: 10px;
			top:7px;
	} */
}

#side02 .side02_in .more:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 3.2rem;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -22px 0 0 0;
}


/* -------------------------------------------

		7. FOOTER

	------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	/*padding: 0 500% 0px;*/
	/*margin: 0 -500%;*/
	border-top: 1px solid #eeeeee;
	font-size: 1.2rem;
	/* height: 390px; */
}

#footer .ad {
	width: 1024px;
	margin: 23px auto 0;
	text-align: center;
}

#footer .ad p {
	text-align: center;
}

#footer .footer_in {
	width: 1024px;
	overflow: hidden;
	position: relative;
	padding: 32px 0;
	margin: 0 auto;
}

#footer .footer_in h2,
#footer .footer_in p {
	font-weight: bold;
	color: #778287;
}

#footer .footer_in .footer_logo {
	width: 140px;
	float: left;
	top: 50%;
	position: absolute;
	margin-top: -25px;
}

#footer .footer_in .footer_logo a {
	display: block;
	width: 140px;
	height: 50px;
	background: url(../images/common/logo_footer.png) no-repeat 0 0;
	text-indent: -9999px;
}

#footer .footer_in .category_list01 {
	float: left;
	/*width: 275px;*/
	width: 440px;
	border-left: 1px solid #00a7e4;
	padding: 0 0 0 13px;
	margin: 0 0 0 150px;
}

#footer .footer_in .category_list02 {
	float: left;
	border-left: 1px solid #00a7e4;
	padding: 0 0 0 13px;
	/*width: 590px;*/
	width: 355px;
}

.footer-list {
	width: 100%;
	overflow: hidden;
	padding: 14px 0 0 0;
}

.footer-list li {
	float: left;
	/*width: 50%;*/
	width: 33%;
	padding: 0 13px 7px 0;
}

.footer-list li a {
	color: #778287;
}

.category_list02 .footer-list li {
	/*width: 33%;*/
	/*width: 50%;*/
	/*float: left;*/
	white-space: nowrap;
	width: 50%;
}


/*
#footer .footer_in .category_list01 ul,
#footer .footer_in .category_list02 ul {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#footer .footer_in .category_list01 ul li,
#footer .footer_in .category_list02 ul li {
	float: left;
	width: 33%;
	padding: 0 13px 13px 0;
}
*/

#footer .footer_in a:hover {
	text-decoration: underline;
}

#footer .copyright {
	width: 100%;
	/*padding: 0 500% 0px;*/
	/*margin: 0 -500%;*/
	border-top: 0px solid #00a7e4;
	position: absolute;
	font-size: 1.1rem;
	background: #00a7e4;
	color: #fff;
}

#footer .copyright .copyright_in {
	width: 1024px;
	margin: 30px auto;
	position: relative;
	height: 20px;
}

#footer .copyright .copyright_in .ttl {
	float: left;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1rem;
}

#footer .copyright .copyright_in .copy {
	float: right;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

#footer .copyright .copyright_in .copy h1,
#footer .copyright .copyright_in .copy div,
#footer .copyright .copyright_in .copy p {
	display: inline-block;
}
#footer .copyright .copyright_in .copy p {
	margin-right: 3px;
}

.line {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,f8f8f8+50,f8f8f8+50,f8f8f8+100,f8f8f8+100 */
	background: #ff8394;
	/* Old browsers */
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff8394), color-stop(50%, #ff8394), color-stop(50%, #d8d8d8), color-stop(50%, #d8d8d8), color-stop(100%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff8394 0%, #ff8394 50%, #d8d8d8 50%, #d8d8d8 50%, #d8d8d8 100%, #d8d8d8 100%);
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to right, #ff8394 0%, #ff8394 50%, #d8d8d8 50%, #d8d8d8 50%, #d8d8d8 100%, #d8d8d8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8394', endColorstr='#d8d8d8',GradientType=1 );
	/* IE6-9 */ }

.line02 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,f8f8f8+50,f8f8f8+50,f8f8f8+100,f8f8f8+100 */
	background: #000;
	/* Old browsers */
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(50%, #000), color-stop(50%, #d8d8d8), color-stop(50%, #d8d8d8), color-stop(100%, #ffffff), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #000 0%, #000 50%, #d8d8d8 50%, #d8d8d8 50%, #d8d8d8 100%, #d8d8d8 100%);
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to right, #000 0%, #000 50%, #d8d8d8 50%, #d8d8d8 50%, #d8d8d8 100%, #d8d8d8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#d8d8d8',GradientType=1 );
	/* IE6-9 */
}

.sns .twitter_svg .cls-1 {
	fill: #e6e6e6;
	-webkit-filter: url("#gradient-overlay-1");
					filter: url("#gradient-overlay-1");
	stroke: #cfcfcf;
	stroke-linejoin: round;
	stroke-width: 1px;
}

.sns .twitter_svg .cls-2, .sns .twitter_svg .cls-3, .sns .twitter_svg .cls-4 {
	font-size: 11px;
}

.sns .twitter_svg .cls-3 {
	text-anchor: middle;
}


/* -------------------------------------------

		8. HEADING

	------------------------------------------- */

.ttl-main {
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 2px solid #00a7e4;
	padding: 0px 5px 8px;
	color: #00a7e4;
	font-weight: bold;
}

.ttl-sub {
	font-size: 16px;
	font-size: 1.6rem;
	/*border-bottom: 2px solid #00a7e4;*/
	/*padding: 2px 5px 6px;*/
	color: #00a7e4;
	font-weight: bold;
}

.ttl-sub span {
	display: block;
	padding: 2px 5px 6px;
}

/* トップ特集の見出し */

.top .top_in .list01 .ttl-sub {
	border-bottom: 0px solid #00a7e4;
	padding-left: 0;
}


/* -------------------------------------------

		9. BUTTON

	------------------------------------------- */

.btn,
.btn-s,
.entry-body .btn-page,
.top .top_in .list01 .to_lower01 {
	position: relative;
	width: 400px;
	margin: 0 auto;
	position: relative;
}
.entry-body .btn-page {
	width: auto;
	text-align: center;
}
.btn-s,
.top .top_in .list01 .to_lower01 {
	width: 100%;
}

.btn a,
.btn-s a,
.entry-body .btn-page a,
.entry-body p a.read-more,
.top .top_in .list01 .to_lower01 {
	display: block;
	padding: 10px 0;
	/*margin: 20px auto 40px;*/
	margin: 20px auto;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 3px;
	background: #e40091;
	color: #fff;
}

.entry-body .btn-page a {
	display: inline-block;
	min-width: 400px;
	padding: 10px 40px;
}

.btn a.bg-color-key {
	color: #fff;
	background: #e40091 !important;
}

.btn-s a,
.top .top_in .list01 .to_lower01 {
	/*margin: 10px auto 40px;*/
	margin: 0px auto 40px;
	font-size: inherit;
	/*color: #666;*/
}
.top .top_in .list01 .to_lower01 {
	margin: 8px 0 0;
	font-size: 1.2rem;
	color: #fff;
	background: #e40091;
}
.entry-body .btn-page a,
.entry-body p a.read-more {
 text-decoration: none;
 position: relative;
}
.btn a:after,
.btn-s a:after,
.entry-body .btn-page a:after,
.entry-body p a.read-more:after,
.top .top_in .list01 .to_lower01:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 3.2rem;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -22px 0 0 0;
}

.entry-body .btn-page a:after,
.entry-body p a.read-more:after {
	margin: -28px 0 0 0;
}

.btn a:hover,
.btn-s a:hover,
.entry-body .btn-page a:hover,
.entry-body p a.read-more:hover,
.top .top_in .list01 .to_lower01:hover {
	opacity: 0.8;
}

.entry-body .btn-page a:hover,
.entry-body p a.read-more:hover {
	color: #fff;
}

/* -------------------------------------------

		99. COMMON STYLE

	------------------------------------------- */

.d-n { display: none !important}
.v-h { visibility: hidden !important; }

.pc-n { display: none !important }
.sp-n { display: block !important }