@charset "utf-8";
/**
 * style 
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "extension/init/std.css";
/*@import "extension/init/strict.css";*/
@import "extension/util.css";
@import "extension/accessibility.css";
@import "extension/noscript.css";
@import "extension/fnav/normal.css";
@import "extension/logtag.css";

/**
 * 2. html, body
 */
	body {
		background-color: #fff;
		background-image: url(../imgs/space.gif);
		background-repeat: repeat-x;
		background-position: center top;
		font-family:"ＭＳ ゴシック", "Osaka－等幅", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
		text-align: left;
	}
	.page {
		color: #000000;
		font-size: 12px;
		line-height: 18px;
	}
/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
	a {
		background-color: transparent;
		background-image: none;
		background-repeat: no-repeat;
		background-position: top left;
		color: #0000ff;
		text-decoration: underline;
	}
	a:visited {}
	a:hover {
		color: #ff0000;
		background-position: bottom right;
		text-decoration: none;
	}
	a:active {}

/* heading */
	h1 {
		margin-bottom: 19px;
	}
	.contentTitle {
		/*dont use <h2> selector*/
	}
	.section .title {
		margin-bottom: 25px;
	}
	.section .subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 25px;
		margin-left: 20px;
	}
	.section .subtitle strong {
		font-size: 16px;
		line-height: 24px;
	}
	.section .className .title {
		/*dont use <h4> selector*/
	}

/* cap */
	.cap,
	.caption {
		background: none;
		color: #666666;
		font-size: 10px;
		line-height: 15px;
	}
	.cap {
		padding-top: 5px;
	}

/**
 * 4. Layout
 */
 	body #wrap {
 		width: 760px;
 		margin: 0 auto;
 	}
	body #container {
		background: url(../../img/all_pht01.jpg) no-repeat left bottom;
		text-align: left;
		border: #CCCCCC solid 1px;
		margin-bottom: 20px;
	}
	body #gHeader {
		margin: 0 auto 15px;
		height: 51px;
		padding-top: 12px;
	}
	
	body #leftContents {
		width: 204px;
		float: left;
		margin-right: 8px;
		padding: 10px 0 200px 9px;
	}
	body #mainContent {
		width: 528px;
		padding-top: 35px;
		padding-bottom: 30px;
		padding-right: 9px;
		float: right;
	}
	#leftContents .gNavList li {
		line-height: 0;
		margin: 0;
		padding: 0;
		font-size: 0;
		list-style: none;
	}
	#leftContents .gNavList li img {
	  vertical-align: top;
  }

	
/* mainBox */
	body #mainBox {
		background: transparent url(../imgs/bg-contents-main.gif) repeat-y center top;
		text-align: left;
		width: 528px;
	}
	body #mainBoxInnder01 {
		background: transparent url(../imgs/bg-contents-top.gif) no-repeat center top;
			padding-top: 20px;
	}
	body #mainBoxInnder02 {
		background: transparent url(../imgs/bg-contents-bottom.gif) no-repeat center bottom;
		padding-bottom: 14px;
		padding-right: 10px;
		padding-left: 10px;
	}
/* /mainBox */

	body #photoBox {
		width: 485px;
		padding: 20px 10px 10px;
		background-color: #ffffff;
		border: 1px solid #ff822f;
	}
	body #photoBox .wrap {
		background: transparent url(../imgs/bg-photobox-01.gif) repeat-y center top;
		width: 485px;
	}
	body #photoBox .wrap dl {
		width: 229px;
	}
	body #photoBox .wrap dd.imgBox {
		float: left;
	}
	body #photoBox .wrap dd.textBox {
		float: right;
		width: 132px;
	}
	body #photoBox .wrap .bgWrapPhoto {
		background: transparent url(../imgs/bg-photobox-02.gif) repeat-x left bottom;
		padding-bottom: 13px;
		padding-top: 15px;
	}
	body #photoBox .wrap .bgWrapPhoto .blt02 a {
		color: #1f5fa9;
		font-weight: bold;
	}
	body #photoBox .wrap .bgWrapPhoto.last {
		background: transparent url(../imgs/bg-photobox-02.gif) repeat-x left bottom;
		width: 242px;
	}
	body #photoBox .wrap .bgWrapPhoto.first {
		padding-top: 0;
	}
	body #photoBox .wrap .lTitle dt {
		height: 36px;
	}
	
	body #photoBox #NextBackBtn {
		width: 485px;
		height: 27px;
		background-color: #ffffff;
		padding-top: 10px;
		clear: both;
	}
	body #photoBox #NextBackBtn ul {
		clear: both;
		float: right;
	}
	body #photoBox #NextBackBtn li {
		float: left;
		padding-left: 8px;
	}
	body #photoBox #NextBackBtn li a,
	body #photoBox #NextBackBtn li a:hover {
		color: #1f5fa9;
		font-weight: bold;
	}
	body #photoBox #NextBackBtn li strong {
		color: #ff822f;
	}

/* snav */
	#snav {
		width: 508px;
		height: 40px;
	}
	#snav ul {
		width: 485px;
		margin: 0 auto;
	}
	#snav li {
		float: left;
		height: 40px;
		padding-right: 9px;
		overflow: hidden;
	}
	#snav li.last {
		padding-right: 0;
	}
	
	
	#gFooter {
		border-top: 1px solid #d5cbca;
		padding-top: 11px;
	}
	body #gFooter .wrap {
		width: 760px;
		margin: 0 auto;
	}
	body #FTRlinks {
		border-top: 2px solid #2361aa;
		padding-top: 19px;
		padding-bottom: 20px;
		text-align: left;
	}
	body #FTRlinks .wrap {
		background: #ffffff url(../imgs/bg-ftrliks-01.gif) repeat-y center top;
		width: 760px;
		margin: 0 auto;
	}
	body #FTRlinks .bgWrap {
		background: transparent url(../imgs/bg-ftrliks-02.gif) repeat-x center bottom;
		padding-bottom: 15px;
	}
	body #FTRlinks .wrap .clum2 {
		width: 520px;
		float: left;
	}
	body #FTRlinks .wrap ul a {
		color: #000000;
	}
	body #FTRlinks .wrap ul.lft {
		width: 173px;
	}
	body #FTRlinks .wrap ul.cent {
		width: 297px;
	}
	body #FTRlinks .wrap .single ul {
		width: 171px;
		padding-bottom: 15px;
	}
	body #FTRlinks .wrap .single ul.last {
		padding-bottom: 0;
	}
	body #FTRlinks li.blt01 {
		background: #ffffff url(../imgs/img-yazirushi01.gif) no-repeat left 5px;
		padding-left: 8px;
		display: block;
	}
	.blt02 {
		background: #ffffff url(../imgs/img-yazirushi02.gif) no-repeat left 5px;
		padding-left: 8px;
		display: block;
	}
/**
 * 5. EachPageStyle
 */
/* pageID */
	#maintopWrap {
		background-color: #f8f8f0;
		padding-bottom: 20px;
		width: 100%;
	}
	#maintop #head {
		width: 860px;
		height: 51px;
		margin: 0 auto 15px;
		padding: 14px 0 0 0;
		overflow: hidden;
		clear: both;
	}

	#maintop #logo {
		float: left;
		width: 81px;
	}
	#maintop #subTitle {
		float: right;
		width: 206px;
	}
	#maintop #contents_top {
		width: 870px;
		margin: 0 auto;
		text-align: left;
	}

	#maintop .topImg {
		text-align: center;
		margin-bottom: 20px;
	}
	#maintop #contents_top .btArea li {
		margin-bottom: 15px;
	}
	#maintop .btArea li {
		float: left;
		list-style-type: none;
		padding: 0 5px;
	}

	#maintop .btArea img {
		vertical-align: top;
	}

	#maintop .pagetop {
		text-align: right;
		clear: both;
		height: 14px;
	}
	#maintop .relative {
		position: relative;
	}
	#maintop .absolute {
		position: absolute;
	}
	/* absLinkArea */
  #absLinkArea {
    position: relative;
    width: 280px;
  }
  #absLinkArea a {
    z-index: 5;
  }
  #absLinkArea a.absLink {
    position: absolute;
    left: 24px;
    top: 0px;
    display: block;
    width: 252px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 10;
    background-image: url(../imgs/space.gif);
    zoom: 1;
  }
  #absLinkArea #absLink01 { top: 49px; }
  #absLinkArea #absLink02 { top: 68px; }
  #absLinkArea #absLink03 { top: 86px; }
	body #morning #photoBox,
	body #lunch #photoBox,
	body #dinner #photoBox {
		padding-top: 10px;
	}
	body #morning #photoBox {
		border: 1px solid #cc3300;
	}
	body #lunch #photoBox {
		border: 1px solid #ff822f;
	}
	body #dinner #photoBox {
		border: 1px solid #009900;
	}
/* dinner */
	#snav.clum3 ul {
		width: 508px;
	}
	#snav.clum3 li {
		padding-right: 5px;
	}
	#snav.clum3 li.last {
		padding-right: 0;
	}

/* faq */

	.faqList{
		margin: 0 20px 20px 10px;
		padding: 10px;
		background: #fff;
		font-size: 14px;
		line-height: 20px;
	}
	.faqList dt{
		padding: 3px 15px 3px 15px;
		font-weight: bold;
		color: #1F5FA9;
		background: url(../faq/img/ind_line01.gif) no-repeat center bottom;
	}
	.faqList dd{
		margin: 5px 0 0 0;
		padding: 0 15px;
	}
	.faqList dd.more{
		text-align: right;
		padding: 0 15px 10px 15px;
	}

/* lecture */
	#checkList{
		width:466px;
		padding:10px 20px;
		background:#fff;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
	}
	#checkList li{
		padding:0 0 20px 0;
		margin:0 0 0 20px;
	}

	#checkList dt{
		line-height:1;
		padding:0 0 20px 0;
	}

	#checkList dt label input{
		vertical-align:middle;
		margin:0 5px 0 0;
	}

	#checkBtn{
		margin:0 0 0 90px;
		padding:0 0 30px 0;
	}

	#checkTxt{
		width:466px;
		padding:10px 20px;
		background:#fff;
	}

	#checkRecipe{
		width:506px;
		clear:both;
		overflow:hidden;
		padding:12px 0;
		background:#fff;
		font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	}
	
	#checkRecipe .recipe{
		float:left;
		width:234px;
		height:76px;
		margin:0 0 8px 0;
		padding:6px 6px 0 6px;
		border-left:#fff solid 4px;
	}
		#checkRecipe .recipe .img{
		float:left;
		width:67px;
		border-left:#1F5FA9 solid 5px;
		padding:0 0 0 1px;
	}

	#checkRecipe .recipe .txt{
		float:left;
		width:154px;
		padding:0 0 0 7px;
		line-height:1.2;
		font-size:12px;
	}

	#checkRecipe .recipe .txt a{
		display:block;
		font-weight:bold;
		margin:0 0 5px 0;
	}

	#checkRecipe .recipe .txt span{
		display:block;
		line-height:1.4;
	}
	.ct1 { color: #1F5FA9;
		font-weight: bold;
	}
		#opnBox1{
		height:113px;
		margin:0 0 15px 0;
		padding:10px 15px 0 55px;
		border:#1F5FA9 solid 1px;
		background:url(../../lecture/img/ind_bg01.gif) no-repeat left top;
	}
	#opnBox2{
		height:138px;
		margin:0 0 15px 0;
		padding:10px 15px 0 55px;
		border:#1F5FA9 solid 1px;
		background:url(../../lecture/img/ind_bg02.gif) no-repeat left top;
	}
	#opnBox3{
		height:153px;
		margin:0 0 15px 0;
		padding:10px 15px 0 55px;
		border:#1F5FA9 solid 1px;
		background:url(../../lecture/img/ind_bg03.gif) no-repeat left top;
	}
	#bnrList{
		padding:10px 0 20px 0;
	}
	#bnrList dt{
		text-align:center;
		margin:0 0 10px 0;
	}
		.le1_dis{
		background:url(../../lecture/img/le1_img03.jpg) no-repeat;
		height:134px;
	}
	.pad_dis{
		padding-top:20px;
		padding-left:150px;
		width:325px;
	}
	.le1_point1{
		padding:10px 60px 15px 50px;
		background:url(../../lecture/img/le1_point1.gif) repeat-y;
	}
	.le1_point2{
		padding:10px 60px 15px 50px;
		background:url(../../lecture/img/le1_point2.gif) repeat-y;
	}
		.le2Box{
		margin:0 0 7px 15px;
	}
	.le2Box_mid{
		width:460px;
		padding:0 10px;
		overflow:hidden;
		clear:both;
		background:url(../../lecture/img/le2_bg01m.gif) repeat-y;
	}
	.le2Box_mid p{
		float:left;
		width:144px;
	}
	.le2Box_mid div{
		float:right;
		width:301px;
		padding:0 0 0 15px;
	}
	.le2Box_btm{
		height:10px;
	}
	#le3Box{
		width:466px;
		padding:10px 20px;
		background:#fff;
	}
	.line1{
		height:30px;
		margin:0 0 10px 0;
		background:url(../../img/all_line02.gif) no-repeat left center;
	}
/* point */
	body #point #mainBoxInnder01 {
		padding-top: 0;
	}
	.whiteBox01{
		margin:0 10px 15px 0;
		padding:10px;
		border:#ccc solid 1px;
		background:#fff;
	}
	.whiteBox02{
		margin:0 70px 30px 50px;
		padding:15px 25px;
		border:#ccc solid 1px;
		background:#fff;
	}
	#tokuhoArea{
		width:370px;
		margin:0 0 0 80px;
		padding:0 0 30px 0;
		clear:both;
		overflow:hidden;
	}
/* product */
	#productArea{
margin: 0 auto;
padding:0 0 0 10px;
}
.prodTbl{
width:488px;
background:#fff;
}
.prodTbl th{
padding:3px 0 3px 12px;
color:#1F5FA9;
vertical-align:top;
background:url(../../product/img/ind_line01.gif) no-repeat left bottom;
}
.prodTbl td{
padding:3px 12px 3px 12px;
vertical-align:top;
background:url(../../product/img/ind_line01.gif) no-repeat right bottom;
}
.prodTbl th.tblHd{
padding:15px 10px 3px 12px;
}
.prodTbl td.tblHd{
padding:15px 12px 3px 12px;
}

.prodTbl th.tblBtm{
padding:3px 10px 15px 12px;
background:none;
}
#developerArea{
padding:18px 0 0 0;
}
#mesArea{
width:488px;
margin:0 0 20px 20px;
}
#mesArea #message{
padding:5px 30px;
background:#fff;
}
#devImg{
width:100%;
clear:both;
overflow:hidden;
}
#devPht{
float:left;
margin:0 0 0 2px;
}
#devTxt{
float:right;
margin:120px 20px 0 0;
font-size:12px;
color:#666;
}
body #product #mainBoxInnder02 {
		padding-right: 0;
		padding-left: 0;
	}

/*sterol*/
	#steroleList{
		margin:0 20px 30px 30px;
	}
	#steroleList li{
		margin:0 0 10px 0;
	}
	#steroleFlash{
		margin:0 0 10px 0;
	}

/* voice */
		.voiceList{
		margin:0 20px 20px 10px;
		background:#fff;
	}
	.voiceList dt{
		padding:3px 15px 3px 15px;
		overflow:hidden;
		clear:both;
		width:458px;
		background:url(../faq/img/ind_line01.gif) no-repeat center bottom;
	}
.voiceList dt strong{
		float:left;
		width:400px;
		font-weight:bold;
		color:#1F5FA9;
	}
	.voiceList dt span{
		float:right;
		text-align:right;
		font-size:12px;
		width:58px;
	}
	.voiceList dd{
		margin:5px 0 0 0;
		padding:0 15px 10px 15px;
	}

