@charset "utf-8";

/* アンケート */


/*:1 基本設定:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


html, body, div, h1, h2, h3, h4, h5, p, dl, dt, dd, ul, li, form, input, header, footer, nav, section, article, aside {
	margin: 0;
	padding: 0;
}

header, footer, nav, section, article, aside {
	display: block;
}

ul {
	list-style:none;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

table { 
	border-collapse: collapse;
}

body {
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0 auto;
	background: #f3f0eb;
}

img {
	display: block;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.dib {
	display: block;
}

h1 {
	max-width: 900px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #df628a;
	padding: 20px 0;
}

h1 img {
	margin: 0 auto;
}

h2 {
	margin: 20px auto;
	color: #df628a;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}


/*:2 入力ページ:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section#input {
	max-width: 900px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}

section#input .formarea {
	margin: 0 auto;
	width: 95%;
}

section#input .contents {
	margin: 0 auto;
	border-bottom: solid 1px #b3b3b3;
	padding: 10px 0;
}

section#input .contents .title {
	font-size: 15px;
	font-weight: bold;
	color: #df628a;
	margin-bottom: 5px;
}

section#input .contents .select ul li {
	width: 30%;
	float: left;
}

section#input .contents .select .caution {
	color: #FF0000;
}

section#input .note {
	margin: 10px auto;
}

section#input .note span {
	color: #df628a;
}

section#input .send .sendbutton {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px auto;
	display: block;
	background: #df628a;
	border: none;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
}


/*:3 確認ページ:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section#confirm {
	max-width: 900px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}

section#confirm .formarea {
	margin: 0 auto;
	width: 95%;
}

section#confirm .contents {
	margin: 0 auto;
	border-bottom: solid 1px #b3b3b3;
	padding: 10px 0;
}

section#confirm .contents .title {
	font-size: 15px;
	font-weight: bold;
	color: #df628a;
	margin-bottom: 5px;
}

section#confirm .contents .select ul li {
	width: 30%;
	float: left;
}

section#confirm .send .sendbutton_back {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px auto;
	display: block;
	background: #999999;
	border: none;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
}

section#confirm .send .sendbutton {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px auto;
	display: block;
	background: #df628a;
	border: none;
	padding: 10px 30px;
	text-align: center;
	cursor: pointer;
}


/*:4 送信完了ページ:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section#end {
	max-width: 900px;
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}

section#end .message {
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
	border-bottom: solid 1px #df628a;
	padding-bottom: 30px;
}

section#end .backlink {
	margin: 20px auto;
	text-align: center;
	font-size: 15px;
}
















