/* --------------------------------------
共通
-----------------------------------------*/
/* reset */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
/* custom */
.text-white {
	color: #fff !important;
}
.bg-white {
	background: #fff;
}
.btn-link {
     white-space: normal !important;
     text-align: right;
}
h2 {
	font-weight: bold;
	color: #009fe2;
	text-align: center;
	margin: 1.6em auto;
}
h3 {
	font-weight: bold;
	color: #009fe2;
	font-size: 1.2em;
}
/* margin padding */
.margin-top-15 {
	margin-top: 15px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.padding-left-15 {
	padding-left: 15px;
}
.no-pad {
	padding: 0;
}
/* headerの調整 */
header img {
	max-width: 120px;
	margin: 1em auto 0;
}
/* 読み込んでいる読み込んでいるfooterの調整 */
#siteFooter .inner {
	width: 100% !important;
	max-width: 1140px;
}
/* 吹き出し */
.balloon .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}
.balloon .chatting {
	width: 100%;
}
.says {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #fff;
}
.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 30px; 
	left: -24px;
	border-left: 8px solid transparent;
	border-right: 16px solid #FFFFFF;
	border-bottom: 10px solid transparent;
}
.says p {
	margin: 0;
	padding: 0;
}

/* --------------------------------------
お知らせ #news
-----------------------------------------*/
#news {
	width: 100%;
	height: 118px;
	overflow: scroll;
	border: solid 1px #ccc;
	margin: 0 0 10px 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.support_news ul {
	list-style-type: none;
}
.support_news ul li {
	border-bottom: solid 1px #cccccc;
	padding: 3px 0 5px;
	margin: 8px 20px 0;
	word-break: normal;
}
.support_news ul li:last-child {
	border: none;
}
.support_news ul li a {
	color: #4688FF;
}
/* --------------------------------------
お問い合わせフォーム #support_form
-----------------------------------------*/
.notice {
	color: #d7083b;
}
table.form {
	width: 100%;
	margin-bottom: 25px;
}
table.form th {
	width: 28%;
	padding: 10px;
	vertical-align: top;
	background: #e9eff4;
	border-bottom: 2px #ffffff solid;
}
table.form tr:first-child th {
	border-top: 2px #e9eff4 solid;
}
table.form tr:last-child th {
	border-bottom: 2px #e9eff4 solid;
}
table.form tr:first-child td {
	border-top: 2px #e9eff4 solid;
}
table.form td {
	padding: 10px;
	border-bottom: 2px #e9eff4 solid;
	border-right: 2px #e9eff4 solid;
}
table.form td.check label:after {
	content: "";
	display: block;
}
table.form td.radio label {
	margin-left: 10px;
}
table.form td.radio label:first-child {
	margin-left: 0;
}
table.form td input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	border: 1px solid #ccc;
}
table.form td.input-name {
	letter-spacing: -.40em;
}
table.form td.input-name span {
	width: 7%;
	display: inline-block;
	text-align: center;
	letter-spacing: normal;
	vertical-align: middle;
}
table.form td.input-name span.notice {
	width: 100%;
	text-align: left;
}
table.form td.input-name input[type="text"] {
	width: 43%;
}
table.form td.input-half input[type="text"] {
	width: 50%;
}
table.form td select {
	width: 100%;
	border: 1px solid #ccc;
}
table.form td textarea {
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	border: 1px solid #ccc;
}

/* ================================================
ここから下　FAQ 関連
=================================================== */
/* FAQ タイトル吹き出し */
.balloon-orange {
	color: #fff;
	margin-right: 1em;
	background-color: #f1c40f;
	border-radius: 3px;
	padding: 8px;
	position: relative;
}
.balloon-orange:after {
	border-left: 6px solid #f1c40f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: '';
	margin-top: -4px;
	position: absolute;
	right: -6px;
	top: 50%;
}
/* FAQ レイアウト */
.all_frame {
	width: 100%;
	padding: 15px;
	background-color: rgba(0,159,226,0.1);
}
.side_category {
	float: left;
	width: 19em;
	margin-right: 1em;
}
.list_frame {
	float: right;
	width: calc(100% - 20em);
}
@media (max-width:767px) {
	.side_category {
		position: static;
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}
	.list_frame {
		width: 100%;
	}	
}
/* side_category */
.side_category {
	border: solid 1px #ccc;
}
.side_category li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.side_category li:first-child {
	font-size: 1.3em;
	font-weight: bold;
	background: #aaa;
	color: #fff;
}
.side_category li a {
	display: block;
	background: #fafafa;
	color: #444;
	font-weight: bold;
	font-size: 1.1em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
/* list_frame */
.list_frame {
	border: solid 1px rgba(0,159,226,0.5);
	background-color: #fff;
}
.list_frame li h3 {
	font-size: 1.3em;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: rgba(0,159,226,0.8);
	color: #fff;
}
.list_frame li a {
	display: block;
	text-decoration: none;
}
.list_frame li a dd {
	color: #444;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
.list_frame li dl {
	border-top: solid 1px rgba(0,159,226,0.5);;
	margin-bottom: 0;
}
.list_frame li dl a {
	display: block;
	padding: 0 10px;
}
.list_frame li dl:hover {
	background-color: rgba(0,159,226,0.1);
}
.list_frame li dl dt {
	padding: 10px 10px 10px 40px;
	background: url("../images/FAQ/question_ic.png") no-repeat 2px 19px;
}
.list_frame li dl {
	display: table;
	width: 100%;
}
.list_frame li dt,
.list_frame li dd {
	display: table-cell;
}

/*  Question_Number */
.Q_Number {
	font-size: 34px;
	font-weight: 500;
	color: #1ebaff !important;
}
/* コラップス 開いたり閉じたりする */
.panel-collapse {
	margin: 0;
	padding: 0;
}
.panel-collapse p {
	background: #fafafa;
	margin: 0;
	padding: 20px;
}
.panel-collapse a {
	word-wrap: break-word;
}

/* ----------------------------------------------------
Footer & Copyright
------------------------------------------------------- */
#footer,
#copyright {
	background: #009fe2;
	color: #fff;
}
#footer {
	padding-top: 20px;
}
#footer a {
	color: #fff;
}
#copyright { 
	padding-bottom: 20px;
}
/* bootstrap custom */
.breadcrumb {
	background: transparent;
	font-size: 0.9em;
}
.breadcrumb > li+li:before {
	padding: 0;
	color: #fff;
	content: "";
}
.breadcrumb li+li:after {
	content: " ｜";
}
.breadcrumb li a:focus,
.breadcrumb li a:hover {
	color: #0D466C;
}
.breadcrumb li:first-child:after {
	content: " ｜";
}
.breadcrumb li+li:last-child:after {
	content: "";
}