/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #ffffff url();
	color: #000000;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 16px;
	padding: 0px 0;
	margin: 0;
	line-height: 32px;


}

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	color: #009DE5;
	text-decoration: none;
}
a:hover, a:active
{
	color: #131133;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #000000;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #2FC7FF;
}
#copyrights a:link, #copyrights a:visited
{
	/*color: #000000;*/
}
#copyrights a:hover, #copyrights a:active
{
	/*color: #000000;*/
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
height: 0px;
width: 800px;
clear: both;
line-height: 0px;
zoom: 1;
display: hidden;
font-size: 0px;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
}

#headerwrap{
	position: relative;
	width: 980px;
	height: 140px;
	margin: 0 auto;
}


#mainwrapper
{

	width: 100%;
	background: url(images/) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 0 0px;
	margin: auto;
	z-index: 1000;
}
#wrapper
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow:hidden;
}


.vrlogo{
	position: relative;
	width: 171px;
	height: 60px;
	overflow: hidden;
	float: left;
	top: 50px;
}

.vrlogo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

ul.vrmenu{
	position: relative;
	width: 600px;
	height: 20px;
	float: right;
	overflow: hidden;
	top: 50px;
}


ul.vrmenu li{ 
	margin: 0;
	padding: 0;
}

ul.vrmenu li a{
	float: right;	
	text-align: center;
	color: #000;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	font-size: 12px;
	cursor:pointer;
	margin-left: 20px;
}

ul.vrmenu li a:hover{
	text-decoration: none;
}



#header-imgwrap{
	position: relative;
	width: 1116px;
	height: 100%;
	margin: 0 auto;
}

.header-img{
	position: relative;
	width: 1116px;
	height: 630px;
	overflow: hidden;
	margin: 0 auto;
}

.header-img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

#header-imgwrap2{
	position: relative;
	width: 100%;
	height: 100%;

}

.header-img2{
	position: relative;
	width: 1116px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

.header-img2 img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}


.top-explan{
	position: absolute;
	width: 540px;
	height: auto;
	bottom: -25px;
	left: 68px; 
}

.top-explan p{
	text-align: left;
	font-size: 14px;
	line-height:28px;
	margin: 0;
}
.white
{
	width: 980px;
	background: #fff;
	height: auto;
	margin: 0 auto;
}

.gray{
	width: 1116px;
	height:auto;
	background: #eeeeee;
	margin: 0 auto;
}


.menutitle{
	width: 400px;
	margin: 0 auto;

}

.menutitle p{
	font-size: 26px;
	text-align: center;
	margin: 0;
}

.dewrap{
    width: 980px;
	margin: 0 auto;
	overflow: hidden;
}


.de-content{
	position: relative;
	width: 200px;
	height: 360px;
    margin: 0 22px 55px 22px;
	float: left;
	z-index: 100;
	overflow: hidden;
	background: #fff;
}

.de-picture{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.de-picture img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.de-content dt{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 25px;
}

.de-content dd{
	font-size: 12px;
	line-height:24px;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
}

.vr-content-wrap{
	position: relative; 
	width:490px;
	height:380px;
	float: left;
}

.vr-content-img{
	position: relative;
	width: 385px;
	height: 319px;
	margin: 0 auto;
	overflow: hidden;
}

.vr-content-img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.vr-content-img2{
	position: relative;
	width: 338px;
	height: 271px;
	margin: 0 auto;
	overflow: hidden;
}

.vr-content-img2 img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.content-explan{
	position: relative;
	width: 440px;
	height: auto;
	margin: 0 auto;
}

.content-explan p{
	text-align: left;
	font-size: 12px;
	line-height:24px;
	margin: 0;
}

.lens-backimg{
	position: relative; 
	width: 1116px; 
	height: 600px; 
	background: url(images/vr-lens-back.png) center center no-repeat; 
	z-index: 0;
	margin: 0 auto;"
}

.lens-wrapper{
	position: relative;
	width: 980px;
	height: 600px;
	margin: 0 auto;
}

.lens-wrap{
	position: relative;
	width: 400px;
	height: auto;
	float: right;
	top: 100px;
}

.lens-explan p{
	text-align: left;
	font-size: 14px;
	line-height:28px;
	margin: 0;
}

.lens-subtitle{
	float: left;
	margin: 0 0 25px 0;
	width: 400px;
	height: 50px;
	background: #00A0E9;
	line-height:50px;
	text-align: center;
	color: #fff;
}

.lens-subtitle p{
	font-size: 22px;
	margin: 0;

}

.center-explan{
	position: relative;
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.center-explan p{
	text-align: left;
	font-size: 14px;
	line-height:28px;
	margin: 0;
}

.kumitate-img{
	position: relative;
	width: 980px;
	height: 296px;
	margin: 0 auto;
	overflow: hidden;
}

.kumitate-img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.lot-backimg{
	position: relative; 
	width: 1116px; 
	height: 600px; 
	background: url(images/vr-lot-back.png) center center no-repeat; 
	z-index: 0;
	margin: 0 auto;"
}

.lot-wrapper{
	position: relative;
	width: 980px;
	height: 600px;
	margin: 0 auto;
}

.lot-wrap{
	position: relative;
	width: 400px;
	height: auto;
	float: left;
	top: 100px;
}

.lot-explan p{
	text-align: left;
	font-size: 14px;
	line-height:28px;
	margin: 0;
}

.lot-subtitle{
	float: left;
	margin: 0 0 25px 0;
	width: 400px;
	height: 50px;
	background: #00A0E9;
	line-height:50px;
	text-align: center;
	color: #fff;
}

.lot-subtitle p{
	font-size: 22px;
	margin: 0;

}

.kakaku-block{
	width: 324px;
	height: 40px;
	float: left;
	border-style: solid;
	border-width: 1px 0 0 1px;
}

.kakaku-block p{
	text-align: center;
	font-size: 14px;
	line-height:40px;
	margin: 0;
}

.kakaku-block-right{
	width: 324px;
	height: 40px;
	float: left;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

.kakaku-block-right p{
	text-align: center;
	font-size: 14px;
	line-height:40px;
	margin: 0;
}

.kakaku-block-top{
	width: 324px;
	height: 1px;
	float: left;
	border-style: solid;
	border-width: 1px 0 0 0;
}

.inquiry-backimg{
	position: relative; 
	width: 1116px; 
	height: 360px; 
	background: url(images/vr-toiawase-back.png) center center no-repeat; 
	z-index: 0;
	margin: 0 auto;"
}

.inquiry-wrapper{
	position: relative;
	width: 980px;
	height: 360px;
	margin: 0 auto;
}

.inquiry-wrap{
	position: relative;
	width: 980px;
	height: auto;
	float: right;
}

.inquiry-explan{
	position: relative;
	width: 400px;
	height: auto;
	margin: 0 auto;
}

.inquiry-explan p{
	text-align: left;
	font-size: 14px;
	line-height:28px;
	margin: 0;
}

.inquiry-subtitle-tel{
	position: relative;
	width: 314px;
	height: 34px;
	margin: 0 auto;
	overflow: hidden;
}

.inquiry-subtitle-tel img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.inquiry-subtitle{
	position: relative;
	width: 320px;
	height: 50px;
	margin: 0 auto;
	background: #00A0E9;
	line-height:50px;
	text-align: center;
	color: #fff;
}

.inquiry-subtitle p a{
	font-size: 26px;
	margin: 0;
	color: #fff;
}

.inquiry-subtitle p a:hover
{
	color: #fff;
	text-decoration: none;
}

.inquiry-subtitle p a:active
{
	color: #fff;
	text-decoration: none;
}

#footer-wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #eeeeee;
}

#footer-wrap{
    width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-logo{
	position: relative;
	width: 220px;
	height: 38px;
	overflow: hidden;
	float: left;
	margin-right: 25px;
}

.footer-logo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.footer-addrees{
	position: relative;
	float: left;
	top: 7px;
}

.footer-addrees p{	
	font-size:12px;
	color: #000;
	margin: 0;
	line-height:24px;
}

#copyrights
{
	width: 100%;
}

#copyrights p
{
	font-size:12px;
	text-align: center;
	color: #000;
	margin: 0;

}

.pagetop {
	position: fixed;
	right:5%;
	bottom: 20px;
	z-index: 9000;
/*	display: inline;*/


} 

.pagetop a {

border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;


	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0;
	background: #000;
	/*border-radius: 5px;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.pagetop a:hover {
	background: #000;
	color: #fff;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 980px;
	height: 1%;
	overflow: visible;
	/*float: right;*/
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0px 0px 0px 0px;
	margin: auto;
}
.content
{
	padding: 0;
	margin: 0px 0px 30px 0px;
}
.content2
{
	width: 192px;
	float:left;
	clear: none;
	padding: 0px;
	margin: 0px -1px 0px -5px;
/*	margin: 0px 2px 0px -5px; */
}

.works_trim
{
	width: 200px;
	height: 280px;
	float: left;
	margin: 20px 6px 20px 7px;
	padding: 0px;
	display: inline;
	background: #34261b url(images/bg_gray.jpg) bottom;
}





/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	background:  url(images/bg_title.jpg);
	font-size: 32px;
	padding: 10px 0px 10px 15px;
	margin: 0px 0px 10px 0px;
	color: #000;
/*	border-width: 0px 0px 12px 0px;*/
/*	border-style: solid;*/
/*	border-color: #f5f5f5;*/
}

.contenttitle br
{
	display: none;
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 10px 30px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 25px;
	font-size: 16px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;

}

.contentbody2
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 10px 30px 10px;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 32px;
	font-size: 16px;
}


.contentbody2 table tr td
{
	font-size: 16px;
	text-align: justify;
	line-height: 32px;

}

.contentbody2 img
{
	margin: 0px;

}


.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}




.contentbody3
{
	background: url(images/);
	font-size:15px;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*line-height: 180%;*/
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

.catdesc
{
	width: 980px;
	font-size: 12px;
	width:;
	height:;
	background: url(images/);
	padding: 5px 0px 5px 0;
/*	margin-bottom: 20px;*/
/*	border-width: 0px 0px 1px 0px;*/
/*	border-style: solid;*/
/*	border-color: #dedede;*/
}

.catdesc_bottom
{
	width: 980px;
	font-size: 12px;
	width:;
	height:;
	background: url(images/);
	padding: 5px 0px 5px 0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #dedede;
}


.works_index
{
	background: #ffffff; 
	padding: 10px; 
	margin: 0px 0px 30px 0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	background: #ddd url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
	color: #000;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 20px 0px 20px 0px;
	background: #ddd url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #999;
	color: #000;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
}

/*カレンダー*/
table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited 
{
	background:none;padding:0;
}
table.calendar 
{
	margin:0 auto;
}



table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
.QA-Qbox01 {
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 {

	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding-left: 45px;
}
.QA-Abox01 {
	background: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 2px 2px 2px 2px; 
	border-style: dotted; 
	border-color: #2b6d0e;
}
.QA-Qtext01 {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #704d2a;
	padding-bottom: 5px;
	line-height: 2em;
	width: 600px;
	float: left;
	font-weight: regular;
}
.QA-textcolor {
	color: #704d2a;
}

.QA-Qbotton {
	float: left;
	border: 0;
}






/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}

.c_line40
{
	clear: both;
	height: 40px;
}

.c_line50
{
	clear: both;
	height: 50px;
}

.c_line60
{
	clear: both;
	height: 60px;
}

.c_line70
{
	clear: both;
	height: 70px;
}

.c_line80
{
	clear: both;
	height: 80px;
}

.c_line90
{
	clear: both;
	height: 90px;
}

.c_line100
{
	clear: both;
	height: 100px;
}

.c_line110
{
	clear: both;
	height: 110px;
}

.c_line120
{
	clear: both;
	height: 120px;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%; 
}
div.leftbox20 {
	float: left;
	width: 20%; 
}
div.leftbox30 {
	float: left;
	width: 160px; 
}
div.leftbox40 {
	float: left;
	width: 40%; 
}
div.leftbox45 {
	float: left;
	width: 45%; 
}
div.leftbox55 {
	float: left;
	width: 55%; 
}
div.leftbox60 {
	float: left;
	width: 60%; 
}
div.leftbox65 {
	float: left;
	width: 65%; 
}
div.leftbox70 {
	float: left;
	width: 70%; 
}
div.leftbox75 {
	float: left;
	width: 75%; 
}
div.leftbox80 {
	float: left;
	width: 80%; 
}

div.leftbox100px {
	float: left;
	width: 105px; 
}

div.leftbox150px {
	float: left;
	width: 155px; 
}

div.leftbox200px {
	float: left;
	width: 205px; 
}

div.leftbox250px {
	float: left;
	width: 255px; 
}

div.leftbox300px {
	float: left;
	width: 305px; 
}

div.leftbox350px {
	float: left;
	width: 355px; 
}
div.leftbox400px {
	float: left;
	width: 405px; 
}

div.leftbox450px {
	float: left;
	width: 455px; 
}
div.leftbox500px {
	float: left;
	width: 505px; 
}

div.leftbox550px {
	float: left;
	width: 555px; 
}
div.leftbox600px {
	float: left;
	width: 605px; 
}

div.leftbox650px {
	float: left;
	width: 655px; 
}
div.leftbox700px {
	float: left;
	width: 705px; 
}

div.leftbox750px {
	float: left;
	width: 755px; 
}

div.leftbox800px {
	float: left;
	width: 805px; 
}
*/

.leftbox10 {
	float: left;
	width: 10%; 
}
.leftbox20 {
	float: left;
	width: 20%; 
}
.leftbox30 {
	float: left;
	width: 160px; 
}
.leftbox40 {
	float: left;
	width: 40%; 
}
.leftbox45 {
	float: left;
	width: 45%; 
}
.leftbox55 {
	float: left;
	width: 55%; 
}
.leftbox60 {
	float: left;
	width: 60%; 
}
.leftbox65 {
	float: left;
	width: 65%; 
}
.leftbox70 {
	float: left;
	width: 70%; 
}
.leftbox75 {
	float: left;
	width: 75%; 
}
.leftbox80 {
	float: left;
	width: 80%; 
}

.leftbox100px {
	float: left;
	width: 105px; 
}

.leftbox150px {
	float: left;
	width: 155px; 
}

.leftbox200px {
	float: left;
	width: 205px; 
}

.leftbox250px {
	float: left;
	width: 255px; 
}

.leftbox300px {
	float: left;
	width: 305px; 
}

.leftbox350px {
	float: left;
	width: 355px; 
}
.leftbox400px {
	float: left;
	width: 405px; 
}

.leftbox450px {
	float: left;
	width: 455px; 
}
.leftbox500px {
	float: left;
	width: 505px; 
}

.leftbox550px {
	float: left;
	width: 555px; 
}
.leftbox600px {
	float: left;
	width: 605px; 
}

.leftbox650px {
	float: left;
	width: 655px; 
}
.leftbox700px {
	float: left;
	width: 705px; 
}

.leftbox750px {
	float: left;
	width: 755px; 
}

.leftbox800px {
	float: left;
	width: 805px; 
}



.scrollmark{
	position: absolute;
	font-size: 1.1rem;
	color: #ffffff;
	bottom: 95px;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 0 0 20px 0;
}

.scrollmark .span{
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


.bg_more a
{
/*	width: 120px;*/
	width: 100%;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
/*	float: right;*/
	background: url(images/bg_more_n.png) repeat;
	text-align: center;
/*	margin: 15px 10px 30px 0px;*/
	margin: auto;
	display: block;
	color: #000;
/*	background: #000;*/
/*	border-width: 1px 1px 1px 1px;*/
/*	border-style: solid;*/
/*	border-color: #999999;*/
/*    border-radius: 3px;*/        /* CSS3草案 */  
/*    -webkit-border-radius: 3px;*/    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 3px;*/   /* Firefox用 */ 
font-weight: bold;
}


.bg_more a:link {
	color: #000;
	text-decoration: none;

}

.bg_more a:visited {
	color: #000;
	text-decoration: none;

}
.bg_more a:hover {
	width: 100%;
	text-decoration: none;
	color: #000;
background: rgba(255,255,255,0.3);
/*    border-radius: 3px;*/        /* CSS3草案 */  
/*    -webkit-border-radius: 3px;*/    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 3px;*/   /* Firefox用 */ 
}

.bg_more a:active {
	color: #000;
	text-decoration: none;

}

.bg_more2 a
{
/*	width: 120px;*/
	width: 300px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
/*	float: right;*/
	background: url(images/bg_more_n.png) repeat;
	text-align: center;
/*	margin: 15px 10px 30px 0px;*/
	margin: auto;
	display: block;
	color: #000;
/*	background: #000;*/
/*	border-width: 1px 1px 1px 1px;*/
/*	border-style: solid;*/
/*	border-color: #999999;*/
/*    border-radius: 3px;*/        /* CSS3草案 */  
/*    -webkit-border-radius: 3px;*/    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 3px;*/   /* Firefox用 */ 
font-weight: bold;
}


.bg_more2 a:link {
	color: #000;
	text-decoration: none;

}

.bg_more2 a:visited {
	color: #000;
	text-decoration: none;

}
.bg_more2 a:hover {
	width: 300px;
	text-decoration: none;
	color: #000;
background: rgba(255,255,255,0.3);
/*    border-radius: 3px;*/        /* CSS3草案 */  
/*    -webkit-border-radius: 3px;*/    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 3px;*/   /* Firefox用 */ 
}

.bg_more2 a:active {
	color: #000;
	text-decoration: none;

}



