.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: auto;
	max-width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
/*	font-weight: 300;
	font-family: source-sans-pro;*/
}

#Contents {
	float: none;
	height: auto;
	margin-left: auto;
	margin-top: 0px;
	clear: none;
	width: auto;
	max-width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Linktext {
	float: left;
	font-size: 1em;
	width: auto;
	height: auto;
	text-align: center;
	font-weight: 200;
	line-height: 2em;
	word-wrap: break-word;
	margin-left: 0px;
	margin-top: 8px;
	clear: both;
	min-height: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 1em;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: rgb(255, 255, 255);
	display: block;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-position: 0% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	-webkit-background-size: auto;
	border: 1px solid #FF9933;
	background-size: auto;
}
.LinktextL {
	float: none;
	font-size: 2em;
	width: 85%;
	font-weight: bold;
	word-wrap: break-word;
	margin-left: auto;
	margin-top: auto;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	margin-right: auto;
	margin-bottom: auto;
	-webkit-background-size: auto;
	height: auto;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(255,204,51,1.00) 0%,rgba(255,153,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,204,51,1.00) 0%,rgba(255,153,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,204,51,1.00) 0%,rgba(255,153,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,204,51,1.00) 0%,rgba(255,153,0,1.00) 100%);
	border: 1px solid #FF9933;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

.LinktextL:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,153,0,1.00) 0%,rgba(255,170,51,1.00) 100%);
	border: 1px solid #FF9900;
}

.button {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    width: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-color: rgb(0, 142, 193);
    border-right-color: rgb(0, 142, 193);
    border-bottom-color: rgb(0, 142, 193);
    border-left-color: rgb(0, 142, 193);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    display: block;
    background-image:-webkit-linear-gradient(270deg, rgb(0, 169, 230) 0%, rgb(0, 164, 222) 100%);
    background-image: linear-gradient(180deg, rgb(0, 169, 230) 0%, rgb(0, 164, 222) 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(0, 164, 222);
}

.button:hover {
    background-image:-webkit-linear-gradient(270deg, rgb(59, 99, 178) 0%, rgb(59, 99, 178) 100%);
    background-image: linear-gradient(180deg, rgb(59, 99, 178) 0%, rgb(59, 99, 178) 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

.Buttontext {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 200;
    line-height: 2em;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    padding-top: 0px;
    padding-right: 1em;
    padding-bottom: 0px;
    padding-left: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: rgb(255, 255, 255);
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
}
#Contents A {
	color: #000099;
}

#Contents A IMG {
	color: #FFFFFF;
}

@media only screen and (max-width: 960px) {
	.primaryContainer {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.Linktext {
	height: auto;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	line-height: 2em;
	word-wrap: break-word;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: rgb(255, 255, 255);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border: 1px solid #FF9933;
	border-image-repeat: initial;
	}

    .Buttontext {
        height: auto;
    }

}

@media only screen and (max-width: 480px) {
	#Contents {
	display: block;
	width: 95%;
	}

	.Linktext {
	width: 100%;
	font-size: 1.15em;
	}

    .button {
        width: 100%;
    }

    .Buttontext {
	width: 100%;
	font-size: 1.25em;
    }
.LinktextL {
	font-size: 1.35em;
	width: 100%;
}

}
