@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #cbb7a7;
    text-align: left !important;
}

.hpb-parts-hl-style {
    margin-top: 15px !important;
    padding: 5px 0.2em !important;
    background-image: none !important;
    border-color: #e8619e;
}

.hpb-parts-cbox-style {
    border-color: #cbb7a7;
}

.hpb-parts-hr-style {
    border-color: #e8619e;
}

.hpb-parts-pbox-style {
    border-color: #cbb7a7;
}
.hpb-parts-pbox-style h4 {
    padding: 0px;
}
.hpb-parts-pbox-style img {
    margin: 0px !important;
}

.hpb-parts-blist-style {
    border-color: #e8619e;
}
a.hpb-parts-blist-style:link {
    color: #723918;
}
a.hpb-parts-blist-style:visited {
    color: #723918;
}
a.hpb-parts-blist-style:hover {
    color: #e8619e;
}
a.hpb-parts-blist-style:active {
    color: #e8619e;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
body {
	font-size: 100%;
}
.mr4 {
	margin-right: 4px;
}
.mb10 {
	margin-bottom: 10px;
}
span.small {
	font-size: 80%;
}
span.point {
	color: #FF3333;
}
img.photoframe {
	border: 10px solid #FFFFFF;
}

img.photobox    {
border: 10px solid #FFFFFF;
box-shadow: 5px 5px 10px #c0c0c0;
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
-moz-box-shadow: 5px 5px 10px #c0c0c0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 100px;
    padding: 30px 0;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {

}

div.ban{
    position:relative;
    width:350px;
    height:350px;
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../img/spacer.gif);
}


.box1 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
    display: inline-block;
font-weight: bold;
}

.box1:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}

