@charset "UTF-8";
/* サポートトップページ*/
body {
	background-color: rgba(235,235,217,0.30);
	color: #333;
}

/* メインコンテンツのエリア */
.mainarea {
	width: 960px;
	margin: 10px auto;
}

/* 背景にバナー画像のあるブロック */
.bannerbase2 {
	width: 100%;
	height: 262px;
	background-image:url("../image/bannertest_04.jpg");
	position: relative;
}

/* バナー画像上の新着情報エリア */
.shinchakubase {
	width: 470px; /* 960px/2-10px */
	height: 218px;
	border: solid 2px #000;
	/* background-color: rgba(0,0,0,0.5); */
	background-color: rgba(255,255,255,0.9);
	border-radius: 4px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding:10px 0;
}
ul.shinchaku {
	margin: 0;
	padding: 0 0.5em 0 1em;
	height: 180px;
	list-style-type: none;
	overflow: auto;
}
.shinchakubase > h1 {
	font-size: 100%;
	font-weight: normal;
	color: rgba(186,22,24,1.00);
	margin: 0px 15px 8px 15px;
}
.shinchaku li {
	text-indent: -10px;
	padding-left: 10px;
	font-size: 0.8em;
	/* color: rgba(255,255,255,1.0); */
	color: #333;
	/* margin-left: 3em;
	margin-top: 5px; */
}
.shinchaku li:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #e60a0a;
}

/* コンテンツメニュー */
/* ベースになる角丸の白い帯 */
.shirobase, .shirobase-slide {
	display: table;
	width: 100%;
	min-height: 100px;
	margin: 15px auto;
	border: solid 1px #fff;
	border-radius: 6px;
	box-shadow: 5px 5px 5px #aaa;
	text-align: left;
	background-color: rgba(204,204,204,0.1);
}

/* アイコン画像が格納されるブロック */
.iconblock {
	width:100px;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
}
/* タイトルが格納されるブロック */
.titleblock {
	/*width: 200px;*/
	width: 185px;
	vertical-align: middle;
	text-align:left;
	display:table-cell;
	font-size:18px;
	font-weight:bolder;
	font-color: #464545;
}
/* タイトル横の詳細が格納されるブロック */
.shousaiblock {
	width: 555px;
	vertical-align: middle;
	display: table-cell;
	/*background-color:rgba(156,161,213,1.00)*/
}
/* 詳細内の各項目リストのならべ */

.yokonarabe li	{
	display: inline-block;
	list-style: none;
	text-align:left;
	font-size: 0.8em;
	font-color: #464545;
}
/* 詳細内の各項目リストのならべ - 縦線 */
li.ryoside:before {
	content: "|  ";
	font-color: #464545;
}
li.ryoside:after, li.migiside:after {
	content: "  |";
	font-color: #464545;
}
/* 詳細内の外部リンク */
.yokonarabe li span.ext:after {
	margin-left: 10px;
	content: '\f08e';
	color: #0a7c33;
	font-family: 'FontAwesome';
}


/* Q&A検索 */
/* 検索パートのおおもと白ベース */
.shirobase_qa {
	width: 100%;
	padding: 10px;
	margin: 20px 0 15px 2px;
	border: solid 2px #48832C;
}

/* 検索パートの見出し「よくある質問」 */
.searchhead {
	width: 100%;
	margin: 25px auto 5px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	color: #000;
}
/* 検索パートの見出し用ab*/
.a {
	border-left:6px solid #48832C;
	border-bottom:1px solid #48832C;
	padding: 3px 10px;
}
.b {
	display:block; /* spanをブロック要素に*/
	margin:5px 0 0 2px;
	color:#999;
	font-size:0.5em;　/* h1に対して50%*/
	font-weight:400;
}

/* Q&Aランキング iframe タブ切り替え */
div.tabs {
	width: 100%;
	margin: 40px auto;
}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	/* margin-top: 5px; */
	padding: 0;
	/* font-size: 12px; */
	/* height: 40px; */
	/* background-color: #000; */
	overflow: hidden;
	border-bottom: #ccc solid 1px;
}
ul.tabNavigation li {
	width: 180px;
	float: left;
}
ul.tabNavigation li a {
	height: 30px;
	line-height: 30px;
	padding: 5px 7px 4px;
	background-color: #ddd;
	color: #666;
	text-decoration: none;
	display:block;
	text-align:center;
	border-bottom: #eee solid 1px;
	border-top-left-radius: 20px;
}
ul.tabNavigation li a.selected {
	/* background-color: #7e9fb2; */
	background: linear-gradient(to bottom, #7e9fb2 0%, #7693a5 50%, #6e8b9d 51%, #7693a5 100%);
	color: #ffff7f;
	border-bottom: #7e9fb2 solid 1px;
}
ul.tabNavigation li a:hover {
	color: #ffff7f;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs div {
	clear: left;
	/* padding: 0; */
	/* border: 5px solid #333; */
}
div.tabs div.view {
	height: 400px; /* 40 x 10行 */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
div.tabs div.view iframe {
	display: block;
}

/* スライドして開くコンテンツ */
#ac-content-title span {
	cursor: pointer;
	color: #444;
	margin-left: 20px;
}
#ac-content-title span:hover {
	color: #e60a0a;
}
.slide-content {
	/* margin: 0 auto 40px; */
	width: 936px; /* 960-10px*2-2px*2 */
	display: none;
}
/* スライドの状態を表示 */
.shirobase-slide > #ac-content-title > span::after {
	font-size: 14px;
	color: #03c;
	content: '\f0d7';
	font-family: 'FontAwesome';
}
.shirobase-slide.active > #ac-content-title > span::after {
	content: '\f0d8';
	font-family: 'FontAwesome';
}