@charset "Shift_JIS";

body{
    background-color: #fff;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: #595757;
    font: 13px/1.5 "ヒラギノ角ゴ Pro W3" , "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro" , "MS PGothic" , sans-serif;
    -webkit-text-size-adjust: none;
}

body.hpb-layoutset-02{
    position: relative;
    border-top: none;
}

span.en{
    display: none;
}

/* スキップリンクの非表示 */
#hpb-skip{
    height: 0px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

body.hpb-layoutset-02 #hpb-skip{
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* ヘッダー */
#hpb-headerMain{
    display: none;
}

#hpb-headerExtra1{
    display: none;
}

#hpb-headerExtra2{
    display: none;
}

#hpb-headerNav{
    display: none;
}

/* インナー */
#hpb-inner{
    padding: 0;
}

/* タイトル */
#hpb-title{
    margin: 0;
    padding: 0;
    color: #898989;
}

.hpb-layoutset-02 #hpb-title{
    padding-top: 12px;
}

.hpb-layoutset-02 #hpb-title h2{
    background: #fff;
    border-bottom: 1px solid #727171;
    margin: 0;
    padding: 3px 15px;
    font-weight: normal;
    line-height: 1.0;
    overflow: hidden;
}

.hpb-layoutset-02 #hpb-title h2 span.en, .hpb-layoutset-02 #hpb-title h2 span.ja{
    float: left;
    display: block;
    padding-bottom: 2px;
    font-size: 23px;
}

.hpb-layoutset-02 #hpb-title h2 span.en{
    display: none;
}

.hpb-layoutset-02 #hpb-title h2 span.ja
{
}

/* ナビゲーション */
h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

/* メインコンテンツ */
.hpb-layoutset-02 #hpb-main{
    padding: 12px 0 0;
}

img, img a{
    border: none;
}

/* footer */
#hpb-footer{
    margin-top: 30px;
}

.hpb-layoutset-01 #hpb-footer{
    margin-top: 20px;
}

#hpb-footerExtra1{
    padding-top: 0px;
}

#hpb-footerExtra1 ul{
    margin: 5px auto;
    padding: 0;
    text-align: center;
    list-style: disc;
    overflow: hidden;
}

#hpb-footerExtra1 ul li{
    display: inline-block;
    padding: 7px 10px;
}

.hpb-layoutset-01 #hpb-footerNav{
    display: none;
}

#hpb-footerMain p{
    background-color: #231815;
    margin: 0;
    padding: 6px 0;
    font: 10px/1.0 'Helvetica' , 'Arial' , sans-serif;
    color: #fff;
    text-align: center;
}

#hpb-aside{
    margin: 35px 0px 10px 0px;
}

#hpb-aside h3, #hpb-aside h4, #hpb-aside p, #hpb-aside img{
    padding-left: 15px;
}

#banner ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#banner ul li{
    width: 100%;
    line-height: 1.0;
    overflow: hidden;
}

#banner ul li:nth-child(odd){
    background-color: #e6e6e6;
    background-image : url(../image/nav_arrow_00_2.png);
    background-position: 15px 17px;
    background-repeat: no-repeat;
}

#banner ul li:nth-child(even){
    background-color: #f5f5f5;
    background-image : url(../image/nav_arrow_00_2.png);
    background-position: 15px 17px;
    background-repeat: no-repeat;
}

#banner ul li a{
    display: block;
    height: 33px;
    padding: 11px 15px 0 25px;
    color: #727171;
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
    font-size: 22px;
}



/* リンク文字色 */
a:link{
    color: #9c6b20;
    text-decoration: underline;
}
a:visited{
    color: #9c6b20;
    text-decoration: underline;
}
a:hover{
    color: #d1891a;
    text-decoration: none;
}
a:active{
    color: #d1891a;
    text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 共通 */
p.large{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 5px;
}

p.bold{
    font-weight: bold;
}

p.indent{
    padding-left: 15px;
}

.price{
    color: #f00;
	font-size: 1.2em;
}

.red{
    color: #f00;
}
.ptype{
	color:white;
	background-color:#036;
	display:inline-block;
	padding:1px 10px;
	margin-right:10px
}

.left{
    float: left;
}
.right{
    float: right;
}
.center{
    text-align: center;
}

table{
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #d9d8d8;
}

table th{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 9px;
    text-align: left;
    background-color: #eeeded;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d9d8d8;
    white-space: nowrap;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #d9d8d8;
}