

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
@font-face {
    font-family: 'Swansea';
    src: url('/fonts/SWANSE__.woff') format('woff'),
         url('/fonts/SWANSEBI.woff') format('woff'),
         url('/fonts/SWANSE_B.woff') format('woff'),
         url('/fonts/SWANSE_I.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}
/* 日本語は BIZ UDゴシック */
html {
    font-family: 'BIZ UDゴシック', sans-serif;
}
/* 英語は Swansea に */
:lang(en) {
    font-family: 'Swansea', sans-serif;
}

/* 日本語の部分には明示的に BIZ UDゴシック を適用 */
:lang(ja) {
    font-family: 'BIZ UDゴシック', sans-serif;
}


table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}



/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
#wrapper {
	margin-bottom: 10%;
}
.sliderBox_pc {
	width: 100%;
	display: block;
	margin-bottom: 3%;
}
.sliderBox_sp {
	display: none;
}
.logo {
	padding: 1%;
}
hr.border {
	width: 92%;
	margin-left: 4%;
	margin-bottom: 1%;
}
.subtitle {
	padding-left: 4%;
	font-size: 16px;
}
.linkBox {
	width: 100%;
}
.link_container {
	display: flex;
	justify-content: center;
	width: 80%;
	margin-left: 10%;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.link_container .link_item01 {
	padding: 2%;
	position: relative;
	width: 46%;
}
.link_item01 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.linkTitle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
/*===================================================
					slick CSS
===================================================*/
.slider-for {
  width: 80%;
  margin: 0 auto;
}
.slider-for img {
  width: 88%;
  margin-left: 6%;
  height: auto;
}

.slider-nav {
  width: 90%;
  margin-left: 5%;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}
.slider-nav .slick-slide {
  margin: 0 4px;
}
.slider-nav img {
  width: 100px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.slider-nav .slick-current img {
  opacity: 1;
  border: 2px solid #000;
}
.slick-prev,
.slick-next {
  display: none !important;
}


