@charset "shift_jis";

/* Basic
=============================================*/

/* html5doctor.com Reset v1.6.1
---------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,abbr,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* reset plus */
ol, ul { list-style: none; }
:-moz-placeholder { line-height: normal; }
::-webkit-input-placeholder { line-height: normal; }
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
}
input[type="image"]:hover {
	-moz-opacity: .75;
	-webkit-opacity: .75;
	opacity: .75;
}

/* general set
---------------------------------------------*/
.aCenter, .center { text-align: center; }
.aRight { text-align: right; }
.aLeft { text-align: left; }
.bold { font-weight: bold; }
.vt td, .vt, .vt img { vertical-align: top; }
.vm td, .vm, .vm img { vertical-align: middle; }
.vb td, .vb, .vb img { vertical-align: bottom; }
.relative{ position: relative; }

/* color set
---------------------------------------------*/
.red{color:#f00;}
.wht{color:#fff;}
.blk{color:#000;}
.blue{color:#003E8C;}
.grn{color:#0c0;}
.ora{color:#F60;}
.gry{color:#999;}

/* margin set
---------------------------------------------*/
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }

.mv10{margin-top:10px !important;margin-bottom:10px !important;}
.mv15{margin-top:15px !important;margin-bottom:15px !important;}
.mv20{margin-top:20px !important;margin-bottom:20px !important;}
.mv30{margin-top:30px !important;margin-bottom:30px !important;}
.mv40{margin-top:40px !important;margin-bottom:40px !important;}
.mv50{margin-top:50px !important;margin-bottom:50px !important;}

.mh10{margin-left:10px !important;margin-right:10px !important;}
.mh20{margin-left:20px !important;margin-right:20px !important;}
.mh30{margin-left:30px !important;margin-right:30px !important;}
.mh40{margin-left:40px !important;margin-right:40px !important;}
.mh50{margin-left:50px !important;margin-right:50px !important;}

.mlr10 { margin-left: 10px !important; margin-right: 10px !important; }

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt12{padding-top:12px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb17{padding-bottom:17px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pr0{padding-right:0px !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pv10{padding-top:10px !important;padding-bottom:10px !important;}
.pv20{padding-top:20px !important;padding-bottom:20px !important;}
.pv30{padding-top:30px !important;padding-bottom:30px !important;}
.pv40{padding-top:40px !important;padding-bottom:40px !important;}
.pv50{padding-top:50px !important;padding-bottom:50px !important;}
.ph10{padding-left:10px !important;padding-right:10px !important;}
.ph20{padding-left:20px !important;padding-right:20px !important;}
.ph30{padding-left:30px !important;padding-right:30px !important;}
.ph40{padding-left:40px !important;padding-right:40px !important;}
.ph50{padding-left:50px !important;padding-right:50px !important;}

.lh12{line-height:1.2 !important;}
.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}
.lh18{line-height:1.8 !important;}

/* text set
---------------------------------------------*/
.f0{font-size:1px;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f10b{font-size:10px;font-weight:bold;}
.f14{font-size:14px;}
.f14b{font-size:14px;font-weight:bold;}
.f16{font-size:16px;}
.f16b{font-size:16px;font-weight:bold;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.normal{font-weight:normal;}

/* indent set
---------------------------------------------*/
.ind1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* common
=============================================*/
html {
	font-size: 62.5%;
	/*
		16px * 0.625 = 10px
		10px -> 1rem
	*/
}
body {
	font-size: 14px;
	line-height: 1.6em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
}
a {
	color: #0591BE;
	text-decoration: none;
	word-wrap: break-word;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: 0;
	padding: 0;
}

/* header
---------------------------------------------*/
header {
	background: url(/share/img/header_01.jpg) repeat-x top center;
	height: 130px;
}
header .container {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
header .container #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
}
header .container #logo a {
	display: block;
	background: url(/share/img/nrc_logo.png) no-repeat;
	width: 157px;
	height: 38px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
header .container #type_customer {
	position: absolute;
	top: 7px;
	left: 176px;
}
header .container #type_customer ul {
	width: 269px;
	overflow: hidden;
}
header .container #type_customer li {
	float: left;
	width: 134px;
}
header .container #type_customer li:first-child {
	width: 135px;
}
header .container #type_customer li a {
	display: block;
	width: 134px;
	height: 31px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background: url(/share/img/btn_customer.png) no-repeat;
}
header .container #type_customer li:first-child a {
	width: 135px;
}
header .container #type_customer li:first-child.current a,
header .container #type_customer li:first-child a:hover {
	background-position: 0 -31px;
}
header .container #type_customer li:last-child a {
	background-position: -135px 0;
}
header .container #type_customer li:last-child.current a,
header .container #type_customer li:last-child a:hover {
	background-position: -135px -31px;
}
header .container #type_english {
	position: absolute;
	top: 7px;
	left: 453px;
}
header .container #type_english a {
	display: block;
	width: 63px;
	height: 31px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	background: url(/share/img/btn_customer.png) no-repeat -269px 0;
}
header .container #type_english a.current,
header .container #type_english a:hover {
	background-position: -269px -31px;
}
header .container #search {
	position: absolute;
	top: 0;
	left: 645px;
	overflow: hidden;
	height: 30px;
	width: 325px;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/share/img/bg_search.png) no-repeat left top;
}
header .container #search p,
header .container #search input,
header .container #search label {
	float: left;
}
header .container #search p.search_ttl {
	width: 76px;
	height: 30px;
	background: url(/share/img/ttl_search.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
header .container #search label.search_and {
	display: block;
	width: 28px;
	background: url(/share/img/txt_search01.gif) no-repeat 0 0;
	text-indent: -1000em;
	overflow: hidden;
}
header .container #search label.search_and {
	display: block;
	width: 28px;
	background: url(/share/img/txt_search01.gif) no-repeat 0 0;
	text-indent: -1000em;
	overflow: hidden;
}
header .container #search label.search_or {
	display: block;
	width: 25px;
	background: url(/share/img/txt_search02.gif) no-repeat 0 0;
	text-indent: -1000em;
	overflow: hidden;
}
header .container #search input {
	margin: 9px 1px 0 5px;
}
header .container #search input.search_word {
	border: 1px solid #ccc;
	font-size: 10px;
	margin: 6px 0 0;
	padding: 1px 0;
	width: 104px;
}
header .container #search input.search_btn {
	margin: 6px 0 0;
}
header .container #menu_misc {
	position: absolute;
	top: 38px;
	left: 645px;
	width: 335px;
	display: table;
}
header .container #menu_misc li {
	display: table-cell;
	text-align: right;
}
header .container #menu_misc li:nth-child(1) {
	width: 128px;
}
header .container #menu_misc li:nth-child(2) {
	width: 105px;
}
header .container #menu_misc li:nth-child(3) {
	width: 112px;
}
header .container #menu_misc li a {
	display: inline-block;
	height: 14px;
	text-indent: 9999px;
	white-space: nowrap;
	overflow: hidden;
}
header .container #menu_misc li:nth-child(1) a {
	background: url(/share/img/btn_sitemap.png) no-repeat;
	width: 78px;
}
header .container #menu_misc li:nth-child(2) a {
	background: url(/share/img/btn_faq.png) no-repeat;
	width: 91px;
}
header .container #menu_misc li:nth-child(3) a {
	background: url(/share/img/btn_inquiry.png) no-repeat;
	width: 96px;
}
header .container #menu_misc li.current a,
header .container #menu_misc li a:hover {
	background-position: 0 -14px;
}
header .container #menu_main {
	position: absolute;
	top: 60px;
	left: 0;
	overflow: hidden;
	height:48px;
}
header .container #menu_main li {
	float: left;
}
header .container #menu_main li a {
	display: block;
	height: 48px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 164px;
	background: url(/share/img/btn_menu.png) no-repeat;
}
header .container #menu_main li:nth-child(1) a {
	background-position: 0 0;
}
header .container #menu_main li:nth-child(1).current a,
header .container #menu_main li:nth-child(1) a:hover {
	background-position: 0 -48px;
}
header .container #menu_main li:nth-child(2) a {
	background-position: -164px 0;
}
header .container #menu_main li:nth-child(2).current a,
header .container #menu_main li:nth-child(2) a:hover {
	background-position: -164px -48px;
}
header .container #menu_main li:nth-child(3) a {
	background-position: -328px 0;
}
header .container #menu_main li:nth-child(3).current a,
header .container #menu_main li:nth-child(3) a:hover {
	background-position: -328px -48px;
}
header .container #menu_main li:nth-child(4) a {
	background-position: -492px 0;
}
header .container #menu_main li:nth-child(4).current a,
header .container #menu_main li:nth-child(4) a:hover {
	background-position: -492px -48px;
}
header .container #menu_main li:nth-child(5) a {
	background-position: -656px 0;
}
header .container #menu_main li:nth-child(5).current a,
header .container #menu_main li:nth-child(5) a:hover {
	background-position: -656px -48px;
}
header .container #menu_main li:nth-child(6) a {
	background-position: -820px 0;
	width: 160px;
}
header .container #menu_main li:nth-child(6).current a,
header .container #menu_main li:nth-child(6) a:hover {
	background-position: -820px -48px;
}

/* contents common
---------------------------------------------*/
section {
	background: url(/share/img/bg_content.png) no-repeat center top;
	padding-bottom: 40px;
}
section .container {
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
}
#breadcrumb {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 13px 0;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: -.40em;
	overflow: hidden;
}
#breadcrumb li {
	display: inline;
	letter-spacing: normal;
}
#breadcrumb li:before {
	display: inline;
	content: ">";
	padding: 0 2px;
}
#breadcrumb li.first:before {
	content: none;
}
h1,h2,h3,h4 {
	color: #193859;
	font-weight: normal;
}
h1 {
	width: 940px;
	margin: 0 auto 30px;
}
h1 img {
	display: block;
	width: 940px;
	height: 67px;
}
h1.labels {
	border-bottom: 1px solid #D5E1E8;
}
h1.labels img {
	height: auto;
	vertical-align: bottom;
}
h2.basic {
	color: #193859;
	padding-left: 38px;
	font-size: 24px;
	line-height: 1.5em;
	position: relative;
}
h2.basic:before,
h2.basic:after {
	position: absolute;
	top: 2px;
	top: 0px \9;
	left: 0;
	display: block;
	content: "";
}
:root h2.basic:before,
:root h2.basic:after {
	top: 2px \0/IE9;
}
h2.basic:before {
	background: #041131;
	width: 27px;
	height: 27px;
}
h2.basic:after {
	background: #36507F;
	border: 2px solid #223E65;
	width: 21px;
	height: 21px;
}
h2.basic span {
	font-size: 14px;
}
h3.basic {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	background: #EAEFFC;
	font-size: 18px;
	padding: 1px 0 0 25px;
	position: relative;
}
h3.basic:before {
	display: block;
	content: "";
	background: #fff;
	width: 4px;
	height: 28px;
	position: absolute;
	top: 1px;
	left: 3px;
}

.body_content,
.body_content_930,
.body_content_940 {
	font-size: 14px;
	line-height: 1.8;
}
.body_content {
	width: 920px;
	margin: 0 auto;
}
.body_content_930 {
	width: 930px;
	margin: 0 0 0 30px;
}
.body_content_940 {
	width: 940px;
	margin: 0 auto;
}
.ttlA {
	margin-bottom: 23px;
}
.ttlA img {
	display: block;
	width: 920px;
	height: 27px;
}
.ttlB {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #D5E1E8;
	height: 30px;
	padding: 3px 0 0 20px;
	font-size: 18px;
	line-height: 1.3em;
	position: relative;
}
.ttlB:before {
	display: block;
	content: "";
	width: 6px;
	background: #D5E1E8;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

.ttlC {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #19375C;
	height: 48px;
	margin-bottom: 15px;
	padding: 12px 0 0 28px;
	font-size: 20px;
	line-height: 1.3em;
	position: relative;
}
.ttlC:before {
	display: block;
	content: "";
	background: #011A34;
	width: 6px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 5px;
}
.ttlD {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #96B4D5;
	background: #E9EFFC;
	color: #193859;
	height: 50px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 11px 0 0 34px;
	padding: 12px 0 0 34px \9;
	font-size: 24px;
	line-height: 1.3em;
	position: relative;
}
:root .ttlD {
	padding: 10px 0 0 34px \0/IE9;
}
.ttlD:before {
	display: block;
	content: "";
	background: #fff;
	width: 6px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 4px;
}
.ttlE {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #5E9BAE;
	height: 48px;
	margin-bottom: 15px;
	padding: 12px 0 0 28px;
	padding: 14px 0 0 28px\9;
	font-size: 20px;
	line-height: 1.3em;
	position: relative;
}
:root .ttlE {
	padding: 12px 0 0 28px \0/IE9;
}
.ttlE:before {
	display: block;
	content: "";
	background: #fff;
	width: 6px;
	height: 46px;
	position: absolute;
	top: 1px;
	left: 5px;
}
.ttlF {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background: #F68E0B;
	height: 30px;
	margin-bottom: 15px;
	padding: 0 0 0 23px;
	font-size: 18px;
	line-height: 32px;
	line-height: 28px \9;
	position: relative;
}
:root .ttlF {
	line-height: 32px \0/IE9;
}
.ttlF:before {
	display: block;
	content: "";
	background: #fff;
	width: 4px;
	height: 28px;
	position: absolute;
	top: 1px;
	left: 3px;
}
ul.disc {
	list-style: disc;
	padding-left: 1.75em;
}
ol.decimal {
	list-style: decimal;
	padding-left: 2em;
}
.body_content ul.col2 {
	overflow: hidden;
}
.body_content ul.col2 li {
	float: left;
	width: 435px;
}
.body_content ul.col2 li:first-child {
	padding-right: 50px;
}
.link_arrow a {
	background: url(/share/img/icon_arrow_link.png) no-repeat left center;
	padding-left: 10px;
}
.link_nohover a {
	color: #1A385A;
}
/* *** */
p.lead {
	line-height: 1.2;
}
ul.comment li {
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
}
ul.comment2 li {
	font-size: 12px;
	text-indent: -2em;
	margin-left: 2em;
}
ul.notice li {
	padding: 0 0 5px 35px;
	background: url(/share/img/ico_ex.gif) no-repeat left 3px;
	min-height: 45px;
}
div.btncol2 {
	display: table;
	width: 100%;
}
div.btncol2 p {
	display: table-cell;
	width: 50%;
}
div.btncol2 p img:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
}
.detailbox {
	width: 435px;
	display: table;
}
.detailbox p.txt,
.detailbox div.txt {
	width: 260px;
	padding: 0 15px 0 0;
	display: table-cell;
	vertical-align: top;
}
.detailbox p.btn,
.detailbox p.pic {
	width: 160px;
	display: table-cell;
	vertical-align: top;
}
ul.linklist li {
	padding: 0 0 8px;
}
ul.linklist li a {
	background: url(/share/img/icon_arrow_link.png) no-repeat left center;
	padding-left: 10px;
}
ul.linklist li p.pic a {
	background: none;
	padding-left: 10px;
}
.btn a img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
}
.redtxt { color: #d80000; }

ul.col45 {
	width: 100%;
	overflow:hidden;
}
ul.col45 li { float: left; }
ul.col45 li:nth-child(2n) { margin: 0 0 0 20px; }
ul.col45 li img { vertical-align: bottom; }

.table_box { display: table; width:100%; }
.table_in { display: table-cell; }

.w880 {
	width: 880px;
	margin: 0 auto;
}

/* footer
---------------------------------------------*/
footer {
	color: #fff;
	background: #1B385B;
	margin-top: 35px;
	text-align: center;
}
footer .pagetop {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
footer .pagetop p a {
	display: block;
	background: url(/share/img/btn_pagetop.png) no-repeat;
	width: 120px;
	height: 35px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: -35px;
	right: 0;
}
footer .pagetop a:hover {
	-moz-opacity: .75;
	-webkit-opacity: .75;
	opacity: .75;
}
footer ol {
	position: absolute;
	top: -35px;
	left: 0;
	overflow: hidden;
}
footer ol li {
	text-indent: 0;
	margin: 0 10px 0 0;
	float: left;
	padding: 3px;
}
footer ol li img { vertical-align: bottom; }
footer ul {
	width: 980px;
	margin: 0 auto;
	padding: 24px 0 18px 0;
	letter-spacing: -.40em;
}
footer ul li {
	display: inline;
	letter-spacing: normal;
}
footer ul li.first:before {
	display: inline;
	content: "|";
	padding: 0 0.5em;
}
footer ul li:after {
	display: inline;
	content: "|";
	padding: 0 0.5em;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #D1D7DE;
}
footer small {
	display: block;
	padding: 4px 0 10px;
	font-size: 10px;
}
footer small img {
	display: block;
	width: 266px;
	margin: 0 auto;
}