@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2016年11月14日 */
/* last updated:2016年11月25日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}
ul {
	list-style: none;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}


/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	min-height:100%;
}

#wrap {
	line-height:1.8;
}

@media screen and (min-width: 640px) {
	#wrap {
		font-size:14px;
		*font-size:88%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		_font-family:"ＭＳ Ｐゴシック", sans-serif;
		letter-spacing:1px;
	}
}
@media screen and (max-width: 639px) {
	#wrap {
		font-size:12px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		letter-spacing:1px;
	}
}


#wrap a {
	color:#fff;
	text-decoration:none;
}
#wrap a:hover {
	color:#fff;
	text-decoration:none;
}

#wrap a img:hover {
	opacity: 1 !important;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

#wrap p {
	line-height:1.8;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
#wrap ol , #wrap ul , #wrap li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

#wrap dl, #wrap dt, #wrap dd {
	zoom:1;
	overflow:hidden;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
	width:100%;
	background:url(/cmp/whiteparty/common/images/bg_base.png);
	background-size: 512px auto;
	overflow:hidden;
	zoom:1;
}
@media screen and (min-width: 640px) {
	#wrap {
		min-width:1000px;
		background:url(/cmp/whiteparty/common/images/bg_base.png);
		background-size: 512px auto;
	}
}

@media screen and (max-width: 639px) {
	#wrap {
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header#header {
	width: 100%;
	text-align: center;
	background: hsla(0,0%,100%,0.8);
	box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.3);
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header#header ul li {
	display: inline-block;
	margin: 0 5px;
}
@media screen and (min-width: 640px) {
	header#header {
		height: 70px;
		line-height: 70px;
		background: hsla(0,0%,100%,0.8);
	}
}

@media screen and (max-width: 639px) {
	header#header {
		height: 44px;
		line-height: 44px;
		background: hsla(0,0%,100%,0.8);
	}
	header .logoArea img {
		width:auto;
		height:12px;
	}
	header .logoArea a img {
		width:auto;
		height:20px;
	}
}

#ttlBlock {
	position:relative;
	background-size: cover;
}
@media screen and (min-width: 640px) {
	#ttlBlock {
		background: url(/cmp/whiteparty/common/images/main-pc.png) no-repeat 50% 50%;
		border-bottom: 4px solid #9C9535;
	}
	#ttlBlock h1 {
		line-height: 630px;
		text-align: center;
		border-bottom: 1px solid #928B21;
		padding-top: 70px;
	}
	#ttlBlock h1 span {
		line-height: 1;
		position: absolute;
		right: 50%;
		margin-right: -480px;
		top: 90px;
	}
}

@media screen and (max-width: 639px) {
	#ttlBlock {
		background: url(/cmp/whiteparty/common/images/main-sp.png) no-repeat 50% 50%;
		border-bottom: 4px solid #9C9535;
	}
	#ttlBlock h1 {
		text-align: center;
		padding: 0 5px;
		border-bottom: 1px solid #928B21;
		padding: 60px 0 20px;
	}
	#ttlBlock h1 > img {
		width:100%;
		max-width: 340px;
		height: auto;
	}
	#ttlBlock h1 span {
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 80px;
	}
	#ttlBlock h1 span img {
		width: 90px;
		height: auto;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .entryBtn {
	text-align:center;
	padding:30px 0;
	background: url(/cmp/whiteparty/common/images/bg_btn.png);
	background-size: 64px auto;
	clear:both;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 639px) {
	#wrap .entryBtn {
		text-align: center;
		padding: 20px 15px;
	}
	#wrap .entryBtn img {
		max-width: 100%;
	}
	#wrap .commentBlock + .entryBtn {
		padding-top: 40px;
	}
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:100%;
		height:230px;
		font-size:143%;
		letter-spacing:0;
		color:#fff;
		text-align:center;
		position:relative;
		clear:both;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .twitter {
		width:25%;
		height:230px;
		background:#1DADEA;
		float:left;
		padding:30px 0;
	}
	.snBlock .facebook {
		width:25%;
		height:230px;
		float:left;
		background:#315295;
		padding:30px 0;
	}
	.snBlock .line {
		width:50%;
		height:230px;
		float:left;
		padding:30px;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		padding:10px 5px;
		background:#fff;
		border-radius:5px;
		margin-top:14px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		font-size:100%;
		color:#00C100;
		text-align:center;
		display:block;
		margin-top:2px;
	}
	.snBlock .inner .qrArea .btn {
		padding:5px 30px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 15px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:60px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .btnArea {
		padding:45px 35px;
		background:#fff;
		border-radius:5px;
		margin:15px 30px 0;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-16px;
	}
}

.snBlock .inner .qrArea ul li:nth-of-type(2) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(1) a {
	background:#26863B;
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	.snBlock .line {
		width:100%;
		text-align:center;
		padding:10px 0;
		background:#34BC26;
	}
	.snBlock .inner .qrArea {
		text-align:center;
		color:#000;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
		overflow:hidden;
		zoom:1;
	}
	.snBlock .inner .qrArea b {
		text-align:center;
		display:block;
		margin-top:10px;
	}
	.snBlock .inner .qrArea .btn {
		padding:10px 20px;
	}
	.snBlock .inner .qrArea ul li {
		width:50%;
		height:auto;
		float:left;
		padding:0 10px;
	}
	.snBlock .inner .qrArea ul li a {
		width:100%;
		display:block;
		text-align:center;
		color:#fff;
		line-height:40px;
		border-radius:5px;
		text-decoration:none;
	}
	.snBlock .twitter {
		background:#1DADEA;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:10px 0px;
	}
	.snBlock .facebook {
		background:#315194;
	}
	.snBlock .facebook .inner {
		color:#fff;
		padding:10px 0px;
		text-align:center;
	}
	.snBlock .inner p {
	}
	.snBlock .inner .btnArea {
		text-align:left;
		background:#fff;
		border-radius:5px;
		margin:0 10px;
	}
	.snBlock .twitter .btnArea {
		padding:14px 30% 6px;
	}
	.snBlock .facebook .btnArea {
		padding:8px 30% 12px;
	}
}
.mediaArea {
	background:#fff;
	overflow:hidden;
	zoom:1;
}
#media-contact {
	clear:both;
}

.line_btn li {
	margin-bottom: 10px;
}