@import "reset.css";

html{
	overflow-y:scroll;
}

html,body,#wrap {
	height:100%;
	font-family: "微软雅黑",sans-serif;
    margin:0 0;
    padding:0 0;
    font-color:#000000;
}

body > #wrap{
	height:auto;
	min-height:100%;
}
body {
	width:100%;
	height:100%;
	line-height: 1.8;
	background:#FFF url(images/bg_grd.jpg) scroll repeat;
}

#wrap{
	margin: 0 ;
}

#contents a img{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
     filter:alpha(opacity=100);
     -moz-opacity:1;
     opacity:1;
}

#contents a:hover img{
     filter:alpha(opacity=50);
     -moz-opacity:.5;
     opacity:.5;
}


/*----------------------------------------------

	#header

----------------------------------------------*/

#header {
	width:100%;
	height:110px;
	background:#FFF;
	border-bottom:solid 0px #B61C22;
	margin-bottom:02em;
	margin-top:none;

}

#header_wrap{
	width:960px;
	height:110px;
	position:relative;
	margin:0 auto;
}

#logo{
	position:absolute;
	top:0px;
	left:10px;
	z-index:0;
}
#header_nav{
	position:absolute;
	right:5px;
	top:35px; 
	border-left:solid 1px #663366;
	font-size:14px;
	line-height:1;
	padding:0em;
}

#header_nav li{
	display:inline-block;
	border-right:solid 1px #663366;
	padding:0 1em;
}

#header_nav li a{
	color:#663366;
	text-decoration:none;
}

#header_nav .btn{
	color:#663366;
	margin-left:0;
}

#header_nav .btn:after{
	display:none;
	color:#663366;
}

/*----------------------------------------------

	#nav

----------------------------------------------*/
#nav{
	width:1000px;
	margin:0 auto 0em;
	height:30px;
	border-radius:1px;
	text-align: left;
	
}

#nav ul{
	margin:0 auto;
	font-size:0;
	width:1000px;
	border-radius:0px;
}

#nav li{
	display:inline-block;
	border-right:none;
	padding:0em;
	background:none;
	width:200px;
	font-size:14;
}
#nav li a{
	line-height:0px;
	height:0px;
	font-size:14px;
}

#nav #nav_beta_glucan{
	border-right:none;
}

#nav a{
	display:block;
	text-decoration:none;
	text-align:center;
	color:#7D7C7D;
	font-weight:bold;
}

#nav a:link,
#nav a:visited{

	 
}

#nav a:hover{
	border-bottom: solid  0px #cccc00; 
	color:#cccc00;
}
#nav a:active{
	border-bottom: solid  0px #cccc00;
	color:#cccc00;
}

#nav_home,
#nav_home a{
	border-radius:8px 0 0 8px;

}

#nav_brain_a1,
#nav_brain_a1 a{
	border-radius:0 8px 8px 0;
}

/*----------------------------------------------

	#contents

----------------------------------------------*/

#contents{
	width:1000px;
	margin: auto;
	padding-bottom:1em;
}


.article{
	width:1000px;
	background:#ffffff;
	padding:1em 0;
	margin-bottom:2em;
	padding:30px 45px;
}
.article p{
	margin:0 auto 1em;
	background:#ffffff;
}

.article dl{
	margin:0 auto 1em;
}
.article dt{
	color:#B61C22;
	margin:0 auto .5em;
}
.article dd{
	padding:0 0 0 1em;
	margin:0 auto 1em;
}

.article ul{
	list-style:disc none outside;
	margin:0 auto 1em 2em;
}

.article ol{
	list-style:decimal none outside;
	margin:0 auto 1em 2em;
	font-size:17px;
	font-weight:bold;
	color:#C8151D;
}

/*----------------------------------------------

	#footer

----------------------------------------------*/
#footer{
	background:#007b43;
	text-shadow:none;
	width: 100%;
}

#copy{
	line-height:30px;
	text-align:center;
	color:#FFF;
	margin:0;
}

#footer_nav{
	text-align:center;
}

#footer_nav li{
	display:inline-block;
	text-align:center;
	padding:0 1em;
	border-right:solid 1px #333;
}

#footer_nav li:first-child{
	border-left:solid 1px #333;

}

#footer_nav li a{
	display:block;
	text-decoration:none;
	color:#221814;
}

#footer_nav li a:link,
#footer_nav li a:visited{
	text-decoration:none;
}

#footer_nav li a:hover,
#footer_nav li a:active{
	text-decoration:underline;
}

/*-----------------------------------

	トップ用スタイル

-----------------------------------*/

#index_article{
	overflow:hidden;
	background:#FFF url(images/top_article_bg.jpg) no-repeat scroll center bottom;
	padding:2em 0;
	width:990px;
}

.top_title{
	text-align:center;
	margin-bottom:2em;
}

#top_item_list{
	list-style:none;
	width:960px;
	margin:0 auto;
	font-size:0;
	text-align:center;
}

#top_item_list li{
	display:inline-block;
	width:300px;
	margin:0 10px;
	vertical-align:top;
	font-size:14px;
}

#top_item_list li img{
	border-radius:6px;
	margin-bottom:1em;
}

.top_item{
	padding:1em 0;
	border-radius:6px;
	background: #fef7f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFEEE), to(#c1db81));
	background-image: -webkit-linear-gradient(top, #FFFEEE, #c1db81);
	background-image: -moz-linear-gradient(top, #FFFEEE, #c1db81);
	background-image: -ms-linear-gradient(top, #FFFEEE, #c1db81);
	background-image: -o-linear-gradient(top, #FFFEEE, #c1db81);
	background-image: linear-gradient(top, #FFFEEE, #c1db81);
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
}

.top_item_title{
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#000000;
}

.article .top_item p{
	margin:0;
	text-align:center;
	font-size:12px;
}

.top_catch_title{
	text-align:center;
	margin-bottom:2em;
}

#top_catch_doc{
	font-size:17px;
	padding:0 40px;
}


/*-----------------------------------

	会社案内

-----------------------------------*/

.company_info{
	width:100%;
}

/*-----------------------------------

	コンセプト

-----------------------------------*/
#consept_flow{
	text-align:center;
	margin:0 auto 1em;
	font-size:24px;
}

#consept_flow dt{
	text-align:center;
	margin:0 auto 1em;
	padding-bottom:70px;
	color:#777;
	background:url(images/consept_flow_arrow.png) scroll no-repeat center bottom;
}

#consept_flow dd{
	text-align:center;
	border:solid 1px #C9C9C9;
	border-radius:8px;
	margin:0;
	color:#B61C22;
	background:#FFFAC6;
}


/*-----------------------------------

	ビオザイム

-----------------------------------*/
#biozyme_photo{
	padding-left:2em;
}

#biozyme_kouso{
	margin-left:0;
	width:440px;
}

#biozyme_kouso dt{
	display:inline-block;
	border-radius:6px;
	color:#FFF;
	margin:0 auto .5em 0;
	padding:.2em 1em;
	text-shadow: none
}

#biozyme_kouso dd{
	padding-left:0;
}

#bio_syouka    {background:#6D9BC5}
#bio_taisha    {background:#8BBC92}
#bio_syokumotsu{background:#F19CA6}

#bio_kouso_works{
	border-collapse:separate;
	border-spacing:10px;
}
#bio_kouso_works th{
	background:#E4AA7D;
	color:#FFF;
	text-align:center;
	padding:0 1em;
	border-radius:4px;
}

#bio_ing_list{
	position:relative;
	margin:0;
	list-style:none;
	width:920px;
}

#bio_ing_list li{
	display:inline;
	float:left;
	width:164px;
	margin:0 20px .5em 0;
	list-style:none;
	text-align:center;
	font-size:12px;
}

.bio_ing_more{
	border-radius:10px;
	padding:20px;
	background-color: #ffffff;
	box-shadow: #ffffff;
}

.bio_ing_more_title{
	background-color: #ffffff;
	margin-bottom:.5em;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#B61C22;
}

.bio_ing_more table{
	width:100%;
	background-color: #ffffff;
}

.bio_ing_more td{
	font-size:14px;
	vertical-align:top;
	text-align:center;
	background-color: #ffffff;
}



/*-----------------------------------

	ブレインエーワン

-----------------------------------*/

.catch_brain_title{
	font-size:22px;
	font-weight:bold;
	color:#003F98;
	margin-bottom:.5em;
}

#brain_a1_ing_list{
	width:772px;
	list-style:none;
	margin:0 auto;
	font-size:0;
}

#brain_a1_ing_list li{
	display:inline-block;
	width:157px;
	height:105px;
	margin:0 6px 6px;
	vertical-align:top;
}

#brain_a1_ing_list li.brain_a1_ing_bitamin{
	width:120px;
	line-height:105px;
	background:#F6AB00;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:16px;
}

#brain_effectiveness_list{
	
}

#brain_effectiveness_list td{
	vertical-align:top;
	padding-right:1em;
}

/*-----------------------------------

	ベータグルカン

-----------------------------------*/

#beta_glucan_about_nk{
	border:solid 1px #187FC3;
	padding:1em;
	margin-bottom:2em;
}

#beta_glucan_about_nk strong{
	font-weight:normal;
	color:#187FC3;
}


/*-----------------------------------

	汎用スタイル

-----------------------------------*/

#main_img{
	margin: 0 auto 1em;
	text-align: center;
}

.site_title {

}
.title_1{ 
	font-family: "Birch Std";
	font-size: 40px;
    color: #cccc00;
    text-align: center;
}

.title_2{ 
	font-family: "Birch Std";
	font-size: 40px;
    color: #ff99cc;
    text-align: center;
}

.art_title{
	margin:0 auto 1em;
	padding:10px;
	border:solid 2px #C9C9C9;
	border-radius:8px;
	font-size:20px;
	color:#888888;
	line-height:30px;
}

.art_title:before{
	content:"";
	height:30px;
	border-left:solid 10px #F7C5AB;
	padding-right:.5em;
}

.sec_title {
	background:url(images/sec_title_bg1.gif) scroll no-repeat left center;
	border-bottom:solid 1px #CCC;
	margin-bottom:1em;
	padding-left:40px;
	line-height:2;
	font-size:30px;
	color: #000000;
}



.sec_title a{
	color:#096;
	text-decoration:none;
}



.sub_title {
	border-bottom: dotted 2px #CCC;
	padding: .5em 1em .5em 0;
	margin: 0 auto 1em;
	color: #77520c;
	font-size: 14px;
	font-weight: bold;
}
.pickup_title{
	color: #715A0D;
	font-family:"ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:20px;
	margin: 0 auto .8em;
}

.catch_title{
	font-size:20px;
	font-weight:bold;
	color:#007259;
	margin-bottom:.5em;
	text-align: center;
}

.catch_title2 {
	font-size:18px;
	margin-bottom:.5em;
	text-align: left;
	color: #000000 ;
	background-color: #ffffff;
	padding: 10px;
	line-height:30px;
}

.catch_title3 {
	font-size:18px;
	margin-bottom:.5em;
	text-align: left;
	color: #fb3484 ;
	background-color: #ffffff;
	padding: 10px;
	line-height:34px;
}
.catch_title4 {
	font-size:18px;
	margin-top:none;
	text-align: left;
	color: #fb3484 ;
	background-color: #ffffff;
	padding: 1px;
	line-height:30px;
	text-decoration: bold;
}
.catch_title5 {
	font-size:14px;
	margin-top:none;
	text-align: left;
	color: #000000 ;
	padding: 1px;
	line-height:24px;
}


.feature_title{
	display:inline-block;
	background:#ec6d74;
	color:#FFF;
	font-size:14px;
	padding:.2em 1em;
	margin:0 auto 1em;
	border-radius:4px;
}

.article .effectiveness_flow{
	overflow:none;
	clear:both;
	list-style:none;
	margin:0 auto;
}

.article .effectiveness_flow li{
	display:inline;
	float:left;
	margin:0;
}


.info_table {
	border-collapse: collapse;
	margin-bottom: 2em;
}
.info_table th, .info_table td {
	padding: 1em;
	border-bottom: solid 1px #CCC;
	color:#999;
	font-size:14px;
}
.info_table th {
}
.info_table td {
}

.info_table span {
	font-size: 12px;
}

.section {
	margin-bottom: 3em;
	clear: both;
}

.section_title {
	margin-bottom: 0em;
	margin-top: 3em;
	clear: both;
	color: #4a593d;
	text-align: center;
	font-size: 30px;
}

.section_title_sec{
	color: #4a593d;
	text-align: center;
	font-size: 30px;
}

.fl_right {
	display: inline;
	float: right;
}
.fl_left {
	display: inline;
	float: left;
}

img.fl_right {
	margin: 0 0 1em 1em;

}
img.fl_left {
	margin: 0 1em 1em 0;

}
.article .fig_center{
	text-align: center;
	margin: 0 auto 1em;
}

strong.caution {
	color: #FF0000;
}

.fsmall {
	font-size: 11px;
	line-height: 16px;
}
.fxsmall {
	font-size: 10px;
	line-height: 12px;
}

.caution{
	color:#E60013;
}

.cl{
	clear:both;
	visibility: hidden;
	height:0;
}

.clear{
	clear:both;
}

.shadow_box{
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
}


.tab_nav{
	list-style:none outside;
	margin:0;
	width:680px;
	margin:0 auto;
}

.tab_nav li{
	display:inline;
	float:left;
	width:338px;
	border-top:solid 1px #99d6be;	
	border-left:solid 1px #99d6be;	
	border-right:solid 1px #99d6be;
	background:#99d6be;
	color:#FFF;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:15px;
	line-height:2.4;
}
.tab_nav li.sel{
	width:338px;
	border-top:solid 1px #99d6be;	
	border-left:solid 1px #99d6be;	
	border-right:solid 1px #99d6be;
	background:#FFF;
}

.tab_nav li a{
	display:block;
	text-decoration:none;
	color:#FFF;
}

.tab_nav li.sel a{
	color:#99d6be;
}

.tab_contents{
	clear:both;
	width:640px;
	margin:0 auto;
	padding:19px;
	border-bottom:solid 1px #99d6be;	
	border-left:solid 1px #99d6be;	
	border-right:solid 1px #99d6be;
}

.cat_title{
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	color: #096;
	padding-left: 30px;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: solid 1px #CCC;
	background-attachment: scroll;
	background-image: url(images/series_title_ico.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.copy_title{
	color:#ac8a6e;
	font-size:20px;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article .photo_list_2c{
	margin:0 auto 1em;
}

.article .photo_list_2c li{
	margin:0;
}
.article .fl_list {
	margin: 0px;
}
.article .fl_list li {
	margin-bottom: 1.5em;
}

.art_area{
	padding:0 20px;
}

.btn {
	display:inline-block;
	background:#5c8fd7;
	color: #888889;
	padding: .2em 1em;
	border-radius: 4px;
	background: #f9c385;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fef7f2), to(#f9c385));
	background-image: -webkit-linear-gradient(top, #fef7f2, #f9c385);
	background-image: -moz-linear-gradient(top, #fef7f2, #f9c385);
	background-image: -ms-linear-gradient(top, #fef7f2, #f9c385);
	background-image: -o-linear-gradient(top, #fef7f2, #f9c385);
	background-image: linear-gradient(top, #fef7f2, #f9c385);
	margin-left: 1em;
	box-shadow:rgba(0,0,0,.2) 0 0 3px;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
	color: #888889;
	text-decoration:none;
}
.btn:after {
	content:" >>";
	font-size:12px;
}

.back_to_top{
	text-align: right;
}
.back_to_top a{
	text-decoration:none;
	color: #888889;
}

.article .more_info {
	text-align:right;
	margin:0 0 1em auto;
}


.of_txt {
	overflow: auto;
	zoom: 1;
}

/*img*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/*----------------------------------------------------------

	トピックパスの設定

----------------------------------------------------------*/

ul#topic_path {
	overflow:hidden;
	width: 990px;
	margin-left: 0px;
	margin-bottom: 1em;
	font-size:13px;
}
ul#topic_path li {
	display:inline-block;
	font-size: 93%;
}

ul#topic_path  li a {
	padding-right: 13px;
	background: url(images/tp_arrow.png) no-repeat scroll right center;
	display: block;
	margin-right: 8px;
}

.ie7 ul#topic_path li,
.ie6 ul#topic_path li{
	display: inline;  
    zoom: 1;  
}

/*------------------------

     Clearfix

------------------------*/
.section:after,
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
* html .section,
* html .clearfix              { zoom: 1; } /* IE6 */
*:first-child+html .section,
*:first-child+html .clearfix  { zoom: 1; } /* IE7 */
