@charset "utf-8";

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333; 
}

body {
    font: 14px/26px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial,'Helvetica Neue',Helvetica, sans-serif;
    line-height: 1.7142;
	background:url(../../images/common/head_line.jpg) repeat-x;

}
/* 
::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}
*/
hr {
    display: block;
    height: 1px;
    border: 0;
    margin:0;
    padding: 0;
	background:url(../../images/common/border_img.png) repeat-x;
}

img {
    vertical-align: bottom; /*変更*/
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* リンク指定
----------------------------------------------- */
a:link , 
a:visited {
    color: #476501;
    text-decoration: none;
}
a:hover ,
a:active {
    color: #476501;
    text-decoration: underline;
}

.linkblack a:link ,
.linkblack a:visited {
    color: #333;
    text-decoration: none;
}
.linkblack a:hover ,
.linkblack a:active {
    color: #333;
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    font-size: 0;
    visibility: hidden;
    content: ".";
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.unit:after,
.lineList:after,
.article-inner:after,
.article-inner2:after{
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.unit,
.lineList,
.article-inner,
.article-inner2{
	/zoom:1;
}

/* フォント
----------------------------------------------- */
.st {font-weight: bold;}
.mini {font-size: 90%;}
em{font-style:normal; font-weight:bold;}
.attention{ color:#bb0000; }

.mkr01{color:#bb0000;}/*赤*/

.fs12n{
	font-size:86%;
	line-height:1.4;
}

/* 行揃え
----------------------------------------------- */
.alignC {text-align: center;}
.alignR {text-align: right;}
.alignL {text-align: left;}

/* フロート
----------------------------------------------- */
.floatR {float:right;}
.floatL {float: left;}
.clear{clear:both;}

/* 余白
----------------------------------------------- */
.m0{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}

.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !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;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.mb1em{margin-bottom:1em !important;}

/* サイズ
----------------------------------------------- */
.box200{width:200px;}
.box300{width:300px;}
.box400{width:400px;}
.box500{width:500px;}



/* =============================================================

 共通

============================================================= */
/*リストfloat*/
.lineList li{
	float:left;
	display:inline;
}
ul.lineList,
ol.lineList{
	overflow:hidden;
	/zoom:1;
}


/*画像に枠*/
img.pic{
	padding:1px;
	border:1px solid #e3e3e3;
}

/*セカンドメインイメージ*/

.mainImg_back  {
	background:url(../../images/common/h2back.jpg) repeat-x 0 0;
}
section  {
	margin:0 0 46px 0;
}
h2.mainImg  {
	background:url(../../images/common/mainImg.jpg) no-repeat;
	font-size:172%;

	height:48px;
	padding:92px 0 0 20px;
	font-weight:normal;
}


article h3  {
	background:url(../../images/common/tit_back.jpg) repeat-y;
	color:#ffffff;
	font-size:154%;
	padding:16px 0 8px 28px;
	font-weight:normal;
	margin:0 0 24px 0;
}
article h5  {
	background:url(../../images/common/border_img.png) repeat-x 0 bottom;
	padding:0 0 2px 0;
}
article h5 .inner {
	background:#f3f0e5 url(../../images/common/h5_head.gif) no-repeat 0 0;
	color:#6c4711;
	font-weight:normal;
	height:25px;
	padding:5px 0 0 15px;
}
article h6  {
	font-weight:bold;
	font-size:18px;
	color:#763b1b;
	background:#f7f6ee;
	padding:8px 0 4px 16px;
	margin-bottom:0;
}
article h6 span  {
	font-weight:normal;
	font-size:13px;
}

/*定義リストdl ddと横並び
--------------------------------------- */
.dl-horizon{
	border-top:none;
	margin:1.2em 0 ;
	background-color:#fff;
}	

.dl-horizon dd{
   margin-bottom:2px;
}


/*テーブル*/
article table{
	border:1px solid #cccccc;
	margin: 1.67em 0;
}
article th{
	border-bottom:1px dotted #cae95d;
	background-color: #e8f8bd;
	padding: 6px 6px 6px 13px;
	vertical-align: top;
	text-align:left;
}
article td{
	 border-bottom:1px dotted #cae95d;
   padding: 6px 6px 6px 17px;
}

/*list-style
--------------------------------------- */
ul.disc{
	margin-left:18px;
}
ul.disc li{
	list-style:outside disc;
	padding:0.2em 0;
}

ol.decimal{
	margin-left:22px;
}
ol.decimal li{
	list-style:outside decimal;
}


/* =============================================================

 コンテンツエリア　article

============================================================= */
/*タイトル
--------------------------------------- */
.tit-m{
	border-top:1px dotted #cbac40;
	border-bottom:1px dotted #cbac40;
	line-height:1.25;
	font-weight:normal;
	padding:0.4em 10px;
	margin:2em 0 1.2em;
}
.contents  {
	width:742px;
	float:right;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.wrapper,
.wrapper-inner {
    width:1000px;
    margin: 0 auto;
}



/* ===================
    ALL: Theme
   =================== */ 
.header-container  {
    width:1000px;
	margin: 0 auto;
	text-align:center;
}
.header-inner  {
	width:1000px;
	margin:0 auto ;
	padding:29px 0 0 0;
	clear:both;
}

h1.title  {
	float:left;
	padding:0 0 0 450px;

}
.hdr-info  {
	float:right;
}

#mainimg{
	text-align:center;
	margin:0 auto;
	background:#fff;
	width:100% !important;
	background-position:center center !important;


}
.main-container  {
	width:1000px;
	clear:both;
	margin:0 auto;
}
	 
/*nav*/
nav ul {
    margin: 0;
    padding: 0;
}


#gnav {
	clear:both;
	overflow:hidden;
	margin:0 0 5px 0;

}
#gnav li  {
	float:left;
	display:inline;
}
#gnav li a{
	background:url(../../images/common/gnavi.jpg) no-repeat 0 0;
	display: block;
	height:64px;
	text-indent:-9999px;
}

.move  {
	/*-webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    -ms-transition: 2s;*/
    transition: 2s;
}

#gnav li.nav-products a { background-position: 0 0; width:166px;}
#gnav li.nav-products a:hover,
body#products #gnav li.nav-products a { background-position: 0 -64px;}

#gnav li.nav-about a { background-position: -166px 0; width:166px;}
#gnav li.nav-about a:hover,
body#about #gnav li.nav-about a { background-position: -166px -64px;}

#gnav li.nav-concept a { background-position: -332px 0; width:166px;}
#gnav li.nav-concept a:hover,
body#concept #gnav li.nav-concept a { background-position: -332px -64px;}

#gnav li.nav-shop a { background-position: -498px 0; width:166px;}
#gnav li.nav-shop a:hover,
body#shop #gnav li.nav-shop a { background-position: -498px -64px;}

#gnav li.nav-order a { background-position: -664px 0; width:166px;}
#gnav li.nav-order a:hover,
body#order #gnav li.nav-order a { background-position: -664px -64px;}

#gnav li.nav-news a { background-position: -830px 0; width:166px;}
#gnav li.nav-news a:hover,
body#news #gnav li.nav-news a { background-position: -830px -64px;}


/* ==============
    サイド
   ============== */
#side  {
	width:224px;
	float:left;
   }
#sideNav{
	border:1px solid #d4c9a6;
	background-color:#fff;
	margin-bottom:18px;
	position:relative;
	float:left;
	width:222px;
	padding:4px;
}

#sideNav ul  {
	background:url(../../images/common/side_head.jpg) no-repeat 0 0;
	margin:0;
	padding:7px 0 0 0;
	width:222px;
}
#sideNav li{

	background:url(../../images/common/border_img.png) repeat-x 0 bottom;
	padding:0 0 1px 0;
	width:222px;
	
}
#sideNav li.last{
	background:none;
}

#sideNav li a  {
	background:url(../../images/common/linkmark.png) no-repeat 206px 14px ;
	width:212px;
	height:34px;
	display:block;
	padding:14px 0 3px 10px;
	 /*-webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -ms-transition: 0.6s;*/
    transition: 0.6s;
}


#sideNav a:hover,
#sideNav a.current,
#life-location .nv-location a{
	background:#e9f489 url(../../images/common/linkmark.png) no-repeat 206px 14px ;
	text-decoration:none;
}	




/* ====================
	フッター
 ==================== */
.footer-container {
	margin-top:20px;


}
.footer-container .wrapper  {
    width:1000px;
	margin:0 auto;
}

.footer-container .totop{
	float:right;

}
.footer-container .ftr-nav  {
	padding:50px 0 0 0;
	float:left;
}
.footer-container .ftr-nav li{
	padding:0 1.5em;
	margin-bottom:6px;
	font-size:87.7%;
}
.footer_btm  {
	clear:both;
	background:#000000;
	border-top:3px solid #666;
	color:#959595;
	text-align:center;
	font-size:86%;
	padding:20px 0 70px 0;
}


/* ====================
	ぱんくず
 ==================== */	
#topicPath{
	width:1000px;
	padding:0;
}
#topicPath li  {
	font-size:86%;
	display:table-cell;
	background:url(../../images/common/topicPath_mark.gif) no-repeat 0 0;
	padding:0 0 0 22px;
}
#topicPath li.first  {
	background:url(../../images/common/topicPath_home.gif) no-repeat;
	padding:0 10px 0 24px;
}





/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}