
	body,input[type=text],input[type=number],input[type=date],textarea,select {
		font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	}

	input[type=text],input[type=number],input[type=date],textarea,select {
		padding: 3px;
		font-size: 16px;
	}

	/* 共通スタイル */

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: #fff;
		box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
		box-sizing: border-box;
		z-index: 10;
	}

	#header .title {
		margin-top: 5px;
		font-size: 28px;
		color: #C64A6E;
	}

	#header .group {
		font-size: 13px;
	}

	#footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background-color: #f5f5f5;
		z-index: 10;
	}

	#footer .copyright {
		text-align: center;
		color: #888;
		font-size: 13px;
		margin: 8px 0;
	}

	#contents {
		margin-top: 90px;
		margin-bottom: 50px;
		z-index: 1;
	}

	h1 {
		text-align: center;
		margin: 0;
		padding: 40px 0 30px 0;
		font-size: 38px;
		line-height: 48px;
		font-weight: 300;
		color: #444;
	}

	.inner {
		width: 1000px;
		position: relative;
		margin: 0 auto;
	}

	.bread {
		position: absolute;
		top: 0;
		left: 0;
	}

	.tbl {
		border-collapse: collapse;
		margin: 0 auto;
	}

	.tbl th,
	.tbl td {
		padding: 5px;
		font-weight: normal;
		text-align: left;
	}

	.btns {
		text-align: center;
	}

	.btn {
		font-size: 16px;
		border: none;
		background-color: #e86b9e;
		color: #fff;
		padding: 10px 20px;
		border-radius: 3px;
		-webkit-appearance: none;
	}

	.err div {
		display: inline-block;
		background-color: #f33;
		color: #fff;
		padding: 2px 5px;
		border-radius: 4px;
		font-size: 13px;
		margin-bottom: 5px;
	}

	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.disc {
		list-style-type: disc;
		margin-left: 35px;
	}

	li {
		margin: 0;
		padding: 0;
	}

	table.layout th {
		border: none;
		padding: 3px;
	}
	table.layout td {
		border: none;
		padding: 3px;
	}

	.des {
		padding: 5px 0;
	}

	.spbr {
		display: inline-block;
	}

	.memo1 {
		margin: 10px 0;
	}

	.agreement {
		background-color: #fff;
		padding: 20px 5px;
		border-radius: 4px;
		text-align: center;
	}

	.table-title {
		margin: 0 auto;
		width: 96%;
	}

	.table-title:before {
		content: "▼ ";
		color: #c5004c;
	}

	.required {
		display: inline-block;
		background-color: #e572a3;
		color: #fff;
		padding: 0px 4px;
		border-radius: 3px;
		margin-left: 10px;
	}
	.required:after {
		content: '必須';
	}

	/* チェック＆ラジオ */

	.checks label,
	.radios label
	{
		display: inline-block;
		height: 34px;
		padding-left: 25px;
		position: relative;
		cursor: pointer;
	}
	.checks li span:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 16px;
		height: 16px;
		border: 1px solid #aaa;
		border-radius: 3px;
		background-color: #f2f2f2;
	}
	.radios li span:before {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 16px;
		height: 16px;
		border: 1px solid #aaa;
		border-radius: 8px;
		background-color: #f2f2f2;
	}
	.checks input[type=checkbox],
	.radios input[type=radio]
	{
		display: none;
	}
	.checks input[type=checkbox]:checked + span:before {
		background-image: url(checked.png);
		background-size: cover;
		background-color: #fff;
	}
	.radios input[type=radio]:checked + span:before {
		background-image: url(radios.png);
		background-size: cover;
		background-color: #fff;
	}

	.checks p,
	.radios p {
		display: inline;
	}

	/* ログインページ */

	#contents .page-description {
		background-color: #e8e8e8;
		padding: 20px;
		line-height: 180%;
		margin-bottom: 20px;
		border-radius: 3px;
	}
	#contents .page-caution {
		padding: 20px;
		line-height: 180%;
		margin-bottom: 20px;
		border-radius: 3px;
		border:5px solid #e86b9e;
	}
	#contents .page-caution h2 {
		margin:0 0 5px 0;
		font-size:130%;
		color:#e86b9e;
	}
	#contents .page-caution ul {
		list-style-position:inside;
	}
	#contents .page-caution ul li {
		list-style-type: disc;
	}

	#contents .form-area {
		background-color: #fcd8d6;
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 3px;
		margin-bottom: 20px;
	}

	#contents .form-area .title {
		font-size: 28px;
	}

	#contents .tbl {
		margin: 30px auto;
	}

	input[name=code] {
		width: 100px;
	}
	
	a { color:#e86b9e; }
	.verisign {
		font-size:12px;
		background-color:#F6F6F6;
		padding:10px;
		width:60%;
		margin:10px auto 80px;
	}
	.verisign .mypageTopIndexText {
		float:left;
		width:70%;
	}
	.verisign .mypageTopIndexNorton{
		float:right;
		width:30%;
	}
	.clearfix:after {  
		content: ".";   
		display: block;   
		height: 0;   
		clear: both;   
		visibility: hidden;  
	}
	/* 問診票選択 */

	.interview-list {
		list-style-type: none;
		padding: 20px 0 10px 0;
		margin: 0;
		text-align: center;
	}

	.interview-list li {
		display: block;
		width: 480px;
		margin: 10px auto;
		border: 2px solid #aaa;
		border-radius: 8px;
		background-color: #fff;
		position: relative;
	}

	.interview-list li::after {
		content:"▶";
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 22px;
		color: #fdca8a;
	}

	.interview-list li:hover {
		background-color: #ffefed;
	}

	.interview-list li a {
		display: block;
		padding: 10px;
		text-decoration: none;
		color: #333;
		font-size: 22px;
	}

	.interview-list li.done {
		padding: 10px 0;
		font-size: 22px;
		background-color: #eee;
		color: #aaa;
	}

	.interview-list li.done::after {
		content:"記入済";
		top: 13px;
		left: 10px;
		right: auto;
		color: #fff;
		font-size: 16px;
		padding: 0px 10px;
		background-color: #f88;
		border-radius: 10px;
	}

	.interview-list li.done:hover {
		background-color: #eee;
	}

	/* 問診票 */

	.itv {
		width: 96%;
	}

	.itv th {
		background-color: #fff;
		border: 1px solid #888;
		padding: 10px;
	}

	.itv td {
		background-color: #fff;
		border: 1px solid #888;
		padding: 10px;
	}

	.itv .td-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.itv .question {
		display: inline-block;
		padding: 0 10px 5px 10px;
		border-bottom: 1px dashed #ccc;
	}
	.itv .answer {
		margin-top: 15px;
		margin-left: 20px;
	}
	.itv .answer li {
		margin-right: 15px;
		display: inline-block;
	}

	.itv .yesno {
		display: inline-block;
		padding: 8px 8px 0 8px;
		border-bottom: 2px solid #faa;
	}
	.itv .yesno li {
		width: 90px;
		display: inline-block;
	}

	.itv .mini {
		font-size: 12px;
		color: #a66;
	}
	.itv textarea.full {
		width: 90%;
		margin: 5px 0;
	}

	.itv .short {
		width: 60px;
	}

	.itv .half {
		width: 50%;
	}

	.itv .long {
		width: 90%;
	}

	.itv .section-title {
		background-color: #ddd;
	}

	.itv .eachBR li {
		display: block;
		padding: 3px;
	}

	.itv .eachBRx li {
		display: inline-block;
		padding: 3px;
	}

	.ifcheckedhide {
		display: none;
	}

	.ext-box {
		border: 5px solid #FCD8D6;
		padding: 15px;
		margin: 5px 0;
		display: none;
	}

	.select_bar_table {
		width: 100%;
		margin: 5px 0 10px 0;
	}

	.select_bar_table td {
		border: 1px solid #ccc;
		text-align: center;
		cursor: pointer;
		padding: 4px 0;
		width: 9.1%;
		color: #888;
	}

	.select_bar_table td.on {
		background-color: #3ddb7a;
		font-weight: bold;
		color: #fff;
	}

	.select_bar_arrow {
		position: relative;
		width: 100%;
		height: 30px;
	}

	.select_bar_arrow .yes {
		position: absolute;
		top: 0;
		left: 30px;
		font-size: 13px;
		color: #555;
	}

	.select_bar_arrow .yes::before {
		content: '← ';
	}

	.select_bar_arrow .no {
		position: absolute;
		top: 0;
		right: 30px;
		font-size: 13px;
		color: #555;
	}

	.select_bar_arrow .no::after {
		content: ' →';
	}

	.caution-red {
		padding: 5px 20px;
		color: #f33;
	}

	.red {
		color: #f33;
	}

	.udl {
		text-decoration: underline;
	}

	.caution-white {
		width: 96%;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 4px;
		padding: 20px 5px;
		text-align: center;
	}

	.txt250 {
		height: 250px;
	}

	/* 端末補正 */

	@media(min-width: 768px){
		a[href^="tel:"]{
			pointer-events: none;
		}
	}

	@media screen and (max-width:1000px) { 

		.inner {
			width: 95%;
		}
	}

	@media screen and (max-width:600px) { 

		.interview-list li {
			width: 100%;
		}
		.verisign {
			width:95%;
		}

	}

	@media screen and (max-width:480px) { 

		input[type=text] {
			display: inline-block;
			width: 150px;
		}

		#header .group {
			font-size: 10px;
		}

		h1 {
			font-size: 28px;
			padding: 30px 0 20px 0;
			font-weight: normal;
		}

		.bread {
			font-size: 13px;
		}

		#contents .form-area {
			padding: 20px 10px;
		}

		#contents .form-area .title {
			font-size: 20px;
			margin-bottom: 10px;
		}

		.tbl {
			width: 100%;
		}

		.tbl th,
		.tbl td {
			display: block;
		}

		.tbl th {
			margin: 5px 0;
			padding: 0 0 0 8px;
			border-left: 3px solid #E86B9E;
		}

		.tbl td {
			margin: 0 0 5px 0;
		}

		.interview-list li a {
			font-size: 16px;
		}

		.interview-list li.done {
			font-size: 16px;
		}

		.itv {
			background-color: #fff;
		}

		.itv th {
			background-color: transparent;
			border: none;
			border-left: 3px solid #E86B9E;
			padding: 0 5px;
			margin: 5px;
		}

		.itv td {
			background-color: transparent;
			border: none;
			padding: 5px 0 10px 0;
			margin: 15px 5px;
			border-bottom: 3px dashed #FCD8D6;
		}

		.itv .section-title {
			border: none;
			padding: 8px;
		}

		.checks label,
		.radios label {
//			display: block;
		}

		.spbr {
			display: block;
			padding: 3px 0;
		}

		.select_bar_table {
			width: 100%;
			margin: 5px 0;
		}

		.select_bar_table td {
			text-align: center;
			cursor: pointer;
			padding: 4px 0;
			width: 9.1%;
			display: table-cell;
			border: 1px solid #ccc;
			font-size: 12px;
		}

		.select_bar_arrow .yes {
			left: 10px;
			font-size: 11px;
		}

		.select_bar_arrow .no {
			right: 10px;
			font-size: 11px;
		}

		.txt250 {
			height: 500px;
		}

	}


