
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	/*font-weight: normal;*/
	vertical-align: baseline;
	background: transparent;
	/* color: #ffffff; */
}
html {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	position: relative;
	line-height: 20px;
	/* background-color: #ececec; */
	font-family:'Lucida Grande', Meiryo, sans-serif;
}
li { list-style: none; }
a {
	font-size: 14px;
	line-height: 20px;
	color: #0099cc;
	text-decoration: none;
}
a:hover { /*text-decoration: underline;*/ }
p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #444;
}
small { font-size: 10px; }
label {/* cursor: pointer; */color: #fff;}
.hide { display: none; }
/***************

common

****************/
.outer { width: 100%; }
.contents:after,
.outer:after,
.inner:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.titLv1 {
	padding: 45px 0;
	color: #707070;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.titLv2 {
	padding: 5px 0 5px 0;
	/* margin-bottom: 10px; */
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
.titLv3 {
	display: block;
	line-height: 20px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #444444;
}
.titLv3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 20px;
	background: url(/common/img/common_parts.png) no-repeat;
	background-position: 0 -160px;
}
.note { color: #e93a93; }
.mute { color: #999999; }
.lower { font-size: 12px; }
.lowest { font-size: 10px; }
.rice,
.riceList li {
	position: relative;
	display: block;
	padding-left: 0px;
}
.rice:before,
.riceList li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 20px;
	color: #e93a93;
}

ul.disc li {
	margin-left: 1em;
	list-style: disc;
}
ul.circle li {
	margin-left: 1em;
	list-style: circle;
}
ol.decimal > li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	list-style: decimal;
}
ol.decimal > li:last-child { margin-bottom: 0; }

.line li {
	display: inline-block;
	margin-right: 10px;
}
.lineLength li { margin-bottom: 10px; }
.boxList dt { margin-bottom: 6px; }
.boxList dd { margin-bottom: 30px; }

.arrowList li { margin-bottom: 10px; }
.arrowList li a {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.arrowList li a:before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	display: block;
	width: 10px;
	height: 20px;
	background: url(/common/img/common_parts.png) no-repeat;
	background-position: -40px -160px;
}

.globalHeader li a,
.subHeader li a,
/*
.btn,
.btnM,
.btnL,
.btnAccent,
.btnEntry,
*/
.globalNav li a:after,
.subNav li a:after,
.pager li a {
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/***************

size fixed

****************/
.globalHeader .des p,
.inner,
.contents {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

/***************

button

****************/
.btn,
.btnM,
.btnL {
	display: block;
	border: solid 1px #bababa;
	border-radius: 3px;
	white-space: nowrap;
	color: #444;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0px 0.5px 0.5px 0px #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.btn:hover,
.btnM:hover,
.btnL:hover {
	background-color: #ececec;
	text-decoration: none;
}
.btn img,
.btnM img,
.btnL img { display: block; }
.btn {
	padding: 10px 24px;
	font-size: 14px;
}
.btnM {
	font-size: 16px;
	padding: 12px 30px;
}
.btnL {
	font-size: 18px;
	padding: 14px 34px;
}

.btnWrap {
	display: block;
	text-align: center;
}
.btnWrap .btn,
.btnWrap .btnM,
.btnWrap .btnL { display: inline-block; }

.btnAccent, .btnEntry {
	border: none;
	box-shadow: none;
	color: #ffffff;
}
.btnAccent {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(228, 64, 64)), to(rgb(228, 64, 64)));
	background: linear-gradient(to bottom, rgb(228, 64, 64), rgb(228, 64, 64));
	background-color: rgb(228, 64, 64);
	box-shadow: 0 0.5px 0.5px 0.5px #dc1e1e, 0 -1px 1px 1px #e44040 inset;
}
.btnAccent:hover { background-color: rgb(15, 120, 223); }

.btnEntry {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 74, 218, 0.5)), to(rgba(250, 66, 136, 0.5)));
	background: linear-gradient(to bottom, rgba(255, 68, 238, 0.5), rgba(250, 47, 194, 0.5));
	background-color: rgb(255, 82, 161);
	box-shadow: 0 0.5px 0.5px 0.5px #cccccc, 0 -1px 1px 1px #F98299 inset;
}

.btnLogin,
.btnRegist {
	display: block;
	width: 185px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	letter-spacing: 0.1em;
}
.btnRegist {
	height: 70px;
	line-height: 70px;
}
.btnLogin {
	height: 50px;
	line-height: 50px;
}
.btnLogin:hover,
.btnRegist:hover { text-decoration: none; background-color: #E40E57;}

.btnMoreWrap {
	display: block;
	text-align: center;
}
.btnMore {
	position: relative;
	display: inline-block;
	padding: 18px 72px 18px 38px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.05em;
	/*
	background-color: #efefef;
	*/
	box-shadow: 0 0.5px 0.5px 0.5px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btnMore:hover {
	text-decoration: none;
}
.btnMore:before,
.btnMore:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
}
.btnMore:before {
	right: 38px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: #ffffff;
	border-radius: 100%;
}
.btnMore:after {
	right: 46px;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-radius: 2px;
	border-right: solid 3px #efefef;
	border-bottom: solid 3px #efefef;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.btnMore.btnEntry:after {
	border-right: solid 3px #00c05e;
	border-bottom: solid 3px #00c05e;
}

/***************

header

****************/
.globalHeader .des {
	width: 100%;
	background: #413d3f;
	/*float: left;*/
}
.globalHeader .des:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.globalHeader .des p {
	font-size: 10px;
	color: #b8b8b8;
	line-height: 26px;
	white-space: nowrap;
}
.globalHeader.outer {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background: #fff;
	border-bottom: solid 1px #e0e0e0;
	height: 96px;
}
.globalHeader.outer .inner { height: 70px; }
.subHeader.outer {
	position: fixed;
	top: 96px;
	left: 0;
	z-index: 100;
	background: #f7f7f7;
	border-bottom: solid 1px #e0e0e0;
	-webkit-box-shadow: 0 -1px 1px 1px #fff inset;
	box-shadow: 0 -0.5px 0px 0.5px #fff inset;
	/*
	-ms-animation: show 1s both;
	-webkit-animation: show 1s both;
	-moz-animation: show 1s both;
	-o-animation: show 1s both;
	animation: show 1s both;
	*/
	height: 44px;
}
.subHeader.outer .inner { height: 44px; }
@-ms-keyframes show {
	0%   { -ms-transform: translateY(-44px); }
	100% { -ms-transform: translateY(0); }
}
@-webkit-keyframes show {
	0%   { -webkit-transform: translateY(-44px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes show {
	0%   { -moz-transform: translateY(-44px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes show {
	0%   { -o-transform: translateY(-44px); }
	100% { -o-transform: translateY(0); }
}
@keyframes show {
	0%   { transform: translateY(-44px); }
	100% { transform: translateY(0); }
}

.globalHeader .siteLogo {
	display: block;
	float: left;
	width: 185px;
	height: 68px;
	line-height: 68px;
	margin-right: 25px;
}
.globalHeader .siteLogo img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.subNav {
	height: 44px;
	text-align: center;
}
.subNav ul {
	display: inline-block;
	height: 44px;
}
.globalNav li,
.subNav li { float: left; }
.globalNav li { height: 70px; }
.globalNav li.btnWrap {
	float: right;
	border-left: solid 1px #fff;
}
.globalNav li a,
.subNav li a {
	position: relative;
	display: block;
	padding: 0 15px;
	font-size: 14px;
	font-family : "?q???M?m??S Pro W4", "Hiragino maru Gothic Pro", "HG??Y???M-PRO","Verdana","Osaka",sans-serif;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	color: #444444;
	letter-spacing: 0.1em;
}
.globalHeader li a {
	height: 70px;
	line-height: 70px;
	font-weight: bold;
}
.subHeader li a {
	height: 44px;
	line-height: 44px;
}
.globalHeader li a:hover,
.subHeader li a:hover { text-decoration: none; }
.globalNav li a:before,
.subNav li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	background: #d7d7d7;
}
.globalNav li a:before {
	height: 20px;
	margin-top: -10px;
}
.globalNav li a.btnLogin,
.globalNav li a.btnRegist {
	color: #fff;
	width: 120px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
.subNav li a:before {
	height: 14px;
	margin-top: -7px;
}
.globalNav li a:hover,
.subNav li a:hover {
	color: #ff399e;
}
.globalNav li a:after,
.subNav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background: #ff399e;
}
.globalNav li a:hover:after,
.subNav li a:hover:after  {
	height: 5px;
	background: #ff399e;
}
.globalNav li a.btnAccent:hover,
.globalNav li a.btnEntry:hover {
	color: #fff;
}
.globalNav li:first-child a:before,
.subNav li:first-child a:before,
.globalNav li a.btnAccent:before,
.globalNav li a.btnEntry:before,
.globalNav li a.btnAccent:after,
.globalNav li a.btnEntry:after,
.globalNav li a.btnAccent:hover:after,
.globalNav li a.btnEntry:hover:after { display: none; }

/* logout afterLogin
*********************/
.globalHeader .afterLogin .siteLogo {
	width: 125px;
	margin-right: 15px;
	overflow: hidden;
}
.globalHeader .afterLogin {
	position: relative;
}
.globalHeader .afterLogin .globalNav .btnLogout {
	position: absolute;
	top: -26px;
	right: 0;
	display: block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background: #000;
	color: #fff;
	font-size: 10px;
}

/***************

secondary

****************/

/**?????m???**/
.headlinkPC a {
	border-bottom: 1px solid #ececec;
	display: block;
	padding: 12px 10px 10px 0;
	position: relative;
	text-align: right;
}	
.headlinkPC a:before {
	background: none repeat scroll 0 0 #e93a93;
	border-radius: 10px;
	color: #ffffff;
	content: "!";
	display: block;
	font-weight: bold;
	left: 10px;
	padding: 0 7px;
	position: absolute;
	top: 11px;
}


.contents .secondary {
	float: left;
	width: 185px;
	margin-right: 25px
}
.titSecondary {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #707070;
	font-size: 18px;
	border-bottom: solid 1px #ececec;
}
.secondary {
	padding: 20px 0 0 0;
	margin-bottom: 100px;
}
.secondary .box.outer {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0 0.5px 0.5px 0.5px #ccc;
}
.secondary .inner {
	width: auto;
	padding: 12px;
}
.secondary .inner.add {
	border-top: solid 1px #ececec;
}
.secondary .inner.add a.lowest { margin-bottom: 0; }
.secondary .inner.add p {
	line-height: 1.2em;
	letter-spacing: -0.05em;
}
.secondary li,
.secondary dt {
	margin-bottom: 6px;
}
.secondary dt { font-weight: bold; }
.secondary .titPoint {
	position: relative;
	display: inline-block;
	width: 80px;
	margin-right: 4px;
}
.secondary .titPoint:after {
	position: absolute;
	right: 0;
	content: ":";
}

.secondary .prSister a {
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.secondary .prSister a img {
	display: block;
	margin: 0;
}
.secondary .prSister p {
	padding: 4px 0;
	line-height: 1.2em;
	font-size: 10px;
	color: #0099cc;
}
.secondary .prSister .add p {
	color: #444;
	padding: 0 0 4px;
	margin: 0;
}

.secondary .myName {
	position: relative;
	display: block;
	width: 130px;
	height: 58px;
	padding: 0 0 0 55px;
	background-image: url();
	background-position: 0 -320px;
}
.secondary .myName:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.secondary .myName:hover { text-decoration: none; }




/*?@secondary?@rankingArea
-----------------------------------------*/

.box.outer.rankingArea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
}


.secondary .rankingArea > div {
    background: none repeat scroll 0 0 #2f2a2c;
    border: 1px solid #cccccc;
    border-radius: 6px 6px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.secondary .rankingArea > div p {
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
}
.secondary .rankingArea > div h3 {
    background: none repeat scroll 0 0 #413d3f;
    color: #ffffff;
    padding: 10px 10px 5px 20px;
	position:relative;
    text-align: center;
}
.secondary .rankingArea h3:before {
    background-image: url();
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: 15px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.secondary .rankingArea a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px #c1c1c1;
    display: block;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
}
.secondary .rankingArea .thumb.pict {
    margin: 0 5px;
}
.secondary .rankingStates {
    background: none repeat scroll 0 0 #f6eacd;
    height: 64px;
    overflow: hidden;
}
.secondary .rankingArea dl {
    overflow: hidden;
    text-align: center;
}
.secondary .rankingArea .pictWrap {
    border-left: 5px solid #5eb2ed;
    float: left;
    height: 64px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.secondary .rankingArea dt {
    box-sizing: border-box;
    height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.secondary .rankingArea dd {
    color: #805500;
    display: block;
    font-size: 16px;
    line-height: 3;
    text-align: center;
    width: 100%;
}
.secondary .rankingArea dt img {
    height: 20px;
    width: 100px;
}
.secondary .rankingArea dt.status_00 img {background-position: -20px 40px;}
.secondary .rankingArea dt.status_01 img {background-position:-35px -3px;}
.secondary .rankingArea dt.status_02 img {background-position:-35px -43px;}
.secondary .rankingArea dt.status_03 img {background-position:-35px -83px;}
.secondary .rankingArea dt.status_04 img {background-position:-35px -123px;}
.secondary .rankingArea dt.status_05 img {background-position:-35px -163px;}

.secondary .moreRanking > a:after {
    background-image: url();
    background-position: 0 -30px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
}
.secondary .moreRanking a {
    background: none repeat scroll 0 0 #2f2a2c;
    border-radius: 0 0 6px 6px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 0 5px 10px;
    position: relative;
	text-decoration: none;
    box-shadow: 0 0 2px #c1c1c1;
    display: block;
    overflow: hidden;
}
.secondary .moreRanking a:hover {
    opacity: 0.9;
}


/*------------------.secondary?@rankingArea?@END -----------------------*/



/*?@secondary?@freePointLink
-----------------------------------------*/

.freePointLink {
    overflow: hidden;
    padding: 5px;
}


.freePointLink li {
    height: 55px;
    overflow: hidden;
}

.freePointLink img {
    width: 100%;
}

.freePointLink li:hover img {
    margin-top: -61px;
}
/*------------------.secondary?@freePointLink?@END -----------------------*/

.noSt .myName {
	background-image: none;
	background-color: #ff399e;
	border-radius: 3px 3px 0 0;
}
.platinumSt .myName { background-position: 0 0; }
.goldSt .myName { background-position: 0 -80px; }
.silverSt .myName { background-position: 0 -160px; }
.regularSt .myName { background-position: 0 -240px; }
.beginnerSt .myName { background-position: 0 -320px; }

.secondary .myName .thumb {
	position: absolute;
	top: 8px;
	left: 6px;
	display: none;
	width: 41px;
	height: 43px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100%;
}
.secondary .noSt .myName .thumb { display: block; }

.secondary .myName .titMyName,
.secondary .myName .titMyName span {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 1px 0px #1ead20;
}
.secondary .myName .titMyName {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;	
	width: 124px;
}
.secondary .myName .titMyName span { margin-left: 4px; }

.secondary .noSt .myName .titMyName,
.secondary .noSt .myName .titMyName span { text-shadow: 0 1px 0px #d2006b; }
.platinumSt .secondary .myName .titMyName,
.platinumSt .secondary .myName .titMyName span { text-shadow: 0 1px 0px #6687d4; }
.goldSt .secondary .myName .titMyName,
.goldSt .secondary .myName .titMyName span { text-shadow: 0 1px 0px #c07f02; }
.silverSt .secondary .myName .titMyName,
.silverSt .secondary .myName .titMyName span { text-shadow: 0 1px 0px #868293; }
.regularSt .secondary .myName .titMyName,
.regularSt .secondary .myName .titMyName span { text-shadow: 0 1px 0px #d2006b; }
.beginnerSt .secondary .myName .titMyName,
.beginnerSt .secondary .myName .titMyName span { text-shadow: 0 1px 0px #1ead20; }

.secondary .myInfo .line:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.secondary .myInfo .line li {
	width: 50%;
	float: left;
	display: block;
	margin: 0;
}
.secondary .myInfo .line li:first-child a { border-right: solid 1px #ececec; }
.secondary .myInfo .line li a {
	position: relative;
	display: block;
	padding: 38px 0 10px 0;
	text-align: center;
}
.secondary .myInfo .line li a:before {
	content: "";
	position: absolute;
	bottom: 34px;
	left: 50%;
	display: block;
	margin-left: -12px;
	background-image: url();
}
.secondary .myInfo .line li a.btnMail:before {
	width: 25px;
	height: 17px;
	background-position: 0 -400px;
}
.secondary .myInfo .line li a.btnMail:hover:before { background-position: 0px -430px; }
.secondary .myInfo .line li a.btnFoot:before {
	width: 22px;
	height: 23px;
	background-position: -60px -400px;
}
.secondary .myInfo .line li a.btnFoot:hover:before { background-position: -60px -430px; }


.Gotmail {
    background:#ff399e;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 2px;
    width: 22px;
}

.secondary .myInfo .line li a.btnFoot { letter-spacing: -0.05em; }

.secondary .myInfo .buyPoint {
	background: #ececec;
	margin: 0 5px 5px;
	text-align: center;
}
.secondary .myInfo .buyPoint .btnWrap {
	padding: 10px 0 6px;
}
.secondary .myInfo .buyPoint .btn {
	height: 24px;
	line-height: 22px;
	padding: 0 30px;
	font-size: 14px;
	background: #f4f4f4;
	box-shadow: 0 0 0.5px 0.5px #ffffff inset;
	color: #6d6d6d;
	border-color: #6d6d6d;
}
.secondary .myInfo .buyPoint .btn:hover { background-color: #e6e6e6; }
.secondary .myInfo .buyPoint .des.rice:before { color: #444444; }

.secondary .box.app {
	position: relative;
	background: url() no-repeat;
	background-position: center top;
	display: block;
	width: 185px;
	height: 170px;
	padding: 190px 0px 10px;
	text-align: center;
	box-shadow: none;
}
.secondary .box.app .titApp {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 10px;
	color: #fff;
	font-size: 12px;
}
/*
.secondary .box.app .titApp {
	display: inline-block;
	text-align: center;
	padding: 4px 8px;
	margin: 4px 10px 10px;
	border-radius: 5px;
	background: #030000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #030000), color-stop(0.00, #767271));
	background: -webkit-linear-gradient(#767271, #030000);
	background: -moz-linear-gradient(#767271, #030000);
	background: -o-linear-gradient(#767271, #030000);
	background: -ms-linear-gradient(#767271, #030000);
	background: linear-gradient(#767271, #030000);
	color: #fff;
	border: solid 2px #fff;
	box-shadow: 0 0 1px 1px #000;
	font-size: 12px;
	font-weight: bold;
}
*/
.secondary .box.app a {
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
}
.secondary .box.app a img {
	display: block;
	border-radius: 5px;
}
/** ?o?i?[?f?? **/
.secondary .box.banner {
	margin-bottom: 15px;
}
.secondary .box.banner a {
	display: block;
	margin-bottom: 10px;
}
.secondary .box.banner img {
	vertical-align: bottom;
	border-radius: 5px;
	box-shadow: 0 0.5px 0.5px 0.5px #ccc;
}

/***************

footer

****************/
.footer1 { background-color: #221f20; }
.footer2 { background-color: #110e0f; }

.globalFooter { text-align: center; }
.globalFooter .outer { border-top: solid 1px #221f20; }
.globalFooter .inner { padding: 10px 0; }
.globalFooter .footer1 .inner { padding: 30px 20px 30px 40px; }

.globalFooter .btnLogin,
.globalFooter .btnRegist { display: inline-block; }
.globalFooter .btnRegist { box-shadow: 0 -1px 1px 1px #00aa54 inset; }
.globalFooter .btnLogin {
	box-shadow: 0 -1px 1px 1px #e0308a inset;
	margin-bottom: 20px;
}

.globalFooter .titLv2,
.globalFooter .navBox dt,
.globalFooter .navBox li,
.globalFooter .navBox li a {
	text-align: left;
	color: #ececec;
}
.globalFooter .titLv2 { margin-bottom: 10px!important; }
.globalFooter .navBox {
	float: left;
	width: 20%;
	text-align: center;
}
.globalFooter .navBox dl {
	display: inline-block;
	text-align: left;
}
.globalFooter .navBox dt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.globalFooter .navBox dd { margin-bottom: 20px; }
.globalFooter .navBox li a:before { background-position: -40px -160px; }

.globalFooter .footer2 .des {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 10px 10px 240px;
	text-align: left;
	font-size: 12px;
	color: #665f62;
}
.globalFooter .footer2 .des:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 240px;
	height: 150px;
	margin-top: -75px;
	background-image: url();
}

.globalFooter .linkList { display: inline-block; }
.globalFooter .linkList li {
	float: left;
	margin-left: 14px;
}
.globalFooter .linkList li:first-child { margin-left: 0; }
.globalFooter small {
	display: block;
	clear: both;
	color: #665f62;
}
.globalFooter small a,
.globalFooter .linkList li a {
	font-size: 10px;
	color: #665f62;
	text-decoration: underline;
}
.globalFooter small a:hover,
.globalFooter .linkList li a:hover { text-decoration: none; }

/***************

gotop

****************/
#backtop {
	position: fixed;
	z-index: 3000;
	bottom: 50px;
	right: 50px;
	display: block;
	width: 54px;
	height: 54px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border: solid 5px #c6c6c6;
	border-radius: 100%;
}
#backtop .wrap {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 12px 0;
	overflow: hidden;
}
#backtop .wrap .imgGotop {
	display: block;
}
#backtop:hover .wrap .imgGotop {
	margin-top: -30px;
}

/***************

breadcrumbs

****************/
.breadcrumbs {
	padding-bottom: 14px;
	border-bottom: solid 1px #d7d7d7;
}
.breadcrumbs:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.breadcrumbs li {
	display: block;
	float: left;
	margin-right: 10px;
	color: #707070;
}
.breadcrumbs li a {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #707070;
}


.breadcrumbs li span {
    color: #707070;
    font-size: 12px;
}

.breadcrumbs li:last-child a:hover { text-decoration: none; }

/***************

contents main

****************/
/*.contents { margin-top: 140px; }*/
.contents { /* margin-top: 90px; */ }
.contents .mainWrap {
	float: right;
	width: px;
	padding: 70px 0;
	margin-bottom: -80px;
}
.contents .main {
	background: #fff;
	/* font-size: 15px; */
	padding: 45px;
	border-radius: 3px;
	box-shadow: 0 0.5px 0.5px 0.5px #ccc;
}
.contents .main .box {
	margin-bottom: 60px;
}
.contents .main .box > .box { margin-bottom: 30px; }
.contents .main .titLv2,
.contents .mainOuter .titLv2 {
	border-bottom: solid 2px #d7d7d7;
}

.contents .mainOuter {
	position: relative;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0.5px 0.5px 0.5px #ccc;
	background: #f4f4f4;
}
.contents .mainOuter:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.contents .mainOuter .mainInner {
	float: left;
	width: 552px;
	border-radius: 3px 0 0 3px;
	padding: 30px;
	background: #ffffff;
}
.contents .mainOuter .mainSecondary {
	float: right;
	width: 194px;
	padding: 30px 20px;
	/*background: #f4f4f4;*/
	border-radius: 0 3px 3px 0;
}
.contents .mainOuter .mainSecondary .box { margin-bottom: 40px; }
.contents .mainOuter .mainSecondary dt { margin-bottom: 10px; }
.contents .mainOuter .mainSecondary .arrowList li a:before { background-position: -20px -160px; }

/***************

pager

****************/
.pager:after,
.pagerTxt:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.pager li {
	display: block;
	float: left;
	margin-right: 6px;
}
.pager li a {
	display: block;
	padding: 10px 14px;
	border: solid 1px #bababa;
	border-radius: 3px;
	white-space: nowrap;
	color: #444;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0px 0.5px 0.5px 0px #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pager li span {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 16px;
}
.pager li span + a,
.pager li.hasDott a {
	display: inline-block;
	vertical-align: middle;
}
.pager li a:hover {
	background-color: #ececec;
	text-decoration: none;
}
.pager li.active a {
	background-color: #444444;
	color: #fff;
}
.pager li.active a:hover { background-color: #444444; }
.pager li.next a,
.pager li.prev a {
	padding: 10px 20px;
}
.pager li a span {
	margin: 0 4px;
	font-weight: bold;
}

.pagerTxt {
	position: relative;
	padding: 15px 0 0;
	min-height: 20px;
}
.pagerTxt li { display: block; }
.pagerTxt li.center {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	white-space: nowrap;
}
.pagerTxt li.prev { float: left; }
.pagerTxt li.next { float: right; }
.pagerTxt li a {
	color: #707070;
}

/***************

form

****************/
.inputWrap {
	display: block;
	margin-bottom: 10px;
	margin-top: 145px;
	height: 129px;
	padding: 4px;
}
.inputTxt {
	width: 220px;
	display: inline-block;
	padding: 8px;
	margin-right: 6px;
	border: solid 1px #bababa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.47, #fff), color-stop(0.00, #ececec));
	background: -webkit-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -moz-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -o-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -ms-linear-gradient(top, #ececec 0%, #fff 47%);
	background: linear-gradient(to bottom, #ececec 0%, #fff 47%);
}
.inputWrap.error .inputTxt { border: solid 1px #ff399e; }
.inputWrap.error p {
	display: inline-block;
	color: #e93a93;
}

.inputTxt2 {
	width: 230px;
	display: inline-block;
	padding: 2px;
	font-size: 140%;
	margin-right: 6px;
	border: solid 1px #bababa;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.47, #fff), color-stop(0.00, #ececec));
	background: -webkit-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -moz-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -o-linear-gradient(top, #ececec 0%, #fff 47%);
	background: -ms-linear-gradient(top, #ececec 0%, #fff 47%);
	background: linear-gradient(to bottom, #ececec 0%, #fff 47%);
}
.inputWrap.error .inputTxt2 { border: solid 1px #ff399e; }
.inputWrap.error p {
	display: inline-block;
	color: #e93a93;
}

/***************

table

****************/
.table {
	border-collapse: separate;
	border-spacing: 0;
	border: solid 1px #bababa;
	border-radius: 3px;
	background: #fff;
}
.table th {
	width: 125px;
	height: 45px;
	margin-bottom: 2px;
	background: #f4f4f4;
	border-left: solid 1px #bababa;
}
.table th:first-child { border-left: none; }
.table tr:first-child th:last-child { border-radius: 0 3px 0 0; }
.table tr:first-child th:first-child { border-radius: 3px 0 0; }
.table td {
	width: 125px;
	height: 43px;
	padding: 0 10px;
	border-left: solid 1px #bababa;
}
.table td:first-child { border-left: none; }
.table td.lineCenter { text-align: center; }
.table td.lineLeft { text-align: left; }
.table td.lineRight { text-align: right; }

.tableType1 { border-bottom: none; }
.tableType1 th { border-bottom: double 3px #bababa; }
.tableType1 td { border-bottom: solid 1px #bababa; }

.tableType2 td { border-top: solid 1px #bababa; }
.tableType2 th:first-child {
	background: #444444;
	color: #fff;
	box-shadow: 0 0 0 1px #fff inset;
	border-top: solid 1px #bababa;
}
.tableType2 tr:first-child th:first-child {
	border-top: none;
	border-radius: 3px 0 0 0;
}
.tableType2 tr:last-child th:first-child { border-radius: 0 0 0 3px; }

/* tableColor
*************************/
.tableColor { border: none; }
.tableType1.tableColor th {
	background: #ff399e;
	border-left: solid 1px #fff;
	color: #fff;
}
.tableType1.tableColor th { border-bottom: double 3px #ffffff; }
.tableType2.tableColor th {
	background: #ffd1e3;
	border-right: solid 1px #fff;
	border-left: none;
}
.tableType2.tableColor th:first-child {
	background: #ff399e;
	box-shadow: none;
	border-top: solid 1px #fff;
}
.tableType2.tableColor th:last-child { border-right: none; }
.tableType1.tableColor td {
	border-right: solid 1px #bababa;
	border-left: none;
}
.tableType1.tableColor td:first-child { border-left: solid 1px #bababa; }
.tableType2.tableColor td {
	border-top: none;
	border-left: none;
	border-bottom: solid 1px #bababa;
	border-right: solid 1px #bababa;
}
.tableType1.tableColor th:first-child,
.tableType2.tableColor th:first-child { border-left: none; }

/***************

tab

****************/
.tabWrap {
	display: block;
	padding: 6px 50px 0;
	background: #999;
}
.tabWrap:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}
.tabWrap li {
	display: block;
	float: left;
	margin-right: 10px;
}
.tabWrap li a {
	display: block;
	padding: 10px 30px;
	font-size: 16px;
	letter-spacing: 0.05em;
	border-radius: 3px 3px 0 0;
	color: #fff;
}
.tabWrap li a.active,
.tabWrap li a:hover {
	text-decoration: none;
	background: #ececec;
	color: #999;
}
.tabWrap li a.active { font-weight: bold; }

/***************

animation

****************/
.blink {
	animation: blink 1s ease-in-out -2s infinite alternate;
	-webkit-animation: blink 1s ease-in-out -2s infinite alternate;
	-moz-animation: blink 1s ease-in-out -2s infinite alternate;
	-ms-animation: blink 1s ease-in-out -2s infinite alternate;
	-o-animation: blink 1s ease-in-out -2s infinite alternate;
}
@keyframes blink {
	50%  { opacity: 1; }
	100% { opacity: 0; }
}
@-webkit-keyframes blink {
	50%  { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	50%  { opacity: 1; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	50%  { opacity: 1; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	50%  { opacity: 1; }
	100% { opacity: 0; }
}