@charset "utf-8";


/*--------------
 基本
--------------*/
body {
	background:#ffffff;
	color: #000000;
	letter-spacing:0.08em;
	letter-spacing:0.05em\9; /* IE8 and below */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}



html,body{
	height:100% !important;
}


.container{
	min-height:100%;
	position:relative;
	
}

#footerWrap{
	position:absolute;
	
	bottom:0;
}






.pinkFont {
  color:#f6128d;
}


.pageTit{
	width:820px;
	margin:40px auto 60px;
	text-align:center;
}
@media only screen and (max-width: 768px) {
.pageTit{
	width:100%;
	margin:80px auto 40px;
}
}





.pageTit .mainTit{
	display:block;
	text-align:center;
	font-size:32px;
	color:#000000;
	position: relative;
}
@media only screen and (max-width: 768px) {
.pageTit .mainTit{
	display:block;
	text-align:center;
	font-size:28px;
}
}




.pageTit .mainTit:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 200px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #000000; /*下線の色*/
}


.pageTit .subTit{
	display:table-cell;
	text-align:center;
	vertical-align:text-bottom;
	font-size:16px;
	padding-left:10px;
}
@media only screen and (max-width: 768px) {
.pageTit .subTit{
	display:block;
	text-align:center;
	font-size:16px;
	padding-left:0px;
}
}







.wrapper {
	
}
.contents{
	
}
.contentsBox{
	width:980px;
	margin:0 auto;
}
#sb-site{
	
}
.nowrap {
	white-space: nowrap;
}
.imgPC{
	display:block;
}
.imgSP{
	display:none;
}
@media only screen and (max-width: 768px) {
.contents{
	width:auto;
	margin:0 0;
	/*padding:0 0 20px;*/
}
.contentsBox{
	width:320px;
	margin:0 auto;
}
.imgPC{
	display:none;
}
.imgSP{
	display:compact;
}
}





/*--------------
alover
--------------*/
.alover {
	cursor:pointer;
	/*opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;*/
}
.alover:hover {
	/*opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;*/
	color:#b5b5b5;
}
@media only screen and (max-width: 768px) {
.alover:hover {
	/*opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity: 1;*/
}
}






























/*--------------
header
--------------*/
#headerWrap {
	top: 0;
	background-color:#000000;
	width: 100%;
	height:50px;
	z-index: 4;
	
}
#headerWrap #hd-logoBox {
	text-align:center;
}
#headerWrap #hd-logoBox {
	height:auto;
	padding-top:6px;
}
#headerWrap #hd-logoBox img {
	width: 130px;
}
@media only screen and (max-width: 768px) {
#headerWrap {
	height:50px;
	position:fixed;
}
#headerWrap #hd-logoBox {
	height:42px;
}
#headerWrap .hd-logo {
	margin-top:4px;
}
}
























/*--------------
footer
--------------*/
#footerWrap {
	width:100%;
	margin:60px auto 0;
}
#footerWrap .copyRightWrap {
	background-color:#000000;
	padding:10px 20px 0px;
	height:30px;
}
#footerWrap .copyRightWrap ul.copyG .crBtn {
	float:right;
	font-size:12px;
	color:#ffffff;
	margin-bottom:0px;
	margin-top:0px;
}
#footerWrap .copyRightWrap ul.copyG .crBtn a {
	font-size:12px;
	color:#ffffff;
	margin-bottom:0px;
	text-decoration:none;
	background:url(../img_form/textlink_mark.png) left center no-repeat;
	padding-left:20px;
}
#footerWrap .copyRightWrap ul.copyG .crBtn a:hover {
	color:#dcdcdc;
}
#footerWrap .copyRightWrap ul.copyG .copyRight {
	float:left;
	font-size:12px;
	color:#ffffff;
	text-align:right;
	margin-bottom:0px;
}
@media only screen and (max-width: 768px) {
#footerWrap .copyRightWrap {
	padding:5px 20px 10px;
	height:auto;
}
#footerWrap .copyRightWrap ul.copyG .crBtn {
	float:none;
	font-size:10px;
	margin-bottom:30px;
	margin-top:5px;
	text-align:right;
}
#footerWrap .copyRightWrap ul.copyG .copyRight {
	float:none;
	font-size:10px;
	text-align:center;
	margin-bottom:30px;
}
}









/*--------------
page-top
--------------*/
.page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    /*padding: 10px;
   	background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;*/
    opacity: 0.8;
	z-index:4;
}
.page-top img {
	width:40px;
	height:40px;
}
@media only screen and (max-width: 768px) {
.page-top {
	bottom: 100px;
	display:none;
}
}



/*--------------
text link
--------------*/
a.txtLink {
	text-decoration:none;
	background:url(../img_form/banner_mark.png) left center no-repeat;
	padding-left:20px;
}

a.txtLinkInside:hover {
	text-decoration:none;
}

/*--------------
text link02
--------------*/
a.txtLink02 {
	text-decoration:underline;
	color: #000000;
	
}

a.txtLink02:hover {
	text-decoration:none;
	color: #666666;
}


/*--------------
list style
--------------*/
.listDick{
	list-style-type:disc;
	margin-left:20px;
}




/*--------------
font size
--------------*/
.fs18{
	font-size:18px;
}
@media only screen and (max-width: 768px) {
.fs18{
	font-size:16px;
}
}

.fs16{
	font-size:16px;
}
@media only screen and (max-width: 768px) {
.fs16{
	font-size:14px;
}
}

.fs14{
	font-size:14px;
}
@media only screen and (max-width: 768px) {
.fs14{
	font-size:12px;
}
}

.fs12{
	font-size:12px;
}
@media only screen and (max-width: 768px) {
.fs12{
	font-size:10px;
}
}

.fs10{
	font-size:10px;
}
@media only screen and (max-width: 768px) {
.fs10{
	font-size:10px;
}
}



/*--------------
font color
--------------*/
.fc_pink{
	color:#b70031;
}

.fc_grey{
	color:#707070;
}



/*--------------
margin
--------------*/
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
@media only screen and (max-width: 768px) {
.mt5sp{
	margin-top:5px;
}
.mt10sp{
	margin-top:10px;
}
}

.ml10{
	margin-left:10px;
}


/*--------------
print
--------------*/
#cboxTitle{
	text-align:left !important;
	width:90% !important;
	bottom:-5px !important;
	color:#707070 !important;
	font-size:13px !important;
	line-height:1.8em;
}
@media print {
#cboxTitle{
	font-size:12px !important;
}
}

/*--------------
print
--------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}