*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:14px;
	letter-spacing:1px;
	line-height:1.5em;
//	color:#000;
	color:#333;
	word-break:break-all;
	font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Arial,sans-serif;
//	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
//	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

br {
	line-height:1em;
}

html,body {
//	height:100%;
}

a {
//	display:inline-block;
//	color:#247de9;
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#00477f;
//	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

.km {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#page-top {
	position: fixed;
	top:130px;
	left:0;
	z-index:99;
}

.pagetop {
    display: none;
    position: fixed;
//	top:100px;
//	left:0;
    bottom: 5px;
    right: 5px;
	z-index:999;
	transition: all 300ms ease-out 0s;
}
.pagetop:hover {
//	opacity: 0.5;
}
.opa05 {
	transition: opacity 300ms ease-out 0s;
	cursor: pointer;
}

.opa05:hover {
	opacity: 0.5;
}
.opa07:hover {
	opacity: 0.7;
}

.clear {
	clear:both;
}

.nowrap {
	white-space: nowrap;
}

.w100 {
	width:100%;
}

.h100 {
	height:100%;
}

.red {
	color:#ff0000;
}


/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/
.contents00 {
	display:inline-block;
	width:1110px;
	padding:20px 30px 0  30px;
	text-align:left;
}

.p-btn {
	display:inline-block;
//	margin:-20px 0 0 0;
	padding:9px 15px 7px 15px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:#777;
	border:1px solid #777;
	border-radius:5px;
}

.contents01 {
	display:inline-block;
	width:1110px;
	padding:20px 30px;
	text-align:left;
}

.font-m {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents01A-2 {
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}

.contents01A-3d {
	padding:10px 0 0 0px;
}

.table {
	border-collapse: collapse;
}
.table td {
	text-align:left;
	vertical-align:middle;
}
.table td.td-cult01 {
	padding:10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:1px solid #000;
	background-color:#fff;
}
.table td.td-cult02 {
	padding:10px;
	font-size:12px;
//	font-weight:bold;
	text-align:left;
	border:1px solid #000;
}

.table td.td-cl001 {
	padding:10px 10px 0 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
.table td.td-cl002 {
	padding:10px 0 0 0;
	text-align:left;
	vertical-align:top;
}

.table td.topf {
	vertical-align:top;
}
.table td.cntf {
	text-align:center;
}


