@charset "utf-8";
/* -----------------------------------------
common.css
reset・初期設定・汎用クラス用css
----------------------------------------- */


/* reset
----------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table,th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

input[type=text],
input[type=button],
input[type=submit],
button {
	font-family: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}


/* 初期設定
----------------------------------------- */

body {
	min-width: 950px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	color: #666 !important;
	font-size: 87.5% !important;
	line-height: 1.4;
}

a {
	color: inherit;
	text-decoration: none;
}

em,strong { font-weight: bold; }


/* 汎用クラス
----------------------------------------- */

.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

.floatL { float: left; }
.floatR { float: right; }

.fontL  { font-size: 116.7%; }	/* 14px */
.fontLL { font-size: 133.3%; }	/* 16px */
.fontXL { font-size: 150%; }	/* 18px */
.fontS  { font-size: 91.7%; }	/* 11px */
.fontSS { font-size: 83.3%; }	/* 10px */

.txtBold { font-weight: bold; }

.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.vaTop { vertical-align: top !important; }
.vaBtm { vertical-align: bottom !important; }

.hide { display: none; }

.indent { text-indent: 1em; }


.mt0  { margin-top:  0px !important; }
.mt3  { margin-top:  3px !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.ml0  { margin-left:  0px !important; }
.ml3  { margin-left:  3px !important; }
.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.mr0  { margin-right:  0px !important; }
.mr3  { margin-right:  3px !important; }
.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb0  { margin-bottom:  0px !important; }
.mb3  { margin-bottom:  3px !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.cmnOver:hover {
	opacity: 0.8;
}


/* フレーム
----------------------------------------- */

/* pageHeader */

.pageHeaderOuter {
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
}

body.uc .pageHeaderOuter {
	display: none;
}

.pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background-color: #0f218b;
	padding-top: 15px;
	height: 60px;
}

/*fullScreenヘッダー*/
body.fullScreen .pageHeader {
	height: 60px;
}
/*fullScreenヘッダーEND*/

.pageHeader .inner {
	width: 910px;
	margin: 0 auto;
}

.pageHeader .logo {
	float: left;
}
.pageHeader .logo .logo_catch{
	color:#fff;
/*	font-size:10px;*/
	font-size:8.8px;
	margin-bottom:6px;
}

/*fullScreenヘッダー*/
body.fullScreen .pageHeader .logo .logo_catch{
	font-size:8.8px;
}
body .pageHeader .logo .logo_catch + a img{
	width:220px;
	height:auto;
}/*fullScreenヘッダーEND*/

.pageHeader .search {
	position: relative;
	float: right;
	margin-left: 20px;
	margin-top: -2.5px;
}

.pageHeader .searchBtn {
	cursor: pointer;
}

.pageHeader .searchBtn:hover img {
	opacity: 0.9;
}

.pageHeader .searchBox {
	top: 50px;
	right: 0;
	position: absolute;
	border: 1px solid #0f218b;
	background-color: #fff;
	padding: 18px 15px 15px;
	width: 480px;
	z-index: 1500;
	display: none;
}

.pageHeader .searchBox .closeBtn {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

.pageHeader .searchBox .textbox {
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	width: 380px;
	height: 32px;
	padding: 3px 10px;
}

.pageHeader .searchBox .submitBtn {
	border: none;
	box-sizing: border-box;
	width: 60px;
	height: 32px;
	background-color: #0f218b;
	color: #fff;
	cursor: pointer;
}

.pageHeader .searchBox .linkBtn {
	overflow: hidden;
	margin: 16px 0;
}

.pageHeader .searchBox .linkBtn li {
	float: left;
	width: 49%;
	overflow: hidden;
}

.pageHeader .searchBox .linkBtn li:last-child {
	float: right;
}

.pageHeader .searchBox .linkBtn a {
	position: relative;
	display: block;
	background-color: #0081cc;
	border-radius: 5px;
	height: 48px;
	padding: 0 25px 0 60px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.pageHeader .searchBox .linkBtn a:hover {
	opacity: 0.8;
}

.pageHeader .searchBox .linkBtn a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.pageHeader .searchBox .linkBtn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}

.pageHeader .searchBox .linkBtn img {
	position: absolute;
	top: 4px;
	left: 5px;
}

.pageHeader .searchBox .linkBtn span {
	display: inline-block;
	vertical-align: middle;
}

.pageHeader .searchBox .linkTitle {
	border-bottom: 2px solid #0f218b;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	color: #0f218b;
	font-size: 16px;
	font-weight: bold;
}

.pageHeader .searchBox .link {
	overflow: hidden;
}

.pageHeader .searchBox .link li {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}

.pageHeader .searchBox .link li:nth-child(even) {
	float: right;
}

.pageHeader .searchBox .link a {
	position: relative;
	display: block;
	height: 45px;
	color: #0f218b;
	font-size: 15px;
	font-weight: bold;
}

.pageHeader .searchBox .link a:hover {
	opacity: 0.7;
}

.pageHeader .searchBox .link a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.pageHeader .searchBox .link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0f218b;
	border-right: 2px solid #0f218b;
	transform-origin: right top;
	transform: rotate(45deg);
}

.pageHeader .searchBox .link a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}

.pageHeader .searchBox .link a small {
	font-size: 13px;
}

.pageHeader .searchBox .note {
	color: #afafaf;
}

.pageHeader .btnList {
/*	float: right;
	overflow: hidden;
	margin-bottom: 10px;*/
	display: none;
}

.pageHeader .btnList li {
	float: left;
	margin-left: 3px;
}

.pageHeader .btnList a {
	display: block;
	width: 129px;
	height: 26px;
	background-color: #008738;
	line-height: 26px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.pageHeader .btnList a:hover {
	background-color: #33a05f;
}

.pageHeader .btnList a.blank {
	background-image: url(/cmn/img/ico_blank.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.pageHeader .linkList {
	float: right;
	display: none;
}
.pageHeader .linkList.fullScreenDisp ,
.pageHeaderOuter .pageHeaderSub {
	display: block;
}
body .pageHeaderSub {
    display: block;
    background-color: #0091E8;
    padding: 6px 0;
    position: relative;
    z-index: 1400;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    border-top: 2px solid #fff;
    top: 75px;
}
body .pageHeaderSub .inner {
    width: 910px;
    margin: 0 auto;
    text-align: right;
}


body .pageHeaderSub ul.pageHeaderSubLogin {
    font-size: 0;
}
body .pageHeaderSub ul.pageHeaderSubLogin li {
	display: inline-block;
	margin: 0 5px;
}
body .pageHeaderSub ul.pageHeaderSubLogin li:first-child {
	margin-right: 10px;
}
body .pageHeaderSub ul.pageHeaderSubLogin li:last-child {
	margin-right: 0;
}
body .pageHeaderSub ul.pageHeaderSubLogin li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
body .pageHeaderSub ul.pageHeaderSubLogin li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
body .pageHeaderSub ul.pageHeaderSubLogin li.login a {
	display: block;
	width: 190px;
	background: #ff7bac;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;
}
body .pageHeaderSub ul.pageHeaderSubLogin li.oneclick a {
	display: block;
	width: 190px;
	background: #FFFFFF;
	color: #0081cc;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;
}
body .pageHeaderSub ul.pageHeaderSubLogin li.oneclick a.app_login {
    padding: 0px 10px;
    height: 26px;
    color: #000;
}
body .pageHeaderSub ul.pageHeaderSubLogin li.oneclick a.app_login {
	padding: 0px 10px;
	height: 26px;
	color: #000;
}
body .pageHeaderSub ul.pageHeaderSubLogin li.oneclick a.app_login img{
  padding-right: 5px;
  vertical-align: sub;
  position: relative;
  top: 3px;
}



/*fullScreenヘッダー*/
body .pageHeader .linkList {
	margin-top: 2px;
}
body .pageHeader .linkList.fullScreenDisp + .linkList.fullScreenDisp {
    margin-top: 5px;
}
/*fullScreenヘッダーEND*/

.pageHeader .linkList li {
	float: left;
	margin-left: 25px;
}

.pageHeader .linkList a {
	padding-right: 12px;
	background: url(/cmn/img/hd_mrk_01.gif) no-repeat 100% 50%;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.pageHeader .linkList a:hover {
	opacity: 0.7;
}


/* titleArea */

.titleArea {
	position: relative;
	background-color: #f6f6f6;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

body.uc .titleArea {
/*	padding-top: 5px;	*/
}

body.uc .titleArea .clearfix {
	width: 890px;
	margin: 0 auto 0;
}
body.uc .breadcrumbs {
	padding-top: 0;
}

/* topArea */

.topArea {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.topArea .banner {
	text-align: center;
}

.topArea .banner img {
	vertical-align: top;
}


/* gnavi */
.gnaviOuter{
	margin:0 auto;
	width:910px;
	height:69px;
}
.gnavi {
	/*position: relative;*/
	position: fixed;
	z-index: 1000;
	width: 910px;
	margin: 0 auto;
	height: 69px;
	top: 116px;
}

body.uc .gnavi {
	display: none;
}

.gnavi > li {
	float: left;
	margin-left: 5px;
	width: 178px;
}

.gnavi > li:first-child {
	margin-left: 0;
}

.gnavi .btn {
	position: relative;
	top: -3px;
	height: 69px;
}

.gnavi .btn a {
	display: block;
	border: 3px solid #0f218b;
	border-radius: 5px;
	background-color: #fff;
	padding: 9px 0 8px;
	text-align: center;
	color: inherit;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	transition: all 0.3s;
}

.gnavi .btn span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0f218b;
	transition: all 0.3s;
}

.gnavi li:hover .btn a {
	position: relative;
	background-color: #0f218b;
	color: #fff;
}

.gnavi li:hover .btn a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 9px solid #0f218b;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.gnavi li:hover .btn a span {
	color: #fff;
}

.gnavi .megaMenu {
	position: absolute;
	top: 69px;
	left: 0;
	right: 0;
	z-index: 1000;
	border: 3px solid #0f218b;
	border-radius: 5px;
	background-color: #ebedf6;
	padding: 32px 32px 23px 30px;
	min-height: 236px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.gnavi > li.showMenu .megaMenu {
	visibility: visible;
	opacity: 1;
}

.gnavi .leftCol {
	float: left;
	width: 560px;
}

.gnavi .title {
	border-bottom: 2px solid #0f218b;
	padding-bottom: 8px;
	margin-bottom: 16px;
	text-align: center;
	color: #0f218b;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 1.3;
}

.gnavi .title.col1 {
	float: left;
	width: 180px;
	margin-top: -20px;
}

.gnavi .title.col2 {
	float: left;
	width: 370px;
	margin-left: 10px;
}

.gnavi .imgLink {
	margin-left: -10px;
	overflow: hidden;
}

.gnavi .imgLink li {
	float: left;
	width: 180px;
	margin-left: 10px;
	text-align: center;
}

.gnavi .imgLink.col4 li {
	width: 133px;
	margin-left: 9px;
}

.gnavi .imgLink a {
	color: #0f218b !important;
	font-weight: bold;
	text-decoration: none;
}

.gnavi .imgLink a:hover {
	opacity: 0.8;
}

.gnavi .imgLink .img {
	margin-bottom: 10px;
}

.gnavi .imgLink .text {
	display: inline-block;
	background: url(/cmn/img/megamenu_mrk_01.png) no-repeat 100% 50%;
	padding-right: 15px;
}

.gnavi .imgLink .text.narrow {
	letter-spacing: -2px;
}

.gnavi .imgLink .text.long {
	text-align: left;
	font-size: 92.9%;
	letter-spacing: -1px;
	word-break: break-all;
	padding-right: 12px;
}

.gnavi .imgLink .text span {
	display: table-cell;
	vertical-align: middle;
	height: 2.8em;
	color: #0f218b !important;
}

.gnavi .rightCol {
	float: right;
	width: 245px;
}

.gnavi .btnLink li {
	margin-bottom: 8px;
}

.gnavi .btnLink a {
	display: block;
	background: url(/cmn/img/megamenu_mrk_02.png) no-repeat 96% 50% #0f218b;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
}

.gnavi .btnLink a:hover {
	opacity: 0.8;
}

.gnavi .btnLink .img {
	display: table-cell;
}

.gnavi .btnLink .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 13px;
	color: #fff !important;
}

.gnavi .btnLink .text.sizeS {
	font-size: 92.3%;
}

.gnavi .topLink a {
	display: block;
	background: url(/cmn/img/megamenu_mrk_02.png) no-repeat 96% 50% #ff6f92;
	padding: 7px 12px;
	border-radius: 5px;
	color: #fff;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
}

.gnavi .normalLink a {
	display: block;
	background: url(/cmn/img/megamenu_mrk_01.png) no-repeat 96% 50%;
	padding: 7px 12px;
	border-radius: 5px;
	color: #0f218b;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
}

.gnavi .topLink a:hover {
	opacity: 0.8;
}


/* cpnLink */

.cpnLink {
	position: absolute;
	top: 158px;
	left: 0;
	right: 0;
	width: 910px;
	margin: 0 auto;
}

body.uc .cpnLink {
	top: 98px;
}

.cpnLink a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(/cmn/img/mrk_01.png) no-repeat 95% 50% #0f228b;
	border-radius: 6px;
	padding: 5px 25px 5px 10px;
	color: #fff;
	line-height: 1.3;
}


/* breadcrumbs */

.breadcrumbs {
	width: 910px;
	margin: 10px auto 15px;
	overflow: hidden;
	padding-top:115px;
}

.breadcrumbs.hasBtn {
	padding-right: 160px;
	width: 750px;
}

.breadcrumbs li {
	float: left;
	font-size: 75%;
	color: #666;
}

.breadcrumbs li:before {
	content: "＞";
	padding: 0 5px;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}


/* pageTitle */

.pageTitle {
	width: 910px;
	margin: 0 auto;
	color: #0f228b;
	font-size: 175%;
	padding-top: 8px;
	text-align: left;
	background: none !important;
}

h1.pageTitle {
	border-top: none !important;
	border-bottom: none !important;
}


/* pagetop */

.pagetop {
	margin: 30px 0 15px;
	text-align: right;
}

.pagetop a {
	position: relative;
	padding-left: 14px;
	background: url(/cmn/img/pagetop.gif) no-repeat 0 5px;
	color: #0f228b;
	font-size: 92.9%;
	font-weight: bold;
	text-decoration: none;
}

.pagetop a:hover {
	text-decoration: underline;
}


/* footerNaviArea */

.footerNaviArea {
	background-color: #0f228b;
}

.footerNaviArea ul {
	width: 910px;
	margin: 0 auto;
	padding: 20px 0 25px;
	overflow: hidden;
}

.footerNaviArea ul.uc {
	display: none;
}

body.uc .footerNaviArea ul {
	display: none;
}

body.uc .footerNaviArea ul.uc {
	display: block;
}

.footerNaviArea li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-bottom: 15px;
}

.footerNaviArea a {
	display: inline-block;
	padding-left: 16px;
	background: url(/cmn/img/ft_mrk_01.png) no-repeat 4px 4px;
	color: #fff;
	text-decoration: none;
}

.footerNaviArea a:hover {
	text-decoration: underline;
}


/* pageFooter */

.pageFooter {
    margin: 0 auto;
    padding: 15px 0 20px;
    width: 910px;
	font-family: sans-serif !important;
	font-size: 85.7% !important;
}

body.uc .pageFooter_cs {
	display: none;
}

.pageFooter a {
	color: inherit;
	text-decoration: none;
}

.pageFooter a:hover {
	text-decoration: underline;
}

.pageFooter .logo {
    float: left;
    width: 200px;
}

.pageFooter .logo span {
    clear: both;
    display: block;
    padding-top: 10px;
}

.pageFooter .logo span a {
    background: rgba(0, 0, 0, 0) url("/cmn_data/img/listmark03.gif") no-repeat scroll left center;
    font-size: 0.86em;
    padding-left: 10px;
}

.pageFooter .copyright {
    float: right;
}

.pageFooter .copyright a {
    float: right;
}

.pageFooter .copyright address {
    float: right;
    padding: 25px 20px 0 0;
    line-height: 1.5em;
	font-style: normal;
}

.pageFooter .linkList {
    border-top: 1px solid #d4d4d4;
	margin-top: 10px;
    font-size: 0.9em;
    padding-top: 15px;
    text-align: center;
}

.pageFooter .linkList p {
    clear: both;
    line-height: 1.3em;
    overflow: hidden;
    text-align: center;
}

.pageFooter .linkList p span {
    border-left: 1px solid #d4d4d4;
    clear: both;
    margin-left: -1px;
    padding: 0 12px;
    text-align: center;
}

.pageFooter .linkList p span.firstchild {
    border: medium none;
}

/* サイドログイン */

#MainVisualMenu {
	position: absolute;
	top: 72px;
	left: 0;
	z-index: 100;
}

.boxMenu {
	width: 222px;
	background-color: #0f218b;
	border-radius: 4px;
	overflow: hidden;
}

.boxMenu .inner {
	padding: 14px 12px 0px;
}
.boxMenu .inner2 {
	padding: 7px 12px 0px;
}

.boxMenu .loginBtn {
	display: block;
	background-color: #ff6f97;
	padding: 13px 0;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.boxMenu .loginBtn:hover {
	background-color: #ff8cac;
}

.boxMenu .oneclick {
	display: block;
	margin-top: 10px;
	background-color: #fff;
	border-radius: 3px;
	padding: 8px 0;
	text-align: center;
	color: #0f218b;
	font-size: 12px;
	font-weight: bold;
}
.boxMenu .oneclick:hover {
	opacity: 0.9;
}
.boxMenu .oneclick.campaign {
	white-space: nowrap;
	letter-spacing: -1px;
}
.boxMenu .oneclick.campaign span {
	display: inline-block;
	vertical-align: 1px;
	background-color: #dd2a2a;
	padding: 1px 2px;
	margin-left: 2px;
	border-radius: 2px;
	color: #feffb6;
	font-size: 10px;
}

.boxMenu .textLink {
	margin: 10px 0 0;
}

.boxMenu .textLink a {
	display: inline-block;
	background: url(/cmn/img/mrk_01.png) no-repeat 3px 6px;
	padding: 3px 0 3px 15px;
	color: #fff;
	font-size: 12px;
}
.boxMenu .textLink2 {
	margin: 10px 0 15px;
}
.boxMenu .textLink2 li {
	background: #d9eaff;
	border-bottom:1px solid #c9dcf1;
	padding-left:5px;
	min-height:22px;
	width:192px;
	border-right:1px solid #c9dcf1;
}
.boxMenu .textLink2 li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
/*	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;*/
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.boxMenu .textLink2 li:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
/*	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;*/
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom:none;
}
.boxMenu .textLink2 a {
	display: inline-block;
	background: url(/cmn/img/mrk_01_2.png) no-repeat 3px 6px;
	padding: 3px 0 3px 15px;
	font-size: 11px;
	color:#0f3665;
}

.boxMenu .textLink3 {
	margin: 5px 0 7px;
}
.boxMenu .textLink3 a {
	display: inline-block;
	background: url(/cmn/img/mrk_01.png) no-repeat 3px 6px;
	padding: 4px 0 3px 15px;
	color: #fff;
	font-size: 12px;
}

.boxMenu .yahooLogin {
	display: block;
	background-color: #ffd96d;
	padding: 4px 0;
	border-radius: 3px;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.boxMenu .yahooLogin:hover {
	background-color: #ffe18a;
}

/*.boxMenu .entryBtn {
	display: block;
	background-color: #008837;
	padding: 13px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.boxMenu .entryBtn:hover {
	background-color: #33a05f;
}*/


.boxMenu .entryBtn {
	display: block;
	background-color: #008837;
	padding: 13px 0;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.boxMenu .entryBtn:hover {
	background-color: #33a05f;
}


#leftNav .boxMenu {
	position: relative !important;
	top: 3px;
	width: 210px;
	margin-bottom: 21px;
}

#leftNav .boxMenu a {
	text-decoration: none;
}

.UsersGuideLink {
	margin-top:10px;
}
.UsersGuideLink a {
	display: block;
	background: url(/idx_data/img/aoi.png) no-repeat bottom right #0097db;
	background-size:contain;
	padding: 14px 0 14px 40px;
	border-radius: 3px;
	text-align: left;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.UsersGuideLink a:hover {
	background-color: #38bdf9;
}

/* UCカード ヘッダー・フッター
----------------------------------------- */

/* ヘッダー */

#header_new2008 {
	display: none;
}

body.uc #header_new2008 {
	display: block;
}

#header_new2008 {
	background: url(//www2.uccard.co.jp/wr_css/wr_img/common/head_bg_01.gif) repeat-x top left #FFF;
	padding: 15px 10px 0;
/*	width: 890px;	*/
	margin: 0 auto 15px;
}

#header_new2008 img {
	display: block;
}

#header_new2008 ul {
	margin-top: 4px;
}

#header_new2008 ul li {
	float: left;
}

#header_new2008 .navi_01 a{
	display: block;
	padding: 7px 12px 7px 4px;
	background: url(//www2.uccard.co.jp/wr_css/wr_img/common/head_navi_border.gif) repeat-y top right;
}

#header_new2008 .navi_02 a{
	display: block;
	padding: 8px 6px 10px 16px;
}

#header_new2008 .navi_03 a{
	display: block;
	padding: 8px 6px 10px 7px;
}

#header_new2008 .navi_04 a{
	display: block;
	padding: 8px 15px 10px 7px;
	background: url(//www2.uccard.co.jp/wr_css/wr_img/common/head_navi_border.gif) repeat-y top right;
}

#header_new2008 .navi_05 {
	margin: 9px 0 10px 11px;
	border-right:1px solid #a2a2a2;
}

#header_new2008 .navi_05 a{
	display: block;
	margin-right: 13px;
}

#header_new2008 .navi_06 {
	margin: 9px 0 10px 13px;
}

#header_new2008 .navi_06 a{
	display: block;
	margin-right: 13px;
}

#header_new2008 .navi_07 a{
	display: block;
	padding: 9px 6px 10px 7px;
	background: url(//www2.uccard.co.jp/wr_css/wr_img/common/head_navi_border.gif) repeat-y top left;
}

#header_new2008 .navi_08 a{
	display: block;
	padding: 9px 6px 10px 6px;
}

#header_new2008 .navi_09{
	padding: 3px 0px;
}

#header_new2008 #srchBox {
	width: 155px;
	height: 22px;
	position: relative;
	margin: 0;
	padding: 0;
}

#header_new2008 #srchInput ,
#header_new2008 #SS_searchQuery {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	width: 110px;
	height: 17px;
	border: 1px solid #7f9db9;
}

#header_new2008 #srchBtn ,
#header_new2008 #SS_searchSubmit {
	position: absolute;
	right: 0;
}

#header_new2008 .headlog1{
	float:left;
}

/* CS用新ヘッダー */
.csheader {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif !important;
  padding-bottom: 4px !important;
}
.csheader .csheaderlogo{
  position: absolute;
}
.csheader .csnavi_01 a, 
.csheader .csnavi_02 a, 
.csheader .csnavi_03 a{
  display: block;
  padding: 7px 14px 7px 14px;
  background: url(/wr_css/wr_img/common/head_navi_border.gif) repeat-y top right;
}
.csheader .csnavi_04{
  padding: 7px 23px 7px 14px;
}
.csheader .csnavi_05{
  padding: 3px 0px;
  float: right;
}
.csheader ul.mainNav{
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    width: 705px;
    clear: both;
    margin-right: -39px !important;
}

.csheader ul.mainNav li{
  position: relative;
}
.csheader a{
    color: #333333;
    text-decoration: none;
  position: relative;
}
.csheader li a.active {
  color: #0f1350;
}
.csheader li a span {
  position: relative;
}
.csheader li a span:before {
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #0f1350;
  transition: .5s;
}
.csheader li a:hover span:before{
  width: 100%;
}
.csheader .subNav {
 float: right;
 margin-right: 153px;
 font-size: 12px;
 margin-bottom: -2px;
 line-height: 64px;
}
.csheader .subNav li:not(:last-child) {
	margin-right: 20px;
}
.csheader .subNav li a:hover {
  color: #999;
}

body.uc .csheader .subNav {
	margin-right: 0px;
}
body.uc .csheader ul.mainNav.clearfix {
	width: auto;
	float: right;
	margin-right: 0 !important;
}

/* フッター */

#pageFooter_uc ,
#pageFooter_uc .pageFooter {
	display: none;
}
#footer_new2008 {
	display: none;
	padding: 1em 3px 0;
	width: 910px;
	overflow: hidden;
	margin: 0 auto 20px;
}

body.uc #pageFooter_uc ,
body.uc #pageFooter_uc .pageFooter {
	display: block;
}

#footer_new2008 .footer_link_01 {
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: left;
}

#footer_new2008 .footer_link_01 li {
	margin-left: 15px;
	display: inline;
	font-size: 12px;
	line-height: 1.4em;
	color: #3c3c3c;
	word-break: keep-all;
}

#footer_new2008 .footer_link_01next {
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	text-align: left;
}

#footer_new2008 .footer_link_01next li {
	margin-left: 15px;
	display: inline;
	font-size: 12px;
	line-height: 1.4em;
	color: #3c3c3c;
	word-break: keep-all;
}

#footer_new2008 img {
	float: left;
}

#footer_new2008 .footer_link_02 {
	float: right;
}

#footer_new2008 .footer_link_02 li {
	padding-left: 27px;
	background: url(//www2.uccard.co.jp/wr_css/wr_img/common/footer_mkr_01.gif) no-repeat 20px 4px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	color: #3c3c3c;
	word-break: keep-all;
}

#footer_new2008 a {
	color: #0050a3;
}

#footer_new2008 a:link {
	text-decoration: underline;
}

#footer_new2008 a:visited {
	text-decoration: underline;
}

#footer_new2008 a:hover {
	text-decoration: none;
}

#footer_new2008 a {
	color: #0050a3;
}



/* モジュール
----------------------------------------- */

.contentsInner {
	width: 910px;
	margin: 0 auto;
}


/* mainvisualArea */

.mainvisualArea {
	position: relative;
}

.mainvisualArea .visual {
	position: relative;
	height: 350px;
}

.mainvisualArea .visual li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	text-align: center;
}

.mainvisualArea .visual li:first-child {
	display: block;
}

.mainvisualArea .visual li.movie {
	background-color: #fff;
}

.mainvisualArea .visual li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mainvisualArea .leftBtn {
	position: absolute;
	top: 150px;
	left: 10px;
	padding: 10px;
	cursor: pointer;
	z-index: 40;
}

.mainvisualArea .rightBtn {
	position: absolute;
	top: 150px;
	right: 10px;
	padding: 10px;
	cursor: pointer;
	z-index: 40;
}


/* currentMark */

.currentMark {
	text-align: center;
	padding: 12px 0;
	height: 20px;
}

.currentMark li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/cmn/img/curmark.gif) no-repeat 0 0;
	margin: 0 3px;
}

.currentMark li.current {
	background-position: 0 -20px;
}


/* pager */

.pager {
	border-top: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
	margin: 20px 0;
	overflow: hidden;
}

.pager .leftBtn {
	float: left;
	padding: 24px 21px;
	height: 20px;
	cursor: pointer;
}

.pager .rightBtn {
	float: right;
	padding: 24px 21px;
	height: 20px;
	cursor: pointer;
}

.pager .leftBtn.disabled,
.pager .rightBtn.disabled {
	opacity: 0.3;
	cursor: default;
}

.pager ul {
	text-align: center;
}

.pager li {
	display: inline-block;
	width: 70px;
	height: 68px;
	margin: 0 5px;
	line-height: 68px;
	cursor: pointer;
}

.pager.wide li {
	margin: 0 20px;
}

.pager li.dot {
	width: 30px;
	cursor: default;
}

.pager li.page:hover {
	background-color: #eee;
}

.pager li.current {
	background-color: #0f228b;
	color: #fff;
	cursor: default;
}


body#popup,
body#popup .footerNaviArea ul ,
body#popup .pageFooter {
 width:640px !important;
 min-width:auto !important;
}
body#popupB,
body#popupB .footerNaviArea ul ,
body#popupB .pageFooter {
 width:800px !important;
 min-width:auto !important;
}
body#popupC,
body#popupC .footerNaviArea ul ,
body#popupC .pageFooter {
 width:700px !important;
 min-width:auto !important;
}
body#popupD,
body#popupD .footerNaviArea ul ,
body#popupD .pageFooter {
 width:514px !important;
 min-width:auto !important;
}
body.bodyWidth705,
body#popupD .footerNaviArea ul {
 width:705px !important;
 min-width:auto !important;
}
body#popup .pageHeader {
 width:640px !important;
 height: 60px !important;
 padding-top: 10px !important;
 margin-bottom: 15px;
}
body#popupB .pageHeader {
 width:800px !important;
 height: 60px !important;
 padding-top: 10px !important;
 margin-bottom: 15px;
}
body#popupC .pageHeader {
 width:700px !important;
 height: 60px !important;
 padding-top: 10px !important;
 margin-bottom: 15px;
}
body#popupD .pageHeader {
 width:514px !important;
 height: 60px !important;
 padding-top: 10px !important;
 margin-bottom: 15px;
}
body.bodyWidth705 .pageHeader {
 width:705px !important;
 height: 60px !important;
 padding-top: 10px !important;
}
body#popup .pageHeader .logo,
body#popupB .pageHeader .logo,
body#popupC .pageHeader .logo,
body#popupD .pageHeader .logo{
    margin-left:10px;
}
body#popup .pageHeader .search,
body#popup .pageHeader .btnList,
body#popup .pageHeader .linkList,
body#popup ul.gnavi,
body#popup .pageFooter .logo span,
body#popup .pageFooter .linkList,
body#popup .pageFooter .copyright a,
body#popupB .pageHeader .search,
body#popupB .pageHeader .btnList,
body#popupB .pageHeader .linkList,
body#popupB ul.gnavi,
body#popupB .pageFooter .logo span,
body#popupB .pageFooter .linkList,
body#popupB .pageFooter .copyright a,
body#popupC .pageHeader .search,
body#popupC .pageHeader .btnList,
body#popupC .pageHeader .linkList,
body#popupC ul.gnavi,
body#popupC .pageFooter .logo span,
body#popupC .pageFooter .linkList,
body#popupC .pageFooter .copyright a,
body#popupD .pageHeader .search,
body#popupD .pageHeader .btnList,
body#popupD .pageHeader .linkList,
body#popupD ul.gnavi,
body#popupD .pageFooter .logo span,
body#popupD .pageFooter .linkList,
body#popupD .pageFooter .copyright a{
    display: none;
}
body#popup .btn_close, body#popupB .btn_close, body#popupC .btn_close, body#popupD .btn_close {
position: absolute;
display: block;
right: 0;
top: 0;
margin: 24px 10px 2px 10px;
}
body#popup .footerNaviArea ul ,
body#popupB .footerNaviArea ul ,
body#popupC .footerNaviArea ul ,
body#popupD .footerNaviArea ul {
    padding: 1px 0 !important;
}
body#popup .footerNaviArea li ,
body#popupB .footerNaviArea li ,
body#popupC .footerNaviArea li ,
body#popupD .footerNaviArea li {
    display: none;
}
body#popup .pageFooter ,
body#popupB .pageFooter ,
body#popupC .pageFooter ,
body#popupD .pageFooter {
    padding-bottom: 10px !important;
}
body#popup .pageFooter .logo ,
body#popupB .pageFooter .logo ,
body#popupC .pageFooter .logo ,
body#popupD .pageFooter  .logo{
    margin-left: 10px !important;
}
body#popup .pageFooter .copyright address ,
body#popupB .pageFooter .copyright address ,
body#popupC .pageFooter .copyright address ,
body#popupD .pageFooter .copyright address {
    padding-top: 10px !important;
}

.gnavi.gnavi_scroll .btn a{
	margin-top: -26px;
}
.gnavi.gnavi_scroll .megaMenu {
    top: 43px;
}
body.uc .gnaviOuter {
    display: none;
}


@media print{
	.pageHeader,
	.gnavi,
	#goSpnBtn{
		position:absolute
	}
}

/*↓第2メニュー追加の場合*/
/*.gnaviOuter{
	height:115px;
}*/
.gnavi li.maintenance_menu .btn {
    height: 41px;
}
.gnavi li.maintenance_menu .btn span{
    display:inline-block;
    margin-left:5px;
    color:#fe6666;
}
.gnavi li.maintenance_menu .btn a{
    border: 3px solid #fe6666;
	background:#fe6666;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.gnavi li.maintenance_menu {
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    margin: 3px 0 0;
    width: 910px;
    clear: both;
}

.gnavi .maintenance_menu .megaMenu{
    top: 124px;
    border: 3px solid #fe6666;
    min-height: auto;
    color:#666666;
    font-weight: normal;
}
.gnavi .maintenance_menu .megaMenu .red{
    color:#fe6666;
}
.gnavi li.maintenance_menu .btn img.attention_icon ,
.maintenance_pop_menu .btn img.attention_icon {
display:none;
}
.gnavi li.maintenance_menu .btn img {
display:inline-block;
position: relative;
top: 5px;
}
.gnavi.gnavi_scroll li.maintenance_menu .btn a{
	margin-top: 0px;
}
.gnavi.gnavi_scroll li.maintenance_menu .megaMenu {
    top: 93px;
}
.gnavi li.maintenance_menu:hover .btn a {
    position: relative;
    background-color: #fe6666;
    color: #fff;
}
.gnavi li.maintenance_menu:hover .btn a:after {
	border-top: 9px solid #fe6666;
}
.gnavi li.maintenance_menu .leftCol {
    width: 625px;
}
.gnavi li.maintenance_menu .leftCol ul li{
    margin-left: 1em;
    text-indent: -1em;
}
.gnavi li.maintenance_menu .rightCol {
    width: 180px;
	margin-top:110px;
}
.maintenance_pop_menu{
	display:none;
}
.maintenance_menu .btnLink a {
    display: block;
    background: url(/cmn/img/megamenu_mrk_02.png) no-repeat 96% 50% #0f218b;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width:380px;
    margin:20px auto 0;
}
.maintenance_menu .btnLink.info a {
    background: url(/cmn/img/megamenu_mrk_02.png) no-repeat 96% 50% #227cc9;
}
.maintenance_menu .btnLink.info a div {
    background: url(/idx_data/img/icon_attention.png) no-repeat left 15px;
    padding-left: 55px !important;
}
.maintenance_menu .megaMenu .btnLink .text {
	padding: 10px 10px 10px 128px;
}
.maintenance_menu .megaMenu .btnLink .text.apology {
	display: block;
	text-align: center;
}

.maintenance_menu #kyuushi_servicve{
	text-align:center;
	margin:20px auto 30px;
	width:80%;
}

.maintenance_menu #kyuushi_servicve_title{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color:#ffffff;
	background:#025c65;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	padding: 10px ;
	width:100%;
	margin-bottom:15px;
}

.maintenance_menu #kyuushi_servicve_list {
	font-size:14px;
	color:#0f218b;
	font-weight:bold;
}

/*↑第2メニュー追加の場合*/
