@charset "UTF-8";
/* CSS Document */
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1.5;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a {
	color: #333;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html body .block {
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

.block {
	text-align: center;
	overflow: hidden;
}

.headLogo {
	position:relative;
	height:40px;
	border-bottom:1px solid #ccc;
}
.headLogo img {
	position:absolute;
	top:5px;
	left:10px;
}

.imageWrap img {
	width:100%;
}


#mainArea {
	background-color:#ffe5e8;
}

.snsButton {
	width:50.625%;
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
	padding: 0 0 8%;
}
.snsButton .inner {
	padding-left:0;
}
.snsButton li {
	float: left;
	width:26%;
	overflow:hidden;
	margin-right:11%;
}
.snsButton li img {
	width:100%;
	height:100%;
}
.snsButton .facebook {
	margin-right:0;
}


#presentArea {
	position:relative;
}
#presentImage {
	width:32.5%;
	position:absolute;
	top:35%;
	right:8%;
}
#presentBtn {
	width:35%;
	position:absolute;
	bottom:2.5%;
	right:7%;
}


.meritBox {
	background:url(../img/bg_merit.png) repeat-y;
	background-size:contain;
}
.meritTxt {
	float:left;
	width:40.625%;
	margin-top:2%;
	margin-left:9.375%;
	padding-bottom:3%;
}
.meritIllust {
	float:right;
	width:39%;
	margin-right:4.6875%;
}
.meritBottom {
	line-height:0;
}

#ouboArea {
	background-color:#ffe5e8;
}
.ouboTxt {
	margin:0 auto 3%;
	text-align:center;
	color:#e02d53;
}
.ouboTxt span {
	display:inline-block;
	color:#e02d53;
}
.ouboBtn {
	width:88.9%;
	margin:0 auto;
}


.attentionTit {
}
.attentionTxt {
	width:90%;
	margin:0 auto;
	padding-bottom:3%;
	line-height:1.4;
}
.attentionTxt dt {
	float:left;
	width:1em;
}
.attentionTxt dd {
	margin-left:2em;
}
.first dt,
.first dd {
	color:#e02d53;
}
.attentionTxt a {
	color:#ee808d;
	text-decoration:underline;
}


#contactArea {
	padding-bottom:7%;
}
.contactText {
	font-size:1em;
	font-weight:bold;
	color:#333;
	line-height:1.7;
	text-align:center;
}
#contactArea .freedialArea {
	margin:2% auto 0;
}
#contactArea .freedialArea li {
	float:left;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	color:#333;
}
#contactArea .freedialArea li.freedialImage {
	margin-right:5px;
	line-height:1;
}
#contactArea .freedialArea li.freedialImage img {
	width:auto;
	height:1em;
	margin-top:2px;
}
#contactArea .freedialArea li a {
	text-decoration:underline;
}
.contactText2 {
	padding:4% 5% 0;
}


#returnToTopBtn {
	background:#fb879a;
}
#returnToTopBtn .button {
	width:42.1875%;
	margin:0 auto;
}


/* fancyBox */
#fancybox-loading {
	display:none;
}
.fancybox-close {
  position: absolute;
  top: -30px;
  right: -22px;
  width: 60px;
  height: 61px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	background-color:#fff8d9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.fancybox-inner {
    overflow: hidden !important;
}



/* 共通 */
#noticeApply {
	padding:0 15px 20px;
	background:#ffe99e;
}

#noticeApply h2 {
	font-size:116%;
	font-weight:bold;
	color:#ec1d7f;
	text-align:center;
}

#noticeApply .txtIndent {
	margin-top:5px;
}

#noticeApply .txtIndent span {
	color:#ec1d7f;
}

#noticeApply a {
	color:#ec1d7f;
}

#returnToTop {
	padding-bottom:30px;
	text-align: center;
	background:#ffe99e;
}

.alignCenter {
	text-align:center;
}

.txtIndent {
	padding-left:1.25em;
	text-indent:-1.25em;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.mgt3per {
	margin-top:3%;
}
.mgt4per {
	margin-top:4%;
}
.mgt5 {
	margin-top:5px;
}
.mgt10 {
	margin-top:10px;
}
.mgt15 {
	margin-top:15px;
}
.mgt20 {
	margin-top:20px;
}
.mgt25 {
	margin-top:25px;
}
.mgt30 {
	margin-top:30px;
}
.mgt-15 {
	margin-top:-15px;
}
.pdt15 {
	padding-top:15px;
}
.pdt20 {
	padding-top:20px;
}
.pdt25 {
	padding-top:25px;
}
.pdb10 {
	padding-bottom:10px;
}
.pdb20 {
	padding-bottom:20px;
}
.pdb30 {
	padding-bottom:30px;
}

.mgt5per {
	margin-top:5%;
}
.mgt10per {
	margin-top:10%;
}
.pdt5per {
	padding-top:5%;
}
.pdb3per {
	padding-bottom:3%;
}

.f10 {
	font-size:83% !important;
}
.f8b {
	font-size:67% !important;
	font-weight:bold;
}

.clear {
	clear:both;
}

.clearfix:after {
	height:0;
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}

* html .clearfix {
	zoom:1;
}
