@charset "utf-8";
/*リセット*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img{ 
	border:0;
}
/*end_リセット*/

html{
	background:url(../image/common/body_bg.png) repeat center top;
}
body{
	font-family:'Century Gothic','Lato','メイリオ',sans-serif;
	line-height:1.8;
	font-size:14px;
	color:#666666;
	text-align:center;
	-webkit-text-size-adjust: 100%;
	padding-bottom:30px;
}
img {
	vertical-align : bottom;
    max-width: 100%;
	height: auto;
}

a:link {
	color:#F68899;
	text-decoration: none;
}
a:visited {
	color:#F68899;
	text-decoration: none;
}
a:hover {color:#666666;}


h1{
	color:#FF0000;
	font-size:18px;
}
@media screen and (min-width : 768px) {/*768以上(タブレット・PC)*/
	.br_sp{
		display:none;
	}
}
.btn{
	margin-top:10px;
}
.btn a{
	margin:0 auto;
	width:70%;
	max-width:300px;
	height:42px;
	line-height:42px;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px; 
	border-radius:5px;
	background-color:#FFDCD3;
	-webkit-box-shadow:3px 3px rgba(246, 136, 153, 1.00);
	-moz-box-shadow:3px 3px rgba(246, 136, 153, 1.00);
	box-shadow:3px 3px rgba(246, 136, 153, 1.00);
}