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, font, 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 {
outline: none !important;
list-style: none;
/*font-family: 'Quicksand', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
.camptonbold, .sb-slidebar ul li a, .ranking_tag span, .sb-slidebar ul li > span, .pc_menu a, .balloon-1, .balloon-2, .balloon-3, h1 span, .h2_title, .sns_header p, .cb-pagination .current span, .sns_footer_sp p, .category_tag p, .theme_img span:first-child, #footer_menu ul li a, #footer_menu p, .another_articles_wrapper > div:last-child a, .best3 h6, .recommended_cat{
/*	font-family: camptonbold_demo, 'Quicksand', "游ゴシック体", 'Yu Gothic', YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;*/
	font-family: camptonbold_demo, 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif!important;
	font-weight: 900!important;
}
.contents_date, .article_date, .ranking_date, .cb-pagination a, #count_img span, #category_list ul li a{
/*	font-family: camptonlight_demo, 'Quicksand', "游ゴシック体", 'Yu Gothic', YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;*/
	font-family: camptonlight_demo, 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif!important;
	font-weight: normal!important;
}
.theme_heading, .h5_box span, .curator div p:last-child, .contents_area article div h5, .contents_area figure h5, .editor_comment h5{
/*	font-family: 'sugoregular', sans-serif;!important;*/
	font-family: 'sugoregular', 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

html{
}
body{
/*	font-family: 'Roboto', 'sans-serif';
	background: #f8f8f8 url(/img/common/bg.jpg) repeat 0 0;*/
	background: #fff;
	color: #000;
	min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:relative;
}

img {
	vertical-align: middle;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, a {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}



#home{
	transition-timing-function:ease-in-out;
}
.headerLine{
	width: 100%;
	overflow: visible;
	background-color: #000;
	position: fixed;
	border-bottom: 1px solid #fff;
	transition: .3s;
	z-index: 5000;
	top: 0;
	left: 0;
	margin-left: -250px;
    height: 100px;
    box-sizing: border-box;
	transition-timing-function:ease-in-out;
}
.fixed_header{
	margin-left: 0;
}
.headerLine:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
}
.logo {
	height: 100px;/*130px;*/
	width: 429px;
}
.logo a{
/*	font-size:214%;
	font-weight:700;
	text-transform:uppercase;*/
	color:#fff;
	padding: 25px 42px 19px;
	float: left;
}
.logo img{
	width: 345px;
	vertical-align: top;
}
.logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
.logo span{
	color:#82D2DC;
}
.logo p{
	letter-spacing: 0.5px;
	margin-top: -10px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-size:86%;
	font-weight:300;
	text-transform:lowercase;
}
.logo a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}
.logo_b{
	width: 100%;
	max-width: 700px;
	margin: 100px auto;
}
.logo_b img{
	width: 100%;
}
ul.pc_menu {
    font-size: 79%;
	*zoom: 1;
	list-style-type: none;
	padding: 0;
	padding-top: 50px;
}
ul.pc_menu > li {
	float: left;
	position: relative;
	text-align: center;
	margin-right: 36px;
}
ul.pc_menu > li:first-child{
	margin-left: 15px;	
}
ul.pc_menu li a {
	color: #fff;
    margin: 0 0 15px ;
	display: block;
	text-decoration: none;
	font-weight: 500;
 }	
ul.pc_menu  > li > a {
	transition: 0s ease-in-out;
}
ul.pc_menu .menu_list a {
	color: rgba(255,255,255,0);
	transition-duration: 0.3s;
 }	
 .menu_hover .menu_list li a{
	color: rgba(255,255,255,1);
 }
ul.menu_list {
	text-align: center;	
}
/**/
.pc_menu:before, .pc_menu:after{
  content: "";
  display: table;
}
.pc_menu:after{
  clear: both;
}

/* 1列表示の場合
ul.menu_list{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -102px;
	padding: 0;
	width: 204px; 
	z-index: 9998;
    -webkit-overflow-scrolling: touch;	
	overflow: visible;
}
ul.menu_list li{
  width: 100%;
  overflow: hidden;
  height: 0;
    padding: 0 15px;
    background-color: #000;
}*/

/* 2列表示の場合 */
ul.menu_list{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -204px;
	padding: 0 10px;
	width: 408px; 
	z-index: 9998;
    -webkit-overflow-scrolling: touch;	
	overflow: visible;
    background-color: #000;
}
ul.menu_list li{
	width: 50%;
	overflow: hidden;
	height: 0;
    padding: 0 5px;
	float: left;
}
ul.menu_list li a{
	padding: 12px 15px;
	text-align: left;
	border-top: 1px solid rgba(180,180,180,0);
    transition-duration: 0.3s;
}
.pc_menu li:hover ul li{
  overflow: visible;
  height: 38px;
}
.pc_menu li:hover ul li a{
  overflow: visible;
  height: 38px;
  border-top: 1px solid rgba(180,180,180,1);
}
/**/
li.menu_hover > a {
	color: #FFFF00 !important;
	border-bottom: 2px solid #FFFF00;
}
ul.menu_list li a:hover {
	color: #FFFF00 !important;
}
.sns_header{
	color: #fff;	
	float: right!important;
}
.sns_header div{
	float: right;
    margin-top: -3px;
}
.sns_header a{
	float: left;
/*	padding-left: 12px;*/
	padding: 0 5px;
}
.sns_header p{
	float: left;
	display: inline;
}
.pc_menu .icon-heart, .sns_footer_sp .icon-heart, .icon-contact{
    font-size: 140%;
    vertical-align: text-bottom;
    padding-right: 3px;
}
.pc_menu .icon-facebook, .pc_menu .icon-twitter, .pc_menu .icon-instagram{
    font-size: 180%;
    vertical-align: text-bottom;
}

/* search */
.icon-search{
    vertical-align: middle;
    font-size: 170%;
}
.nav form{
	display: table;
	width: 100%;
	padding: 12px 10px 12px 12px;
}
input{
    color: #000;
	line-height: 1.6em;
    padding: 0 4px;
}
.nav input{
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border: none;
	display: table-cell;
	vertical-align: middle;
}
.nav form div{
	display: table-cell!important;
    vertical-align: bottom;
}
.nav form a{
	display: table-cell!important;
	padding: 0 0 0 10px!important;
	width: 30px;
    vertical-align: bottom;
}
.col-md-12 form{
	width: 90%;
    margin: 0 auto 15px;
    display: table;
    table-layout: fixed;
    padding: 0;
}
.col-md-12 form div{
	display: table-cell;
}
.search_sidebar{
	border: 2px solid #000;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    display: table-cell;
    vertical-align: middle;
}
.col-md-12 form a{
	width: 30px;
	display: table-cell;
	padding-left: 6px;
}
	
@media screen and (max-width: 901px){
.headerLine{
	height: 50px;
	overflow: hidden;
}
.logo {
	width: 50%;
	height: auto;
}
.logo a {
	padding: 19px;
}
.logo img {
	width: 172px;
}
.pc_menu {
	display: none;
}
}

@media screen and (max-width: 1070px){
.sns_header div{
	float: none;
    margin-top: 9px;		
}
.sns_header{
	position: absolute;
    bottom: 20px;
    right: 0px;
    font-size: 90%;
}	
.sns_header p{
	float: none;
}
}

@media screen and (max-width: 950px){
ul.pc_menu > li:first-child {
    margin-left: 0;
}
ul.pc_menu > li {
    margin-right: 27px;
}
.sns_header{
    font-size: 80%;
	
}	
}

.fixed{
	position: fixed;
}

.all_area{
	width:100%;
	min-height: 700px;
	padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.content_pages .all_area{
	margin-top: 150px;	
    overflow-x: hidden;	
}

.wrap, .wrap-right{
	width:100%;
	margin: 20px auto 0;
}

.no_sp{
	display: block!important;
}
.no_pc{
	display: none!important;
}
.nosp_inline{
	display: inline!important;
}
.nopc_inline{
	display: none!important;
}

/* PC用メニューリスト部分 #menu */
#menu{
	margin-top: 7%;
	float: right;
}
#menu li{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	padding-left: 2px;
	padding-right: 1px;
	float:left;
	font-size:122%;
	color:#fff;
	list-style:none;
	text-transform:uppercase;
	font-weight:bold;
	vertical-align: middle;
}
#menu li:last-child{
	padding-right:0px;
}
#menu li a{
	color:#000;
	text-decoration:none;
	padding: 5px;
	margin: 0 5px;
	vertical-align: middle;
	line-height: 35px;
}
#menu li a:hover{
	border:none;
	outline:none;
	color:#fff;
}
#menu li span{
	margin: 0;
	font-size:250%;
}

.menu_icon{
    margin: 1px 0 0;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-left: none;
}
.menu_icon span{
	font-size: 214%;
/*	margin-right: 5px;*/
}
.menu_icon a{
	vertical-align: middle;
/*	display: table-cell;*/
}
.menu_icon button{
	vertical-align: middle;
	display: none;
}
/* SP用ハンバーガーボタン */
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  float: right;
  margin-bottom: 5px;
}
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.sns_side{
	border-bottom: none!important;
}
.table_parent li{
	font-size: 130%;
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}
.sns_side ul li{
	padding-left: 0!important;
}
.table_parent{
	display: table!important;
	table-layout: fixed;
    width: 100%;
}
.table_parent li{
	border-top: none!important;	
	
}
.navbar-right .icon{
	color: #FFFF00;
	font-size: 134%;
    vertical-align: text-bottom;
    padding-right: 3px;
}


/* h1 */
.margin_wrapper{
	margin: 0 1%;
	padding: 0;
}

h1 {
	padding: 0;
	margin: 4px 0 20px;
	font-size: 86%;
	font-weight: 900;
}
h1 {
	border-bottom: 1px #CCCCCC solid;
	text-align: left;
	padding-bottom: 7px;
}
h1 span {
	font-size: 17px;
	color: #000;
	padding-right: 4px;
	display: block;
    float: left;
    margin-top: -4px;
}
.h1_leftarea{
	margin: 1%;
}

.magazine h1 {
	border-top: none;
}
.marginbottom_70px{
	margin-bottom:70px!important;
}
.margintop_34px{
	margin-top: 34px;
}

/* h2 */
h2{
	margin: 0;
	background-color: #000;
    color: #fff;
	width: 100%;
	font-size: 12px;
    padding: 8px 8px 5px;
	position: relative;
}
.h2_title{
	font-size: 20px;
	vertical-align: sub;
}

/* h3 */
h3{
	font-size: 152%;
	margin: 16px 0 8px;
    font-weight: 900;
    line-height: 133%;
}
h3 span{
	font-size: 21px;
    font-weight: 900;
    line-height: 140%;
}
.parentheses{
    margin-left: -10px;	
	display: inline;
	font-weight: bold;
}

/* h4 */
h4{
    border-bottom: 1px #CCCCCC solid;
    text-align: left;
    padding-bottom: 7px;
    margin: 60px 1% 14px;
    font-size: 122%;
    color: #646464;
    display: block;
}
.title_cap{
	margin-bottom: 40px;
	font-size: 10px;
}
.title_cap > span{
	font-weight: 900;
	color: #646464;
	padding-right: 10px;
	display: inline-block;
}
.title_cap span a{
	color: #646464;	
}
.title_cap .contents_date{
	font-size: 120%;
	padding-right: 20px;
}
.cat_sup{
	color: #000;
    position: static;
    font-size: 102%;
    line-height: 124%;
    margin: 6px 0 24px;
	font-weight: bold;
}

@media screen and (max-width: 901px){
h1 {
	margin: 0;
	border-top: 1px #EEEFEF solid;
    border-bottom: none;
	font-size: 76%;
    text-align: center;
	padding: 26px 0 23px;
}
#ranking h1{
	margin: 50px 0 0;
}
h1 span {
	font-size: 184%;
	float: none;
	padding-right: 0;
}
h1 span {
    margin-top: 0;
	margin-bottom: 5px;
}
.margin_wrapper{
	margin: 0;
	padding: 0;
}
.menu_icon{
    border-left: 1px solid #fff;
	cursor: pointer;
}
.magazine h1:first-child {
	border-top: none;	
}
.magazine_middle h1{
    border-top: 1px #EEEFEF solid!important;
}
another_articles {
	padding: 40px 0 20px;
}
h2{
	font-size: 9px;
}
.h2_title{
	font-size: 16px;
}
h4{
    background-color: #646464;
    color: #fff;
    padding: 5px 6px 3px;
	border-bottom: none;
	font-size: 111%;
    margin: 60px 0 14px;
}
.title_cap{
	margin-bottom: 25px;
}
.marginbottom_70px{
	margin-bottom: 7px!important;
}
.cat_sup{
	font-weight: normal;
}
}

/*pagination*/
.cb-pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 20px;
}
.cb-pagination .prev a, .cb-pagination .next a{
    z-index: 9999;
}
.cb-pagination li {
	list-style: none;
    box-sizing: border-box;
	color: #000;
	display: table-cell;
}
.cb-pagination a {
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
}
.cb-pagination .stop a {
	opacity: 0;
}

.cb-pagination a, .cb-pagination .current span{
    padding: 10px 12px;
    font-weight: 700;
    line-height: 12px;
    font-size: 13px !important;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: 0.35s all ease;
    -transition: 0.35s all ease;
    transition: 0.35s all ease;
}

.cb-pagination .no_pc{
	position: relative;
}
.pagination_sp{
	position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    width: 40%;
    margin-left: -20%;
}
.pagination_sp span{
    padding: 9px 12px;
    font-weight: 700;
    line-height: 12px;
    font-size: 12px !important;
    display: inline-block;
    margin: 0 0 10px;
    -webkit-transition: 0.35s all ease;
    -transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.cb-pagination .current span{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.pagination .pagination_arrow{
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    display: inline-block;
    font-size: inherit;
}
.cb-pagination .no_pc .pagination_arrow{
	border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pagination .prev .pagination_arrow {
	-moz-transform: translate(4px,0) rotate(45deg);  /* FireFox */
	-o-transform: translate(4px,0) rotate(45deg);  /* Opera */
	-webkit-transform: translate(4px,0) rotate(45deg);  /* webkit */ 
	-ms-transform: translate(4px,0) rotate(45deg);  /* IE9 */
	transform: translate(4px,0) rotate(45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE5.5+ */
}
.pagination .next .pagination_arrow {
	-moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pagination_sp{
	display: none!important;
}
ul.no_sp{
	display: table!important;
    margin: 0 auto 10px;
}
.dots{
	padding: 0 10px;
}

@media screen and (max-width: 901px){
.page-numbers{
	display: none!important;
}
.pagination_sp{
	display: inline-block!important;
	margin-top: -6px;
	padding: 16px 0;
    margin-bottom: 10px;
}
.pagination_sp span{
    font-size: 18px !important;
    padding: 0;
	margin: 0;
}
.pagination .prev{
	float: left;
    margin-left: 20px;
}
.pagination .next{
	float: right;
    margin-right: 20px;	
}
.pagination .prev .pagination_arrow {
	-moz-transform: translate(4px,0) rotate(45deg);  /* FireFox */
	-o-transform: translate(4px,0) rotate(45deg);  /* Opera */
	-webkit-transform: translate(4px,0) rotate(45deg);  /* webkit */ 
	-ms-transform: translate(4px,0) rotate(45deg);  /* IE9 */
	transform: translate(4px,0) rotate(45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE5.5+ */
}
.pagination .next .pagination_arrow {
	-moz-transform: translate(0,-1px) rotate(225deg);  /* FireFox */
	-o-transform: translate(0,-1px) rotate(225deg);  /* Opera */
	-webkit-transform: translate(0,-1px) rotate(225deg);  /* webkit */ 
	-ms-transform: translate(0,-1px) rotate(225deg);  /* IE9 */
	transform: translate(0,-1px) rotate(225deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=5)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /* IE5.5+ */	
}
.prev .pagination_text_sp{
	margin-left: 10px;
}
.next .pagination_text_sp{
	margin-right: 10px;
}
.cb-pagination a{
	color: #fff;
	background-color: #000;
}
.cb-pagination a, .cb-pagination .current span{
    margin: 0;
}
ul.no_sp{
	display: none!important;
    margin: 0 auto;
}
.cb-pagination {
	margin-bottom: 60px;
}
}

/* sub contents */	
.topics{
  width:90%;
  max-width: 600px;
  clear: both;
  margin: 0 auto 20px;
/*  margin: 25px auto -2px;*/
}

@media screen and (min-width: 902px){
.col-md-4 {
	overflow-y: hidden;
}
}

/* ranking */
.display_table {
	display: table;
    padding-bottom: 20px;
	padding-top: 14px;
}
.ranking_cap {
	display: table-cell;
	width: 46%;
	vertical-align: top;
	padding-right: 2%;
}
.ranking_img {
	display: table-cell;
	width: 100%;
}
.ranking_wrapper a .rank_thum {
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 16px;
}
.ranking_wrapper a:last-child .rank_thum {
	border-bottom: none;
	margin-bottom: 0;
}
.ranking_wrapper a:last-child .rank_thum .display_table{
	padding-bottom: 0;
}
.ranking_tag{
    background: #000;
    padding: 4px 6px;
    font-size: 67%;
    font-weight: bold;
}
.ranking_title {
	font-size: 100%;
    line-height: 124%;
    padding: 6px 0 4px;
}
.ranking_date {
	font-size: 74%;
}
.balloon-3 {
	display: inline-block;
    padding: 10px;
    width: auto;
    min-width: 50px;
    height: 50px;
    color: #FFF;
    text-align: center;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.2em;
	font-size: 92%;
	color: #FF84BE;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000); 
    background: rgba(0, 0, 0, 0.9);	
}
.balloon-3:not(:target){
    filter: none;
}
.balloon-3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
	opacity: 0.9;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

@media screen and (max-width: 901px){
.book_no{
	font-size: 106%!important;
}
.feature_article{
	font-size: 96%;
}	
#ranking{
	margin-bottom: 96px;
}
.ranking_title {
	font-size: 106%;
}
.ranking_date {
    font-size: 76%;
}
.ranking_tag{
    font-size: 80%;
}
.balloon-3 {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); 
    background: rgba(0, 0, 0, 0.8);	
}
.balloon-3:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
}

.contents_area{
	padding: 0 10px;
}
@media screen and (min-width: 902px){
.contents_area a:hover, .ranking_wrapper a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
}
.list_thum {
    width: 48%;
    margin: 0 1% 15px;
	padding:0;
}
.list_thum img, .rank_thum img{
	backface-visibility: hidden;
	background-color: #fff;
	display: inline-block;
    zoom: 1;
}
a .list_thum img, .voice_img_wrapper > div > a, img.ranking_img{
	transition-duration: 0s;
}
a .list_thum img:hover, .voice_img_wrapper > div > a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
    -moz-opacity: 1;
}
.fl_change{
	float: right;
	margin-bottom:15px;
}
.rank_thum{
    width: 100%;
}
.icon_new {
	position:absolute;
	left: 0;
	top: 5px;
	z-index:3;
	width:20%;
}
.icon_new img {
	width:100%!important;
}
.icon_rank {
	width:20%;
	margin: 0 auto;
}
.icon_rank img {
	width:100%!important;
}

@media screen and (max-width: 901px){
.contents_area{
	padding: 0;
}
.icon_rank {
	width:17%;
	max-width: 80px;
}
.ranking_wrapper a .rank_thum {
	border-bottom: none;
}
}

/* Ad banner */
.ad_banner {
	width: 100%;
	max-width: 350px;
	padding: 5% 0px;
	position:relative;
    margin: 0 auto;
}
.ad_banner img.prof_banner{
	width:100%;
}
.ad_banner img {
	display: inline-block;
    backface-visibility: hidden;	
	background: #fff;
	zoom: 1;
}
.ad_banner img:hover{
	opacity:0.7;
	filter: alpha(opacity=70); /*IE*/
    -moz-opacity:0.7;
}
.ad_banner:last-child{
	background: none;
	padding-bottom: 0;
}
.ad_banner:first-child{
	padding-top: 2%;
}

div.ad_banner div.banner_text{
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(130, 220, 30, 0.6);
	width:100%;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	text-align:center;
}
#top_banner {
	display:flex;
	max-width: 900px;
	margin: 0 auto;
}
#top_banner .ad_banner {
	float: left;
}
/* /Ad banner */

/* MAGAZINE */
.magazine .pickup{
	overflow: hidden;
	height:100%;
	position: relative;
}
.magazine .pickup p{
	font-size: 85%;
	line-height: 1.5;
	font-weight: bold;
    padding-top: 3px;
}
.magazine a img {
	width: 46%;
	float: right;
	margin-left: 3%;
}
.book_no{
	font-size: 110%!important;
	line-height: 124%!important;
	font-weight: 600!important;
}
.feature_article{
/*	font-size: 85%;
	line-height: 137%;
	font-weight: bold;
    padding-top: 3px;*/
}
.purchase_links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
}
.purchase_links div {
	margin-top: 3px;
	text-align: center;
	padding: 0 0 2px;
}
.purchase_links a {
	color: #FFF;
	padding: 6px 0;
	font-size: 81%;
	background-color: #000;
    width: 100%;
    display: block;
	margin-top: 3px;
    text-align: center;
    font-weight: bold;
}
.purchase_links a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

@media screen and (max-width: 1100px) and (min-width: 902px){
.magazine a img{
    width: 100%;
    float: none;
    margin-left: 0;
	border: 1px solid #e6e6e6;
}
.book_no{
    padding-top: 5px!important;
}
.purchase_links{
    position: static;
    width: 100%;
	margin-top: 6px;
}
.purchase_links a{
	margin-top: 4px;
}
}

@media screen and (max-width: 901px){
.magazine .pickup{
	width: 88%;
	margin: 0 auto 15px;
}
.purchase_links {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 51%;
}
.purchase_links li {
	margin-top: 7px;
	padding: 2px 0 4px;
}
.purchase_links a {
	font-size: 78%;
}
}


/* Category List */
#category_list ul{
	width: 90%;
    margin: 0 auto;
}
#category_list ul li{
    border-bottom: 1px #CCCCCC dashed;
    height: 32px;
    padding: 9px 5px;
    font-size: 10px;
    width: 47%;
    margin-right: 3%;
    float: left;
	text-align: center;
}
#category_list ul li:nth-child(even){
    margin-right: 0;
    margin-left: 3%;
	float: right;
}
#category_list ul li.right{
    margin-right: 0;
    margin-left: 3%;
	float: right;
}
#category_list ul li a{
	color: #282828;
}

/* footer */
#downMenu{
	float:right;
}
#downMenu li{
	height: 16px;
	border-right:1px solid #000;
	float:left;
	list-style: none;
}
#downMenu li:last-child{
	border-right:none;
}
#downMenu li a{
	padding: 5px 15px;
	text-decoration: none;
	font-size: 13px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#downMenu li:last-child a{
/*	padding-right:0;*/
}
#downMenu li a:hover{
	color: #fff;
}
#downMenu li span{
	margin-right: 5px;
}
#footer a{
	color: #fff;
}

.footer-menu_wrapper{
	display: table;
}
.footer-menu_wrapper a:hover{
	color: #FFFF00 !important;
/*	border-bottom: 2px solid #FFFF00;*/
}
#footer_menu{
	text-align: left;
    display: table-cell;
}
#footer_menu p{
	font-size: 100%;
    margin: 14px 0 2px;
	color: #fff;
}
#footer_menu p:first-child{
    margin-top: 0;
}
#footer_menu ul{
    width: 100%;
}
#footer_menu ul li{
	display: inline-block;
    margin-right: 20px;
}
#footer_menu ul li a{
	font-size: 84%;
    line-height: 208%;
	color: #b4b4b4;
}
.sns_footer_sp{
    text-align: left;
	display: table-cell;
    width: 170px;
}

.tag_title{
	margin: 35px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.copy{
	padding-top: 90px;
	clear: both;
}
.copy img {
	width: 129px;
}
.copy p {
	padding: 19px 0 0;
}
.sns_footer_sp a{
    font-size: 140%;
}
.sns_footer_sp p{
	margin: 0 0 18px 18px;
}
.sns_footer_sp ul{
	width: 150px;
	margin: 0 auto;
}
.lineBlack{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background:#000;
    overflow: visible;
	margin-top: 100px;
}
.downLine{
	margin: 50px 55px;
	color: #fff;
}
.sns_footer_sp p{
	font-size:13px;
	color:#fff;
}
.sns_footer_sp p:last-child{
	margin-top: 30px;
}
.lineBlack:before{
	top: 0;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
/*	background: url(../new_images/bgBeforFooter.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.lineBlack input{
	margin-top: 3px;
}
#page-top a {
	padding-top: 20px;
	position: absolute;
    top: -48px;
	right: 20px;
	z-index: 2;
	display: inline-block;
	text-decoration: none;
	font-family: camptonbold_demo!important;
	font-size: 108%;
	color: #000;
    overflow: visible;
}
#page-top a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
	
	-moz-transform: rotate(135deg);  /* FireFox */
	-o-transform: rotate(135deg);  /* Opera */
	-webkit-transform: rotate(135deg);  /* webkit */ 
	-ms-transform: rotate(135deg);  /* IE9 */
	transform: rotate(135deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE5.5+ */	
}
.col-7{
	width:14.28%!important;
}
.col-2{
	width:50%!important;
}

/* レスポンシブ */
@media screen and (max-width: 901px) {
.no_sp{
	display: none!important;
}
.no_pc{
	display: block!important;
}
.nosp_inline{
	display: none!important;
}
.nopc_inline{
	display: inline!important;
}
.logo_b{
	margin: 70px auto;
	max-width: 500px;
}
.ad_banner {
	max-width: 100%;
}
.list_thum{
	width: 100%;
	margin: 0;
	padding: 0;
	float: initial;
	border-bottom: 1px solid #EEEFEF;
	margin-top: 15px;
	margin-bottom: 3px;
/*    margin-bottom: 10px;*/
	padding-bottom: 3px;
}
.icon_new {
	width:25%;
}
.about{
    font-size: 100%;
}
#menuF {
	display:none;
}
.rank_thum{
	width: 90%;
	max-width: 350px;
	margin: 0 auto 15px;
	padding: 5px 5px 25px;
	float: initial;
}
.icon_rank {
	top: 3px;
}
.paging{
    height: 100px;
	width: 90%;
    max-width: 350px;
    margin: 0 auto 15px;
    padding: 5px 5px 25px;
	position: relative;
}
.menu_icon button{
	display: block;
}
.tcon {
  display: block;
}
.rank_thum{
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	float: initial;
}
.ranking_cap {
	width: 48%;
    padding: 0 8px 0 3%;
}
.footer-menu_wrapper{
	display: block;
}
.sns_footer_sp{
	float: none;
	text-align: center;
	display: block;
	width: auto;
}
.sns_footer_sp ul{
    width: 214px;
}
#footer_menu{
    display: none;
}
.downLine {
    margin: 26px auto;
}
.downLine p{
	font-size:117%;
	margin: 0 18px 18px;
}
.copy p {
	padding: 20px 0 0;
	margin: 0;
}
.copy{
	padding-top: 60px;
}
}

@media screen and (min-width: 902px) {
.navbar-collapse, .collapse{
	display: none;
}
}

.one_block{
	margin-bottom: 50px;
}

.gallery {
	height:500px;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 901px) {
	.margin-top30{
		margin-top: 30px;
	}
	.margin-top80ab{
		margin-top: 80px!important;
	}
	.headerLine{
		padding-bottom: 0;
	}
	.wrap{
		margin-top: 20px;
		padding:0;
	}
	.wrap-right{
		margin-top: 0;
	}
	#menu {
		display:none;
	}
	#menuF{
		opacity:0 !important;
		filter: alpha(opacity=0)!important;
		-moz-opacity: 0!important;
	}
	.fixed{
		opacity:0 !important;
		filter: alpha(opacity=0)!important;
		-moz-opacity: 0!important;
		//display:none;
	}
	
	.slicknav_menu {
		display:block;
/*		position:fixed;*/
		top:0;
		width:100%;
		z-index:99;
		min-width:300px;
	}
	.about p{
		text-align: justify;
	}

	#top_banner {
		display: block;
	}
	#top_banner .ad_banner {
		float: none;
	}
}

/**/

.photo_picarea {
	width:100%;
	height:158px;
	overflow:hidden;
	margin:0 auto;
	display:block;
	position:relative;
}
img.photo_cut{
 	position:absolute;
	left: 50%;
	top: 0;
	margin: 0 auto;
	margin-left: -55%;
}

.photo_picarea2 {
	width:100%;
	height:120px;
	overflow:hidden;
	margin:0 auto;
	display:block;
	position:relative;
}
img.photo_cut2{
 	position:absolute;
	left: 50%;
	top: 0;
	margin: 0 auto;
	margin-left: -65%;
}

.play {display:none;}
.ranking_right {display:none;}

.no_good{
	filter: contrast(100%) brightness(100%) saturate(100%) hue-rotate(0deg) invert(0%) opacity(70%) blur(3px) grayscale(0%) sepia(0%);
	-webkit-filter: contrast(100%) brightness(100%) saturate(100%) hue-rotate(0deg) invert(0%) opacity(70%) blur(3px) grayscale(0%) sepia(0%);
	-moz-filter: contrast(100%) brightness(100%) saturate(100%) hue-rotate(0deg) invert(0%) opacity(70%) blur(3px) grayscale(0%) sepia(0%);
	-o-filter: contrast(100%) brightness(100%) saturate(100%) hue-rotate(0deg) invert(0%) opacity(70%) blur(3px) grayscale(0%) sepia(0%);
	-ms-filter: contrast(100%) brightness(100%) saturate(100%) hue-rotate(0deg) invert(0%) opacity(70%) blur(3px) grayscale(0%) sepia(0%);
}
.good_chk_txt{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
  height: 100%;
  color: #82D2DC;
  font-weight: bold;
  font-size: 25px;
/*  text-shadow: 0px 0px 4px #1B1B1B, 0px 0px 0.2em #535353;*/
    padding: 35% 0;
}


.forma{
	margin-bottom: -80px;
	z-index: 10;
	margin-top: 48px;
}
.forma input{
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
}
input:focus{
	//border:0;
	outline:none;
}
textarea:focus{
	//border:0;
	outline:none;
}
.name{
	margin-bottom:10px;
	margin-right: 10px;
	width:403px;
}
.Email{
	margin-bottom:10px;
	width:403px;
}
.Subject{
	margin-bottom:10px;
	max-width: 816px;
}

textarea {
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#FFF;
	border:none;
    max-width: 816px;
	height: 153px;
    resize: none;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}
.forma .cBtn a{
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 700;
	font-size:13px;
	color:#fff;
}

.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}
.forma .cBtn ul i{
	padding-right: 10px;
}
.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}
.forma .cBtn .clear  a, .cBtn .send a{
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #179abf;
	background:#82D2DC ;
}
.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

/**/
.cont{
	margin-top: 44px;
	margin-left: -33px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	font-size:13px;
	color:#666666;
	margin-bottom: -80px;
	z-index: 10;
}
.cont ul{
	padding-left:0;
	list-style:none;
}
.cont li{
 margin-bottom: 16px;

}
.cont .fa{
	color:#2f2f2f;
	padding-right:14px;
}
.cont a{
	text-decoration:none;
	color:#82D2DC;
}
.cont a:hover{
	color:#666666;
}

/**/
.ftext{
	text-align: center;
	margin-bottom: -18px;
	z-index: 10;
	text-align:center;
}
.ftext h3{
	font-size:28px;
	color: #2f2f2f;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 400; 
	margin-top: 37px;
}
.ftext p{
	font-size:16px;
	color: #2f2f2f;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	margin-top: 13px;
	line-height: 24px;
}
.ftext .cBtn ul {
	margin-top: 40px;
	margin-top: 22px;
}
/**/

.footer{
	margin-top: 40px;
	min-height:435px;
}
.footer h3{
	margin-top: 159px;
	font-size: 28px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 17px;
}
.footer p{
	font-size:16px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	color:#fff;
	text-align:center;
}
.footer .fEmail{
	float:left;
	font-size: 13px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 11px;
	width: 350px;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
}
.footer .email{
	float:left;
}
.footer .subS{
	text-transform:uppercase;
	font-size: 13px;
/*	font-family: 'Roboto', 'sans-serif';*/
	font-weight: 700;
	float: left;
	color: #fff;
	border-radius: 0 4px 4px 0;
	text-decoration: none;
	box-shadow: 0px 2px 0px 0px #179abf;
	background: #82D2DC;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.fr{
	margin-top: 40px;
	text-align: center;
	//margin: 40px 0 0 357px;
}
.footer a:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}
/**/
.soc ul li{
	margin-bottom: 20px;
	margin-right: 23px;
	float:left;
	text-align: center;
	text-decoration:none;
	list-style:none;
	
}
.soc {
	margin-top: 42px;
	text-align: center;
}
.soc ul{
	margin-left: 24px;
	padding-left: 0;
	display: inline-block;	
}
.soc1 a{
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url(../new_images/socIcons.png)no-repeat;
	margin-top: 15px;
	margin-left: 2px;
}
.soc1{
	width: 52px;
	height: 52px;

	
	
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc1 a:hover{
	border:0;
	background: url(../new_images/socIcons.png)no-repeat;
	box-shadow: none;
}
.soc1:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc2 a{
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url(../new_images/socIcons.png) -74px 0 no-repeat;
	margin-top: 15px;
	margin-left: 2px;
}
.soc2{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc2 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -74px 0 no-repeat;
	box-shadow: none;
}
.soc2:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc3 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -147px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc3{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc3 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -147px 0 no-repeat;
	box-shadow: none;
}
.soc3:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc4 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -221px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc4{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc4 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -221px 0 no-repeat;
	box-shadow: none;
}
.soc4:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc5 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -293px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc5{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc5 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -293px 0 no-repeat;
	box-shadow: none;
}
.soc5:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc6 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -368px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc6{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc6 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -368px 0 no-repeat;
	box-shadow: none;
}
.soc6:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc7 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -442px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc7{
	width: 52px;
	height: 52px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc7 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -442px 0 no-repeat;
	box-shadow: none;
}
.soc7:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}
.soc8 a{
	display: inline-block;
	height: 19px;
	width: 19px;
	background: url(../new_images/socIcons.png) -516px 0 no-repeat;
	margin-top: 15px;
	margin-left: 0px;
}
.soc8{
	width: 50px;
	height: 50px;
	border: 2px solid #fdfdfc;
	border-radius: 50px;
}
.soc8 a:hover{
	border:0;
	background: url(../new_images/socIcons.png) -516px 0 no-repeat;
	box-shadow: none;
}
.soc8:hover{
	cursor:pointer;
	border: 2px solid #1c1c1c;
	background:#1c1c1c;
}

#list_banner_area{
/*	display:-webkit-flex;
	display:flex;*/
	width: 100%;
	max-width: 800px;
	margin: 25px auto;
	padding: 0 30px;
	
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify; 
}
.list_banner{
	width: 45%;/*30%;*/
	padding: 0;
	margin:10px auto;
	position: relative;
/*	border: 1px solid #82D2DC;
	background: url(../new_images/bg_stripe.png) repeat;*/
	background-color: #82D2DC;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	font-weight:bold;
	float: left;
}
.list_banner a{
	display: block;
	color:#fff;
}
.list_banner:hover{
	opacity:0.7;
}
.list_banner img.img-listbn{
	width:25%;
}
.list_banner .bn_txt{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 18px;
	line-height: 30px;
	margin-top: -15px;
}
.ranking_num img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;/*5px;*/
  left: 0;
}
.ranking_num img.top3 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;/*5px;*/
  left: 0;
}


#list_banner_area_next{
	display:block;
	max-width: 385px;
	margin: 80px auto 0;
}
.list_banner_next{
	width: 90%;
	padding: 0;
	margin:10px auto;
	position: relative;
/*	border: 1px solid #82D2DC;
	background: url(../new_images/bg_stripe.png) repeat;*/
	background-color: #82D2DC;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	font-weight:bold;
}
.list_banner_next a{
	color:#fff;
}
.list_banner_next:hover{
	opacity:0.7;
}
.list_banner_next img.img-listbn{
	width:25%;
}
.list_banner_next .bn_txt{
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 18px;
	line-height: 30px;
	margin-top: -15px;
}
.ranking_num_next img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -1px;
  left: -1px;
}

@media screen and (max-width: 1100px){
	.list_banner .bn_txt{
		position: absolute;
		top: 50%;
		right: 3px;
		font-size: 18px;
		line-height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 901px){
	.copy p{
		text-align:center;
	}
	#downMenu ul li{
		float: none;
		text-align:center;
	}
	#downMenu ul li a{
		display: block;
	}
	.downLine input{
		margin-top: 25px;
	}
	.footer .fEmail{
	float:left;
	//max-width: 350px;
	max-width: 163px;
	}
/*	#downMenu li a {
		padding: 10px;
	}*/
	.team ul{
		margin-bottom: 35px;
	}
	.cont {
	margin-top: 124px;]
	}
	.cBtn ul {
	margin-left: 0;
	}

	.pc_thum{
		display: none!important;
	}
	.sp_thum{
		display: block!important;
	}
	.col-7{
		width:90%!important;
	}
/*	.list_thum{
		width: 90%;
		max-width: 350px;
		margin: 0 auto 15px;
		padding: 5px 5px 25px;
		-webkit-box-shadow: 0 2px 5px 0 #777;
		   -moz-box-shadow: 0 2px 5px 0 #777;
				box-shadow: 0 2px 5px 0 #777;
		background-color: #fff;
		float: initial;
	}*/
	.list_thum_old1{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 5px;
		padding: 5px;
		-webkit-box-shadow: 0 2px 5px 0 #777;
		   -moz-box-shadow: 0 2px 5px 0 #777;
				box-shadow: 0 2px 5px 0 #777;
		background-color: #fff;
		float: initial;
/*		border-radius:5px;
		-webkit-box-shadow: 0 2px 5px 0 #777;
		   -moz-box-shadow: 0 2px 5px 0 #777;
				box-shadow: 0 2px 5px 0 #777;
		background-color: #fff;*/
	}
	.list_thum_old2 ,.list_thum_old3{
		width: 49%;
		max-width: 350px;
		margin: 0 auto 5px;
		padding: 5px;
		-webkit-box-shadow: 0 2px 5px 0 #777;
		   -moz-box-shadow: 0 2px 5px 0 #777;
				box-shadow: 0 2px 5px 0 #777;
		background-color: #fff;
	}
	.flt_l{float:left;}
	.flt_r{float:right;}

	.rank_next .rank_name{}
	.rank_next .rank_collage {}
	#list_banner_area_next{
		margin: 30px auto;
	}
	
	.play {
	  position: absolute;
	  top: 50%;
	  right: 8px;
	  margin-top: -20px;
	}
	.play img {
	  width: 22px;
	  height: 22px;
	}
	.ranking_right {
	  display:block;
	  position:initial;
	  float: right;
	  text-align: right;
	  color: #178e23;
	  font-size:12px;
	  line-height:25px;
	  text-shadow: none;
	}
	.photo_shadow {display:none;}
	.ranking_num img {
	  top: 0;
	  left: 0;
	}
	.ranking_num img.no_1 {
	  top: 0;
	  left: 0;
	  width: 33px;
	  height: 33px;
	}
	#page-top a {
		right: 50%;
		margin-right: -20px;
	}
}

/* footer用レスポンシブ */
@media screen and (max-width: 901px){
	#downMenu{
		float:initial;
		padding: 0;
	}
	#downMenu li{
		height: auto;
		border-right: none;
	}
	#downMenu li a{
		margin: 0;
	}
	#downMenu li a:hover{
		background-color: #82D2DC;
		text-decoration: none;
	}
}

/* list_banner用レスポンシブ */
@media (max-width: 800px) {
	#list_banner_area{
		display:block;
		width: 80%;
		max-width: 350px;
	}
	.list_banner{
		width: 100%;
	}
	.list_banner img.img-listbn{
		width:25%;
	}
	.list_banner .bn_txt{
		position: absolute;
		top: 50%;
		right: 20px;
		font-size: 18px;
		line-height: 30px;
		margin-top: -15px;
	}
	#list_banner_area_next{
		display:block;
		width: 80%;
		max-width: 350px;
		margin: 30px auto;
	}
	.list_banner_next{
		width: 100%;
	}
	.list_banner_next img.img-listbn{
		width:25%;
	}
	.list_banner_next .bn_txt{
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 18px;
		line-height: 30px;
		margin-top: -15px;
	}
}


/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO
/*-----------------------------------------------------------------------------------*/
/* __________ Isotope Styles __________ */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* __________ Filter __________ */
/*#filter {padding:11px 0 25px; text-align:center;}
#filter li {display:inline-block;}
#filter li a {
	display:block;
	padding:0 22px;
	text-transform:capitalize;
	line-height:20px;
	font-size:15px;
	color:#707070;
}*/
#filter li a.selected {
	cursor:pointer;
	background:#82D2DC;
	color:#fff;
	box-shadow: 0px 2px 0px 0px #179abf;
}

#projects .columns1 .project {
	width:100%;
}

.load_more_cont {
	//width:100%;
	padding:10px 0 0;
}


/* __________ Portfolio Item __________ */
.portfolio_block {
	width:100%;
}
.portfolio_block .project .hover_img {
	position:relative;
}
	/*background-color:#f9cdad;/
/*.portfolio_block .project .hover_img:before {content:''; position:absolute; z-index:10; left:0; top:0; width:100%; height:100%; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.portfolio_block .project:hover .hover_img:before {background-color:rgba(0,0,0,0.38);}
.portfolio_block .project .hover_img img {opacity:0.92;}
.portfolio_block .hover_img .zoom {
	display:block;
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0);
}*/
.portfolio_block.project_descr {
	position:relative;
	padding:37px 10px 14px;
	color:#979797;
	border:0;
	border-bottom:2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_block .project:hover .project_descr {border-bottom-color:#765692;}
.portfolio_block .project_descr h4 {
	margin-bottom:11px;
	font-size:15px;
}



/* Portfolio Item Single */
/*.prev_next_links {
    display: block;
    float: left;
}*/
/*.prev_next_links a {
    margin: 0 17px 20px 0;
}*/




/* Portfolio Item Single Share */
.blogpost_share {
    display: block;
    float: right;
}

/*.blogpost_share a {
    display: inline-block;
    width:40px;
	height: 40px;
	margin:0 7px 10px 0;
    line-height: 40px;
	font-size: 19px;
    text-align: center;
	color:#555;
	background-color:#eaeaea;
}
.blogpost_share a:hover {background-color:#765692; color:#333;}

*/


/**/
	.default{
		transition-duration: 1s;
	}
    .fixed {
		transition-duration: 1s;
		/*text-align:center;*/
		z-index:15;
        position:fixed;
/*        top: -65px;
        padding:0 0 20px; */
        padding:0;
        width:100%;
		background-color: #82D2DC!important;
		-webkit-box-shadow: 0 -5px 10px 5px #777;
		   -moz-box-shadow: 0 -5px 10px 5px #777;
				box-shadow: 0 -5px 10px 5px #777
    }
	a.menu_txt_white{
		color:#fff!important;
	}
	#menu li.scdown{
		border-right: 1px solid #fff;
	}
	#menu li.scdown:last-child {
		border-right: 0;
	}
	#menu .active a.menu_txt_white{
		color:#fff!important;
		text-decoration: underline!important;
	}
	#menu li a.menu_txt_white:hover{
		text-decoration: underline!important;
	}
/**/


/* Pickup Area*/
.p_bottom_30 {padding-bottom:30px;}
#ranking_top h2 {padding: 13px 0px 0px 17px;}
.slide_area {text-align:center;width:100%;}
.slide_img_area {text-align:center;width:100%;overflow:hidden;}
.new_photo {position:relative;width:100%;text-align:center;}
.new_photo:hover{
	opacity:0.7;
}
.new_photo .photo {background:#fff;padding:4px;width:252px;box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);position:relative;margin:10px auto 5px;}
.name_jpn{font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;}
.name_eng{font-family: Arial, helvetica;}
.new_photo .new_name{position:absolute;bottom:5px;left:10px;color:#fff;font-size:15px;font-weight: bold;text-shadow: 0px 0px 4px #1B1B1B, 0px 0px 0.2em #535353;}
.new_photo .new_collage{position:absolute;bottom:23px;left:10px;color:#fff;font-size:12px;font-weight: bold;text-shadow: 0px 0px 4px #1B1B1B, 0px 0px 0.2em #535353;}
.slideBtnArea {float:left;text-align:center;display:inline-block;width:100%;padding-top:5px;}
.slideBtn {text-align:center;display:inline-block;}
.slide_arrow {width:10px;margin-top:-11px}
/*.icon_new { position:absolute; left: 0; top:0; z-index:3;width:60px;}
.icon_new img { width:100%!important;}*/
/**/

@media screen and (min-width: 350px){
	.new_photo .photo {width:70%;max-width:350px;}
}
@media screen and (max-width: 349px){
	.new_photo .photo {width:70%;max-width:350px;}
}

/* PickUP list in profile --start--  */
.pickup {
					width:90%;
					max-width: 600px;/*350px;*/
					padding:0;
					/*border: 1px solid #D2E432;
					background-color:#fff;*/
					margin:0 auto;
					/*margin-top:10px;*/
					clear: both;
}


@media screen and (max-width: 901px) {
.pickup {
	width:100%;
	padding:0;
	margin:0;
	clear: both;
	max-width: none;
}

}

@media screen and (max-width: 350px) {
	.pickup_img {
						background-size:100px auto;
	}
	.profile_pickup a {
						min-height: 60px;
						height: 60px;
						padding-left: 100px;
	}
	.profile_pickup a h2{
				padding-top:10px;
	}
	
	.rank_next .rank_name{font-size:15px;}
	.rank_next .rank_collage {bottom:18px;font-size:11px;}
}
/* PickUP list in profile --end--  */

/* banner */
.banner {
	position:relative;
	width: 90%;
	max-width: 350px;
/*	height: 140px;*/
	overflow: hidden;
	margin: 10px auto 15px;
	border: 1px solid #82D2DC;
}
.banner:hover {
	opacity:0.7;
}

.banner img.prof_banner{
	width:100%;
/*	margin-top: -10px;*/
}

div.banner div.banner_text{
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(130, 220, 30, 0.6);
	width:100%;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	padding:5px 0;
	text-align:center;
}

.facebook-page-plugin{
  text-align: center;
  margin: 20px 0;
}

.c_01 {
  background:#fff;
  width: 95%;
  max-width: 600px;
  margin: 20px auto 30px;
  display: block;
  text-align: left;
/*  padding:10px 10px 30px;
  box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);*/
/*  border: 1px solid #FFC727;*//*#5BD2E7;*//*#82c81e;*/

}
.c_01 h1 {
  font-size: 13pt;
  color: #00A0B9;
  border-bottom: solid 1px #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 6px;
  font-weight: bold;
}
.att {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c_01 img {
  margin:30px 0;
  box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px #c4cbcb;
  -o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px #c4cbcb;
  -webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px #c4cbcb;
  -moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px #c4cbcb;
  color: white;
}
.c_01 ul {
  margin-top: 10px;
}
.c_01 li {
  margin: 5px;
  padding: 0;
  font-size: 11pt;
  color: #484848;
  background: none;
}
.c_01 li.anwser {
  border-bottom: solid 1px #eee;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.mod-inline-svg {
  position: relative;
  height:0;
  padding-top:45%!important;
}
.mod-inline-svg svg {
    display:block;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}
.mod-inline-svg svg image {
    display:block;
    height: 100%;
    width: 100%;
}

.photo_blur{
    filter: url(#blur);
}

.clear{
	clear: both;
}

/* 検索ページ用（submit,orgnl_select） */
.search-form{
  height: 30px;
  margin-bottom: 20px;
}
.search-select-box{
  background: #fffdf4;
  border: 2px solid #82D2DC;
  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  text-align:left;
  font-size:14px;
  color:#0c2245;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 40%;
  height: 30px;
  line-height:30px;
  padding:0 3px;
}
.search-select-box:hover {
  filter: alpha(opacity=80);
	  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
  cursor: pointer;
  text-decoration:none;
}
.search-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #82D2DC;
  display: none;
/*  max-height: 200px;*/
  overflow: auto;
  position: absolute;
  z-index: 999;
}
.search-select-box  option{
	padding:10px 5px;
	background:#fffdf4;
	color:#0c2245;
}
.search-select-box  option:first-child{
	border-bottom: 1px dotted #82D2DC;
}
.search-select-box option:hover{
	background:#82D2DC;
	color:#FFFFFF;
	text-decoration:none;
	cursor: pointer;
}
.select-box-theme{
  width: 100%!important;
}


.rank_next .submit_btn {
	width: 14%;
    padding: 5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #82D2DC;
    color: #fff;
    border-style: none;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	float: right;
	height: 30px;
	line-height: 5px;
}

.rank_next .submit_btn:hover {
	opacity:0.7;
}

@media screen and (max-width: 450px) {
.search-form{
  height: 115px;/*70px*/
}
.search-select-box{
  margin-right: 0;
  width: 60%;
}

.select-box-grade{
  float: right;
  width: 35%;
}

.rank_next .submit_btn {
	width: 100%;
    padding: 5px;
}
}

/*トップページサムネ*/
.img_wrap {
	position: relative;
}

.balloon-2 {
	display: inline-block;
	padding: 13px;
	width: auto;
	min-width: 60px;
	height: 60px;
	color: #FFF;
	text-align: center;
	z-index: 0;	
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.3em;	
	font-size: 99%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000); 
    background: rgba(0, 0, 0, 0.9);	
}
.balloon-2:not(:target){
    filter: none;
}
.balloon-2:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 50%;
	margin-left: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	opacity: 0.9;
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}
.new_icon{
    position: absolute;
    width: 60px;
    background-color: transparent!important;
    top: 14px;
    left: 14px;
}
.new_icon2{
    position: absolute;
    width: 60px;
    background-color: transparent!important;
    top: 0px;
    left: 0px;
}
@media screen and (max-width: 901px){
.new_icon_s{
    width: 45px;
    top: 7px;
    left: 7px;
}
}

.triangle-lefttop{
	position: absolute;
	top: 0;
	left: 0;
	color: #ffff00;
}
.triangle-lefttop p:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 56px solid #000;
    border-right: 56px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.img_cap {
/*	padding: 17px 14px;
	padding: 15px 10px;
	height: 122px;*/
	padding: 5px 10px;
	height: 4.5em;
	overflow: hidden;
}
.article_title {
/*	font-size: 114%;
	line-height: 126%;
    padding: 9px 0 2px;*/
	padding: 0 0 0.5em;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.3;
}
.article_date {
	font-size: 88%;
}
.category_tag p {
	background: #000;
	font-size: 96%;
    padding: 5px 7px;	
	display: inline;
	font-weight: bold;
}

@media screen and (max-width: 901px) {
.category_tag p {
	font-size: 87%;
}
.article_title {
	font-size: 108%;
}
.article_date {
	font-size: 76%;
}
.img_cap {
	height: auto!important;
}

.list_thum_s{
	margin-top: 0;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.list_thum_s .img_wrap{
	display: table;
}
.list_thum_s .img_wrap img{
	display: table-cell;
    vertical-align: top;
}
.list_thum_s .img_wrap .img_cap{
	display: table-cell;
    width: 60%;
    vertical-align: top;
    padding: 0.5em 0.5em 1em;
}


.balloon-2 {
	min-width: 50px;
	height: 50px;
    padding: 10px;
    font-size: 92%;
    line-height: 1.2em;    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); 
    background: rgba(0, 0, 0, 0.8);	
}
.balloon-2:after {
	opacity: 0.8;
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
}

/* CURATOR */
.curator{
	display: table;	
    margin: 0 1% 40px;
}
.curator img{
	display: table-cell;	
	vertical-align: middle;
    width: 40px;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.curator div{
	display: table-cell;	
    vertical-align: top;
    width: 136px;
    line-height: 1.3em;
}
.curator div p{
    padding-left: 8px;
    font-size: 17px;
    font-weight: 600;
	padding-bottom: 2px;
}
.curator div p:first-child{
    font-size: 14px;
	line-height:40px;
	font-weight: normal;
	color: #646464;
}
.curator div p:last-child{
	font-size: 15px;
	color: #646464;
    vertical-align: middle;
}
.curator div:last-child{
    width: auto;
	font-size: 12.5px;
    line-height: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (max-width: 901px) {
.curator{
	display: block;	
    margin: 0 0 10px;
}
.curator img{
	display: block;
	float: left;
    margin-right: 8px;
	width: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.curator div{
	display: block;
    width: auto;
	float: none;
}
.curator div:last-child{
	padding: 2px 0 0;
	font-size: 13px;
}
.curator div p{
    font-size: 21px;
	padding-bottom: 8px;
}
.curator div p:first-child{
    font-size: 14px;
	line-height:40px;
}
}

/* contents */
.readmore{
	background-color: #646464;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 11px 0 0;
    font-family: camptonbold_demo;
    font-size: 106%;	
}
span.bold{
	font-weight: bold;
}
.another_articles_wrapper{
	padding: 0 10px;
}
.theme_heading{
/*	margin-right: 10px;*/
	font-size: 18px;
	vertical-align: middle;
}
.another_articles_wrapper > div:last-child{
	width: 100%;
	padding: 0 14px;
	display: none;
}
.another_articles_wrapper > div:last-child a{
	color: #fff;
	height: 40px;
    display: table-cell;
    vertical-align: middle;
	background-color: #646464;
	text-align: center;
	font-size: 106%;
}

@media screen and (max-width: 901px) {
.content_pages .contents_area{
    padding: 0 20px;
}
.another_articles{
	font-size: 144%;
}
.another_articles span{
	font-size: 17px;
    padding-bottom: 6px;
}
.another_articles_wrapper{
	padding: 0;
}
.another_articles_wrapper > div:last-child{
	display: table;
}
}

/* voice */
.voice_img_wrapper{
	margin: 0 1% 30px;
	padding: 0;
}
.voice .list_thum {
    width: 32.66%;
	padding: 0;
    margin: 0 1% 1% 0;
}
.voice .fl_change {
    margin: 0 0 1% 0;
}
.voice h5{
	display: inline-block;
	font-size: 15px!important;
	font-weight: 600;
	background-color: #64d228;
	padding: 6px 9px;
	margin: 18px 0 10px!important;
    color: #000;
}
.h5_box p{
	display: inline;
    float: right;
    margin-top: 26px;
}
.voice_img_wrapper .h5_box:first-child h5{
	margin: 0 0 10px!important;
}
.voice_img_wrapper .h5_box:first-child p{
	margin-top: 8px;
}
.h5_box p > span{
	font-size: 18px;
	padding-left: 36px;
	text-align: right;
}

@media screen and (max-width: 901px) {
.voice_img_wrapper{
	margin: 0 0 30px;
	padding: 0;
}
.voice .margin_wrapper{
	margin: 0;
	padding: 0;
}
.voice .list_thum {
	padding: 0;
    margin: 0 0 1%;
	float: left;
    width: 49.5%;
}
.voice .fl_change {
	margin: 0 0 1%;
}
.voice .sp_fl_change{
	float: right;
}
.voice h5{
	font-size: 17px;
	margin: 30px 0 10px!important;
}
.voice_img_wrapper .h5_box p{
	margin-top: 28px;
}
.voice_img_wrapper .h5_box:first-child p{
	margin-top: 0;
}
.h5_box p > span{
	font-size: 13px;
	display: block;
	padding-left: 0;
}
}

/* contents_area */
.contents_area .photo_width article{
    width: 76%;
    margin: 0 auto;
}
.contents_area .photo_width article figure{
    width: 100%;
	margin: 0;
	max-width: none;
}
article img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.contents_area h5{
	font-size: 97%;
    margin: 10px 0 4px;
}
.contents_area article figure > div{
    margin-bottom: 20px;
}
.contents_area article div p{
/*	font-size: 107%;
	line-height: 126%;*/
	font-size: 111%;
	line-height: 214%;
	padding-bottom: 20px;
}
.contents_area article div p.photo_credit{
	color: #646464;
	font-size: 66%!important;
	margin-bottom: 20px;
}
.contents_area article div p.profile{
	font-size: 107%;
	line-height: 153%!important;
	margin: 0;
}
/*.contents_area article div p.profile span:first-child{
	font-size: 146%;
}*/
/*.contents_area article div p.profile span{
	font-weight: 900;
}*/

.contents_area article figure{
    width: 80%;
	max-width: 570px;
    margin: 30px auto;
}
.contents_area article figure img{
	width: 100%;
}
.contents_area article figure img.vertical{
	width: 75%;
}
/*.contents_area article p span{
	font-weight: 900;
}*/

.contents_area article div h4{
	font-size: 122%;
	line-height: 113%;
	font-weight: bold;
	margin: 10px 0;
	background-color: inherit;
	border-bottom: none;
    padding-bottom: 0;
    color: inherit;
    display: block;
/*	font-family: 'Quicksand', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Quicksand', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 901px) {
.contents_area article div h4{
	font-size: 114%;
	line-height: 165%;
	padding: 0;
}
.contents_area article figure{
	width: 100%;
	max-width: none;
}
}
 
/*.cat_color_1 h5{
	color: #64d228;
}
.cat_color_2 h5{
	color: #f08cb4;
}
.cat_color_3 h5{
	color: #FFCC00;
}
.cat_color_4 h5{
	color: #1ebed2;
}*/


@media screen and (max-width: 901px) {
.neo article figure, .review article figure, img.vertical, img.horizontal, img.square{
	width: 100%;
}
}

/* ABOUTページ
--------------------*/
.about_text{
	margin: 20px 0;
/*    padding-bottom: 40px;*/
	padding: 40px;
    background: #e2e2e2;
}
.about_text .newmag_link{
	margin-top: 25px;
	text-align: right;
}
.about_text .newmag_link a{
	font-weight: bold;
	color: #64c4d0;
	padding: 5px 15px 5px 20px;
    background: #000;
}
.about_text .newmag_link a:hover{
	opacity: 0.8;
}


/* diary */
.editor_comment{
/*	margin: 30px 1%;*/
	margin: 40px 1% 30px;
	padding: 0;
}
.editor_comment h5{
	background-color: transparent;
	padding: 0;
	margin: 10px 0 4px!important;
}
.contents_lead{
	font-size: 100%;
	line-height: 136%;
	text-align: left;
	margin-bottom: 30px;
}
.diary h3{
	font-weight: bold;
}
.diary .theme_heading{
	font-size: 78%;
	vertical-align: middle;
	color: #646464;
	font-weight: bold;
}
/*.diary article p{
	font-size: 111%;
	color: #000;
	line-height: 2.3em;
	padding: 10px 0 0;
}*/
.diary article p span{
	font-size: 19px;
/*	color: #ff84be;
	vertical-align: top;*/
	font-weight: bold;
}
.diary article img{
	width: 100%;
/*	margin-bottom: 20px;*/
}
.tabSection {
    width: 86%;
    margin: 0 auto;
}
#tab_wrap{
	margin-top: -100px;
    padding-top: 100px;
}
.tab_top { margin-bottom: -1px; }
.tab_bottom { margin-top: -1px; }
.tab li {
	position: relative;
    display: block;
    float: left;
	width: 50%;
	text-align: center;
    list-style: none;
}
.current a{
	cursor: default;
}
.current a:hover{
	opacity: 1;
}
.tab_top li {
	border-bottom: 2px solid #b4b4b4;
}
.tab_bottom li {
	border-top: 2px solid #b4b4b4;
}
.tab a {
    display: inline-block;
    text-decoration: none;
    color: #b4b4b4;
    _zoom: 1;
	font-weight: bold;
	font-size: 108%;
	line-height: 1.3em;
    padding: 16px 0;
}
.tab li.current a {
    color: #000;
}
.tabSection .contents .content {
    padding: 30px 0;
    background-color: #ffffff;

}
.tabSection .contents .current_content{
	opacity: 1;
}
.slide_line{
	height: 2px;
	width: 100%;
	position: absolute;
	border: none!important;
    padding: 0;
    background-color: #000;
    right: 100%;
	transition-duration: .5s;
	float: none;
	z-index: 9999;
}
.current .slide_line{
	right: 0;
}
.tab_top .slide_line{
	bottom: -2px;	
}
.tab_bottom .slide_line{
	top: -2px;	
}
.diary article > p:last-child{
	font-size: 100%;
	color: #646464;
	width: 86%;
    margin: 0 auto;
	line-height: 1.6em;
	padding: 48px 0 0;
}

@media screen and (max-width: 901px) {
.contents_lead{
	margin-bottom: 25px;
}
.tabSection {
    width: 100%;
    margin: 0;
}
#tab_wrap{
    margin-top: -50px;
    padding-top: 50px;
}
.diary article > p:last-child{
	font-size: 106%;
	width: 100%;
    margin: 0 auto;
	line-height: 1.6em;
	padding: 50px 0 0;
}
.tab a {
	font-size: 100%;
	line-height: 142%;
    padding: 12px 0;
}
.diary  article p{
	font-size: 114%;
	line-height: 208%;
	padding: 0;
}

.about_text{
	border-bottom: 1px #EEEFEF solid;
}
.about_text .newmag_link{
	display: none;
}

}

/* street couples local chuchu */
.snap article div p:last-child, .local article div p:last-child, .child article div p:last-child{
	padding-bottom: 40px;
}
.local article div p:last-child{
    line-height: 153%;
}
.snap_comment{
    border-top: 1px #CCCCCC solid;
	font-size: 107%;
	line-height: 152%;
	font-weight: bold;
	padding: 20px 0 0;
	margin: 0 1%;
}
h6, .child h6, .sp01 h6, .sp02 h6 {
    font-size: 122%;
    line-height: 113%;
    font-weight: bold;
}

@media screen and (max-width: 901px) {
.contents_area .photo_width article{
    width: 100%!important;
    max-width: none!important;
}
.street article div p, .couples article div p, .local article div p{
	font-size: 96%;
	line-height: 120%;
}
.local article div p:last-child,.contents_lead{
	font-size: 107%;
    margin-bottom: 30px;
    line-height: 172%;
	padding-bottom: 0;
}
.snap_comment{
	font-size: 114%;
	line-height: 165%;
}
.street h5, .couples h5, .local h6, .gyaru h5, .otaku h5, .room h5, .bag h5, .neo h5, .chuchu h5, .review h5, .poem h5, .best3 h5{
	font-size: 109%!important;
}
h6, .child h6, .sp01 h6, .sp02 h6 {
    font-size: 114%;
    line-height: 165%;
}
}

/* gyaru */
.gyaru article, .otaku article{
	width: 84%;
	max-width: 660px;
	margin: 0 auto;
}
.gyaru article img, .otaku article img{
	width: 100%;
}
.gyaru article .profile, .otaku article .profile{
	font-size: 106%;
	line-height: 139%;
}
.gyaru article p, .otaku article p{
	font-size: 111%;
	line-height: 214%;
	padding-bottom: 30px;
}
.gyaru article p:last-child, .otaku article p:last-child, .chuchu article p:last-child, .snap article div:last-child p:last-child{
	padding-bottom: 0;
}
.gyaru article .name-01, .otaku article .name-01{
	color: #00c800;
}
.gyaru article .name-02, .otaku article .name-02{
	color: #00a0ca;
}
.gyaru article .topic, .otaku article .topic{
	font-weight: bold;
}
.gyaru article .lead, .otaku article .lead{
	font-weight: bold;
	margin: 0;
}
.otaku .neo_title_cap, .gyaru .neo_title_cap{
	color: #fff;
    position: absolute;
    top: 8px;
    left: 144px;
    font-size: 12px;
}

@media screen and (max-width: 901px) {
.gyaru article .profile, .otaku article .profile{
	font-size: 96%;
	line-height: 136%;
}
.gyaru article p, .otaku article p, .poem article p{
	font-size: 114%;
	line-height: 188%;
}
}

/* chuchu */
.chuchu h5{
	font-size: 97%;
    color: #FF84BE;
    margin: 0 0 2px;
}
.chuchu article p{
	font-size: 107%;
    line-height: 153%;
	padding-bottom: 26px;
}
.chuchu article img{
	margin-bottom: 26px;
}

@media screen and (max-width: 901px) {
.chuchu article p{
	font-size: 96%;
    line-height: 163%;
	padding-bottom: 26px;
}
.chuchu article img{
	margin-bottom: 15px;
}
}

/* review */
.review .profile{
	font-size: 122%;
	font-weight: bold; 
	line-height: 130%;
    margin-bottom: 30px;
}
.review .profile span:first-child{
	font-weight: normal; 
}
.review .profile span:last-child{
	font-size: 96%;
	font-weight: normal; 
}
.review .body span{
	font-weight: bold;
	font-size: 142%;
	color: #00e6ff;
}
.review .profile2, .poem .profile{
	font-size: 107%;
	line-height: 126%;
}
.review h5{
	color: #00e6ff!important;
	margin-top: 50px;
}

/* room */
.room figure p, .room article p{
	font-size: 107%;
}
.room figure{
	width: 88%;
	margin: 0 auto;
}
.room figure img{
	width: 100%;
}
.room article{
	width: 80%;
	margin: 30px auto 0;
}
.room article div{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.room article .items p{
	margin: 15px 0 20px;
	line-height: 153%;
}
.room article .room_data p, .room article .place p{
	margin: 0;
	line-height: 134%;
	padding-bottom: 24px;
}
.room article .room_data h5, .room article .place h5{
/*	padding-top: 60px;*/
	margin-top: 0;
}
.room article p span{
/*	font-weight: bold;*/
}
.room article .place span{
	font-weight: bold;
	line-height: 180%;
}
.room article div.right_box{
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.room article div img{
	width: 100%;
}
.room article items h5{
	margin-bottom: 10px;
}

@media screen and (max-width: 901px) {
.room figure p, .room article p{
	font-size: 96%;
}
.room figure{
	width: 100%;
}
.room article{
	width: 100%;
}
.room article div{
	padding-right: 3px;
}
.room article div.right_box{
	padding-left: 3px;
}
.room article .room_data, .room article .place{
	width: 100%;
	padding-right: 0!important;
	padding-left: 0!important;
	float: none;
}
.room article .room_data h5{
	padding-top: 30px;
}
.room article .place h5{
	padding-top: 45px;
}
}

/* bag */
.bag figure p, .bag article p{
	font-size: 107%;
}
.bag figure{
	width: 88%;
	margin: 0 auto 20px;
}
.bag figure img{
	width: 100%;
}
.bag figure .photo_credit{
	margin-top:10px;
}
.bag article{
	width: 80%;
	margin: 30px auto 0;
}
.bag article div{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.bag article div.large_item{
	width: 100%;
}
.bag article .items p{
	margin: 15px 0 20px;
	line-height: 153%;
}
.bag article .bag_data p, .bag article .place p{
	margin: 0;
	line-height: 134%;
	padding-bottom: 24px;
}
.bag article .bag_data h5, .bag article .place h5{
	padding-top: 60px;
	margin-top: 0;
}
.bag article p span{
	font-weight: bold;
}
.bag article .place span{
	font-weight: bold;
	line-height: 180%;
}
.bag article div.right_box{
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.bag article div img{
	width: 100%;
}
.bag article items h5{
	margin-bottom: 10px;
}

@media screen and (max-width: 901px) {
.bag figure p, .bag article p{
	font-size: 96%;
}
.bag figure{
	width: 100%;
}
.bag article{
	width: 100%;
}
.bag article div{
	padding-right: 3px;
}
.bag article div.right_box{
	padding-left: 3px;
}
.bag article .bag_data, .bag article .place{
	width: 100%;
	padding-right: 0!important;
	padding-left: 0!important;
	float: none;
}
.bag article .bag_data h5{
	padding-top: 30px;
}
.bag article .place h5{
	padding-top: 45px;
}
}

/* poem */
.poem .body span, .poem .lead{
	font-size: 20px;
	line-height: 178%;
	font-weight: bold;
}
.poem .neo_title_cap{
	color: #fff;
    position: absolute;
    top: 8px;
    left: 186px;
    font-size: 12px;
}
.poem .photo_credit{
	padding-bottom: 40px;
}
.poem .lead{
	padding-bottom: 60px;
}
.poem article .body{
	font-size: 111%;
	line-height: 214%;
	padding-bottom: 0;
}
.poem h5{
	color: #00e6ff!important;
	margin-top: 50px;
}

@media screen and (max-width: 901px) {
.poem .body span, .poem .lead{
	font-size: 18.5px;
	line-height: 178%;
}	
.poem .photo_credit{
	padding-bottom: 30px;
}
.poem .lead{
	padding-bottom: 50px;
}
}

/* child */
.child .neo_title_cap{
	color: #fff;
    position: absolute;
    top: 8px;
    left: 186px;
    font-size: 12px;
}
.child h5 span{
	font-size: 14.2px;
	color: #ff84be;
	font-weight: bold;
	vertical-align: top;
}
.child article div p{
	line-height: 153%;
	font-size: 107%;
	padding-bottom: 20px;
}
.bold{
	font-weight: bold;
}
.child article div:last-child p:last-child{
	padding-bottom: 0;
}

/* best3 */
.best3 article{
	width: 88%;
	margin: 0 auto;
	font-size: 15.6px;
	line-height: 214%;
} 
.best3 h6{
	color: #00e6ff;
	font-size: 19.5px;
	margin-bottom: 6px;
}
.best3 .item{
	display: table;
	margin-bottom: 50px;
}
.best3 .item > div{
	display: table-cell;
	width: 50%;
	padding-right: 5%;
    text-align: left;
    vertical-align: top;
}
.best3 .item > div p{
	line-height: 137%;
    padding-top: 10px;
    font-size: inherit;
}
.best3 .item img{
	width: 100%;
}
.best3 .item img:first-child{
	margin-bottom: 20px;
}
.best3 .photo_frame{
	border: 1px #000 solid;
}
.best3 .item_data{
	line-height: 137%;
    padding-top: 10px;
}
.best3 .body{
	display: table-cell;	
    text-align: left;
    vertical-align: top;
}
.best3 .profile{
	display: table;
}
.best3 .profile_img{
	width: 115px;
	margin-right: 20px;
	display: table-cell;
    vertical-align: top;
    width: 90px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}
.best3 .profile_data{
	display: table-cell;   
	vertical-align: top;
	font-size: 15px;
	line-height: 126%;
}
.best3 h5{
	color: #00e6ff;
	margin: 0;
}

@media screen and (max-width: 901px) {
.best3 article{
	width: 100%;
	font-size: 16px;
}
.best3 .item, .best3 .item > div, .best3 .body, .best3 .profile, .best3 .profile_img, .best3 .profile_data{
	display: block!important;
}
.best3 .item > div{
	width: 100%;
	padding-right: 0;
}
.best3 .item_data{
    padding-bottom: 30px;
}
.best3 .profile_img{
	margin-bottom: 10px;
}
}

/* photo_txt_ver2 */
.photo_txt2 figure p, .photo_txt2 article p{
	font-size: 107%!important;
}
.photo_txt2 figure{
	width: 100%;
	margin: 0 auto 40px;
}
.photo_txt2 figure img{
	width: 100%;
}
.photo_txt2 figure .photo_credit{
	margin-top:10px;
}
.photo_txt2 article{
	width: 100%;
	margin: 30px auto 0;
}
.photo_txt2 article div{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.photo_txt2 article .items p{
	line-height: 153%;
}
.photo_txt2 article .photo_txt2_data p, .photo_txt2 article .place p{
	margin: 0;
	line-height: 134%;
	padding-bottom: 24px;
}
.photo_txt2 h4{
	font-size: 122%;
	line-height: 113%;
	font-weight: bold;
	margin: 30px 0 10px;
	background-color: inherit;
	border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    color: inherit;
    display: block;
}
.photo_txt2 article .photo_txt2_data h5, .photo_txt2 article .place h5{
	padding-top: 60px;
	margin-top: 0;
}
.photo_txt2 article p span{
	font-weight: bold;
}
.photo_txt2 article .place span{
	font-weight: bold;
	line-height: 180%;
}
.photo_txt2 article div.right_box{
	float: right;
	padding-right: 0;
	padding-left: 15px;
}
.photo_txt2 article div img{
	width: 100%;
}
.photo_txt2 article items h5{
	margin-bottom: 10px;
}

@media screen and (max-width: 901px) {
.photo_txt2 figure p, .photo_txt2 article p{
	font-size: 96%!important;
}
.photo_txt2 figure{
	width: 100%;
}
.photo_txt2 article{
	width: 100%;
}
.photo_txt2 article div{
	padding-right: 3px;
}
.photo_txt2 article div.right_box{
	padding-left: 3px;
}
.photo_txt2 article .photo_txt2_data, .photo_txt2 article .place{
	width: 100%;
	padding-right: 0!important;
	padding-left: 0!important;
	float: none;
}
.photo_txt2 article .photo_txt2_data h5{
	padding-top: 30px;
}
.photo_txt2 article .place h5{
	padding-top: 45px;
}
}


/* layout_sp 最新号特集紹介 */
.special .main_pic{
	width: 100%;
	margin: 0 auto;
} 
.special .main_pic img{
	width: 100%;
} 
.special .main_pic h5{
	margin: 10px 0 4px;
} 
.special .main_pic p{
	font-size: 107%;
} 
.special article{
	width: 88%;
    margin: 30px auto 0;
} 
.special article div p{
	font-size: 111%;
    line-height: 150%;
    padding-bottom: 20px;
} 
.special h6{
/*	color: #00e6ff;*/
	font-size: 130%;
	margin-bottom: 10px;
}
.special .item{
	display: table;
	margin-bottom: 30px;
}
.special .item > div{
	display: table-cell;
	width: 50%;
	padding-right: 5%;
    text-align: left;
    vertical-align: top;
}
.special .item > div p{
	line-height: 137%;
    padding-top: 10px;
    font-size: inherit;
}
.special .item img{
	width: 100%;
}
.special .item img:first-child{
/*	margin-bottom: 20px;*/
}
.special .photo_frame{
	border: 1px #000 solid;
}
.special .item_data{
	line-height: 137%;
    padding-top: 10px;
}
.special .body{
	display: table-cell;	
    text-align: left;
    vertical-align: top;
}
.special .magagine{
	display: table;
}
.special .magagine_img{
	width: 115px;
	margin-right: 20px;
	display: table-cell;
    vertical-align: top;
    width: 150px;
}
.special .magagine_data{
	display: table-cell;   
	vertical-align: top;
	font-size: 15px;
	line-height: 126%;
}
.special .magagine_data div{
	line-height: 150%;
}
.special h5{
	color: #00e6ff;
	margin: 0;
}

@media screen and (max-width: 901px) {
.special article{
	width: 100%;
	font-size: 16px;
}
.special .item, .special .item > div, .special .body{
	display: block!important;
}
.special .item > div{
	width: 100%;
	padding-right: 0;
}
.special .item_data{
    padding-bottom: 30px;
}
.special .magagine_img{
	margin-bottom: 10px;
}
}


/* 有馬追記 */
#preview{
	max-width:1200px;
	font-size:25px;
	font-weight:bold;
	padding:5px 15px;
	border:1px solid #ff8400;
	background:#fff;
	text-align:center;
	color:#ff8400;
	margin: 0 auto 50px;
}
@media screen and (max-width: 901px) {
#preview{
	margin: 10px auto 20px;
}
}

.bold_css{
	font-weight:bold!important;
}
.prof_label_1{
	font-size: 97%;
    color: #FF84BE;
    margin: 10px 0 4px;
	font-family: 'sugoregular', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: bold;
    letter-spacing: 0.1em;
}

a.fb_icon:hover{
    color: #305097!important;
}
a.tw_icon:hover{
    color: #00aced!important;
}
a.insta_icon:hover{
    color: #3f729b!important;
}

h2 span.cat_color_sp, h2 a.cat_color_sp, .list_thum .cat_color_sp, .rank_thum .cat_color_sp, p.cat_color_sp, 
h2 span.cat_color_sp a, .list_thum .cat_color_sp a, .rank_thum .cat_color_sp a, p.cat_color_sp a{ /* 特集・サブ特 */
	color:#ffff00!important;
/*	display: block;  */
}
h5.cat_color_sp, h5.cat_color_sp a{ /* 特集・サブ特 */
	color:#646464!important;
/*	display: block;  */
}
.cat_color_sp_gray, .cat_color_sp_gray a{ /* MENU　他のグレー見出し　同棲の食卓などで使用 */
	color:#646464!important;
/*	display: block;  */
}

.cat_color_0, .cat_color_0 a{ /* その他 */
	color:#e6e6e6!important;
/*	display: block;  */
}
.cat_color_1, .cat_color_1 a{ /* SNAP系 */
	color:#64d228!important;
/*	display: block;  */
}
.cat_color_2, .cat_color_2 a{ /* キワ系 */
	color:#f08cb4!important;
/*	display: block;  */
}
.cat_color_3, .cat_color_3 a{ /* 暮らし＆ほっこり系 */
	color:#FFCC00!important;
/*	display: block;  */
}
.cat_color_4, .cat_color_4 a{ /* レビュー系 */
	color:#1ebed2!important;
/*	display: block;  */
}

/* best3 */
.best3 article{
	width: 88%;
	margin: 0 auto;
	font-size: 15.6px;
	line-height: 214%;
} 
.best3 h6{
/*	color: #00e6ff;*/
	font-size: 19.5px;
	margin-bottom: 6px;
}
.best3 .item{
	display: table;
	margin-bottom: 50px;
}
.best3 .item > div{
	display: table-cell;
	width: 50%;
	padding-right: 5%;
    text-align: left;
    vertical-align: top;
}
.best3 .item img{
	width: 100%;
}
.best3 .item img:first-child{
	margin-bottom: 20px;
}
.best3 .photo_frame{
	border: 1px #000 solid;
}
.best3 .item_data{
	line-height: 137%;
    padding-top: 10px;
	font-size: inherit;
}
.best3 .body{
	display: table-cell;	
    text-align: left;
    vertical-align: top;
	font-size: inherit;
    line-height: inherit;
}
.best3 .profile{
	display: table;
}
.best3 .profile_img{
	width: 115px;
	margin-right: 20px;
	display: table-cell;
    vertical-align: top;
    width: 90px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}
.best3 .profile_data{
	display: table-cell;   
	vertical-align: top;
	font-size: 15px;
	line-height: 126%;
}
.best3 h5{
	color: #00e6ff;
	margin: 0;
}
/*高橋追記 12/24 */
 @media screen and (max-width: 901px) {
.best3 article{
	width: 100%;
	font-size: 16px;
}
.best3 .item, .best3 .item > div, .best3 .body, .best3 .profile, .best3 .profile_img, .best3 .profile_data{
	display: block!important;
}
.best3 .item > div{
	width: 100%;
	padding-right: 0;
}
.best3 .item_data{
    padding-bottom: 30px;
}
.best3 .profile_img{
	margin: 0 0 10px;
}
}

.sp02 article p{
	font-size: 107%!important;
	line-height: 139%!important;
	margin-bottom: 36px;
}
.sp02 .profile{
	margin-bottom: 20px;
}
.sp02 .face_pic{
	width: 56px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;	
	margin: 0;
}

div.social_area{
	width: 100%;
	margin: 10px auto;
	display: inline-block;
	text-align: center;
}

div.social_area img{
	width:30%;
	max-width: 100px;
	margin:2px;
}

.btn_contactform{
	width:100% !important;
	max-width:320px !important;
	margin-left:-2px !important;
	margin-top:5px !important;
}

.margin_top_all_area{
	margin-top: 150px!important;
}
.sort_hidden{
	display:none!important;
}

@media screen and (max-width: 901px){
.margin_top_all_area{
	margin-top: 74px!important;
}
.margin_top_all_area_no_pc{
	margin-top: 74px!important;
}

.all_area{
	margin:0 auto;
	padding: 0;
}
.content_pages .all_area{
	margin-top: 85px;	
}
}

/*160112追記 髙橋*/
.sns_footer_sp a span:hover, .sns_header a span:hover{
	color: #fff;
}

/*160108髙橋追加*/
.list_rank_thum{
    width: 100%;
    margin: 0 0 15px;
	padding:0;
    border-left: 4px #fff solid;
    border-right: 4px #fff solid;
	box-sizing: border-box;
}
.list_rank_thum .img_cap{
    padding:8px;
	height: 104px;
}
.list_rank_thum .article_title {
    font-size: 104%;
    line-height: 126%;
    padding: 5px 0 1px;
}
.list_rank_thum .article_date {
    font-size: 74%;
}

.recommended_cat{
    color: #fff;
    background: #000;
    font-size: 96%;
    padding: 5px 7px;
    display: block;
    margin: 0 1%;	
}
.recommended_cat_wrapper{
	margin: 0 1%;
	overflow: hidden;
    position: relative;
}
.recommended_cat_inner{
	width: 33.7%;
	overflow: visible;
/*    margin: 0 auto; */
    margin: 0 auto 0 -4px;	
}
.list_category_thum1 .img_wrap{
	display: static;
}
.list_category_thum1 .img-responsive{
	position: relative;
}
.list_category_thum1 .img_cap{
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 7px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000);
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
}

.list_category_thum2 .img_cap{
	height: 96px;
}

.icon_rank_top{
	position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    background-color: transparent!important;
    margin: 2px;
}

@media screen and (max-width: 901px){
.recommended_cat{
	margin: 0 auto;
	display: block;
    margin-bottom: 10px;
	text-align: center;
}
.list_rank_thum{
    float: left;
}
.recommended_cat_wrapper{
	width: 100%;
    overflow: hidden;
	margin: 0 0 30px;
/*	-webkit-overflow-scrolling: auto; */
}
/*.recommended_cat_inner{
	position: relative;
	padding: 0 10px;
    margin-bottom: 10px;
	width: 200%;
}*/
.recommended_cat_wrapper::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}
.recommended_cat_wrapper::-webkit-scrollbar:horizontal{
	height: 5px;
}
.recommended_cat_wrapper::-webkit-scrollbar-thumb{
	background: #c4c4c4;
	border-radius: 2px;
}
.recommended_cat_wrapper::-webkit-scrollbar-thumb:horizontal{
	background: #c4c4c4;
	border-radius: 2px;
}
/*.list_rank_thum{
	margin: 0 1% 8px 0;
	width: 32.6%;
}*/
.recommended_cat_inner > a:last-child .list_rank_thum{
	margin: 0 0 8px 0;
}
.recommended_cat_inner{
    width: 64%;
    margin: 0 auto;
}
}
/*160108髙橋追加*/

/* ranking(top page) 0115 */
.ranking_wrapper_top{
	margin-bottom: 40px;
}
.ranking_wrapper_top .rank_thum{
    width: 46%;
    margin: 0 1%;
    border-bottom: none!important;
	margin-bottom: 0;
}
.ranking_wrapper_top .icon_rank img{
	margin-bottom: 6px;
}
.ranking_wrapper_top .display_table{
	padding-top: 6px;
	padding-bottom: 0;
}
.ranking_wrapper_top .ranking_title{
	padding: 6px 0 0;
}
.ranking_wrapper_top .fl_change{
	float: right;
}

@media screen and (max-width: 901px){
.ranking_wrapper_top .rank_thum {
    width: 100%;
    margin: 0;
    height: auto;
	float: none;
}
a .rank_thum img:hover, .list_rank_thum img:hover, .ranking_wrapper a:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
}
}

.line_left{
    width: 6px;
    height: 100%;
    background: #000;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.line_right{
    width: 6px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
	right: 0;
	float: right;
}

/* スマホ　スライダー削除 */
@media screen and (max-width: 901px){
.catch{
	display: block!important;
}
.logo a{
	font-size: 0;
}
#logo01 img:first-child{
	padding-bottom: 4px;
}
#sb-site .slide_hidden{
	display: none;
}
.logo img {
    width: 224px;
}
.headerLine {
    height: 74px;
}
.menu_icon{
    height: 74px;
	border-left: none;
}
.menu_area .navBtn{
	top: 24px;
}
.all_area{
	margin-top: 74px;
}
}

.margintop-70px{
	margin-top: 70px;
}
@media screen and (max-width: 901px){
.margintop-70px{
	margin-top: 0;
}
}

/* VOICEポップアップ タイトル非表示 */
.theme_img{
	display: none;
}

#diary_article h5 {
    font-size: 152%;
    line-height: 142%;
    font-weight: bold;
    margin-top: 0;
/*    font-family: 'Quicksand', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;*/
    font-family: 'Quicksand', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", "Yu Gothic", YuGothic, sans-serif!important;
    letter-spacing: 0em!important;
}

/* 参加者募集ページ */
.perticipate_cnt img{
	float: left;
	width: 300px;
    margin-right: 8px;
    margin-bottom: 12px;
    border: 1px solid #cccccc;
}
.perticipate_cnt .cnt_name{
    font-size: 15px;
    font-weight: bold;
}
.perticipate_cnt .cnt_name span{
	color: #FF8D00;
	padding-right: 4px;
}
@media screen and (max-width: 901px){
.perticipate_cnt img{
    width: 100%;
    float: none;
}
}
/* 参加者募集ページ */


/* 埋込動画 レスポンシブ対応 */
.movie-wrap {
    position: relative;
	padding-top: 56.25%;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-wrap_2 {
    position: relative;
	padding-top: 100%;
}

.movie-wrap_2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 埋込動画 レスポンシブ対応 */

.movie_profile{
	display: table;
}
.movie_profile .profile_img{
	width: 115px;
	margin-right: 20px;
	display: table-cell;
    vertical-align: top;
    width: 90px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}
.movie_profile .profile_data{
	display: table-cell;   
	vertical-align: top;
	font-size: 15px;
	line-height: 126%;
}
/*0412fixbtn start
.fixbtn{
	position:fixed;	
	z-index:999;
	width:100%;
	height:44px;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
}
.fixbtn li{
	width:25%;
	height:44px;
	float:left;
	margin:0 0;
	padding:0;
	box-sizing:border-box;
	position:relative;
}
.fixbtn li img{
	width:57px;
	height:34px;
	margin:auto;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.fixbtn li:nth-child(1){
	background-color:#395d8a;
}
.fixbtn li:nth-child(2){
	background-color:#0db0cc;
}
.fixbtn li:nth-child(3){
	background-color:#00c300;
}
.fixbtn li:nth-child(4){
	background-color:#fda534;
}
.modal-content{
	text-align:center;
	margin:1.5em auto 0;
	padding:10px 10px;
	border:2px solid #aaa;
	background:#fff;
	z-index:999;
	width:90%;
}

modal-content p{
	margin-top:1em;
}

modal-content p:first-child{
	margin-top:0;
}
0412fixbtn end*/

/*0719fixbtn start*/
.fixbtn{
	position:fixed;	
	z-index:999;
	width:100%;
	height:40px;
	padding:0;
	margin:0;
	bottom:0;
	left:0;
}
.fixbtn li{
	width:20%;
	height:40px;
	float:left;
	margin:0 0;
	padding:0;
	box-sizing:border-box;
	position:relative;
}
.fixbtn li img{
	width:50px;
	height:30px;
	margin:auto;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.fixbtn li:nth-child(1){
	background-color:#395d8a;
}
.fixbtn li:nth-child(2){
	background-color:#0db0cc;
}
.fixbtn li:nth-child(3){
	background-color:#00c300;
}
.fixbtn li:nth-child(4){
	background-color:#00a4de;
}
.fixbtn li:nth-child(5){
	background-color:#fda534;
}
.modal-content{
	text-align:center;
	margin:1.5em auto 0;
	padding:10px 10px;
	border:2px solid #aaa;
	background:#fff;
	z-index:999;
	width:90%;
}

modal-content p{
	margin-top:1em;
}

modal-content p:first-child{
	margin-top:0;
}
/*0719fixbtn end*/