@charset "utf-8";

/* normalize.css v3.0.2 | MIT License | git.io/normalize
----------------------------------------------- */

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
hr {
	display: none;
}

/* clear */

.clear:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: rgb(40,20,10);
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	background: rgb(250,240,220) url(../images/background.jpg) repeat center top;
	text-align: center;
}
a {
	color: rgb(210,20,40);
}
a:hover {
	text-decoration: underline;
}

/* header
----------------------------------------------- */

#header {
	background: rgb(239,147,0);
}
#header .inner {
	width: 980px;
	margin: 0 auto;
	padding: 85px 0 30px;
	position: relative;
	background: rgb(230,218,188) url(../images/header_bg.jpg) no-repeat center top;
}
#header h1 {
	position: absolute;
	top: 15px;
	left: 0;
}
#header h2 {
}

/* film
----------------------------------------------- */

#film {
	position: relative;
	height: 125px;
	background: url(../images/film_base.png) repeat-x;
	overflow: hidden;
}
#film ul {
	position: absolute;
	height: 125px;
	background: url(../images/film_bg.png) repeat-x;
}
#film li {
	float: left;
	width: 144px;
}
#film li img {
/* 	display: none; */
}

/* intro
----------------------------------------------- */
#intro {
	width: 900px;
	margin: 55px auto 120px;
	position: relative;
}
#intro .image {
	width: 190px;
	float: left;
}
#intro .summary {
	width: 670px;
	float: right;
}

/* nav
----------------------------------------------- */
#nav {
	position: absolute;
	left: 50%;
	top: -65px;
	margin-left: -300px;
}
#nav ul {
	width: 640px;
	margin: 0 auto;
}
#nav li {
	width: 280px;
	height: 124px;
	float: left;
	margin: 0 0 0 40px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#nav li:first-child {
	margin: 0;
}
#nav li a {
	display: block;
	width: 280px;
	height: 124px;
	background: url(../images/nav.png) no-repeat left top;
}
#nav li.feature a {	background-position: 0 0;}
#nav li.feature a:hover {	background-position: 0 -124px;}
#nav li.feature a:active {	background-position: 0 -248px;}
#nav li.present a {	background-position: -280px 0;}
#nav li.present a:hover {	background-position: -280px -124px;}
#nav li.present a:active {	background-position: -280px -248px;}

/* contents
----------------------------------------------- */
#contents {
	background: rgb(250,240,220) url(../images/line.png) repeat-x center top;
	padding: 120px 0 0;
	position: relative;
}

/* feature
----------------------------------------------- */

#feature {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0;
}
#feature h3 {
	margin: 30px 0 0;
}
#feature .banner {
	width: 696px;
	margin: 0 auto;
}
#feature .banner li {
	position: relative;
	width: 696px;
	height: 278px;
	margin: 40px 0 0;
}
#feature .banner a {
	display: block;
	background: rgb(239,147,0);
}
#feature .banner a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#feature .banner a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/* present
----------------------------------------------- */
#present {
	margin: 120px 0;
	padding: 5px 0 0;
	background: url(../images/line.png) repeat-x;
}
#present .inner {
	padding: 120px 0 0;
	background: url(../images/background.jpg);
}
#present header {
	padding: 0 0 60px;
}
#enquete .start {
	position: relative;
	margin: auto;
	width: 900px;
	height: 532px;
	background: url(../images/enquete_start.png) no-repeat;
}
#enquete .start a {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 85px;
	margin: 0 0 0 -340px;
	width: 680px;
	height: 93px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/quiz_b_entry.png) no-repeat;
}
#enquete .start a:hover {
	background-position: 0 -93px;
}
#enquete .start a:active {
	background-position: 0 -186px;
}

/* present */
#present .present {
	margin: auto;
	padding: 60px 0 35px;
	width: 900px;
	background: rgb(239,147,0);
	/*
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	*/
}
#present .present .item {
	position: relative;
	margin: 30px auto 0;
	padding: 20px 0;
	width: 820px;
	min-height: 230px;
	text-align: left;
	background: rgb(250,240,220);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#present .present .item h4 {
	margin: 0 20px;
	padding: 0.2em 0 0.5em 80px;
	font-size: 1.35em;
	line-height: 1.35em;
	border-bottom: 2px solid rgb(40,20,10);
}
#present .present .item h4.a {
	background: url(../images/present_t_a.png) no-repeat left top;
}
#present .present .item h4.b {
	background: url(../images/present_t_b.png) no-repeat left top;
}
#present .present .item .summary {
	margin: 1em 270px 0 20px;
	color: rgb(80, 50, 30);
	font-size: 0.95em;
	line-height: 1.65em;
}
#present .present .item .caution {
	font-size: 0.8em;
}
#present .present .item .label {
	position: absolute;
	top: 5px;
	right: 195px;
}

#present .present .item .image {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* request */
#present .request {
	margin: auto;
	padding: 70px 0 40px;
	width: 900px;
	background: rgb(247,237,217) url(../images/present_w-o_grid.png) repeat-x;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#present .request .description {
	font-size: 1.25em;
	font-weight: bold;
	margin: 2.5em 0;
}
#present .request .method {
	width: 820px;
	margin: 40px auto 0;
}
#present .request .method-inner {
	background: rgb(237,207,147);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 0 0 40px;
}
#present .request .summary {
	width: 680px;
	font-size: 1.15em;
	font-weight: bold;
	color: rgb(80,50,30);
	margin: auto;
	padding: 2.2em 0 0;
}
#present .request .button a {
	display: block;
	width: 680px;
	height: 93px;
	background: url(../images/present_b_request.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 40px auto 0;
}
#present .request .button a:hover {
	background-position: 0 -93px;
}
#present .request .button a:active {
	background-position: 0 -186px;
}
#present .request .image {
	margin: 40px auto 0;
}
#present .request .deadline {
	margin: 30px auto 0;
}
#present .request .privacy {
	width: 680px;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: left;
	margin: 2em auto 0;
}

#present .textline {
	text-decoration: underline;
}

/* share
----------------------------------------------- */

#share {
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 0 0 190px;
	width: 300px;
}
#share li {
	float: right;
	margin: 0 0 0 20px;
}

/* footer
----------------------------------------------- */

#footer {
	text-align: center;
	overflow: hidden;
	background: rgb(40,20,10);
}
#footer p {
	padding: 35px 0 70px;
	color: rgb(139,110,80);
	font-family: Arial, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
}

/* pageup
----------------------------------------------- */

#pageup {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 46px;
	height: 46px;
	background: url(../images/pageup.png) no-repeat;
	cursor: pointer;
}
#pageup:hover {
	background-position: 0 -46px;
}
#pageup:active {
	background-position: 0 -92px;
}


