@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/

/* Base
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body {
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
* html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
*:first-child+html body {    font-family: 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, Sans-Serif;}
img {
	vertical-align: bottom;
	text-indent: 0!important;
}
hr	{	display: none;}

#page {}
/* ------------------------------------------------------------
Font Size (default:100%)
 10px = 63%     11px = 69%     12px = 75%     13px = 82%
 14px = 88%     15px = 94%     16px = 100%    17px = 107%
 18px = 113%    19px = 119%    20px = 125%    21px = 132%
 22px = 138%    23px = 144%    24px = 150%    25px = 157%
 26px = 163%
------------------------------------------------------------ */

/* Link
------------------------------------------------------------ */
a {
	color: #1740a7;
/* 180219 */
/*	outline: none;*/
}
a:link {
	color: #1740a7;
	text-decoration: underline;
}
a:visited {
	color: #1740a7;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active { color: #67317f;}

#top a:hover img,
.searchBox a:hover img,
#main a:hover img,
.topbtn a:hover img,
#footer a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* for All Pages
------------------------------------------------------------ */
.alt	{ display: none;}
.clear	{ clear: both;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix { zoom:1;}

.pt05 { padding-top: 5px!important; }
.pr15 { padding-right: 15px!important; }
.pb10 { padding-bottom: 10px!important; }
.pb30 { padding-bottom: 30px!important; }

.mt00 { margin-top: 0!important; }
.mt05 { 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; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }

.mr00 { margin-right: 0!important; }
.mr05 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mr30 { margin-right: 30px!important; }
.mr40 { margin-right: 40px!important; }
.mr50 { margin-right: 50px!important; }

.mb00 { margin-bottom: 0!important; }
.mb05 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }

.ml00 { margin-left: 0!important; }
.ml05 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }
.ml40 { margin-left: 40px!important; }
.ml50 { margin-left: 50px!important; }

.mtb10 { margin: 10px 0!important; }
.mtb15 { margin: 15px 0!important; }
.mtb20 { margin: 20px 0!important; }
.mtb25 { margin: 25px 0!important; }
.mtb30 { margin: 30px 0!important; }
.mtb40 { margin: 40px 0!important; }
.mtb50 { margin: 50px 0!important; }

.mauto { margin: auto;}
.floatR { float: right!important; }
.floatL { float: left!important; }
.clearB { clear: both!important; }

.txCenter { text-align: center!important; }
.txRight { text-align: right!important; }
.txLeft { text-align: left!important; }
.fwBold { font-weight: bold!important; }
.notes {
	margin-left: 1em;
	text-indent: -1em;
}
.txtred { color: #F00;}
.noborder { border: none!important;}

.border { border-bottom: 1px solid #ba99c7;}
.opt_img a:hover img,
a.opt_img:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*-----container-----*/
#container {
	padding-top: 8px;
	background: #FFF;
	text-align: center;
}
/*-----header-----*/
#header { margin: auto;}
#header h1 { float: left;}
#header #top {
	position: relative;
	width: 960px;
	margin: auto;
}
#header #top ul.flr { float: right;}
#header #top li {
	float: left;
	padding-left: 15px;
}
#header #top li.iconblue { background: url(../img/common/icon01.gif) 0 0.6em no-repeat;}
/*#header #top .searchBox {
	position: absolute;
	top: 32px;
	right:0;
}
*/

/*-----gNav-----*/
#gNav {
	width: 100%;
	margin: auto;
	background: url(../img/common/gnavibg.jpg) 0 0 repeat-x;
	z-index: 10;
}
#gNav ul {
	width: 960px;
	margin: auto;
	text-align: center;
}
#gNav li { float: left;}
#gNav li a {
	display: block;
	width: 192px;
	height: 50px;
}

/*-----pan-----*/
#pan {
	width: 960px;
	margin: 20px auto 15px auto;
	text-align: left;
}
#pan .panbox { float: left;}
#pan .panbox li {
	float: left;
	margin-left: 10px;
}
#pan .panbox li a {	margin-right: 10px;}

#pan .snsbox { float: right;}
#pan .snsbox li {
	float: left;
	margin-right: 10px;
}
#pan .snstxt {
	padding: 1px 5px;
	background: #f4f4f4;
	border: 1px solid #dddddd;
	font-size: 77%;
}

/*-----contents navbtn-----*/
#main .mainbox .navbtn { width: 675px;}
#main .mainbox .navbtn dl{
	float: left;
	width: 326px;
	margin: 20px 15px 0 0;
	text-align: left;
}

/*-----contents-----*/
#contents {
	width: 960px;
	margin: auto;
}
#contents #main {
	float: right;
	width: 730px;
	padding-bottom: 26px;
	background:
		url(../img/common/con-bgbtm.gif) left bottom no-repeat, url(../img/common/con-bg.gif) 0 0 repeat-y;
}
#contents #main .mainbox {
	min-height: 400px;
	padding: 0 25px 0 30px;
}
#contents #main h2 {}
#contents #main .title01 {
	line-height: 56px;
	padding : 0 0 0 45px;
	background: url(../img/common/con_ttl_1.jpg) 0 0 no-repeat;
	font-size: 139%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}
#contents #main .mainbox p { text-indent: 1em;}
#contents #main .mainbox .indent01 { text-indent: 1em;}
#contents #main .mainbox p.noindent { text-indent: 0!important;}
#contents #main .updated {
	padding: 10px 0;
	text-align: right;
}
#contents #main h3 {}
#contents #main .title02 {
	padding: 0 0 20px 30px;
	background: url(../img/common/con_ttl_2.jpg) 0 0.2em no-repeat;
	font-size: 113%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}

#contents #main h4 {}
#contents #main .title03 {
	padding: 0 0 20px 30px;
	background: url(../img/common/con_ttl_3.jpg) 0 0.5em no-repeat;
	font-size: 113%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}

#contents #main .title04 {
	padding: 0 0 10px 30px;
	font-size: 113%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}

#contents #main .title002 {
	margin-bottom: 20px;
	padding-left: 2em;
	text-indent: -2em;
	border-bottom: 4px solid #67317f;
	font-size: 119%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}
#contents #main .tlicon01 {
	padding-left: 30px;
	background: url(../img/common/tl_icon01.png) center left no-repeat;
	*padding: 0 0 5px 30px; /* IE7 以下 */
	*background: url(../img/common/tl_icon01.png) 0 0 no-repeat; /* IE7 以下 */
}

#contents #main .title003 {
	margin-bottom: 20px;
	padding-left:2em;
	text-indent:-1.6em;
	border-bottom: 2px solid #c1a1cc;
	font-size: 113%;
	font-weight: bold;
	text-align: left;
	color: #67317f;
}
#contents #main .tlicon02 {
	padding: 0 0 0 30px;
	background: url(../img/common/tl_icon02.png) center left no-repeat;
}
#contents #main .commentstxt { font-size: 88%!important;}
#contents #main .commentstxt dt {
	float: left;
	min-height: 10em;
	margin-right: 10px;
}
#contents #main .commentstxt dd {
	float: left;
	width: 260px;
	text-align: left;
}
#contents #main .commentstxt dd.w500 { width: 500px!important;}
#contents #main .ctxt {
/*	padding: 10px 20px 20px 30px;*/
	padding: 0 20px 0 30px;
	line-height: 1.8;
	text-align: left;
}

/*-----table-----*/
#main .toptlbox {
	width: 675px;
	margin: auto;
	font-size: 94%;
}
#main .toptlbox th {
	padding: 5px;
	background: #d5bddd;
	border: 1px solid #666;
	text-align: center;
	font-weight: bold;
}
#main .toptlbox td {
	padding: 5px;
	border: 1px solid #666;
}

#main .sidetlbox {
	width: 675px;
	margin: auto;
	font-size: 94%;
	text-align: left;
}

#main .sidetlbox th {
	width: 160px;
	padding: 5px;
	background: #d5bddd;
	border: 1px solid #666;
	font-weight: bold;
}

#main .sidetlbox td {
	padding: 5px;
	border: 1px solid #666;
}
/* 180219 */
/* #main caption { display: none;} */
#main caption:empty { display: none;}

#main td.indent{ text-indent:1em;}

/*-----contentsicon.navi-----*/
.icon1 {}
.icon1 a {
	padding-left: 15px;
	background: url(../img/common/icon01.gif) 0 0.4em no-repeat;
}
.icon2 {}
.icon2 a {
	padding-left: 20px;
	background: url(../img/common/icon02.gif) 0 0.4em no-repeat;
}
.icon3 {}
.icon3 a {
	padding-left: 25px;
	background: url(../img/common/icon_pdf_s.png) 0 0 no-repeat;
}

.iconlist li{
	padding: 0 0 20px 15px;
	background: url(../img/common/icon01.gif) 0 0.7em no-repeat;
}
.iconlist li a { font-size: 100%!important;}

.pdficon li{
	padding: 0 0 20px 25px;
	background: url(../img/common/icon_pdf_s.png) 0 0.5em no-repeat;
}
.pdficon li a { font-size: 100%!important;}

#main .cnavi li {
	float: left;
	padding-left: 15px;
	background: url(../img/common/icon01.gif) 0 0.8em no-repeat;
	text-align: left;
}

#main .cnavi a {
	display: block;
	line-height: 2.0;
}
#main .cnavi .nolink {
	display: block;
	line-height: 2.0;
}

/*-----topbtn-----*/
.con_topbtn {
	margin-top: 10px;
	text-align: right;
}
.con_topbtn a {
	padding:2px 0 2px 22px;
	background: url(../img/common/icon03.png) 0 0.2em no-repeat;
	*background: url(../img/common/icon03.png) 0 0 no-repeat; /* IE7 以下 */
}

/*-----sNav-----*/
#sNav {
	float: left;
	width: 220px;
	margin: auto;
	padding-bottom: 7px;
	background: url(../img/common/snav-bgbtm.gif) left bottom no-repeat;
}

#sNav .snavimenu {
	width: 220px;
	background: url(../img/common/snav-bg.gif) 0 0 repeat-y;
}

#sNav li {
	margin: 0 10px 0 19px;
	padding: 5px 0 5px 15px;
	background: url(../img/common/icon02.gif) 0 0.95em no-repeat;
	border-bottom: 1px dotted #d8c2df;
	text-align: left;
}
#sNav li a { font-size: 100%;}

/*-----memobox -----*/
#memobox{
	width: 620px;
	margin: 20px auto 0;
	padding: 10px 0 10px 5px;
}

#memobox p {
	float: left;
	font-size: 93%;
	text-align: left;
}
.memotxt { width: 70%;}

/*-----pdfdl TOP Adobe Reader-----*/
#pdfdl{
	width: 720px;
	padding: 10px 0 10px 5px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
#pdfdl p {
	float: left;
	font-size:  82%;
	text-align: left;
}
#pdfdl2{
	width: 620px;
	margin: 20px auto 0;
	padding: 10px 0 10px 5px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}
#pdfdl2 p {
	float: left;
	font-size:  93%;
	text-align: left;
}
#pdfdl2 .pdftxt {
	width: 70%;
	text-indent: 0!important;
}
/*-----footer-----*/
#footer {}
#footer .topbtn {
	width: 960px;
	margin: 50px auto 0;
	text-align: right;
}

#footerbg {
	min-width: 960px;
	margin: auto;
	background: #bca0c5;
}

#footerbox {
	width: 960px;
	margin:auto;
	padding: 20px 0 20px 30px;
}
#footerbox dl {
	float: left;
	width: 760px;
	font-size: 124%;
	text-align: left;
	line-height: 1.6;
}
#footerbox dt {
	font-weight: bold;
	color: #36104a;
}
#footer .copy {
	padding: 10px 0;
	background: #36104a;
	font-size: 93%;
	color: #FFF;
	min-width: 960px;
}
#footer .linkbox {
	float: right;
	margin-top: 25px;
}


#footerbox {
    width: 930px;
}
#footerbox dl {
    width: 720px;
}

.sbn img{
	height:auto;
	display: block;
}
body .sp{
	display:none;
}


/*1703_renewal*/

#gNav2{
	background: #f2e8f4;
	position: relative;
	border-top:3px solid #551a6a;
	z-index: 1000;
}
#gNav2>ul{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#gNav2>ul>li{
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: calc(100% / 6);
	transition: 0.3s;
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	border-right: 1px solid #ccc;
}
#gNav2>ul>li:first-child{
border-left: 1px solid #ccc;
}
#gNav2>ul>li:hover{
	background: #e5d7e7;
}
#gNav2 a{
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-size:1.1em;
	display: block;
	padding: 10px 5px;
	box-sizing: border-box;
	width: 100%;
}

#gNav2 li ul{
	display: none;
	position: absolute;
	top:calc(3em + 1px);
	border-top:2px solid #fff;
	padding: 10px;
	box-sizing: border-box;
	min-width: 100%;
	background:rgba(242,232,244,0.98)
}
#gNav2 li ul li a{
	text-align: left;
	font-size: 1em;
	white-space: nowrap;
	transition: 0.3s;
	padding: 5px 5px 5px 15px;
	font-weight: normal;
	box-sizing: border-box;
	display: block;
	border-top:1px solid #ccc;
	background: 5px 0.8em no-repeat url(../img/newview/submenubg.png)
}
#gNav2 li ul li:first-child a{
	white-space: nowrap;
	border-top:none;
}
#gNav2 li ul li a:hover{
	background-color: #fff9ff;
	border-radius: 3px;
}






#topleft,
#topright{
margin-top:1rem;
padding: 1rem 0 0;
text-align: left;
}
#topleft{
	width: 710px;
	float: left;
}
#topright{
	width: 230px;
	float: right;
}
#infobox h2,
#topright h2{
	background: #551a6a;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 1em;
	padding: 2px 10px;
}
/* --toppage-- */
#infobox *{
	box-sizing: border-box;
}
#infobox{
	box-sizing: border-box;
	background: #fff;
	border-radius:10px;
	padding: 0 1rem 1rem;
	margin:0 0 2rem;
}
#infobox::after{
	content: '';
	clear: both;
	display: block;
}

#mainimg{
	position: relative;
	float: left;
	width: 320px;
	padding-top:280px;
	height:280px;
	margin:0 10px 0 0;
}
#mainimg #imgbox>img,
#mainimg #imgbox>a{
	position: absolute;
	z-index:10;
	display: block;
	top:0;
	left:0;
	opacity: 0;
	width:320px;
	height:auto;
	transition: 0.3s;
}
.show{
	display: block !important;
}
#mainimg #imgbox>img.show,
#mainimg #imgbox>a.show{
	opacity: 1;
	z-index:100;
}
#mainimg #mi-thumbs a{
	text-decoration: none;
	cursor: pointer;
	margin: 0.2rem 0.2rem 0 0;
	font-size: 1.4rem;
	color: #ccc;
	line-height: 1rem;
	transition: 0.3s;
}
#mainimg #mi-thumbs  a:hover,
#mainimg #mi-thumbs  a.on{
	color:#999;
}
#npcontrol a{
	position: absolute;
	top:calc(50% - 20px);
	z-index:200;
	cursor: pointer;
	transition: 0.3s;
}
#npcontrol a:hover{
	opacity: 0.8;
}
#sc-prev{
	left:5px;
}
#sc-next{
	right:5px;
}




#infobox h2,
#infobox ul{
	display: inline-block;
	width: calc(100% - 335px);
	float: right;
}
#infobox ul{
	background: #fff;
	padding: 5px 0;
	overflow: auto;
	height:calc(255px - 2rem);
	border-bottom:1px solid #ddd;
}
#infobox li{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
#infobox p{
	text-align: right;
	margin: 0 ;
	padding: 5px 0 0;
	clear: right;
}
#infobox p a{
	text-decoration: none;
	color: #222;
	padding: 5px 0 5px 20px;
	background: left center no-repeat url(../img/sp/linkbg.png);
	background-size: auto 60%;
}
#infobox p a:hover{
	color:#c00;
}

.threebox{
	margin:0 0 1rem;
}
.threebox::after{
	content:'';
	display: block;
	clear: both;
}
a.tbox h2 img{
	border-radius:10px;
}
a.tbox{
	padding: 0 0 5px;
	transition: 0.3s;
	width: 223px;
	cursor: pointer;;
	float: left;
	background: #fff;
	box-shadow: 0px 5px 0 #dbd6c4;
	border-radius:10px;
	text-decoration: none;
	color: #222;

}
a.tbox:hover{
	color: #222;
	background: #fdf6ff;
	text-decoration: none;
}
.tbox{
	margin: 0 0 1rem;
}
.tbox:nth-child(3n+2){
	margin:0 calc((710px - 669px) /2) 1rem;
}
.threebox h2{
	margin: 0;
}
.threebox p{
	padding: 0 1rem 1rem;
	font-size: 0.9em;
}
.threebox.first .tbox{
		height:20em;
}
.threebox.third .tbox{
	padding: 10px 0;
}


#schedulebox{
	width: 100%;
	border-radius:10px;
	background: #fff;
	margin-bottom: 1.5rem;
}
#schedulebox ul.schedulein{
	background: #f1f0f1;
}
#schedulebox li{
	padding: 5px 1rem;
}
#schedulebox a{
	opacity: 1;
	display: block;
		text-decoration: none;
}
#schedulebox a:hover{
	opacity: 0.8
}
#schedulebox .title{
	position: relative;
	display: block;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
}
#schedulebox a .title::before{
	content:'案件';
	font-size: 0.75em;
	color: #222;
	padding: 3px 5px 3px 15px;
	background: url(../img/common/icon02.gif) 5px 0.6em no-repeat #fff;
	border:1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	float:right;
}
#schedulebox .date{
	font-weight: bold;
	font-size: 1.2em;
	display: inline-block;
	color: #551a6a;
}
#schedulebox .time{
	color: #222;
	font-size: 0.9em
}

#schedulebox a:hover .title::after{
	color: #c00;
}

#schedulebox p{
	text-align: right;
}

#schedulebox p a{
	display: inline-block;
	color: #222;
	margin-right: 0.5rem;
	padding: 5px 0 5px 20px;
	background: left center no-repeat url(../img/sp/linkbg.png);
	background-size: auto 50%;
}
#schedulebox p a:hover{
	color:#c00;
}
#facebookbox{
	margin-bottom: 2rem;
}
#facebookbox h2{
	background:
		10px -3px no-repeat url(../img/newview/facebookbg2.png),
		left top repeat url(../img/newview/facebookbg.gif);
		padding-left:30px;
}
#facebookbox::after{
	content:'';
	display: block;
	clear: both;
}
#dayoribox{
	background: #fff;
	border-radius: 5px;
	clear:both;
}
#dayoribox h2{
	background: url(../img/newview/dayoribg.gif);
}
#dayoribox td{
	vertical-align: middle;
}
#dayoribox img{
	width: auto;
	height: auto;
	float: left;
	max-width: 105px;
	margin: 10px;
	box-shadow: 2px 2px 6px #ccc;
}
#dayoribox a{
	display: block;
	width: 5em;
	text-decoration: none;
	color: #fff;
	margin:15px 10px;
	border-radius: 5px;
	text-align: center;
	background: #5b5b5b;
	box-shadow: 0px 5px 0 #dbd6c4;
}
#dayoribox a:hover{
	background: #777;
}

#RsideNav{
	clear: both;
	display: none;
}

#pan{
	background: none;
	margin: 5px auto;
}
body{
	background:left top url(../img/newview/cbodybg.gif);
}
#container{
	background:
		center top no-repeat url(../img/newview/city.png),
		left top repeat-x url(../img/newview/line.gif);
}
frameset #container{
	background: none;
}
#contents{
	padding: 0 160px;
	width: 1280px;
	box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
	#container{
		width: 1280px;
	}
	#contents{
		padding: 0 auto;
	}
}
#footer{
	margin-top:10px;
	padding-top:160px;
	background:
	center top no-repeat url(../img/newview/bottomcity.png);
}
.footmenu{
	border-bottom:1px solid #ddd;
	border-top:3px solid #8cb84b;
	background: #fff;
	min-width: 1280px;
}
#footer .topbtn{
	box-sizing: border-box;
	margin:0 auto;
		padding: 5px 0;
	text-align: left;
	position: relative;
}
.topbtn a{
	padding:5px 10px 5px 0;
}
.topbtn img{
	position: absolute;
	right:0;
	bottom:0;
	margin: 0;
}
#footerbg{
	background: #f4f3f4;
}
#footerbox {
	margin:auto;
	padding: 20px 0;
	max-width: 960px;
}
#footerbox dl{
	font-size: 100%;
	width: 100%;
	float: none;
}
#footerbox dt{
	color: #222;
}
.footmenu .topbtn a:last-child{
	float: right;
}


#main:after{
	content:'';
	display: block;
	clear: both;
}

#header h1{
	padding: 0.5rem 0;
}
#container{
	padding-top: 0;
}
#header #top li.mr25{
	padding: 0;
	margin: 0 !important;
}
#top{
	position: relative;
	padding: 0 395px 0 0;
	box-sizing: border-box;
	background: right top repeat-y url(../img/newview/toplivebg2.png);
}
#top .linkbox{
	position: absolute;
	top:10px;
	right:15px;
}
#top .linkbox img{
	margin-left: 15px;
}

#ssbox input[type=submit],
#top input[type=submit]{
    background: #551a6a;
    color: #fff;
    border: none;
    padding: 3px 10px;
    font-size: 0.9rem;
    border-radius: 5px;
    line-height: 140%;
}
#ssbox{
	margin-bottom: 0.5rem;
}
#header .q_txt{
	padding: 3px 5px;
	border: 1px solid #ccc;
    line-height: 140%;
    font-size: 0.9rem;
}
#header #top ul.flr{
	background: #ececec;
	border-radius: 0 0 5px 5px;
	padding: 5px 10px;
	margin:0 0 10px;
}
#header #top li{
	padding-left: 0;
}
#header #top li a{
	background: #551a6a;
	color: #fff;
	font-size: 0.9em;
	padding: 2px 5px;
	text-decoration: none;
	margin: 0 0 0 5px;
	border-radius: 5px;
}
#header #top li:first-child a{
	background: #fff;
	color: #222;
	border:1px solid #ccc;
	margin: 0 10px 0 2px;
}

#header #top .searchBox{
	position: relative;
	clear: right;
	float: right;
}

.chukeibox{
	text-align: left;
	width: 48%;
	float: left;
	box-sizing: border-box;
	border:2px solid #5fcdcb;
	border-radius: 10px;
	padding:0 0 1rem;
}
.chukeibox:nth-child(1){
	margin-right:2%;
	border:2px solid #ffa952;
}
.chukeibox h2{
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	font-size: 1.15em;
	color: #67317f;
	background: #dff5f5;
	padding:0.5rem;
}
.chukeibox:nth-child(1) h2{
background: #ffe9d4

}
.chukeibox h2 span{
	font-size: 0.9em;
	margin-left:5px;
	display: inline-block;
}
.chukeibox p{
	margin: 10px 15px;
	font-size: 1.05em;
	text-indent:0 !important;
}
.chukeibox .center{
	text-align: center;
}
.fr{
	float:right;
	vertical-align: bottom;
}
.mainbox.taleft p,
.mainbox.taleft ul{
	text-align: left;
	margin-bottom:0.5rem;
}
.mainbox.taleft h3.mtb20{
	margin: 2rem 0 0.5rem !important;
}
.mainbox.taleft p.con_topbtn{
	text-align: right;
}
.mainbox.taleft>ul li{
	padding-left:15px;
	margin-bottom: 0.3rem;
	background:url(../img/common/icon01.gif) 0.2em 0.7em no-repeat;
}

/* added 180109 */
#main strong,
#main em
{
	color: #ea0000;
}
#main strong
{
	font-weight: bold;
}
.skip
{
	position: absolute;
	left: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	height: 0;
	visibility: hidden;
}
.skip:focus
{
	clip: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	display: block;
	padding: 10px;
	color: #333;
	background-color: #fff;
	font-size: .8rem;
	visibility: visible;
}
#contents #main .title01
{
	color: #501466;
}
#joho-kankobutsu-kaigi .kaigibox dl
{
	margin: 0 0 20px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ba99c7;
}
#contents #main .mainbox p.center
{
	text-indent: 0;
}
#dayoribox a:hover,
#dayoribox a:focus
{
	background: #777;
}

#kaigiroku {
		padding: 20px;
		text-align: left;
}

#kaigiroku p {
		margin: 1rem auto;
		text-indent: 0 !important;
}

#kaigiroku p.center {
		text-align: center;
}

.kaigirokubox {
		padding: 0;
		text-align: center;
		margin: 1.5rem auto;
}

.kaigirokubox div {
		box-sizing: border-box;
		text-align: left;
		display: block;
		width: 31%;
		float: left;
		border-radius: 10px;
		padding: 0 0 90px;
		min-height: 15em;
		position: relative;
}

.k_search {
		border: 2px solid #ffb059;
}

.k_show {
		margin: 0 3.5%;
		border: 2px solid #64d2d0;
}

.k_flash {
		border: 2px solid #9ed279;
}

.k_search h3 {
		background: #ffe9d4;
}

.k_show h3 {
		background: #d7f2f2;
}

.k_flash h3 {
		background: #e6f3dd;
}

.kaigirokubox h3 {
		border-radius: 10px 10px 0 0;
		padding: 0.5rem 1rem;
		font-size: 1.1rem;
		font-weight: bold;
		color: #501466;
}

.kaigirokubox p {
		padding: 1rem;
		margin: 0 !important;
}

.kaigirokubox a {
		position: absolute;
		margin: 0 1rem;
		bottom: 1rem;
		left: 0;
		width: calc(100% - 2rem);
		text-align: center;
}

.kaigicmt {
		border: 3px solid #ccc;
		padding: 1rem 1.5rem;
		margin: 1.5rem auto;
		text-align: left;
		vertical-align: top;
}

.kaigicmt li {
		position: relative;
		padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.kaigicmt li:before {
		position: absolute;
		left: 0;
		content: '1.'
}

.kaigicmt a {
		padding: 0.5rem;
}

.kaigirokubox::after,
.kaigicmt::after {
		content: '';
		display: block;
		clear: both;
}

#kaigiroku .sig {
		text-align: right;
}
