/**
* Eric Meyer's Reset CSS v2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
embed,
object,
video {
	max-width: 100%;
}

body {
	min-width: 980x;
	color: #231815;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	text-decoration: none;
	background: url(images/bg_body.jpg) no-repeat center top;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

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

.clearfix{
	min-height: 1px;
}

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

.inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.al_c{ text-align: center;}
.fl_l{ float: left;}
.fl_r{ float: right!important;}

#header{
	height: 500px;
}

#header a{
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}

#header h1{
	position: absolute;
	top: 80px;
	left: 0;
}

#cat{
	margin-bottom: 37px;
	background: url(images/bg_cat.png) repeat 0 0 #fbecda;
}

#cat .inner{
	color: #ed6d0f;
	line-height: 2;
	font-size: 15px;
	height: 446px;
	background: url(images/bg_cat.jpg) no-repeat right center;
	overflow: hidden;
}

#cat h2{
	margin: 60px 0 30px 0;
}

.recipe{
	width: 483px;
	float: left;
	margin-bottom: 37px;
	position: relative;
}

.recipe h3{
	height: 60px;
	padding: 14px 0 0 135px;
	margin-bottom: 10px;
	background: url(images/bg_title.jpg) no-repeat 0 0;
}

.recipe .kcal{
	position: absolute;
	top: 0px;
	left: -6px;
	z-index: 999;
}

.recipe h4{
	height: 34px;
	line-height: 34px;
	padding-left: 30px;
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	behavior: url(js/PIE.htc);
}

.recipe h4 span{
	font-size: 12px;
}

.material h4{
	width: 210px;
	background: url(images/icon_material.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
	-pie-background: url(images/icon_material.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
}

.eiyou h4{
	width: 450px;
	background: url(images/icon_kcal.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
	-pie-background: url(images/icon_kcal.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
}

.howto h4{
	width: 450px;
	background: url(images/icon_howto.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
	-pie-background: url(images/icon_howto.png) no-repeat left center, url(images/bg_line.png) repeat-x left bottom;
}

.material{
	width: 232px;
	margin-left: 10px;
	float: left;
}

.material li{
	margin-left: 6px;
	padding-left: 10px;
	background: url(images/icon_maru.png) no-repeat left center;
}

.material li.m{
	padding-left: 20px;
	background: url(images/bg_material_bottom.gif) no-repeat 10px top;
}

.material li.a{
	position: relative;
	background: url(images/icon_maru.png) no-repeat left center, url(images/bg_material_a.gif) no-repeat 8px center;
	-pie-background: url(images/icon_maru.png) no-repeat left center, url(images/bg_material_a.gif) no-repeat 8px center;
	behavior: url(js/PIE.htc);
}

.material li.b{ background: url(images/bg_material_bottom.gif) no-repeat 10px bottom;}

.eiyou li{
	width: 190px;
	float: left;
	margin: 3px 0 3px 20px;
	padding-left: 10px;
	background: url(images/icon_maru.png) no-repeat left center;
}

.howto{
	margin-top: 20px;
}

.howto li{
	min-height: 23px;
	padding-left: 30px;
	margin: 8px 0;
}

.howto li.no1{ background: url(images/no1.png) no-repeat left top;
overflow: hidden;}
.howto li.no2{ background: url(images/no2.png) no-repeat left top;
overflow: hidden;}
.howto li.no3{ background: url(images/no3.png) no-repeat left top;
overflow: hidden;}
.howto li.no4{ background: url(images/no4.png) no-repeat left top;
overflow: hidden;}

.howto li p{
	font-size: 90%;
  width: 300px;
  float: left;
}

.howto li img{
  float: right;
}

#onepoint{
	margin: 100px 10px 10px 10px;
	position: relative;
}

#onepoint .men{
	display: block;
	width: 93px;
	height: 103px;
	/*background: url(images/img_onepoint_men.png) no-repeat 0 0;*/
	position: absolute;
	top: -92px;
	right: 0;
}

#onepoint h4{
	height: 23px;
	line-height: 1;
	padding-left: 0;
}

#onepoint .box{
	min-height: 170px;
	padding: 10px;
	border-radius: 10px;
	background: url(images/bg_st.png) repeat 0 0;
	z-index: 999;
}

.print{
	text-align: right;
	margin-top: 10px;
}

#mame{
	min-height: 380px;
	margin: 40px auto 0 auto;
	padding: 0 25px;
	background: url(images/bg_mame.jpg) no-repeat center top #fdeed8;
}

#mame h3{
	margin: -25px 0 0 -10px;
}

#mame li{
	width: 423px;
	padding: 25px;
	margin: 25px 0;
	float: right;
	line-height: 1.8;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	behavior: url(js/PIE.htc);
}

#mame li:first-child{
	float: left;
}

#mame h4{
	color: #ed6d0f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}











#footer{
	color: #fff;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	background: #904723;
}


/*******************************************************














.section {
	margin: 0 auto;
	min-height: 248px;
	padding: 20px 24px 45px;
	position: relative;
	right: 8.5px;
	width: 900px;
	background: url(images/bg_8.png) no-repeat;
}
.layer117 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 10px;
}
.layer116 {
	margin: 31px 0 -10px;
	color: #ed6d0f;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 26px;
	text-indent: -5.00097px;
}










.group27 {
	position: relative;
    float: left;
    width: 470px;
}
.title {
	min-height: 52px;
	padding: 27px 25px 31px;
	position: relative;
	width: 420px;
	background: url(images/bg_7.png) no-repeat;
}
.tit {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 42px;
}
.row-5 {
	margin: 17px auto 0;
	position: relative;
	width: 460px;
}
.layer99-holder {
	float: left;
	margin: 1px 0 0;
	min-height: 78px;
	padding: 9px 12px 230px;
	position: relative;
	width: 238px;
	background: url(images/image_65.png) no-repeat;
}
.layer115 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 78px;
}
.group26 {
	float: right;
	position: relative;
	width: 190px;
}
.layer113 {
	margin: 0 0 -1px;
	padding: 0 2px;
	color: #ed6d0f;
}
.layer112 {
	margin: 3px 0 -4px;
	line-height: 18px;
}
.row-12 {
	margin: 6px 0 0;
	position: relative;
    width: 190px;
}
.wrapper-34 {
	float: left;
	margin: 1px 0 0;
	min-height: 37px;
	position: relative;
	width: 9px;
}
.layer114 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -2.5px;
}
.a {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 15px;
	font-family: GothicBBBPro, serif;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -4.5px;
}
.layer111 {
	float: right;
	margin: -4px 0;
	width: 180px;
	line-height: 18px;
}
.layer110 {
	margin: 2px 0 -5px;
	line-height: 18px;
}
.layer109 {
	display: block;
	margin: 33px auto 0;
	position: relative;
}
.group24 {
	width: 466px;
}
.layer108 {
	margin: 0 0 -1px;
	padding: 0 1px;
	color: #ed6d0f;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.row-10 {
	margin: 3px auto 0;
	position: relative;
	right: 19px;
	width: 426px;
}
.layer103 {
	display: block;
    margin: 3px 0 0;
}
.layer107 {
	margin: 0 0 -4px;
	width: 460px;
	line-height: 18px;
    margin-bottom: 6px;
}
.row-15 {
	margin: 12px 0 0;
	position: relative;
}
.layer104 {
	display: block;
    margin: 13px 0 0;
}
.col-36 {
	float: right;
	position: relative;
	width: 386px;
}
.layer106 {
	margin: -4px 0;
	line-height: 18px;
}
.layer105 {
	margin: 7px 0 -1px;
    line-height: 18px;
}
.group23 {
	width: 463px;
}
.layer102 {
	display: block;
}
.wrapper-28 {
	margin: 7px 0 0;
	min-height: 124px;
	position: relative;
}
.layer111224_023-psd {
	left: 50%;
	position: absolute;
	top: 10px;
	margin-left: 134.5px;
}
.layer101-holder {
	left: 50%;
	min-height: 103px;
	padding: 11px 0 10px;
	position: absolute;
	top: 0;
	width: 373px;
	background: url(images/image_66.png) no-repeat;
	margin-left: -231.5px;
}
.layer100 {
	margin: -3px auto;
	position: relative;
	right: 4px;
	width: 365px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi {
	display: block;
}
.group18 {
	position: relative;
    float: left;
    width: 470px;
}
.title-2 {
	min-height: 51px;
	padding: 27px 25px 32px;
	position: relative;
	width: 420px;
	background: url(images/bg_5.png) no-repeat;
}
.layer81 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 101.5px;
}
.row-4 {
	margin: 17px auto 0;
	position: relative;
	width: 460px;
}
.layer66-holder {
	float: left;
	min-height: 77px;
	padding: 10px 12px 230px;
	position: relative;
	width: 238px;
	background: url(images/image_44.png) no-repeat;
}
.layer82 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 78px;
}
.col-16 {
	float: right;
	position: relative;
	width: 190px;
}
.group17 {
	position: relative;
}
.layer79 {
	margin: 0 0 -1px;
	padding: 0 3px;
	color: #ed6d0f;
}
.layer78 {
	margin: 3px 0 -4px;
	font-weight: 500;
	line-height: 18px;
}
.row-13 {
	margin: 7px auto 0;
	position: relative;
	width: 169px;
}
.wrapper-37 {
	float: left;
	min-height: 54px;
	position: relative;
	width: 9px;
}
.layer80 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -2.5px;
}
.a-2 {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 43px;
	font-family: GothicBBBPro, serif;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -4.5px;
}
.layer77 {
	float: right;
	margin: -4px 0;
	width: 159px;
	line-height: 18px;
}
.layer67 {
	display: block;
	margin: 18px auto 0;
	position: relative;
}
.group16 {
	width: 457px;
}
.layer76 {
	margin: 0 0 -1px;
	padding: 0 1px;
	color: #ed6d0f;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 500;
}
.row-9 {
	float: left;
    position: relative;
    width: 75px;
}
.layer72 {
	display: block;
    margin: 3px 0 0;
}
.layer74 {
	margin: 0;
	width: 470px;
	line-height: 18px;
	text-align: justify;
}
.row-14 {
	margin: 6px auto 0;
	position: relative;
	right: 9.5px;
	width: 436px;
}
.layer73 {
	display: block;
    margin: 13px 0 0;
}
.col-35 {
	float: right;
	position: relative;
	width: 376px;
}
.layer75 {
	margin: 0 0 -1px;
    line-height: 18px;
}
.layer71 {
	margin: 11px 0 -1px;
	padding: 0 50px 0 0;
	font-size: 7.08661px;
	text-align: justify;
}
.group15 {
	width: 463px;
}
.layer70 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 178px;
}
.wrapper-26 {
	margin: 4px 0 0;
	min-height: 108px;
	position: relative;
}
.layer111224_023-psd-2 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: 134.5px;
}
.layer69-holder {
	left: 50%;
	min-height: 86px;
	padding: 7px 0 12px;
	position: absolute;
	top: 3px;
	width: 373px;
	background: url(images/image_46.png) no-repeat;
	margin-left: -231.5px;
}
.layer68 {
	margin: -3px auto -4px;
	position: relative;
	right: 3.5px;
	width: 366px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi-2 {
	display: block;
}
.group10 {
	position: relative;
    float: left;
    width: 470px;
}
.title-3 {
	min-height: 76px;
	padding: 18px 26px 16px;
	position: relative;
	width: 418px;
	background: url(images/bg_3.png) no-repeat;
}
.layer44 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 103px;
}
.row-2 {
	margin: 17px auto 0;
	position: relative;
	width: 460px;
}
.layer28 {
	float: left;
	margin: 1px 0 0;
}
.col-13 {
	float: right;
	position: relative;
	width: 190px;
}
.group9 {
	position: relative;
    width: 190px;
}
.layer43 {
	margin: 0 0 -1px;
	padding: 0 2px;
	color: #ed6d0f;
}
.layer42 {
	margin: 3px 0 -3px;
	line-height: 18px;
}
.row-19 {
	margin: 4px 0 0;
	overflow: hidden;
	position: relative;
}
.wrapper-44 {
	float: left;
	min-height: 31px;
	position: relative;
	width: 9px;
}
.a-3 {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 20px;
	font-family: GothicBBBPro, serif;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -4.5px;
}
.layer39 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -2.5px;
}
.layer41 {
	float: left;
	margin: 0 0 2px 0;
    width: 160px;
	font-weight: 500;
	line-height: 18px;
}
.layer40 {
	margin: -1px 0 -4px;
	font-weight: 500;
	line-height: 18px;
}
.layer29 {
	display: block;
	margin: 15px auto 0;
	position: relative;
}
.group8 {
	width: 443px;
}
.layer38 {
	margin: 0 0 -1px;
	padding: 0 2px;
	color: #ed6d0f;
    font-weight: 500;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.layer37 {
	margin: 7px 0 -1px;
	text-align: justify;
}
.row-7 {
	float: left;
    position: relative;
    width: 75px;
}
.layer34 {
	float: left;
	margin: 5px 3px 8px 0;
}
.layer36 {
	width: 432px;
	line-height: 18px;
	text-align: justify;
}
.row-8 {
	float: right;
    position: relative;
    width: 365px;
    margin-top: 5px;
}
.layer33 {
	float: left;
	margin: 0 3px 0 0;
}
.layer35 {
	margin: 0 0 -4px;
	width: 443px;
	line-height: 18px;
	text-align: justify;
}
.group7 {
	width: 463px;
}
.layer32 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 178px;
}
.wrapper-29 {
	min-height: 111px;
	position: relative;
}
.layer111224_023-psd-3 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: 134.5px;
}
.layer31-holder {
	left: 50%;
	min-height: 84px;
	padding: 9px 0 11px;
	position: absolute;
	top: 7px;
	width: 373px;
	background: url(images/image_24.png) no-repeat;
	margin-left: -231.5px;
}
.layer30 {
	margin: -3px auto -4px;
	position: relative;
	right: 3.5px;
	width: 366px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi-3 {
	display: block;
}
.col-2 {
	float: right;
	position: relative;
	width: 487px;
}
.group22 {
	position: relative;
    float: right;
    width: 470px;
}
.title-4 {
	margin: 0 auto;
	min-height: 77px;
	padding: 15px 25px 18px;
	position: relative;
	right: 8.5px;
	width: 420px;
	background: url(images/bg_6.png) no-repeat;
}
.layer97 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 99px;
}
.row-6 {
	margin: 17px auto 0;
	position: relative;
	width: 460px;
}
.layer98 {
	float: left;
	margin: 1px 0 0;
}
.group21 {
	float: right;
	position: relative;
	width: 190px;
}
.layer96 {
	margin: 0 0 -1px;
	padding: 0 1px;
	color: #ed6d0f;
}
.layer95 {
	margin: 7px 0 0;
    width: 180px;
}
.layer95 > * {
	line-height: 18px;
}
.row-17 {
	margin: 7px 0 0;
	position: relative;
    width: 180px;
}
.wrapper-42 {
	float: left;
	margin: 1px 0 0;
	min-height: 37px;
	position: relative;
	width: 9px;
}
.layer92 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -2.5px;
}
.a-4 {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 15px;
	font-family: GothicBBBPro, serif;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -4.5px;
}
.layer94 {
	float: left;
	margin: -4px 0;
	line-height: 18px;
}
.layer93 {
	margin: 2px 0 -5px;
	font-weight: 500;
	line-height: 18px;
}
.layer91 {
	display: block;
	margin: 49px auto 0;
	position: relative;
}
.group20 {
	width: 484px;
}
.col-17 {
	float: left;
	position: relative;
	width: 75px;
}
.layer90 {
	margin: -1px 0;
	padding: 0 1px;
	color: #ed6d0f;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 500;
}
.layer87 {
	display: block;
	margin: 3px 0 0;
}
.layer88 {
	display: block;
	margin: 13px 0 0;
}
.col-18 {
	float: right;
	margin: 16px 0 0;
	position: relative;
	width: 406px;
}
.layer89 {
	margin: -4px auto;
	  width: 460px;
	line-height: 18px;
	text-align: justify;
}
.layer86 {
	margin: 10px 0 -1px;
	font-size: 7.08661px;
	text-align: justify;
}
.group19 {
	width: 463px;
}
.layer85 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 178px;
}
.wrapper-27 {
	margin: 7px 0 0;
	min-height: 112px;
	position: relative;
}
.layer111224_023-psd-4 {
	left: 50%;
	position: absolute;
	top: 5px;
	margin-left: 134.5px;
}
.layer84-holder {
	left: 50%;
	min-height: 85px;
	padding: 11px 0 16px;
	position: absolute;
	top: 0;
	width: 373px;
	background: url(images/image_54.png) no-repeat;
	margin-left: -231.5px;
}
.layer83 {
	margin: -3px auto;
	position: relative;
	right: 3.5px;
	width: 366px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11.8px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi-4 {
	display: block;
}
.group14 {
	position: relative;
    float: right;
    width: 470px;
}
.title-5 {
	min-height: 51px;
	padding: 26px 26px 33px;
	position: relative;
	right: 7px;
	width: 418px;
	background: url(images/bg_4.png) no-repeat;
}
.layer65 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 112px;
}
.row-3 {
	margin: 2px auto 0;
	position: relative;
	width: 479px;
}
.col-15 {
	float: left;
	position: relative;
	width: 262px;
	z-index: 0;
}
.layer63 {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 113;
}
.layer45-holder {
	margin: -75px 0 0;
	min-height: 77px;
	padding: 10px 10px 230px;
	position: relative;
	width: 235px;
	z-index: 86;
	background: url(images/image_30.png) no-repeat;
}
.layer64 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 79.5px;
}
.group13 {
	float: right;
	margin: 15px 0 0;
	position: relative;
	width: 206px;
}
.layer62 {
	margin: 0 0 -1px;
	padding: 0 6px;
	color: #ed6d0f;
}
.layer61 {
	margin: 2px 0 -4px;
	padding: 0 6px;
	line-height: 18px;
}
.row-16 {
	left: 3px;
	margin: 7px auto 0;
	position: relative;
	width: 200px;
}
.wrapper-39 {
	float: left;
	margin: 1px 0 0;
	min-height: 37px;
	position: relative;
	width: 9px;
}
.layer58 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -2.5px;
}
.a-5 {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 15px;
	font-family: GothicBBBPro, serif;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -4.5px;
}
.layer60 {
	float: left;
	margin: -4px 0;
	width: 150px;
	line-height: 18px;
}
.layer59 {
	margin: 3px 0 -3px;
	padding: 0 6px;
    width: 220px;
	line-height: 18px;
}
.layer53 {
	margin: 7px 0 -1px;
	padding: 0 7px;
	font-family: GothicBBBPro, serif;
	font-size: 7.08661px;
	font-weight: 500;
	text-align: left;
}
.layer57 {
	display: block;
	margin: 10px auto 0;
	position: relative;
	right: 22px;
}
.row-11 {
	margin: 20px 0 0;
	position: relative;
}
.wrapper-33 {
	float: left;
	min-height: 64px;
	position: relative;
	width: 104px;
}
.layer55 {
	left: 50%;
	position: absolute;
	top: 30px;
	margin-left: 20px;
}
.layer56 {
	left: 37%;
	position: absolute;
	top: 0;
	margin-left: -52px;
}
.layer54 {
	position: absolute;
    left: 42%;
}
.group12 {
	width: 480px;
}
.layer52 {
	margin: 0 0 -1px;
	padding: 0 2px;
	color: #ed6d0f;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 500;
}
.wrapper-12 {
	margin: 4px 0 0;
	position: relative;
}
.layer50 {
	float: left;
	margin: 0 7px 0 0;
}
.layer51 {
	line-height: 18px;
	text-align: justify;
    width: 540px;
}
.alayer51 {
	line-height: 18px;
	text-align: justify;
    width: 540px;
}
.layer49 {
	clear: both;
	margin: -1px 0;
	padding: 1px 283px 0 77px;
	font-family: GothicBBBPro, serif;
	font-size: 6.84435px;
	font-weight: 500;
	text-align: justify;
}
.group11 {
	width: 463px;
}
.layer48 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 178px;
}
.wrapper-25 {
	margin: 7px 0 0;
	min-height: 106px;
	position: relative;
}
.layer111224_023-psd-5 {
	left: 50%;
	position: absolute;
	top: 1px;
	margin-left: 134.5px;
}
.layer47-holder {
	left: 50%;
	min-height: 83px;
	padding: 9px 0 13px;
	position: absolute;
	top: 0;
	width: 373px;
	background: url(images/image_31.png) no-repeat;
	margin-left: -231.5px;
}
.layer46 {
	margin: -3px auto -4px;
	position: relative;
	right: 3.5px;
	width: 366px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11.8px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi-5 {
	display: block;
}
.group6 {
	position: relative;
    float: right;
    width: 470px;
}
.title-6 {
	min-height: 76px;
	padding: 15px 25px 19px;
	position: relative;
	width: 420px;
	background: url(images/bg_2.png) no-repeat;
}
.layer27 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 73.5px;
}
.row {
	margin: 17px auto 0;
	position: relative;
	width: 460px;
}
.layer10-holder {
	float: left;
	min-height: 78px;
	padding: 10px 12px 229px;
	position: relative;
	width: 238px;
	background: url(images/image_9.png) no-repeat;
}
.layer12 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 78px;
}
.col-10 {
	float: right;
	position: relative;
	width: 190px;
}
.group5 {
	position: relative;
    width: 190px;
}
.layer26 {
	margin: 0 0 -1px;
	padding: 0 1px;
	color: #ed6d0f;
}
.layer25 {
	margin: 7px 0 -1px;
}
.row-18 {
	margin: 3px 0 0;
	position: relative;
}
.wrapper-43 {
	float: left;
	min-height: 32px;
	position: relative;
	width: 13px;
}
.a-6 {
	left: 50%;
	margin: 0 0 -2px;
	position: absolute;
	top: 12px;
	font-size: 8.45881px;
	font-weight: 500;
	text-align: justify;
	margin-left: -6.5px;
}
.layer22 {
	left: 50%;
	position: absolute;
	top: 0;
	margin-left: -3.5px;
}
.layer24 {
	float: left;
	margin: 0 0 -4px;
	font-weight: 500;
	line-height: 18px;
}
.layer23 {
	margin: 0 0 -4px;
	padding: 0 1px;
	font-weight: 500;
	line-height: 18px;
}
.layer11 {
	display: block;
	margin: 21px auto 0;
	position: relative;
	right: 6px;
}
.group4 {
	width: 452px;
}
.col-11 {
	float: left;
	position: relative;
	width: 74px;
}
.layer19 {
	margin: 0 0 -1px;
	padding: 0 1px;
	color: #ed6d0f;
	font-weight: 500;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.layer20 {
	display: block;
	margin: 5px 0 0;
}
.layer21 {
	display: block;
	margin: 10px 0 0;
}
.col-12 {
	float: right;
	margin: 16px 0 0;
	position: relative;
	width: 374px;
}
.layer18 {
	margin: -4px 0;
	line-height: 18px;
	text-align: justify;
}
.layer17 {
	margin: 14px auto -4px;
	position: relative;
	right: 10.5px;
	width: 351px;
	font-weight: 500;
	line-height: 18px;
	text-align: justify;
}
.layer16 {
	margin: 11px 0 -1px;
	padding: 0 1px;
	font-size: 7.08661px;
	font-weight: 500;
	text-align: left;
}
.group3 {
	width: 463px;
}
.wrapper-8 {
	min-height: 108px;
	position: relative;
}
.layer111224_023-psd-6 {
	left: 50%;
	position: absolute;
	top: 3px;
	margin-left: 134.5px;
}
.layer14-holder {
	left: 50%;
	min-height: 67px;
	padding: 8px 0 12px;
	position: absolute;
	top: 0;
	width: 373px;
	background: url(images/image_13.png) no-repeat;
	margin-left: -231.5px;
}
.layer13 {
	margin: -3px auto -4px;
	position: relative;
	right: 4px;
	width: 365px;
	font-family: KoburinaGoStd-W6, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	line-height: 18.03133px;
	text-align: justify;
}
.crvzvi-6 {
	display: block;
}




.group2 {
	float: left;
	position: relative;
	width: 230px;
}
.layer9 {
	display: block;
	margin: 0 auto;
	position: relative;
	right: 57.5px;
}
.layer8 {
	display: block;
	left: 130px;
    top: -120px;
	margin: 17px auto 0;
	position: relative;
}
.layer7 {
	display: block;
	margin: 22px auto 0;
    position: relative;
    top: -130px;
    left: 130px;
}
.layer6 {
	float: left;
	margin: 17px 0 0 90px;
}
.group1 {
	float: left;
	margin: 9px 0 0 0;
	position: relative;
}
.layer5 {
	display: block;
	margin: 0 auto;
}
.layer4 {
	margin: 7px 0 -3px;
	font-size: 7.87009px;
	text-align: justify;
	text-indent: -7.87009px;
}
.layer3 {
	display: block;
	width: 69px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    opacity: 1;
    cursor: pointer;
}
}
a.layer3 img {
	display: block;
}

.text-style {
	margin-top: -4px;
}
.text-style-7 {
	line-height: 22.32244px;
}
.text-style-2 {
	margin-bottom: -4px;
}
.text-style-3 {
	letter-spacing: -0.02em;
}
.text-style-5 {
	font-size: 11px;
}
.text-style-8 {
	display: block;
	line-height: 5px;
	margin-bottom: 0;
}
.text-style-4 {
	letter-spacing: -0.04em;
}
.text-style-9 {
	line-height: 11.4474px;
}
.text-style-6 {
	font-family: HiraKakuPro-W3, serif;
	font-weight: normal;
}
.attention01 {
    margin-top: 15px;
}
.at01 {
    margin-left: 80px;
}
.pdf01 {
    display: block;
    left: 171px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf04 {
    display: block;
    left: 172px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf03 {
    display: block;
    left: 172px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf02 {
    display: block;
    left: 172px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf05 {
    display: block;
    left: 172px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf06 {
    display: block;
    left: 172px;
    margin: 15px auto 0;
    position: relative;
    width: 115px;
}
.pdf01:hover{
    opacity: 0.70;
}
.pdf02:hover{
    opacity: 0.70;
}
.pdf03:hover{
    opacity: 0.70;
}
.pdf04:hover{
    opacity: 0.70;
}
.pdf05:hover{
    opacity: 0.70;
}
.pdf06:hover{
    opacity: 0.70;
}
.layer118:hover{
    opacity: 0.70;
}

.vsie6 {
    float: left;
    position: relative;
    width: 75px;
}
.vsie601 {
    float: left;
    position: relative;
    width: 75px;
}
.vsie602 {
    float: right;
    position: relative;
    width: 400px;
}
*********************************************/


