@charset "utf-8";

/*10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	124%
17px	131%
18px	139%
19px	147%
20px	154%
21px	162%
22px	170%
23px	177%
24px	185%
25px	193%
26px	200%*/

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:1em;
}

html,body{
	line-height:1.4em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #000;
	font-weight:normal;
	text-align:left;
}
body {
	background: #fdf9ed;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
img {
	border: 0;
	vertical-align: bottom;
}
a{
	color: #638959;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
i {
	font-style: normal;
}
/*==================
Common Parts
================================================*/
.mt0 { margin-top: 0!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; }

.innerMain {
	margin: 0 auto 10px;
	width: 770px;
}
/*------------------
Header
------------------------------------------------*/
#header{
	border-top: 4px solid #638959;
	border-bottom: 4px solid #638959;
}
#header .inner {
	margin: 0 auto;
	height: 75px;
	width: 1000px;
}
#boxHeader {
	overflow: hidden;
	width: 1000px;
}
#boxHeader .boxL {
	float: left;
	padding: 11px 0 0 10px;
	width: 330px;
}
#boxHeader .boxR {
	float: right;
	padding: 15px 0 0;
	text-align: right;
	width: 400px;
}
#boxHeader .boxR ul {
	margin: 0 0 10px;
}
#boxHeader .boxR ul li,
#boxHeader .boxR ul li a {
	color: #638959;
}
#boxHeader .boxR ul li a {
	background: url(../img/common/arrow01.png) no-repeat left center;
	padding: 0 0 0 10px;
}
#searchBox {
	overflow: hidden;
	margin: 0 0 10px;
}
#searchBox button {
	background: none;
	border: none;
	padding: 0 0 0 2px;
}
#cse-search-box {
	display: table;
	float: right;
}
#cse-search-box span {
	font-size: 93%;
	padding: 0 8px 0 0;
}
#cse-search-box span,
#cse-search-box input,
#cse-search-box button {
	display: table-cell;
	vertical-align: middle;
}
#cse-search-box input {
	border: 1px solid #c0bfbd!important;
	padding: 4px 5px!important;
	width: 130px;
}
#cse-search-box button {
	cursor: pointer;
}

/*------------------
Navigation
------------------------------------------------*/
#nav {
	margin: 0 auto 10px;
	position: relative;
	width: 1000px;
}
#nav ul {
	overflow: hidden;
}
#nav ul li {
	float: left;
}
#nav .subnav{
	display: none;
	background: url(../img/common/drop01.png) no-repeat 66px 3px;
	padding: 10px 0 0;
	position: absolute;
	top: 29px;
}
#nav .subnav05{
	background: url(../img/common/drop01.png) no-repeat 175px 3px;
}
#nav .subnav01{ left:146px; }
#nav .subnav02{ left:289px; }
#nav .subnav03{ left:430px; }
#nav .subnav04{ left:571px; }
#nav .subnav05{ left:748px; }
#nav .subnav div{
	background: #fff;
	border: 4px solid #638959;
	border-radius: 4px;
	padding: 15px 10px 5px;
}
#nav .subnav ul {
	margin: 0 0 5px;
}
#nav .subnav ul.topLine {
	background: url(../img/common/drop02.png) repeat-x left top;
	padding: 12px 0 0;
}
#nav .subnav ul li {
	font-size: 108%;
	line-height: 1.2;
	margin: 0 0 7px;
}
#nav .subnav ul.line01,
#nav .subnav ul.line01 li {
	width: 195px;
}
#nav .subnav ul.line01_2,
#nav .subnav ul.line01_2 li {
	width: 130px;
}
#nav .subnav ul.line02 {
	width: 375px;
}
#nav .subnav ul.line02 li {
	width: 185px;
}
#nav .subnav ul.line02_2 {
	width: 220px;
}
#nav .subnav ul.line02_2 li {
	width: 110px;
}
#nav .subnav ul.line03 {
	width: 375px;
}
#nav .subnav ul.line03 li {
	width: 150px;
}
#nav .subnav ul.line03 li.last {
	width: 75px;
}
#nav .subnav a {
	background: url(../img/common/arrow01.png) no-repeat left center;
	padding: 0 0 0 10px;
}

/*------------------
Contents
------------------------------------------------*/
#contents {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}
#contents #aside {
	float: left;
	width: 200px;
}
#contents #aside div {
	background: #fff;
	border: 2px solid #638959;
	border-radius: 4px;
	margin: 0 0 10px;
	width: 196px;
}
#contents #aside div.g_store {
	border: 2px solid #e9a646;
}
#contents #aside div.siken {
	border: 2px solid #485f84;
}
#contents #aside div h3 {
	background: #485f84;
	font-size: 108%;
	padding: 8px;
}
#contents #aside div h3 a {
	color: #fff;
}
#contents #aside div ul {
	font-size: 108%;
	margin: 12px 10px;
}
#contents #aside div ul li {
	margin: 0 0 12px 1em;
	text-indent: -0.9em;
	line-height: 1.3;
}
#contents #aside div ul li a {
	background: url(../img/common/arrow01.png) no-repeat left center;
	padding: 0 0 0 12px;
}
#contents #aside div ul.secondList {
	background: url(../img/common/line_aside.png) no-repeat center top;
	padding: 14px 0 0;
}
#contents #main {
	float: right;
	width: 790px;
}

/*------------------
Breadcrumbs
------------------------------------------------*/
#breadcrumbs ol {
	text-align: right;
	padding: 0 0 5px;
}
#breadcrumbs ol li {
	font-size: 93%;
	color: #666;
	display: inline;
	list-style-type: none;
	line-height: 1.3;
}
#breadcrumbs ol li:before {
	content: " > ";
}
#breadcrumbs ol li:first-child:before {
	content:"";
}

/*------------------
Pager
------------------------------------------------*/
#pager {
	margin: 0;
	padding: 0;
	text-align: center;
}
#pager li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}
#pager li span,
#pager li a {
	display: inline-block;
	vertical-align: middle;
}
#pager li span {
	font-weight: bold;
}
/*------------------
Pagetop
------------------------------------------------*/
#pagetop {
	margin: 20px auto 8px;
	text-align: right;
	width: 1000px;
}
#pagetop a {
	background: url(../img/common/pagetop.png) no-repeat left center;
	padding: 0 0 0 12px;
}

/*------------------
Footer
------------------------------------------------*/
#footer {
	background: #91ac8a;
	border-radius: 4px;
	color: #fefefe;
	margin: 0 auto;
	width: 1000px;
}
#footer ol {
	padding: 10px 0 0 84px;
}
#footer ol li {
	font-size: 93%;
	padding: 0 0 8px;
}
#footer ol li img {
	padding: 0 5px;
}
#footer ul {
	padding: 10px 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	font-size: 108%;
	padding: 0 15px 0 0;
}
#footer ul li a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #fefefe;
	padding: 0 0 0 12px;
}
#footer p {
	font-size: 93%;
	text-align: center;
	padding: 0 0 15px;
}

/*==================
Common Parts
================================================*/
#main .h3Block {
	display: table;
	border-bottom: 1px solid #638959;
	color: #638959;
	overflow: hidden;
	padding: 2px 0 10px;
	width: 790px;
}
#main .h3Block div {
	display: table-cell;
	vertical-align: top;
	width: 500px;
}
#main .h3Block h3.note {
	display: table;
	font-size: 139%;
	font-weight: normal;
}
#main .h3Block h3.note i {
	display: table-cell;
	height: 32px;
	width: 48px;
	background: url(../img/common/ico_note.png) no-repeat center center;
}
#main .h3Block h3.note span {
	display: table-cell;
	vertical-align: middle;
}
#main .h3Block p {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	width: 290px;
}
#main .h3Block p a {
	background: url(../img/common/arrow01.png) no-repeat left center;
	padding: 0 0 0 12px;
}
#main .newsBlock {
	margin: 15px 12px 0 25px;
	height: 340px;
	overflow: auto;
}
#main .newsBlock dl {
	display: table;
	width: 100%;
}
#main .newsBlock dl dt,
#main .newsBlock dl dd {
	display: table-cell;
	line-height: 1.5;
	vertical-align: top;
}
#main .newsBlock dl dt {
	/*color: #777;*/
	padding: 0 0 10px;
	width: 115px;
}
#main .newsBlock dl dd {
	padding: 0 18px 10px 0;
}
#main .newsBlock dl dd a {
	color: #000;
}
#main .newsBlock dl dd span {
	margin: 0 10px 0 0;
	color: #e60012;
	font-weight: bolder;
}
#main .newsBlock dl dd.labels {
	padding: 0 0 10px;
	width: 110px;
}

/*==================
Page Parts
================================================*/

/*------------------
Top
------------------------------------------------*/
#top #vs {
	margin: 0 auto 10px;
	width: 1000px;
}

/*------------------
g-category
------------------------------------------------*/
#cat-g #contents #aside {
	margin: 20px 0 0;
}
#cat-g #contents h2{
	background: #d8ce61;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-g #navA {
	margin: 15px auto 10px;
	overflow: hidden;
	width: 770px;
}
#cat-g .shopbtn {
	margin: 0 auto 20px !important;
}
#cat-g #navA li {
	float: left;
}
#cat-g #navB {
	margin: 0 0 0 10px;
	overflow: hidden;
	width: 780px;
}
#cat-g #navB li {
	float: left;
	background: #638959;
	border: 1px solid #485f84;
	border-radius: 4px;
	padding: 10px 5px;
	margin: 0 10px 20px 0;
	text-align: center;
	height: 14px;
	width: 173px;
}
#cat-g #navB li.address {
	background: #ccd9c9;
}
#cat-g #navB li.address a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #FF0004;
	font-size: 108%;
	padding: 0 0 0 10px;
}
#cat-g #navB li.newcat {
	background: #fec27c;
}
#cat-g #navB li.newcat a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #000000;
	padding: 0 0 0 10px;
}
#cat-g #navB li.mypage {
	margin: 0 10px 20px 195px;
}
#cat-g #navB li a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #fff;
	font-size: 108%;
	padding: 0 0 0 10px;
}
#cat-g #navB li.txtlong a {
	font-size: 100%;
}
#cat-g #navB li.txtlong2 a {
	font-size: 85%;
	letter-spacing: -0.16em;
}
#cat-g .newsBlock {
	height: 250px;
}

#cat-g #contents .h2block h2{
	background: #d8ce61;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-g #contents .h2block h2 span,
#cat-g #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-g #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-g .section01 p {
	text-indent: 1em;
}
#cat-g .section01 p.noindent {
	text-indent: 0;
}
#cat-g .section01 p.pic {
	text-indent: 0;
}
#cat-g .section01 dl dt {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.8;
}
#cat-g .section01 dl dd {
	padding: 0 0 27px 36px;
}
#cat-g .section01 dl dd p {
	font-size: 108%;
	line-height: 1.8;
}
#cat-g .section01 dl dd p.comment {
	/*font-size: 93%;*/
	line-height: 1.8;
}
#cat-g .section01 dl dd p.pic {
	display: inline-block;
}
#cat-g .section01 dl dd p.pic span {
	display: block;
	text-align: center;
	/*font-size: 85%;*/
}
#cat-g .section01 dl dd p.pic span.txtL {
	text-align: left;
	font-size: 100%;
}
#cat-g .section01 dl dd strong{
	display: block;
	font-size: 108%;
	line-height: 1.8;
}
#cat-g .section01 span.iconAtt{
	display: block;
	font-size: 108%;
	line-height: 1.8;
}
#cat-g .section01 strong.att{
	margin: 10px 0 3px;
	color: #e10000;
}
#cat-g .section01 strong.att img{
	padding: 0 5px 0 0;
	vertical-align: middle;
}
#cat-g .section01 ul.manual li strong i{
	color: #d8ce61;
}
#cat-g .section01 ul.pdfs {
	padding: 5px 0;
}
#cat-g .section01 ul.pdfs li {
	padding: 5px 0;
}
#cat-g .section01 ul.pdfs li a {
	display: table;
	font-size: 108%;
}
#cat-g .section01 ul.pdfs li a i,
#cat-g .section01 ul.pdfs li a span {
	display: table-cell;
	vertical-align: middle;
}
#cat-g .section01 ul.pdfs li a span {
	padding: 0 0 0 10px;
}
#cat-g .section01 ul.numlist {
	padding: 10px 0 10px 35px;
}
#cat-g .section01 ul.numlist li {
	font-size: 108%;
	line-height: 1.8;
}
#cat-g .section01 ul.numlist li span {
	/*font-size: 85%;*/
}
#cat-g .section01 span.bolds {
	font-weight: bold;
}
#cat-g .section01 span.spots {
	color: #df0000;
}
#cat-g .section01 ul.numlist2 {
	padding: 10px 0 10px 75px;
}
#cat-g .section01 ul.illeg {
	padding: 10px 0 10px 35px !important;
}
#cat-g .section01 ul.numlist2 li {
	font-size: 108%;
	line-height: 1.8;
	text-indent: -3em;
}
#cat-g .section01 ul.numlist2 ul.pdfs {
	margin-left: -3em;
}
#cat-g .section01 ul.numlist2 ul.pdfs li {
	text-indent: 0;
}
#cat-g .section01 ul.numlist2 ul.pdfs span {
	font-size: 93%;
}
#cat-g .section01 ul.books {
	padding: 40px 0 0;
}
#cat-g .section01 ul.books li {
	display: table;
	padding: 0 0 45px;
}
#cat-g .section01 ul.books li i {
	display: table-cell;
	vertical-align: top;
	width: 115px;
}
#cat-g .section01 ul.books li div.box {
	display: table-cell;
	font-size: 108%;
	line-height: 1.5;
	vertical-align: top;
}
#cat-g .section01 ul.books li div.box div {
	padding: 5px 0 0 30px;
}
#cat-g .section01 h3.ttl {
	font-size: 108%;
	line-height: 1.8;
}
#cat-g .section01 .txtBox01 {
	display: table;
	border: 1px solid #9b9b9b;
	font-size: 108%;
	margin: 15px 0 0;
	padding: 10px;
}
#cat-g .section01 .txtBox01 span {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
	padding: 0 10px 0 0;
}
#cat-g .section01 ul.normal {
}
#cat-g .section01 ul.normal li {
	font-size: 108%;
	line-height: 1.8;
	text-indent: -1em;
	margin: 0 0 0 1em;
}
#cat-g .section01 ul.badge {
	padding: 40px 0 0;
}
#cat-g .section01 ul.badge li {
	display: table;
	padding: 0 0 45px;
}
#cat-g .section01 ul.badge li i {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	text-align: center;
}
#cat-g .section01 ul.badge li div.box {
	display: table-cell;
	font-size: 108%;
	line-height: 1.5;
	vertical-align: top;
}
#cat-g .section01 ul.badge li div.box div {
	padding: 5px 0 0 30px;
}
#cat-g .section01 .inbox {
	padding: 0 0 0 30px;
}
#cat-g .section01 table {
	box-sizing: border-box;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
#cat-g .section01 table th {
	padding: 5px 15px;
	border: #000 solid;
	border-width: 0 0 1px 1px;
	font-size: 108%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
#cat-g .section01 table td {
	padding: 5px 15px;
	border: 1px #656766 solid;
	border-width: 0 0 1px 1px;
	font-size: 93%;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
#cat-g .section01 table.colorTbl td {
	padding: 5px 25px;
}

#cat-g #mapWrap {
	position: relative;
	margin: 45px 0 0 94px;
	height: 505px;
	width: 564px;
}
#cat-g #mapInner {
	position: absolute;
	height: 505px;
	width: 564px;
}
#cat-g #mapInner h3 {
	position: absolute;
	top: 26px;
	left: 27px;
}
#cat-g #mapInner p#mapLead {
	position: absolute;
	font-size: 1,4rem;
	line-height: 1.7;
	top: 78px;
	left: 60px;
	width: 230px;
}
#cat-g #shopList {
	margin: 28px 0 32px;
	overflow: hidden;
}
#cat-g #shopList #shopListTitle {
	overflow: hidden;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding: 0 0 4px;
}
#cat-g #shopList #shopListTitle h3{
	float: left;
	font-size: 139%;
	font-weight: normal;
}
#cat-g #shopList #shopListTitle p{
	float: right;
	font-size: 108%;
}
#cat-g #shopList p{
	font-size: 108%;
}
#cat-g #shopList ul {
	margin: 0 auto;
	width: 729px;
}
#cat-g #shopList ul li {
	background: #fff;
	border: 1px solid #d8ce61;
	padding: 16px;
	margin-bottom: 12px;
}
#cat-g #shopList h4 {
	/* color: #638959; */
	font-size: 139%;
	font-weight: bold;
	margin-bottom: 12px;
}
#cat-g #shopList ul li p {
	font-size: 108%;
	line-height: 1.7;
}
#cat-g #shopList ul li .vexp {
	margin: 12px 0;
}
#cat-g #shopList ul li .vman span {
	font-weight: bold;
}


/*------------------
j-category
------------------------------------------------*/
#cat-j #contents #aside {
	margin: 20px 0 0;
}
#cat-j #contents h2{
	background: #e18c27;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-j #navA {
	margin: 20px auto 30px;
	overflow: hidden;
	width: 770px;
}
#cat-j #navA li {
	float: right;
	background: #e18c27;
	border-radius: 4px;
	padding: 13px 5px;
	text-align: center;
	height: 14px;
	width: 370px;
}
#cat-j #navA li:first-child {
	float: left;
}
#cat-j #navA li a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #fff;
	font-size: 108%;
	padding: 0 0 0 10px;
}
#cat-j .newsBlock {
	height: 250px;
}

#cat-j #contents .h2block h2{
	background: #e18c27;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-j #contents .h2block h2 span,
#cat-j #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-j #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-j .section01 p {
	text-indent: 1em;
	font-size: 100%;
	line-height: 1.8;
}
#cat-j .section01 p.noindent {
	text-indent: 0;
}
#cat-j .section01 p.pic {
	text-indent: 0;
}
#cat-j .section01 dl dt {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.8;
}
#cat-j .section01 dl dd {
	font-size: 108%;
	line-height: 1.8;
	padding: 0 0 27px 36px;
}
#cat-j .section01 table {
	box-sizing: border-box;
	width: 100%;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
#cat-j .section01 table th {
	padding: 10px 10px;
	border: #000 solid;
	border-width: 0 0 1px 1px;
	background: #ccc;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#cat-j .section01 table td {
	padding: 5px 10px;
	border: 1px #656766 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
#cat-j .section01 table td.names {
	text-align: left;
}
#cat-j .section01 table.dlTbl th {
	padding: 5px 15px;
	background: #fff;
	font-weight: normal;
	text-align: left;
}
#cat-j .section01 table.dlTbl th span {
	padding: 0 0 0 2.5em;
}
#cat-j .section01 table.dlTbl td a {
	background: url(../img/j/ico_pdf.gif) no-repeat left center;
	padding: 0 0 0 25px;
	line-height: 20px;
}
#cat-j .section01 table.dlTbl td a.word {
	background: url(../img/j/ico_doc.gif) no-repeat left center !important;
}
#cat-j .section01 table.j02Tbl th,
#cat-j .section01 table.j02Tbl td {
	text-align: left;
	padding: 5px;
}
#cat-j .section01 table.j02Tbl td {
	font-size: 85%;
}
#cat-j .section01 .att {
	margin: 10px 0 0;
}
#cat-j .section01 .att li {
	display: table;
	line-height: 1.5;
}
#cat-j .section01 .att li i,
#cat-j .section01 .att li span {
	display: table-cell;
	vertical-align: top;
	font-size: 108%;
	padding: 0;
}
#cat-j .section01 .att li i {
	padding: 0 5px 0 0;
}
#cat-j .section01 ul.pdfcol li {
	display: table;
}
#cat-j .section01 ul.pdfcol li i,
#cat-j .section01 ul.pdfcol li span {
	display: table-cell;
	font-size: 108%;
	vertical-align: middle;
}
#cat-j .section01 ul.pdfcol li i {
	width: 45px;
}
#cat-j .section01 ul.pdfcol li span {
	padding-right: 30px;
}
/*------------------
k-category
------------------------------------------------*/
#cat-k #contents #aside {
	margin: 20px 0 0;
}
#cat-k #contents h2{
	background: #638959;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-k #navA {
	margin: 20px 0 30px 10px;
	overflow: hidden;
	width: 780px;
}
#cat-k #navA li {
	float: right;
	background: #638959;
	border-radius: 4px;
	padding: 13px 5px;
	text-align: center;
	height: 14px;
	width: 175px;
	margin: 0 10px 0 0;
}
#cat-k #navA li:first-child {
	float: left;
}
#cat-k #navA li a {
	background: url(../img/common/arrow02.png) no-repeat left center;
	color: #fff;
	font-size: 108%;
	padding: 0 0 0 10px;
}
#cat-k .newsBlock {
	height: 250px;
}

#cat-k #contents .h2block h2{
	background: #638959;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-k #contents .h2block h2 span,
#cat-k #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-k #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-k .section01 {
	display: table;
	width: 770px;
	margin: 30px 0 0;
}
#cat-k .section01 p {
	text-indent: 1em;
	font-size: 100%;
	line-height: 1.8;
}
#cat-k .section01 p.noindent {
	text-indent: 0;
}
#cat-k .section01 p.indent01 {
	text-indent: 0;
	margin: 0 0 0 -1.5em;
}
#cat-k .section01 p.pic {
	text-indent: 0;
}
#cat-k .section01 dl dt {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.8;
}
#cat-k .section01 dl dd {
	font-size: 108%;
	line-height: 1.8;
	padding: 0 0 27px 36px;
}
#cat-k .section01 dl dd a {
	font-size: 108%;
}
#cat-k .section01 dl.historyDl {
	overflow: hidden;
}
#cat-k .section01 dl.historyDl dt {
	clear: both;
	float: left;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 0 15px;
	width: 155px;
}
#cat-k .section01 dl.historyDl dd {
	float: left;
	font-size: 108%;
	line-height: 1.8;
	padding: 0 0 15px;
}
#cat-k .section01 ol.aboutOl {
	font-size: 100%;
}
#cat-k .section01 ol.aboutOl li {
	line-height: 1.7;
}
#cat-k .section01 ol.aboutOl li span {
	display: block;
	padding: 0 0 0 35px;
}
#cat-k .section01 ul.pdfcol {
	padding: 10px 0 0;
	overflow: hidden;
}
#cat-k .section01 ul.pdfcol li {
	float: left;
	display: table;
	width: 250px;
	margin: 0 0 10px;
}
#cat-k .section01 ul.pdfcol li.last {
	float: left;
	display: table;
	width: 220px;
}
#cat-k .section01 ul.pdfcol li.longli {
	width: 100%;
}
#cat-k .section01 ul.pdfcol li i,
#cat-k .section01 ul.pdfcol li span {
	display: table-cell;
	vertical-align: middle;
}
#cat-k .section01 ul.pdfcol li i {
	width: 45px;
}
#cat-k .section01 ul.pdfcol li span {
	padding-right: 30px;
}
#cat-k .section01 table {
	box-sizing: border-box;
	width: 100%;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5px 0 20px;
}
#cat-k .section01 table th {
	padding: 10px;
	border: #000 solid;
	border-width: 0 0 1px 1px;
	background: #ccc;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
#cat-k .section01 table td {
	padding: 5px 10px;
	border: 1px #000 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	font-size: 93%;
	line-height: 1.75;
	text-align: left;
	word-break: break-all;
	vertical-align: middle;
}
#cat-k .section01 table.linkTbl {
	margin: 5px 0 0;
}
#cat-k .section01 table.linkTbl td {
	color: #638959;
}
/*------------------
s-category
------------------------------------------------*/
#cat-s #contents #aside {
	margin: 20px 0 0;
}
#cat-s #contents h2{
	background: #485f84;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-s #contents .h2block h2{
	background: #485f84;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-s #contents .h2block h2 span,
#cat-s #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-s #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-s .indexList {
	margin: 20px auto 10px;
	width: 770px;
}
#cat-s .indexList p {
	font-size: 108%;
	text-indent: 1em;
	margin: 0 0 30px;
}
#cat-s .indexList .col4 {
	margin: 0 0 20px;
	overflow: hidden;
	width: 770px;
}
#cat-s .indexList .col4 div {
	border: 1px solid #485f84;
	background-color: #fff;
	border-radius: 4px;
	float: left;
	margin: 0 0 0 10px;
	width: 183px;
}
#cat-s .indexList .col4 div:first-child {
	margin: 0;
}
#cat-s .indexList .col4 div h3 {
	background: #485f84;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	padding : 12px 0;
}
#cat-s .indexList .col4 div h3 a:link { color: #fff; }
#cat-s .indexList .col4 div h3 a:visited { color: #fff; }
#cat-s .indexList .col4 div h3 a:hover { color: #fff; }
#cat-s .indexList .col4 div h3 a:active { color: #fff; } 
#cat-s .indexList .col4 div ul {
	padding: 10px 10px 0;
}
#cat-s .indexList .col4 div ul li {
	display: table;
	height: 17px;
	padding: 0 0 12px;
	overflow: hidden;
}
#cat-s .indexList .col4 div ul li i,
#cat-s .indexList .col4 div ul li a {
	display: table-cell;
	font-size: 108%;
	vertical-align: middle;
}
#cat-s .indexList .col4 div ul li i {
	background: url(../img/s/num.gif) no-repeat left top;
	padding: 0 7px 0 0;
	height: 17px;
	width: 17px;
}
#cat-s .indexList .col4 div ul li i.no1 { background-position: 0 0; }
#cat-s .indexList .col4 div ul li i.no2 { background-position: 0 -17px; }
#cat-s .indexList .col4 div ul li i.no3 { background-position: 0 -34px; }
#cat-s .indexList .col4 div ul li i.no4 { background-position: 0 -51px; }
#cat-s .indexList .col4 div ul li i.no5 { background-position: 0 -68px; }
#cat-s .indexList .col4 div ul li i.no6 { background-position: 0 -85px; }
#cat-s .indexList .col4 div ul li i.no7 { background-position: 0 -102px; }
#cat-s .newsBlock {
	margin-top: 25px;
	height: 250px;
}
#cat-s .newsBlockLong {
	height: 760px;
}

#cat-s .section01 {
	display: table;
	width: 770px;
	margin: 30px 0 0;
}
#cat-s .section01 i.num {
	display: table-cell;
	vertical-align: top;
	background: url(../img/s/bg_num.png) no-repeat left top;
	color: #fff;
	font-size: 139%;
	padding: 7px 0 0 10px;
	height: 30px;
	width: 26px;
}
#cat-s .section01 div {
	display: table-cell;
	vertical-align: top;
}
#cat-s .section01 h3 {
	margin: 4px 0 15px;
	padding: 0 0 2px;
	background: url(../img/s/bg_h3.png) repeat-x left bottom;
	color: #485f84;
	font-size: 154%;
	font-weight: normal;
}
#cat-s .section01 p {
	font-size: 108%;
	text-indent: 1em;
	line-height: 1.8;
}
#cat-s .section01 table {
	box-sizing: border-box;
	margin: 20px 0 0;
	width: 100%;
	border: 1px #656766 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#cat-s .section01 table th {
	padding: 8px 0;
	border: #656766 solid;
	border-width: 0 0 1px 1px;
	background: #ccc;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
#cat-s .section01 table td {
	padding: 8px 0;
	border: 1px #656766 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	font-size: 93%;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
#cat-s .section01 table tr.odd td {
	background: #eaeae9;
}
#cat-s .section01 table.td8 td {
	width: 12.5%;
}
#cat-s .section01 .att {
	margin: 10px 0 0;
}
#cat-s .section01 .att li {
	display: table;
	line-height: 1.5;
}
#cat-s .section01 .att li i,
#cat-s .section01 .att li span {
	display: table-cell;
	vertical-align: top;
	font-size: 108%;
	/*font-size: 93%;*/
	padding: 0;
}
#cat-s .section01 .att li i {
	padding: 0 5px 0 0;
}
#cat-s .section01 dl.tests dt {
	font-size: 108%;
	/*font-weight: bold;*/
	line-height: 1.8;
}
#cat-s .section01 dl.tests dd {
	padding: 7px 0 27px 22px;
}
#cat-s .section01 dl.tests dd p {
	font-size: 108%;
	line-height: 1.8;
}
#cat-s .section01 dl.tests dd table caption p {
	font-size: 93%;
	text-align: left;
	text-indent: 0;
}
#cat-s .section01 ul.pdfcol {
	font-size: 108%;
	overflow: hidden;
	width: 100%;
}
#cat-s .section01 ul.pdfcol li {
	float: left;
	display: table;
	width: 50%;
}
#cat-s .section01 ul.pdfcol li i,
#cat-s .section01 ul.pdfcol li span {
	display: table-cell;
	vertical-align: middle;
}
#cat-s .section01 ul.pdfcol li i {
	width: 45px;
}
#cat-s .section01 ul.pdfcol li span {
	padding-right: 30px;
}
#cat-s .section01 dl.tests ul.pdfcol {
	padding-top: 7px;
}
#cat-s .section01 ul.pdfcol2 {
	font-size: 108%;
	overflow: hidden;
	width: 100%;
}
#cat-s .section01 ul.pdfcol2 li {
	float: left;
	display: table;
	width: 50%;
}
#cat-s .section01 ul.pdfcol2 li i,
#cat-s .section01 ul.pdfcol2 li span {
	display: table-cell;
	vertical-align: middle;
}
#cat-s .section01 ul.pdfcol2 li i {
	width: 45px;
}
#cat-s .section01 dl.inqad dt,
#cat-s .section01 dl.inqad dd {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.8;
}
#cat-s .section01 dl.inqad dd {
	font-weight: normal;
	padding: 0 0 10px;
}
#cat-s .section01 dl.standards dt {
	font-size: 108%;
	font-weight: bold;
	line-height: 1.8;
}
#cat-s .section01 dl dt.smalls {
	margin-top: -15px;
	/*font-size: 93%;*/
	font-weight: normal;
}
#cat-s .section01 dl.standards dd {
	padding: 7px 0 27px 22px;
	line-height: 1.8;
}
#cat-s .section01 dl dd.smalls {
	padding: 0 0 0 22px;
}
#cat-s .section01 dl.standards dd .att {
	margin: 0 0 0 -22px;
}
#cat-s .section01 table.test_bycycle td.names {
	padding: 8px 0 8px 115px;
	text-align: left;
}
#cat-s .section01 dl.jis_dl {
	padding: 10px 0;
	overflow: hidden;
}
#cat-s .section01 dl.jis_dl dt {
	clear: both;
	float: left;
	font-weight: normal;
}
#cat-s .section01 dl.jis_dl dd {
	float: left;
	padding: 0;
	font-size: 108%;
	line-height: 1.8;
}
#cat-s .section02 {
	width: 770px;
	margin: 30px 0 0;
}
#cat-s .section02 h3 {
	background: #ccc;
	border: 1px solid #666;
	border-width: 1px 1px 0 1px;
	padding: 8px;
	font-size: 108%;
}
#cat-s .section02 table {
	box-sizing: border-box;
	width: 100%;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
#cat-s .section02 table th {
	padding: 20px 10px;
	border: #000 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	font-size: 108%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
    height: auto;
	width: 160px;
}
#cat-s .section02 table td {
	padding: 20px 0;
	border: 1px #656766 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
	font-size: 93%;
	line-height: 1.75;
	text-align: center;
	vertical-align: middle;
}
#cat-s .section02 table td ul {
	overflow: hidden;
	margin: 0 auto;
	width: 340px;
}
#cat-s .section02 table td ul li {
	float: left;
	margin: 0 0 0 25px;
	width: 65px;
	font-size: 92%;
}
#cat-s .section02 table td ul li:first-child {
	margin: 0;
}
#cat-s .section02 table td ul li a {
	display: block;
	text-align: center;
	padding: 5px 0 0;
}
#cat-s .section02 table td ul li a:first-child {
	padding: 0 0 5px;
}
#cat-s .section02 table td ol li {
	margin: 20px 0 0;
}
#cat-s .section02 table td ol li:first-child {
	margin: 0;
}

#cat-s .section03 {
	width: 770px;
	margin: 30px 0 0;
}
#cat-s .section03 h3 {
	background: #485f84;
	border-radius: 8px 8px 0 0;
	color: #fff;
	padding: 15px 10px;
	font-size: 108%;
}
#cat-s .section03 .frames {
	background: #fff;
	margin: 0 0 20px;
	padding: 22px 33px;
	border: 1px solid #485f84;
	border-radius: 0 0 8px 8px;
}
#cat-s .section03 ul.picul {
	overflow: hidden;
}
#cat-s .section03 ul.picul li {
	float: left;
	margin: 0 18px 0 0;
}
#cat-s .section03 ul.picul li p {
	font-size: 108%;
	line-height: 1.5;
}
#cat-s .section03 ul.picul li p.pic {
	height: 228px;
}
#cat-s .section03 ul.picul li.txt {
	float: right;
	margin: 0;
}
#cat-s .section03 .txtBox01 {
	border: 1px solid #485f84;
	margin: 20px 0 0;
	padding: 10px;
}
#cat-s .section03 .txtBox01 p {
	font-size: 93%;
	padding: 0 0 12px;
}
#cat-s .section03 .txtBox01 ul {
	overflow: hidden;
}
#cat-s .section03 .txtBox01 ul li {
	float: left;
	font-size: 93%;
	line-height: 1.5;
	padding: 0 15px 0 0;
}
#cat-s .section03 .txtBox02 {
	border: 1px solid #485f84;
	margin: 0;
	padding: 10px;
	width: 260px;
}
#cat-s .section03 ul.picul li .txtBox02 p {
	font-size: 93%;
	padding: 0 0 5px;
}
#cat-s .section03 .txtBox02 ul li {
	float: none;
	font-size: 93%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/*------------------
access-category
------------------------------------------------*/
#cat-ac #contents #aside {
	margin: 20px 0 0;
}
#cat-ac #contents h2{
	background: #638959;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-ac #contents .h2block h2{
	background: #638959;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-ac #contents .h2block h2 span,
#cat-ac #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-ac #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-ac .section01 {
	background: #fff;
	border: 2px solid #638959;
	border-radius: 6px;
	padding: 20px 30px 30px;
}
#cat-ac .section01 .col02 {
	overflow: hidden;
}
#cat-ac .section01 .colL {
	float: left;
	width: 290px;
}
#cat-ac .section01 .colR {
	float: right;
	width: 410px;
}
#cat-ac .section01 .colR p.caption {
	font-size: 93%;
	padding: 10px 0 0;
	text-align: center;
}
#cat-ac .section01 dl dt {
	font-weight: bold;
	font-size: 108%;
	line-height: 1.7;
}
#cat-ac .section01 dl dd {
	font-size: 108%;
	line-height: 1.7;
	padding: 0 0 0 35px;
}
#cat-ac .section01 dl dd dl {
	overflow: hidden;
}
#cat-ac .section01 dl dd dl dt {
	background: url(../img/access/bg_dt.gif) no-repeat right center;
	clear: both;
	font-weight: normal;
	float: left;
	width: 135px;
}
#cat-ac .section01 dl dd dl dd {
	float: left;
	padding: 0 0 0 5px;
	width: 455px;
}
#cat-ac .section01 p.gmap {
	padding: 25px 0 0;
}
#cat-ac .section01 p.imap {
	padding: 5px 0 0 70px;
}
#cat-ac .section01 p.cimg {
	padding: 20px 0 0 150px;
}
#cat-ac .section01 p.ccaption {
	font-size: 93%;
	padding: 10px 0 20px;
	text-align: center;
}
#cat-ac .section01 .sqcolL {
	float: left;
	width: 320px;
	border: 2px solid #638959;
	border-radius: 3px;
	padding: 10px;
}
#cat-ac .section01 .sqcolR {
	float: right;
	width: 320px;
	border: 2px solid #638959;
	border-radius: 3px;
	padding: 10px;
}

/*------------------
inquiry-category
------------------------------------------------*/
#cat-inq #contents #aside {
	margin: 20px 0 0;
}
#cat-inq #contents h2{
	background: #638959;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}

#cat-inq #contents .h2block h2{
	background: #638959;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-inq #contents .h2block h2 span,
#cat-inq #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-inq #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-inq .section01 {
	margin: 30px 0 0;
	width: 770px;
}
#cat-inq .section01 .forms {
	margin:0 0 0 36px;
	width: 734px;
}
#cat-inq .section01 dl.kinds {
	display: table;
	margin: 0 auto 30px;
}
#cat-inq .section01 dl.kinds dt,
#cat-inq .section01 dl.kinds dd {
	display: table-cell;
	vertical-align: middle;
}
#cat-inq .section01 dl.kinds dt {
	font-weight: bold;
	font-size: 108%;
	padding: 0 15px 0 0;
}
#cat-inq .section01 dl.kinds dt span {
	color: #e40000;
	font-size: 69%;
	padding: 0 0 0 5px;
}
#cat-inq .section01 dl.kinds dd select {
	padding: 5px;
}
#cat-inq .section01 .faqBox {
	background: #fff;
	border: 3px solid #638959;
	border-radius: 6px;
	padding: 10px;
	margin: 0 0 20px;
}
#cat-inq .section01 .faqBox h3 {
	color: #638959;
	font-size: 139%;
	padding: 0 0 15px;
}
#cat-inq .section01 .faqBox .inner {
	height: 225px;
	width: 100%;
	overflow: auto;
}
#cat-inq .section01 .faqBox .inner dl {
	padding: 0 0 20px;
}
#cat-inq .section01 .faqBox .inner dl dt {
	background: url(../img/inquiry/ico_q.gif) no-repeat left center;
	color: #638959;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 0 0 15px;
	line-height: 1.7;
	cursor: pointer;
}
#cat-inq .section01 .faqBox .inner dl dt.ttl {
	background: none;
	color: #000;
	padding: 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
}
#cat-inq .section01 .faqBox .inner dl dd {
	display: none;
	background: url(../img/inquiry/ico_a.gif) no-repeat 37px 5px;
	font-size: 108%;
	font-weight: normal;
	padding: 0 0 10px 53px;
	line-height: 1.7;
}
#cat-inq .section01 .inputBox {
	width: 572px;
}
#cat-inq .section01 .inputBox dl {
	display: table;
	margin: 0 0 15px;
}
#cat-inq .section01 .inputBox dl dt,
#cat-inq .section01 .inputBox dl dd {
	display: table-cell;
	vertical-align: middle;
}
#cat-inq .section01 .inputBox dl.txtarea dt {
	padding-top: 10px;
	vertical-align: top;
}
#cat-inq .section01 .inputBox dl.txtarea i {
	color: #e40000;
	visibility: hidden;
	display: block;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.3;
	padding: 20px 0 0;
}
#cat-inq .section01 .inputBox dl dt {
	width: 216px;
	font-size: 108%;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}
#cat-inq .section01 .inputBox dl dt span {
	color: #e40000;
	font-size: 69%;
	padding: 0 0 0 5px;
}
#cat-inq .section01 .inputBox dl dd {
	width: 346px;
}
#cat-inq .section01 .inputBox dl dd input {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #c8c8c8;
	width: 100%;
}
#cat-inq .section01 .inputBox dl dd textarea {
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #c8c8c8;
	width: 100%;
	height: 180px;
}
#cat-inq .section01 p.att {
	margin: 40px 0 15px;
	font-size: 93%;
	text-align: center;
}
#cat-inq .section01 p.btn {
	text-align: center;
}
#cat-inq .section01 p.btn input,
#cat-inq .section01 p.btn button,
#cat-inq .section01 p.btn span {
	background: #638959;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 51px;
	font-size: 139%;
	font-weight: bold;
	width: 180px;
}
#cat-inq .section01 p.btn span {
	display: inline-block;
}
#cat-inq #contents .errBox {
}
#cat-inq #contents .errBox .pick {
	font-weight: bold;
	font-size: 116%;
}
#cat-inq #contents .errBox .errIn {
	border: 2px solid #f00;
	padding: 15px;
	margin: 50px 20px;
}
#cat-inq #contents .errBox .errIn p {
	font-size: 108%;
	padding: 5px 0;
}
#cat-inq #contents .errBox p.btn {
	text-align: center;
}
#cat-inq #contents .confFrm {
	margin: 30px 0 10px;
}
#cat-inq #contents .comp {
	padding: 30px 0 200px;
	text-align: center;
	line-height: 2;
	font-size: 133%;
}

/*------------------
etc-category
------------------------------------------------*/
#cat-e #contents #aside {
	margin: 20px 0 0;
}
#cat-e #contents h2{
	background: #638959;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}
#cat-e #contents .h2block h2{
	background: #638959;
	display: table;
	width: 96%;
	padding: 15px 2%;
}
#cat-e #contents .h2block h2 span,
#cat-e #contents .h2block h2 i{
	display: table-cell;
	vertical-align: middle;
}
#cat-e #contents .h2block h2 i{
	text-align: right;
	font-size: 70%;
}
#cat-e .section01 p {
	font-size: 108%;
	line-height: 1.75;
	text-indent: 1em;
}
#cat-e .section01 dl dt {
	font-weight: bold;
	font-size: 108%;
	line-height: 1.75;
}
#cat-e .section01 dl dd {
	padding: 0 0 25px 35px;
}
#cat-e .section01 ul.numlist {
	padding: 0;
}
#cat-e .section01 ul.numlist li {
	font-size: 108%;
	line-height: 1.8;
}
#cat-e .section01 ul.numlist li ul,
#cat-e .section01 ul.numlist li div {
	padding: 0 0 0 35px;
}
#cat-e .section01 ul.numlist li ul li {
	text-indent: -1em;
	margin: 0 0 0 1em;
}
#cat-e .section01 ul.numlist li div p {
	font-size: 100%;
}
#cat-e .section01 ul.att {
	padding: 0;
}
#cat-e .section01 ul.att li {
	font-size: 108%;
	line-height: 1.8;
	text-indent: -1em;
	margin: 0 0 0 1em;
}
#cat-e .section01 ul.numlist li ul,
#cat-e .section01 ul.numlist li div {
	padding: 0 0 0 35px;
}
#cat-e .section01 ul.numlist li ul li {
	text-indent: -1em;
	margin: 0 0 0 1em;
}
#cat-e .section01 ul.numlist li div p {
	font-size: 100%;
}
#cat-e .section01 .dates {
	text-align: right;
}
#cat-e .section01 .windowList div {
	display: table;
	margin: 0 0 0 32px;
}
#cat-e .section01 .windowList div span {
	display: table-cell;
	vertical-align: middle;
	font-size: 108%;
	line-height: 1.7;
}
#cat-e .section01 .windowList div span.names {
	width: 110px;
}
#cat-e .section01 .windowList div span.tel {
	width: 145px;
}
#cat-e .section01 .windowList div span.fax {
	width: 145px;
}

/*------------------
search
------------------------------------------------*/
#cat-search #contents #aside {
	margin: 20px 0 0;
}
#cat-search #contents h2{
	background: #638959;
	border-radius: 4px;
	color: #fff;
	font-size: 154%;
	font-weight: normal;
	padding: 15px 10px;
}

/*------------------
2019/05/08 追記
------------------------------------------------*/
#contents #aside div.ban {
	background: none !important;
	border: none !important;
	width: 200px !important;
}
#cat-ac .section01 .sqcolC {
	margin: 20px auto 0;
	width: 389px;
	border: 2px solid #638959;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
}
#cat-ac .section01 .sqcolC p {
	font-size: 108%;
	line-height: 1.7;
}
#cat-ac .section01 .colLwrapper {
	float: left;
	width: 350px;
}
#cat-ac .section01 .colL2 {
	margin: 0 0 20px;
	border: 2px solid #638959;
	border-radius: 3px;
	padding: 10px;
}
#cat-ac .section01 .nm {
	margin: 0 !important;
}
#cat-ac .section01 .colL2 p {
	font-size: 108%;
	line-height: 1.7;
}
#cat-ac .section01 .colR2 {
	float: right;
	width: 330px;
}
#cat-ac .section01 .colR2 p.caption {
	font-size: 93%;
	padding: 10px 0 0;
	text-align: center;
}
#cat-ac .section01 .colR2 p.img {
	text-align: center;
}

.keirin_ban {
	margin: 30px 0 0;
	width: 770px;
	text-align: right;
}