html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 14px;
	font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	position: relative;
	min-width: 1000px;
	color: #333;
	line-height: 1.714;
}

.text-nowrap {
	white-space: nowrap;
}

/* ------------------------------
	#globalHeader
------------------------------ */
#globalHeader {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
}

#globalHeader #gh_logo {
	margin: 6px 25px 0 0;
	width: 65px;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	overflow: hidden;
}

#globalHeader #gh_logo img {
	width: 100%;
	height: auto;
}

#globalHeader #gh_description {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	overflow: hidden;
}

#globalHeader #gh_description br {
	display: none;
}

#globalHeader #gh_content {
	float: right;
	width: 700px;
	overflow: hidden;
}

#globalHeader #gh_subnav {
	float: left;
	margin-top: 9px;
	margin-right: 26px;
	width: 460px;
	letter-spacing: -.40em;
	font-size: 13px;
	text-align: right;
}

#globalHeader #gh_subnav li {
	margin-left: 15px;
	display: inline-block;
	letter-spacing: normal;
}

#globalHeader #gh_subnav li:first-child {
	margin-left: 0;
}

#globalHeader #gh_subnav li a {
	color: #333;
}

#globalHeader #gh_subnav li a:hover {
	color: #c70079;
}

#globalHeader #gh_subnav li a:before {
	display: inline-block;
	margin-right: 5px;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#globalHeader #gh_login {
	float: left;
	margin-bottom: 13px;
	width: 214px;
}

#globalHeader #gh_login a {
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 10px 0;
	line-height: 1;
	border-color: #dcc70d;
	border-width: 0 1px 4px 1px;
	border-radius: 0 0 6px 6px;
	color: #333;
	background: #ffe71e;
	text-decoration: none;
	display: block;
	height: 42px;
}

#globalHeader #gh_login a:hover {
	background: #ffcf13;
	border-color: #dcb208;
}

#globalHeader #gh_login img {
	width: auto;
	height: 18px;
}

#globalHeader #gh_apply {
	margin-left: 145px;
	margin-right: 9px;
	float: left;
	width: 204px;
}

#globalHeader #gh_apply a {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 5px 0 5px 11px;
	line-height: 1;
	border-color: #d9d9d9;
	border-width: 1px 1px 4px 1px;
	border-radius: 6px;
	background: #f2f2f2;
	text-decoration: none;
	display: block;
	height: 33px;
}

#globalHeader #gh_apply a:hover {
	background: #d8d8d8;
	border-color: #c1c1c1;
}

#globalHeader #gh_apply img {
	width: auto;
	height: 18px;
}

#globalHeader #gh_search {
	width: 342px;
	overflow: hidden;
}

#globalHeader #gh_search input[type=text] {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 5px;
	width: 272px;
	height: 32px;
	line-height: 32px;
	background: #eee;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#globalHeader #gh_search input[type=submit] {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 70px;
	height: 32px;
	color: #fff;
	background-color: #484848;
	background-image: url(../img/search_submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
}

#globalHeader #gh_search input[type=submit]:hover {
	background-color: #282828;
}

#globalHeader #gh_spnav_btn {
	display: none;
}

#spNav {
	display: none!important;
}

/* ------------------------------
	#yumekaHeader
------------------------------ */
#yumekaHeader {
	background: #fff577;
	border-bottom: solid 3px #f5de0f;
}

#yumekaHeader #yh_inner {
	width: 980px;
	height: 102px;
	margin: 0 auto;
}

#yumekaHeader #yh_logo {
	margin: 6px 20px 0 0;
	width: 65px;
	display: block;
	float: left;
	line-height: 0;
	overflow: hidden;
}

#yumekaHeader #yh_logo img {
	width: 100%;
	height: auto;
}

#yumekaHeader #yh_yumekalogo {
	margin-top: 9px;
	width: 320px;
	float: left;
	overflow: hidden;
}

#yumekaHeader #yh_to_yumeTop {
	color: #333;
	font-size: 13px;
}

#yumekaHeader #yh_to_yumeTop:hover {
	color: #c70079;
}

#yumekaHeader #yh_to_yumeTop:before {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	content: '≪';
	color: #c70079;
}

#yumekaHeader #yh_content {
	float: right;
	width: 515px;
	overflow: hidden;
}

#yumekaHeader #yh_subnav {
	float: left;
	margin-top: 9px;
	margin-right: 26px;
	width: 275px;
	letter-spacing: -.40em;
	font-size: 13px;
	text-align: right;
}

#yumekaHeader #yh_subnav li {
	margin-left: 15px;
	display: inline-block;
	letter-spacing: normal;
}

#yumekaHeader #yh_subnav li:first-child {
	margin-left: 0;
}

#yumekaHeader #yh_subnav li a {
	color: #333;
}

#yumekaHeader #yh_subnav li a:hover {
	color: #c70079;
}

#yumekaHeader #yh_subnav li a:before {
	display: inline-block;
	margin-right: 5px;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#yumekaHeader #yh_login {
	float: left;
	margin-bottom: 13px;
	width: 214px;
}

#yumekaHeader #yh_login a {
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 10px 0;
	line-height: 1;
	border-color: #bc2626;
	border-width: 0 1px 4px 1px;
	border-radius: 0 0 6px 6px;
	color: #333;
	background: #d12a2a;
	text-decoration: none;
	display: block;
	height: 42px;
}

#yumekaHeader #yh_login a:hover {
	background: #ab0707;
	border-color: #760808;
}

#yumekaHeader #yh_login img {
	width: auto;
	height: 18px;
}

#yumekaHeader #yh_apply {
	margin-right: 9px;
	float: left;
	width: 164px;
}

#yumekaHeader #yh_apply a {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 5px 0 5px 11px;
	line-height: 1;
	border-color: #d9d9d9;
	border-width: 1px 1px 4px 1px;
	border-radius: 6px;
	background: #f2f2f2;
	text-decoration: none;
	display: block;
	height: 33px;
}

#yumekaHeader #yh_apply a:hover {
	background: #d8d8d8;
	border-color: #c1c1c1;
}

#yumekaHeader #yh_apply img {
	width: auto;
	height: 18px;
}

#yumekaHeader #yh_search {
	width: 342px;
	overflow: hidden;
}

#yumekaHeader #yh_search input[type=text] {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 5px;
	width: 272px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	border: solid 1px #dddddd;
	border-radius: 0px;
}

#yumekaHeader #yh_search input[type=submit] {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 70px;
	height: 32px;
	color: #fff;
	background-color: #484848;
	background-image: url(../img/search_submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
}

#yumekaHeader #yh_search input[type=submit]:hover {
	background-color: #282828;
}

#yumekaHeader #yh_spnav_btn {
	display: none;
}

#spYumekaNav {
	display: none!important;
}

/* ------------------------------
	#hokenHeader
------------------------------ */
#hokenHeader {
	background: #fff;
	border-bottom: solid 3px #3782cc;
}

#hokenHeader #hh_inner {
	width: 980px;
	height: 102px;
	margin: 0 auto;
}

#hokenHeader #hh_logo {
	margin: 6px 20px 0 0;
	width: 65px;
	display: block;
	float: left;
	line-height: 0;
	overflow: hidden;
}

#hokenHeader #hh_logo img {
	width: 100%;
	height: auto;
}

#hokenHeader #hh_hokenlogo {
	margin-top: 9px;
	width: 335px;
	float: left;
	overflow: hidden;
}

#hokenHeader #hh_to_yumeTop {
	color: #333;
	font-size: 13px;
}

#hokenHeader #hh_to_yumeTop:hover {
	color: #c70079;
}

#hokenHeader #hh_to_yumeTop:before {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	content: '≪';
	color: #c70079;
}

#hokenHeader #hh_content {
	float: right;
	width: 508px;
	overflow: hidden;
}

#hokenHeader #hh_contact {
	float: left;
	margin-top: 13px;
	margin-bottom: 12px;
	width: 497px;
	line-height: 0;
	font-size: 13px;
	text-align: right;
}

#hokenHeader #hh_subnav {
	float: left;
	margin-top: 5px;
	margin-right: 26px;
	width: 140px;
	letter-spacing: -.40em;
	font-size: 13px;
	text-align: right;
}

#hokenHeader #hh_subnav li {
	margin-left: 15px;
	display: inline-block;
	letter-spacing: normal;
}

#hokenHeader #hh_subnav li:first-child {
	margin-left: 0;
}

#hokenHeader #hh_subnav li a {
	color: #333;
}

#hokenHeader #hh_subnav li a:hover {
	color: #c70079;
}

#hokenHeader #hh_subnav li a:before {
	display: inline-block;
	margin-right: 5px;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#hokenHeader #hh_search {
	width: 342px;
	overflow: hidden;
}

#hokenHeader #hh_search input[type=text] {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 0 5px;
	width: 272px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	border: solid 1px #dddddd;
	border-radius: 0px;
}

#hokenHeader #hh_search input[type=submit] {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 70px;
	height: 32px;
	color: #fff;
	background-color: #484848;
	background-image: url(../img/search_submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0px;
}

#hokenHeader #hh_search input[type=submit]:hover {
	background-color: #282828;
}

#hokenHeader #hh_spnav_btn {
	display: none;
}

#spHokenNav {
	display: none!important;
}

/* ------------------------------
	#container
------------------------------ */
#wrapper-hoken {
	background: url(../img/hoken/hoken_bg.gif) repeat center top;
}

#wrapper-hoken #container {
	padding-bottom: 30px;
	margin: 0 auto;
}

#container {
	margin: 0 auto 80px;
}

#container:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.content-inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.content-inner:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ------------------------------
	#main
------------------------------ */
#container #main {
	float: right;
	width: 680px;
}

/* ------------------------------
	#side
------------------------------ */
#container #side {
	float: left;
	width: 240px;
}

#container #side .side_header {
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px 1px 0;
}

#container #side .side_heading > a,
#container #side .side_heading > span {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 0.904em 19px;
	min-height: 4.712em;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	line-height: 1.333;
}

#container #side .side_heading > a:before,
#container #side .side_heading > span:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0.952em;
	width: 5px;
	height: 1.238em;
	speak: none;
	background: #c70079;
}

#container #side .side_heading > a {
	padding: 0.904em 1.5em 0.904em 19px;
}

#container #side .side_heading > a:hover {
	color: #c70079;
}

#container #side .side_heading > a:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 1.625em;
	right: 0.875em;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	speak: none;
}

#container #side .sideNav {
	margin-bottom: 19px;
	background: #eee;
	padding: 5px;
	border: 1px solid #dddddd;
}

#container #side .sideNav>li {
	margin-top: 4px;
	background: #FFF;
}

#container #side .sideNav>li.is-active {
	position: relative;
}

#container #side .sideNav>li.is-active:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background: #c70079;
}

#container #side .sideNav>li:first-child {
	margin-top: 0;
}

#container #side .sideNav>li>a {
	position: relative;
	display: block;
	padding: 10px 2em 10px 14px;
	color: #333;
}

#container #side .sideNav>li>a:hover,
#container #side .sideNav>li>a.is-active {
	color: #c70079;
}

#container #side .sideNav>li>a:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	speak: none;
}

#container #side .sideNav>li>a.snav-blank:after {
	content: "\e957";
}

#container #side .sideNav_2nd {
	margin-left: 14px;
	font-size: 13px;
	display: none;
}

#container #side .is-active .sideNav_2nd {
	display: block;
}

#container #side .sideNav_2nd>li {
	padding-top: 1px;
	background: url(../img/line_dotx.gif) repeat-x center top;
}

#container #side .sideNav_2nd>li>a {
	position: relative;
	display: block;
	padding: 0.5em 0.5em 0.5em 1.846em;
	color: #333;
}

#container #side .sideNav_2nd>li>a:before {
	display: inline-block;
	margin-left: -1.646em;
	margin-right: 0.646em;
	width: 1em;
	height: 1em;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e921";
	color: #f5a300;
	font-size: 12px;
	border-radius: 0.16em;
	font-weight: normal;
	line-height: 1;
	speak: none;
	overflow: hidden;
}

#container #side .sideNav_2nd>li>a.snav-blank:before {
	content: "\e957";
}

#container #side .sideNav_2nd>li>a:hover,
#container #side .sideNav_2nd>li>a.is-active {
	color: #c70079;
}

/* ------------------------------
	#globalNav
------------------------------ */
#globalNav {
	position: relative;
	border-top: solid 4px #c70079;
	border-bottom: solid 1px #c70079;
}

#globalNav>ul {
	margin: 0 auto;
	width: 980px;
	height: 59px;
}

#globalNav>ul>li {
	float: left;
	width: 196px;
}

#globalNav>ul>li>a {
	box-sizing: border-box;
	display: table-cell;
	width: 196px;
	height: 59px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	border-right: dotted 1px #ccc;
	text-decoration: none;
}

#globalNav>ul>li:first-child>a {
	border-left: dotted 1px #ccc;
}

#globalNav>ul>li>a:hover,
#globalNav>ul>li.is-active>a {
	background: #eeeeee;
}

#globalNav>ul>li>a>img {
	height: 25px;
	width: auto;
	vertical-align: middle;
}

#globalNav .dropdown {
	position: absolute;
	display: none;
	width: 100%;
	top: 60px;
	left: 0;
	background: #FFF;
	border-bottom: solid 6px #c70079;
	z-index: 500;
	-moz-box-shadow: 0 2px 6px #666;
	-webkit-box-shadow: 0 2px 6px #666;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(250,250,250) 100%);

}

#globalNav .dropdown:before {
	display: block;
	position: absolute;
	content: '';
	top: -1px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: solid 10px #c70079;
	border-right: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 10px transparent;
	overflow: hidden;
}
#globalNav #gnav_first .dropdown:before {
	margin-left: -403px;
}
#globalNav #gnav_point .dropdown:before {
	margin-left: -207px;
}
#globalNav #gnav_service .dropdown:before {
	margin-left: -5px;
}
#globalNav #gnav_support .dropdown:before {
	margin-left: 380px;
}

#globalNav .dropdown_content {
	box-sizing: border-box;
	width: 980px;
	padding: 0 50px 20px;
	margin: 0 auto;
}

#globalNav .dropdown_content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#globalNav .dropdown_content a {
	color: #333;
}

#globalNav .dropdown_content a:hover {
	color: #c70079;
}

#globalNav .dropdown_content a[class*='button-'][class*='-yellow']:hover {
	color: #333;
}

#globalNav .dropdown_close {
	width: 980px;
	margin:0 auto;
	padding: 10px 20px 0 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

#globalNav .header-close {
	width: 38px;
	height: 38px;
	display: block;
	background: url(../img/gh_header-close.png) no-repeat center center;
	background-color: #eee;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 100;
	border: 1px solid #c70079;
}

#globalNav .header-close:hover {
	background-color: #e3e3e3;
}

#globalNav .header-close:after {
	content: "";
	display: block;
	clear: both;
}

.dropdown_header {
	display: table;
	width: 980px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -50px;
	padding: 0 0 20px 0;
	border-bottom: solid 2px #c70079;
}

.dropdown_header>h3 {
	display: table-cell;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.357;
	vertical-align: middle;
	font-family: 'youmeico' !important;
	position: relative;
	padding-left: 60px;
	padding-top: 4px;
}

.dropdown_header h3:before {
	width: 44px;
	height: 44px;
	font-size: 24px;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#c70079;
	border-radius:22px;
	text-align: center;
	line-height: 44px;
	box-sizing:border-box;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dropdown_header h3:after {
	display: inline-block;
	margin-left: 0.7em;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
	border-radius: 0.166em;
	speak: none;
}


.dropdown_header h3#dnav_first:before {
	content: "\e900";
}

.dropdown_header h3#dnav_point:before {
	content: "\e901";
}

.dropdown_header h3#dnav_service:before {
	content: "\e902";
	padding-left: 5px;
}

.dropdown_header h3#dnav_campaign:before {
	content: "\e903";
}

.dropdown_header h3#dnav_support:before {
	content: "\e904";
}

.dropdown_content .dropdown_column {
	float: left;
	padding-right: 10px;
	width: 283px;
	overflow: hidden;
}

.dropdown_content .dropdown_column_center .link-round-arrow {
	font-weight: normal;
}

.dropdown_content .dropdown_column-card {
	float: left;
	margin-top: 45px;
	padding-right: 10px;
	width: 283px;
	overflow: hidden;
}

.dropdown_content .dropdown_column.long {
	width: 420px;
	padding-right: 20px;
}
.dropdown_content .dropdown_column.long:last-child {
	padding-right: 0;
}
.dropdown_content .dropdown_column.long .fl-l {
	width: 200px;
}
.dropdown_content .dropdown_column.long .fl-r {
	width: 220px;
}

.dropdown_content .dropdown_column .link-round-arrow {
	font-weight: normal;
}

.dropdown_content .dropdown_column p {
	margin-bottom: 0.5em;
}

#spNav {
	display: none;
}

/* ------------------------------
	#yumekaNav
------------------------------ */
#yumekaNav {
	position: relative;
	border-bottom: solid 4px #a60065;
	background: #c60078;
}

#yumekaNav>ul {
	margin: 0 auto;
	width: 980px;
	height: 59px;
}

#yumekaNav>ul>li {
	float: left;
	width: 163px;
}

#yumekaNav>ul>li>a {
	box-sizing: border-box;
	display: table-cell;
	width: 163px;
	height: 59px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	border-right: dotted 1px #ccc;
	text-decoration: none;
}

#yumekaNav>ul>li:first-child>a {
	border-left: dotted 1px #ccc;
}

#yumekaNav>ul>li>a:hover,
#yumekaNav>ul>li.is-active>a {
	background: #a60065;
}

#yumekaNav>ul>li>a>img {
	height: 25px;
	width: auto;
	vertical-align: middle;
}

/* ------------------------------
	#hokenNav
------------------------------ */
#hokenNav {
	position: relative;
	border-bottom: solid 1px #3782cc;
	background: #FFF;
}

#hokenNav>ul {
	margin: 0 auto;
	width: 980px;
	height: 59px;
}

#hokenNav>ul>li {
	float: left;
	width: 140px;
}

#hokenNav>ul>li>a {
	box-sizing: border-box;
	display: table-cell;
	width: 163px;
	height: 59px;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	border-right: dotted 1px #ccc;
	text-decoration: none;
}

#hokenNav>ul>li:first-child>a {
	border-left: dotted 1px #ccc;
}

#hokenNav>ul>li>a:hover,
#hokenNav>ul>li.is-active>a {
	background: #e9eff5;
}

#hokenNav>ul>li>a>img {
	height: 35px;
	width: auto;
	vertical-align: middle;
}

/* ------------------------------
	#globalFooter
------------------------------ */
#toPageTop {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: -80px;
	right: 10px;
	-moz-transition-property: bottom;
	-webkit-transition-property: bottom;
	-ms-transition-property: bottom;
	transition-property: bottom;

	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#toPageTop.is-show {
	bottom: 0;
}

#toPageTop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#toPageTop a:before {
	position: absolute;
	content: '';
	width: 64px;
	height: 64px;
	bottom: 8px;
	right: 8px;
	border-radius: 32px;
	background: #c60078;
	overflow: hidden;
	speak: none;
}

#toPageTop a:after {
	position: absolute;
	text-indent: 0;
	display: block;
	font-family: 'basicico' !important;
	content: "\e900";
	color: #FFF;
	height: 22px;
	width: 100%;
	bottom: 29px;
	margin: auto 0;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	speak: none;
}

#toPageTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#toPageTop a:hover:before {
	bottom: 16px;
}

#toPageTop a:hover:after {
	bottom: 37px;
}

#globalFooter {
	padding: 13px 0 26px;
	border-top: solid 4px #c70079;
}

#globalFooter #gf_content {
	width: 980px;
	margin: 0 auto;
}

#globalFooter a {
	color: #333333;
}

#globalFooter #gf_nav {
	margin-bottom: 22px;
	font-size: 13px;
	letter-spacing: -.40em;
}

#globalFooter #gf_nav>li {
	margin-right: 7px;
	display: inline-block;
	letter-spacing: normal;
	white-space: nowrap;
}

#globalFooter #gf_nav>li a {
	color: #333;
}

#globalFooter #gf_nav>li a:hover {
	color: #c70079;
}

#globalFooter #gf_nav>li a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	margin-left: 3px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#globalFooter #gf_copyright {
	display: block;
	text-align: right;
	color: #666;
	font-size: 10px;
}


/* ------------------------------
	#yumekaFooter
------------------------------ */
#yumekaFooter {
	padding: 13px 0 26px;
	border-top: solid 4px #c70079;
	background: #fff577;
}

#yumekaFooter #yf_content {
	width: 980px;
	margin: 0 auto;
}

#yumekaToPageTop {
	width: 160px;
	height: 126px;
	position: fixed;
	bottom:  -130px;
	right: 10px;
	-moz-transition-property: bottom;
	-webkit-transition-property: bottom;
	-ms-transition-property: bottom;
	transition-property: bottom;

	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#yumekaToPageTop.is-show {
	bottom: 0;
}

#yumekaToPageTop a {
	display: block;
	width: 160px;
	height: 126px;
	background: url(../img/yumeka/pagetop_yumeka_off.png) no-repeat top center;
	text-indent: -9999px;
}
#yumekaToPageTop a:hover {
	background: url(../img/yumeka/pagetop_yumeka_on.png) no-repeat top center;
}

#yumekaFooter a {
	color: #333333;
}

#yumekaFooter #yf_nav {
	margin-bottom: 8px;
	font-size: 13px;
	letter-spacing: -.40em;
}

#yumekaFooter #yf_nav>li {
	margin-right: 7px;
	display: inline-block;
	letter-spacing: normal;
	white-space: nowrap;
}

#yumekaFooter #yf_nav>li a {
	color: #333;
}

#yumekaFooter #yf_nav>li a:hover {
	color: #c70079;
}

#yumekaFooter #yf_nav>li a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	margin-left: 3px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#yumekaFooter #yf_to_yumeTop {
	width: 141px;
	font-size: 13px;
}

#yumekaFooter #yf_to_yumeTop a {
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 4px 0;
	line-height: 1;
	border-color: #d9d9d9;
	border-width: 1px 1px 4px 1px;
	border-radius: 6px;
	background: #f2f2f2;
	text-decoration: none;
	display: block;
	height: 27px;
}

#yumekaFooter #yf_to_yumeTop a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	margin-left: 3px;
	margin-right: 0.3em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#yumekaFooter #yf_to_yumeTop a:hover {
	background: #d8d8d8;
	border-color: #c1c1c1;
}

#yumekaFooter #yf_copyright {
	display: block;
	text-align: right;
	color: #666;
	font-size: 10px;
}

/* ------------------------------
	#hokenFooter
------------------------------ */
#hokenToPageTop {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: -80px;
	right: 10px;
	-moz-transition-property: bottom;
	-webkit-transition-property: bottom;
	-ms-transition-property: bottom;
	transition-property: bottom;

	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#hokenToPageTop.is-show {
	bottom: 0;
}

#hokenToPageTop a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#hokenToPageTop a:before {
	position: absolute;
	content: '';
	width: 64px;
	height: 64px;
	bottom: 8px;
	right: 8px;
	border-radius: 32px;
	background: #007bc6;
	overflow: hidden;
	speak: none;
}

#hokenToPageTop a:after {
	position: absolute;
	text-indent: 0;
	display: block;
	font-family: 'basicico' !important;
	content: "\e900";
	color: #FFF;
	height: 22px;
	width: 100%;
	bottom: 29px;
	margin: auto 0;
	text-align: center;
	font-size: 22px;
	line-height: 1;
	speak: none;
}

#hokenToPageTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#hokenToPageTop a:hover:before {
	bottom: 16px;
}

#hokenToPageTop a:hover:after {
	bottom: 37px;
}

#hokenFooter {
	padding: 13px 0 26px;
	border-top: solid 4px #368bca;
	background: #fff;
}

#hokenFooter #hf_content {
	width: 980px;
	margin: 0 auto;
}

#hokenFooter #hf_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#hokenFooter a {
	color: #333333;
}

#hokenFooter #hf_nav {
	margin-bottom: 8px;
	font-size: 13px;
	letter-spacing: -.40em;
}

#hokenFooter #hf_nav>li {
	margin-right: 7px;
	display: inline-block;
	letter-spacing: normal;
	white-space: nowrap;
}

#hokenFooter #hf_nav>li a {
	color: #333;
}

#hokenFooter #hf_nav>li a:hover {
	color: #c70079;
}

#hokenFooter #hf_nav>li a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	margin-left: 3px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#hokenFooter #hf_to_yumeTop {
	float: left;
	width: 141px;
	font-size: 13px;
}

#hokenFooter #hf_to_yumeTop a {
	text-align: center;
	box-sizing: border-box;
	border-style: solid;
	padding: 4px 0;
	line-height: 1;
	border-color: #d9d9d9;
	border-width: 1px 1px 4px 1px;
	border-radius: 6px;
	background: #f2f2f2;
	text-decoration: none;
	display: block;
	height: 27px;
}

#hokenFooter #hf_to_yumeTop a:before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: auto 0;
	margin-left: 3px;
	margin-right: 0.3em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#hokenFooter #hf_to_yumeTop a:hover {
	background: #d8d8d8;
	border-color: #c1c1c1;
}

#hokenFooter #hf_copyright {
	display: block;
	float: right;
	width: 830px;
	text-align: right;
	color: #666;
	font-size: 10px;
}

