@charset "utf-8";
/*..............................
<<index.css>>
W's PARTNERS co.,ltd.
................................*/

@font-face {
  font-family: 'useNums';
  src: url(../fonts/FiraSans-Light.woff) format('woff'),
  url(../fonts/FiraSans-Light.ttf) format('truetype')
  url(../fonts/FiraSans-Light.svg#svgFontName) format('svg')
  ;
}

/*LOG IN*/

.loginArea{
	width:100%;
	height:100%;
	background-color: #5d9dbd;
	position: relative;
}

.loginLogo{
	position: absolute;
    width: 60px;
    top: 20px;
    right: 20px;
    border-radius: 10%;
}

.login{
	width: 319px;
	height: 130px;
	padding:10px;
	/* background-color:#f0f0f0; */
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}

.login p.loginttl{
	font-size: 16px;
	margin-bottom: 19px;
	border-bottom: #ccc solid 1px;
	padding-bottom: 9px;
	color: #fff;
}

.login div{
	margin: 0 0 10px 0;
	position: relative;
}

.login div span{
	display: inline-block;
	width: 68px;
	font-size: 13px;
	color: #fff;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 0; */
	/* transform: translateY(-50%); */
	/* -webkit-transform: translateY(-50%); */
}

.login input{
	font-size: 13px;
	padding: 5px;
	margin: 0 5px;
	-webkit-appearance: none;
	border: #5B97B4 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
}

.login input.button{
	position: absolute;
	top: 95px;
	right: 0;
}

.login p.error{
	background-color:#F30;
	display: inline-block;
	padding: 4px 8px;
	font-size: 12px;
	color: #fff;
	border-radius: 7px;
	margin-top: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.login p.error i{
	padding-right: 5px;
}

.login input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.login input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
}
 
@media (min-width: 1px) {
    .login input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .login input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .login input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .login input[type=checkbox] + label::before {
        border: 2px solid #fff;
    }
    .login input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .login input[type=checkbox]:checked + label::after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #5d9dbd;
        border-bottom: 3px solid #5d9dbd;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*footer*/

footer{
	width:100%;
	background: #f5f5f5;
	color:#FFF;
	position: absolute;
	bottom: 0;
	right: 0;
}

footer div.footer_case{
	width:100%;
	background: #f5f5f5;
	z-index: 10;
	position: relative;
}

footer div.footer_in{
	margin:0 auto;
	padding-top: 0;
}

div.copy{
	text-align: center;
	color: #888;
	font-size: 13px;
	padding: 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 820px)  {

.loginArea{
	padding: 20px;
	box-sizing:border-box;
	min-height: 500px;
}
.login{
	width:100%;
	box-sizing: border-box;
	padding: 15px;
	height: auto;
	padding-top: 180px;
	position: relative;
	top: -100px;
}
.login .button{
	position: static !important;



	margin: 0 auto;
	display: block;
	width: 200px;
	padding: 10px 5px;
	margin-top: 32px;
	border: #fff solid 1px;
	border-radius: 5px;
	background-color: inherit;
	color: #fff;
}
.login input[type="text"],.login input[type="password"]{
	padding: 10px;
	margin-left: 66px;
	display: block;
	width: 78%;
	box-sizing: border-box;
}
.login div span{
	/* display: inline-block; */
	width: 68px;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.login .rememberBox{
	text-align: center;
	padding: 25px 0;
}
}

/*index*/

div.countArea{
	padding: 15px 0;
	/* height: 400px; */
	overflow: hidden;
}

div.noticeArea{
	font-size: 12px;
	margin-top: auto;
}

div.noticeArea .close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 50%;
	text-align: center;
	line-height: 30px;
	margin-top: -15px;
	color: #fff;
	font-size: 15px;
	border: #fba1a1 solid 1px;
    transition: background-color 0.2s ease;
	cursor:pointer;
	border-radius:30px;
}

div.noticeArea .close:hover{
	background-color:#fff;
	color:#ff4d4d;

}


div.noticeArea ul li{/* display: inline-block; */position: relative;overflow: hidden;border-radius: 9px;margin: 1px 0 1px 0;}

div.noticeArea ul li:first-child{
	margin-bottom:0;
	margin-top:0;
}

div.noticeArea ul li:last-child{
	margin-bottom:0;
	margin-top:0;
}

div.noticeArea ul li a{
	background-color: #ff4d4d;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	vertical-align: middle;
	transition: background-color 0.2s ease;
}

div.noticeArea ul li a:hover{
	background-color: #f78383;
}

div.noticeArea ul li a i{
	font-size: 20px;	
	margin-right: 8px;
}

div.noticeArea ul li a p{
	display: inline-block;
	vertical-align: text-bottom;
}

div.noticeArea ul li span{
	margin-left: 10px;
	vertical-align: text-bottom;
}

@media screen and (max-width: 820px)  {
.countConfig{padding: 15px 5px 15px 15px;margin-bottom: 0 !important;}
input[type="date"]{margin-top:15px;margin-left: 0 !important;}
div.countArea {
    padding: 0px 0 !important;
    height: auto;
    overflow: visible;
}
div.countBody div.countMain{
	float: none !important;
	width: auto !important;
	position: relative;
	background-color: white;
	margin: 30px 40px 0 40px;
}
div.countBody div.countCase{
	position: absolute;
	top: 50%;
	transform: translateX(-50%)translateY(-50%) !important;
	-webkit-transform: translateX(-50%)translateY(-50%) !important;
	left: 50% !important;
	margin-left: 0 !important;
	width: 100%;
}
div.countBody div.countGraph{
	float: none !important;
	width:100% !important;
	position: relative;
}
div.countBody div.countGraph div.countGraph_in{
	border-left:none !important;
	padding: 30px 20px !important;
}
div.countBody div.countMain p.countBefore{
	display: inline-block;
	vertical-align: middle;
	margin-right: 100px;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

p.count{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px !important;
	display: inline-block;
	vertical-align: middle;
	padding-left: 146px;
}
div.countBody div.countMain p.yen:before{
	content:"￥";
	font-size:25px !important;
}
div.countGraph div.countGraph_in div.gr div.Grtx {
    position: absolute;
    width: 166px !important;
    line-height: 35px;
    display: inline-block;
    color: #5b97b4;
    font-size: 11px !important;
}
div.countGraph.viewCount div.countGraph_in div.gr div.Grtx {
    position: absolute;
    width: 200px !important;
    line-height: 35px;
    display: inline-block;
    color: #5b97b4;
    font-size: 11px !important;
}
div.countGraph div.countGraph_in div.gr div.Grtx span{
	font-size:15px !important;
}
div.countGraph div.countGraph_in div.gr div.thermometer {
    padding-left: 160px !important;
}
.underArea .Un_navi {
    position: relative !important;
    width: 100% !important;
    order:2 !important;
}
.underArea {
	flex-direction: column;
	border-top:#ddd solid 1px;
	padding: 40px 0 !important;
}
.underArea .Un_ranking {
    padding-left: 0px !important;
    padding-bottom: 35px;
   order:1;
}
.underArea .Un_ranking .countHeader {
    top: 0;
    right: 0;
    z-index: 5;
    top: -19px !important;
}

table.brwsr1{
	padding: 0px 10px 5px 10px;
	margin-top: 0 !important;
}
table.brwsr1 th,table.brwsr1 td {
    padding: 13px 8px !important;
    vertical-align: text-top !important;
    text-align: left;
    border-bottom: #ddd 1px solid;
    color: #5b97b4;
}
table.brwsr1 .r1{
	padding:0 !important;
}
table.brwsr1 .r2{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
div.countHeader div.days{
	top: 50px !important;
}
input[type="date"]{
	width:120px !important;
}
#piechart {
    border-right: none !important;
}
}
@media screen and (max-width: 980px)  {
div.countHeader .cBtn{
	display:inline-block !important;
	padding: 0 10px;
	color: #5b97b4;
}

div.countHeader div.days {
    display: none;
    position: absolute;
    right: 0;
    top: 37px;
    background: #fff;
    padding: 3px 10px 10px 10px;
}
input[type="date"]{
	font-size: 13px;
	padding: 5px;
	margin: 0 5px 0 0;
	-webkit-appearance: none;
	border: #5B97B4 solid 1px;
	width: 135px;
}
}
div.countArea div.countHeader{
	position: relative;
	z-index: 3;
	padding-right: 0;
}

div.countArea div.countHeader div.countConfig{
	float: right;
	margin-bottom: 20px;
}

div.countHeader .cBtn{
	display:none;
	cursor: pointer;
}

div.countArea div.countHeader div.days{
	display: inline-block;
}

div.countHeader div.days a{
	padding: 3px 7px;
	font-size:17px;
	/* background-color: #5B97B4; */
	color: #5B97B4;
	text-align: center;
	display: inline-block;
	position: relative;

	top: 2px;
	border-radius: 5px;
}

div.countBody{
	position: relative;
	min-height: 350px;
	z-index: 1;
}

div.countBody p.g_Title{
	padding: 0 34px;
}

div.countBody div.countMain{
	float: left;
	width: 50%;
	/* position: relative; */
	background-color: white;
	min-height: 100px;
}

div.countBody div.countCase{
	position: absolute;
	top: 50%;
	transform:  translateX(-25%)translateY(-50%);
	-webkit-transform: translateX(-25%)translateY(-50%);
	left: 25%;
	margin-left: -160px;
}

div.countBody div.countMain p.countBefore{
	display: inline-block;

	vertical-align: middle;
	margin-right: 100px;
	font-size: 16px;
}

div.countBody div.countMain p.count{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65px;
	display: inline-block;
	vertical-align: middle;
}

div.countBody div.countMain p.yen:before{
	content:"￥";
	font-size:55px;
}

div.countBody div.countGraph{
	float: right;
	width: 50%;
	position: relative;
}

div.countBody div.countGraph div.countGraph_in{
	border-left: #ddd solid 1px;
	padding: 30px 40px;
}

div.countGraph div.countGraph_in div.gr{
	position: relative;
	height: 35px;
}

div.countGraph div.countGraph_in div.gr div.Grtx{
	position: absolute;
	width: 250px;
	line-height: 35px;
	display: inline-block;
	color: #5b97b4;
	font-size: 13px;
}

div.countGraph div.countGraph_in div.gr div.Grtx span{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	padding-right: 25px;
	color: #333;
	font-size: 20px;
}

div.countGraph div.countGraph_in div.gr div.thermometer{padding-left: 250px;}

/*グラフ*/
.thermometer-outer {
  margin: 10px auto;
  background: #f1faff;
  /* border: 1px solid #c4c4c4; */
  border-radius: 3px;
}
.thermometer-outer-h {
  height: 35px;
  width: 100%;
}
.thermometer-outer-v {
  height: 200px;
  width: 20px;
}
.thermometer-inner {
  background: #5B97B4;
}
.thermometer-inner-h {
  height: 35px;
}
.thermometer-inner-v {
  width: 20px;
}

/*UNDER AREA*/

.underArea{
	display:flex;
	padding: 10px 0;
	position: relative;
	min-height: 425px;
}

.underArea .Un_navi{
	width: 300px;
	order:1;
}

.underArea .Un_navi .official_Notice{
	margin-bottom: 20px;
}

.underArea .app_DL{
	text-align: center;
	margin-bottom: 18px;
}

.underArea .app_DL a{
	display: block;
	background-color: #5b97b4;
	padding: 10px 0 10px 35px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	position: relative;
	text-align: left;
}
.underArea .app_DL a i{
	font-size:18px;
	position: absolute;
	top: 49%;
	left: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.underArea .app_DL a:hover{
	
}

.n_title{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight:bold;font-size: 16px;position: relative;margin-bottom: 10px;padding-left: 10px;}

.n_title a{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 12px;
	color: #5d9dbd;
	border: #5d9dbd solid 1px;
	border-radius: 5px;
	padding: 3px 10px 1px 10px;
	right: 5px;
	text-decoration: none;
	background-color:#fff;
	transition: background-color 0.2s ease;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

.n_title a:hover{
	background-color:#5d9dbd;
	color:#fff;
}

.underArea .Un_navi .official_Notice ul{
	border-bottom: #5b97b4 solid 1px;
}

.underArea .Un_navi .official_Notice ul li{
	border-top: #5b97b4 solid 1px;
	position: relative;
	padding: 15px 10px;
}

p.nTitle a{
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	transition: .2s;
}

p.nTitle a:hover{
	opacity:0.7;
}

.underArea .Un_navi .official_Notice ul li p.nDay{
	font-size: 12px;
	margin-bottom: 6px;
}

.underArea .Un_navi .official_Notice ul li p.nTitle{
	font-size: 13px;
	color: #5b97b4;
	line-height: 1.5;
}

.underArea .Un_navi .official_Notice ul li a i{
	color:#5b97b4;
	font-size:12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 10px;
}

/*.underArea .Un_navi .official_Notice ul li a:hover{
	background-color: #f1faff;
}*/

.underArea .Un_navi .under_Navi{
	margin-bottom: 27px;
}

.underArea .Un_navi .under_Navi ul{
	padding-left: 10px;
}

.underArea .Un_navi .under_Navi ul li{
	font-size: 14px;
	margin-bottom: 3px;
}

.underArea .Un_navi .under_Navi ul li a{
	line-height: 1;
	font-size: 13px;
	color: #5b97b4;
	text-decoration: none;
}

.underArea .Un_navi .under_Navi ul li a:hover{
	text-decoration: underline;
}

.underArea .Un_ranking{
	padding-left: 340px;
	padding-bottom: 35px;
	order:2;
	flex:1;
	padding-left:40px;
}
.underArea .Un_ranking .countHeader {
	position: relative;
	top: -10px;
	right: 0;
	z-index: 3;
}
.underArea .Un_ranking .countHeader .countConfig{
	float:right;
}

.underArea .Un_ranking div.countHeader div.days {
    display: inline-block;
}
.underArea .Un_ranking .n_title{
	border-bottom:#5b97b4 solid 1px;
	padding-bottom:10px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
}

table.brwsr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
    font-weight: bold;
    margin-top: 17px;
}
 
table.brwsr1 th {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    /* border-bottom: #999 1px solid; */
    color: #5b97b4;
}
 
table.brwsr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    /* border-bottom: #999 1px solid; */
    font-size: 11px;
    color: #5b97b4;
}

table.brwsr1 th.r1 {
    /* width: 152px; */
    /* border-right: #999 1px solid; */
    /* background: #447791; */
}
 
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    /* width: 128px; */
    /* border-left: #fff 1px solid; */
    /* border-right: #999 1px solid; */
    /* background: #5893b1; */
}
 
table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: left;
}
 
table.brwsr1 th.r3,
table.brwsr1 td.r3 {
    /*width: 128px;*/
    /* border-left: #fff 1px solid; */
    /* border-right: #999 1px solid; */
    /* background: #7cacc2; */
}
 
table.brwsr1 th.r4,
table.brwsr1 td.r4 {
    /* width: 128px; */
    /* border-left: #fff 1px solid; */
    /* background: #a0c2d3; */
}

/*タブ*/
.content {
/*  display:none;*/
}

#gct_resizable_chart text{
	font-size:11px;
}

/*tag_image_view_count.html 対応*/

#tagImgView select[name="view_year"],
#tagImgView select[name="view_month"]{
	font-size: 15px;
	padding: 5px;
	margin: 0 0 0 5px;
	-webkit-appearance: none;
	border: #5B97B4 solid 1px;
	text-align: right;
	min-width:80px;
}
#tagImgView .unit{
	font-size:14px;
}
#tagImgView div.countBody div.countMain p.countBefore{
	position:relative;
}
#tagImgView div.countBody div.countCase{
	margin-left:0;
	left:15%;
}

/*tag_image_view_count.html 対応*/
