.app_logo {
	position: absolute;
    text-align: center;
	top: 5000;
	bottom: 5000;
	margin: auto;
}
.version {
	color: white;
	font-weight: bold;
	font-size: 12px;
	position: fixed;
    text-align: center;
    bottom: 0; /*下に固定*/
	margin: 0 auto 10px auto;
}

.app_logo img {
    width: 60%;
    max-width: 250px;
}

.top_enter .button {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 8px 0px 8px 0px;
    display: block;
    width: 70%;
	max-width: 270px;
    position: relative;
}

ons-button.start.button {
    background: #ffffff;
    font-size: 14px;
	color: #515151;
    text-align: center;
	font-weight: bold;
    padding: 6px 0;
}
ons-button.search.button {
    background:none;
    font-size: 12px;
    text-align: center;
    padding: 0px 0;
	color: #fff;
}
.enter_btn {
    margin-top: 100px;
}
#top h2 img {
    width: 80px;
    vertical-align: middle;
    margin-right: 20px;
}

#top h2 {
    color: #00dccd;
    font-weight: bold;
    margin-bottom: 25px;
}

#top .page__background {
    background: #00A5BF;
}

#top{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_enter {
    text-align: center;
    box-sizing: border-box;
	height: 100%;
}

.top_enter  .inner_box  {
	margin: 20px;
}

.top_enter  .inner_box .img_area {
	width: 100%;
	text-align: center;
}
.top_enter  .inner_box .img_area img {
	width:55%;
	max-width: 180px;
}

.top_enter .sponsor {
    position: absolute;
    left: 20px;
    bottom: 5px;
    line-height: 1.5;
}
.sponsor h3 {
    color: #00dccd;
    font-size: 15px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
}

.sponsor li {
    display: block;
    margin: 0 0px;
    font-size: 16px;
    font-weight: normal;
}

/*=== 診断 ===*/
.dia_btn.button {
    padding: 0 0;
    height: 50px;
    margin: 0;
    width: 50px;
    background: #fff;
    border: 9px #f03a9f solid;
    border-radius: 50%;
}

ons-button.dia_btn.active.button {
    background: yellow;
}

ons-col:nth-child(2) .dia_btn,
ons-col:nth-child(4) .dia_btn {
    width: 45px;
    height: 45px;
}

ons-col:nth-child(3) .dia_btn {
    border-color: #ccc;
    width: 40px;
    height: 40px;
}

ons-row.ta_c.wide ons-col:nth-child(3) .dia_btn {
    border-color: #f03a9f;
}

ons-col:nth-child(3) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(4) .dia_btn {
    border-color: #ccc;
}

ons-col:nth-child(4) .dia_btn,
ons-col:nth-child(5) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(5) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(6) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(7) .dia_btn {
    border-color: #597fed;
}

ons-row.ta_c.wide ons-button.dia_btn.button {
    width: 35px;
    height: 35px;
}

ons-row.ta_c.wide ons-col:nth-child(4) .dia_btn {
    width: 25px;
    height: 25px;
    border: 7px #ccc solid;
}

ons-row.ta_c.wide ons-col:nth-child(5) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(3) .dia_btn {
    width: 28px;
    height: 28px;
    border-width: 8px;
}

ons-row.ta_c.wide ons-col:nth-child(2) .dia_btn,
ons-row.ta_c.wide ons-col:nth-child(6) .dia_btn {
    width: 32px;
    height: 32px;
}

p.number span {
    font-size: 20px;
    margin-left: 5px;
}

p.number {
    text-align: center;
    margin: 10px 0 50px 0;
    font-size: 26px;
    font-weight: bold;
    color: #555;
}

p.title {
	margin: 12px 7px 15px 7px;
    font-size: 18px;
    font-weight: bold;
	width: 100%;
	text-align: center;
}
p.description {
	margin: 7px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
	line-height: 170%;
}
p.text {
	margin: 7px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

ons-row.choices {
	font-size: 12px;
    margin-top: 10px;
    margin-bottom: 7px;
    color: #f03a9f;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

ons-row.choices .ta_rc {
    color:#666;
	text-align: center;
	padding-left: 5px;
}
ons-row.choices .ta_ql,ons-row.choices .ta_qr {
	font-weight: bold;
	font-size: 14px;
}

ons-row.choices ons-col:last-child {
    color: #597fed;
	text-align: right;
}
ons-row.choices .bold {
	font-weight: bold;
}

#diagnosis ons-card.card {
    margin-top: 40px;
    height: 380px;
}

.card {
  margin: 10px 7px 0px 6px;
  padding: 10px 8px 10px 8px;
}

/*=== 結果画面 ===*/
ons-row.rank ons-col:nth-child(1) {
    margin-right: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

ons-row.rank ons-col {
    background: #ccc;
    border: 1px #fff solid;
    width: 50px;
    padding: 5px 0px;
    text-align: center;
}

ons-row.rank ons-col span {
    display: block;
    font-size: 10px;
    margin-bottom: 0px;
}

ons-row.rank ons-col.active {
    background: #f03a9f;
}

.result_detail.second h3,
.result_detail.second ons-row.rank ons-col.active {
    background: #597fed;
}

.result_detail.third h3,
.result_detail.third ons-row.rank ons-col.active {
    background: #07afa4;
}

.result_detail.fourth h3,
.result_detail.fourth ons-row.rank ons-col.active {
    background: sandybrown;
}

.result_detail.fifth h3,
.result_detail.fifth ons-row.rank ons-col.active {
    background: olivedrab;
}

img.chart {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.result_detail h3 {
    background: #eeeeee;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
    border-radius: 5px;
}
div.catchcopy_meta{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
p.catchcopy span {
    display: block;
    font-size: 24px;
    color: #ffa600;
    margin-top: -2px;
    font-weight: bold;
}

p.catchcopy {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
}

div.learn_meta{
    font-size: 14px;
    width: 95%;
    text-align: left;
    margin-top: 12px;
	padding: 0 12px;
    margin-bottom: 0px;
}
div.strength_meta{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 4px;
}
div.strength_best5{
    margin: 0px 15px -5px 15px;
	padding-bottom: 10px;
    border-bottom: 2px dotted #ccc; 
}
div.strength_best5 div.strenght_top1{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 7px;
}
div.strength_best5 div.strenght_top2{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 7px;
}
div.strength_best5 div.strenght_top3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 7px;
}
div.strength_best5 div.strenght_top4{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 7px;
}
div.strength_best5 div.strenght_top5{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 7px;
}
#strength_01_desc{
    font-size: 14px;
}
#strength_02_desc{
    font-size: 14px;
}
#strength_03_desc{
    font-size: 14px;
}
div.job_meta{
    color: #666;
    font-size: 10px;
    margin: 5px 3px 0px 3px;
    border-top: 2px dotted #eee;
    padding-top: 4px;
}
div.job_text_1{
    color: #f03a9f;
    font-size: 12px;
    margin: 0px 3px 8px 3px;
    padding-top: 4px;
}
div.job_text_2{
    color: #597fed;
    font-size: 12px;
    margin: 0px 3px 8px 3px;
    padding-top: 4px;
}
div.job_text_3{
    color: #07afa4;
    font-size: 12px;
    margin: 0px 3px 3px 3px;
    padding-top: 4px;
}
div.job_text_4{
    color: sandybrown;
    font-size: 12px;
    margin: 0px 3px 3px 3px;
    padding-top: 4px;
}
div.job_text_5{
    color: olivedrab;
    font-size: 12px;
    margin: 0px 3px 3px 3px;
    padding-top: 4px;
}

.status {
    text-align: center;
}

.status img {
    width: 100%;
}

.status ul li {
    padding: 10px 5px;
    background: #f03a9f;
    margin-bottom: 5px;
    color: #fff;
}

.status ul li span {
    padding: 0 10px 0 5px;
}

.result_list .card {
    padding: 0;
}

.result_list .card h3 {
    background: #f03a9f;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.result_list .card p {
    padding: 15px;
}

.result_list .card h3 span {
    margin-right: 10px;
}

.status ul li:nth-child(2),
.result_list .card:nth-child(2) h3 {
    background: #597fed;
}

.status ul li:nth-child(3),
.result_list .card:nth-child(3) h3 {
    background: #07afa4;
}

.tab_btn {
    text-align: center;
}

.tab_btn .button {
    padding: 0;
    font-size: 15px;
    padding: 0 10px;
    font-weight: normal;
    border-radius: 6px;
    background: #ccc;
}

.tab_btn .button.active {
    background: rgb(110, 138, 249);
    background: -moz-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8af9', endColorstr='#64d1ee', GradientType=0);
}

.start_btn .button {
    padding: 15px 30px;
    border-radius: 20px;
    display: block;
    margin: 0px auto;
    text-align: center;
    /* width: 60%; */
    padding-left: 80px;
}

.start_btn .button:before {
    display: inline-block;
    width: 70px;
    height: 50px;
    background: url(../img/hand.png) center/100% no-repeat;
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.start_btn {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.start_btn p {
    margin-bottom: 10px;
}


h3.title {
    text-align: center;
    color: #fff;
    font-weight: bold;
	font-size: 14px;
    margin-top: 0;
    background: rgb(110, 138, 249);
    background: -moz-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8af9', endColorstr='#64d1ee', GradientType=0);
    padding: 7px 0;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}

ons-page#main_home .page__content div.one_point {
    margin: 0px 0 10px 0;
	padding: 7px 0 10px 0;
    background: url(../img/onepoint_bg.png);
	background-repeat:no-repeat;
	background-position:center top; /*背景画像を、横中央、底辺に配置。*/
	background-size:100%; /*背景画像をコンテンツの横幅いっぱいに表示する。*/
}

ons-card.one_point_card{
	margin: 4px 10px 10px 10px;
}

h3.messege_title  {
    text-align: center;
    color: #fff;
    font-weight: bold;
	font-size: 14px;
    margin-top: 0;
    background: #FFB500;
    padding: 7px 0;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}

.result_list.inner .card h3 {
    background: rgb(110, 138, 249);
    background: -moz-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(110, 138, 249, 1) 1%, rgba(100, 209, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e8af9', endColorstr='#64d1ee', GradientType=0);
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.one_point div.date{
    font-size: 18px;
	color: #fff;
    width: 100%;
	padding: 6px;
    text-align: left;
	font-weight: bold;
    margin: 2px 0 0 8px;
	line-height: 140%;
    width: -webkit-fill-available;
}

.one_point div.one_point_message{
    font-size: 13px;
	color: #00A99D;
    width: 100%;
	padding: 10px;
    text-align: left;
	font-weight: bold;
    margin-top: 0px;
	line-height: 150%;
    width: -webkit-fill-available;
}

.result_list.inner h3 span {
    position: absolute;
    left: 15px;
    top: 7px;
}

ons-card.pad_0.card {
    padding: 0;
}

ons-card.banner.card img {
    width: 100%;
    line-height: 0;
}

ons-card.banner.card {
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

ons-card.pad_0.card .inner {
    padding: 15px;
}

ul.sns_share {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

ul.sns_share li img {
    width: 100%;
}

ul.sns_share li {
    display: inline-block;
    width: 15%;
    margin: 0 5px;
}

.chart_area img#chart_bg {
    z-index: 2;
    position: relative;
}

.chart_area img#survey_graf {
    position: absolute;
    width: 47%;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.chart_area {
    position: relative;
}

.result_list.inner .card {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

/*=== 新規登録 ===*/
ons-input,
ons-select {
    border: 1px #ccc solid;
    width: 100%;
    /*padding: 5px 8px;*/
    box-sizing: border-box;
    font-size: 16px;
}

ons-select {
    width: auto;
    margin-bottom: 5px;
}

#signup dd {
    margin: 5px 0 15px 0;
}

#signup dt {
    font-weight: bold;
}

span.req {
    color: #f03a9f;
    margin: 0 4px;
}

p.attention {
    margin-bottom: 15px;
}

ons-radio.radio-button {
    border: 1px #ccc solid;
    border-radius: 50%;
}
.mr10 {
    margin-right: 10px;
}
.radio-button__checkmark:after {
    transform: inherit;
    height: 15px;
    background: #0076ff;
    border: none;
    width: 15px;
    border-radius: 50%;
    top: 4px;
}
ons-col img {
    width: 100%;
}
ons-row.file_box .button {
    padding: 0;
    font-size: 15px;
    background: #e6e6e6;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 0 10px;
    color: #949494;
    margin: 10px 0 0 0;
}
ons-row.file_box ons-col {
    margin: 5px 10px;
}

/*******************************************************************************/

.button {
    background: #00A5BF;
    font-size: 14px;
	color: #fff;
    text-align: center;
	font-weight: bold;
    padding: 6px 0;
    width: 70%;
    max-width: 270px;
	border-radius: 10px;
	margin-top: 15px;
}

.matching .card {
    padding: 0;
}

.matching img {
    width: 100%;
}

.company_img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    line-height: 0;
}

p.company_name {
    text-align: center;
    font-size: 12px;
    margin: 2px 0;
}
span.company_name {
    text-align: center;
    font-size: 11px;
    margin: 2px 0;
	color: #7f7f7f;
}
span.job_name {
    text-align: center;
    font-size: 12px;
    margin: 2px 0;
}

.job_detail {
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 0;
    box-sizing: border-box;
}

.job_table {
    margin-top: 15px;
}

.job_detail ons-col{
    font-size: 12px;
}
.job_table ons-col.title {
    text-align: center;
    background: #6e8ff9;
    border-radius: 5px;
    color: #fff;
    margin-right: 8px;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 2px 0;
}

.job_table ons-col span {
    border: 1px #f03a9f solid;
    padding: 3px 5px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 5px 5px 0px;
}

ons-row.btn_area {
    width: 100%;
    text-align: center;
}

ons-row.btn_area .button {
    width: 100%;
    margin: 20px;
    position: static;
}
ons-row.btn_area .prev {
    width: 35%;
    float: left;
    position: static;
    padding: 5px 0px;
    text-align: center;
}
ons-row.btn_area .next {
    width: 50%;
	margin: 15px auto; 
    padding: 5px 0px;
    text-align: center;
}
ons-row.btn_area .start_strength {
	margin: 15px auto; 
    padding: 5px 0px;
    text-align: center;
}

.matching .choices .button {
    padding: 0 0;
    width: 70px;
    text-align: center;
    padding: 15px 0;
    border-radius: 50%;
    font-size: 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin: 10px 0 0 0;
}

ons-row.choices ons-col:first-child .button {
    background: #f045a4;
}

ons-row.choices ons-col:last-child .button {
    background: #597fed;
}

.matching .choices ons-col:nth-child(2) .button {
    width: 60px;
    font-size: 25px;
    padding: 14px 0;
    background: #00dccd;
}

/*=== モーダル ===*/
.company_img img {
    width: 100%;
}

ons-card.dedait_box.card {
    box-sizing: border-box;
    width: 90%;
    height: 60vh;
    overflow-y: auto;
    margin: 10px auto;
    color: #444;
    padding: 0;
}

.btn_area  {
    width: 100%;
	text-align: center;
}

#modal_box {
    box-sizing: border-box;
    width: 90%;
    height: 65vh;
    overflow-y: auto;
    margin: 10px auto;
    color: #444;
    padding: 0;
    text-align: center;
    padding: 20px;
}
#modal_box img {
    max-width: 500px;
}
#modal_box .modal_title {
    font-size: 18px;
}

.comp_btn_area  {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ons-page.chat .page__background {
    background: url(../img/chat_bg.jpg);
}

ons-page.chat .page__content{
    overflow: none;
    padding-bottom: 70px;
}
ons-page.chat .page__content section{
    height: 100%;
    padding: 0px 10px 0px 10px;
    position: relative;
    overflow-y: auto;
    word-wrap:break-word;
    overflow-wrap:break-word;
}

div.header {
    width: 100%;
    height: 10px;
}
div.footer {
    width: 100%;
    height: 70px;
}

p.date {
    background: #f2f7fb;
    width: 20%;
    text-align: center;
    border-radius: 10px;
    padding: 6px 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

a.icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
a.icon img{
    height: 100%;
}

.chat_balloon {
    background: #f2f7fb;
    width: 60%;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 8px;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    text-align: left;
}

ons-page.chat .page__content div.left,
ons-page.chat .page__content div.right {
    margin-top: 10px;
    margin-bottom: 20px;
}

ons-page.chat .page__content div.right {
    text-align: right;
    margin-left: 0;
    margin-right: 20px;
}

ons-page.chat .page__content div.right .chat_balloon {
    margin-left: 5px;
    background: #d6f5fc;
}

ons-page.chat .page__content div.left span,
ons-page.chat .page__content div.right span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #a5a5a5;
}

ons-page.chat .page__content div.left .chat_balloon:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f2f7fb transparent transparent;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
}

ons-page.chat .page__content div.right .chat_balloon:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #d6f5fc;
    display: block;
    position: absolute;
    right: -15px;
    top: 10px;
}

ons-input, ons-select {
    border: 1px #ccc solid;
    /*padding: 5px 8px;*/
    box-sizing: border-box;
    font-size: 18px;
    background: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.input_area ons-input, .input_area ons-select {
    width: 65%;
    z-index: 10000;
}

ons-select {
    width: auto;
    margin-bottom: 5px;
}
.input_area ons-button.button {
    font-size: 16px;
    padding: 2px 28px;
    margin: 0px 0px 0px 8px;
    vertical-align: middle;
    text-align: left;
    float: right;
    margin-right: 10px;
}
.input_area {
    background: #f2f7fb;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.tabbar {
    background-color: #00A5BF;
    border-top: 5px solid #00A5BF;
	color: #fff;
	border-radius: 10px;
	margin: 0 5px 5px 8px;
    width: -webkit-fill-available;
}
.tabbar__button {
    color: #fff;
}
:checked + .tabbar__button {
    color: gold;
}
:checked + .tabbar {
    color: gold;
}
.ons-icon.fa {
    font-size: 18px;
    background: #777;
    border-radius: 50%;
    padding: 3px 7px;
}
:checked + .tabbar__button .ons-icon.fa {
    font-size: 18px;
    background: #f045a4;
    border-radius: 50%;
    padding: 3px 7px;
}
ons-card.pad_0.card {
    padding: 0;
}

ons-card.report{
	border-radius: 3px;
}

.pad_0.card .inner {
    padding: 15px;
}
.search .button {
    display: block;
    width: 100px;
    text-align: center;
    padding: 3px 0;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 15px;
}
.inner dl {
    margin-bottom: 15px;
}
.inner dt {
    font-weight: bold;
    margin-bottom: 5px;
}
ons-card.pad_0.card .inner {
    padding: 15px;
}
ul.check_list li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 5px;
}

#signup dd {
    margin: 5px 0 15px 0;
}

#signup dt {
    font-weight: bold;
}

span.req {
    display: inline;
    color: #f03a9f;
    margin: 0 4px;
}

p.attention {
    margin-bottom: 15px;
}

ons-col img {
    width: 100%;
}
ons-row.file_box .button {
    padding: 0;
    font-size: 15px;
    background: #e6e6e6;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 0 10px;
    color: #949494;
    margin: 10px 0 0 0;
}
ons-row.file_box ons-col {
    margin: 5px 10px;
}

section.keep_list ons-row {
    padding: 0 8px 12px;
}
section.keep_list ons-row ons-col:first-child {
    background: #597fed;
    text-align: center;
    padding: 3px 0px;
    margin-right: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}
section.keep_list .card {
    width: 97%;
    display: inline-block;
    margin: 5px;
}
.keep_list .company_img {
    height: 80px;
}
#signup dt span {
    font-size: 13px;
    display: inline;
}

.setting_list ons-col {
    text-align: center;
    margin: 0 8px;
}
.setting_list ons-button {
    padding: 0 0;
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
    background: cadetblue;
    border-radius: 10px;
    margin: 8px 0;
}
ons-card.pad_0.card.campaign {
    line-height: 0;
    overflow: hidden;
}
ons-card.pad_0.card.campaign img {
    width: 100%;
    line-height: 0;
}
.ta_c.link_list ul li {
    display: inline-block;
    width: 45%;
    text-align: left;
}
.link_list {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.setting_list ons-button img, .setting_list ons-button i {
    width: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 60px;
}
.diag_list .button {
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 0;
    padding-left: 50px;
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.diag_list .button img {
    position: absolute;
    width: 40px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.diag_list .done .button {
    padding-left: 0;
}
.diag_list h3.title {
    background: #f045a4;
}
.diag_list .done h3.title {
    background: #b3b3b3;
}
.matching_num {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.matching_num p.num {
    font-size: 50px;
    color: #f045a4;
}
/*=== 190801 追加 ===*/
ons-button.wide_btn.sns {
    margin: 0 0;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
ons-button.wide_btn.sns.fb.button {
    background: #4f61b7;
}
ons-button.wide_btn.sns.twitter {
    background: #13beff;
}
ons-button.wide_btn.sns.line {
    background: #37bb00;
}
h3.blue.title.card__title {
    background: #4c7bff;
}
h3.pink.title.card__title {
    background: #f045a4;
}

/*=== vue.js対応 ===*/

    #matching .page__content {
        margin: 0;
        background-image: linear-gradient(rgba(252, 252, 253, .5), #f7f7fb);
        overflow: hidden;
    }
    [v-cloak] {
        display: none;
    }

    #app .vue-tinder {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 23px;
        margin: auto;
        width: calc(100% - 20px);
        height: calc(100% - 23px - 18%);
        min-width: 300px;
        max-width: 355px;
    }

    .nope-pointer,
    .like-pointer {
        position: absolute;
        z-index: 1;
        top: 20px;
        width: 64px;
        height: 64px;
    }

    .nope-pointer {
        right: 10px;
    }

    .like-pointer {
        left: 10px;
    }

    .super-pointer {
        position: absolute;
        z-index: 1;
        bottom: 80px;
        left: 0;
        right: 0;
        margin: auto;
        width: 112px;
        height: 78px;
    }

    .pic {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .btns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 18%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 300px;
        max-width: 355px;
    }

.info_table {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
}
.info_table .job_table table {
    width: 100%;
}
.info_table  .job_table table th, .info_table  .job_table table td {
    border: none;
}
.info_table  .job_table table td {
    padding: 6px 10px;
}
.info_table  .job_table table th span {
    background: #597fed;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
}
.info_table  p.company_name {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    line-height: 1;
    padding: 8px 0 5px 0px;
    font-weight: bold;
}
.info_table  .job_table table td span {
    border: 1px #fff solid;
    border-radius: 3px;
    font-size: 14px;
    padding: 1px 5px;
    margin-right: 5px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
}
.info_table .job_table {
     margin-top: 0px; 
}
.info_table ons-col {
    font-size: 14px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.job_img {
    height: 200px;
    overflow: hidden;
}
.job_img img {
    width: 100%;
}
.job_table ons-row {
    margin-bottom: 5px;
}
.keep_btn, .message_btn, .join_btn {
    padding: 5px 0;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    position: relative;
    padding-left: 20px;
}
.keep_btn {
    background: #f03a9f;
}
.keep_btn.keep_cancel {
    background: #a2a2a2;
}
.message_btn {
    background: #00dccd;
}
.keep_btn:before, .message_btn:before,.join_btn:before{
    content: "";
    display: block;
    background: url(../img/ico_star.png) center/100% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}
.message_btn:before{
    background: url(../img/ico_message.png) center/100% no-repeat;
}
.join_btn:before {
    background: url(../img/ico_join.png) center/100% no-repeat;
    width: 25px;
    left: 16px;
}

ons-row.section_tab ons-col:first-child {
    border-right: 1px #a9a9a9 solid;
}
ons-row.section_tab ons-col {
    text-align: center;
    padding: 3px 0;
}
ons-row.section_tab ons-col.active {
    background: #a9a9a9;
}
ons-row.section_tab {
    border: 1px #a9a9a9 solid;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}

ons-row.section_tab ons-col a {
    display: block;
    width: 100%;
    color: #636363;
}
ons-row.section_tab ons-col.active a {
    color: #fff;
}

/*=== 190807 キープリスト ===*/
.info_btn:before,.info_btn2:before {
    content: "\f05a";
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: bold;
    margin-right: 3px;
    font-size: 13px;
}
.chat_btn:before {
    content: "\f4ad";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
}

.web_btn.button {
    background: #6e8ff9;
    font-size: 12px;
    padding: 5px 5px 5px 23px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: normal;
}
.web_btn:before {
    content: "";
    background: url(../img/ico_join.png) center/100% no-repeat;
    display: block;
    width: 11px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 7px;
}

.keep_img {
    width: 35%;
    max-width: 150px;
    height: 90px;
    border-radius: 8px;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.web_card {
    padding: 10px 0px 10px 10px;
    position: relative;
}
.web_card .company_name {
    text-align: left;
    width: 100%;
}
.web_card .bnt_area {
    position: absolute;
    right: 15px;
    bottom: 6px;
}

.keep_card {
    padding: 10px 0px 10px 10px;
    position: relative;
}
.keep_card .company_name {
    text-align: left;
    width: 100%;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.keep_card .bnt_area {
    position: absolute;
    right: 15px;
    bottom: 6px;
}
.compnay_detail {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.message_btn_wrap {
    display: inline-block;
    position: relative;
    margin-right: 7px;
}
.compnay_detail .message_btn.button {
    background: #ccc;
    font-size: 13px;
    border-radius: 5px;
    line-height: 1;
    padding: 5px 10px 5px 32px;
    font-weight: normal;
    display: inline-block;
    width: auto;
}
.compnay_detail2 {
    width: 52%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.compnay_detail2 .message_btn.button:before {
    width: 18px;
    left: 10px;
    height: 18px;
}
.compnay_detail2 .message_btn.button {
    background: #ccc;
    font-size: 13px;
    border-radius: 5px;
    line-height: 1;
    padding: 5px 10px 5px 32px;
    font-weight: normal;
    display: inline-block;
    width: auto;
}
.compnay_detail2 .message_btn.button:before {
    width: 18px;
    left: 10px;
    height: 18px;
}
.info_btn2.button {
    background: #f045a4;
    font-size: 12px;
    padding: 5px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: normal;
}
.info_btn.button {
    background: #bbb;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0px 0 0;
    font-weight: normal;
}
.chat_btn.button {
    background: #f045a4;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
    margin: 0 4px 0px 0;
    font-weight: normal;
    margin-right: 4px;
}
span.badge {
    background: #f045a4;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    padding: 3px 0;
    position: absolute;
    top: 11px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    right: 10px;
    z-index: 1;
    line-height: 1;
}
ons-row.section_tab ons-col span.badge {
    position: static;
    margin-left: 4px;
}

/*=== 190902 update ===*/
ons-tab.tabbar__item img {
    width: 30px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:720px) {
ons-tab.tabbar__item img {
    width: 30px;
    display: block;
    margin: 0 auto;
}
}/*消さない*/
button.tabbar__button {
    line-height: 1.5;
    font-size: 8px;
	font-weight: bold;
    color: #ffffff;
    /* font-weight: bold; */
}
:checked + .tabbar__button {
    color: gold;
}
ons-tab.logo.tabbar__item img {
    width: 50px;
    position: relative;
    top: -18px;
    /* max-width: 200px; */
}
ons-tab.logo.tabbar__item p.menu_c {
	width: 100%;
	position: relative;
	top: -18px;
}
button.tabbar__button {
    overflow: visible;
}
.btns ons-button.button {
    padding: 0 0;
    line-height: 0;
    background: transparent;
}
.btns ons-button.like.button {
    line-height: 1;
    background: #00dccd;
    padding: 10px 15px;
    font-size: 4vw;
}
.btns ons-button.like.button:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/ico_like.png) center/100% no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
ons-toolbar.toolbar ons-button.button {
    background: transparent;
    padding: 0 15px;
    margin: 0 0;
}
/*=== chat_list ===*/
.list_inner .prof_icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.list_inner .prof_icon img{
    max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.list_inner div {
    display: inline-block;
    vertical-align: top;
}
.list_inner div.left {
    vertical-align: middle;
}
.list_inner div.center {
    width: 65%;
    margin-left: 10px;
    vertical-align: middle;
}
.list_inner {
    padding: 10px 15px;
    border-bottom: 1px #dcdcdc solid;
    position: relative;
}
.list_inner div.right {
    position: absolute;
    right: 20px;
}
.list_inner .right .time {
    font-size: 12px;
    color: #a9a9a9;
}
.list_inner .right span.badge {
    top: auto;
    bottom: 25px;
    margin: auto;
    right: 20px;
    position: static;
    margin-top: 12px;
    display: block;
}
p.message_pre {
    width: 100%;
    font-size: 13px;
    color: #999;
    position: relative;
}
.list_inner .right span.badge.new {
    width: auto;
    border-radius: 20px;
    padding: 5px 9px;
    font-size: 12px;
}

/*=== just me ===*/
.announce {
    text-align: center;
    padding: 7px 0px 5px 0;
    font-size: 18px;
    background: #f045a4;
    color: #fff;
    /* margin-top: 10px; */
    width: 80%;
    margin: 10px auto;
    border-radius: 10px;
}
.announce2 {
    text-align: center;
    padding: 7px 0px 5px 0;
    font-size: 16px;
    background: #333;
    color: #fff;
    /* margin-top: 10px; */
    width: 95%;
    margin: 15px auto;
    border-radius: 6px;
}
/*=== list ===*/
ons-button.super_like.button, ons-button.like_button.button {
    /* background: transparent; */
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: normal;
    border-radius: 5px;
    padding: 4px 5px;
    line-height: 1;
    margin-left: 3px;
}
ons-button.like_button.button {
    background: #67dabb;
}
ons-button.super_like.button:before, ons-button.like_button.button:before {
    content: "\f164";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-weight: bold;
    margin-right: 3px;
}
.btn_small_text{
	font-size: 9px;
}
ons-button.like_button.button:before {
    content: "\f164";
    font-family: 'Font Awesome 5 Free';
    color: #00c975;
    font-weight: normal;
}
ons-button.super_like.active.button:before ,
ons-button.like_button.active.button:before {
    font-weight: bold;
}
ons-button.like_button.button:before {
    color: #fff;
    margin-right: 3px;
}
.company_logo img {
    width: 200px;
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.company_logo {
    /* margin-top: 100px; */
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
}
div#index.page__content {
    background: #00A5BF !important;
    margin: 0 !important;
}
.shindan_btn ons-card.card p span {
    position: absolute;
    right: 0;
    font-size: 13px;
    background: #afafaf;
    padding: 2px 10px;
    bottom: 4px;
    border-radius: 3px;
    color: #fff;
}
.shindan_btn ons-card.card p.caption {
    font-weight: normal;
    font-size: 13px;
    color: #a7a7a7;
}
.shindan_btn ons-card.card p {
    font-size: 16px;
    font-weight: bold;
    color: #525252;
    position: relative;
    margin-bottom: 3px;
}
.shindan_btn ons-card.card p span.unread {
    background: #f045a4;
}
ons-row.slider_bar {
    width: 95%;
    margin: 0 auto;
}
ons-row.slider_bar ons-col {
    background: rgba(255, 255, 255, 0.5);
    height: 4px;
    margin: 4px 2px;
    border-radius: 10px;
}
ons-row.slider_bar ons-col.active {
    background: rgba(255, 255, 255, 1);
}
.nodata{
    width: 100%;
    text-align: center;
    position: relative;
    height:400px;
}
.nodata p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

#re_strength{
    padding-right: 5px;
}
#re_meti{
    padding-right: 5px;
}

#strength_image{
    padding: 0px 40px 5px 40px;
	text-align: center;
	width: 100%;
    width: -webkit-fill-available;
}
#strength_image img{
    width: -webkit-fill-available;
	width: 50%;
	max-width: 60px;
}

#badge{
    display: none;
}

.news_date{
    color:  #97a7a7;
    font-size: 12px;
}
.news_main{
    font-size: 13px;
}


/* ====== 180802 カレンダー ====== */
.calendar-header__title {
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: #00A5BF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64d079', endColorstr='#558d60', GradientType=0);
    color: #fff;
    font-weight: bold;
	border-radius: 5px;
	margin: 5px;
}

button.calendar-header__prev,
button.calendar-header__next {
    position: absolute;
    top: 17px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
}

button.calendar-header__prev {
    left: 20px;
}

button.calendar-header__prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    position: relative;
    top: 0px;
    margin-right: 5px;
}

button.calendar-header__next {
    right: 20px;
}

button.calendar-header__next:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: relative;
    top: 0px;
    margin-left: 5px;
}

table.calendar-table {
    width: 100%;
}

table.calendar-table th {
    padding: 10px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
	color: #036875;
    border: none;
}

table.calendar-table th:first-child {
    color: #f03a9f;
}

table.calendar-table th:last-child {
    color: #5a5aff;
}

table.calendar-table td {
	border-radius: 6px;
    position: relative;
}

table.calendar-table td a,
table.calendar-table td span {
	font-size: 11px;
    display: block;
    height: pa;
    padding: 0 0 55px 5px;
}

table.calendar-table {
    width: 100%;
	border: 0px solid #F2F2F7;
	border-collapse: separate;
	border-spacing: 4px;
    border: none;
}

table.calendar-table td {
	background: #fff;
    border: none;
}
table.calendar-table td.today {
	background: #FFFEEE;
}

table.calendar-table td a {
    color: #003087;
}

table.calendar-table td.utillevel a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
	left: 0px;
    right: 0px;
    bottom: 6px;
  	margin: auto;
}
table.calendar-table td.utillevel0 a:before {
    background: url(../img/diary_utillevel00.png) no-repeat center/100%;
}
table.calendar-table td.utillevel1 a:before {
    background: url(../img/diary_utillevel01.png) no-repeat center/100%;
}
table.calendar-table td.utillevel2 a:before {
    background: url(../img/diary_utillevel02.png) no-repeat center/100%;
}
table.calendar-table td.utillevel3 a:before {
    background: url(../img/diary_utillevel03.png) no-repeat center/100%;
}
table.calendar-table td.utillevel4 a:before {
    background: url(../img/diary_utillevel04.png) no-repeat center/100%;
}
table.calendar-table td.utillevel5 a:before {
    background: url(../img/diary_utillevel05.png) no-repeat center/100%;
}
table.calendar-table td.utillevel6 a:before {
    background: url(../img/diary_utillevel06.png) no-repeat center/100%;
}
table.calendar-table td.utillevel7 a:before {
    background: url(../img/diary_utillevel07.png) no-repeat center/100%;
}
table.calendar-table td.utillevel8 a:before {
    background: url(../img/diary_utillevel08.png) no-repeat center/100%;
}
table.calendar-table td.utillevel9 a:before {
    background: url(../img/diary_utillevel09.png) no-repeat center/100%;
}
table.calendar-table td.utillevel10 a:before {
    background: url(../img/diary_utillevel10.png) no-repeat center/100%;
}

table.calendar-table td.c_good a:after, table.calendar-table td.c_bad a:after, table.calendar-table td.c_normal a:after {
    content: "";
    display: inline-block;
    background: url(../img/diary_faceGood.png) no-repeat center/100%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    margin-left: -21px;
    bottom: 34px;
    right: 0;
    margin: auto;
}

table.calendar-table td.c_normal a:after {
    background: url(../img/diary_faceNormal.png) no-repeat center/100%;
}

table.calendar-table td.c_bad a:after {
    background: url(../img/diary_faceBad.png) no-repeat center/100%;
}

/*====== お薬の確認 ======*/
.content_box .box_btn.mini {
    width: 42%;
    display: inline-block;
    padding: 8px 0;
    margin-top: 0;
}

.content_box.medicine p {
    text-align: center;
}

.content_box.medicine .condition {
    margin-top: 20px;
    border-top: 1px #000 solid;
    padding-top: 30px;
    margin-bottom: 50px;
}

.content_box.medicine .condition button {
    background: no-repeat;
    border: none;
    width: 30%;
}

.content_box.medicine .condition button img {
    width: 100%;
    height: auto;
}

.content_box.medicine .condition button {
    background: no-repeat;
    border: none;
    width: 25%;
    margin: 0px 10px;
    font-size: 18px;
    font-weight: bold;
}

.content_box.medicine .condition button.good {
    color: #359ca3;
}

.content_box.medicine .condition button.nomal {
    color: #f3885d;
}

.content_box.medicine .condition button.bad {
    color: #eb5356;
}

#index {
    display: flex;
    align-items: center;
    justify-content: center;
}

ons-button.next_medical_btn.button {
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px #fff solid;
    padding: 5px 10px;
    padding-left: 30px;
}
ons-button.next_medical_btn.button:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ico_pen.png) center/100% no-repeat;
    position: absolute;
    left: 8px;
    top: 5px;
}
.right.w100.toolbar__right {
    width: 100%;
    margin-right: 30px;
}

.back-button__icon{
	fill: #fff;   
	width: 10px;
    height: 10px;
	margin: 16px 0 0 0;
	
}

.progress_img{
	width: 100%;
}
#survey_select .page__background {
    background: #00A5BF;
}

.checker_select{
	margin: 20px 0 20px 0;
	text-align: center;
	height: 100%;
}

.checker_select .img_area {
	width: 100%;
	text-align: center;
}
.checker_select .img_area img {
	width:40%;
	max-width: 150px;
}

.checker_select .checker_btn {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.checker_select .checker_btn img {
	width: 90%;
	max-width: 320px;
}

.checker_select .checker_desc {
    background:none;
    font-size: 13px;
    text-align: center;
    padding: 0px 0;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

.checker_select .checker_desc2 {
    background:none;
    font-size: 12px;
    text-align: center;
    padding: 0px 0;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
}



.dia_btn2.button {
    padding: 0 0;
    height: 50px;
    margin: 0;
    width: 50px;
    background: #fff;
    border: 9px #f03a9f solid;
    border-radius: 50%;
}

ons-button.dia_btn2.active.button {
    background: yellow;
}

ons-col:nth-child(2) .dia_btn2 {
    border-color: #ccc;
}

ons-col:nth-child(3) .dia_btn2 {
    border-color: #597fed;
}

.descbtn_area{
	width: 100%;
	text-align: center;
}
ons-button.desc_btn {
    margin: 9px 0 7px 0;
	padding: 0px 0px 0px 0px;
    width:160px;
    text-align: center;
    font-size: 12px;
	background: #777;
	border-radius: 15px;
}

.result_detail.type01 h3,
.result_detail.type01 ons-row.rank ons-col.active {
	font-weight: bold;
    background: #d40415;
}

.result_detail.type02 h3,
.result_detail.type02 ons-row.rank ons-col.active {
	font-weight: bold;
    background: #ffa600;
}

.result_detail.type03 h3,
.result_detail.type03 ons-row.rank ons-col.active {
	font-weight: bold;
    background: rgb(136, 235, 122);
}

.result_detail.type04 h3,
.result_detail.type04 ons-row.rank ons-col.active {
	font-weight: bold;
    background: #1db7ff;
}


div.strength_best5 .type01{
    color: #d40415;
}

div.strength_best5 .type02{
    color: #ffa600;
}

div.strength_best5 .type03{
    color: rgb(136, 235, 122);
}

div.strength_best5 .type04{
    color: #1db7ff;
}


.result_details_box h3 {
    background: #000000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
    border-radius: 5px;
	margin: 0px;
}
.result_details_box.type01 h3{
    background: #d40415;
}
.result_details_box.type02 h3{
    background: #ffa600;
}
.result_details_box.type03 h3{
    background: rgb(136, 235, 122);
}
.result_details_box.type04 h3{
    background: #1db7ff;
}
.result_details_box div.desc_meta{
    color: #333;
    font-size: 12px;
    margin: 8px 3px 0px 3px;
	font-weight: bold;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    padding-top: 4px;
	background: #f9f9f9;
}
.result_details_box #strength_desc{
    color: #333;
    font-size: 13px;
    margin: 3px 3px 15px 3px;
    padding-top: 8px;
}
.result_details_box div.tips_meta{
    color: #333;
    font-size: 12px;
    margin: 8px 3px 0px 3px;
	font-weight: bold;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    padding-top: 4px;
	background: #f9f9f9;
}
.result_details_box div.tips_text{
    color: #333;
    font-size: 13px;
    margin: 3px 3px 15px 3px;
    padding-top: 8px;
}

.result_details_box div.job_meta{
    color: #333;
    font-size: 12px;
    margin: 8px 3px 0px 3px;
	font-weight: bold;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    padding-top: 4px;
	background: #f9f9f9;
}
.result_details_box div.job_text{
    color: #333;
    font-size: 13px;
    margin: 3px 3px 15px 3px;
    padding-top: 8px;
}

.result_details_box div.movie_meta{
    color: #333;
    font-size: 12px;
    margin: 8px 3px 0px 3px;
	font-weight: bold;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    padding-top: 4px;
	background: #f9f9f9;
}
.result_details_box div.movie_text{
    color: #333;
    font-size: 13px;
    margin: 3px 3px 15px 3px;
    padding-top: 8px;
}

ons-card.metid_report{
	padding: 0 0px 5px 0px;
}

div.meti_description {
	margin:10px;
    font-size: 14px;
    font-weight: normal;
	line-height: 150%;
}

#meti_restart{
	margin: 10px 0 30px 0;
}

div.util_level_box{
    font-size: 25px;
	font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
div.util_level_box span.my_level{
	font-size: 35px;
	color: rgb(0, 151, 197);
}

div.util_point_box{
	color: #6b6b6b;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0px;
}
div.util_point_box span{
	font-weight: bold;
}

div.util_recheck_desc{
	color: #f045a4;
    font-size: 14px;
    text-align: left;
	padding: 0 20px 0 20px;
    margin-top: 15px;
    margin-bottom: 0px;
}

ons-card.util_report{
	padding: 0 0 15px 0;
}

ons-card.util_report .button{
	margin-top: 0px;
}


/*====== お薬の確認 ======*/

ons-card.caldesc_report{
	padding: 0 0px 5px 0px;
}

ons-card.today_report{
	margin-top: 15px;
	padding: 0 0px 5px 0px;
}

.radio03-input {
    display: none;
}

.today_report p {
    text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.today_report .condition {
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.today_report .condition button {
    background: no-repeat;
    border: none;
    width: 30%;
}

.today_report .condition button img {
    width: 100%;
    height: auto;
}

.today_report .condition button {
    background: no-repeat;
    border: none;
    width: 25%;
    margin: 0px 10px;
    font-size: 18px;
    font-weight: bold;
}

.today_report .condition .radio03-input:checked+label span {
    background: #fff8be;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.today_report .condition .radio03-input+label span {
    padding: 5px 10px;
    display: inline-block;
    margin-top: 5px;
}

.condition label {
    width: 30%;
    display: inline-block;
	text-align: center;
}
.today_report .condition .good:before {
    background: url(../img/face_good.png) no-repeat center/95%;
}

.today_report .condition .normal:before {
    background: url(../img/face_normal.png) no-repeat center/95%;
}

.today_report .condition .bad:before {
    background: url(../img/face_bad.png) no-repeat center/95%;
}

.today_report .condition .radio03-input:checked+label.good:before {
    background: url(../img/face_good_select.png) no-repeat center/95%;
}

.today_report .condition .radio03-input:checked+label.normal:before {
    background: url(../img/face_normal_select.png) no-repeat center/95%;
}

.today_report .condition .radio03-input:checked+label.bad:before {
    background: url(../img/face_bad_select.png) no-repeat center/95%;
}

.today_report .condition label:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: static;
    border: none;
    margin: 0 auto;
}

.today_report .condition .good,
.today_report .condition .normal,
.today_report .condition .bad {
    border: none;
    box-shadow: none;
    text-align: center;
    width: 31%;
}

.today_report .condition .radio03-input:checked+label {
    background: transparent;
}

.today_report .button{
	width: 100%;
}

.textRed{
	color: rgb(211, 11, 11);
}

p.descSmall{
	margin: -7px 7px 12px 7px;
	color: #666;
	font-size: 10px;
	line-height: 150%;
}

ons-card.learn_all_report{
	padding: 0 0 15px 0;
}

#all_details_box{
	margin: 5px;
}

#strength_01_desc{
    font-size: 14px;
}
.result_detail h3 {
    background: #eeeeee;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
    border-radius: 5px;
}

#list_table{
	width: 100%;
}

table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

table td{
	background-color: #fff;
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}
tr:nth-child(even) {
  background: #d9d9d9;
 }

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}