@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2016年4月24日 */
/* last updated:2016年4月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;
}

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%;
	height:100%;
	min-height:100%;
}

a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#222;
	text-decoration:none;
}
#wrap a img:hover {
	opacity: 1;
}

/* --------------------------------------------------
	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 {
	background:url(/cmp/kimodameshi/common/images/bg_base.png);
	position:relative;
	overflow:hidden;
	zoom:1;
	font-size:14px;
	line-height:1.8;
	letter-spacing:1px;
	color:#fff;
}
.wrapInner {
	overflow:hidden;
	zoom:1;
}


/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	body #wrap {
		font-family:'Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width:100%;
		min-width:1000px;
		margin:0 auto;
	}
	br.sp {
		display:none;
	}
}
@media screen and (max-width: 639px) {
	body #wrap {
		font-family:'Lato',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		width:100%;
		overflow:hidden;
		zoom:1;
	}
}

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

@media screen and (min-width: 640px) {
	#logoArea {
		text-align:left;
		line-height:40px;
		background:#fff;
		padding:10px;
	}
	#logoArea img {
		width:auto;
		height:43px;
		margin:0 5px;
	}
}

@media screen and (max-width: 639px) {
	#logoArea {
		line-height:32px;
		text-align:center;
		background:#fff;
		border-bottom:2px solid #000;
	}
	#logoArea img {
		width:auto;
		height:20px;
		margin:0 5px;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
@media screen and (min-width: 640px) {
	header#head  {
		text-align:center;
		background:url(/cmp/kimodameshi/common/images/bg_main@2.png) no-repeat 50% 0%;
		background-size:1280px auto;
		background:url(/cmp/kimodameshi/common/images/bg_main.png) no-repeat 50% 0% \9;
		position:relative;
	}
	header#head h1 {
		text-align:center;
		border-top:5px solid #000;
		padding:80px 0 0;
	}
	header#head p { 
		font-size:143%;
		padding:50px 0;
	}
	header#head .check {
		width:860px;
		text-align:right;
		left:50%;
		bottom:0;
		margin-left:-430px;
		position:absolute;
	}
}

@media screen and (max-width: 639px) {
	header#head  {
		text-align:center;
		background:url(/cmp/kimodameshi/common/images/bg_main@2.png) no-repeat 50% 0%;
		background-size:cover;
		position:relative;
	}
	header#head h1 img {
		width:320px;
	}

	header#head h1 {
		text-align:center;
		border-top:5px solid #000;
		padding:20px 0 0;
	}
	header#head p { 
		font-size:114%;
		padding:200px 0 100px;
	}
	header#head figure {
		width:381px;
		height:160px;
		text-align:center;
		position:absolute;
		left:50%;
		margin-left:-190px;
		top:480px;
	}
	header#head figure img {
		width:381px;
		height:auto; 
	}
	header#head .check {
		width:100%;
		text-align:center;
		left:0;
		bottom:0;
		position:absolute;
	}
	header#head .check img {
		width:212px;
	}
}



/* --------------------------------------
		103 contents
-------------------------------------- */
#mask{
	height:100%;
	width:100%;
	color:#fff;
	position:fixed;
	background:#000;
	left:0;
	top:0;
	z-index:1000;
}
#load-text{
	width:100%;
	text-align:center;
	font-family: 'Lato', sans-serif;
	position:absolute;
	top:50%;
	left:0%;
	display: block;
}
@media screen and (min-width: 640px) {
#load-text{
	height:40px;
	font-size:20px;
	line-height:40px;
	margin-top:-20px;
	z-index:1000;
}
}
@media screen and (max-width: 639px) {
#load-text{
	height:40px;
	font-size:20px;
	line-height:40px;
	margin-top:-20px;
	z-index:1000;
}
}


/* --------------------------------------------------
	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(1) a {
	background:#EB68A3;
}
.snBlock .inner .qrArea ul li:nth-of-type(2) 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;
}