@charset "UTF-8";
/* CSS Document */

.clear {
	clear:both;
}

/***********************************************************************
#pageLogin (ログイン画面)
***********************************************************************/

#pageLogin {}

#pageLogin .lstInput {
	margin-bottom:65px;
}

#pageLogin #formLogin {
	padding-top:15px;
}

#pageLogin dl {
	margin-bottom:25px;
}

#pageLogin dt {
	color:#666;
	font-size:0.93em;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

#pageLogin dd {}

#pageLogin dd input {
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:10px center;
	background-size:29px;
}
#pageLogin dd input#loginName {background-image:url(css_img/iconLoginUser.svg);}
#pageLogin dd input#loginPass {background-image:url(css_img/iconLoginPass.svg);}

#pageLogin .btmResetPass {
	text-align:center;
	padding-top:35px;
}

/* ウィンドウ幅が640px以上の場合に適用するCSS */
@media screen and ( min-width:640px )
{
	#pageLogin {
		width:400px;
		margin-left:auto;
		margin-right:auto;
	}
}

/***********************************************************************
リアルタイム相場
***********************************************************************/

#boxRTMprice{}

#boxRTMprice #grafView{
	position:relative;
	margin-bottom:25px;
	padding:80% 0 0 0;
}

#boxRTMprice #grafView > div{
	position:absolute!important;
	left:0;
	top:0;
}

/* ウィンドウ幅が992px〜の場合に適用するCSS */
@media screen and ( min-width:992px ){

	#boxRTMprice #grafView{
		padding-top:450px;
	}

}


/***********************************************************************
トップページ（ダッシュボード）
***********************************************************************/

#contents .blockDef .graff {
	float:left;
	width:80px;
}

#contents #userBox {}
#contents #userBox h3 {
	text-align:center;
	color:#fff;
	font-size:1.02em;
	margin-bottom:30px;
}


#contents #userBox .movieBox {
	margin-bottom:20px;
}
#contents #userBox .movieBox h4 {
	margin-bottom:20px;
	position:relative;
	font-size:1.3em;
	color:#fff;
	padding-left:50px;
	min-height:35px;
	line-height:35px;
}
#contents #userBox .movieBox h4::before {
	position:absolute;
	width:35px;
	height:35px;
	content:"";
	display:block;
	left:0;
	top:50%;
	margin-top:-17px;
	background:#477bfc url(css_img/iconFilm.svg) no-repeat center center;
	background-size:100%;
	border-radius: 35px;        /* CSS3草案 */
	-webkit-border-radius: 35px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 35px;   /* Firefox用 */
}
#contents #userBox .movieBox .frame {
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding:55% 0 0 0;
	background:#000;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#contents #userBox .movieBox iframe{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}


#contents #userBox #iconUserShasow {
	width:180px;
	height:180px;
	margin:0 auto 15px auto;
	overflow:hidden;
	background:#68CAC0;
	border-radius: 180px;        /* CSS3草案 */
	-webkit-border-radius: 180px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 180px;   /* Firefox用 */
	box-shadow:0px 0px 15px rgba(0,0,0,0.3);
	border:solid 2px #fff;
}

#contents #userBox #grafView {
	position:relative;
	margin-bottom:35px;
	height:250px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	box-shadow:0px 0px 15px rgba(0,0,0,0.3);
	overflow:hidden;
}

#cordAffili {
	margin-bottom:35px;
}
#cordAffili dt {
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
	font-size:0.83em;
	color:#209E91;
}
#cordAffili dd.cord,
#cordAffili dd.btm {}
#cordAffili dd.cord {
	margin-bottom:8px;
}

#cordAffili #coadAffili {
	height:2.2em;
}

/*インフォメーション*/
#areaInfoList {}

#areaInfoList ul.listInfo {
	/*font-size:0.93em;*/
	margin:0;
	padding:0;
}

#areaInfoList ul.listInfo li {
	padding:13px 0 13px 25px;
	position:relative;
	list-style:none;
	/*border-bottom:solid 1px #7595D0;*/
}
#areaInfoList ul.listInfo li::before {
	content:"";
	display:block;
	width:8px;
	height:8px;
	background:#7595D0;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	position:absolute;
	left:7px;
	top:21px;
}

/*利益抽出項目*/
#frameFormRieki{}

#contents #frameFormRieki h4{
	color:#fff;
	padding:2px 0 5px 15px;
	text-align:left;
}
#contents #frameFormRieki .alert h4{
	text-align:center;
	margin-bottom:0.3em;
}

#frameFormRieki .boxView,
#frameFormRieki .boxInset{
	box-sizing:border-box;
	float:left;
	margin-bottom:35px;
	min-height:106px;
	box-sizing:border-box;
}

#frameFormRieki .boxView{
	width:60%;
	border:solid 1px #fff;
	background:#000;
	color:#fff;
	position:relative;
	padding:2px 5px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,209e91+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #477bfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#477bfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#477bfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#209e91',GradientType=0 ); /* IE6-9 */
}
#contents #frameFormRieki .boxView h4{
	color:#ccc;
}
#frameFormRieki .boxView:after{
	content:"BTC";
	position:absolute;
	right:-7px;
	bottom:21px;
	width:3.5em;
	color:#eee;
	font-size:0.7em;
}
#frameFormRieki .boxView h4{
	position:absolute;
	left:0;
	top:0.5em;
}
#frameFormRieki .boxView input{
	border:none;
	background:#00000000;
	color:#fff;
	font-size:1.73em;
	padding:2.0em 1.2em 0.8em 0;
	/*height:0.78em;*/
	height:100px;
	text-align:right;
}

#frameFormRieki .boxInset{
	width:40%;
	padding:35px 10px 5px 10px;
	position:relative;
}
#frameFormRieki .boxInset:after{
 content:"BTC";
 position:absolute;
 right:1.2em;
 bottom:1px;
 font-weight:bold;
 font-size:0.83em;
}
#contents #frameFormRieki .boxInset h4{
	background:#3DB1A5;
	padding:10px 3px;
	text-align:center;
	font-size:0.72em;
	margin:0 0 10px 0;
}
#frameFormRieki .boxInset .boxInput {
	margin-right:3.5em;
	position:absolute;
	left:10px;
	bottom:0;
}
#frameFormRieki .boxInset input{
	/*width:3.1em;*/
	padding:0.3em 0.8em;
}

#frameFormRieki .listCheck {
	clear:both;
	margin:0;
	padding:0;
}
#frameFormRieki .listCheck li {
	padding:1px 1.0em 1px 0;
	float:left;
	list-style:none;
}
#frameFormRieki .listCheck li input{
	margin:0 0.3em 0 0;
}
#frameFormRieki .listCheck li label{
	padding:0;
}

/* ウィンドウ幅が768px〜の場合に適用するCSS */
@media screen and ( min-width:768px ){


	#frameFormRieki .boxInset .boxInput {
		width:50%;
		margin-right:0;
	}

}

/* ウィンドウ幅が992px〜の場合に適用するCSS */
@media screen and ( min-width:992px ){

	#frameFormRieki .boxInset .boxInput {
		width:70%;
	}

}

/* ウィンドウ幅が1200px〜の場合に適用するCSS */
@media screen and ( min-width:1200px ){

	#frameFormRieki .boxInset .boxInput {
		width:77%;
	}

}

/*アービトラージ早見表*/
#areaArbiList {}

#areaArbiList .introSlide {
	padding:0.5em 0;
	text-align:center;
	font-weight:bold;
}

#areaArbiList .introSlide::before {
	content:"← ";
}
#areaArbiList .introSlide:after {
	content:" →";
}
#areaArbiList td.value{
	font-weight:bold;
	text-align:center;
	font-size:1.13em;
	color:#777;
}
#areaArbiList td.value span{
	display:block;
	font-weight:normal;
	font-size:0.83em;
	white-space: nowrap;
	padding:0.22em 1.0em;
	text-align:center;
	margin-bottom:0.3em;
	color:#fff;
	background:#3DB1A5;
	border-radius: 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px;   /* Firefox用 */
}
#areaArbiList td.value span.sell{
	background-color:#7595D0;
}
#areaArbiList td.value span.buy{
	background-color:#E76607;
}

#areaArbiList td.value span.type01 {
	background:#FEB733;
}

#areaArbiList tr:nth-child(even) td {
	background:#f6ffff;
}

#areaArbiList .linkNum {
	padding:0;
}

#areaArbiList .linkNum li{
	list-style:none;
	margin:0;
	padding:0 1px 1px 0;
	float:left;
}
#areaArbiList .linkNum li a{
	display:block;
	padding:0.3em 0.8em;
	font-size:0.83em;
	text-align:center;
	color:#fff;
	background:#3DB1A5;
}
#areaArbiList .linkNum li a.here {
	background:#68CAC0;
}

#contents #areaBtmLinkitem {
	padding-top:0;
}
#contents #areaBtmLinkitem a#btmLinkItem {
	display:block;
	padding:0.9em 1.2em 0.9em 4.1em;
	position:relative;
	color:#fff;
	font-size:1.1em;
	background:#000 url(css_img/iconMenuItem.svg) no-repeat 15px center;
	background-size:30px;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	border:solid 2px #fff;
	box-shadow:0 0 15px #00000066;
}
#contents #areaBtmLinkitem a#btmLinkItem:after {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
	width:15px;
	height:15px;
	content:"";
	display:block;
	border-color:#fff;
	border-width:1px;
	border-top:solid;
	border-right:solid;
	-moz-transform:    rotate( 45deg );  /* Firefox用 */
	-webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 45deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 45deg );  /* IE9用 */
	transform:         rotate( 45deg );  /* CSS3の書き方 */
}

#contents #areaBtmLinkManuitem {
	padding-top:0;
}
#contents #areaBtmLinkManuitem a#btmLinkManuialItm {
	padding:1.0em 2.0em 1.0em 70px;
	font-weight:bold;
	font-size:1.3em;
	color:#fff;
	background:#ff9031;
	min-height:40px;
	display:block;
	border-radius: 15px;        /* CSS3草案 */
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 15px;   /* Firefox用 */
	overflow:hidden;
	position:relative;
	border:solid 2px #fff;
	box-shadow:0 0 15px #00000066;
	text-decoration:none;
	transition-property:background-color;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
#contents #areaBtmLinkManuitem a#btmLinkManuialItm:hover {
	background-color:#ffbc31;
}
#contents #areaBtmLinkManuitem a#btmLinkManuialItm::before {
	content:"!";
	font-size:1.3em;
	display:block;
	position:absolute;
	text-align:center;
	width:40px;
	height:40px;
	line-height:40px;
	left:14px;
	top:50%;
	margin:-20px 0 0 0;
	color:#FE8A33;
	background:#fff;
	border-radius: 40px;        /* CSS3草案 */
	-webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 40px;   /* Firefox用 */
}
#contents #areaBtmLinkManuitem a#btmLinkManuialItm:hover::before {
	color:#FEB733;
}
#contents #areaBtmLinkManuitem a#btmLinkManuialItm::after {
	position:absolute;
	content:"";
	right:10px;
	top:50%;
	width:16px;
	height:16px;
	margin:-8px 0 0 0;
	border-top:solid 3px #fff;
	border-right:solid 3px #fff;
	-moz-transform:    rotate( 45deg );  /* Firefox用 */
	-webkit-transform: rotate( 45deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform:      rotate( 45deg );  /* 古いOpera用 */
	-ms-transform:     rotate( 45deg );  /* IE9用 */
	transform:         rotate( 45deg );  /* CSS3の書き方 */
}


#contents #areaFrameChartScrn .frame .grafBox {
    position: relative;
    height: 250px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    overflow: hidden;
}




/***********************************************************************
#pageItem (商品一覧ページ)
***********************************************************************/

#pageItem {}

#pageItem .listItem {}

#pageItem .listItem .photo {
	text-align:center;
	line-height:0;
	margin-bottom:15px;
	background:rgba(255,255,255,1);
	box-sizing:border-box;
	padding:5px;
	/*height:250px;*/
}
#pageItem .listItem .photo img {
	/*max-height:100%;*/
}

#pageItem .listItem .textIntro {
	font-size:0.83em;
}
#pageItem .listItem .textIntro .red {
	color:#f00;
}

#pageItem .listItem .price{
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
}

#pageItem .listItem .btmLinkItem{}
#pageItem .listItem .btmLinkItem a {
	display:block;
	padding:8px 10px;
	/**/background:rgba(0,0,0,0.7);
	border:solid 1px #000;
	text-align:center;
	color:#fff;
	overflow:hidden;
	position:relative;
	transition: .3s;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
}
#pageItem .listItem .btmLinkItem a:hover {
	color:#000;
	background:none;
}
#pageItem .listItem .btmLinkItem a::before {
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;q
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#pageItem .listItem .btmLinkItem a:hover::before {
	transform-origin: left top;
  transform: scale(1, 1);
}


/***********************************************************************
#pageBinary (バイナリーポジションページ)
***********************************************************************/

#pageBinary{}

#pageBinary h3{
	padding:10px 20px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	font-size:1.07em;
	line-height:1.5em;
	font-weight:normal;
	text-align:center;
	margin-bottom:25px;
	border:solid 1px #fff;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
}

#pageBinary .frameMap{
	float:none!important;
	width:auto !important;
}


#pageBinary .blockDef.frameMap .frame {
	padding:20px 10px;
}
#pageBinary .blockDef.frameMap .frame form{
	overflow-x:scroll;
	background:rgba(255,255,255,0.3);
}
#pageBinary .blockDef.frameMap .frame form::-webkit-scrollbar{
	display:none;
}

#pageBinary .blockDef .orgchart td {
    vertical-align: top;
    text-align: center;
}
#pageBinary .blockDef .orgchart table {width:100%;}
#pageBinary .blockDef .orgchart th,#pageBinary .blockDef .orgchart td {padding:0;}
#pageBinary .blockDef .orgchart th {height:20px;text-align:left;}
#pageBinary .blockDef .orgchart .width-50 {width:50%;}

#pageBinary .blockDef .orgchart table,
#pageBinary .blockDef .orgchart th,
#pageBinary .blockDef .orgchart td {
	border:none;
	background:none;
}
#pageBinary .blockDef .orgchart th,
#pageBinary .blockDef .orgchart td {
	background:none;
}
#pageBinary .blockDef .orgchart td .top,
#pageBinary .blockDef .orgchart td .right {
	border-color:#666!important;
}
#pageBinary .blockDef .orgchart td .top {border-top:1px solid;}
#pageBinary .blockDef .orgchart td .right{border-right:1px solid;}

#pageBinary .blockDef .orgchart button {
	margin:0 10px;
	padding:5px 8px;
	background:rgba(32,159,145,0.8);
	color:#fff;
	font-size:0.82em;
	width:auto;
}

/* ウィンドウ幅が640px以上の場合に適用するCSS */
@media screen and ( min-width:640px )
{

	#pageBinary .blockDef.frameMap .frame form::-webkit-scrollbar{
		display:block;
	}
}


/***********************************************************************
#pageExchange (ポイント交換申請ページ)
***********************************************************************/

#pageExchange{}

#pageExchange #areaShinsei .frameAttend {
	font-size:0.8em;
	background:rgba(255,255,255,0.9);
	position:fixed;
	left:10%;
	top:5%;
	z-index:55;
	width:80%;
	height:90%;
	box-sizing:border-box;
	display:none;
	transition-property: display;
	transition-duration:0.8s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	box-shadow:0px 0px 8px rgba(0,0,0,0.8);
}
#pageExchange #areaShinsei .frameAttend .frameBox {
	overflow-y:scroll;
	height:100%;
}

#pageExchange #areaShinsei .frameAttend.show {
	display:block;
}
#pageExchange #areaShinsei .frameAttend ul {
	padding:35px 15px 20px 15px;
	margin:0;
}
#pageExchange #areaShinsei .frameAttend li {
	padding:9px 15px;
	list-style:none;
}

#pageExchange #areaShinsei .frameAttend .modal-body {
	/*margin-bottom:35px;*/
	padding:0;
}

#pageExchange #areaShinsei .modal-footer {
	width:25px;
	height:25px;
	position:absolute;
	right:10px;
	top:10px;
	padding:0;
}
#pageExchange #areaShinsei .modal-footer button {
	width:100%;
	height:0;
	overflow:hidden;
	padding:100% 0 0 0;
	background:rgba(0,0,0,0.8) url(css_img/btmClose.svg) center center no-repeat;
	background-size:60%;
}

#pageExchange .form-inline .input-group {}
#pageExchange .form-inline .input-group input,
#pageExchange .form-inline .input-group button {
	/* border-radius: 0px;        CSS3草案 */
	/*-webkit-border-radius: 0px;     Safari,Google Chrome用 */
	/*-moz-border-radius: 0px;    Firefox用 */
}

#pageExchange .form-inline .input-group{
	/*height:43px;*/
}
#pageExchange .form-inline .input-group input[type="text"]{
}

#pageExchange #areaShinsei form input {
	width:100%;
}

/***********************************************************************
#pageQuestion (よくある質問ページ)
***********************************************************************/

#pageQuestion{}

#pageQuestion .frameQuesCate{
	display:none;
	width:100%;
}
#pageQuestion .frameQuesCate.show{
	display:block;
}

/*タブボタン設定*/
#pageQuestion .tabBox {
	margin-bottom:35px;
	padding-left:0;
}

#pageQuestion .tabBox li {
	box-sizing:border-box;
	padding:15px 5px;
	list-style:none;
}

#pageQuestion .tabBox li a {
	display:block;
	text-align:center;
	padding:0.82em 0;
	color:#fff;
	background:#3DB1A5;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 10px;    /*Firefox用 */
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	border:solid 1px #fff;
}

#screenQA {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:60;
	left:0;
	top:0;
}
#screenQA .frameBack {
	background:rgba(0,0,0,0.8);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#screenQA.show {
	display:block;
}
#screenQA dl {
	padding:60px 15px 30px 15px;
	position:relative;
}
#screenQA dt,
#screenQA dd.text {
	background:#ffffff;
	position:relative;
	padding:11px 10px 11px 35px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 10px;    /*Firefox用 */
}

#screenQA dt{
	margin-bottom:25px;
}
#screenQA dd.text {
	color:#E66607;
	font-weight:bold;
}

#screenQA dt::before,
#screenQA dd.text::before {
	position:absolute;
	left:12px;
	top:11px;
}
#screenQA dt::before {
	content:"Q";
}
#screenQA dd.text::before {
	content:"A";
}

#screenQA dd.btmClose {
	position:absolute;
	right:5px;
	top:5px;
	width:30px;
	height:30px;
	border-radius: 30px;        /* CSS3草案 */
	-webkit-border-radius: 30px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 30px;    /*Firefox用 */
	overflow:hidden;
}
#screenQA dd.btmClose a {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:100%;
	display:block;
	background:url(css_img/btmClose.svg) no-repeat center center;
	background-size:20px;
}


#pageQuestion .itemQuestion {
	padding:8px 0 8px 25px;
	position:relative;
}
#pageQuestion .itemQuestion::before {
	content:"";
	background:#4C73BA;
	width:8px;
	height:8px;
	position:absolute;
	left:0;
	top:12px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 8px;    /*Firefox用 */
}
#pageQuestion .itemQuestion dt {
	font-weight:normal;
}
#pageQuestion .itemQuestion dd {
	display:none;
}

/* ウィンドウ幅が640px以上の場合に適用するCSS */
@media screen and ( min-width:640px )
{

	#pageQuestion .tabBox li {
		float:left;
		width:50%;
	}
}




/***********************************************************************
#pageReport (ポイント明細ページ)
***********************************************************************/

#pageReport {}


#pageReport #areaPointList {
	width:100%;
	float:none;
}

/***********************************************************************
#pageDocument (各種資料ページ)
***********************************************************************/

#pageDocument .itemDocument {
}
#pageDocument .itemDocument .dataDocument {}

#pageDocument .itemDocument .dataDocument a {
	display:block;
	padding:8px 0 8px 55px;
	min-height:58px;
	font-size:0.93em;
	background:url(css_img/iconDocument.svg) no-repeat left top;
	background-size:50px;
	box-sizing:border-box;
}

/***********************************************************************
#pageContact (お問い合わせページ)
***********************************************************************/

#pageContact {}

#pageContact #mailContents {
	height:90px;
}

#pageContact #mainViewScreen {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:60;
	display:none;
	box-sizing:border-box;
	padding:50px 15px 10px 15px;
}

#pageContact #mainViewScreen.show {
	display:block;
}

#pageContact #mainViewScreen dl {
	padding:15px 25px;
	background:rgba(255,255,255,1);
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 8px;    /*Firefox用 */
	z-index:65;
	position:relative;
}

#pageContact #mainViewScreen dt {
	margin-bottom:10px;
	font-weight:bold;
	color:#209E91;
	font-size:1.087em;
}
#pageContact #mainViewScreen dd.btmClose {
	position:absolute;
	right:-10px;
	top:-35px;
}
#pageContact #mainViewScreen dd.btmClose a {
	width:30px;
	height:0;
	overflow:hidden;
	padding-top:30px;
	background:url(css_img/btmClose.svg) no-repeat center center;
	background-size:25px;
	display:block;
}

#pageContact #mainViewScreen .space {
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
}

#pageContact #areaContactRireki .listMail .content {
	display:none;
}

#pageContact #areaContactRireki .listMail .btmDel input,
#pageContact #areaContactRireki .listMail .btmDel button {
	width:25px;
	height:25px;
	padding:3px;
	background:#FE8A34 url(css_img/iconDelDash.svg) no-repeat center center;
	background-size:17px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}



/***********************************************************************
#pageInfomation (インフォメーションページ)
***********************************************************************/

#pageInfomation {}

#pageInfomation {}

#contents #pageInfomation .blockDef h3{
	/*color:#E69807;*/
	font-size:1.05em;
	padding-left:50px;
	position:relative;
	min-height:32px;
}
#contents #pageInfomation .blockDef h3::before{
	content:"";
	left:3px;
	top:10px;
	width:32px;
	height:32px;
	position:absolute;
	background:#FE8A34 url(css_img/iconTtlInfo.svg) no-repeat center center;
	background-size:27px;
	border-radius: 32px;        /* CSS3草案 */
	-webkit-border-radius: 32px;     /*Safari,Google Chrome用 */
	-moz-border-radius: 32px;    /*Firefox用 */
}

#contents #pageInfomation .blockDef .date {
	text-align:right;
}

