@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
/* ============================
		Reset
 ============================ */

* { margin:0;padding:0;}

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, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size:100%;
vertical-align: baseline;
background: transparent;
}

body {
font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
background-color:#fff;
font-size:12px;
color: #3c3737;
line-height:1.0em;
text-align:left;
}

.container {
width:100%;
margin-left:auto;
margin-right:auto;
}

a { text-decoration:none; }

a img {
border:0;
text-decoration:none;
}

.cf:before, .cf:after {
content:"";
display: table;
}
.cf:after { clear:both; }
.cf { *zoom:1; }

.spDisplayNone {
display:none;
}
.pcDisplayNone {
}
.tbDisplayNone {
}

li { list-style:none; }

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd {	line-height:1.5em;	}

.mincho {
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}



/* ============================
	header
============================ */

header {
}


header .container {
position:fixed;
height: 100px;
border-bottom: 3px solid #3c3737;
background-color: #fff;
z-index: 100;
}


header .headerLogo {
position:absolute;
top:30px;
left:0;
width: 100%;
text-align: center;
}

header .headerLogo img {
width: 175px;
height: auto;
}


header .wbfLogo {
position:absolute;
top:10px;
left:10px;
}

header .wbfLogo img {
width: 40px;
height: auto;
}

header .language {
display: none;
}

header .forMembers {
display: none;
}


/* ============================
	nav
============================ */

nav.globalNav {
display: none;
}


/* ============================
	article
============================ */

article {
padding-top: 103px;
}


article .comingSoon  {
padding:0;
height: 100px;
text-align:center;
font-size:36px;
font-weight:bold;
color:#666;
line-height: 1.0em;
}

article.secondType {
min-height: 300px;
}

article.secondType .headlineTitle,
article.secondType h1 {
font-family: "Georgia","Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
font-size: 27px;
font-weight: normal;
color: #3c3737;
text-align: center;
line-height: 60px;
letter-spacing: 5px;
border-bottom: 1px solid #cecdcd;
}



/* ============================
	footer
============================ */

footer {
}


footer .container {
border-top: 3px solid #3c3737;
}


footer .footerMenu {
text-align: center;
}

footer .footerMenu li {
}

footer .footerMenu li a {
display: block;
height: 30px;
line-height: 30px;
font-size: 12px;
color: #333;
border-bottom: 1px solid #ccc;
}


footer .copyright {
text-align: center;
font-size: 12px;
padding: 10px 0 10px 0;
}

}
