@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

html{
    height:100%;
}

body {
	height:100%;
	/*min-height: 2700px;
	max-height: 5000px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3f3937;
}

img{
     display:block;
}

a:hover,
a img:hover {
	opacity: 0.7;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	background: url(../images/bg.png);
}

#header-top {
	background: url(../images/header-top.png) no-repeat;
	background-position: center center;
	height: 146px;
	position: absolute;
	width: 100%;
}
#breadcrumb{
	width: 950px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
#breadcrumb a{
	text-decoration: underline;
}
#sns {
	width: 950px;
	height: auto;
	margin: 0 auto;
	z-index: 9999;
}

#sns-inner {
	position: absolute;
	z-index: 99;
}

#sns-inner ul {
	padding: 30px 0 0 650px;
	float: left;
}

#sns-inner ul li {
	float: left;
	width: 160px;
}

#content {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding-top: 190px;
}

#content-area {
	width: 866px;
	margin: 50px auto 0;
}

#content-inner {
	float: left;
}

#header h1 {
	padding: 50px 0 30px;
}

#header h1 img,
h2 img {
	margin: 0 auto;
}

h2 {
	margin-bottom: 25px !important;
}

.margin-1b {
	margin-bottom: 50px;
}

.margin-2b {
	margin-bottom: 20px;
}

#info {
	padding: 30px 50px;
	background: #fff;
	position: relative;
	float: left;
	margin-bottom: 50px;
}

.info01 {
	margin-bottom: 11px;
}
#info01 img {
	margin: 0 auto;
}
#info01 #info01_2 {
	margin-top: 40px;
}
#info01 #info01_2 img {
	position: relative;
	z-index: 999;
}
#info01 #info01_3 {
	margin-top: -60px;
}
#info01 #info01_3 img {
	position: relative;
	z-index: 900;
}
.info02 {
	margin-bottom: 16px;
}

.info03 {
}

.text01 {
	font-size: 15px;
	float: left;
}

.text02 {
	font-size: 13px;
}

.text03 {
	line-height: 1.4em;
	margin-top: 12px;
	display: block;
}

.text05 {
	text-indent: -1.7em;
	margin-left: 1.7em;
}

.color-p {
	color: #774e98;
}

.flow-right p#text04 {
	margin-bottom: 50px;
}

.font-b {
	font-weight: bold;
}

.font-t {
	font-weight: normal;
}

#content-img {
	position: absolute;
	/*top: 340px;*/
	/*right: 50px;*/

	right: -120px;
	bottom: -70px;
}

#table01 {
	margin: 25px 0 30px 0;
	font-size: 15px;
	float: left;

	position: relative;
}

#table01 th {
	vertical-align: top;
}

#table01 td {
	padding-left: 15px;
	padding-bottom: 14px;
	line-height: 1.4em;
}

.flow-left {
	width: 80px;
	height: auto;
	float: left;
}

.flow-right {
	width: 686px;
	height: auto;
	float: left;
	font-size: 15px;
}

.flow-top {
	margin-top: 30px;
}

.flow-right p {
	margin-bottom: 18px;
	line-height: 1.2em;
	float: left;
}

.flow-right ul {
	float: left;
	margin: 0 0 15px 10px;
}

.flow-right ul li {
	line-height: 1.2em;
}

#sample-img {
	margin-bottom: 17px;
	float: left;
}

#point-img {
	float: left;
}

.border {
	width: 686px;
	height: 1px;
	background: url(../images/border.png) repeat-x;
	margin-bottom: 15px;
	float: left;
}

#apply-bottom {
	display: block;
	float: left;
	margin-top: 15px;
}

.font-b02 {
	font-weight: bold;
	font-size: 18px;
	padding-right: 8px;
}

.border02 {
	/*border-bottom: 1px solid #9b6bc1;*/
	background: linear-gradient(transparent 40%, #ff9 40%);
	background-color: #ff9\9;
}

:root .border02 {
	background-color: #ff9 \0/;
}


/* フッター
**************************************************/

#footer {
	width: 100%;
	height: 170px;
	background: #724694;
	clear: both;
	font-size: 13px;
	color: #fff;
}

#footer-top {
	width: 866px;
	margin: 0 auto;
}

#footer-inner {
	width: 660px;
	height: 100%;
	margin: 0 auto;
}

#footer-left {
	width: 340px;
	float: left;
	padding-top: 35px;
}

#footer-left p {
	line-height: 1.9em;
}

#footer-right {
	width: 320px;
	float: right;
	padding-top: 64px;
}

#footer-right ul {
	width: 287px;
	float: right;
}

#top {
	float: right;
	margin-top: -35px;
}

#footer-font {
	font-size: 20px;
}

/* report
**************************************************/
hr.dot{
	background-image: url(../images/hr_dot.png);
	border: none;
	height: 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 60px 0;
}
#ttlbox h1 img{
	margin: 0 auto;
}
#intro{
	width: 900px;
	margin: 40px auto 0;;
}
#intro p{
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	margin-top: 30px;
}
#intro p img{
	margin-left:50px;
}
#story{
	margin: 60px auto 0;
	width: 900px;
	height: 800px;
	background-image: url('../images/bg_story.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	background-color: #fff;
	font-size: 13px;
}
#story p#s01{
	width: 170px;
	position: absolute;
	top: 56px;
	color: #E06DA6;
	left: 20px;
}
#story p#s02{
	width: 170px;
	position: absolute;
	top: 190px;
	left: 290px;
	color: #5791C5;
}
#story p#s03{
	width: 300px;
	position: absolute;
	top: 220px;
	right: 54px;
	color: #68BD82;
}
#story p#s04{
	width: 240px;
	position: absolute;
	bottom: 290px;
	right: 20px;
	color: #68BD82;
}
#story p#s05{
	width: 160px;
	position: absolute;
	bottom: 110px;
	left: 337px;
	color: #E06DA6;
}
#story p#s06{
	width: 240px;
	position: absolute;
	bottom: 210px;
	left: 20px;
	color: #5791C5;
}
.cont{
	background:#fff;
	padding:40px;
	width:820px;
	margin:100px auto 80px;
}
#prize{
	margin: 0 auto 60px;
	width: 100%;
}
#prize h2{
	margin-bottom: 40px!important;
}
#prize h2 img{
	margin: 0;
}
#prize .photo{
	float: left;
	width: 350px;
	margin-left: 30px;
}
#prize .txt{
	float: right;
	width: 400px;
}
#prize .txt img{
	margin: 0 auto;
}
.recipes{
	font-size: 15px;
	width: 100%;
	margin: 0 auto;
}
.recipes ul{
	margin: 40px auto 0;
	width: 90%;

}
.recipes ul li{
	line-height: 1.8;
}
.recipes ul li span{
	color: #6C438C;
	margin-right: 14px;
}
.recipes .photo{
	float: left;
}
.recipes .txt{
	float: right;
	width: 530px;
}
.recipes .txt h3 {
	margin-bottom: 34px;
}
.recipes .txt h3 img{
	margin: 0 auto;
	height: 70px;
	width: auto;
}
.recipes .txt .box{
	background: #E9EBF2;
	color: #6C438C;
	padding: 20px 40px;
	height: 228px;
}
.recipes .txt .box p{
	border-bottom: 1px solid #6c438c;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.recipes .txt .box ul{
	margin: 0;
	width: 100%;}
.recipes .txt .box ul li{
	line-height: 1.5;
	list-style: disc;
	float: left;
	margin-left: 26px;
	width: 198px;
}
.recipes .txt .box ul li span{
	font-size: 13px;
	display: block;
	text-align: right;
}