.wrap {
	overflow: hidden;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

hr {
	border-width: 1px 0px 0px;
	border-style: dotted;
	border-color: #333333;
	height: 1px;
	width: 100%;
}

.an1-fadein {
    animation-name: fadein;
    animation-duration: 2s; /* 出てくるまでの時間 */
    animation-iteration-count: 1;　/* 繰り返す回数 */
}

@keyframes fadein {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

.an2-fadeup {
	animation-name: fadeup;
	animation-duration: 1s;   /* アニメーション時間 */
	animation-iteration-count: 1;
　/* 繰り返す回数 */
;
	}
	
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(120px);　/* 上がり幅 */
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

#container{
width:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#title {
	font-family: "Shin Go Regular", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	line-height: 28px;
	height: 30px;
	width: 748px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #666666;
}
.kBox {
	height: auto;
	width: 100%;
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 8px;
}
.summaryLead {
	font-family: "Shin Go Regular", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 22px;
	float: left;
	height: auto;
	width: 140px;
}
.summaryContents {
	font-family: ShinGo-L, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 22px;
	float: left;
	height: auto;
	width: auto;
}

.catchA {
	font-family: "Shin Go Medium", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 24px;
	line-height: 30px;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}

.catchB {
	font-family: "Reimin Medium", "ＭＳ Ｐ明朝", serif;
	font-size: 24px;
	line-height: 30px;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}

.bodyCopy {
	font-family: ShinGo-L, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 28px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-right: 15px;
}

.bodyCopyLarge {
	font-family: ShinGo-L, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 32px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-right: 15px;
}

.bodyCopyLargeWide {
	font-family: ShinGo-L, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 38px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-right: 15px;
}

#headerLine {
	background-color: #000000;
	height: 6px;
	width: 100%;
}
#footerBase {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding: 0px;
}

/*リンク*/

a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*普通のリンク*/
.normal:link {
	color: #000000;
	font-weight: bold;
	}
.normal:visited {
	color: #000000;
	font-weight: bold;
		}
.normal:hover {
	color: #FF0000;
	font-weight: bold;
		}

.normal:active {
	color: #000000;
	tfont-weight: bold;
	font-weight: bold;
		}
		

/*メニュー*/
	
ul {
	list-style : none
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
	margin-top: 0
}
p, li, dt, dd, th, td, pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
}

#NaviBase{
	max-width: 1200px;
	min-width: 320px;
	position: relative;
	background-color: #999999;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navi {
	position: relative;
	height: 30px;
	width: 100%;
	background-color: #999999;
	margin: 0;
}
#menu {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}
#menu li {
	font-size: 16px;
	float: left;
	width: auto;
	text-align: left;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	font-family: Futura-Book;
}
#menu li a {
	padding: 10px 20px 3px;
	border-top: none;
	border-right: none;
	background: none;
	color: #000000;
	display: inline-block;
	margin: auto;
	text-decoration: none;
}
#menu li a:hover {
	background: none;
	text-decoration: none;
	color: #ffffff;
}
#menu li a:active {
	color: #ffffff;
	text-decoration: none;
}
#menu li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 30px;
	}
#menu li:hover ul.sub-menu {
	padding: 10px 10px 10px; /*サブメニュー表示させる位置*/
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
	width: 110px;
	background: #cccccc;
}
#menu li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
	
}
