.wrap {
	overflow: hidden;
}

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

#container{
width:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

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

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(120px);　/* 上がり幅 */
}

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

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

h3 {　/* flowupを効かすときに書き込んでおく */
	height: auto;
	width: auto;
}

/*リンク*/

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: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

/*普通のリンク*/
.normal:link {
	color: #000000;
	text-decoration: none;
	font-family: purloin;
	}
.normal:visited {
	color: #000000;
	text-decoration: none;
	font-family: purloin;
		}
.normal:hover {
	color: #000000;
	text-decoration: none;
	font-family: purloin;
		}

.normal:active {
	color: #000000;
	text-decoration: none;
	font-family: purloin;
		}
		
.normal02:link {
	color: #ffffff;
	text-decoration: none;
	}
.normal02:visited {
	color: #ffffff;
	text-decoration: none;
		}
.normal02:hover {
	color: #FFFF00;
	text-decoration: none;
		}
		
.normal02:link {
	color: #ffffff;
	text-decoration: none;
	}
.normal02:visited {
	color: #ffffff;
	text-decoration: none;
		}
.normal02:hover {
	color: #FFFF00;
	text-decoration: none;
		}

.normal02:active {
	color: #ffffff;
	text-decoration: none;
		}		

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

#copyrwrite {
	background-color: #e4972a;
	width: 100%;
	clear: both;
	height: auto;
}

.copy {
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e4972a;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 10px;
}


/*デザイン指定*/

.catch01G {
	font-family: Maru Folk Medium, Osaka, sans-serif;
	font-size: 26px;
	line-height: 32px;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.catch02G {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 22px;
	line-height: 28px;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.bodyCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 26px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.bodyCopyLarge {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	color: #000000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

.bannerFullSize {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
.mark {
	height: 50px;
	width: 50px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
