@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}



/* Site Definition
	 ========================================================================== */

/* = reset
----------------------------------------------- */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre,
a, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
body {
	min-width: 1000px;
	color: #8a8a8a;
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* = font
----------------------------------------------- */
body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: -0.001em;
}
.font_serif {
	font-family: "ヒラギノ明朝 ProN","HiraMinProN-W3","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	letter-spacing: .01em;
}

/* = link
----------------------------------------------- */
a         { text-decoration: none; }
a:link    { color: #8a8a8a; }
a:visited { color: #8a8a8a; }
a:hover   { color: #b9b9b9; }
a:hover img { opacity: 0.6; }
a:active  { color: #b9b9b9; }


/* = header
----------------------------------------------- */
#header .header_inner {
	position: relative;
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}
#header h1 {
	position: absolute;
	top: 35px;
	left: 26px;
	width: 190px;
	height: 40px;
}
#header .hdr_tagline {
	position: absolute;
	top: 35px;
	left: 270px;
	font-size: 12px;
	line-height: 1.667;

}
#header .hdr_social {
	position: absolute;
	top: 23px;
	right: 22px;
	width: 168px;
	height: 28px;
	background: #f1f1f1;
	border-radius: 5px;
	overflow: hidden;
}
#header .hdr_social dt {
	float: left;
	width: 70px;
	padding: 7px 0 0 10px;
}
#header .hdr_social dd {
	float: left;
	width: 88px;
	padding: 4px 0 0;
}
#header .hdr_social dd ul {
	overflow: hidden;
}
#header .hdr_social dd ul li {
	float: left;
	width: 28px;
}
#header .hdr_social dd ul li a:hover img {
	background: #f1f1f1;
}
#header .hdr_menu {
	position: absolute;
	top: 61px;
	right: 23px;
	width: 168px;
	height: 11px;
	overflow: hidden;
}
#header .hdr_menu li {
/*	display: inline;*/
}
#header .hdr_menu li.hdr_contact {
	float: left;
}
#header .hdr_menu li.hdr_sitemap{
	float: right;
}
#header .hdr_menu li a {
	display: block;
	float: left;
	height: 11px;
	background: url(../img/shared/header_menu_pc.png) no-repeat;
	text-indent: -9999px;
	outline: none;
}
#header .hdr_menu li a:hover {
	opacity: 0.6;
}
#header .hdr_menu li.hdr_contact a {
	width: 65px;
	background-position: 0 0;
}
#header .hdr_menu li.hdr_sitemap a {
	width: 58px;
	background-position: -98px 0;
}

/* = wrapper
----------------------------------------------- */
.wrapper {
	min-width: 1000px;
	background: url(../img/shared/bg_body_02_pc.jpg) no-repeat 0 100% #f8f8f8;
}
.wrapper_inner {
	min-width: 1000px;
	background: url(../img/shared/bg_body_01_pc.jpg) no-repeat 100% 0;
}

/* = contents
----------------------------------------------- */
#contents {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 50px;
	overflow: hidden;
}

/* = nav
----------------------------------------------- */
.btn_nav_open {
	display: none;
}
#nav {
	float: left;
	width: 253px;
	padding: 50px 0;
}
#nav .nav_global li {
	display: inline;
}
#nav .nav_global li a,
#nav .nav_global li mark,
#nav .nav_global li span {
	display: block;
	width: 253px;
	background: url(../img/shared/nav_pc.png) no-repeat;
	text-indent: -9999px;
	outline: none;
}
#nav .nav_global li a:hover {
	opacity: 0.6;
}
#nav .nav_global li.current a:hover {
	opacity: 1;
}
#nav .nav_global li.nav_top a {
	height: 110px;
	background-position: 0 0;
}
#nav .nav_global li.nav_feature a {
	height: 110px;
	background-position: 0 -110px;
}
#nav .nav_global li.nav_feature.current a {
	background-position: -253px -110px;
}
#nav .nav_global li.nav_trouble a {
	height: 110px;
	background-position: 0 -210px;
}
#nav .nav_global li.nav_trouble.current a {
	background-position: -253px -210px;
}
#nav .nav_global li.nav_special a {
	height: 110px;
	background-position: 0 -330px;
}
#nav .nav_global li.nav_special.current a {
	background-position: -253px -330px;
}
#nav .nav_global li.nav_inner a {
	height: 110px;
	background-position: 0 -440px;
}
#nav .nav_global li.nav_inner.current a {
	background-position: -253px -440px;
}
#nav .nav_global li.nav_event a {
	height: 110px;
	background-position: 0 -550px;
}
#nav .nav_global li.nav_event.current a {
	background-position: -253px -550px;
}
#nav .nav_global li.nav_news a {
	height: 110px;
	background-position: 0 -660px;
}
#nav .nav_global li.nav_news.current a {
	background-position: -253px -660px;
}
#nav .nav_global li.nav_about a {
	height: 110px;
	background-position: 0 -770px;
}
#nav .nav_global li.nav_about.current a {
	background-position: -253px -770px;
}
#nav .nav_global li.nav_clinic a {
	height: 110px;
	background-position: 0 -880px;
}
#nav .nav_global li.nav_clinic.current a {
	background-position: -253px -880px;
}




/*MHENERY 2018-11-15
#nav .nav_global li.nav_download a {
        height: 110px;
        background-position: 0 -990px;
}
#nav .nav_global li.nav_download.current a {
        background-position: -253px -990px;
}*/





.btn_nav_close {
	display: none;
}
#nav_sp {
	display: none;
}

/* = main
----------------------------------------------- */
#main {
	float: right;
	width: 650px;
	padding: 34px 0 0;
}
#main .tagline_sp {
	display: none;
}

/* = aside
----------------------------------------------- */
/* flexslider */
#aside .flex-direction-nav .flex-prev { left: -40px; opacity: 1;}
#aside .flex-direction-nav .flex-next { right: -40px; opacity: 1;}
#aside .flexslider:hover .flex-prev { left: -40px; opacity: 0.6;}
#aside .flexslider:hover .flex-next { right: -40px; opacity: 0.6;}
#aside .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0.6; }
/* sub_contents */
.sub_contents {
	clear: both;
	position: relative;
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
}
.sub_contents h1 {
	position: absolute;
	top: 50px;
	left: 14px;
	width: 316px;
}
.sub_contents .sub_index {
	position: absolute;
	top: 40px;
	right: 0;
	width: 630px;
	padding: 0 40px 0 0;
}
.sub_contents .sub_index li {
	overflow: hidden;
}
.sub_contents .sub_index li img {
	background: #fff;
}
.sub_contents .sub_index .thm {
	float: left;
	width: 68px;
}
.sub_contents .sub_index .thm img {
	border: 1px solid #dadada;
	width: 56px;
	height: 56px;
}
.sub_contents .sub_index p {
	font-size: 12px;
	line-height: 16px;
}
.sub_contents .sub_index_sp {
	display: none;
}


/* = footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #efefef;
}
#footer .footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 20px;
	background: #efefef;
	overflow: hidden;
}
#footer .footer_social {
	float: left;
	width: 270px;
}
#footer .footer_social dl {
	margin: 0 0 40px;
	overflow: hidden;
}
#footer .footer_social dl dt {
	float: left;
	width: 92px;
	padding: 9px 0 0 15px;
}
#footer .footer_social dl dd {
	float: left;
	width: 120px;
}
#footer .footer_social dl dd ul {
	overflow: hidden;
}
#footer .footer_social dl dd ul li {
	float: left;
	width: 40px;
}
#footer .footer_social dl dd ul li a:hover img {
	background: #efefef;
}
#footer small img {
	margin-left: 11px;
}
#footer .footer_menu {
	float: right;
	width: 730px;
	margin-right: -60px;
}
#footer .footer_menu ul {
	float: left;
	margin: 0 60px 0 0;
}
#footer .footer_menu ul li {
	margin: 0 0 19px;
	padding: 0 0 0 11px;
	background: url(../img/shared/footer_icn_arrow.gif) no-repeat 0 0.1em;
	font-size: 12px;
}
#footer .footer_menu ul li.disabled {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";/* IE8 */
}


/* = module
----------------------------------------------- */
/* global_link_arrow01 */
.link_arrow01 {
	margin: 0 0 19px;
	padding: 0 0 0 11px;
	background: url(../img/shared/footer_icn_arrow.gif) no-repeat 0 0.1em;
	font-size: 12px;
}


/* recipe_latest */
.recipe_latest {
	margin: 0 0 30px;
	padding: 12px 0 0;
	border-top: 1px solid #dadada;
}
.recipe_latest .btn_list {
	position: relative;
	margin: -45px 0 15px;
	text-align: right;
}
.recipe_latest .btn_top {
	position: relative;
	margin: -20px 0 0;
	text-align: right;
}
.recipe_latest ul {
	overflow: hidden;
	margin: 20px -20px 0 0;
}
.recipe_latest ul li {
	float: left;
	width: 151px;
	margin: 0 16px 16px 0;
	text-align: center;
}
.recipe_latest ul li a:hover img {
	background: #f8f8f8;
}
.recipe_latest ul li .thm img {
	width: 100%;
	height: auto;
	border: 1px solid #efefef;
}
.recipe_latest ul li.current .thm img {
	border: 3px solid #ff6f02;
	width: 97%;
}
.recipe_latest ul li.current a:hover img {
	opacity: 1;
}
.recipe_latest ul li .btn_read {
	margin: 2px auto 4px;
	text-align: center;
}


/* for smartphone */
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
	img {
		width: 100%;
		height: auto;
	}

	/* header */
	#header .header_inner {
		width: 100%;
		height: 50px;
	}
	#header h1 {
		top: 11px;
		left: 10px;
		width: 128px;
		height: auto;
	}
	#header h1 img {
/*		width: 85%;*/
	}
	#header .hdr_social {
		top: 15px;
		right: 40px;
		width: auto;
		height: auto;
		background: #fff;
		border-radius: 0;
	}
	#header .hdr_social dt {
		display: none;
	}
	#header .hdr_social dd {
		float: none;
		width: 95px;
		padding: 0;
	}
	#header .hdr_social dd ul li {
		position: relative;
		width: 24px;
		height: 24px;
		margin-right: 4px;
		border: 1px solid #ececec;
		overflow: hidden;
	}
	#header .hdr_social dd ul li img {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 27px;
		height: 27px;
	}
	#header .hdr_social dd ul li a:hover img {
		background: #fff;
	}
	#header .hdr_tagline,
	#header .hdr_menu {
		display: none;
	}

	/* wrapper */
	.wrapper {
		min-width: 320px;
		background: url(../img/shared/bg_body_02_sp.jpg) no-repeat 0 100% #f8f8f8;
		background-size: 306px 235px;
	}
	.wrapper_inner {
		min-width: 320px;
		background: url(../img/shared/bg_body_01_sp.jpg) no-repeat 100% 0;
		background-size: 265px 286px;
	}

	/* contents */
	#contents {
		width: 100%;
		padding: 0;
	}

	/* nav */
	.btn_nav_open {
		display: block;
		position: absolute;
		top: 13px;
		right: 11px;
		width: 31px;
		height: 31px;
		cursor: pointer;
	}
	#nav {
		display: none;
	}
	#nav_sp {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #f8f8f8;
		z-index: 200;
	}
	#nav_sp .btn_nav_close {
		display: block;
		position: absolute;
		top: 16px;
		right: 10px;
		z-index: 10;
		cursor: pointer;
	}
	#nav_sp .btn_nav_close img {
		width: 26px;
	}
	#nav_sp .nav_global {
		margin: 58px 0 0;
		padding: 0 10px;
		border-top: 1px solid #dadada;
		background: #f8f8f8;
	}
	#nav_sp .nav_global li {
		height: 63px;
		border-top: 1px solid #dadada;
	}
	#nav_sp .nav_global li:first-child {
		border-top: none;
	}
	#nav_sp .nav_global li a {
		display: block;
		width: 100%;
		height: 63px;
		background: url(../img/shared/icn_arrow_01_sp.png) no-repeat 100% 50%;
		background-size: 7px 8px;
	}
	#nav_sp .nav_global li a img {
		width: 290px;
		height: 63px;
	}
	#nav_sp .nav_global li span {
		display: block;
		width: 100%;
		height: 63px;
		background: url(../img/shared/nav_coming_sp.png) no-repeat 100% 50%;
		background-size: 87px 9px;
	}
	#nav_sp .nav_global li span img {
		width: 210px;
		height: 63px;
	}
	#nav_sp .nav_sub {
		display: block;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #fdfdfd;
		background: #efefef;
	}
	#nav_sp .nav_sub ul {
		padding: 0 10px;
		border-top: 1px solid #f8f8f8;
	}
	#nav_sp .nav_sub li {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #c3c3c3;
	}
	#nav_sp .nav_sub li:first-child {
		border-top: none;
	}
	#nav_sp .nav_sub li:last-child {
		border-bottom: none;
	}
	#nav_sp .nav_sub li a {
		display: block;
		background: url(../img/shared/icn_arrow_02_sp.png) no-repeat 100% 50%;
		background-size: 7px 7px;
	}
	#nav_sp .nav_sub li a img {
		width: 280px;
	}

	/* main */
	#main {
		float: none;
		width: 100%;
		padding: 0;
	}
	#main .tagline_sp {
		display: block;
	    padding: 10px 0;
	    border-bottom: 1px solid #dadada;
	    font-size: 10px;
	    overflow: hidden;
	    margin: 0 10px;
	}
	#main .tagline_sp::before{
		content: "";
	    width: 115px;
	    height: 55px;
	    background: url(../img/shared/tagline_sp.png)no-repeat 0 0;
	    background-size: 300px 100%;
	    display: inline-block;
		float: left;
	}
	#main .tagline_sp span{
		float: left;
	    line-height: 1.6;
	    margin-left: 15px;
		padding-top: 5px;
		text-align: left;
		width: calc(100% - 130px);
	}

	/* aside  */
	#aside {
		padding: 0 10px;
	}
	#aside .flexslider {
		display: none;
	}
	.sub_contents {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.sub_contents h1 {
		position: static;
		width: auto;
	}
	.sub_contents h1 img {
		width: 152px;
	}
	.sub_contents .sub_index {
		margin: 20px 0 0;
		padding: 0;
	}
	.sub_contents .sub_index li {
		margin: 0 0 10px;
	}
	.sub_contents .sub_index .thm {
		width: 56px;
	}
	.sub_contents .sub_index .thm img {
		width: 44px;
		height: 44px;
	}
	.sub_contents .sub_index {
		position: static;
		width: auto;
	}
	.sub_contents .sub_index_sp {
		display: block;
		margin: 20px 0 0;
	}
	.sub_contents .sub_index_sp li {
		overflow: hidden;
		margin: 0 0 10px;
	}
	.sub_contents .sub_index_sp .thm {
		float: left;
		width: 56px;
	}
	.sub_contents .sub_index_sp .thm img {
		width: 44px;
		height: 44px;
		border: 1px solid #dadada;
	}
	.sub_contents .sub_index_sp p {
		font-size: 12px;
		line-height: 16px;
	}
	/* footer */
	#footer .footer_inner {
		width: 100%;
		padding: 20px 0 10px;
	}
	#footer .footer_social {
		float: none;
		width: 202px;
		margin: 0 auto;
	}
	#footer .footer_social dl {
		margin: 0 0 27px;
	}
	#footer .footer_social dl dt {
		width: 61px;
		padding: 9px 27px 0 0;
	}
	#footer .footer_social dl dd {
		width: 114px;
	}
	#footer .footer_social dl dd ul {
		overflow: hidden;
		width: 114px;
		margin-right: -9px;
	}
	#footer .footer_social dl dd ul li {
		float: left;
		width: 38px;
	}
	#footer .footer_social dl dd ul li img {
		width: 29px;
		height: 29px;
	}
	#footer small img {
		width: 196px;
		height: 9px;
		margin-left: 0;
	}
	#footer .footer_menu {
		display: none;
	}

	/* module */
	.recipe_latest {
		margin: 0 0 5%;
	}
	.recipe_latest .btn_list {
		display: none;
	}
	.recipe_latest .btn_top {
		display: none;
	}
	.recipe_latest .ttl_index img,
	.recipe_latest h3 img {
		width: 151px;
	}
	.recipe_latest ul {
		margin: 5% 0 0;
	}
	.recipe_latest ul li {
		width: 48%;
		margin: 0 0 4%;
	}
	.recipe_latest ul li.current .thm img {
		border-width: 2px;
		width: 97%;
		height: auto;
	}
	.recipe_latest ul li:nth-child(odd) {
		margin-right: 4%;
	}
	.recipe_latest ul li p {
		margin: 1.5% 0 2%;
		text-align: center;
	}
	.recipe_latest ul li .btn_read img {
		width: 45%;
	}

}