@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	outline: 0;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3"; 
	
}

body {
	line-height: 1;
}

img{
	display: block;	
}

img,
fieldset{
	border: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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


a:link {
	color: #216EA4;
	text-decoration: none;
}

a:visited {
	color: #216EA4;
	text-decoration: none;
}

a:hover {
	color: #216EA4;
	text-decoration: underline;
}

a:active {
	color: #216EA4;
	text-decoration: none;
}


/* リスト */
#goTop {
	padding: 0 300px 7px 0;
	font-size: 80%;
	text-align: right;
}

/* 画像 */
.topVisual {
	margin: 7px auto 0;
	display: block;
}

/* 注意書き */

/* 引用 */

/* float */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* clearfix */
	* html .clearFix {
		zoom: 1; 
	}

	*+html .clearFix {
		zoom: 1; 
	}
	
	.clearFix {
	clear: both;
}

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

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml5 {margin-left: 5px  !important;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	background: url(images/global/body_back.jpg) repeat left top;
	text-align: center;
	font-size: 15px;
	color: #3E3A39;
	border-top: 20px solid #9AC540;
}

body p {
	line-height: 1.6;
}

#wrap {
	margin-top: -20px;
	background: url(images/global/header_back01.jpg) repeat-x left top;
}

#container{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#main {
	padding: 17px 0 0 0;	
}

#header {
	background: url(images/global/header_back.jpg) repeat-x left bottom;
}

#header .header_box {
	margin: 0 auto;
	width: 900px;
	height: 177px;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 0;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	background-color: #9AC540;
}

#header .logo {
	position: absolute;
	left: 7px;
	top: 41px;
}

#header ul.he_ul01 {
	position: absolute;
	left: 200px;
	top: 46px;
}

#header ul.he_ul01 li {
	margin-right: 13px;
	float: left;
}

#header ul.he_ul01 li.mr0 {
	margin-right: 0;
}

#sideBar {
	float: left;
	width: 201px;
}

#sideBar h3 {
	clear: both;
}

#sideBar ul.sideUl01 {
	margin-bottom: 13px;
}

#sideBar ul.sideUl01 li {
	margin-bottom: 11px;
	float: left;
}

#sideBar .sideBox {
	padding: 9px 0 13px 13px;
	background: url(images/global/side_box_back.jpg) no-repeat left bottom;
	zoom: 1;
}

#sideBar .sideBox dl.side_dl01 dt {
	padding: 0 0 0 4px;
	float: left;
	font-size: 10px;
	color: #595757;
	clear: left;
}

#sideBar .sideBox dl.side_dl01 dd {
	margin-bottom: 9px;
	padding: 0 0 0 32px;
	_padding: 0 0 0 29px;
	font-size: 12px;
}

#sideBar ul.sideUl02 {
	margin: 0 0 0 9px;
	clear: both;
}

#sideBar ul.sideUl02 li {
	margin-bottom: 16px;
	padding: 0 0 0 20px;
	font-size: 14px;
	background: url(images/icon/side_icon01.jpg) no-repeat left center;
}

#conts {
	float: right;
	width: 679px;

}

#conts p {
	line-height: 1.6;
}

#conts h2 {
	margin: 0 0 23px 3px;
	padding-left: 60px;
	background: url(images/global/h2_back.jpg) no-repeat left top;
	line-height: 51px;
	font-size: 22px;
	color: #036EB7;
	font-weight: bold;
}

#conts ul.pro_ul {
	margin-left: 25px;
}

#conts ul.pro_ul li {
	float: left;
	margin: 0 17px 16px 0;
}

#conts ul.pro_ul li.mr0 {
	margin-right: 0;
}

#conts ul.pro_ul li.last {
	clear: left;
}

#conts ul.fac_ul {
	margin-left: 43px;
}

#conts ul.fac_ul li {
	float: left;
	width: 61px;
	margin-right: 8px;
	background: url(images/icon/icon01.gif) no-repeat right center;
}

#conts ul.fac_ul li a {
	width: 41px;
	display: block;
}

#conts ul.fac_ul li.none {
	background: none;
}

#conts ul.fac_ul li.mr0 {
	margin-right: 0;
}

#conts .Box01 {
	margin: 0 9px 0 17px;
}

#conts .Box01 p {
	width: 410px;
	float: right;
	text-indent: 15px;
}

#conts .Box01 p.p01 {
	text-indent: 0px;
}

#conts .Box02 {
	margin: 0 18px 0 17px;
}

#conts .Box02 p {
	width: 405px;
	float: left;
	text-indent: 15px;
}

#conts .btn {
	margin-left: 195px;
	width: 307px;
}

#pageTop {
	background: url(images/global/pageTop_back.jpg) no-repeat left top;
	text-align: right;
	padding-top: 21px;
	margin: 28px 0 17px 0;
	font-size: 17px;
	color: #216EA4;
	clear: both;
}

#pageTop a {
	background: url(images/icon/pageTop_icon.jpg) no-repeat left center;
	padding: 0 10px 0 25px;
	font-size: 17px;
}


#footer {
	border: 1px solid #D5DBCF;
	background: url(images/global/footer_back.jpg) repeat left top;
	clear: both;
	text-align: left;
}

#footer .f_box {
	margin: 0 auto;
	padding: 18px 0 0 0;
	+padding: 17px 0 0 0;
	width: 900px;
}

#footer .f_box .f_innerBox {
	margin-right: 35px;
	float: left;
	width: 144px;
}

#footer .f_box .f_innerBox h4 {
	margin-bottom: 6px;
	padding-left: 19px;
	font-size: 16px;
	color: #216EA4;
	line-height: 1.1;
	background: url(images/icon/f_icon01.jpg) no-repeat left center;
	zoom: 1;
}

#footer .f_box .ml38 {
	margin-left: 28px;
	_margin-left: 14px;
}

#footer .f_box .f_innerBox ul.f_ul01 {
	margin: 0 0 0 7px;
}

#footer .f_box .f_innerBox ul.f_ul01 li {
	padding: 0 0 0 8px;
	line-height: 1.1;
	font-size: 13px;
	margin-bottom: 8px;
	background: url(images/icon/f_icon02.gif) no-repeat left center;
	_background: url(images/icon/f_icon02.gif) no-repeat left 12px;
}

#footer .f_box .mr0 {
	margin-right: 0;
}

#footer p.copy {
	text-align: center;
	clear: both;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	background: url(images/global/pCopy_back.jpg) repeat-x left top;
}

.table01 {
	width: 630px;
	margin: 0 auto 20px 0;
	border-collapse: collapse;
	line-height: 1.2;
	color: #000;
}

.table01 th {
	border: 1px solid #e6e6e6;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 15px;
	background: url(images/product/table_th_back.jpg) repeat-x left top;
}

.table01 td {
	border: 1px solid #e6e6e6;
	padding: 7px 12px;
	font-size: 13px;
	white-space: nowrap;
}

.tbl td {
	white-space: normal!important;
}


.table02 {
	width: 100%;
	margin: 0 auto 20px 0;
	border-collapse: collapse;
	line-height: 1.2;
	color: #000;
}

.table02 th {
	border: 1px solid #e6e6e6;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 15px;
	background: url(images/product/table_th_back.jpg) repeat-x left top;
}

.table02 td {
	border: 1px solid #e6e6e6;
	padding: 7px 12px;
	font-size: 13px;
}



.h3 {
	font-size: 20px;
	color: #216EA4;
	background: url(images/icon/icon02.jpg) no-repeat left top;
	padding: 0 0 10px 44px;
	line-height: 33px;
	margin: 15px 0 10px 0;
}
	
.pmargin {
	margin: 15px 10px 15px 10px;
}

.haisouimg {
	float: right;
	margin: 0 0 0 20px;
}

.h4 {
	clear: both;
	margin: 5px 0 30px 30px;
}

.h42 {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	padding: 5px 0 6px 10px;
	line-height: 29px;
}

#guide p {
	font-size: 90%;
	line-height: 140%;
	padding: 4px 10px 9px 15px;
}

#guide ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 0 40px;
	font-size: 110%;
}

#guide ul li {
	margin: 4px 0 4px 0;
}


/*------------------------------------------------------------
			index
------------------------------------------------------------*/
#index 	#wrap {
	background: none;
}

#index #header {
	background: none;
}

#index #header .header_box {
	height: 0px;
}

.flashbox {
	padding-top:20px;
	margin-bottom: 20px;
}

#index #header .header_box img.banner {
	position: absolute;
	top: 20px;
	left: 0;
}

#index #main {
	padding: 15px 0 20px 0;	
}

#index #sideBar {
	padding: 4px 0 0 0;
}

#index #sideBar ul.sideUl01 {
	margin-bottom: 17px;
}

#index #conts {
	width: 676px;
}

#index #conts  h2 {
	margin: 0;
	padding: 0;
}

#index #conts .boxL {
	float: left;
	width: 454px;
}

#index #conts .boxL .innerBox {
	padding: 3px 19px 19px 19px;
	background: url(images/top/box_back.jpg) no-repeat left bottom;
}

#index #conts .boxL .in_Box {
	color: #000;
	width: 212px;
	font-size: 12px;
	float: right;
}

#index #conts .boxL .in_Box p span {
	color: #EA6000;
	font-weight: bold;
}

#index #conts .boxL .h_Box {
	margin: 0 3px 5px 3px;
	clear: both;
	position: relative;
	height: 53px;
	border-bottom: 1px solid #DDDBCE;
}

#index #conts .boxL .h_Box p.p01 {
	position: absolute;
	right: 1px;
	top: 22px;
}

#index #conts .boxL .h_Box p.p01 a {
	color: #00993E;
}

#index #conts .boxL .box01 {
	margin: 0 0 5px 4px;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #DDDBCE;
}

#index #conts .boxL .box01 dl.dl01 {
	line-height: 22px;
}

#index #conts .boxL .box01 dl.dl01 dt {
	padding: 0 0 0 30px;
	float: left;
	font-weight: bold;
	font-size: 17px;
	background: url(images/top/icon01.jpg) no-repeat left center;
}

#index #conts .boxL .box01 dl.dl01 dd {
	padding: 0 0 0 360px;
	_padding: 0 0 0 357px;
	font-size: 13px;
}

#index #conts .boxR {
	float: right;
	width: 201px;
}

#index #conts .boxR ul.ul01 li {
	margin-bottom: 10px;
	float: left;
}

#index #conts .boxR p.p02 {
	margin: 0 0 0 72px;
	clear: left;
	zoom: 1;
}

#index #conts .boxR p.p02 a {
	color: #00993E;
}

/*-----------product_index-----------------------*/

#product #conts .banner {
	margin: 0 0 16px 4px;
}

#product #conts .box01 {
	padding-right: 3px;
	margin: 0 0 21px 4px;
}

#product #conts .box01 .box02 {
	width: 340px;
	float: right;
}

#product #conts .box01 .box02 h2.h201 {
	margin: 2px 0 9px 0;
	padding-left: 26px;
	font-size: 25px;
	font-weight: bold;
	color: #216EA4;
	line-height: 53px;
	background: url(images/product/h2_back01.jpg) no-repeat left top;
}

#product #conts .box01 .box02 p {
	padding: 0 5px 9px 5px;
	line-height: 1.6;
	color: #000;
}

#product #conts .box01 .box02 table.table01 {
	width: 340px;
	border-collapse: collapse;
	line-height: 1.2;
	color: #000;
}

#product #conts .box01 .box02 table.table01 th {
	border: 1px solid #e6e6e6;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 118px;
	background: url(images/product/table_th_back.jpg) repeat-x left top;
}

#product #conts .box01 .box02 table.table01 td {
	border: 1px solid #e6e6e6;
	padding: 7px 12px;
	font-size: 13px;
}

/*-----------product_onikana-----------------------*/

#product01 #conts .banner {
	margin: 0 0 29px 4px;
}

/*-----------factory_index-----------------------*/

#factory #conts .banner {
	margin: 0 0 18px 4px;
}

#factory #conts ul.link {
	margin: 0 0 16px 11px;
}

#factory #conts ul.link li {
	float: left;
	font-size: 11px;
	margin-right: 5px;
	line-height: 1.1;
}

#factory #conts .flow {
	margin: 0 0 29px 31px;
}

#factory #conts .Box02 p span.span01 {
	display: block;
	margin-bottom: 10px;
}

#factory #conts .Box02 .p_link {
	font-size: 16px;
	padding-left: 20px;
	background: url(images/icon/side_icon01.jpg) no-repeat left center;
	clear: left;
}

#factory #conts p.p02 {
	margin: 0 15px 12px 15px;
	text-indent: 15px;
}




/*-----------factory_flow1-----------------------*/

#factory #conts .banner {
	margin: 0 0 20px 4px;
}

#factory #conts .box01 {
	width: 654px;
	margin: 0 0 35px 15px;
	background: url(images/factory/line01.jpg) repeat-y center top;
}

#factory #conts .box01 .box02 {
	width: 306px;
}

#factory #conts .box01 .box02 h3 {
	font-size: 20px;
	color: #216EA4;
	background: url(images/icon/icon02.jpg) no-repeat left top;
	padding: 0 0 10px 44px;
	line-height: 33px;
}

#factory #conts .box01 .box02 p {
	text-indent: 15px;
}

/*-----------blog-----------------------*/

#blog #conts .boxL {
	width: 485px;
	float: left;
}

#blog #conts .boxL .banner {
	margin-bottom: 18px;
}

#blog #conts .boxL h3 {
	font-size: 14px;
	color: #216EA4;
	background: url(images/icon/icon03.jpg) no-repeat left top;
	padding-left: 20px;
	margin: 0 0 13px 10px;
	zoom:1;
}

#blog #conts .boxL .box {
	background: url(images/blog/box_back.jpg) no-repeat left top;
	padding: 23px 30px 25px 26px;
	zoom:1;
}

#blog #conts .boxL .wrapbox {
	background: url(images/blog/box_back2.jpg) repeat-y left top;
	zoom:1;
}

#blog #conts .boxL h4 {
	font-size: 24px;
	color: #216EA4;
	font-weight: normal;
	background: url(images/icon/icon04.jpg) no-repeat left top;
	padding: 0 0 6px 38px;
	line-height: 29px;
	zoom:1;
}

#blog #conts .boxL h5 {
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 37px;
}

#blog #conts .boxL .photo {
	margin: 0 0 22px 8px;
}

#blog #conts .boxL p {
	margin: 0 0 25px 2px;
}

#blog #conts .boxR {
	width: 180px;
	float: right;
}

#blog #conts .boxR h3 {
	margin-bottom: 7px;
}

#blog #conts .boxR ul.side_ul01 {
	margin: 0 0 7px 14px;
}

#blog #conts .boxR ul.side_ul01 li {
	background: url(images/icon/icon05.jpg) no-repeat left 1px;
	padding: 0 0 10px 17px;
	font-size: 10px;
	zoom:1;
}

#blog #conts .boxR ul.side_ul01 li a {
	font-size: 13px;
}

#blog #conts .boxR .input {
	margin-left: 10px;
}

#blog #conts .boxR .input .input01 {
	width: 110px;
}

#blog #conts #pageTop {
	background: url(images/blog/pageTop_back.jpg) no-repeat left top;
}

#blog .cl {
width:170px;
margin: 5px auto 15px auto;
font-size: 90%;

}
	
#blog .cl th {
	text-align:center;
	font-weight: normal;
}
	
#blog .cl td {
	text-align:center;
	color: #444;
}

#blog .cl td a {
color: #03F;
}

#blog .cltitle {
text-align:center;
color: #69C;
}

#trackbacks {
font-size: 80%;
}

#comments {
	font-size: 90%;
}

.comments-open-content,.trackbacks-info,.comments-content {
	margin-left: 15px;
}

.bar {
	margin: 0 auto;
}

.cart_box {
	width: 329px;
	background: url(gift/images/images/cartback_01.gif) left top no-repeat;
	padding: 20px 0 5px 0;
}

.cart_box p {
	font-size: 90%;
	line-height: 130%!important;
	padding: 8px 16px 10px 21px;
	
}
	

.cart_box .small {
	text-align: center;
	font-size: 80%;
	padding: 0 0 0 0;
}

.cart_box img {
	margin: 0 auto;
}


.cartbox_cont {
	width: 329px;
	padding: 0;
	margin: 0 6px 20px 4px;
	float: left;
}

	
.cart_box2 {
	width: 218px;
	float: left;
	margin: 15px 8px 20px 0;
}

.cart_box2 img {
	margin: 0 auto;
}

.cart_box2 p {
	font-size: 90%;
	line-height: 130%!important;
	margin: 0 0 0 3px;
}

.cart_box2 h3 {
	font-size: 105%;
	font-weight: 600;
	background: url(gift/images/marker.gif) left top no-repeat;
	padding: 0 0 0 18px;
	margin: 12px 0 10px 3px;
}

.stepinfo {
	text-align: center;
	margin-bottom: 20px;
}

.stepinfo img {
	margin: 0 auto 20px auto;
	
}

.list1 {
	margin: 0 0 20px 120px;
}

.list1 li {
	font-size: 90%;
	background: url(gift/images/marker.gif) left top no-repeat;
	padding: 0 0 0 18px;
	margin: 4px 0 4px 3px;
}

.tl {
	margin: 0 auto;
}

.guidepage {
	width: 632px;
	text-align: left;
	margin-bottom: 20px;
}

.guidepage h4 {
	margin: 10px 0 10px 0;
	font-size: 110%;
}

.guidepage p {
	padding:4px;
}

.p_links {
	font-size: 20px;
	padding-left: 20px;
	background: url(images/icon/side_icon01.jpg) no-repeat left center;
	clear: left;
}

.p_bdr {
	border: #eb9 1px solid;
}
	

.menu {
	text-indent: 0px;
	font-size: 90%;
}

.boxL1 {
	width: 320px;
	float: left;
	margin: 0 0 0 10px;
}

.boxR1 {
	width: 320px;
	float: right;
	margin: 0 10px 0 0;
	font-size: 90%;
}

.boxR1 ul {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 25px;
}

.boxR1 ul li {
	margin: 0 0 5px 0;
	line-height: 150%;
}


.h3mini {
	font-size: 120%;
	font-weight: 600;
	background: url(gift/images/marker.gif) left top no-repeat;
	padding: 0 0 0 18px;
	margin: 15px 0 10px 3px;
}

.oshirase {
	font-size: 100%;
	font-weight:bold;
	color: #00C;
	padding: 10px 0 10px 30px;
	line-height: 150%;
}

