@charset "utf-8";

/*-----------------------------------------------------
	基本設定
-------------------------------------------------------*/
html, body {
	min-height: 100%;
}

html {
	font-size: 62.5%; /*10px*/
	background-color: rgba(255,126,159,0.6);
}

body {
	color: #673500;
	font-size: 1.4rem;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	min-width: 960px;
}

body {
	background: /* Old browsers */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		#ffcad4;
	background: /* IE9 SVG, needs conditional override of 'filter' to 'none' */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2FkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: /* FF3.6+ */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		-moz-linear-gradient(top, #ffcad4, #fff);
	background: /* Chrome10+,Safari5.1+ */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		-webkit-linear-gradient(top, #ffcad4, #fff);
	background: /* Opera 11.10+ */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		-o-linear-gradient(top, #ffcad4, #fff);
	/*background:  IE10+ 
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		-ms-linear-gradient(top, #ffcad4, #fff);*/
	background: /* W3C */
		url("../images/common/bg01.png"),
		url("../images/common/bg02.png"),
		url("../images/common/bg03.png"),
		linear-gradient(to bottom, #ffcad4, #fff);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcad4', endColorstr='#ffffff', GradientType=0)";*/
	
	background-position:
		center top,
		center top,
		center top,
		center top;
	background-size:
		1200px 1200px,
		800px 800px,
		1200px 1200px,
		contain;
	background-repeat:
		repeat,
		repeat,
		repeat,
		repeat;
}

/*
@media screen and (min-width:0) {
   body {
     -ms-filter: "";
   }
}
*/

a {
	text-decoration: none;
	color: #673500;
}

a:hover {
	text-decoration: underline;
}

/*
a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
}
*/

a:active img {
	border: none;
}

a:active {
	border: none;
}

address {
	font-style: normal;
}

img {
	vertical-align: top;
}

/*-----------------------------------------------------
	コンテナ（全要素を含有）
-------------------------------------------------------*/
#Container {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	min-width: 960px;
	/*position: relative;
	padding-bottom: 120px;
	min-height: 100%;
    height: auto !important;
    height: 100%*/
}

/*-----------------------------------------------------
	ヘッダー
-------------------------------------------------------*/
header {
	background: url("../images/common/head_bg.png") center top repeat-x;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
	min-width: 960px;
}

header > article {
	margin: 0 auto;
	text-align: left;
	position: relative;
	height: 162px;
	width: 960px;	
}

h1 {
	color: #fff3f5;
	display: inline-block;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-top: 5px;
	width: 500px;
}

h2 {
	position: absolute;
	left: -25px;
	bottom: 0;
}

nav {
	float: right;
}

header > article ul {
	margin-top: 22px;
}

header > article ul li {
	float: left;
	margin-left: 30px;
}

header > article ul li:first-child {
	margin-left: 0;
}

/*-----------------------------------------------------
	メイン
-------------------------------------------------------*/
#Content {
	margin: 0 auto 80px;
	width: 960px;
}
/*-----------------------------------------------------
	PageTopボタン
-------------------------------------------------------*/
.page-top {
	bottom: 10px;
	position: fixed;
	right: 10px;
	text-align: right;
	z-index: 10;
}

.page-top a {
	display: block;
}

/*-----------------------------------------------------
	フッター
-------------------------------------------------------*/
footer {
	/*position: absolute;
	bottom: 0;*/
	/*background: #ff7e9f;
	filter: alpha(opacity=60);
	opacity: .60;*/
	background-color: rgba(255,126,159,0.6);
	min-height: 120px;
	width: 100%;
	min-width: 960px;
	
	box-shadow: 0px -2px 5px 2px rgba(130,82,92,0.75);
  -webkit-box-shadow: 0px -2px 5px 2px rgba(130,82,92,0.75);
  -moz-box-shadow: 0px -2px 5px 2px rgba(130,82,92,0.75);
}

footer > article {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	width: 960px;
}

footer > article ul {
	text-align: center;
	margin: 0 auto;
	font-size: 0rem;
}

footer > article ul li {
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 20px;
	border-left: #fff 1px solid;
	line-height: 1;
}

footer > article ul li:first-child {
	border-left: none;
}

footer > article ul li a {
	display: block;
	height: 100%;
	color: #fff;
}

footer > article > p {
	color: #fff;
	margin-top: 20px;
}

.preparation {
	text-align: center;
	font-size: 3rem;
	padding-top: 60px;
}

/************************************************************
 * modal
 ************************************************************/

.modal {
	position:fixed;
	display:none;
	z-index:9999;
	top:140px;
	left:50%;
	width:450px;
	margin:0 0 0 -246px;
	padding:20px;
	color:#FFF;
	text-align:center;
	border:1px solid #FFF;
	border-radius:10px;
	/*background: #fff;*/
}
.modal img {
	vertical-align:bottom;
}
.modal p {
	margin-bottom:10px;
}
.modal ul {
	text-align:center;
}
.modal li {
	display:inline;
}
.modal a {
	cursor:pointer;
}

.modal .verification {
	font-size: 1.6rem;
	font-weight: bold;
}

.remove_cookie {
	cursor:pointer;
	color: #fff;
	font-size: 1.2rem;
}
.remove_cookie:hover {
	color:#fff;
}
