/* RESET */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td
{
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

*{
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	background-image: url("common_bg.gif");
	position: relative;
    font-family: Arial, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
    font-size: 12px;
    line-height: 170%;
	color: #6a6a6a;
}

#wrap {
	text-align: center;
}

.box {
	max-width: 900px;
	box-shadow: inset 0px 0px 0px 3px #969a9c, inset 0px 0px 0px 6px #fff, inset 0px 0px 0px 7px #969a9c;
	margin: 50px auto;
	background-color: rgba(255,255,255,0.9);
	padding: 0px 50px 50px 50px;
}
.cap {
	max-width: 500px;
	padding: 5px;
	line-height: 40px;
	background: #ff2f7e;
	position: relative;
	top: -24px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.twitter {
	position: fixed;
	z-index: 5;
	right: 25px;
	bottom: 25px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


@media screen and (min-width: 760px)
{
	.pcNone { display:none; }
}
@media screen and (max-width: 759px)
{
	.pcOnly { display:none; }
	img { width: 100%; }
}