@charset "utf-8";

html {
	height:100%;
	font-size: 62.5%;
	margin:0;
}

body {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	color: #111;
	position:relative;
}

.gothic {font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; font-weight: 400;}


html,
body,
main,
main > section {
	width: 100%;
	min-width: 1060px;
}

ol, ul, ol li, ul li {list-style: none;}
h2, h3 {font-weight: 600;}

a {
	color: #0853b7;
	text-decoration: none;
	}
/*a:hover img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	}*/

/* micro clearfix */	
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.loader {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #222;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loader .circleLoader {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 8px solid #f39700;
	border-right-color: transparent;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 9999999;
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); opacity: 0.2; }
	50% { transform: rotate(180deg); opacity: 1.0; }
	100% { transform: rotate(360deg); opacity: 0.2; }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); opacity: 0.2; }
	50% { transform: rotate(180deg); opacity: 1.0; }
	100% { transform: rotate(360deg); opacity: 0.2; }
}
@-moz-keyframes spin {
	0% { transform: rotate(0deg); opacity: 0.2; }
	50% { transform: rotate(180deg); opacity: 1.0; }
	100% { transform: rotate(360deg); opacity: 0.2; }
}


/*  header
------------------------------------*/
header {
	width: 100%;
	background:url(../images/key_bg.jpg) no-repeat center top fixed;
	padding:0;
	position: relative;
    overflow: hidden;
}
header #header_inner {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	min-height: 830px;
}
header #header_inner h1 {
	margin: 1em 0;
	font-weight: 400;
	font-size: 0.9em;
	color: #fff;
}
#pagetop .logo {float: left;}
#pagetop .tel {float: right; padding-top: 35px;}


/* svg */
#key_txt {
	position: absolute;
	top: 200px;
	left: 0;
	width: 400px;
	height: 500px;
	z-index: 4;
}
#key_txt svg {width: 100%;}
#key_txt p {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#key_txt p {
		bottom: -40px;
	}
}

.path {fill:#fff;opacity: 0;}

.path-1 {
    -moz-animation:DASH 1s ease-in-out 1s forwards;
    -webkit-animation:DASH 1s ease-in-out 1s forwards;
    -o-animation:DASH 1s ease-in-out 1s forwards;
    animation:DASH 1s ease-in-out 1s forwards;
    -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;    
}

.path-2 {
    -moz-animation:DASH 1s ease-in-out 1.4s forwards;
    -webkit-animation:DASH 1s ease-in-out 1.4s forwards;
    -o-animation:DASH 1s ease-in-out 1.4s forwards;
    animation:DASH 1s ease-in-out 1.4s forwards;
    -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  
}

.path-3 {
    -moz-animation:DASH 1s ease-in-out 1.8s forwards;
    -webkit-animation:DASH 1s ease-in-out 1.8s forwards;
    -o-animation:DASH 1s ease-in-out 1.8s forwards;
    animation:DASH 1s ease-in-out 1.8s forwards;
    -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  
}

.path-4 {
    -moz-animation:DASH 1s ease-in-out 2.2s forwards;
    -webkit-animation:DASH 1s ease-in-out 2.2s forwards;
    -o-animation:DASH 1s ease-in-out 2.2s forwards;
    animation:DASH 1s ease-in-out 2.2s forwards;
    -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  
}

.path-5 {
    -moz-animation:LINE 1s ease-in-out 3s forwards;
    -webkit-animation:LINE 1s ease-in-out 3s forwards;
    -o-animation:LINE 1s ease-in-out 3s forwards;
    animation:LINE 1s ease-in-out 3s forwards;
    -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;  
}

@keyframes DASH{
    0%  {fill:rgba(255,255,255,0);}
    40%{fill:#fff;opacity: 1;}
	100%{fill:#fff;opacity: 1;}
}

@-moz-keyframes DASH{
    0%  {fill:rgba(255,255,255,0);}
    40%{fill:#fff;opacity: 1;}
	100%{fill:#fff;opacity: 1;}
}

@-webkit-keyframes DASH{
    0%  {fill:rgba(255,255,255,0);}
    40%{fill:#fff;opacity: 1;}
	100%{fill:#fff;opacity: 1;}
}

@-o-keyframes DASH{
    0%  {fill:rgba(255,255,255,0);}
    40%{fill:#fff;opacity: 1;}
	100%{fill:#fff;opacity: 1;}
}

@-ms-keyframes DASH{
    0%  {fill:rgba(255,255,255,0);}
    40%{fill:#fff;opacity: 1;}
	100%{fill:#fff;opacity: 1;}
}

@keyframes LINE{
    0%  {fill:rgba(255,255,255,0); width: 0;}
    40%{fill:#fff;opacity: 1; width: 100px;}
	100%{fill:#fff;opacity: 1; width: 100px;}
}

@-moz-keyframes LINE{
    0%  {fill:rgba(255,255,255,0); width: 0;}
    40%{fill:#fff;opacity: 1; width: 100px;}
	100%{fill:#fff;opacity: 1; width: 100px;}
}

@-webkit-keyframes LINE{
    0%  {fill:rgba(255,255,255,0); width: 0;}
    40%{fill:#fff;opacity: 1; width: 100px;}
	100%{fill:#fff;opacity: 1; width: 100px;}
}

@-o-keyframes LINE{
    0%  {fill:rgba(255,255,255,0); width: 0;}
    40%{fill:#fff;opacity: 1; width: 100px;}
	100%{fill:#fff;opacity: 1; width: 100px;}
}

@-ms-keyframes LINE{
    0%  {fill:rgba(255,255,255,0); width: 0;}
    40%{fill:#fff;opacity: 1; width: 100px;}
	100%{fill:#fff;opacity: 1; width: 100px;}
}

/*  key-slide
------------------------------------*/
#visual-wrap {
	position: absolute;
	right: 10%;
	bottom: 0;
	width: 943px;
	height: 794px;
	z-index: 0;
}


/*  main
------------------------------------*/
main {
	display:block;
	}

/*  footer
------------------------------------*/
footer {
	background-color: #333333;
	overflow: hidden;
	padding: 15px 0;
}
footer p.copy {text-align:center;}
footer small {font-size:0.9em; color:#fff; font-style:normal;}
footer small a {
    color:#fff;
	}



/*------------------------------------
   　■　共通
------------------------------------*/
.inner_block {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.h2_ttl--right {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3.8rem;
	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
	}
	.h2_ttl--right span {
		display: block;
		line-height: 1.6;
	}
.h2_ttl--left {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.8rem;
	-webkit-writing-mode: vertical-rl;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
	}
	.h2_ttl--left span {
		display: block;
		line-height: 1.6;
	}



span.indent05 {text-indent: 0.5em;}
span.indent1 {text-indent: 1em;}
span.indent2 {text-indent: 2em;}

em.red {
	font-style: normal;
	color: #c60000;
}


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




.mt1 {margin-top:10px;}
.mt2 {margin-top:20px;}
.mt3 {margin-top:30px;}
.mb1 {margin-bottom:10px;}
.mb2 {margin-bottom:20px;}
.mb3 {margin-bottom:30px;}
.mb4 {margin-bottom:40px;}
.mb5 {margin-bottom:50px;}
.mb6 {margin-bottom:60px;}
.mb7 {margin-bottom:70px;}
.mb8 {margin-bottom:80px;}

/*------------------------------------
   　■　effect
------------------------------------*/
.mask  {
    margin: 0 -10px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #f1efe8;
    z-index: 3;
    -moz-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -o-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -webkit-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
	}
.mask-white  {
    margin: 0 -10px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    -moz-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -o-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
    -webkit-transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1), left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
	}
	.is-effect .mask, .is-effect .mask-white {
		margin-right: 0;
		right: -1px;
		bottom: 0;
		left: 100%;
	}
div.img-effect-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    -webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0.6s, 0.6s;
    transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
	}
	.is-effect div.img-effect-inner {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}


/*------------------------------------
   　■　IndexLayout
------------------------------------*/

/* intro */
#intro {
	background: url(../images/ttl_bg.png) no-repeat center top;
}
#intro .inner_block {padding: 180px 0 100px;}
#intro .h2_ttl--right {top: 40px;}
#intro p {
	line-height: 2.6;
	font-size: 2rem;
}

/* intro02 */
#intro02 {
	position: relative;
}
#intro02 .inner_block {
	position: relative;
	padding: 60px 0;
}
#intro02 .bg-effect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
	background-color: #928556;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
	background: url(../images/bg01.jpg) no-repeat center center;
	}
	#intro02.is-effect .bg-effect{
		opacity: 1;
		width: 100%;
		height: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
#intro02 ul {
	float: left;
	width: 500px;
	margin-left: 80px;
	}
	#intro02 ul li {
		font-size: 2rem;
		margin: 1em 0;
	}
.intro02_img {
	width: 435px;
	height: 320px;
	position: relative;
	float: right;
	overflow: hidden;
}
.intro02_img .img-effect-inner {
	background-image: url(../images/img.png);
}

/* feature */
#feature {
	margin: 5em 0;
	padding: 2.5em 0 1em;
	border-top:1px solid #ddd;
	position: relative;
}
#feature::before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
	margin: auto;
  z-index: 2;
  content: '';
  width: 50px;
  height: 4px;
  background-color: #222;
}
#feature h2 {
	font-size: 5.2rem;
	line-height: 1.4;
	text-align: center;
	}
	#feature h2 span {
		display: block;
		font-size: 1.8rem;
	}
#feature ol {
	width: 100%;
	overflow: hidden;
}
#feature ol li {
	width: 490px;
	float: left;
	margin-top: 30px;
	position: relative;
}
#feature ol li:nth-child(odd) {
	margin-right: 80px;
}
#feature ol li:nth-child(2) {margin-top: 80px;}
#feature ol li:nth-child(4) {margin-top: 80px;}

#feature ol li .feature_img01 {width: 480px; height: 110px; position: relative;}
#feature ol li .feature_img01 .img-effect-inner {background-image: url(../images/feature_img01.png);}

#feature ol li .feature_img02 {width: 480px; height: 110px; position: relative;}
#feature ol li .feature_img02 .img-effect-inner {background-image: url(../images/feature_img02.png);}

#feature ol li .feature_img03 {width: 480px; height: 110px; position: relative;}
#feature ol li .feature_img03 .img-effect-inner {background-image: url(../images/feature_img03.png);}

#feature ol li .feature_img04 {width: 480px; height: 110px; position: relative;}
#feature ol li .feature_img04 .img-effect-inner {background-image: url(../images/feature_img04.png);}

#feature ol li .txtarea {
	position: relative;
	z-index: 1;
	margin: -30px 0 0 25px;
	padding: 30px 0 0 10px;
	background: url(../images/line_y.gif) no-repeat left top;
}
#feature ol li h3 {
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 10px;
	}
	#feature ol li h3 span {
		display: block;
		color: #696120;
	}
#feature ol li .txtarea p {font-weight: 500; font-size: 0.9em; color: #666;}


/* voice */
#voice {
	opacity: 0;
	position: relative;
	background-color: #f1efe8;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}
#voice.is-effect {
	opacity: 1;
}
#voice .inner_block {padding: 60px 0;}
#voice h2 {top: -20px;}
.voice_img {
	width: 430px;
	height: 380px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-left: 100px;
}
.voice_img .img-effect-inner {
	background-image: url(../images/voice_img.png);
}
#voice .txtarea {
	float: right;
	width: 450px;
	padding: 10px 25px 0;
	font-size: 1.6rem;
	line-height: 2;
}

/* greet */
#greet {margin-top: 4em;}
#greet .inner_block {
	padding: 50px 0;
	position: relative;
}
#greet h2 {top: 0;}
.greet_img {
	width: 323px;
	height: 325px;
	position: relative;
	float: right;
	overflow: hidden;
	margin-right: 90px;
}
.is-effect .greet_img .img-effect {background-color: transparent;}
.greet_img .img-effect-inner {
	background-image: url(../images/greet_img.png);
}
#greet .txtarea {
	float: left;
	width: 570px;
	padding-top: 15px;
	font-size: 1.6rem;
	line-height: 2;
}


/* recruit */
#recruit {
	margin: 2.5em 0;
	border-top:1px solid #ddd;
	position: relative;
}
#recruit .inner_block {position: relative; padding: 100px 0 50px;}
#recruit .inner_block::before {
  position: absolute;
  top: -1px;
  left: 0;
	margin: auto;
  z-index: 2;
  content: '';
  width: 50px;
  height: 4px;
  background-color: #222;
}
#recruit h2 {top: 50px;}
#recruit table {
	width: 65%;
	margin: auto;
}
#recruit table th, #recruit table td {
	padding: 12px 10px;
}
#recruit table th {
	color: #888;
	vertical-align: top;
	width: 24%;
	text-align: left;
}
#recruit table td {font-size: 0.95em;}


/* works */
#works {
	background: url(../images/works_bg.jpg) no-repeat center center fixed;
}
#works .inner_block {
	width: 1048px;
	padding: 150px 0 40px;
	position: relative;
}
#works .pos_ttl {
	position: absolute;
	top: 70px;
	right: 0;
}

#works h2 {
	position: absolute;
	width: 60px;
	line-height: 1;
	padding: 15px 0 10px;
	text-align: center;
	background-color: #222;
	color: #fff;
	z-index: 2;
	}
	#works h2 span {
		font-size: 3rem;
		-webkit-writing-mode: vertical-rl;
		  -ms-writing-mode: tb-rl;
			  writing-mode: vertical-rl;
		}
#works .txtarea {
	padding: 25px;
}
#works .txtarea h3 {
	font-size: 2.2rem;
}
#works .txtarea p {font-size: 1.4rem; font-weight: 500;}

.left-blok {
	float: left;
	width:524px; 
	position: relative;
	background-color: #f6f6f6;
}
.left-blok h2 {
	left: 25px;
	top: -50px;
}
.left_img {
	width: 524px;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.left_img .img-effect-inner {
	background-image: url(../images/works_img01.png);
}

.right-blok {
	float: right;
	width:524px;
	margin-top: 40px;
	background-color: #eceeda;
	position: relative;
}
.right-blok h2 {
	right: 25px;
	top: -50px;
}
.right_img {
	width: 524px;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.right_img .img-effect-inner {
	background-image: url(../images/works_img02.png);
}

#works .bottom {
	width: 100%;
	background: url(../images/works_botoom.png) repeat-x left bottom;
	text-align: center;
	line-height: 0;
}

/* company */
#company {padding: 50px 0;}
#company.is-effect {background-color: #f1efe8;}
#company .inner_block {
	padding: 80px 0 0;
}
#company .gmap {
	float: left;
}
#company table {
	float: right;
	width: 500px;
	margin: auto;
}
#company table th, #company table td {
	padding: 12px 10px;
}
#company table th {
	color: #888;
	vertical-align: top;
	width: 20%;
	text-align: left;
}
#company table td {font-size: 0.95em;}


/* entry */
#entry {
	padding: 50px 0;
	position: relative;
}
#entry .inner_block {padding: 80px 0 30px;}
.contact-txt {
	width: 860px;
	margin: 0 0 2em 200px;
	padding: 30px;
	background-color: #f3f3f3;
	margin-bottom: 2em;
}

#entry p.left200 {
	width: 860px;
	margin: 0 0 0 200px;
}
#entry table td p.eq, p.text-center.eq {
	font-size: 1.4rem;
	font-weight: 100600;
}

#entry table {
	margin:0 0 2em 200px;
	font-size: 15px;
	width: 860px;
	}
#entry table th {
	width:20%;
	font-weight:normal;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	}
#entry table td {
	padding:20px 10px;
	border-bottom: 1px dashed #ccc;
	}
	#entry table tr:last-child th, #entry table tr:last-child td {
		border-bottom:none;
		}
	
#entry input[type="text"],#entry input[type="tel"],#entry input[type="email"],#entry textarea {
	padding: 8px 15px;
	background-color: #ff;
	border: 1px solid #ddd;
	color: #111;
	font-size: 1.4rem;
	}
	
.privacyText {
	overflow-y: auto;
	width:95.5%;
	padding:2%;
	background:#fff;
	height:15em;
	line-height:1.5em;
	border:3px solid #ddd;
	margin:2em auto 1em;
	color:#444;
	font-size:0.8em;
	}
.privacyText dt {margin-bottom:10px; font-weight:bold; font-size:1.2em; color:#111;}
.privacyText dd {margin-bottom:25px;}

#entry button.btn_submit {
	background-color: rgba(50,43,23,1.00);
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: inline-block;
	margin-top: 2em;
	width: 230px;
	height: 46px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	box-sizing: border-box;
	border: 2px solid rgba(50,43,23,1.00);
	font-size: 1.6rem;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	#entry .btn_submit:hover {
		background-color: rgba(50,43,23,1.00);
		color: #fff;
	}

.eq {color:#cf0000; font-size: 12px; vertical-align: super;}
		
.sended {
	font-size:1.4em;
	padding:10em 0;
	line-height: 2.2;
	text-align:center;
	}

.ws {width: 25%;}
.wm {width: 65%;}
.wl {width: 90%;}

#entry table.def {width: 860px; border-collapse: separate; border-spacing: 1px; background-color: #ccc;}
#entry table.def th, #entry table.def td {padding: 20px 40px;}
#entry table.def th {
	width: 30%;
	background-color: #f3f3f3;
}
#entry table.def td {background-color: #fff;}


















