
html,
button,
input,
select,
textarea {
	color: #FFF;
}
html {
	height: 100%;
	width: 100%;
}

body {
	/*background: #BB4378;*/
	background: #e7446f;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 2.529;
	margin: 0;
	position: relative;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.1;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

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

::-webkit-input-placeholder { color: #B9B9B9; }
::-moz-placeholder { color: #B9B9B9; opacity: 1 }
:-moz-placeholder { color: #B9B9B9; opacity: 1 }
:-ms-input-placeholder  { color: #B9B9B9; }










/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.dsp-w {
	display: inline;
}
.dsp-s {
	display: none;
}

.wrapper {
	margin: auto;
	max-width: 960px;
	width: 100%;
}

#bg-block {
	background: url(../img/bg1.png) no-repeat center 50px;
	/*display: none;*/
	height: 300px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#container {
/*	background: url(../img/bg1.png) no-repeat center 50px;*/
}

#header {
	height: 130px;
	padding: 34px 0 0;
	text-align: center;
}
#header > div {
	position: relative;
}
#header-logo {
	display: inline-block;
	margin: 0;
}
#header-copy {
	display: inline-block;
	font-size: 19px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "平成明朝", serif;
	font-weight: bold;
	margin: 0 115px 0 25px;
	line-height: 1.3;
	text-align: left;
}
#header-btns {
	display: table;
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 38px;
}
#header-btns li {
	display: inline-block;
	margin: 0 0 0 24px;
	vertical-align: middle;
}

#footer {
	/*background: #BB4378;*/
	background: #e7446f;
	padding: 122px 0 0;
	text-align: center;
}
#footer > div {
	position: relative;
}
#footer-logo {
	display: inline-block;
	margin: 0 0 18px;
}
#footer-btns {
	display: table;
	font-size: 0;
	line-height: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 28px;
}
#footer-btns li {
	display: inline-block;
	margin: 0 0 0 24px;
	vertical-align: middle;
}
#footer-nav {
	border-top: 2px solid #ED7DAE;
	max-width: 1216px;
	margin: 0 auto;
	padding: 14px 0 16px;
	width: 100%;
}
#footer-nav ul {
	line-height: 1.1;
	list-style: none;
}
#footer-nav li {
	display: inline-block;
	font-size: 13px;
	margin: 0 28px;
}
#footer-nav a:hover {
	color: #ED7DAE;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.fs13 {
	font-size: 13px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs26 {
	font-size: 26px;
}

.lh16 {
	line-height: 1.6;
}
.lh17 {
	line-height: 1.7;
}
.lh18 {
	line-height: 1.8;
}


.btn-home1,
.btn-pagetop1 {
	border: 2px solid #FFF;
	border-radius: 22px;
	color: #FFF;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 45px;
	line-height: 43px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
}
.btn-pagetop1 {
	text-indent: -9999px;
}
.btn-pagetop1:after {
	border: solid #FFF;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	height: 17px;
	left: 12px;
	position: absolute;
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 17px;
}
.btn-home1:hover,
.btn-pagetop1:hover {
	background: #FFF;
	color: #e7446f;
	/*color: #BB4378;*/
	text-decoration: none;
}

.btn-pagetop1:hover:after {
	/*background: #BB4378;*/
	background: #fff;
	border: solid #e7446f;
	border-width: 2px 2px 0 0;

}

.btn-fb1 {
	border: none;
	height: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 30px;
}

















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 959px) {


.dsp-w {
	display: none;
}
.dsp-s {
	display: inline;
}

.wrapper {
	max-width: none;
	padding: 0 10px;
	width: 100%;
}

#bg-block {
	background-size: 640px 147px;
	height: 250px;
}

#container {
/*	background-size: 640px 147px;*/
}

#header {
	height: 90px;
	padding: 10px 0 0;
}
#header-logo {
	vertical-align: top;
}
#header-logo img {
	height: 73px;
	width: 75px;
}
#header-copy {
	font-size: 16px;
	margin: 0 77px 0 10px;
	padding: 11px 0;
}
#header-btns {
	top: 25px;
}

#footer {
	padding: 80px 0 0;
}
#footer-logo {
	margin: 0 0 30px;
}
#footer-btns {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}
#footer-btns li {
	margin: 0 16px;
}
#footer-nav {
	margin-top: 20px;
}
#footer-nav li {
	margin: 0 10px;
}






}



@media only screen and (min-width: 960px) {


a:hover img,
.hover:hover,
.button:hover {
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	text-decoration: none;
}


}


@media print {


.wrapper {
	width: 980px;
}
#container {
	padding-bottom: 0 !important;
}


}









/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}