/*
Theme Name:		GandC_template
Theme URI:		
Author:			
Author URI:		
Description:	GandC theme.
Version:		
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, white, two-columns, right-sidebar
*/


/* =Reset
-------------------------------------------------------------- */

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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* =Base
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #262626;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .875em;
	margin: 0;
	padding: 0;
	line-height: 150%;
	background-color: #fff;
	word-wrap: break-word;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/* -- ul,li -- */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */
em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .384615em;
}
.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
	border-radius: 3px;  
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}

/* -- input,select,textarea -- */
input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0;  
}
select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;	
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .714288em 1.42857em;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;	
}
input[type="file"] {
	border: none;
}

/* -- Campaign-Tag -- */
.campaign_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
/* - item-single.php - */
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}

/* =header
-------------------------------------------------------------- */

header {
	position: relative;
	width: 100%;
	margin-bottom: 1.4286em;
	border-bottom: 3px solid #efefef;
}

/* -- .headblock -- */
header .headblock {
}
/* -- .site-description -- */
.site-description {
	min-height: 40px;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
	padding: .8333em 6.6667em .8333em .8333em;
	background: #131313;
	overflow: hidden;
}

/* -- .snav -- */
.snav {
	width: auto;
	float: right;
	padding-top: 1.07143em ;
	margin-right: .714286em;
}
.snav i {
	font-size: 1.57143em;
	padding: .454545em;
}
.incart-btn span {
	display: none;
}
.snav ul li i {
	color: #131313;
}
.incart-btn a {
	position: relative;
}
.incart-btn .total-quant {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	color: #fff;
	background-color: #fba60d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
	border-radius: 50%;
	text-align: center;
	vertical-align: text-bottom;
}
.snav .membership {
	float: left;
}
.snav .membership a {
	display: block;
}
.snav .membership ul {
	display: none;
	position: absolute;
	width: 100%;	
	left: 0;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 2;
}
.snav .membership.On ul {
	display: block;
}
.snav .membership li {
	float: none;
	background: none;
	border-bottom: 1px solid #e0e0e0;	
	margin: 0 0 1.07143em .714286em;
	padding-bottom: .357143em;
}
.snav .membership li:first-child {
	margin-left: 0;
}
.snav .membership li:last-child {
	margin-bottom: 0;
	border: none;
}

/* -- .incart-btn -- */
.incart-btn {
	float: left;
}
.incart-btn a {
	display: block;
	color: #262626;
}

/* -- .search-box -- */
.search-box {
	float: left;
}
.snav .search-box i {
	font-size: 1.42857em;
	padding: .5em;
}
.search-box form {
	display: none;
}
.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
}
.search-box div.s-box {
	display: block;  
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
}
.search-box input[type="text"] {
	width: 100%;
	border: none;
}
.search-box .searchsubmit {
	color: #aaa;
	font-size: 1.14286em;
	font-family: FontAwesome ;
	position: absolute;
	right: 0;
	top: 0;
	padding: .3124995em;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}
.search-box .searchsubmit:hover {
	background: none;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	clear: none;
	font-size: 1.785712em;
	font-weight: bold;
	padding: 1em .6em 1em .4em;
	float: left;
	line-height: 1em;
	text-align: center;
}
h1.site-title a,
div.site-title a {
	color: #000;
}
h1.site-title img,
div.site-title img {
	width: 100%;
	height: auto;
}

/* -- #site-navigation -- */
header div.nav-menu-open,
header div.header-nav-container {
	display: none;	
}
#site-navigation {
	clear: both;
	padding: 0 1.07143em;
}
#site-navigation li a {
	display: block;
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #e0e0e0;
}
#site-navigation li li {
	margin-left: 1em;
}

/*　Toggle Menu　*/
#site-navigation label,
#site-navigation input[type="checkbox"].on-off {
	display: none;
}
#site-navigation label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0;
	text-align: right;
}
#site-navigation label span {
	display: block;
	padding: .714286em;
}
#site-navigation label span:before {
	content: "\f03a";
	display: block;
	color: #1B1464;
	font-family: FontAwesome;
	font-size: 1.5714em;
	vertical-align: text-bottom;		
}
header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	height: 0;
	overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 1;
}
#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}
#site-navigation ul ul {
	padding: 0;
}


/* =secondary
-------------------------------------------------------------- */
#secondary {
	padding: 2.14289em 0;
	border-top: 5px solid #eee;
}
#primary h3,
#secondary h3 {
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;	
	border-bottom: 3px solid #eee;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.15em;
	letter-spacing:normal;
}
/*
#secondary h3 {
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;	
	border-bottom: 3px solid #eee;
}
*/
#secondary .widget_title>img {
	width: 20px;
	height: 20px;
	margin-right: .714286em;
	vertical-align: top;
}

#secondary section {
	margin-bottom: 2.14286em;
	padding: 0 .714286em;
}
#secondary .columnleft section:last-child,
#secondary .columncenter section:last-child {
	margin-bottom: 2.14286em;	
}
#secondary section:last-child {
	margin-bottom: 0;
}

/*---- widget_welcart_bestseller ----*/
.widget_welcart_bestseller ul {
	padding: 0 .714286em;
}
.widget_welcart_bestseller li {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_bestseller li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_welcart_bestseller .itemimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_bestseller .itemimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_bestseller .itemname {
	width: 70%;
	text-align: left;
}
.widget_welcart_bestseller .itemprice{
	font-weight: bold;
	width: 70%;
	text-align: right;	
}
.widget_welcart_bestseller .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	width: 70%;
	text-align: right;
}

/*---- widget_welcart_featured ----*/
.widget_welcart_featured ul {
	padding: 0 .714286em !important;
}
.widget_welcart_featured .featured_list {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_featured .thumimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_featured .thumimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_featured .thumtitle {
	width: 70%;
	text-align: left;
}

/*---- widget_welcart_category ----*/
.widget_welcart_category ul {
	padding: 0 .714286em;
}
.widget_welcart_category li {
	padding-bottom: .714286em;
	line-height: 200%;
}
.widget_welcart_category li:last-child {
	padding-bottom: 0;
}
.widget_welcart_category li ul {
	margin-left: 1.07143em;
	padding: 0;
}
.widget_welcart_category li li {
	padding: 0;
}
.widget_welcart_category li li a {
	display: block;
	padding: 0;
}
.widget_welcart_category li li a:before {
	display: none;
}
.widget_welcart_category ul ul ul {
	display: block !important;
}

/*---- widget_welcart_calendar ----*/

.widget_welcart_calendar table {
	width: 46%;
	margin: 0 2% 2%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
}
.widget_welcart_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_welcart_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: #262626;
	background-color: #fff0d1;
}

/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.welcart_blog_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.welcart_blog_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*---- widget_welcart_search ----*/
.widget_welcart_search .searchtext {
	width: 75%;
	padding: .5714285em;
	border: 1px solid #ccc;
	border-right: none;
}
.widget_welcart_search #searchsubmit {
	color: #fff;
	width: 25%;
	padding: .5em 0;
	background-color: #ff8c00;	
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.widget_welcart_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #ffa500;
}
.widget_welcart_search div {
	margin-top: .714286em;
	background-color: #efefef;
	text-align: center;
}
.widget_welcart_search div a {
	display: block;
	color: #262626;
	line-height: 200%;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
.widget_welcart_search div a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---- widget_welcart_login ----*/
.widget_welcart_login .loginbox {
	padding: 0 .714286em;
}
.widget_welcart_login .loginbox div {
	font-weight: bold;
}
.widget_welcart_login label {
	line-height: 180%;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .357143em;
	padding: .357143em;
	border: 1px solid #ccc;	
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	font-size: 14px;
	color: #fff;
	width: 60%;
	margin-bottom: .357143em;
	padding: .714286em 1.42857em;
	background-color: #ff8c00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;	
	border-radius: 3px;
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #ffa500;
}
.widget_welcart_login .loginbox a.usces_logout_a,
.widget_welcart_login .loginbox a.login_widget_mem_info_a {
	display: inline-block;
	margin: .357143em 0 0 1.071428em;
}
.widget_welcart_login .loginbox .submit {
	padding: 0;
}
.widget_welcart_login .liwpp_area {
	padding: .714286em .714286em 0;
}

/*---- usces_recent_entries + widget_welcart_page + widget_welcart_post ----*/
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 .714286em;
}
.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_welcart_post li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.usces_recent_entries li,
.widget_welcart_page li,
.widget_welcart_post li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: .714286em;
	padding-bottom: .357143em;
}
.usces_recent_entries li li,
.widget_welcart_page li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*---- other widgets ----*/
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 .714286em;	
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 .714286em;	
}
.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: .357143em;
}
.widget_nav_menu ul li a,
.widget_pages li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.widget_categories label,
.widget_archive label {
	display: block;
	margin-bottom: .5em;
}

/*　calendar　*/
.widget_calendar table {
	width: 100%;
	margin: 0 2% .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.widget_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*　search　*/
.widget_search div {
	position: relative;
	border: 1px solid #ccc;
}
.widget_search .search-text {
	width: 100%;
	padding: .357143em;
	border: none;
}
.widget_search .searchsubmit {
	font-family: FontAwesome;;
	color: #131313;
	padding : .357143em;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}
.widget_search .searchsubmit:hover {
	background: none;
	cursor: pointer;
}

/*---- item-list ----*/
.widget_basic_item_list .item-list {
	letter-spacing: -.5em;
}
.widget_basic_item_list article {
	display: inline-block;
	padding: .714286em;
	width: 50%;
	letter-spacing: normal;
	vertical-align: text-top;
}
.widget_basic_item_list a {
	display: block;
}
.widget_basic_item_list .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.widget_basic_item_list .itemprice {
	font-weight: bold;
	text-align: right;
}

/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 50px;
	bottom: 30%;
	z-index: 11;
}
#toTop a {
	display: block;	
}
#toTop i {
	color: #aaa;
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
#toTop i:hover {
	color: #131313;
}


/* =footer
-------------------------------------------------------------- */

footer {
	color: #fff;
	padding: .714286em 1.07143em;
	background-color: #1B1464;
}

/* -- a -- */
footer a {
	color: #fff;
}
footer a:hover {
	color: #aaa;
	text-decoration: none;
}

/* -- nav -- */
footer nav {
	padding: 1.071428em 0;
}
footer nav li {
	margin-bottom: 1.071428em;
}
footer nav li:last-child {
	margin-bottom: 0;
}
footer nav li:nth-of-type(6n) {
	clear: both;
}
	footer nav ul ul {
		margin: .5714285em 0 0 1.071428em;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		float: none;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li:nth-of-type(6n) {
		clear: none;
	}
	footer nav li li li:before {
		content: "\f105";
		display: inline-block;
		color: #fff;
		font-family: FontAwesome;
		font-size: 10px;
		font-weight: bold;
		margin-right: .8em;	
	}

/* -- .copyright -- */
.copyright {
	padding: 1.071428em 0;
	text-align: center;
}


/* =contetns
-------------------------------------------------------------- */

/* -- content -- */
#content {
	padding: 0 .714286em 2.142856em;	
}
#content header {
	position: inherit;
	margin: 0 0 1.42857em;
	padding: 0;	
	border: none;
}
#content .page-title,
#content .entry-title {
	font-size: 1.142857em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
}


/* =front-page.php
-------------------------------------------------------------- */

/* -- main-image -- */
.main-image {
	padding: 0 .714286em 0;
}
.main-image img {
	width: 100%;
	height: auto;
}

/* -- .front-il -- */
.front-il {
	letter-spacing: -.5em;
}
.blog #content .front-il article {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.front-il article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.front-il article:nth-of-type(even) {
	margin-right: 0;
}
.front-il .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.front-il .itemimg a {
	display: block;
}
.front-il .itemimg img {
	width: 100%;
	height: auto;
}
.front-il .itemname {
	max-height: 63px;
	overflow: hidden;
}	
.front-il .itemname span {
	font-size: .9em;
}
.front-il .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .no-date {
	margin-top: 1.42857em;
	letter-spacing: normal;
}

/* -- show-on-front -- */

/* - blog - */
.blog #content article {
	margin-bottom: 1.42857em;
	padding-bottom: 1.42857em;
	border-bottom: 1px solid #eaeaea;
}
.blog #content .entry-title {
	margin-bottom: 20px;
}
.blog #content .entry-meta {
	margin-bottom: 20px;
}
.blog #content .entry-content {
	margin-bottom: 0;
}
.blog #content .entry-content .loopimg {
	margin-bottom: 20px;
}


/* =archive.php
-------------------------------------------------------------- */

/* -- .cat-il.type-grid -- */
.cat-il.type-grid {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.cat-il.type-grid article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 0;
}
.cat-il.type-grid .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.cat-il.type-grid .itemimg a {
	display: block;
}
.cat-il.type-grid .itemimg img {
	width: 100%;
	height: auto;
}
.cat-il.type-grid .itemname {
	height: 63px;
	overflow: hidden;
}	
.cat-il.type-grid .itemname span {
	font-size: .9em;
}
.cat-il.type-grid .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.cat-il.type-grid .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}

/* -- .post-li -- */
.post-li article {
	margin-bottom: 1.071428em;
	padding-bottom: 1.071428em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.post-li .post-title {
	font-size: 1.142857em;
	margin-bottom: .625em;	
}
.post-li time {
	display: block;
	margin-bottom: .714286em;
}
.post-li .loopimg {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.post-li .loopexp {
	width: 75%;
	float: left;
}
.post-li img {
	width: 100%;
	height: auto;
}

/* -- pagination -- */
.pagination_wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
}
.pagination_wrapper ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
.pagination_wrapper li {
	position: relative;
	left: -50%;
	margin-right: .357143em;
	float: left;
}
.pagination_wrapper li .current {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.pagination_wrapper li a {
	display: block;
	color: #262626;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
}


/* = .entry-content,item-description
-------------------------------------------------------------- */
/* -- p -- */
.entry-content p,
.item-description p {
	margin-bottom: 1.42857em;
	line-height: 1.42857em;	
}

/* -- table -- */
.entry-content table,
.item-description table {
	width: 100%;
	margin-bottom: .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry-content th,
.item-description th {
	padding: .714286em;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.entry-content td,
.item-description td {
	padding: .714286em;
	border: 1px solid #ccc;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0 0 1.42857em 1.42857em;
}
.entry-content ul li,
.item-description ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li,
.item-description ol li {
	list-style: decimal;
	line-height: 180%;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1,
.item-description h1 {
	font-size: 1.142857em;
	margin-bottom: 1.07143em;
}
.entry-content h2,
.item-description h2 {
	font-size: 1.142857em;
	border-bottom: 3px solid #eee;
	margin-bottom: 1.25em;
	padding-bottom: .312502em;
	line-height: 1.25em;	
}
.entry-content h3,
.item-description h3 {
	margin-bottom: 1.071428em;
	padding-left: .357143em;
	border-left: 5px solid #262626;
	line-height: 140%;
}
.entry-content h4,
.item-description h4 {
	margin-bottom: 1.071428em;
	padding: .357143em;
	background-color: #efefef;
}
.entry-content h5,
.item-description h5 {
	margin-bottom: 1.071428em;
}
.entry-content h6,
.item-description h6 {
	color: #777;
	margin-bottom: 1.071428em;
}

/* -- img -- */
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
}

/* -- iframe -- */
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}

/* -- input select textarea -- */
.entry-content input[type="file"],
.item-description input[type="file"] {
	border: none;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	color: #fff;
	background-color: #ff8c00;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #ffa500;
}


/* =single.php
-------------------------------------------------------------- */

.entry-content {
	margin-bottom: 1.42857em;
}
.entry-meta {
	margin-bottom: 1.42857em;	
	padding-left: 1.071428em;
	border-left: 3px solid #cccaca;
}
.entry-meta span {
	display: block;
}
.entry-meta .date:before {
	display: inline-block;
	content: "\f1fa";
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .cat:before {
	content: "\f0f6";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .tag:before {
	content: "\f02b";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .author:before {
	content: "\f007 ";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}


/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .inquiry_table {
	width: 100%
}
.inqbox .inquiry_table tr {
	display: block;
	padding: 0 .625em 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #efefef;
}
.inqbox .inquiry_table th {
	display: block;
	width: auto;
	background: none;
	border: none;
}
.inqbox .inquiry_table td {
	display: block;
}
.inqbox .inquiry_table td input {
	width: 70%;
}
.inqbox .send {
	padding-top: .714286em;
	text-align: center;
}
.inqbox .send input {
	color: #fff;
	background-color: #ff8c00;
}
.inqbox .send input:hover {
	background-color: #ffa500;
} 


/* =comments.php
-------------------------------------------------------------- */

.comments-area{
	padding-top: .714286em;
	border-top: 1px solid #e0e0e0;
}
.comment-area h2 {
	font-size: 1em;
	margin: .714286em 0;
}
.comment-area h2:before {
	content: "\f086";
	display: inline-block;
	color: #999;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: .7em;	
}
.comment-area li {
	clear: both;
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.comment-area li:last-child {
	margin-bottom: 0;
}
.comment-area li .comment-author {
	margin-right: 1.42857em;
	float: left;
}
.comment-area li img {
	display: block;
	margin: 0 auto .357143em;
}
.comment-area li .reply {
	clear: both;
	float: none;
	text-align: right;
}
.comment-area #respond {
	padding-top: .714286em;
}
#respond label {
	display: block;
	font-weight: bold;
}
#respond label .required {
	color: #ff3366;
	font-weight: bold;
}
#respond p {
	margin-bottom: .714286em;
}
#respond .form-submit {
	padding-bottom: 0;
}


/* =search.php
-------------------------------------------------------------- */

/* -- .search-li -- */
.search-li {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.search-li .title {
	letter-spacing: normal;
}
.search-li article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.4286em 0 0;
	border: none;
	letter-spacing: normal;
	vertical-align: text-top;
}
.search-li .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.search-li .itemimg a {
	display: block;
}
.search-li .itemimg img {
	width: 100%;
	height: auto;
}
.search-li .itemname {
	height: 63px;
	overflow: hidden;
}	
.search-li .itemname span {
	font-size: .9em;
}
.search-li .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.search-li .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.search-li article:nth-of-type(even) {
	margin-right: 0;
}


/* =404.php
-------------------------------------------------------------- */

.error-404 .page-content {
	padding: 3em 0;
	text-align: center;
}
.error-404 .page-content p {
	font-weight: bold;
}
.error-404 .page-content div {
	margin-top: .714286em;
}
.error-404 input[type="submit"] {
	color: #131313;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 0.25em;
	padding: 0.25em 0;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
	border-radius: 0;
}

/* サラシア+酵母葉酸
-------------------------------------------------------------- */
.dn_mob {
	display: none !important;
}
.sec_contents .sala_red,.sec_contents .yousan_red{
	color: #D62936;
}
.sec_contents .sala_ora,.sec_contents .yousan_ora{
	color: #D65C36;
}
.sec_contents .sala_blue,.sec_contents .yousan_blue{
	color: #003A93;
}
.sec_contents .sala_pp,.sec_contents .yousan_pp{
	color: #7E3C85;
}
#sec_sala01 > div{
	position: relative;
}
#sec_sala01 .div_h3 div:last-of-type p.pro_title,
#sec_sala03 p.first,
#sec_sala04 p.first,
#sec_sala03 .div_h3 p,
#sec_sala04 .div_h3 p,
#sec_sala04 p.bordergold,
#sec_sala03 .product > p,
#sec_sala04 .product > p{
    font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*サラシア
-------------------------------------------------------------- */
#sec_sala01 .div_h3 div:first-of-type{
	width: 100%;
	padding: 10px;
	background: #003A93;
	display: inline-block;
}
#sec_sala01 .div_h3 div p.first{
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 8px 15px 5px;
    margin: 10px 0 15px;
    color: #003A93;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    line-height: 22px;
}
#sec_sala01 .div_h3 div p.gold{
    margin: 0 5px 5px;
}
#sec_sala01 .div_h3 div p.gold img{
	width: 70%;
}
#sec_sala01 .div_h3 > img{
    position: absolute;
    bottom: 0;
	right: 0;
    width: 28%;
    max-width: 200px;
}
#sec_sala01 .div_h3 div:last-of-type{
	width: 100%;
    background: #FFFDE6;
    padding: 15px 10px 5px;
    display: inline-block;
}
#sec_sala01 .div_h3 div:last-of-type p.pro_title{
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
    color: #D62936;
    font-size: 31px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -6px;
    text-align: right;
}
#sec_sala01 .div_h3 div .pro_title span{
    font-size: 30px;
    letter-spacing: -1px;
}
#sec_sala01 .div_h3 div .pro_title span span{
    font-size: 18px;
    letter-spacing: -4px;
}

#sec_sala02 .div_h3 {
    background: #EE89B5;
}
#sec_sala02 .div_h3 div{
	text-align: center;
}
#sec_sala02 .div_h3 div img{
	width: 100%;
}
#sec_sala02 .div_h3 p{
	color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin: -10px .5% 4px;
    text-align: center;
    line-height: 1.2em;
}
#sec_sala02 .div_h3 p img{
	position: relative;
    top: 0;
    left: 3px;
    width: 22%;
    max-width: 117px;
    min-width: 75px;
}

#sec_sala03 .div_h3{
    position: relative;
}
#sec_sala03 p.first,#sec_sala04 p.first{
	width: 85%;
    color: #4d4d4d;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
	line-height: 1.5em;
    margin: 20px auto 5px;
    padding-left: 10px;
}
#sec_sala03 .div_h3 .ul01{
    width: 85%;
	background: #fff;
    box-shadow: 0 0 6px #818181;
    padding: 10px 20px 7px;
    margin: auto;
    position: relative;
}
#sec_sala03 .div_h3 .ul01 li{
    display: inline-block;
    list-style: none;
    font-size: 16px;
    background: url(images/check.png) no-repeat 0 4px/20px;
    padding-left: 30px;
    margin-bottom: 5px;
}
#sec_sala03 .div_h3 .ul01 li:nth-of-type(2n+1){
    width: 50%;
    min-width: 230px;
}
#sec_sala03 .div_h3 p.second, #sec_sala04 .div_h3 p.second{
    width: 100%;
    background: #00000080;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    padding: 5px 35px;
    margin-bottom: 0;
    position: absolute;
    bottom: 11%;
}
#sec_sala03 .div_h3 div{
    position: absolute;
    width: 100%;
    bottom: 2%;
	z-index: 9;
}
#sec_sala03 .div_h3 div img{
	width: 3%;
    max-width: 27px;
	min-width: 15px;
}
#sec_sala03 .div_h3 img{
	margin: 0 auto;
    display: block;
    width: 15px;
}
#sec_sala03 .div_h3 img.back_meal, #sec_sala04 .div_h3 img.back_meal {
	margin-top: -5%;
    width: 100%;
}
#sec_sala03 .ribbon,#sec_sala04 .ribbon{
	background: url(images/back_ribbon.png) no-repeat center/100%;
    position: relative;
    margin-top: -32px;
    z-index: 8;
}
#sec_sala03 .ribbon p.gold,#sec_sala04 .ribbon p.gold{
    text-align: center;
    padding: 30px 0 35px;
    margin: 0;
}
#sec_sala03 .ribbon p.gold img, #sec_sala04 .ribbon p.gold img {
	width: 85%;
}
#sec_sala03 .product,#sec_sala04 .product{
	width: 100%;
	display: inline-block;
	padding: 0 10px 20px;
	margin-top: -15px;
}
#sec_sala03 .product div,#sec_sala04 .product div{
    width: 100%;
    position: relative;
    text-align: center;
	margin-bottom: 10px;
}
#sec_sala03 .product div img,#sec_sala04 .product div img{
    width: 50%;
    max-width: 231px;
}
#sec_sala03 .product div .supple{
    width: 30%;
    max-width: 132px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 10%;
}
#sec_sala03 .product .pro_title,#sec_sala04 .product .pro_title{
	display: block;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -8px;
    margin: 5px 0 10px;
}
#sec_sala03 .product .pro_title span,#sec_sala04 .product .pro_title span{
	display: block;
	font-size: 33px;
    letter-spacing: 0;
}
#sec_sala03 .product .pro_formulation,#sec_sala04 .product .pro_formulation{
    display: block;
    font-size: 30px;
    line-height: 25px;
    margin: 0 0 3px;
}
#sec_sala03 .product .pro_formulation span,#sec_sala04 .product .pro_formulation span{
    font-weight: bold;
    font-size: 23px;
}
#sec_sala03 .product .pro_formulation span span,#sec_sala04 .product .pro_formulation span span{
	font-size: 14px;
    letter-spacing: 0;
}
#sec_sala03 .product .sub_name,#sec_sala04 .product .sub_name{
    display: inline-block;
    width: 100%;
	max-width: 350px;
    background: linear-gradient(#003A93, #5A79BB);
    border-radius: 22px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px 0;
    margin: 0 0 20px;
}
#sec_sala03 .product .sub_name span,#sec_sala04 .product .sub_name span{
    font-size: 16px;
    letter-spacing: -3px;
	white-space: nowrap;
}
#sec_sala03 .product .price, #sec_sala04 .product .price{
	text-align: right;
}
#sec_sala03 .product .price img,#sec_sala04 .product .price img{
    width: 100%;
	max-width: 500px;
}
#sec_sala03 .product form,
#sec_sala04 .product form,
#sec_sala03 .product .error_message,
#sec_sala04 .product .error_message{
	text-align: right;
}
#sec_sala03 .product .material,#sec_sala04 .product .material{
    width: 100%;
    float: right;
    text-align: left;
    border: 3px double #dbdbdb;
    padding-right: 10px;
    color: #4d4d4d;
    max-width: 510px;
	font-size: 12px;
}
#sec_sala03 .product .material p:first-of-type,#sec_sala04 .product .material p:first-of-type{
    display: inline-block;
    float: left;
    padding: 2px 0;
    border: 1px solid #dbdbdb;
    margin-bottom: 5px;
    width: 142px;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
}
#sec_sala03 .product .material p:nth-of-type(2),#sec_sala04 .product .material p:nth-of-type(2){
    margin: 0 10px 10px 0;
    border-right: 1px solid #c2c2c2;
    padding: 0 10px;
    clear: both;
    float: left;
}
#sec_sala03 .product .material p:nth-of-type(3),#sec_sala04 .product .material p:nth-of-type(3){
	margin-top: 30px;
}



#sec_sala04 p{
	margin-bottom:0;
}
#sec_sala04 .div_h3{
    position: relative;
}
#sec_sala04 .div_h3 p.second{
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 28px;
    text-align: left;
    padding: 10px 20px;
    top: 20px;
    bottom: auto;
}
#sec_sala04 .div_h3 img.back_meal {
	margin-top: 0;
}
#sec_sala04 p.first{
    display: inline-block;
    width: auto;
    float: left;
    font-size: 23px;
    margin: 25px 0 15px;
}
#sec_sala04 img.meal03 {
    width: 45%;
    max-width: 205px;
    margin: -65px 10px -30px;
    position: relative;
    float: right;
}
#sec_sala04 p.bordergold{
	font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
	line-height: 1.2em;
    text-align: center;
    margin: 20px 10px 5px;
    clear: both;
}
#sec_sala04 p.bordergold span{
	background: url(images/border.png) repeat-x center bottom 2px /100% 20%;
}
#sec_sala04 .ribbon {
    margin-top: 0;
}
#sec_sala04 .ribbon img{
    margin-top: 0;
}
#sec_sala04 .product .sub_name{
	margin-bottom: 20px;
}



/* 酵母葉酸　受胎告知シリーズ
-------------------------------------------------------------- */
.fetusdelight,.fetusdelight .div_h3,.folicacid,.folicacid .div_h3{
	position: relative;
	width: 100%;
}
.fetusdelight h3,.fetusdelight .div_h3 > p:first-of-type,.folicacid .div_h3 > p:first-of-type{
	text-align: center;
}
.fetusdelight img,.folicacid img{
	width: 100%;
}
#main .fetusdelight .div_h3 .point,.folicacid .div_h3 .point{
    clear: both;
	font-size: 8px;
}


#sec_fd01{
	background: #EFEFEF;
}
#sec_fd01 .div_h3:first-of-type{
	background: url(images/fetusdelight/im_back01.png) no-repeat center bottom/100%;
    padding-bottom: 17%;
}
#sec_fd01 .div_h3:first-of-type > div{
	text-align: center;
    background: #FFFBC7;
    overflow: hidden;
}
#sec_fd01 .div_h3:first-of-type div > p:first-of-type .im_word{
	width: 95%;
	padding: 30px 0 0;
}
#sec_fd01 .div_h3:first-of-type div .im_conception{
	display: inline-block;
	width: 40%;
    margin: 0;
    position: absolute;
    left: 0;
}
#sec_fd01 .div_h3:first-of-type div div{
    display: inline-block;
	float: right;
	width: 65%;
    vertical-align: top;
    margin-right: 5px;
}
#sec_fd01 .div_h3:first-of-type div > div .im_title {
	position: relative;
    left: -8%;
    width: 110%;
}
#sec_fd01 .div_h3:last-of-type{
    clear: both;
    background: url(images/fetusdelight/im_back02.png) no-repeat bottom/100%;
    padding-top: 5%;
	padding-bottom: 33%;
    position: relative;
}
#sec_fd01 .div_h3:last-of-type > p:first-of-type .im_word{
	width: 95%;
}
#sec_fd01 .div_h3:last-of-type .ul01 {
	width: 95%;
	max-width: 470px;
    margin: auto;
    padding: 15px 0 0;
    position: relative;
}
#sec_fd01 .div_h3:last-of-type .ul01 li{
	list-style: none;
    background: url(images/fetusdelight/check.png) no-repeat left top 3px/20px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 15px;
}

#sec_fd02 {
	background: #F8E3A5;
	padding-bottom: 25px;
	margin-top: -2%;
}
#sec_fd02 h3{
	text-align: left;
	position: absolute;
	z-index: 10;
    margin-top: -29%;
    width: 90%;
    margin-left: 5px;
    max-width: 500px;
}
#sec_fd02 .div_h3{
    width: 90%;
	background: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 12% 15px 1px;
}
#sec_fd02 .div_h3 p{
	font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 10px;
}
#sec_fd02 .div_h3 p:first-of-type{
	border-bottom: 1px solid;
	padding: 0 10px 10px;
    margin-bottom: 10px;
}
#sec_fd02 .div_h3 div{
	text-align:center;
	margin: 10px 0;
}
#sec_fd02 .div_h3 div img{
	width: 46%;
    margin: 0 1%;
}
#sec_fd02 .div_h3 .mealcapsule{
	text-align: center;
    width: 100%;
}
#sec_fd02 .div_h3 .mealcapsule div{
	display: inline-block;
    width: 35%;
    vertical-align: top;
}
#sec_fd02 .div_h3 .mealcapsule div img{
	display: block;
    max-width: 150px;
    width: 100%;
    margin: 0 auto 20px;
}
#sec_fd02 .div_h3 .mealcapsule div:last-of-type img{
    width: 73%;
	max-width: 108px;
}
#sec_fd02 .div_h3 .mealcapsule div p{
    border: none;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#sec_fd02 .div_h3 .mealcapsule div:first-of-type p span{
	color: #2853A0;
	font-size: 15px;
}
#sec_fd02 .div_h3 .mealcapsule div:last-of-type p span{
	color: #C80052;
	font-size: 15px;
}
#sec_fd02 .div_h3 .mealcapsule > p{
	display: inline-block;
    border: none;
    padding: 0;
    margin: 60px 0 0;
    font-size: 40px;
}
#sec_fd02 .div_h3 .point{
	text-align: right;
	line-height: 10px;
}

#sec_fd03 h3{
    background: url(images/fetusdelight/im_back03.png) no-repeat top/100%,#FFFBC7;
	padding-top: 15%;
}
#sec_fd03 h3 img{
    width: 95%;
}
#sec_fd03 .div_h3{
    background: url(images/fetusdelight/im_back04.png) no-repeat top/100%;
	padding-top: 15%;
	margin-bottom: 10%;
}
#sec_fd03 .div_h3 p .im_word,#sec_fd07 .div_h3 p .im_word{
	width: 50%;
}
#sec_fd03 .div_h3 > img,#sec_fd07 .div_h3 > img{
	margin: auto;
    display: block;
}
#sec_fd03 .div_h3 > div:first-of-type,
#sec_fd07 .div_h3 > div:first-of-type{
	width: 100%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}
#sec_fd03 .div_h3 .im_point,#sec_fd07 .div_h3 .im_point{
	display: none;
}
#sec_fd03 .div_h3 > div:first-of-type .point,
#sec_fd07 .div_h3 > div:first-of-type .point{
	text-align: right;
    line-height: 10px;
}
#sec_fd03 .div_h3 > div:last-of-type,
#sec_fd07 .div_h3 > div:last-of-type{
	width: 100%;
    display: block;
    margin: 10px auto;
}
#sec_fd03 .div_h3 > div:last-of-type p,
#sec_fd07 .div_h3 > div:last-of-type p{
    display: inline-block;
	width: 55%;
}
#sec_fd03 .div_h3 > div:last-of-type .im_conception,
#sec_fd07 .div_h3 > div:last-of-type .im_conception{
	float: left;
	width: 35%;
	max-width: 222px;
	margin: 0 2%;
}
#sec_fd03 .div_h3 > div:last-of-type .im_fukidashi,
#sec_fd07 .div_h3 > div:last-of-type .im_fukidashi{
	max-width: 370px;
    margin: 5% -5% 1%;
}
#sec_fd03 .div_h3 > div:last-of-type .nutrition,
#sec_fd07 .div_h3 > div:last-of-type .nutrition{
	color: #727171;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid;
    width: 33%;
    margin-right: 1%;
    padding: 2px 0 0;
    max-width: 120px;
}
#sec_fd03 .div_h3 > div:last-of-type .nutrition span,
#sec_fd07 .div_h3 > div:last-of-type .nutrition span{
	font-size: 10px;
}
#sec_fd03 .div_h3 > div:last-of-type .grain,
#sec_fd07 .div_h3 > div:last-of-type .grain{
	width: 20%;
    font-size: 14px;
    text-align: center;
    vertical-align: bottom;
    max-width: 55px;
}
#sec_fd03 .div_h3 > div:last-of-type .grain img,
#sec_fd07 .div_h3 > div:last-of-type .grain img{
	max-width: 25px;
	margin-bottom: 5px;
}
#sec_fd03 .div_h3 > div:last-of-type .grain span,
#sec_fd07 .div_h3 > div:last-of-type .grain span{
	float: left;
}
#sec_fd03 .div_h3 > div:last-of-type .price,
#sec_fd07 .div_h3 > div:last-of-type .price{
	position: relative;
    top: 0;
}
#sec_fd03 .div_h3 > div:last-of-type .price img,
#sec_fd07 .div_h3 > div:last-of-type .price img{
	max-width: 360px;
}
#sec_fd03 .div_h3 > div:last-of-type div,
#sec_fd07 .div_h3 > div:last-of-type div{
	display: inline-block;
    position: relative;
	margin-top: -10px;
    max-width: 185px;
    width: 100%;
}
#sec_fd03 .div_h3 > div:last-of-type div input,
#sec_fd07 .div_h3 > div:last-of-type div input{
	width: 100%;
}

#sec_fd04{
	background: url(images/fetusdelight/im_back_sp.png) repeat-y top/100%;
    padding: 10% 0 10px;
}
#sec_fd04 h3 .im_word{
	margin-bottom: 35px;
    width: 95%;
}
#sec_fd04 .div_h3{
	width: 90%;
    background: #ffffffb3;
    border-radius: 15px;
    margin: 20px auto 45px;
    padding: 22% 10px 15px;
}
#sec_fd04 .div_h3:first-of-type{
    padding: 17% 10px 15px;
}
#sec_fd04 .div_h3 > img{
	width: 29%;
    position: absolute;
    top: -11%;
    left: 10px;
    min-width: 120px;
}
#sec_fd04 .div_h3 p,#sec_fd04 .div_h3 ul{
	font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 5px;
}
#sec_fd04 .div_h3:first-of-type p:first-of-type{
	border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#sec_fd04 .div_h3 p:last-of-type,#sec_fd04 .div_h3 ul li:last-of-type{
	margin-bottom: 0;
}
#sec_fd04 .div_h3 ul{
	background: #FFFBC7;
    padding: 10px;
    position: relative;
}
#sec_fd04 .div_h3 ul li{
	list-style: none;
    background: url(images/fetusdelight/im_point.png) no-repeat left 5px top -1px/14%;
    padding-left: 18%;
    margin-bottom: 5px;
}
#sec_fd04 .material,#sec_fd07 .material,#sec_fa05 .material{
	width: 90%;
    background: #fff;
    border: 1px solid #DBDBDB;
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto 35px;
    padding: 0 0 15px;
}
#sec_fd04 .material p,#sec_fd07 .material p,#sec_fa05 .material p{
	border-bottom: 1px solid #DBDBDB;
	margin: 0 15px 10px;
    padding-bottom: 10px;
}
#sec_fd04 .material .title_m,#sec_fd07 .material .title_m,#sec_fa05 .material .title_m{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #DBDBDB;
    padding: 5px 0;
    margin: 0 0 10px;
}
#sec_fd04 .material ul,#sec_fd07 .material ul{
	display: none;
}
#sec_fd04 .material p.indication,#sec_fd07 .material p.indication,#sec_fa05 .material p.indication{
	border-bottom: none;
    margin: 0 15px;
    padding-bottom: 0;
}
#sec_fd04 .material ul:last-of-type,#sec_fd07 .material ul:last-of-type{
    border-right: none;
	margin: 0 40px;
}

#sec_fd05{
    background: url(images/fetusdelight/im_back05.png) no-repeat bottom/100%;
    padding: 0 0 20%;
}
#sec_fd05 .div_h3{
	margin: 5% auto 0;
}
#sec_fd05 .div_h3 p{
    display: inline-block;
    width: 55%;
    text-align: left;
	line-height: 18px;
    vertical-align: top;
    margin-left: 7%;
}
#sec_fd05 .div_h3 p,#sec_fd06 .div_h3 p{
	font-size: 14px;
	font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
}
#sec_fd05 .div_h3 p span{
	color: #C80052;
	font-size: 25px;
    margin-left: -23px;
}
#sec_fd05 .div_h3 img{
    width: 30%;
    max-width: 145px;
    min-width: 110px;
	position: absolute;
    top: -54px;
    right: 5%;
}

#sec_fd06{
	background: #F8E3A5;
    padding: 35px 0 0;
}
#sec_fd06 .div_h3 {
	width: 90%;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20% 10px 20px;
}
#sec_fd06 .div_h3 img{
    display: block;
    width: 35%;
	margin: 0 auto;
    position: absolute;
	top: -55px;
    left: 1%;
    right: 1%;
}
#sec_fd06 .div_h3 p{
    line-height: 20px;
}
#sec_fd06 .div_h3 p span{
	font-size: 18px;
}

#sec_fd07{
    background: url(images/fetusdelight/im_back06.png) no-repeat top/100%;
	padding: 20% 0 0;
}
#sec_fd07 .div_h3{
	margin-bottom: 5px;
}


/* 酵母葉酸　エキストラ
-------------------------------------------------------------- */

#sec_fa01 img{
	width: 100%;
}

#sec_fa02 {
	margin-top: -1px;
}

#sec_fa03 .im_fa04{
    width: 35%;
    margin: 10px auto;
    display: block;
}
#sec_fa03 > p{
    display: block;
    width: 90%;
    text-align: center;
    border: 1px solid #019E9F;
    border-radius: 80px;
    margin: auto;
    padding: 15px 0;
}
#sec_fa03 .div_h3,#sec_fa05 .div_h3{
    padding: 0 5px;
}
#sec_fa03 .im_fa05{
    width: 90%;
}
#sec_fa03 .div_h3 .product,#sec_fa03 .div_h3 .price,
#sec_fa05 .div_h3 .product,#sec_fa05 .div_h3 .price{
	width: 100%;
	margin-bottom: 10px;
}
#sec_fa03 .div_h3 .product > img,#sec_fa05 .div_h3 .product > img{
    width: 35%;
    float: right;
    position: relative;
    margin: 2%;
}
#sec_fa03 .div_h3 .product div,#sec_fa05 .div_h3 .product div{
	width: 60%;
}
#sec_fa03 .div_h3 .product div .im_title,#sec_fa05 .div_h3 .product div .im_title{
    width: 130%;
    margin: 10px 0 0;
}
#sec_fa03 .div_h3 .product div p,#sec_fa05 .div_h3 .product div p{
	text-align: right;
    font-size: 12px;
}
#sec_fa03 .div_h3 .product div p img,#sec_fa05 .div_h3 .product div p img{
    width: 8%;
    min-width: 15px;
    max-width: 30px;
}
#sec_fa03 .div_h3 .product div .im_fa06,#sec_fa05 .div_h3 .product div .im_fa06{
	width: 105%;
}
#sec_fa03 .div_h3 .product div p:last-of-type,#sec_fa05 .div_h3 .product div p:last-of-type{
    font-size: 10px;
    line-height: 12px;
    padding: 0 10px;
}
#sec_fa03 .div_h3 .price,#sec_fa05 .div_h3 .price{
    display: inline-block;
    width: 100%;
    border: 2px solid #B6404B;
    padding: 0 10px 10px;
    margin: 0 auto 20px;
}
#sec_fa03 .div_h3 .price .im_fa07,#sec_fa05 .div_h3 .price .im_fa09{
    width: 60%;
    position: relative;
    top: -2px;
    left: -12px;
}
#sec_fa03 .div_h3 .price > p:nth-of-type(2),#sec_fa05 .div_h3 .price > p:nth-of-type(2){
	color: #595757;
	text-align: right;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
#sec_fa03 .div_h3 .price .im_fa08,#sec_fa05 .div_h3 .price .im_fa08{
	float: left;
    width: 100%;
    margin: 0 0 10px;
    max-width: 628px;
}
#sec_fa03 .div_h3 .price .item-info,#sec_fa05 .div_h3 .price .item-info{
	display: inline-block;
	float: right;
    width: 40%;
    min-width: 200px;
}
#sec_fa03 .div_h3 .price .item-info input,#sec_fa05 .div_h3 .price .item-info input{
	padding: 10px 5px;
	width: 100%;
	white-space: normal;
}

#sec_fa04{
    background: url(images/folicacid/im_back.jpg) repeat-y top/100%;
    margin: 20px 0;
    padding: 25px 0;
}
#sec_fa04 .div_h3{
	display: block;
    width: 85%;
    background: #ffffffb3;
    margin: auto;
    padding: 20px 3% 10px 7%;
    border-radius: 10px;
}
#sec_fa04 .div_h3 .im_fa11{
	width: 70%;
    position: relative;
    left: -15%;
}
#sec_fa04 .div_h3 > img{
    width: 30%;
	max-width: 235px;
    margin: 0 auto 5px;
    display: block;
}
#sec_fa04 .div_h3 p{
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
}
#sec_fa04 .div_h3 div {
	text-align: center;
	margin-bottom: 5px;
}
#sec_fa04 .div_h3 div img{
	width: 30%;
}

#sec_fa05 .div_h3 .product div p:nth-of-type(1){
	text-align: left;
}
#sec_fa05 .div_h3 .product div p:nth-of-type(1) img{
    width: 85%;
    max-width: none;
    margin: 7% 0 0 8%;
}
#sec_fa05 .div_h3 .product div .im_title{
	margin: -10px 0 0;
}
#sec_fa05 .div_h3 .price{
	padding: 0 0 5px;
	margin-top: 1%;
	margin-bottom: 0;
}
#sec_fa05 .div_h3 .price .im_fa09{
    width: 85%;
    max-width: 470px;
    top: 3px;
    left: 0;
}
#sec_fa05 .div_h3 .price > p:nth-of-type(1) {
    background: #B6404B;
    text-align: center;
}
#sec_fa05 .div_h3 .price > p:nth-of-type(2){
    margin: 10px;
}
#sec_fa05 .div_h3 .price .im_fa08{
	padding: 0 10px;
}
#sec_fa05 .div_h3 .price .item-info{
	margin-right: 10px;
}
#sec_fa05 .material{
	margin: 15px 0;
    width: 100%;
}
#sec_fa05 .material p:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
	

/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {


	/* =Base
	-------------------------------------------------------------- */

	textarea {
		width: 60%;
	}
	
	/* -- Campaign-Tag -- */
	#itempage .campaign_message {
		text-align: left;
	}

	
	/* =secondary
	-------------------------------------------------------------- */
	
	/*　welcart_bestseller　*/
	.widget_welcart_bestseller ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller li {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_bestseller li:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: both;
	}
	
	/*　welcart_featured　*/
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_featured .featured_list:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: both;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 60%;
	}
	.widget_welcart_category ul ul {
		width: 100%;
	}
	
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 25%;
	}


	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il {
		margin-bottom: 2.142856em;
	}
	.front-il article {
		width: 22%;
		margin-right: 4%;
	}
	.front-il article:nth-of-type(even) {
		margin-right: 4%;
	}	
	.front-il article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =archive.php
	-------------------------------------------------------------- */

	/* -- .cat-il.type-grid -- */
	.cat-il.type-grid {
		margin-bottom: 1.42857em;
	}
	.cat-il.type-grid article {
		width: 22%;
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =contetns
	-------------------------------------------------------------- */
	
	#content .page-title,
	#content .entry-title {
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
		line-height: 1.285712em;
	}
	
	
	/* =search.php
	-------------------------------------------------------------- */
	
	/* -- .search-li -- */
	.search-li article {
		width: 22%;
		margin-right: 4%;
	}
	.search-li article:nth-of-type(even) {
		margin-right: 4%;
	}
	.search-li article:nth-of-type(4n) {
		margin-right: 0;
	}
	
	/*サラシア
	-------------------------------------------------------------- */

	#sec_sala01 .div_h3 div:last-of-type p.pro_title {
		text-align: right;
		letter-spacing: -10px;
		line-height: .8em;
		font-size: 60px;
		margin: 15px 0 6px;
	}
	#sec_sala01 .div_h3 div .pro_title span {
		font-size: 59px;
		letter-spacing: -2px;
		margin-left: 0;
	}
	#sec_sala01 .div_h3 div .pro_title span span {
		font-size: 35px;
		letter-spacing: -4px;
	}
	
	
	/* 酵母葉酸　エキストラ
	-------------------------------------------------------------- */

	#sec_fa03 .div_h3 .price .im_fa08,#sec_fa05 .div_h3 .price .im_fa08{
		width: 62%;
		min-width: 250px;
		margin: 0 10px 10px 0;
	}
	#sec_fa03 .div_h3 .price .item-info,#sec_fa05 .div_h3 .price .item-info{
		width: 35%;
		min-width: 160px;
	}
	#sec_fa04 .div_h3{
		background: url(images/folicacid/im_folicacid03.svg) no-repeat top/100%;
		padding-bottom: 30px;
	}
	#sec_fa04 .div_h3 .im_fa11{
		display: none;
	}


}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


	/* =inquiry.php
	-------------------------------------------------------------- */
	
	.inqbox .inquiry_table {
		margin-bottom: 1.071428em;
	}
	.inqbox .inquiry_table tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.inqbox .inquiry_table th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	.inqbox .inquiry_table td {
		color: #6e6e6e;
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}
	.inqbox .send {
		text-align: center;
	}
	.inqbox .send input {
		color: #fff;
		background-color: #ff8c00;
	}
	.inqbox .send input:hover {
		background-color: #ffa500;
	}

	#sec_sala04 img.meal03 {
		margin: -65px 10px 10px;
	}
	#sec_sala04 p.first {
		float: right;
	}
	
	
	
	/* 酵母葉酸　受胎告知シリーズ
	-------------------------------------------------------------- */
	#main .fetusdelight .div_h3 .point{
		font-size: 10px;
	}

	#sec_fd01 .div_h3:last-of-type{
		padding-bottom: 22%;
	}
	#sec_fd02 h3 {
		margin-top: -20%;
	}
}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	/* =secondary
	-------------------------------------------------------------- */
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 20%;
	}

	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il article {
		width: 16.8%;
		margin-right: 4%;
		padding: 2.85712em 0 0;
	}
	.front-il article:nth-of-type(4n) {
		margin-right: 4%;
	}
	.front-il article:nth-of-type(5n) {
		margin-right: 0;
	}

	/* 酵母葉酸　受胎告知シリーズ
	-------------------------------------------------------------- */
	#sec_fd01 .div_h3:last-of-type{
		padding-bottom: 18%;
	}
	#sec_fd02 h3 {
		margin-top: -16%;
	}
}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


	/* =Base
	-------------------------------------------------------------- */

	/* -- input,select,textarea -- */
	input[type="button"], input[type="submit"],input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}
	a img{
		box-shadow:#fff 0 0 0;
	}	
	a img:hover {
		opacity: .6;
	}


	/* =header
	-------------------------------------------------------------- */
	
	header {
		border-bottom: none;
	}
	header .inner {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 1.071428em;
	}

	/* -- .site-description -- */
	.site-description {
		color: #262626;
		font-weight: normal;
		width: 75%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		background: none;
		float: left;
		line-height: 130%;
	}
		
	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		font-size: 2.857142em;
		width: 65%;
		margin: 0;
		padding: 1em 0 .5em;
		float: left;
		text-align: left;
	}
	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}
	h1.site-title img,
	div.site-title img{
		width:300px;
	}

	/* -- .snav -- */
	.snav {
		clear: right;
		margin-right: 0;
		padding-top: 1.071428em;
		float: none;
	}

	/* -- .search-box -- */	
	.search-box {
		position: inherit;
		padding: 0 0 10px;
		float: right;
	}
	.snav .search-box i {
		display: none;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		width: auto;
	}
	.search-box input[type="text"] {
		width: auto;
		padding: .357143em;
		background-color: #fff;
	}
	.search-box .searchsubmit {
		position: inherit;	
		color: #161616;
		padding: .357143em;
	}
	.snav .membership {
		padding: .357143em 0;
		float: right;
		overflow: hidden;
	}
	.snav .membership i {
		display: none;
	}
	.snav .membership ul {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	.snav .membership li {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		line-height: 100%;
	}
	.snav .membership li:first-child {
		color: #565656;
		font-weight: bold;
	}
	.snav .membership li:first-child,
	.snav .membership li a {
		font-size: 12px;
		border: none;
		margin: 0;
		padding: 0 .833334em;
		border-right: 1px solid #aaa;
	}
	.snav .membership li:last-child a {
		border-right: none;
	}
	
	/* -- .incart-btn -- */
	.incart-btn {
		min-width: 160px;
		margin-top: .714286em;
		float: right;
	}
	.incart-btn a {
		background-color: #1B1464;
		padding: 6px .714286em;
		text-align: center;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
	.incart-btn a:hover {
		background-color: #ffa500;
	}
	.incart-btn i {
		padding: 0;
	}
	.incart-btn i:before {
		color: #fff;
		margin-right: 8px;
	}
	.incart-btn span {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
		letter-spacing: 1px;
	}
	.incart-btn .total-quant {
		display: inline-block;
		position: relative;
		font-weight: bold;
		color: #fba60d;
		margin-left: 1.25em;
		background-color: #fff;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		vertical-align: text-bottom;
	}
	
	/* -- #site-navigation -- */
	#site-navigation {
		clear: both;
		padding: 0;
	}
	#site-navigation label {
		display: none;
	}
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		display: block;
		overflow: inherit;
		height: auto;
		background-color: #1B1464;
	}
	#site-navigation ul {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	#site-navigation li {
		position: relative;
		float: left;
	}
	#site-navigation li a {
		color: #fff;
		display: block;
		margin-bottom: 0;
		padding: 1em 1.42857em;
		border-bottom: none;
		line-height: 100%;
	}
	#site-navigation li {
		padding: 0;
		border-right: 1px solid #666;
	}
	#site-navigation ul li:first-child {
		border-left: 1px solid #666;
	}
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: #565656;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	#site-navigation li a:hover {
		color: #fff;
		background-color: #565656;
		text-decoration: none;
	}
	
		/* -- sub-menu -- */
		#site-navigation ul ul {
			display:none;
			position:absolute;
			top:42px;
			left:-2px;
			width: 120%;
			background-color: #fff;
			border: 3px double #e0e0e0;
			float:left;
			z-index: 99999;
		}
		#site-navigation ul li li {
			width: 100%;
			margin-left: 0;
			border: none;
		}
		#site-navigation ul li li:first-child {
			border: none;
		}
		#site-navigation li li a:hover {
			color: #262626;
		}
		#site-navigation li li.current-menu-item a {
			background-color: #f6f6f6;
		}
		#site-navigation ul ul ul {
			width: 100%;
			left:100%;
			top: -3px;
		}
		#site-navigation li li:first-child a {
			color: #262626;
			border: none;
		}
		#site-navigation ul ul li a {
			color: #262626;
			background-color: #fff;
			border: none;
			height:auto;
			padding: .714286em .357143em;
			line-height:1em;
			width: 100%;
		}
		#site-navigation ul ul :hover > a {
			background: none;
			background-color: #f6f6f6;
		}
		#site-navigation ul li:hover > ul {
			display:block;
		}
		
	#site-navigation * {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	

	/* =secondary
	-------------------------------------------------------------- */

	#secondary .columnleft section:last-child,
	#secondary .columncenter section:last-child,
	#secondary .columnright section:last-child {
		margin-bottom: 0;
	}

	/* -- one-column -- */
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		border-top: 2px solid #eaeaea;
		float: none;
		overflow: hidden;
	}
		.one-column #secondary .columnleft {
			width: 240px;
			margin-right: 50px;	
			float: left;
		}
		
			/*　calendar　*/
			.one-column .columnleft .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columncenter {
			width: 240px;
			float: left;
		}

			/*　calendar　*/
			.one-column .columncenter .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columnright {
			width: 420px;
			float: right;	
		}
	
	/* -- two-column -- */
	.two-column #secondary {
		width: 210px;
		padding: 0;
		border: none;
	}
		.two-column.right-set #secondary {
			float: right;
		}
		.two-column.left-set #secondary {
			float: left;
		}
	.two-column .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714286em;
		float: none;
	}
	
	
	/*　.widget　*/
	.widget_welcart_bestseller  ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller  li {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 100%;
	}
	.widget_categories select,
	.widget_archive	select {
			width: auto;
	}	
	.widget_welcart_search .searchtext {
		width: 60%;
		padding: .4286em;
	}
	.widget_welcart_search #searchsubmit {
		width: 40%;
	}

	/*---- item-list ----*/
	.widget_basic_item_list article {
		padding: .714286em 0;
		width: 100%;
	}
	.widget_basic_item_list a {
		overflow: hidden;
	}
	.widget_basic_item_list .itemimg {
		float: left;
		margin-bottom: 0;
		width: 20%;
	}
	.widget_basic_item_list .item-info-wrap {
		margin-left: 25%;
		width: 75%;
	}
	
	/* =footer
	-------------------------------------------------------------- */
	
	footer {
		clear: both;
		color: #fff;
		background-color: #1B1464;
	}

	/* -- a -- */
	footer a {
		color: #fff;
	}

	/* -- nav -- */
	footer nav {
		width: 1000px;
		margin: 0 auto;
		padding: 2.142856em 0 2.857143em;
	}
	footer nav li {
		width: 20%;
		float: left;
		margin-bottom: 1.071428em;
		padding-right: 2.142856em;
	}
	footer nav li:nth-of-type(6n) {
		clear: both;
	}
		footer nav li li:nth-of-type(6n) {
			clear: none;
		}
		
	/* -- .copyright -- */
	.copyright {
		padding: 1.071428em 0;
		text-align: center;
	}

			
	/* =contetns
	-------------------------------------------------------------- */
	
	/* -- main -- */
	#main {
		width: 1000px;
		margin: 2.857143em auto;
		padding: 0;
	}
	.home #main {
		margin: 0 auto;
	}

	/* -- main-image -- */
	.main-image {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-image img {
		width: auto;
	}
	
	/* -- .one-column -- */
	#main.one-column #content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/* -- .two-column -- */
	#main.two-column #content {
		width: 750px;
		margin: 0;
		padding: 0;
	}
		.two-column.right-set #content {
			float: left;
		}
		.two-column.left-set #content {
			float: right;
		}

	
	/* =front-page.php
	-------------------------------------------------------------- */
	
	.blog #content .pagination_wrapper {
		margin-bottom: 20px;
	}
	/* -- .sof -- */
	.home .sof {
		margin-bottom: 30px;
	}
	.home .sof .entry-content {
		margin-bottom: 0;
	}
	
	
	/* =page.php + single.php .entry-content
	-------------------------------------------------------------- */

	/* -- h1,h2,h3,h4,h5 -- */
	.entry-content h1{
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
	}
	.entry-content h2 {
		font-size: 1.142857em;
	}
	
		
	/* =archive.php
	-------------------------------------------------------------- */
	
	/* -- .post-li -- */
	.post-li {
		padding-bottom: 1.071428em;
	}
	
	
	/* =comments.php
	-------------------------------------------------------------- */
	
	.comment-area .comment-list {
		overflow: hidden;
	}
	.comment-area .comment-list li {
		margin: .714286em 0 0;
	}
	#respond .form-submit {
		margin-top: 1.42857em;
		padding-top: .714286em;
		border-top: 1px solid #ccc;
	}
	
	
	/*サラシア
	-------------------------------------------------------------- */
	.dn_pc {
		display: none !important;
	}
	.dn_mob {
		display: block !important;
	}
	#sec_sala01 .div_h3 div:first-of-type{
		width: 100%;
		background: #003A93;
		padding: 10px 40px;
		display: inline-block;
	}
	#sec_sala01 .div_h3 div p.first{
		    width: 70%;
		padding: 8px 0 5px;
		margin: 30px 5px 20px;
		font-size: 36px;
		line-height: 40px;
	}
	#sec_sala01 .div_h3 div p.gold{
		margin: 0 0 20px;
	}
	#sec_sala01 .div_h3 > img{
		width: 300px;
		max-width: 500px;
		right: 0;
	}
	#sec_sala01 .div_h3 div:last-of-type{
		padding: 30px 40px 10px;
	}
	#sec_sala01 .div_h3 div:last-of-type p.pro_title{
		font-size: 80px;
		line-height: 50px;
		letter-spacing: -15px;
		display: inline-block;
		width: 70%;
	}
	#sec_sala01 .div_h3 div .pro_title span{
		font-size: 79px;
		letter-spacing: -1px;
	}
	#sec_sala01 .div_h3 div .pro_title span span{
	    font-size: 43px;
		letter-spacing: -8px;
	}
	
	#sec_sala02 .div_h3{
		background: #EE89B5;
	}
	#sec_sala02 .div_h3 div img{
		width: auto;
	}
	#sec_sala02 .div_h3 p{
		font-size: 36px;
		margin: -22px 0 0;
		letter-spacing: 1px;
		line-height: 1.5em;
	}
	#sec_sala02 .div_h3 p img{
		width: auto;
		max-width: 150px;
		top: -3px;
	}
	
	#sec_sala03 p.first,#sec_sala04 p.first{
		width: 68%;
		font-size: 36px;
	}
	#sec_sala03 .div_h3 .ul01{
	    width: 72%;
		padding: 30px 40px 10px;
	}
	#sec_sala03 .div_h3 .ul01 li{
	    background: url(images/check.png) no-repeat left;
		padding-left: 35px;
		font-size: 21px;
		letter-spacing: 1px;
		margin-bottom: 25px;
	}
	#sec_sala03 .div_h3 .ul01 li:nth-of-type(2n+1) {
		width: 350px;
	}
	#sec_sala03 .div_h3 p.second, #sec_sala04 .div_h3 p.second{
		font-size: 36px;
		letter-spacing: -2px;
		padding: 15px 0;
		bottom: 95px;
		line-height: 47px;
	}
	#sec_sala03 .div_h3 div{
		bottom: 10px;
	}
	#sec_sala03 .div_h3 img{
		width: auto;
	}
	#sec_sala03 .ribbon,#sec_sala04 .ribbon{
	    background: url(images/back_ribbon.png) no-repeat center/899px;
		margin-top: -30px;
	}
	#sec_sala03 .ribbon p.gold,#sec_sala04 .ribbon p.gold{
		padding: 25px 0 35px;
	}
	#sec_sala03 .ribbon p.gold img, #sec_sala04 .ribbon p.gold img {
		width: 75%;
	}
	#sec_sala03 .product,#sec_sala04 .product{
		margin-top: 0;
		padding: 15px 25px 25px;
		width: 100%;
	}
	#sec_sala03 .product div,#sec_sala04 .product div{
		float: left;
		width: 35%;
	}
	#sec_sala03 .product div img, #sec_sala04 .product div img {
		max-width: 300px;
		width: 100%;
	}
	#sec_sala03 .product div .supple{
		width: auto;
		right: 5px;
	}
	#sec_sala03 .product .pro_title,#sec_sala04 .product .pro_title{
	    display: inline-block;
		font-size: 80px;
		line-height: .4em;
		letter-spacing: -10px;
		margin: 35px 0 25px;
		width: 60%;
	}
	#sec_sala03 .product .pro_title span,#sec_sala04 .product .pro_title span{
		font-size: 53px;
	}
	#sec_sala03 .product .pro_formulation,#sec_sala04 .product .pro_formulation{
		display: inline-block;
		font-size: 40px;
		line-height: 1.0em;
		margin: 0 0 5px;
		width: 60%;
	}
	#sec_sala03 .product .pro_formulation span,#sec_sala04 .product .pro_formulation span{
		font-size: 40px;
	}
	#sec_sala03 .product .pro_formulation span span,#sec_sala04 .product .pro_formulation span span{
		font-size: 22px;
	}
	#sec_sala03 .product .sub_name,#sec_sala04 .product .sub_name{
		font-size: 35px;
		max-width: 560px;
		padding: 14px 25px 6px;
		margin: 0 0 35px 10px;
	}
	#sec_sala03 .product .sub_name span,#sec_sala04 .product .sub_name span{
		font-size: 25px;
		letter-spacing: -5px;
	}
	#sec_sala03 .product .item-info,#sec_sala04 .product .item-info{
		width: 63%;
	}
	#sec_sala03 .product .material,#sec_sala04 .product .material{
		width: 63%;
		margin-right: 18px;
		max-width: 590px;
		font-size: 14px;
	}
	#sec_sala03 .product .material p:first-of-type,#sec_sala04 .product .material p:first-of-type{
		width: 177px;
	}
	#sec_sala03 .product .material p:nth-of-type(2),#sec_sala04 .product .material p:nth-of-type(2){
		margin: 0 15px 10px 5px;
		padding: 0 15px;
	}

	
	#sec_sala04 .div_h3 p.second{
		font-size: 30px;
		letter-spacing: -1px;
		padding: 25px 40px;
		top: 54px;
		bottom: auto;
	}
	#sec_sala04 img.meal03{
		max-width: 420px;
		margin: -100px 0 0;
		right: 2%;
	}
	#sec_sala04 p.first{
		width: auto;
		float: left;
		margin: 120px 0 0 95px;
	}
	#sec_sala04 p.bordergold{
		    font-size: 44px;
		letter-spacing: -3px;
		line-height: 1.5em;
		margin-bottom: 0;
	}
	#sec_sala04 p.bordergold span{
		background: url(images/border.png) repeat-x center bottom 7px /100% 20%;
	}
	#sec_sala04 .ribbon {
		margin-top: 40px;
	}



/* 酵母葉酸　受胎告知シリーズ
-------------------------------------------------------------- */

.fetusdelight img{
	width: auto;
}
#main .fetusdelight .div_h3 .point{
    clear: both;
	font-size: 12px;
}


#sec_fd01{
	background: #EFEFEF;
}
#sec_fd01 .div_h3:first-of-type{
	background: url(images/fetusdelight/im_back01.png) no-repeat center bottom/100%;
    padding-bottom: 185px;
}
#sec_fd01 .div_h3:first-of-type > div{
	text-align: center;
    background: #FFFBC7;
    height: 510px;
	overflow: unset;
}
#sec_fd01 .div_h3:first-of-type div > p:first-of-type .im_word{
	width: auto;
	padding: 30px 0 0;
}
#sec_fd01 .div_h3:first-of-type div .im_conception{
	width: auto;
	display: inline-block;
    margin: -20px -50px 0 20px;
	position: relative;
}
#sec_fd01 .div_h3:first-of-type div div{
    width: 60%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
	float: none;
}
#sec_fd01 .div_h3:first-of-type div > div .im_title {
    float: right;
    position: relative;
    left: 25px;
}
#sec_fd01 .div_h3:last-of-type{
    clear: both;
    background: url(images/fetusdelight/im_back02.png) no-repeat bottom/100%;
    padding-top: 50px;
	padding-bottom: 130px;
    position: relative;
}
#sec_fd01 .div_h3:last-of-type > p:first-of-type .im_word {
	width: auto;
}
#sec_fd01 .div_h3:last-of-type .ul01 {
	width: 74%;
	max-width: none;
    margin: auto;
    padding: 25px 0 45px;
    position: relative;
}
#sec_fd01 .div_h3:last-of-type .ul01 li{
	list-style: none;
    background: url(images/fetusdelight/check.png) no-repeat left top 5px/30px;
    font-size: 29px;
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 30px;
}

#sec_fd02 {
	background: #F8E3A5;
	padding-bottom: 25px;
}
#sec_fd02 h3{
	top: -165px;
    left: 30px;
    z-index: 10;
    max-width: none;
    margin-top: 0;
}
#sec_fd02 .div_h3{
    width: 90%;
	background: #fff;
    border-radius: 10px;
    margin: auto;
    padding: 95px 80px 1px;
}
#sec_fd02 .div_h3 p{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
}
#sec_fd02 .div_h3 p:first-of-type{
	padding: 0 10px 30px;
    margin-bottom: 30px;
}
#sec_fd02 .div_h3 div{
	margin: 25px 0;
}
#sec_fd02 .div_h3 div img{
    width: 47%;
    margin: 0 5px;
}
#sec_fd02 .div_h3 .mealcapsule div{
    width: 30%;
}
#sec_fd02 .div_h3 .mealcapsule div img{
	width: 150px;
}
#sec_fd02 .div_h3 .mealcapsule div:last-of-type img{
	width: 108px;
}
#sec_fd02 .div_h3 .mealcapsule div p{
	border: none;
    font-size: 18px;
    line-height: 24px;
}
#sec_fd02 .div_h3 .mealcapsule div:first-of-type p span,
#sec_fd02 .div_h3 .mealcapsule div:last-of-type p span{
	font-size: 20px;
}
#sec_fd02 .div_h3 .mealcapsule > p{
	display: inline-block;
    border: none;
    padding: 0;
    margin: 60px 0 0;
    font-size: 40px;
}
#sec_fd02 .div_h3 .point{
    text-align: right;
    margin-right: -70px;
}

#sec_fd03 h3{
    background: url(images/fetusdelight/im_back03.png) no-repeat top/100%,#FFFBC7;
	padding-top: 140px;
}
#sec_fd03 .div_h3{
    background: url(images/fetusdelight/im_back04.png) no-repeat top/100%;
	padding-top: 140px;
	margin-bottom: 60px;
}
#sec_fd03 .div_h3 p .im_word,#sec_fd07 .div_h3 p .im_word{
	width: auto;
}
#sec_fd03 .div_h3 > div:first-of-type,
#sec_fd07 .div_h3 > div:first-of-type{
	width: 36%;
    margin-left: 2%;
}
#sec_fd03 .div_h3 > div:first-of-type .point,
#sec_fd07 .div_h3 > div:first-of-type .point{
	text-align: left;
	margin-left: 30px;
	line-height: 20px;
}
#sec_fd03 .div_h3 > div:last-of-type,
#sec_fd07 .div_h3 > div:last-of-type{
	width: 60%;
    display: inline-block;
}
#sec_fd03 .div_h3 .im_point,#sec_fd07 .div_h3 .im_point{
	display: block;
	margin: auto;
}
#sec_fd03 .div_h3 .im_point_sp,#sec_fd07 .div_h3 .im_point_sp{
	display: none;
}
#sec_fd03 .div_h3 > div:last-of-type p,
#sec_fd07 .div_h3 > div:last-of-type p{
	display: inline-block;
    width: auto;
}
#sec_fd03 .div_h3 > div:last-of-type .im_conception,
#sec_fd07 .div_h3 > div:last-of-type .im_conception{
	margin: 0 15px 0 0;
    width: auto;
    max-width: none;
}
#sec_fd03 .div_h3 > div:last-of-type .im_fukidashi,
#sec_fd07 .div_h3 > div:last-of-type .im_fukidashi{
	width: 370px;
    margin: 20px -15px 25px;
}
#sec_fd03 .div_h3 > div:last-of-type .nutrition,
#sec_fd07 .div_h3 > div:last-of-type .nutrition{
	font-size: 18px;
    padding: 12px 35px 10px 40px;
    margin-right: 10px;
    width: auto;
    max-width: none;
}
#sec_fd03 .div_h3 > div:last-of-type .nutrition span,
#sec_fd07 .div_h3 > div:last-of-type .nutrition span{
	font-size: 13px;
}
#sec_fd03 .div_h3 > div:last-of-type .grain,
#sec_fd07 .div_h3 > div:last-of-type .grain{
	width: 15%;
    font-size: 22px;
    max-width: none;
}
#sec_fd03 .div_h3 > div:last-of-type .grain img,
#sec_fd07 .div_h3 > div:last-of-type .grain img{
	margin-bottom: 5px;
    max-width: none;
}
#sec_fd03 .div_h3 > div:last-of-type .price,
#sec_fd07 .div_h3 > div:last-of-type .price{
    left: -22px;
    top: 13px;
}
#sec_fd03 .div_h3 > div:last-of-type .price img,
#sec_fd07 .div_h3 > div:last-of-type .price img{
	width: 360px;
}
#sec_fd03 .div_h3 > div:last-of-type div,
#sec_fd07 .div_h3 > div:last-of-type div{
	display: inline-block;
    position: relative;
	margin-top: -15px;
}
#sec_fd03 .div_h3 > div:last-of-type div input,
#sec_fd07 .div_h3 > div:last-of-type div input{
	width: 320px;
}

#sec_fd04{
    background: url(images/fetusdelight/im_back.png) no-repeat top/100%;
    padding: 140px 0 70px;
}
#sec_fd04 h3 .im_word{
	margin-bottom: 35px;
	width: auto;
}
#sec_fd04 .div_h3{
    width: 80%;
    margin: 0 auto 50px;
	padding: 30px 21px;
	position: relative;
    right: -25px;
}
#sec_fd04 .div_h3:first-of-type {
    padding: 30px 21px;
}
#sec_fd04 .div_h3 > img{
	float: left;
    width: auto;
    left: -75px;
}
#sec_fd04 .div_h3 p,#sec_fd04 .div_h3 ul{
    font-size: 20px;
	line-height: 30px;
    margin-left: 100px;
}
#sec_fd04 .div_h3:first-of-type p:first-of-type{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#sec_fd04 .div_h3 p:last-of-type,#sec_fd04 .div_h3 ul li:last-of-type{
	margin-bottom: 0;
}
#sec_fd04 .div_h3 ul{
    padding: 15px 10px;
}
#sec_fd04 .div_h3 ul li{
    background: url(images/fetusdelight/im_point.png) no-repeat left 5px top 0/45px;
    padding-left: 60px;
    margin-bottom: 10px;
}
#sec_fd04 .material,#sec_fd07 .material,#sec_fa05 .material{
	font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0 auto;
}
#sec_fd04 .material p,#sec_fd07 .material p,#sec_fa05 .material p{
	margin: 0 40px 20px;
    padding-bottom: 15px;
}
#sec_fd04 .material .title_m,#sec_fd07 .material .title_m,#sec_fa05 .material .title_m{
    font-size: 18px;
	padding: 10px 0;
    margin: 0 0 20px;
}
#sec_fd04 .material ul,#sec_fd07 .material ul{
	display: inline-block;
	vertical-align: top;
    border-right: 1px solid #DBDBDB;
	margin: 0 0 20px 40px;
    padding: 0 25px 0 0;
}
#sec_fd04 .material ul:last-of-type,#sec_fd07 .material ul:last-of-type{
    border-right: none;
	margin: 0 40px;
}
#sec_fd04 .material p.indication,#sec_fd07 .material p.indication{
	display: none;
}


#sec_fd05{
    background: url(images/fetusdelight/im_back05.png) no-repeat bottom/100%;
    padding: 0 0 100px;
}
#sec_fd05 .div_h3{
	margin: 60px auto;
}
#sec_fd05 .div_h3 p{
    line-height: 35px;
    display: inline-block;
    margin-left: 20%;
    text-align: left;
}
#sec_fd05 .div_h3 p,#sec_fd06 .div_h3 p{
	font-size: 24px;
	font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
}
#sec_fd05 .div_h3 p span{
	color: #C80052;
	font-size: 35px;
    margin-left: -35px;
}
#sec_fd05 .div_h3 img{
	position: absolute;
    top: -120%;
    right: 8%;
    max-width: none;
    width: auto;
}

#sec_fd06{
	background: #F8E3A5;
    padding: 45px 0 0;
}
#sec_fd06 .div_h3 {
	width: 90%;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 200px 80px 30px;
}
#sec_fd06 .div_h3 img{
	margin: 0 auto;
    display: block;
    position: absolute;
    top: -35%;
    left: 1%;
    right: 1%;
}
#sec_fd06 .div_h3 p{
    line-height: 38px;
}
#sec_fd06 .div_h3 p span{
	font-size: 32px;
}

#sec_fd07{
    background: url(images/fetusdelight/im_back06.png) no-repeat top/100%;
	padding: 150px 0 0;
}
#sec_fd07 .div_h3{
	margin-bottom: 50px;
}





/* 酵母葉酸　エキストラ
-------------------------------------------------------------- */

#sec_fa03 > p{
	margin: 0 auto 20px;
}
#sec_fa03 .div_h3 .product > img, #sec_fa05 .div_h3 .product > img {
    width: 353px;
    margin: 0 2%;
}
#sec_fa03 .div_h3 .product div .im_title, #sec_fa05 .div_h3 .product div .im_title {
    width: 125%;
}
#sec_fa03 .div_h3 .product div .im_fa06, #sec_fa05 .div_h3 .product div .im_fa06 {
    width: 100%;
}
#sec_fa03 .div_h3 .product div p, #sec_fa05 .div_h3 .product div p {
    font-size: 22px;
    margin-bottom: 15px;
}
#sec_fa03 .div_h3 .product div p img, #sec_fa05 .div_h3 .product div p img {
    width: 5%;
    max-width: none;
}
#sec_fa03 .div_h3 .product div p:last-of-type, #sec_fa05 .div_h3 .product div p:last-of-type {
    font-size: 13px;
    margin: 15px 0;
}
#sec_fa03 .div_h3 .price, #sec_fa05 .div_h3 .price{
	margin: -5% auto 40px;
}

#sec_fa03 .div_h3 .price > p:nth-of-type(2),#sec_fa05 .div_h3 .price > p:nth-of-type(2){
    font-size: 18px;
    line-height: 22px;
    margin: 20px 10px 10px;
    display: inline-block;
    float: right;
}
#sec_fa03 .div_h3 .price .im_fa08,#sec_fa05 .div_h3 .price .im_fa08{
    width: 70%;
    margin: 20px 10px 10px;
}
#sec_fa03 .div_h3 .price .item-info,#sec_fa05 .div_h3 .price .item-info{
	width: 25%;
	margin: 0 10px;
}
#sec_fa03 .div_h3 .price .item-info input,#sec_fa05 .div_h3 .price .item-info input{
    padding: 15px 0;
}

#sec_fa04{
    background: url(images/folicacid/im_back.jpg) repeat-y top/100%;
    padding: 65px 0;
	margin-bottom: 50px;
}
#sec_fa04 .div_h3{
    background: url(images/folicacid/im_folicacid03.svg) no-repeat top/100%;
    width: 875px;
    padding: 50px 5% 50px 9%;
}
#sec_fa04 .div_h3 .im_fa11{
	display: none;
}
#sec_fa04 .div_h3 > img{
    width: auto;
	max-width:none;
    margin-bottom: 15px;
}
#sec_fa04 .div_h3 p{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
#sec_fa04 .div_h3 div{
	margin-bottom: 20px;
}
#sec_fa04 .div_h3 div img{
	width: auto;
}

#sec_fa05 .div_h3 .product div p:nth-of-type(1) img{
	margin: 5% 0 0 8%;
}
#sec_fa05 .div_h3 .product div .im_title{
	margin: -20px 0 0;
}
#sec_fa05 .div_h3 .product div p {
    margin-bottom: 5px;
}
#sec_fa05 .div_h3 .product div p:last-of-type {
    margin: 5px 0;
}
#sec_fa05 .div_h3 .price{
	padding: 0;
    margin: 3% 0 2%;
	height: 230px;
}
#sec_fa05 .div_h3 .price > p:nth-of-type(2) {
    margin: 30px 10px 10px;
}
#sec_fa05 .div_h3 .price .im_fa08 {
    margin: 40px 10px 10px;
}
#sec_fa05 .material{
	padding: 0 0 25px;
}
#sec_fa05 .div_h3 .price .im_fa09{
    width: 50%;
	top: 8px;
    left: 0;
}


}