@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	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;
}

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%;
}

body {
	line-height:1.8;
}

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


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

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

p {
	line-height:1.8;
}

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

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

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

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


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

object {
	vertical-align:middle;
	outline:none;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


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

#wrap {
		color:#fff;
		background:url(/cmp/tajimi/common/images/bg_black.png);
}

/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	#wrap {
		width:100%;
		min-width:1000px;
		height:100%;
		overflow:hidden;
		zoom:1;
	}
}

@media screen and (max-width: 639px) {
	#wrap {
		background-size:512px auto;
		overflow:hidden;
		zoom:1;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header {
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:10;
}

@media screen and (min-width: 640px) {
	header {
		padding:10px;
		height:815px;
		background:url(/cmp/tajimi/common/images/main_pc.png) no-repeat;
	}
	header .logoArea {
		width:500px;
		line-height:44px;
		float:left;
		position:relative;
		z-index:10;
	}
	header .logoArea ul li {
		line-height:54px;
		float:left;
		padding-left:25px;
	}
	header .socialArea {
		width:240px;
		height:44px;
		padding:12px 0;
		float:right;
		position:relative;
		z-index:10;
	}
	header .socialArea ul li {
		width:100px;
		float:left;
	}
	header .socialArea ul li.twitter {
		top:0px;
		position:relative;
	}
	header .socialArea ul li.line {
		top:-6px;
		position:relative;
	}
	header .socialArea ul li.fb {
		width:110px;
		top:-8px;
		position:relative;
	}
}

@media screen and (max-width: 639px) {
	header {
		background:url(/cmp/tajimi/common/images/main_sp.png) no-repeat 50% 100% #000;
		background-size:100% auto;
	}
	header .logoArea {
		line-height:30px;
		text-align:center;
		padding:15px 0;
	}
	header .logoArea ul li {
		display:inline-block;
		margin:0 15px;
	}
	header .logoArea img:nth-of-type(1) {
		width:auto;
		height:21px;
	}
	header .logoArea img:nth-of-type(2) {
		width:auto;
		height:27px;
	}
	header .socialArea {
		width:240px;
		text-align:center;
		margin:0 auto;
	}
	header .socialArea ul li {
		width:120px;
		float:left;
		overflow:visible;
	}
}

@media screen and (min-width: 640px) {
	#ttlBlock {
		width:100%;
		padding:100px 0 60px 0;
		clear:both;
	}
	#ttlBlock p ,
	#ttlBlock strong ,
	#ttlBlock h1 {
		text-align:center;
		position:relative;
		display:block;
		padding-bottom:30px;
	}
}
#catch {
	display:none;
}
@media screen and (min-width: 1260px) {
	#catch {
		width:104px;
		height:650px;
		position:absolute;
		top:330px;
		right:8%;
		display:block;
		z-index:10;
	}
}

@media screen and (max-width: 639px) {
	#ttlBlock {
		text-align:center;
		padding:30px 0 60px 0;
		clear:both;
	}
	#ttlBlock p img {
		width:297px;
		height:auto;
		margin:0 auto;
	}
	#ttlBlock strong img {
		width:269px;
		height:auto;
		margin:0 auto 15px;
	}
	#ttlBlock h1 img {
		width:313px;
		height:161px;
		margin:0 auto 15px;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
#wrap .btn {
	text-align:center;
	padding:5% 0;
	clear:both;
}

@media screen and (max-width: 639px) {
	#wrap .btn img {
		display:none;
	}
	#wrap .btn a {
		width:320px;
		height:107px;
		background:url(/cmp/tajimi/common/images/btn.png) no-repeat;
		background-size:320px auto;
		margin:0 auto;
		display:block;
	}
}

/* --------------------------------------------------
	009.snBlock
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.snBlock {
		width:480px;
		height:220px;
		color:#fff;
		text-align:center;
		margin:50px auto;
	}
	.snBlock .twitter {
		width:220px;
		height:220px;
		background:#1DADEA;
		float:left;
		border-radius:50%;
		padding:80px 0;
	}
	.snBlock .facebook {
		width:220px;
		height:220px;
		background:#315194;
		float:right;
		border-radius:50%;
		padding:80px 0;
	}
	.snBlock .inner .btnArea {
		padding:10px 35px;
	}
	.snBlock .facebook .inner .btnArea > div {
		position:relative;
		top:-6px;
	}
}

@media screen and (max-width: 639px) {
	.snBlock {
		color:#fff;
		position:relative;
		overflow:hidden;
	}
	.snBlock .twitter {
		width:50%;
		background:#1DADEA;
		float:left;
	}
	.snBlock .twitter .inner {
		text-align:center;
		padding:20px 0;
	}
	.snBlock .facebook {
		width:50%;
		background:#315194;
		float:right;
	}
	.snBlock .facebook .inner {
		padding:20px 0;
		text-align:center;
	}
	.snBlock .inner p {
		font-size:12px !important;
	}
	.snBlock .inner .btnArea {
		width:100px;
		height:64px;
		text-align:center;
		padding:20px 0px;
		margin:20px auto 0;
	}
}


/* --------------------------------------------------
	010.information
-------------------------------------------------- */
@media screen and (min-width: 640px) {
	.information {
		text-align:center;
		clear:both;
		padding:50px 0;
	}
	.information ul li {
		display:inline-block;
		margin:0 15px;
	}
	.information ul li img {
		display:block;
		margin-top:15px;
	}
}
@media screen and (max-width: 639px) {
	.information {
		font-size:84%;
		line-height:14px;
		text-align:center;
		clear:both;
		padding:20px 0;
	}
	.information ul li {
		width:33%;
		float:left;
	}
	.information ul li img {
		width:80%;
		display:inline-block;
		margin-top:15px;
	}
}
.party-end {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}