/* =================================
	TBS Reset CSS
================================= */

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,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,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.gh-super div.bn-player {overflow:hidden;}
@media all and (min-width: 768px) {div.global-header div.bn-nopdg:before {display:none !important;}div.gh-super div.bn-player {width:728px;height:90px;margin:0 auto;}}
@media all and (max-width: 767px) {div.gh-super div.bn-player {width:320px;height:50px;}}

/* =================================
	COMMON CSS
================================= */

/* link */
a:link {
	text-decoration:underline;
	color:#c00;
}
a:visited {
	text-decoration:none;
	color:#c00;
}
a:active {
	text-decoration:none;
	color:#c00;
}
a:hover {
	text-decoration:underline;
	color:#c00;
}

/* text-color */
.gray {color:#808080;}
.black {color:#171717;}
.purple {color:#a757a8;}
.ultramarine {color:#465daa;}
.blue {color:#0067c0;}
.lightblue {color:#afdfe4;}
.deepgreen {color:#060;}
.green {color:#008000;}
.yellowgreen {color:#b9c42f;}
.yellow {color:#ffb74c;}
.orange {color:#ff7b00;}
.pink {color:#f58f98;}
.vermilion {color:#ef454a;}
.red {color:#ed1a3d;}
.carmine {color:#c22047;}
.magenta {color:#ec008c;}
.brown {color:#994c00;}
.reddishbrown {color:#800000;}
.yellowocher {color:#c39143;}
.gold {color:#ffd700;}
.silver {color:#c0c0c0;}

.big {
	font-size:120%;
}
.s {
	font-size:87.5%;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
.mgb-0 {
	margin-bottom:0 !important;
}
/*	No Print
============================== */
@media print {
.idx header ul li{
	display: none;
}
.idx header{
	display: none;
}
}

/*	Web Fonts
============================== */
@font-face {
	font-family: 'Noto Serif';
	src: url('/um/library/fonts/Noto_Serif/NotoSerif-Regular.ttf') format("truetype");
}
@font-face {
	font-family: 'Lusitana';
	src: url('/um/library/fonts/Lusitana/Lusitana-Regular.ttf') format("truetype");
}

/*	background
============================== */
html, body, div#con-body {
	background-image:url(../img/footer_bg.jpg);
}
@media all and (min-width: 768px) {
.wrap {
	max-width:980px;
	margin:0 auto;
}
.br-sp { display:none;}
.idx .bg {
	padding-bottom: 118px;
}
.cmn .bg {
	padding-bottom: 130px;
}
.bg {
	background-image:url(../img/bottom_bg.png),url(../img/bg.jpg);
	background-repeat:no-repeat,repeat;
	background-position:bottom center,top left;
}
}
@media all and (max-width: 767px) {
.bg {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	background-position:top left;
}
}

/*	pagetop
============================== */
/*.idx p.pgt {
	display:none;
}*/
p.pgt a {
	display:block;
}
@media all and (min-width: 768px) {
.pgt { 
	position: fixed; 
	bottom: 200px; 
	right: 30px; 
	display:none;
}
.pgt a { 
	background:url(../img/ptop.png) no-repeat ; 
	width: 66px; 
	height: 66px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
}
@media all and (max-width: 767px) {
p.pgt {
	text-align:center;
	margin-top:20px; 
}
p.pgt a, p.pgt span {
	display:block;
}
p.pgt a {
	text-decoration:none;
	color:#fff;
	/*text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);*/
	background-color:#000;
	font-size: 75%;
	position: relative;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
p.pgt ::before {
content: "";
width: 7px;
height: 7px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
position: absolute;
left: 25px;
top: 50%;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
}

