@charset "utf-8";

/* ======================
 * Top CSS
======================= */

/* Layout for PC
=========================================*/
#content {
	margin-top: 0 !important;
}

#content #main {
	width: 100% !important;
	padding-bottom: 50px !important;
}

[class*="topWrap"] {
	clear: both;
}
[class*="topWrap"] > *:first-child {
	margin-top: 0 !important;
}
.topWrap01 {
	position: relative;
}
.topWrap01 .topWrap01Inner {
	width: 1000px;
	margin: 0 auto;
}
.topWrap02 {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
.topWrap03 {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
}


/* Element for PC
=========================================*/
/* loading */
#visual_loading {
	position: absolute;
	left: 50%;
	top: 142px;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/common/images/common_ic17.gif) no-repeat 50% 50%;
	text-indent: -9999px;
}

/* topHeaiding01 */
.topHeaiding01 {
	margin: 35px 0 20px;
	padding: 0 0 11px 0;
	border-bottom: 2px solid #d2d2d2;
}
.topHeaiding01 > .head {
	position: relative;
	float: left;
	padding: 5px 0 0 43px;
	color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.topHeaiding01 > .head > .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
}
.topHeaiding01 > .head > .icon img {
	width: 32px;
	height: auto;
}
.topHeaiding01 > .more {
	float: right;
}
.topHeaiding01 > .more > a {
	position: relative;
	display: inline-block;
	padding: 8px 20px 8px 34px;
	border: 1px solid #cccccc;
	border-bottom-width: 2px;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:    -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:     -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:      -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:         linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.topHeaiding01 > .more > a:after {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 0;
	background-image: url(/common/images_sys/top_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.topHeaiding01 > .more > a:hover {
	background: #00b6e1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6e1', endColorstr='#00b6e1',GradientType=0);
	border: 1px solid #00b6e1;
	border-bottom-width: 2px;
	color: #ffffff;
}
/* topHeaiding02 */
.topHeaiding02 {
	margin: 20px 0 15px;
	padding: 0 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
#noticeIndex    .topHeaiding02 { border-bottom-color: #f97d7d; background-color: #ffe6e6; }
#recommendIndex .topHeaiding02 { border-bottom-color: #ffb25f; background-color: #fff3c4; }
.topHeaiding02 > .head {
	position: relative;
	padding: 10px 0 7px 50px;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
}
.topHeaiding02 > .head > .icon {
	position: absolute;
	left: 0;
	top: -3px;
	width: 36px;
}
.topHeaiding02 > .head > .icon img {
	width: 36px;
	height: auto;
}

/* topLayout01 */
.topLayout01 {
	clear: both;
}
.topLayout01 > .colMain {
	float: left;
	width: 730px;
}
.topLayout01 > .colSide {
	float: right;
	width: 230px;
}
.topLayout01 > [class*="col"] > *:first-child {
	margin-top: 0 !important;
}
.topLayout01 > .colSide .btn-group li {
	margin-bottom: 10px;
}

/* Component for PC
=========================================*/
/* utilityIndex */
#utilityIndex {
	clear: both;
}
#utilityIndex .number {
	float: left;
	margin-top: 13px;
	font-weight: bold;
}
#utilityIndex > .links {
	float: right;
}
#utilityIndex > .links > li {
	float: left;
	width: 230px;
}
#utilityIndex > .links > li + li {
	margin-left: 12px;
}
#utilityIndex > .links > li > a {
	position: relative;
	display: inline-block;
	min-width: 230px;
	padding: 12px 17px 12px 41px;
	border: 1px solid #cccccc;
	border-bottom-width: 2px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:    -moz-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:     -ms-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:      -o-linear-gradient(top, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	background:         linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 49.99%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
#utilityIndex > .links > li > a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -10px 0 0 0;
	background-image: url(/common/images_sys/top_ic02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#utilityIndex > .links > li > a:hover {
	background: #00b6e1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6e1', endColorstr='#00b6e1',GradientType=0);
	border: 1px solid #00b6e1;
	border-bottom-width: 2px;
	color: #ffffff;
}
/* noticeIndex */
#noticeIndex {
	clear: both;
	margin: 20px 0 0 0;
}
#noticeIndex > *:first-child {
	margin-top: 0 !important;
}
#noticeIndex > .noticeWrap {
	clear: both;
	padding: 0 20px;
}
#noticeIndex > .noticeWrap > *:first-child {
	margin-top: 0 !important;
}
#noticeIndex > .noticeWrap > .noticeList {
}
#noticeIndex > .noticeWrap > .noticeList > li {
	padding: 0 0 0 15px;
	background-image: url(/common/images_sys/top_notice_ic02.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}
#noticeIndex > .noticeWrap > .noticeList > li + li {
	margin-top: 0.5em;
}

/* recommendIndex */
#recommendIndex {
	clear: both;
	margin: 20px 0 0 0;
}
#recommendIndex > *:first-child {
	margin-top: 0 !important;
}
#recommendIndex > .recommendWrap {
}
#recommendIndex > .recommendWrap > *:first-child {
	margin-top: 0 !important;
}
#recommendIndex > .recommendWrap > .recommendList {
}
#recommendIndex > .recommendWrap > .recommendList > .col {
	float: left;
	width: 490px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #ededed;
}
#recommendIndex > .recommendWrap > .recommendList > .col.single {
	float: none;
	width: 100%;
	margin: 0 0 0 0;
}
#recommendIndex > .recommendWrap > .recommendList > .col:nth-child(2n+1) {
	clear: left;
	margin-left: 0;
}
#recommendIndex > .recommendWrap > .recommendList > .col:nth-child(n+3) {
	margin-top: 20px;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock {
	display: block;
	border: 1px solid #dedede;
	background-color: #ffffff;
	text-decoration: none !important;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background-color: #f7f7f7;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .image {
	display: table-cell;
	width: 120px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background-color: #ffffff;
	vertical-align: top;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .image img {
	width: 120px;
	height: auto;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .caption {
	display: table-cell;
	height: 90px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	vertical-align: middle;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .caption > .head {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail {
	padding: 15px 20px;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail > *:first-child {
	margin-top: 0 !important;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail > .desc {
	color: #333333;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail > .period {
	margin: 0.25em 0 0 0;
	color: #888888;
}
#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* visualIndex */
#visualIndex {
	float: right;
	clear: both;
	width: 765px;
	margin: 20px 15px 0 0 !important;
}
#visualIndex.single {
	padding: 0 0 20px 0;
}
#visualIndex > *:first-child {
	margin-top: 0 !important;
}
#visualIndex .visualSlider {
	position: relative;
}
#visualIndex .visualSlider .bx-wrapper {
	overflow: hidden;
	margin: 0 auto 0;
}
#visualIndex .visualSlider .bx-wrapper .bx-viewport {
	overflow: hidden;
	height: auto !important;
	background: #cccccc;
}
#visualIndex .visualSlider .bx-wrapper .bx-viewport ul {
	margin-top: 0px;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a.bx-prev {top: 120px;}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a.bx-next {top: 120px;}
#visualIndex .visualSlider .bx-wrapper .bx-controls {
	height: auto;
	padding: 0;
	background: #ffffff;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager {
	max-width: 1000px;
	margin: 13px auto 0;
	text-align: center;
	letter-spacing: -0.4em;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	padding: 0 6px;
	letter-spacing: normal;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(/common/images_sys/top_visual_nav01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
	background-position: 0 -11px;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction {
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a {
	position: absolute;
	top: 142px;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a.bx-prev {
	left: -15px;
	margin-left: 0;
	background-image: url(/common/images_sys/top_visual_bt01.png);
	background-size:40px;
	z-index: 1000;
}
#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a.bx-next {
	right: -15px;
	margin-right: 0;
	background-image: url(/common/images_sys/top_visual_bt02.png);
	background-size:40px;
}

#visualIndex .visualSlider [class*="overlay"] {
	position: absolute;
	top: 0;
	width: 100%;
	height: 327px;
	background: url(/common/images_sys/top_visual_fr01.png) repeat;
}
#visualIndex .visualSlider .visualList > li {
    position: absolute;
    top: 0;
	float: left;
}
#visualIndex .visualSlider .overlayL { right: 50%; margin-right: 500px; }
#visualIndex .visualSlider .overlayR { left:  50%; margin-left:  500px; }


/* myPageIndex */
#myPageIndex {
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
}
#myPageIndex dl {
	width: 100%;
	margin: 0;
	border: solid 1px #d2d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#myPageIndex dl dt {
	padding: 8px 0;
	background: #eeeeee;
	border-bottom: solid 1px #d2d2d2;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#myPageIndex dl dd {
	padding: 0 14px 14px;
}
#myPageIndex dl dd p.info {
	margin: 15px 0 5px;
}
#myPageIndex dl dd p.info.line {
	margin-top: 19px !important;
	padding-top: 15px;
	border-top: solid 1px #d2d2d2;
}
#myPageIndex dl dd p.logIn,
#myPageIndex dl dd p.membership {
	display: table;
	width: 100%;
	height: 32px;
	margin: 15px auto 0;
}
#myPageIndex dl dd p.logIn a,
#myPageIndex dl dd p.membership a {
	display: table-cell;
	width: 148px;
	height: 31px;
	color: #ffffff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
#myPageIndex dl dd p.logIn a {
	background: #ff9b00;
	background: -moz-linear-gradient(top,  #ff9b00 0%, #ff9100 50%, #ff8200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b00), color-stop(50%,#ff9100), color-stop(100%,#ff8200));
	background: -webkit-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
	background: -o-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
	background: -ms-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
	background: linear-gradient(to bottom,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
	border-bottom: solid 1px #d26d00;
}
#myPageIndex dl dd p.membership a {
	background: #57b257;
	background: -moz-linear-gradient(top,  #57b257 0%, #51ac51 50%, #4aa54a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57b257), color-stop(50%,#51ac51), color-stop(100%,#4aa54a));
	background: -webkit-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
	background: -o-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
	background: -ms-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
	background: linear-gradient(to bottom,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
	border-bottom: solid 1px #328832;
}
#myPageIndex dl dd p.logIn a:hover {
	background: #ff6c00;
}
#myPageIndex dl dd p.membership a:hover {
	background: #259425;
}
#myPageIndex dl dd p.myPageBt {
	display: table;
	width: 100%;
	margin: 15px auto 0;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	border-left: solid 1px #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#myPageIndex dl dd p.myPageBt a {
	position: relative;
	display: table-cell;
	padding: 8px 10px 8px 30px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
	color: #000000;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#myPageIndex dl dd p.myPageBt a:before {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/images/common_ic01.png) no-repeat 0 0;
	content: "";
}
#myPageIndex dl dd p.myPageBt a.residentBtn:before {
	cursor: pointer;
	background: url(/common/images/resident_ic.png) no-repeat 0 0;
	background-size:16px 16px;
}
#myPageIndex dl dd p.myPageBt:hover {
	border-top: solid 1px #00b6e1;
	border-right: solid 1px #00b6e1;
	border-bottom: solid 2px #00b6e1;
	border-left: solid 1px #00b6e1;
}
#myPageIndex dl dd p.myPageBt:hover a {
	background: #00b6e1;
	color: #ffffff;
	color: #000000\9;
	text-decoration: none;
}


/* pointIndex */
#pointIndex {
	clear: both;
	margin-top: 10px;
}
#pointIndex > *:first-child {
	margin-top: 0 !important;
}
#pointIndex > .pointWrap {
	float: left;
	width: 50%;
	padding: 25px 0;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
}
#pointIndex > .pointWrap.type-use  { background-color: #fffae6; }
#pointIndex > .pointWrap.type-save { background-color: #eff6f8; }
#pointIndex > .pointWrap > .pointNavi {
	width: 500px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
}
#pointIndex > .pointWrap.type-use  > .pointNavi { float: right; }
#pointIndex > .pointWrap.type-save > .pointNavi { float: left; }
#pointIndex > .pointWrap > .pointNavi > .head {
	margin: -30px 0 0 0;
	text-align: center;
}
#pointIndex > .pointWrap > .pointNavi > .head img {
	width: auto;
	height: 31px;
}
#pointIndex > .pointWrap > .pointNavi > .menu {
	margin: 12px 0 0 0;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li {
	float: left;
	width: 228px;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li + li {
	margin-left: 12px;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock,
.btn-smile a,
.btn-onlineShop a,
.btn-application a {
	position: relative;
	display: table;
	width: 100%;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 2px solid #dedede;
	border-left: 1px solid #dedede;
	background-color: #ffffff;
	text-decoration: none !important;
	min-height: 56px;
}

.btn-smile a:hover,
.btn-onlineShop a:hover,
.btn-application a:hover {
	opacity: .7;
}

#pointIndex > .pointWrap.type-use  > .pointNavi > .menu > li > .linkBlock {
	color: #b26500;
}
#pointIndex > .pointWrap.type-save > .pointNavi > .menu > li > .linkBlock {
	color: #005890;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .image {
	background-color: #ffffff;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .image img {
	width: 100%;
	height: auto;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption,
.btn-smile > li > a > p,
.btn-onlineShop > li > a > p,
.btn-group > li > a > p {
	display: table-cell;
	padding: 9px 36px 6px 55px;
	vertical-align: middle;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li.use01 > .linkBlock > .caption {
	background: #ffffff url(/common/images_sys/top_point_bg01.png) no-repeat 9px 50%;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li.use02 > .linkBlock > .caption {
	background: #ffffff url(/common/images_sys/top_point_bg02.png) no-repeat 9px 50%;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li.save01 > .linkBlock > .caption {
	background: #ffffff url(/common/images_sys/top_point_bg03.png) no-repeat 9px 50%;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li.save02 > .linkBlock > .caption {
	background: #ffffff url(/common/images_sys/top_point_bg04.png) no-repeat 6px 50%;
}
.btn-application > a > p {
  background: #ffffff url(/common/images_sys/top_application_bg01.png) no-repeat 7px 50%;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 50px;
  background-size: 34px;
}
.btn-smile > a > p {
	background: #ffffff url(/common/images_sys/top_smile_bg02.png) no-repeat;
	line-height: 1.6;
	font-weight: bold;
	background-size : 40px;
	background-position : 7px 12px;
}
.btn-onlineShop > a > p {
	background: #ffffff url(/common/images_sys/top_yumenavi_online_shop_bg01.png) no-repeat;
	line-height: 1.6;
	font-weight: bold;
	background-size : 40px;
	background-position : 7px 12px;
}

#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption:after {
	display: block;
	position: absolute;
	right: 9px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 0;
	content: "";
}
#pointIndex > .pointWrap.type-use  > .pointNavi > .menu > li > .linkBlock > .caption:after {
	background: url(/common/images_sys/top_point_ic01.png) no-repeat 0 50%;
}
#pointIndex > .pointWrap.type-save > .pointNavi > .menu > li > .linkBlock > .caption:after {
	background: url(/common/images_sys/top_point_ic02.png) no-repeat 0 50%;
}
.btn-smile > a > p:after,
.btn-onlineShop > a > p:after,
.btn-application > a > p:after {
	background: url(/common/images_sys/top_point_ic03.png) no-repeat 0 50%;
	display: block;
	position: absolute;
	right: 9px;
	top: 30px;
	width: 16px;
	height: 16px;
	margin: -10px 0 0 0;
	content: "";
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption > em {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	font-style: normal;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption > em > span {
	display: block;
}
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock:hover > .image,
#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock:hover > .caption {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* topicsIndex */
#topicsIndex {
	clear: both;
	margin-top: 35px;
}
#topicsIndex > *:first-child {
	margin-top: 0 !important;
}
#topicsIndex > .topHeaiding01 {
	margin-bottom: 0 !important;
}
#topicsIndex > .topicsWrap {
	padding: 15px 0 0;
}
#topicsIndex > .topicsWrap > .topicsList {
}
#topicsIndex > .topicsWrap > .topicsList > .col {
	float: left;
	width: 171px;
	margin: 0 0 0 15px;
}
#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(n+5) {
	margin-top: 15px;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock {
	display: block;
	border-right: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-bottom: 2px solid #dedede;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none !important;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image {
	position: relative;
	width: 171px;
	height: 140px;
	/*overflow:hidden;*/
	margin: -1px 0 0 -1px;
	background-color: #ffffff;
}
/*
#topicsIndex > .topicsWrap > .topicsList > .col.new > .linkBlock > .image:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 49px;
	height: 49px;
	background-image: url(/common/images/common_ic15.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .photo {
	text-align: center;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 7px 10px 4px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	color: #ffffff;
	text-align: center;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.hotel      { background: #1b8fd9 }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.travel     { background: #7f74ab }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.gourmet    { background: #ea8f8c }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.life       { background: #f8a521 }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.golf       { background: #28a67b }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.house      { background: #78bd36 }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.investment { background: #af7a41 }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.other      { background: #72898e }
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category.care       { background: #424964 }

#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption {
	padding: 25px 9px 10px;
	position: relative;
}
#topicsIndex > .topicsWrap > .topicsList > .col.new > .linkBlock > .caption:after {
	content: "";
	position: absolute;
	left: 113px;
	top: 20px;
	display: block;
	width: 49px;
	height: 49px;
	background-image: url(/common/images/common_ic20.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics {
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dt {
	margin: 0 0 0.5em 0;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dt .date {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd {
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd > *:first-child {
	margin-top: 0 !important;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd > .headline {
	font-size: 12px;
	font-size: 1.2rem;
	word-wrap: break-word;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd > .place {
	margin: 0.5em 0 0 0;
	color: #888888;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.25;
	word-wrap: break-word;
}
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock:hover > .image,
#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock:hover > .caption {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* infoIndex */
#infoIndex {
	clear: both;
	margin: 0;
}
#infoIndex > *:first-child {
	margin-top: 0 !important;
}
#infoIndex > .newsWrap {
	clear: both;
	margin: 20px 0 0 0;
}
#infoIndex > .newsWrap > *:first-child {
	margin-top:10px;
	/*:margin-top: 0 !important;*/
}
#infoIndex > .newsWrap > .newsList {
	margin: 20px 0 0 0;
}
#infoIndex > .newsWrap > .newsList > dt {
	margin: 1em 0 0 0;
}
#infoIndex > .newsWrap > .newsList > dt:first-child {
	margin-top: 0 !important;
}
#infoIndex > .newsWrap > .newsList > dt > .date {
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
}
#infoIndex > .newsWrap > .newsList > dt > .newsIcon {
	display: inline-block;
	margin: 0 0 0 8px;
	vertical-align: middle;
}
#infoIndex > .newsWrap > .newsList > dt > .newsIcon img {
	width: 32px;
	height: auto;
	vertical-align: top;
}
#infoIndex > .newsWrap > .newsList > dd {
	margin: 8px 0 0 0;
}
#infoIndex > .newsWrap > .newsList > dd > .headline {
	margin-top:8px;
	font-size: 12px;
	font-size: 1.2rem;
}
#infoIndex > .newsWrap > .newsList > dd > .headline > .fileIcon {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
#infoIndex > .newsWrap > .newsList > dd > .headline > a + .fileIcon img {
	width: 11px;
	height: auto;
	vertical-align: middle;
}
#infoIndex > .newsWrap > .newsList > dd > .headline > a[href$=".pdf"] + .fileIcon img {
	width: 15px;
	height: auto;
}
#infoIndex > .newsWrap > .newsList > dd > .headline > .fileSize {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #000000;
	font-size: 12px;
	font-size: 1.2rem;
}

/* addbnr */
.addbnr {
  display: block;
  margin: 0 auto;
}

/* rankingIndex */
#rankingIndex {
}
#rankingIndex > *:first-child {
	margin-top: 0 !important;
}
#rankingIndex > .head {
	position: relative;
	margin: 0 0 5px 0;
	padding: 5px 25px;
	color: #705a00;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
#rankingIndex > .head:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 22px;
	height: 100%;
	background-image: url(/common/images_sys/top_ranking_fr01.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#rankingIndex > .head:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 22px;
	height: 100%;
	background-image: url(/common/images_sys/top_ranking_fr02.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#rankingIndex > .rankingList {
}
#rankingIndex > .rankingList > .col {
	background-repeat: repeat-x;
	background-position: 50% 10px;
	text-align: center;
}
#rankingIndex > .rankingList > .col + .col {
	margin-top: 0px;
}
#rankingIndex > .rankingList > .col:nth-child(1) { background-image: url(/common/images_sys/top_ranking_hr01.png); }
#rankingIndex > .rankingList > .col:nth-child(2) { background-image: url(/common/images_sys/top_ranking_hr02.png); }
#rankingIndex > .rankingList > .col:nth-child(3) { background-image: url(/common/images_sys/top_ranking_hr03.png); }
#rankingIndex > .rankingList > .col:nth-child(4) { background-image: url(/common/images_sys/top_ranking_hr04.png); }
#rankingIndex > .rankingList > .col:nth-child(5) { background-image: url(/common/images_sys/top_ranking_hr05.png); }
#rankingIndex > .rankingList > .col > .rank {
	display: inline-block;
	width: 67px;
	margin: 0 0 15px 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
}
#rankingIndex > .rankingList > .col > .rank img {
	width: 37px;
}
#rankingIndex > .rankingList > .col > .idx {
	text-align: left;
}
#rankingIndex > .rankingList > .col > .idx > .image {
	float: left;
	width: 80px;
	margin: 0 18px 0 0;
}
#rankingIndex > .rankingList > .col > .idx > .image img {
	width: 80px;
	height: auto;
}
#rankingIndex > .rankingList > .col > .idx > .caption {
	overflow: hidden;
}
#rankingIndex > .rankingList > .col > .idx > .caption > *:first-child {
	margin-top: 0 !important;
}
#rankingIndex > .rankingList > .col > .idx > .caption > .category {
	display: inline-block;
	min-width: 107px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	text-align: center;
}
#rankingIndex > .rankingList > .col > .idx > .caption > .category.hotel      { background: #1b8fd9 }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.travel     { background: #7f74ab }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.gourmet    { background: #ea8f8c }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.life       { background: #f8a521 }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.golf       { background: #28a67b }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.house      { background: #78bd36 }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.investment { background: #af7a41 }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.other      { background: #72898e }
#rankingIndex > .rankingList > .col > .idx > .caption > .category.care       { background: #424964 }
#rankingIndex > .rankingList > .col > .idx > .caption > .head {
	margin: 0.5em 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}
#rankingIndex > .rankingList > .col > .desc {
	clear: both;
	margin: 10px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
#rankingIndex > .rankingList > .col > .idx > .image > a:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	opacity: 0.6;
}



@media screen and (max-width: 736px) {

	/* Layout for Smartphone
	=========================================*/
	#content #main {
		padding: 0 0 35px !important;
	}

	.topWrap01 .topWrap01Inner {
		width: 100%;
		margin: 0 auto;
	}
	.topWrap02 {
		width: auto;
		padding: 20px 0 0 0;
	}
	.topWrap03 {
		width: auto;
		padding: 15px 0 25px;
	}


	/* Element for Smartphone
	=========================================*/
	/* loading */
	#visual_loading {
		top: 45px;
		width: 16px;
		height: 16px;
		margin: -8px 0 0 -8px;
		background-size: 16px 16px;
	}

	/* topHeaiding01 */
	.topHeaiding01 {
		margin: 20px 0 15px;
		padding: 0 15px 9px;
	}
	.topHeaiding01 > .head {
		padding: 3px 0 0 30px;
		font-size: 1.4rem;
	}
	.topHeaiding01 > .head > .icon {
		width: 24px;
	}
	.topHeaiding01 > .head > .icon img {
		width: 24px;
		height: auto;
	}
	.topHeaiding01 > .more > a {
		padding: 7px 15px 7px 28px;
		font-size: 1.0rem;
	}
	.topHeaiding01 > .more > a:after {
		left: 7px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		background-image: url(/common/images_sys/top_ic01_sp.png);
		background-size: 12px 12px;
	}
	/* topHeaiding02 */
	.topHeaiding02 {
		margin: 20px 0 10px;
		padding: 0 8px;
	}
	.topHeaiding02 > .head {
		padding: 7px 0 5px 35px;
		font-size: 1.2rem;
	}
	.topHeaiding02 > .head > .icon {
		width: 28px;
	}
	.topHeaiding02 > .head > .icon img {
		width: 28px;
		height: auto;
	}

	/* topLayout01 */
	.topLayout01 > .colMain {
		float: none;
		width: auto;
	}
	.topLayout01 > .colSide {
		float: none;
		width: auto;
		margin: 25px 0 0 0;
	}
  .topLayout01 > .colSide li.bnr-application,
	.topLayout01 > .colSide li.btn-smile,
        .topLayout01 > .colSide li.btn-onlineShop,
	.topLayout01 > .colSide li.btn-application {
		width: 230px;
		margin: 0 auto;
		margin-bottom: 10px;
	}


	/* Component for Smartphone
	=========================================*/
	/* utilityIndex */
	#utilityIndex {
		padding: 0 15px;
	}
	#utilityIndex .number {
		float: none;
		margin: 0 0 10px 0;
		font-weight: bold;
	}
	#utilityIndex > .links {
		float: none;
	}
	#utilityIndex > .links > li {
		float: none;
		width: 100%;
	}
	#utilityIndex > .links > li + li {
		margin-top: 8px;
		margin-left: 0;
	}
	#utilityIndex > .links > li > a {
		display: block;
		min-width: 0;
		padding: 12px 60px;
		font-size: 1.1rem;
		text-align: center;
	}
	#utilityIndex > .links > li > a:after {
		left: 7px;
		width: 16px;
		height: 16px;
		margin: -8px 0 0 0;
		background-image: url(/common/images_sys/top_ic02_sp.png);
		background-size: 16px 16px;
	}

	/* noticeIndex */
	#noticeIndex {
		padding: 0 15px;
	}
	#noticeIndex > .noticeWrap {
		padding: 0 10px;
	}
	#noticeIndex > .noticeWrap > .noticeList > li {
		padding: 0 0 0 12px;
		background-image: url(/common/images_sys/top_notice_ic02_sp.png);
		background-size: 7px 7px;
		font-size: 1.1rem;
	}

	/* recommendIndex */
	#recommendIndex {
		padding: 0 15px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col {
		float: none;
		width: 100%;
		margin: 0;
		border-bottom: none;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col:nth-child(2n+1) {
		clear: none;
		margin-left: 0;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col:nth-child(n+3) {
		margin-top: 0;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col:nth-child(n+2) {
		margin-top: 10px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock {
		border-bottom-width: 2px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .image {
		width: 80px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .image img {
		width: 80px;
		height: auto;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .caption {
		height: 60px;
		padding: 0 11px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .idx > .caption > .head {
		font-size: 1.1rem;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail {
		padding: 10px 12px 12px;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail > .desc {
		font-size: 1.1rem;
	}
	#recommendIndex > .recommendWrap > .recommendList > .col > .linkBlock > .detail > .period {
		font-size: 1.1rem;
	}

	/* visualIndex */
	#visualIndex {
		float: none;
		width: 100%;
		margin: 0 !important;
	}
	#visualIndex.single {
		padding: 0 0 15px 0;
	}
	#visualIndex .visualSlider {
		height: auto;
		min-height: 100px;
	}
	#visualIndex .visualSlider .bx-wrapper {
		width: 100%;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-viewport {
		overflow: hidden;
		max-width: 100%;
		height: auto !important;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-controls {
		height: auto;
		padding: 10px 0;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager {
		max-width: 100%;
		margin: 0;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
		width: 10px;
		height: 10px;
		background-image: url(/common/images_sys/top_visual_nav01_sp.png);
		background-size: 10px 20px;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
		background-position: 0 -10px;
	}
	#visualIndex .visualSlider .bx-wrapper .bx-controls .bx-controls-direction > a {
		display: none !important;
	}
	#visualIndex .visualSlider .visualList {
		margin: 0 !important;
	}
	#visualIndex .visualSlider .visualList > li {
		position: absolute;
		top: 0;
		text-align: center;
	}
	#visualIndex .visualSlider .visualList > li a {
	}
	#visualIndex .visualSlider .visualList > li img {
		margin-top: 0 !important;
	}
	#visualIndex .visualSlider [class*="overlay"] {
		display: none !important;
	}


	/* myPageIndex */
	#myPageIndex {
		position: inherit;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#myPageIndex dl {
		width: 100%;
		margin: 0;
		padding: 0;
		border: solid 1px #d2d2d2;
	}
	#myPageIndex dl dt {
		padding: 10px 0;
		background: #eeeeee;
		color: #000000;
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	#myPageIndex dl dd {
		padding: 0 10px 9px;
	}
	#myPageIndex dl dd p.info {
		margin: 19px 0 8px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	#myPageIndex dl dd p.info.line {
		padding: 0;
		border: none;
	}
	#myPageIndex dl dd p.logIn,
	#myPageIndex dl dd p.membership {
		display: table;
		width: 100%;
		height: 32px;
		margin: 0 auto;
	}
	#myPageIndex dl dd p.logIn a,
	#myPageIndex dl dd p.membership a {
		display: table-cell;
		width: 100%;
		height: 36px;
		color: #ffffff;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		text-align: center;
		vertical-align: middle;
	}
	#myPageIndex dl dd p.logIn a {
		background: #ff9b00;
		background: -moz-linear-gradient(top,  #ff9b00 0%, #ff9100 50%, #ff8200 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b00), color-stop(50%,#ff9100), color-stop(100%,#ff8200));
		background: -webkit-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
		background: -o-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
		background: -ms-linear-gradient(top,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
		background: linear-gradient(to bottom,  #ff9b00 0%,#ff9100 50%,#ff8200 100%);
		border-bottom: solid 1px #d26d00;
	}
	#myPageIndex dl dd p.membership a {
		background: #57b257;
		background: -moz-linear-gradient(top,  #57b257 0%, #51ac51 50%, #4aa54a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57b257), color-stop(50%,#51ac51), color-stop(100%,#4aa54a));
		background: -webkit-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
		background: -o-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
		background: -ms-linear-gradient(top,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
		background: linear-gradient(to bottom,  #57b257 0%,#51ac51 50%,#4aa54a 100%);
		border-bottom: solid 1px #328832;
	}
	#myPageIndex dl dd p.logIn a:hover {
		background: #ff6c00;
	}
	#myPageIndex dl dd p.membership a:hover {
		background: #259425;
	}
	#myPageIndex dl dd p.myPageBt {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 50%, #f2f2f2 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#f2f2f2));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 50%,#f2f2f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
		border-top: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
		border-bottom: solid 2px #cccccc;
		border-left: solid 1px #cccccc;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#myPageIndex dl dd p.myPageBt a {
		display: block;
		padding: 8px 12px 8px 28px;
		background: url(/common/images/common_ic01_sp.png) no-repeat 7px 50%;
		background-size: 12px 12px;
		color: #000000;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#myPageIndex dl dd p.myPageBt a.residentBtn {
		background: url(/common/images/resident_ic.png) no-repeat 7px 50%;
		background-size: 12px 12px;
	}
	#myPageIndex dl dd p.myPageBt a:before {
		display: none;
		background: none;
	}
	#myPageIndex dl dd p.myPageBt:hover {
		background: #00b6e1;
		border-top: solid 1px #00b6e1;
		border-right: solid 1px #00b6e1;
		border-bottom: solid 2px #00b6e1;
		border-left: solid 1px #00b6e1;
	}
	#myPageIndex dl dd p.myPageBt:hover a {
		background: url(/common/images/common_ic01_sp.png) no-repeat 7px 0.7em;
		background-size: 12px 12px;
		color: #ffffff;
		text-decoration: none;
	}
	#myPageIndex dl dd p.myPageBt:hover a.residentBtn {
		background: url(/common/images/resident_ic.png) no-repeat 7px 0.7em;
		background-size: 12px 12px;
	}	
	

	/* pointIndex */
	#pointIndex {
		margin-top: 10px;
	}
	#pointIndex > .pointWrap {
		float: none;
		width: 100%;
		padding: 15px 0;
	}
	#pointIndex > .pointWrap + .pointWrap {
		margin-top: 12px;
	}
	#pointIndex > .pointWrap > .pointNavi {
		float: none !important;
		width: 100%;
		padding: 0 15px;
	}
	#pointIndex > .pointWrap > .pointNavi > .head {
		margin: -13px 0 0 0;
	}
	#pointIndex > .pointWrap > .pointNavi > .head img {
		width: auto;
		height: 24px;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu {
		margin: 10px 0 0 0;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li {
		width: 48.6%;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li + li {
		margin-left: 2.8%;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock {
		border-bottom: 1px solid #dedede;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption {
		position: relative;
		padding: 9px 22px 6px 35px;
		font-size: 1.0rem;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li.use01 > .linkBlock > .caption {
		background: #ffffff url(/common/images_sys/top_point_bg01_sp.png) no-repeat 6px 50%;
		background-size: 22px auto;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li.use02 > .linkBlock > .caption {
		background: #ffffff url(/common/images_sys/top_point_bg02_sp.png) no-repeat 6px 50%;
		background-size: 22px auto;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li.save01 > .linkBlock > .caption {
		background: #ffffff url(/common/images_sys/top_point_bg03_sp.png) no-repeat 6px 50%;
		background-size: 22px auto;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li.save02 > .linkBlock > .caption {
		background: #ffffff url(/common/images_sys/top_point_bg04_sp.png) no-repeat 6px 50%;
		background-size: 26px auto;
	}
	#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption:after {
		right: 6px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		background-size: 12px 12px;
	}
	#pointIndex > .pointWrap.type-use  > .pointNavi > .menu > li > .linkBlock > .caption:after { background-image: url(/common/images_sys/top_point_ic01_sp.png); background-size: 12px 12px!important; }
	#pointIndex > .pointWrap.type-save > .pointNavi > .menu > li > .linkBlock > .caption:after { background-image: url(/common/images_sys/top_point_ic02_sp.png); background-size: 12px 12px!important; }
	#pointIndex > .pointWrap > .pointNavi > .menu > li > .linkBlock > .caption > em {
		font-size: 1.1rem;
	}

	/* topicsIndex */
	#topicsIndex > .topicsWrap {
		padding: 15px;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col {
		width: 48.6%;
		margin: 0 0 0 2.8% !important;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(3n+1) {
		clear: none;
		margin-left: auto;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(n+4) {
		margin-top: auto;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(2n+1) {
		clear: left;
		margin-left: 0 !important;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col:nth-child(n+3) {
		margin-top: 10px !important;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock {
		border-bottom: 1px solid #dedede;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image {
		width: 100%;
		margin: 0;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col.new > .linkBlock > .image:after {
		width: 31px;
		height: 31px;
		background-image: url(/common/images/common_ic15_sp.png);
		background-size: 31px 31px;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .image > .category {
		padding: 4px 5px 3px;
		font-size: 0.9rem;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption {
		padding: 8px 12px;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dt {
		margin: 0 0 0.5em 0;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dt .date {
		font-size: 1.1rem;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd > .headline {
		font-size: 1.1rem;
	}
	#topicsIndex > .topicsWrap > .topicsList > .col > .linkBlock > .caption > .topics > dd > .place {
		font-size: 1.0rem;
	}

	/* infoIndex */
	#infoIndex {
		margin: 20px 0 0 0;
	}
	#infoIndex > *:first-child {
		margin-top: 0 !important;
	}
	#infoIndex > .newsWrap {
		margin: 18px 15px 0;
	}
	#infoIndex > .newsWrap > .newsList {
		margin: 15px 0 0 0;
	}
	#infoIndex > .newsWrap > .newsList > dt {
		margin: 1em 0 0 0;
	}
	#infoIndex > .newsWrap > .newsList > dt > .date {
		font-size: 1.1rem;
	}
	#infoIndex > .newsWrap > .newsList > dt > .newsIcon {
		margin: 0 0 0 5px;
	}
	#infoIndex > .newsWrap > .newsList > dt > .newsIcon img {
		width: 26px;
		height: auto;
		vertical-align: middle;
	}
	#infoIndex > .newsWrap > .newsList > dd > .headline {
		font-size: 1.1rem;
	}
	#infoIndex > .newsWrap > .newsList > dd > .headline > a + .fileIcon img {
		width: 11px;
		height: auto;
	}
	#infoIndex > .newsWrap > .newsList > dd > .headline > a[href$=".pdf"] + .fileIcon img {
		width: 11px;
		height: auto;
	}
	#infoIndex > .newsWrap > .newsList > dd > .headline > .fileSize {
		font-size: 1.0rem;
	}

	/* rankingIndex */
	#rankingIndex {
		text-align: center;
	}
	#rankingIndex > .head {
		position: relative;
		display: inline-block;
		margin: 0 0 3px 0;
		padding: 8px 30px 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#rankingIndex > .head:before {
		width: 16px;
		background-image: url(/common/images_sys/top_ranking_fr01_sp.png);
		background-size: 16px 36px;
	}
	#rankingIndex > .head:after {
		width: 16px;
		background-image: url(/common/images_sys/top_ranking_fr02_sp.png);
		background-size: 16px 36px;
	}
	#rankingIndex > .rankingList {
		margin: 0 15px;
	}
	#rankingIndex > .rankingList > .col {
		background-position: 50% 12px;
		background-size: 12px 2px;
	}
	#rankingIndex > .rankingList > .col + .col {
		margin-top: 0px;
	}
	#rankingIndex > .rankingList > .col:nth-child(1) { background-image: url(/common/images_sys/top_ranking_hr01_sp.png); }
	#rankingIndex > .rankingList > .col:nth-child(2) { background-image: url(/common/images_sys/top_ranking_hr02_sp.png); }
	#rankingIndex > .rankingList > .col:nth-child(3) { background-image: url(/common/images_sys/top_ranking_hr03_sp.png); }
	#rankingIndex > .rankingList > .col:nth-child(4) { background-image: url(/common/images_sys/top_ranking_hr04_sp.png); }
	#rankingIndex > .rankingList > .col:nth-child(5) { background-image: url(/common/images_sys/top_ranking_hr05_sp.png); }
	#rankingIndex > .rankingList > .col > .rank {
		width: 65px;
		margin: 0 0 13px 0;
	}
	#rankingIndex > .rankingList > .col > .rank img {
		width: 35px;
	}
	#rankingIndex > .rankingList > .col > .idx {
		margin: 10px 0px 0 !important;
	}
	#rankingIndex > .rankingList > .col > .idx > .image {
		width: 75px;
		margin: 0 10px 0 0;
	}
	#rankingIndex > .rankingList > .col > .idx > .image img {
		width: 75px;
		height: auto;
	}
	#rankingIndex > .rankingList > .col > .idx > .caption > .category {
		min-width: 87px;
		font-size: 1.0rem;
		line-height: 20px;
	}
	#rankingIndex > .rankingList > .col > .idx > .caption > .head {
		margin: 0.5em 0 0 0;
		font-size: 1.1rem;
	}
	#rankingIndex > .rankingList > .col > .desc {
		font-size: 1.1rem;
	}
	
	#topicsIndex > .topicsWrap > .topicsList > .col.new > .linkBlock > .caption:after {
		content: "";
		position: absolute;
		left: 113px;
		top: 10px;
		display: block;
		width: 49px;
		height: 49px;
		background-image: url(/common/images/common_ic20.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

}




/* ClearFix
=========================================*/
.topHeaiding01:after,
.topLayout01:after,
#utilityIndex:after,
#utilityIndex > .links:after,
#recommendIndex > .recommendWrap > .recommendList:after,
#pointIndex:after,
#pointIndex > .pointWrap:after,
#pointIndex > .pointWrap > .pointNavi > .menu:after,
#topicsIndex > .topicsWrap > .topicsList:after,
#rankingIndex > .rankingList > .col > .idx:after,
.topWrap01 .topWrap01Inner:after {
	content: "";
	display: block;
	clear: both;
}
.topHeaiding01,
.topLayout01,
#utilityIndex,
#utilityIndex > .links,
#recommendIndex > .recommendWrap > .recommendList,
#pointIndex,
#pointIndex > .pointWrap,
#pointIndex > .pointWrap > .pointNavi > .menu,
#topicsIndex > .topicsWrap > .topicsList,
#rankingIndex > .rankingList > .col > .idx,
.topWrap01 .topWrap01Inner {
	min-height: 1%;
	zoom: 1;
}
