@charset "utf-8";
/*////////////////////////////////////////////////
File Name : common.css
Created   : 2015.12.01
Up Date   : 2015.12.01
////////////////////////////////////////////////*/

/* common style sheets
------------------------------------------------*/

/* TOPへ（ページの先頭へ戻る）
-----------------------------------*/
.l-pagetop {
	position: fixed;
	right: 100px;
	z-index: 999;
}

.l-pagetop  a {
	display: block;
}

@media screen and (max-width:1280px){

.l-pagetop  {
	right: 10px;
}
}

/* レイアウト
-----------------------------------*/
#container {
	padding-top: 112px;
}

.main {
	padding: 16px 0 40px;
}

.l-category-bc {
	width: 1264px;
	margin: 0 auto;
	padding: 0 8px;
	background: rgba(17,57,79,.5);
}

.l-category-header {
	display: table;
	width: 100%;
}

.l-category-header-title,
.l-category-header-breadcrumb {
	display: table-cell;
	width: 50%;
}

.l-category-header-title {
	box-sizing: border-box;
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;
}

.l-category-header-breadcrumb {
	box-sizing: border-box;
	padding: 0 8px 8px 0;
	text-align: right;
	vertical-align: bottom;
}

.l-category-body {
	padding-bottom: 8px;
}

.l-maincolumn-bc {
	width: 1272px;
	margin: 32px auto 0;
}

.box-basic {
	background: rgba(255,255,255,.8);
	box-shadow: 0 2px 3px rgba(0,0,0,.65);
}

.l-maincolumn-body {
	position: relative;
	padding: 8px 12px;
	text-align: left;
	line-height: 1.6;
}

.l-maincolumn-body::after,
.l-bc::after,
.page-tab ul::after {
	content: "";
	clear: both;
	display: block;
}

/* パンくず
-----------------------------------*/
.breadcrumb {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li::after {
	content: " >";
}

.breadcrumb li:last-child:after {
	content: "";
}

.breadcrumb a {
	color: #fff;
}

/* 見出し
-----------------------------------*/
.l-title01 {
	margin: 24px 0 16px;
	/*margin: 40px 0 16px;*/
}

.l-title02 {
	margin: 40px 0 24px;
}

.l-title03 {
	margin: 40px 0 8px;
}

.l-title04 {
	margin: 40px 0 0;
}

.l-title {
	margin-top: 0;
}

.heading01 {
	position: relative;
	padding: 4px 0;
	border-bottom: solid 1px #43a3d5;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.heading02 {
	position: relative;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.heading03 {
	position: relative;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

/* ターミナル見出しアイコン
-----------------------------------*/
.heading-ict1,
.heading-ict2 {
	padding-left: 40px;
}

.heading-ict1::before,
.heading-ict2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url(/img/common/terminal_ic01.png);
	background-repeat: no-repeat;
}

.heading-ict1::before {
	background-position: 0 0;
}

.heading-ict2::before {
	background-position: -24px 0;
}

/* ページタブ
------------------------------------------------*/
.l-page-tab {
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 8px;
	width: 100%;
}

.l-page-tab .page-tab {
	box-sizing: border-box;
	width: 1272px;
	padding: 0 12px;
}

.page-tab ul {
	border-bottom: solid 3px #000;
	line-height: 1;
}

.page-tab li {
	float: left;
	margin-right: 16px;
}

.page-tab.page-tab-small li {
	margin-right: 8px;
}

.page-tab li a {
	display: block;
}

.page-tab li:last-child {
	margin-right: 0;
}

.l-page-tab.js-fixed {
	position: fixed;
	left: 0;
	top: 64px;
	z-index: 9910;
}

.l-page-tab.js-fixed .page-tab {
	position: relative;
	left: 0;
	width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}

.l-page-tab.js-fixed .page-tab ul {
	background: #fff;
	padding: 8px 0 0;
}

.l-page-tab + .l-page-button {
	margin-top: 59px;
}

.l-page-tab + .l-tab-sp {
	margin-top: 75px;
	/*margin-top: 91px;*/
}


/* ページ内ボタン
-----------------------------------*/
.page-button ul {
	font-size: 0;
	line-height: 1;
}

.page-button li {
	display: inline-block;
	margin: 0 8px 8px 0;
	font-size: 16px;
}

.page-button li a {
	display: block;
	padding: 8px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 2px 4px rgba(0,0,0,.65);
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.page-button li a:hover {
	background: rgba(21,102,217,.9);
	color: #fff;
}

/* リスト
-----------------------------------*/
.list-default {
	padding-left: 40px;
	list-style: disc;
}

/* リンクアイコン
-----------------------------------*/
/* 矢印アイコン */
.link-icon {
	position: relative;
	padding-left: 20px;
}

.link-icon::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(/img/common/com_ic01.png) no-repeat 0 0;
}

/* 別ウィンドウアイコン：a class="external-icon" */
.external-icon {
	position: relative;
	padding-right: 20px;
}

.external-icon::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(/img/common/com_ic02.png) no-repeat 0 0;
}

/* 別ウィンドウアイコン：改行時 span class="external-icon" */
span.external-icon {
	padding-right: 20px;
	background: url(/img/common/com_ic02.png) no-repeat right center;
}

span.external-icon::after {
	content: "";
	background: none;
}

/* PDFアイコン */
.pdf-icon {
	position: relative;
	padding-right: 20px;
}

.pdf-icon::after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	height: 16px;
	background: url(/img/common/com_ic03.png) no-repeat 0 0;
}


/* テーブル
-----------------------------------*/
.table-basic {
	border: solid 1px #ccc;
}

.table-basic tr {
	border-bottom: solid 1px #ccc;
}

.table-basic th,
.table-basic td {
	padding: 8px;
	vertical-align: top;
}

.table-basic th {
	background: #ebebeb;
	font-weight: bold;
	text-align: left;
}

.table-basic td {
	background: #fff;
}

/* 注意書き
-----------------------------------*/
.attention-txt {
	color: #f00;
}

/* アクセント
-----------------------------------*/
.accent {
	color: #f00;
}

/* 関連リンク
-----------------------------------*/
.relation-link {
	margin-top: 40px;
	border: solid 1px #ccc;
}

.relation-link dt {
	padding: 8px;
	border-bottom: solid 1px #ccc;
	background: #ebebeb;
}

.relation-link dd {
	padding: 8px;
	background: #fff;
}

/* 404エラー
-----------------------------------*/
.theme-common-bg {
	background: #93c5f6 url(/img/common/com_bg01.jpg) no-repeat 50% 0 fixed;
}

@media screen and (min-width: 1600px) {
/* 1600px以上 */
.theme-common-bg {
	background-size: 100% auto;
}
}

.not-found {
	min-height: 300px;
	text-align: center;
}

.not-found h1 {
	margin: 40px 0;
	font-size: 46px;
	font-weight: bold;
}

.not-found p {
	font-size: 20px;
}

.not-found .link-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/img/common/com_ic01.png) no-repeat 0 0;
}
