﻿@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0 auto;
	padding: 0px;
	background-color: #F6F6F6;
	overflow-x: hidden; /*　横スクロールを表示しない */
		font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #4d4d4d;
	max-width: 1920px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
/* 文字選択したときの背景色を変える */ ::selection {
	background: #CAD2E3;
}
::-moz-selection {
	background:#CAD2E3;
}
a {
	border-width: 0px;
	text-decoration: none;
	color: #c8267e;
}
a:visited {
	color: #c8267e;
}
a:hover {
	color: #c8267e;
	font-weight: bold;
}
b {
	/*	color: rgb(42,47,136);*/
	font-weight: bold;
}
a.link_targetblank:after {
	content: url(https://icongr.am/clarity/pop-out.svg?size=15px&color=808080);
	margin-left: 5px;
	vertical-align: -13%;
}
a.link_pdf:after {
	content: url('https://icongr.am/material/pdf-box.svg?size=30&color=cc0033');
	margin-left: 5px;
	vertical-align: -25%;
}
/*　Excel　*/
a.link_excel {
	text-decoration: none;
}
a.link_excel::after {
	content: url(https://icongr.am/simple/microsoftexcel.svg?size=20&color=008000&colored=true);
	margin-left: 5px;
	vertical-align: -13%;
}
/*　Word　*/
a.link_word {
	text-decoration: none;
}
a.link_word::after {
	content: url(https://icongr.am/simple/microsoftword.svg?size=20&color=008000&colored=true);
	margin-left: 5px;
	vertical-align: -13%;
}
img {
	border-width: 0px;
}
em {
	font-style: normal; /*IE対策*/
	font-weight: bold;
}
ul, li, ol {
	list-style: none;
}
div, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 10px;
}
/* スクロールバーの一括設定 */
/* スクロールの幅の設定 */ ::-webkit-scrollbar {
	width: 13px;
	height: 10px;
	border-radius: 0;
}
/* スクロールの背景の設定 */ ::-webkit-scrollbar-track {
	background: #E7E7E7;
	border-radius: 0;
}
/* スクロールのつまみ部分の設定 */ ::-webkit-scrollbar-thumb {
	background: #19479B!important;
	border-radius: 0;
}
/* ------------------------------
   クリッカブルマップ(レスポンシブ対応)
-----------------------------*/
img[usemap] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}