body{
	color:#7e634e;
	font-size:18px;
	margin:0px;
	padding:0px;
}

ul{
	-webkit-padding-start: 30px;
}

li{
	padding-bottom:15px;
}

.content{
	padding:0px 10px;
}

#fixed-footer{
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
	width:100%;
	background-color:#fff;
}

.fullscreen{
	width:100%;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.line{
	border:solid 1px #000;
}

.theme{
	background-color:#98682c;
	padding:6px 0px 6px 10px;
	margin-bottom:15px;
	color: ffffff;
}

.theme2{
	background-color:#98682c;
	padding:6px 0px 6px 10px;
	margin-bottom:0px;
	color: ffffff;
}

#bug-link-fm, #faq-link-fm, #faq-all-fm, #faq-paging-fm{
	display:none;
}

.bug-link, .faq-link{
	text-decoration:underline;
}

.link{
	color:#00a0e9;
	text-decoration:underline;
}

.link2{
	color:#7e634e;
	text-decoration:underline;
}

#faq-search-fm{
	width:100%;
	display:block;
	position:relative;
}

#faq-search-textbox{
	width:100%;
}

#faq-search-keyword{
	position:absolute;
	width:78%;
	top:15%;
	left:4%;
	height:74%;
	border:none;
}

#faq-search-submit{
	position:absolute;
	top:11%;
	right:4%;
	width:13%;
	height:80%;
}

.supplement{
	font-size:16px;
	text-indent:16px;
	margin-bottom:15px;
}

.rhombus{
	color:#feeaa2;
}

#inquiry-fm{
	display:block;
	padding:0px 10px;
}

.inquiry-input{
	display:block;
	width:100%;
	margin-bottom:15px;
	font-size:18px;
}

.inquiry-select{
	width: 100%;
	padding: 5px 1px 5px 0;
	margin-bottom: 15px;
}

#inquiry-body{
	width:100%;
	height:180px;
	margin-bottom:0px;
	font-size:18px;
}

[id^="main-submit-"] {
	width:100%;
}

#inquiry-top, #inquiry-submit, #confirm-back, #confirm-submit{
	width:46%;
	margin:0px 1%;
}

[id^="inquiry-error-"] {
	color:#e60012;
}

#faq-paging-table{
	display:table;
	border-collapse:collapse;
	margin:0px auto;
}

.faq-paging-tr{
	display:table-row;
}

.faq-paging, #faq-paging-current{
	display:table-cell;
	text-align:center;
	width:40px;
	padding:5px 0px;
	border:solid 1px #ccc;
}

#faq-paging-current{
	background-color:#eee;
}

#agreement-table{
	display:table;
	margin:0px auto;
}

#agreement-tr{
	display:table-row;
}

.agreement-td{
	display:table-cell;
	vertical-align:top;
}

#agreement-text{
	padding-left:3%;
}

#agreement-popup-overlay{
	display:none;
	width:100%;
	background:rgba(166, 166, 166, 0.5);
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

#agreement-popup{
	display:none;
	width:80%;
	color:#f00;
	background-color:#fff;
	padding:15px 5%;
	position:absolute;
	left:5%;
	z-index:2;
}

#agreement-popup-close{
	width:30%;
	margin:0px auto;
	padding:5px;
	text-align:center;
	color:#fff;
	background-color:#73bed3;
}

.talelist {
	list-style: none;
}

.talelist li {
	//padding-bottom:15px;
	padding-bottom:0px;
}

.talelist li img {
	vertical-align:bottom;
}

.inquiry_box {
	margin-bottom: 5px;
	box-sizing: border-box;
}

.inquiry_box_line {
	padding: 0.5em 1em;
	margin: 2em 0;
	background: #f0f7ff;
	border: dashed 2px #5b8bd0;
	border-radius: 10px;
}
.inquiry_box_line p {
	margin: 0;
	padding: 0;
}

.inquiry_text{
  white-space: pre-line;
	font-size:16px;
	text-indent:16px;
	margin-bottom:15px;
}

.scrollbar {
	width:100%;
	height:600px;
	overflow-y: auto;
}

.inquiry_img {
	width:60%;
	height:auto;
	margin: 2px 0 0;
}

.btn-delete {
	display: inline-block;
	padding: 0.2em 0.5em;
	margin-bottom: 1px;
	text-decoration: none;
	background: #75A9FF;/*ボタンの色*/
	color: #FFF;
	border-bottom: solid 4px #4689FF;
	border-radius: 5px;
}

.under {
	text-decoration: underline;
}
