
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* 全般設定 */
html {
	font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    /* line-height: 1.5; */
	font-size: 62.5%;
	color: #707070;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0px none;
}

a {
	color: #707070;
	text-decoration: none;
	padding: 2px 5px;
	border-bottom: 1px solid;
	display: inline-block;
}

span.k {
	display: inline-block;
}

select {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	margin-bottom: 3px;
}
input {
	margin: 0 5px;
}
textarea {
	padding: 5px;
	width: 100%;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* for MyWELTHY */
body#inline{
	width: 100%;
	height:	100%;
	background-color: #FFFFFF;
	font-size: 1.2rem;
}


/*@media screen and (min-width: 601px){*/
@media screen, print {
	/* サイト共通(フレーム構成) */
	#container {
		position: relative;
		width: 100%;
		min-height: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.1rem;	/* 11pt */
	}

	#header{
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	#content{
		position: relative;
		margin: 0 auto;
		text-align: center;
		max-width: 100%;
		/* width: 960px; */
		background-color: #FFFFFF;
	}

	#main_list_tongue_record{
		width: 400px;
		max-width: 100%;
		margin: 0px auto 0 auto;		/* 上 右 下 左 */
		padding: 0;
		text-align: left;
	}

	#main{
		width: 100%;
		max-width: 100%;
		margin: 100px auto 0 auto;		/* 上 右 下 左 */
		padding: 0 10px 0 10px;		/* 上 右 下 左 */
		text-align: left;
	}

	#main600{
		width: 600px;
		margin: 100px auto 0 auto;		/* 上 右 下 左 */
		text-align: left;
		/* border-style: solid;
		border-width: 1px; */
	}


	#main800{
		width: 800px;
		max-width: 96%;
		margin: 100px auto 0 auto;		/* 上 右 下 左 */
		text-align: left;
		/* border-style: solid;
		border-width: 1px; */
	}

	#main800mt30{
		width: 800px;
		margin: 30px auto 0 auto;		/* 上 右 下 左 */
		text-align: left;
		/* border-style: solid;
		border-width: 1px; */
	}

	#footer{
		margin: 0 auto;
		text-align: center;
		font-size: 1.2rem;
	}

	/* サイト共通(タグ設定) */
	h1 {
		font-size: 2.0rem;
		font-weight: bold;
	}

	h2 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	h3 {
		font-size: 1.9rem;
		font-weight: bold;
		color: #012169;
		letter-spacing: 3px;
		padding: .25em 0 .25em 0;		/* 上 右 下 左 */
		margin-top: 40px;
	}

	/* h3:after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 0;
		border-bottom: 1px solid #ccc;
	} */

	h4.ioyou {
		font-size: 1.3rem;
		letter-spacing: 2px;
	}

	h4.purple {
		color: #BD328C;
		font-size: 1.25rem;
		font-weight: bold;
		margin-bottom: 0.75em;
	}

	h4.pink {
		color: #EB6DA5;
		font-size: 1.25rem;
		font-weight: bold;
		margin-bottom: 0.75em;
	}


	/* サイト共通(デザイン共有定義) */
	.block_centering {
		display: block;
		text-align: center;
	}

	.clear {
		clear: both;
	}

	.white_italic {
		color: #FFFFFF;
		font-style: italic;
		font-size: 1.0rem;
		font-family: Century Gothic”,Verdana,Arial,sans-serif;
		font-weight: bold;
	}

	.pink {
		color: #EB6DA5;
	}

	.strong {
		font-weight: bold;
		font-size: larger;
	}

	.weak {
		font-weight: normal;
		font-size: smaller;
	}

	/* トップナビゲーションバー */
	.topbar {
		width: 100%;
		height: 10px;
		margin: 0px 0px 0px 0px;	/* 上 右 下 左 */
		text-align: left;
	}

	.topbar_logo {
		display: table-cell;
		width: 300px;
		/*
		background-image: url("../image/bcg_ribbon.png");
		background-repeat: no-repeat;
		*/
		text-align: left;
		padding: 0px 0px 0px 45px;	/* 上 右 下 左 */
	}

	.topbar_navi {
		display: table-cell;
		width: 660px;
		text-align: right;
		padding: 15px 20px 0px 0px;	/* 上 右 下 左 */
		vertical-align: top;
	}

	.topbar_navi_element {
		display: inline-block;
		margin: 0px 10px 0px 10px;	/* 上 右 下 左 */
		padding: 2px;
		background-color: #FFFFFF;
	}

	.topbar_navi_element img {
		vertical-align: middle;
	}

	.topbar_navi_element a {
		text-decoration: none;
		color: #A38B77
	}

	.topmenu {
		width: 100%;
		text-align: right;
		padding: 20px 20px 0px 0px;	/* 上 右 下 左 */
	}

	/* フッターバー */
	.content_footer_line {
		padding: 10px 0px 10px 0px;	/* 上 右 下 左 */
		font-family: Century Gothic, Verdana, Arial, sans-serif;
		font-size: 0.9rem;
		text-align: center;
	}

	.content_footer_line_A {
		padding: 10px 0px 10px 0px;	/* 上 右 下 左 */
		font-family: Century Gothic, Verdana, Arial, sans-serif;
		font-size: 0.9rem;
		text-align: center;
		background-color: #FAF8F3;
	}

	.content_footer_line_B {
		padding: 10px 0px 10px 0px;	/* 上 右 下 左 */
		font-family: Century Gothic, Verdana, Arial, sans-serif;
		font-size: 0.9rem;
		text-align: center;
		background-color: #FFFEF6;
	}

	.content_footer_bar {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		margin: 0 auto;
		padding: 10px 4%;
		background-color: #EEEEEE;
		margin-top: 50px;
	}

	.content_footer_bar a {
		color: #707070;
		border-bottom: none;
		text-decoration: none;
		padding: 0;
	}

	.footer-logo {
		width: 100px;
		font-weight: normal;
		margin: 25px;
	}

	.copyright {
		font-size: 0.9rem;
		text-align: center;
		font-weight: normal;
	}

	/* 横並びリスト */
	/* dl.vertical-list {
	} */

	dl.vertical-list dt {
		float: left;
		clear: both;
		width: 150px;
		padding: 5px;
		vertical-align: top;
		font-weight: bold;
		color: #EB6D99;
		/* border-style: solid;
		border-width: 1px; */
	}

	dl.vertical-list dd {
		margin-left: 160px;
		padding: 5px;
		vertical-align: top;
		/* border-style: solid;
		border-width: 1px; */
	}

	dl.vertical-list dd:after {
		content:'';
		display:block;
		clear:both;
	}

	/* 横並びリスト(テーブル型) */
	/* dl.vertical-list-table {

	} */

	dl.vertical-list-table dt {
		display: table-cell;
		height: 125px;
		width: 160px;
		float: left;
		padding: 5px;
		vertical-align: middle;
		font-weight: bold;
		color: #EB6D99;
		/* border-style: solid;
		border-width: 1px; */
	}

	dl.vertical-list-table dd {
		display: table-cell;
		height: 125px;
		width: 640px;
		padding: 5px;
		vertical-align: middle;
		/* border-style: solid;
		border-width: 1px; */
	}

	/* データベース内容表示テーブル */
	table.db {
		width: 100%;
		border-collapse:collapse;
	}

	table.db th {
		border-collapse: 0;
		border: 1px solid #EB6DA5;
		text-align: center;
	}

	table.db td {
		border-spacing: 0;
		border: 1px solid #EB6DA5;
		text-align: center;
	}

/* suzuki add.160907 */
	table.db pre {
		white-space: pre-wrap;
		word-wrap: break-word;
		overflow: auto;
	}


	/* Welthynote法人向け結果表示テーブルmunetsuna add 251106 */
	table.statistics {
		width: 100%;
		border-collapse:collapse;
	}

	table.statistics th {
		border-collapse: 0;
		border: 1px solid #012169 ;
		text-align: center;
	}

	table.statistics td {
		border-spacing: 0;
		border: 1px solid #012169 ;
		text-align: center;
	}

/* suzuki add.160907 */
	table.statistics pre {
		white-space: pre-wrap;
		word-wrap: break-word;
		overflow: auto;
	}

/* table.statisticsのCSSに以下を追加 */

/* 1. 非常に大きな負の変化 (↓↓↓) */
table.statistics td.result-down-triple {
    background-color: #4a90e2; /* 濃い青系 */
}

/* 2. 大きな負の変化 (↓↓) */
table.statistics td.result-down-double {
    background-color: #81b3f4; /* やや濃い青系 */
}

/* 3. 小さな負の変化 (↓) */
table.statistics td.result-down {
    background-color: #d6eaff ; /* 最も薄い青系 */
}

/* 4. 変化なし (→) */
table.statistics td.result-stable {
    background-color: none; /* 色なし */
}

/* 5. 小さな正の変化 (↑) */
table.statistics td.result-up {
    background-color: #fff9cc ; /* 薄い黄色 */
}

/* 6. 大きな正の変化 (↑↑) */
table.statistics td.result-up-double {
    background-color:  #ffe083 ; /* 黄色 */
}

/* 7. 非常に大きな正の変化 (↑↑↑) */
table.statistics td.result-up-triple {
    background-color: #ffb347 ; /* オレンジ */
}

/* 8. データなし (-) */
table.statistics td.result-hyphen {
    background-color: none ; /* 色なし */
    font-style: italic;
}

/* 非常に大きな差 (！ text赤色) */
table.statistics td.result-label-high {
    background-color: #ffff00; /* 強調用のやや濃い色 (黄色) */
    font-weight: bold;
}

/* 小さな差 (～) */
table.statistics td.result-label-mid {
    background-color: #d0e7ff; /* 中間的な注意を示す色 (薄い青) */
}

/*差なし (＝) */
table.statistics td.result-label-low {
    background-color: none; /* 色なし */
}

/* データなし (-) */
table.statistics td.result-label-hyphen {
    background-color:  none; /* 色なし */
    font-style: italic;
}

/* ボタンを囲むリンクの下線を消す */
a:has(button) {
    text-decoration: none;
}

	table.healshe_gene_result {
		width: 100%;
		margin: 0 auto;
		border-collapse:collapse;
		border-spacing: 0;
		font-size: 1.5rem;
		font-weight: bold;
	}

	table.healshe_gene_result th {
		width: 25%;
		background-color: #EB6DA5;
		color: #FFFFFF;
		padding: 5px;
		vertical-align: middle;
		border: 1px solid #EB6DA5;
    letter-spacing: 2px;
	}

	table.healshe_gene_result td {
		width: 25%;
		padding: 5px;
		border: 1px dashed #EB6DA5;
		vertical-align: middle;
	}

	table.healshe_gene_result td.bottom {
		padding: 5px;
		border: 1px dashed #EB6DA5;
		vertical-align: middle;
	}

	.healshe_gene_info {
		text-align: left;
		width:100%;
		margin:0 auto;
		font-size: larger;
	}

	/* トップ画面 */
	.welcome {
		display: block;
		width: 100%;
		margin: 80px 0px 25px 0px;	/* 上 右 下 左 */
		text-align: center;
	}

	.board_monitor{
		position: absolute;
		top: 80px;
		left: 800px;
	}

	.board_monitor_float_right{
		float: right;
		clear: both;
	}

	/* トップ画面丸ボタン */
	.btn_holder{
		margin: 50px 0px 100px 0px;	/* 上 右 下 左 */
	}

	.btn {
		cursor: pointer;
	}

	/* トップ画面 下 説明 */


	.explain_frame_A {
		background-color:#FAF8F3;
		text-align: center;
		padding: 0px 0px 30px 0px;	/* 上 右 下 左 */
		background-image: url("../image/explain_element_30px.png");
		background-repeat: repeat-x;
		background-position: left top;
	}

	.explain_frame_B {
		background-color:#FFFEF6;
		text-align: center;
		padding: 20px 0px 30px 0px;	/* 上 右 下 左 */
	}

	.explain_frame_bird_fly{
		margin: 0 0 0 90px;	/* 上 右 下 左 */
		text-align: left;
	}

	.explain_frame_in {
		width: 650px;
		margin: 0 auto;
		text-align: left;
	}

	.explain_button {
		display: inline-block;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #EE88B0;
		padding: 0.5em 1.0em 0.5em 1.0em;	/* 上 右 下 左 */
		letter-spacing: 0.2em;
		cursor: pointer;
    border-radius: 3px;
	}

	/* Google Map共通 */
	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.ggmap iframe, .ggmap object, .ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	/* ログインページ */
	.welthy_login {
		display: inline-block;
		/* background-image: url("../image/welthy_login.png"); */
		background-repeat: no-repeat;
		background-position: right top;
		width: 600px;
		height: 400px;
		margin: 0px 0px 80px 0px;	/* 上 右 下 左 */
	}

	.healshe_login {
		display: inline-block;
		background-image: url("../image/healshe_login.png");
		background-repeat: no-repeat;
		background-position: center top;
		width: 600px;
		height: 400px;
		margin: 80px 0px 80px 0px;	/* 上 右 下 左 */
	}

	.login_info {
		margin: 150px 0px 5px 0px;	/* 上 右 下 左 */
		padding:  0px 120px 0px 120px;	/* 上 右 下 左 */
		width: 100%;
		text-align: right;
		font-weight: bold;
		font-size: smaller;
	}

	.login_id {
		margin: 10px 0px 8px 0px;	/* 上 右 下 左 */
		padding:  0px 120px 0px 120px;	/* 上 右 下 左 */
		width: 100%;
		text-align: left;
	}

	.login_id label {
		display: inline-block;
		font-size: 1.5rem;
		color: #012169;
		width: 25%;
		padding: 1px;
	}

	.login_id input {
		font-size: 1.7rem;
		width: 75%;
		border: solid 2px #dbe0e5;
		padding: 1px;
		ime-mode: disabled;

	}

	.login_password {
		margin: 10px 0px 8px 0px;	/* 上 右 下 左 */
		padding:  0px 120px 0px 120px;	/* 上 右 下 左 */
		width: 100%;
		text-align: left;
	}

	.login_password label {
		display: inline-block;
		font-size: 1.5rem;
		color: #012169;
		width: 25%;
		padding: 1px;
	}

	.login_password input {
		font-size: 1.7rem;
		width: 75%;
		border: solid 2px #dbe0e5;
		padding: 1px;
		ime-mode: disabled;
	}

	.login_ask {
		margin: 10px 0px 5px 0px;	/* 上 右 下 左 */
		padding:  0px 120px 0px 120px;	/* 上 右 下 左 */
		text-align: right;
	}

	.login_ask a {
		border: dashed 0px #012169;
		border-bottom-width: 2px;
		color: #012169;
		font-weight: bold;
		text-decoration: none;
	}

	.login_comment {
		font-size: larger;
		margin: 10px 0px 5px 0px;	/* 上 右 下 左 */
    color:#ff0033;
	}

	/* HEALSHE */
	.healshe_box_agree {
		margin: 10px auto;
		width: 95%;
		padding:10px;
		text-align: left;

		/* 角丸 */
		border: 1px solid #EE88B0;
		border-radius: 5px;        /* CSS3草案 */
	    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	    -moz-border-radius: 5px;   /* Firefox用 */
		/* 影 */
		-webkit-box-shadow: 2px 2px 3px #CCC; /* Safari, Chrome用 */
		-moz-box-shadow: 2px 2px 3px #CCC; /* Firefox用 */
		box-shadow: 2px 2px 3px #CCC; /* CSS3 */

	}

	.heaslshe_gene_well {
		display: block;
		width: 100%;
		margin: 0 auto;
		background-color: #EB6DA5;
		height: 205px;
		background-image: url("../image/well_sitting.png");
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	.appli_info {
		text-align: left;
		width:100%;
		margin:0 auto;
		font-size: larger;
	}

	table.heaslshe_gene_result {
		width: 100%;
		margin: 0 auto;
		border-collapse:collapse;
		border-spacing: 0;
		font-size: 1.5rem;
		font-weight: bold;
	}

	table.heaslshe_gene_result th {
		width: 25%;
		background-color: #EB6DA5;
		color: #FFFFFF;
		padding: 5px;
		vertical-align: middle;
		border: 3px solid #EB6DA5;
	}

	table.heaslshe_gene_result th:first-child {
		border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		-moz-border-radius: 6px 0 0 0;
	}

	table.heaslshe_gene_result th:last-child {
		border-radius: 0 6px 0 0;
		-webkit-border-radius: 0 6px 0 0;
		-moz-border-radius: 0 6px 0 0;
	}

	table.heaslshe_gene_result td {
		width: 25%;
		padding: 5px;
		border: 1px dashed #EB6DA5;
		text-align: left;
		vertical-align: middle;
	}

	table.heaslshe_gene_result td.item {
		width: 25%;
		padding: 5px;
		border: 1px dashed #EB6DA5;
		text-align: center;
		vertical-align: middle;
	}

	table.heaslshe_gene_result td:first-child {
		border-left: 3px solid #EB6DA5;
	}

	table.heaslshe_gene_result td:last-child {
		border-right: 3px solid #EB6DA5;
	}

	table.heaslshe_gene_result td.bottom {
		padding: 5px;
		border: 1px dashed #EB6DA5;
		border-bottom: 3px solid #EB6DA5;
		vertical-align: middle;
	}

	table.heaslshe_gene_result td.bottom:first-child {
		border-left: 3px solid #EB6DA5;
		border-radius: 0 0 0 6px;
		-webkit-border-radius: 0 0 0 6px;
		-moz-border-radius: 0 0 0 6px;
	}

	table.heaslshe_gene_result td.bottom:last-child {
		border-right: 3px solid #EB6DA5;
		border-bottom: 3px solid #EB6DA5;
		border-radius: 0 0 6px 0;
		-webkit-border-radius: 0 0 6px 0;
		-moz-border-radius: 0 0 6px 0;
	}



	/* My WELTHY MENU */
	ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 1.2rem;
	}
	ul#WelthyMenu li{
	    float: left;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    width: auto;
	    height: auto;
	    display: block;
	    cursor: pointer;
	}
	ul#WelthyMenu li.others{
	    float: left;
	    position: relative;
	    margin-left: 3px;
	    padding: 10px;
	    background-color: #EB6DA5;
	    width: 150px;
	    height: auto;
	    display: block;
	    cursor: pointer;
	    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	}
	ul#WelthyMenu li.others a{
	    color: #FFFFFF;
	    font-weight: bold;
	}
	ul.WelthyMenuChild{
		display: none;
		position: absolute;
		margin: 0;
		padding: auto;
		vertical-align: middle;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
	}
	ul.WelthyMenuChild li.WelthyMenuChildElement a{
		display: block;
	    padding: 5px;
	    margin:0;
	    width: 150px;
	    min-height: 35px;
	    color: #A38B77;
	    background-color: #FFFFFF;
	    text-decoration: none;
	}
	ul.WelthyMenuChild li.WelthyMenuChildElement2 a{
		display: block;
	    padding: 5px;
	    margin:0;
	    height: 35px;
	    color: #A38B77;
	    width: 150px;
	    background-color: #FBE7F0;
	    text-decoration: none;
	}

	/* My WHELTHY */
	.topbar_menu {
		display: table-cell;
		width: 300px;
		text-align: left;
		padding: 0px 0px 0px 0px;	/* 上 右 下 左 */
	}

  .welthy_title{
    text-align: left;
    width: 796px;
    margin: 0px auto;
  }



	.mywelthy_frame{
/*		display: block;
		text-align: center;
*/
		overflow:hidden;
		width:100%;
		font-size: 1.2rem;
	}

	.mywelthy_frame .column{
		display: inline-block;
		vertical-align: top;
		width: 396px;
		max-width: 100%;
		border: solid 1px #F09EC1;
    border-radius: 3px;
	}

	.inline_container {
		width: 96%;
		margin-left: 2%;
    padding-bottom: 15px;
	}

	.inlineblock_container {
		width: 100%;
		overflow: hidden;
	}

	.inlineblock_half {
		display: inline-block;
		width: 48%;
	}

	.mywelthy_frame table{
		table-layout: fixed;
		margin: 20px 10px 10px 10px;	/* 上 右 下 左 */
		border: solid 1px #F09EC1;
	}

	.mywelthy_frame td{
		border: solid 1px #F09EC1;
		text-align: center;
		vertical-align: middle;
	}

	.mywelthy_frame td.leftcol{
		width: 50%;
		padding-top: 0px;
		vertical-align: top;
	}

	.mywelthy_frame td.leftcol img{
		vertical-align: middle;
	}

	.mywelthy_frame td.rightcol{
		width: 50%;
		padding-top: 0px;
		vertical-align: top;
	}

	.mywelthy_frame td.diary{
		width: 50%;
		vertical-align: top;
	}

	.mywelthy_frame td.diary img{
		vertical-align: top;
	}

	.mywelthy_search {
		display: inline-block;
		background-color: #EE86AC;
		vertical-align: middle;
		margin: 0px 10px 0px 10px;	/* 上 右 下 左 */
		padding: 2px;
	}

	.mywelthy_search img{
		vertical-align: middle;
	}

	.mywelthy_search input {
		width: 150px;
		vertical-align: middle;
		background-color: #FFFFFF;
		padding: 1px;
		border: solid 1px #dbe0e5;
		margin: 0px 3px 0px 3px;	/* 上 右 下 左 */
	}

	.calorie_value {
		color: #F9BB14;
		font-size: 2.5rem;
		font-family: 'Comic Sans MS', cursive;
		font-weight: bold;
		font-style: italic;
	}
	.calorie_unit {
		color: #EB7299;
		font-size: 2.0rem;
		font-family: 'Comic Sans MS', cursive;
		font-weight: bold;
	}

	table.mywelthy_photo{
		table-layout: fixed;
		border: solid 0px #FFFFFF;
		border-collapse:collapse;
		margin-right : auto;
 		margin-left : auto
	}

	table.mywelthy_photo td.photo{
		border: solid 0px #FFFFFF;
		text-align: center;
		padding: 5px;
	}

	.welthy_inline_title {
		vertical-align: middle;
		text-align: center;
		width: 100%;
		height: 40px;
		background-color: #EB6DA5;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.6rem;
    padding: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	}

	/* WELL君吹き出し用*/
	.well_background {
		position: relative;
		width: 98%;
		background-color: #FFF896;
		margin-top: 10px;
		padding-top: 10px;
	}

	.well_balloon {
		position: relative;
/*		width: 240px; */
		width: 88%;
		border: 0px;
		border-radius: 12px 12px 12px 12px;
		background-color: #FFFFFF;
		padding: 10px;
		margin-left: 15px;
	}

	.well_balloon .bump {
		position: absolute;
		width: 0px;
		height: 0px;
		left: -12px;
		bottom: 40%;
		margin-top: 8px;
		border-right: 12px solid #FFFFFF;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}

	/* WELTHY 項目境界 */
	.welthy_border {
		position: relative;
		margin-top: 10px;
		margin-left: 5%;
		padding: 5px 0;
		text-align: left;
		width: 90%;
		border-bottom: 1px solid #EB6DA5;
		height: auto;
	}

	.welthy_border .edge_left {
		position: absolute;
		bottom: -3px;
		left: -6px;
		width: 6px;
		height: 6px;
		background-color: #EB6DA5;
	}

	.welthy_border .edge_right {
		position: absolute;
		bottom: -3px;
		right: -6px;
		width: 6px;
		height: 6px;
		background-color: #EB6DA5;
	}

	/* 横ゲージバー */
	.welthy_gauge {
		position: relative;
		width: 100%;
		height: 12px;
		border-radius: 3px;
		background: linear-gradient(#c7c7c7, #dcdcdc, #b5b5b5);
	}

	.welthy_gauge .gauge_fill {
		position: absolute;
		height: 12px;
		bottom: 0px;
		left: 0px;
		border-radius: 3px 0px 0px 3px;
		background: linear-gradient(#e87ca3, #f58cb5, #e9588d);
	}

  table.gauge {
    width: 90%;
  }

  /* WELTHYnote index.php */
	button.window_close {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #012169;
		color: #FFFFFF;
		border-radius: 3px;
		width: 100px;
		margin: 10px 0;
	}
	.welthynote_index {
		font-size: 1.2rem;
		line-height: 2;
		width: 100%;
		padding: 0 4%;
		margin-bottom: 30px;
	}
	.welthynote_index .b {
		font-weight: bold;
		font-size: 1.3rem;
		color: #012169;
	}

	/* カレンダー　*/
	.calendar_background {
		position: relative;
		width: 100%;
		min-height: 430px;
		text-align: center;
		background-color: #F5F5F5;
    padding-top: 5px;
		padding-left: 3%;
		padding-right: 3%;
	}

	.calendar_background button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #012169;
		color: #FFFFFF;
		border-radius: 3px;
		width: 80%;
		margin-left: 10%;
	}

	.calendar_background input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #012169;
		color: #FFFFFF;
		border-radius: 3px;
		width: 80%;
		margin: 0 10%;
	}

	table.cal {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
	}

	table.cal th {
		border: 0px;
		text-align: center;
		width: 14.2%;
	}

	table.cal td {
		border-spacing: 0;
		border: 2px solid #F5F5F5;
		background-color: #FFFFFF;
		text-align: left;
		vertical-align: top;
		padding: 2px;
		width: 14.2%;  /* 48px; */
		height: 48px;
		border-radius: 4px;
	}

	table.cal td.gray {
		border-spacing: 0;
		border: 2px solid #F5F5F5;
		background-color: #DDDDDD;
		/*
		text-align: left;
		vertical-align: top;
		padding: 2px;
		width: 48px;
		*/
		height: 48px;
	}

	table.cal td.sun {
		border-spacing: 0;
		border: 2px solid #F5F5F5;
		background-color: #FFFFFF;
		color: #eb6120;
		/*
		text-align: left;
		vertical-align: top;
		padding: 2px;
		width: 48px;
		*/
		height: 48px;
	}

	table.cal td.sat {
		border-spacing: 0;
		border: 2px solid #F5F5F5;
		background-color: #FFFFFF;
		color: #006fbc;
		/*
		text-align: left;
		vertical-align: top;
		padding: 2px;
		width: 48px;
		*/
		height: 48px;
	}

	button#scroll_top {
		margin: 0;
	}

	/* 個人設定 */
	.profile input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #012169;
		color: #FFFFFF;
		border-radius: 3px;
		width: 60px;
		margin: 15px 0;
	}


	/* 舌画像登録 */
	.checkbox_item {
		margin: 22px 0 0 0;
		display: inline-block;
		vertical-align: top;
		/* width: 200px;
		height: 210px; */
	}
	.control {
		display: block;
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		cursor: pointer;
		line-height: 20px;
	}
	.control input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}
	.control__indicator {
		position: absolute;
		top: 0px;
		left: 0;
		height: 20px;
		width: 20px;
		background: #e6e6e6;
	}
	.control:hover input ~ .control__indicator,
	.control input:focus ~ .control__indicator {
		background: #ccc;
	}
	.control input:checked ~ .control__indicator {
		background: #012169;
	}
	.control:hover input:not([disabled]):checked ~ .control__indicator,
	.control input:checked:focus ~ .control__indicator {
		background: #16388a;
	}
	.control input:disabled ~ .control__indicator {
		background: #e6e6e6;
		opacity: 0.6;
		pointer-events: none;
	  }
	  .control__indicator:after {
		content: '';
		position: absolute;
		display: none;
	  }
	  .control input:checked ~ .control__indicator:after {
		display: block;
	  }
	  .control--checkbox .control__indicator:after {
		left: 8px;
		top: 4px;
		width: 3px;
		height: 8px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		transform: rotate(45deg);
	  }
	  .control--checkbox input:disabled ~ .control__indicator:after {
		border-color: #7b7b7b;
	  }
	  .control--radio .control__indicator:after {
		left: 7px;
		top: 7px;
		height: 6px;
		width: 6px;
		border-radius: 50%;
		background: #fff;
	  }
	  .control--radio input:disabled ~ .control__indicator:after {
		background: #7b7b7b;
	  }
	  .select {
		position: relative;
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	  }
	  .select select {
		display: inline-block;
		width: 100%;
		cursor: pointer;
		padding: 10px 15px;
		outline: 0;
		border: 0;
		border-radius: 0;
		background: #e6e6e6;
		color: #7b7b7b;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	  }
	  .select select::-ms-expand {
		display: none;
	  }
	  .select select:hover,
	  .select select:focus {
		color: #000;
		background: #ccc;
	  }
	  .select select:disabled {
		opacity: 0.5;
		pointer-events: none;
	  }


	.note {
		margin-bottom: 10px;
		font-size: 1rem;
		font-weight: bold;
		color: #012169;
		/* line-height: 1.2rem; */
	}
	.note-b-text {
		padding: 15px 0 10px 0;
		margin: 15px 0 0 0;
		font-size: 1.1rem;
		font-weight: bold;
		color: #012169;
		border-top: solid #ccc 1px;
	}
	.note-b {
		margin: 15px 0;
		color: #012169;
		border-top: solid #ccc 1px;
	}

	div#form_tongue_record {
		margin: 10px 0 0 0;
	}


	/* 登録一覧 */
	div#item_display {
		margin-top: 10px;
	}

	.topbox_tongue_list {
		position: fixed;
		top: 0px;
		background-color: #FFF;
		width: 400px;
		padding: 20px 10px;
		max-width: 100%;
		border-bottom: double;
	}

	.tongue_list_item {
		padding: 17px 0px;
		border-top: 1px dotted #ccc;
	}
	.tongue_list_item:first-child {
		border-top: none;
	}


	/* 食事ダイアリー */
	.food_diary_card {
		width: 97%;
		margin: 20px auto 5px auto;
		border-radius: 5px;
		/* border: 1px ridge #d4d4d4; */
		box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.3);
		padding: 20px;
	}

	.food_diary_card ul li.date {
		width: 27%;
		height: 36px;
		margin: 0px;
		padding-left: 5px;
		padding-top: 12px;
/*		vertical-align: middle; */
		background-color: #EB6DA5;
		color: #FFFFFF;
		font-weight: bold;
		display: block;
		float: left;
	}

	.food_diary_card ul li.code_diary {
		width: 100%;
		height: 36px;
		margin: 0px;
		padding-left: 5px;
		border-top: 2px solid #EB6DA5;
		vertical-align: middle;
		font-weight: bold;
		float: clear;
	}

	/* フォーム*/

	.inline_container input[type="text"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		border-bottom: 2px solid #EB6DA5;
		width: 80%;
		margin-left: 10%;
	}

	.inline_container input[type="number"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		border-bottom: 2px solid #EB6DA5;
		width: 80%;
		margin-left: 10%;
		padding-top: 10px;
	}

	.inline_container select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
	}

	.inline_container input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #F9D5DF;
		border-radius: 3px;
		width: 80%;
		margin-left: 10%;

	}

	.inline_container button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #F9D5DF;
		border-radius: 3px;
		width: 80%;
		margin-left: 10%;

	}

	.inline_container .fixed_box {
		position: fixed;
		top: 48px;
		width: 50%;
		right: 0px;
		background-color: #E0E0E0;
		border: 1px dashed #F9D5DF;
		border-radius: 5px;
		padding: 5px;
		box-shadow: -5px 5px 5px;
	}

	.inline_container .circular_button {
		width: 32px;
		height: 32px;
		background-color: #EB6DA5;
		border-radius: 16px;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		text-align:center;
		vertical-align:middle;
	}

	.img_file_mask span {
		display:flex;
		align-items: center;
		justify-content: center;
		width: 96px;
		height: 96px;
		background-color: #EEEEEE;
		text-align: center;
		color: #707070;
		font-size: 36px;
		margin-top: 10px;
	}

	textarea#shortcuturl {
		margin-top: 15px;
		color: #707070;
		border: 1px solid #707070;
	}

	a.basic_tag {
		margin-right: 3px;
	}
}

@media screen and (max-width: 800px){
  .welthy_title{
    text-align: center;
    width: 600px;
    margin: 0px auto;
  }

  .mywelthy_frame .column {
    width: 600px;
  }

  #main800{
    margin: 50px auto 0 auto;		/* 上 右 下 左 */
  }
}

@media screen and (max-width: 600px){
  .topbar_logo {
    padding: 0px 0px 0px 10px;
    width: 350px;
  }

  .topbar_navi {
    padding: 15px 10px 0px 0px;
  }

  .topmenu {
    padding: 20px 10px 0px 0px;
  }

  .welthy_login{
    /* background-image: url("../image/welthy_login_2.png"); */
    background-position: center;
    height: 410px;
    width: 100%;
    margin: 10px 0px 10px 0px;
  }

  .login_id{
    padding: 0px 20px 0px 20px;
  }

  .login_password{
    padding: 0px 20px 0px 20px;
  }

  .login_ask{
    padding: 0px 20px 0px 20px;
  }

  .mywelthy_frame .column {
    width: 100%;
    border: none;
  }

  .well_background {
		position: relative;
		width: 100%;
		background-color: #FFF896;
		margin-top: 10px;
		padding-top: 10px;
	}

  .welthy_title{
    text-align: center;
    width: 100%;
    margin: 0px auto;
  }

  #main800{
    margin: 10px auto 0 auto;		/* 上 右 下 左 */
  }
