@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	local page style
------------------------------------------------------------------------------*/

/* general
----------------------------------------------------*/
body{
	font-size: 75%;
}

#utilityNav li,
#utilityNav li a {
	font-size: 100%;
	line-height: 1;
}

#cse-search-results {
	font-size: 12px;
	line-height: 1.6;
}

a:link {
	cursor: pointer;
	text-decoration: none;
	color: #06C;
}

a:visited {
	color: #06C;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
}

p,th,td,li,dt,dd,span,strong,a {
	line-height: 1.6;
}

.section{
	clear: both;
	margin: 0 0 1em 0;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#gNav li a {
	color: #333;
}

#main #left {
	width: 270px;
	float:left;
}

#main #right {
	width: 270px;
	float:right;
}


/* h
----------------------------------------------------*/
h2 {
	margin-bottom: 1em;
	background: url(../img/share/bg_h2.jpg) no-repeat;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #400000;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	border-left: #F90 solid 5px;
	padding-left: 10px;
	margin-bottom: .5em;
}

h4 {
}


/* text
----------------------------------------------------*/
p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

p.image {
	margin-bottom: 0;
	text-indent: 0;
	text-align: center;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.pageTop{
	clear: both;
	padding-top: 2em;
	text-align: right;
}

.pankuzu {
	margin-bottom: 2em;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}


/* list
----------------------------------------------------*/
ul.disc {
	margin-left: 40px;
}

ul.disc li {
	list-style-type: disc;
}

ul.square {
	margin-left: 40px;
}

ul.square li {
	list-style-type: square;
}

ol {
	margin-left: 30px;
}

ol li {
	list-style-type: decimal;
}

div#news dl dt {
	float: left;
	clear: both;
	width: 100px;
	padding: 5px 0 5px 10px;
	font-size: 11px;
}

div#news dl dd {
	padding: 5px 5px 5px 10px;
}

div#news dl dd a, div#news dl dd a:visited {
	color: #333;
}

dl.sitemap {
	border-bottom: #666 dashed 1px;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

dl.sitemap dt {
	font-weight: bold;
}


/* table
----------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 3em;
}

table td table {
	margin: 0;
}

th,td {
	padding: 5px;
	vertical-align: top;
}
table.border {
	border: #666 solid 1px;
	border-collapse: collapse;
}

table.border th {
	font-weight: bold;
}

table.border th,
table.border td {
	border: #666 solid 1px;
	vertical-align: top;
	border-collapse: collapse;
}

table.border .rowspan .hd {
	display: block;
	height: 1em;
	overflow: visible;
}

table.border .rowspan th:first-child,
table.border .rowspan td:first-child {
    border-bottom: 0 solid transparent;
}

table.border .rowspan + tr th:first-child,
table.border .rowspan + tr td:first-child {
    border-top: 0 solid transparent;
}

table thead th {
	text-align: center;
	font-weight: normal!important;
}

table.sitemap th {
	background: url(../img/share/bg_sitemap.gif) no-repeat bottom;
	padding: 5px 10px;
}

table.sitemap td {
	padding: 5px 10px 5px 20px;
}

table.list__table tbody td {
	vertical-align: middle;
}

table.list__table tbody td:nth-child(2) {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* トップページ
----------------------------------------------------*/
div.box {
	background-color: #ffe5b8;
	padding: 10px;
}

div.box strong {
	color: #472400;
	font-size: 14px;
}


/* 第２階層
----------------------------------------------------*/
div#tabMenu ul li {
	width: 16%;
	height: 45px;
	float: left;
	margin: 0;
	padding: 0 2px;
        box-sizing: border-box;
}

div#tabMenu ul li a {
	display: block;
/*	width: 140px;
	height: 35px;
	padding-top: 10px; DELETED[19/01/17] */
	height: 45px;
    padding-top: 9px;
    line-height: 1.2;
	text-align: center;
/*	background: url(../img/share/bg_tab.jpg) no-repeat; DELETED[19/01/17] */
	color: #300;
	font-weight: bold;
	font-size: 12px;
	border: #b88147 solid 2px;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
        box-sizing: border-box;
	background: #ffffef;
	background: -moz-linear-gradient(top, #ffffef 0%, #fbddc1 100%);
	background: -webkit-linear-gradient(top, #ffffef 0%,#fbddc1 100%);
	background: linear-gradient(to bottom, #ffffef 0%,#fbddc1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffef', endColorstr='#fbddc1',GradientType=0 );

}

div#tabMenu ul li a:hover,
div#tabMenu ul li.on a {
/*	background: url(../img/share/bg_tab_on.jpg) no-repeat; DELETED[19/01/17] */
	background: #fefcfd;
	background: -moz-linear-gradient(top, #fefcfd 0%, #b88147 100%);
	background: -webkit-linear-gradient(top, #fefcfd 0%,#b88147 100%);
	background: linear-gradient(to bottom, #fefcfd 0%,#b88147 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfd', endColorstr='#b88147',GradientType=0 );
	text-decoration: none;
}

div#tabMenu ul li span {
    font-size: 10px;
    display: block;
}
/* end - ADDED[19/01/17] */


div#tabCont {
	clear: both;
	border: #b88147 solid 2px;
	padding: 10px;
}

#ip-award .award {
	width: 365px;
	float: left;
}
#tabCont .new-award {
	width: 365px;
	float: left;
}
#tabCont .img,#ip-award .img {
	float: right;
	width: 210px;
}
#tabCont .img img,#ip-award .img img {
	padding: 3px;
	border: 1px solid #d5d5d5;
}
#ip-award {
	margin-bottom: 15px;
}
p.tIndent {
	text-indent: -2em;
	padding-left: 2em;
}
.mb0 {
	margin-bottom: 0;
}