@charset "utf-8";


/*css initialization
------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	background-color:transparent;
	text-decoration:none;
	list-style:none;
}
img {
	border:0px;
}
form{
	margin:0;
	padding:0;
}
a { color:#c6213b; text-decoration:none; outline:none; }
a:link { color:#c6213b; text-decoration:none; outline:none; }
a:visited { color:#c6213b; text-decoration:none; outline:none; }
a:hover { color:#ea7f8f; text-decoration:none; outline:none; }



/* html
------------------------------------------------------------ */
html {
}



/* body
------------------------------------------------------------ */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Helvetica, 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color:#fff;
}



/* container
------------------------------------------------------------ */
#container {
	width:100%;
	height:auto;
}



/* h1
------------------------------------------------------------ */
h1 {
	width:100%;
	height:auto;
	margin:10px 0 20px;
	text-align:center;
}
h1 img {
	width:100px;
	height:auto;
}



/* dataBox
------------------------------------------------------------ */
#dataBox {
	width:600px;
	height:auto;
	margin:0 auto;
}



/* table
------------------------------------------------------------ */
#dataBox dl {
	width:600px;
	height:auto;
	margin:10px auto;
	padding:10px 0;
	border-bottom: solid 1px #ccc;
}
#dataBox dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#dataBox dt {
	float:left;
	width:170px;
	padding:10px 0 0 10px;
}
#dataBox dt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#dataBox dd {
	float:left;
	width:400px;
	text-align:center;
}
#dataBox dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#dataBox dd img {
	padding:10px 0;
}
#dataBox dd b {
	display:block;
	padding:20px 0;
	border-top: dotted 1px #aaa;
}
#dataBox dd .button {
	padding:5px 30px;
	margin:10px 0;
	white-space:nowrap;
	color:#fff;
	font-weight:normal;
	background:#e87385;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}


/* copylight
------------------------------------------------------------ */
.copylight {
	width:100%;
	height:auto;
	margin:40px 0 20px;
	text-align:center;
}






/* for - 620px
------------------------------------------------------------ */

@media screen and (max-width: 619px) {
	
	body {
		font-size: 12px;
		line-height: 18px;
	}
	#dataBox {
		width:350px;
		height:auto;
		margin:0 auto;
	}
	#dataBox dl {
		width:350px;
		height:auto;
	}
	#dataBox dt {
		float:none;
		width:330px;
		padding:5px 10px;
		text-align:center;
	}
	#dataBox dd {
		float:none;
		width:350px;
	}
	#dataBox dd img {
		width:330px;
		height:auto;
	}

}



/* for - 380px
------------------------------------------------------------ */

@media screen and (max-width: 379px) {
	body {
		font-size: 13px;
		line-height: 18px;
	}
	#dataBox {
		width:300px;
		height:auto;
		margin:0 auto;
	}
	#dataBox dl {
		width:300px;
		height:auto;
	}
	#dataBox dt {
		float:none;
		width:280px;
		padding:5px 10px;
		text-align:center;
	}
	#dataBox dd {
		float:none;
		width:300px;
	}
	#dataBox dd img {
		width:280px;
		height:auto;
	}
}



