@charset "UTF-8";

/*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	}
header, footer, nav, section, article, figure, aside {
display:block;
	}
img {
	vertical-align: bottom;
	border: none;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
	}
table { margin : 0; empty-cells: show;}
li { list-style: none; padding: 0; margin: 0;}
a {
	color:#624900;
	text-decoration: none;
	}
a:hover,
a:active{
	color:#624900;
	text-decoration: underline;
	}

/****************************************

          Layout

*****************************************/
* {
	margin: 0;
	padding: 0;
	}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 1.6;
	background: #dcdcdc;
	color:#FFF;
	-webkit-text-size-adjust: 100%;
	}


a{

	cursor: pointer

}


/****************************************

          Layout

*****************************************/
.contents {
	width:980px; 
	margin: 0 auto ;
	overflow :hidden;
	_zoom:1;
	}
.productBox,
.outlineBox  {
	text-align: left;
	overflow :hidden;
	_zoom:1;
	}
/****************************************

          header

*****************************************/
#wrapper {
	width:100%;
	margin: 0 auto;
	background:url(../images/background/bg.png) repeat top left;
	color:#999999;
	padding-bottom: 50px;
	position: relative;
	z-index:0;
	overflow :hidden;
	_zoom:1;
	}
#header {
	width: 100%;
	background: url(../images/header/header_bg.jpg) repeat-x left top;
	}
#header #headerContents {
	width: 980px;
	height: 570px;
	margin: 0 auto 50px;
	position: relative;
	background: url(../images/header/main-img.jpg) no-repeat left 61px;
	}
#header h1 {
	position: absolute; 
	top: 0;
	left: 0;
	z-index:0; 
	}
#header h2 {
	position: absolute; 
	top: 493px;
	right: 10px;
	z-index:0; 
	}



#header #lead{

   position:absolute;
    left:20px;
    bottom:20px;
}

/****************************************

          nav

*****************************************/


#tab{
	width:980px ;
	margin:auto;
        text-align:right;
}

#tab li{
	display:inline-block;
	height:50px;
	cursor:pointer;
	background-repeat:none;
	text-indent:-9999px;
}

#tab li span{

	display:none;

}

#tab li.product{
	width:120px;
	background:url(/peacemaker/common/images/nav/nav_product.png);
        background-position:bottom;
}

#tab li.outline{
	width:120px;
	background:url(/peacemaker/common/images/nav/nav_outline.png);
        background-position:bottom;
}

#tab li.special{
	width:120px;
	background:url(/peacemaker/common/images/nav/nav_special.png);
        background-position:bottom;
}


#tab li.select{
	background-position:top;
}


.disnon {
  display: none;
}


/****************************************

          twitter/news

*****************************************/
#twitter {
	float: left;
	background:white;
	width: 386px;
	margin-bottom:50px;
	}
#twitter .twitterArea {
	margin: 10px 10px 0;
	height: 290px;
	padding: 0;
	}

#twitter h2{

    position:relative;
}

#twitter h2 #TwitterBtn{

    position:absolute;
    right:10px;
    top:15px

}

#news {
	float: right;
	width: 550px;
	background:white;
	margin-bottom:50px;
	}
#news h2 {
	margin: 0;
	padding: 0;
	}
#news .newsArea  {
	margin: 20px 20px 20px 30px;
	padding-right: 15px;
	height: 260px;
	overflow:auto;
	}
#news .newsArea dl  {
	color:#666666;
	padding: 9px 0;
	border-bottom: dotted 1px lightgrey;
	overflow :hidden;
	_zoom:1;
	}
#news .newsArea dt {
	float: left;
	width: 85px;
	}
#news .newsArea dd {
	float: left;
	width: 385px;
	}
/****************************************

          商品情報／人物紹介

*****************************************/
#product,
#outline {
	width:100%;
	margin: 0 auto ;
	background-image:url(../images/product/bg.png) ;
	color:#FFF;
	padding-bottom: 38px;
	}
#product h2,
#outline h2,
#special h2 {
	padding-top: 19px ;
	width:980px;
	margin:auto;

	}
	
#product h4,
#outline h4,
#special h4 {
	margin-top:30px !important;
	width:100%;
	margin:auto;
	font-size:1.5em;
	color:white;
	text-align:center;
	background:gray;

	}	
	
#productContents{
	width:810px;
	height: auto;
	margin: 0 auto ;
	padding: 20px 85px;
	background:url(../images/product/product-bg.png) repeat-y ;
	color:#261702;
	}

#outlineContents,
#specialContents{

	width:980px;
	height: auto;
	margin: 0 auto ;
	background:url(../images/product/product-bg.png) repeat-y;
	color:#261702;
color:#261702;
        -moz-background-size:100% 100%;
background-size:100% 100%; 
	padding-top:10px;
}

#productContents ul{
    display:table;
    width:100%;

}
#productContents li{

    display:table-cell;
    text-align:center;
	padding:10px;
	
}

#productContents li img{
	
	margin-bottom:20px;
}


#product .title,
#outline .title,
#special .title {
	width:100%;
	background: url(../images/product/title_bg.png) repeat-x;
	height: 90px;
	margin-bottom: 54px;
	}

#product .linkbtn {
	clear:left;
	text-align: center;
	padding: 5px 0;
	}
	
#product .linkbtn li {
	display: inline;
	}

#product strong{
	
	font-size:1.5em;
	font-weight:bold;
	color:#006699;

}

#product h3,
#outline h3{

	text-align:center;
    margin-top:50px;
}

#product a.btn img{

	margin:10px 20px 0px 20px;

}

#product h3:first-child{

    margin-top:20px;
}

#product .bottom{

    margin-left:-85px;
    margin-bottom:-20px;

}


#product div.detail{
    margin-top:20px;
    margin-bottom:20px;
    display:none;
    background:white;
    padding:auto;
	background:url(../images/product/detail_bg.png) bottom right no-repeat white;
}


#product div.detail div{
    
    padding:1em 2em;

}

#product div.detail div.title{
    background:#006699;
    height:2em;
    font-size:1.5em;
    color:white;
    font-weight:bold;
    line-height:2em;
    text-indent:1em;
    margin-bottom:0;
	padding:0;
	width:auto;

}
#product div.detail p{

	margin-bottom:1em;
}


#outlineContents ul{
	margin:auto;
	width:920px;
	overflow:hidden;
}


#outlineContents ul li {
	width:440px;
	display:block;
	float:left;
	margin:10px;


}

#specialContents ul{
    width:860px;
    margin:50px auto 0 auto;
}

#specialContents ul li{
    display:inline-block;

}


/****************************************

          footer

*****************************************/
#footer {
	clear:both;
	position:relative;
	overflow:hidden;
	text-align:center;
	}
#footer ul {
	margin: 25px auto 5px;
	position:relative;
	left:50%;
	float:left;
	}
#footer ul>li {
	position:relative;
	left:-50%;
	float:left;
	margin-right: 5px;
	}
#footer ul>li:last-child {
	margin-right: 0;
	}
#copyright {
	clear:both;
	margin: 0 0 2px;
	}
	
	
/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 3%;
    right: 3%;}
#back-top span {
    width: 81px;
    height: 60px;
    display: block;}

#back-top a {
    cursor: pointer;}
