@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100);
th,h1 {
    font-weight: 400;
}
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
textarea, select, option {
	font-family: 'Noto Sans Japanese',MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:200;
	line-height: 1.1;
}
input, textarea, select, option {
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:200;
	line-height: 1.1;
}


.numfont{
	/*font-family: 'Josefin Slab';*/
	font-family: 'Roboto Slab','Noto Sans Japanese', serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	text-decoration: none;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #444;
	font-size: 13px;
	line-height: 1.5;
	background-color: #D0EAE9;
	-webkit-text-size-adjust: none;
}

body img {
	display: block;
}

#container {
	text-align: left;
}

#main {
	padding: 45px 0;
	margin: 0 auto;
	padding-bottom: 27px;
	width: 1200px;
}

#main .pageTop {
	padding: 13px 8px 0 0;
	text-align: right;
}

#main .pageTop a {
	color: #E60011;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #5A5657;
}

#gHeader .hBox {
	/*padding: 31px 0 25px;*/
	padding: 11px 0 25px;
	margin: 0 auto;
	width: 980px;
}

#gHeader .hBox .logo {
	float: left; 
}

#gHeader .hBox h1 {
	/*margin: 38px auto 0;*/
	margin: 38px 0 0 200px;
	width: 400px;
	color: #FFF;
	font-size: 20px;
	font-weight: 200;
}

#gHeader .hBox .hLink {
	/*margin-top: -57px;*/
	margin-top: -35px;
	/*width: 187px;*/
	width: 386px;
	float: right;
}

#gHeader .hBox .hLink li {
	text-align: center;
	width:186px;
	display:inline-block;
}

#gHeader .hBox .hLink li:first-child {
	margin-bottom: 11px;
	margin-right:10px;
}

#gHeader .hBox .hLink li a {
	padding: 7px 0;
	display: block;
	color: #333;
	background-color: #CACACA;
}

#gHeader .hBox .hLink li a:hover {
	color: #FFF;
	background-color: #EA553A;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-bottom: 30px;
	clear: both;
	background-color: #D0EAE9;
}

#gNavi ul {
	margin:0 auto;
	width: 980px;
}

#gNavi li {
	margin-top: -15px;
	padding-left: 10px;
	float: left;
	font-size: 14px;
}

#gNavi li:first-child {
	padding-left: 0;
}

#gNavi li a {
	padding: 12px 0;
	/*width: 188px;*/
	width: 155px;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #88B2CB;
}

#gNavi li a:hover {
	background-color: #3B90B5;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 35px 40px 62px;
	width: 650px;
	float: left;
	background-color: #FFF;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 229px;
	float: right;
	background-color: #FFF;
	border: 1px solid #DCF0EF;
}

#sideBar .linkUl li {
	padding-bottom: 12px;
}

#sideBar .linkUl li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#sideBar .ttl {
	padding: 1px 0 0 3px;
	color: #5797BD;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #5797BD;
}

#sideBar .detailUl {
}

#sideBar .detailUl li {
	padding: 2px 0;
	border-bottom: 1px solid #CCC;
}

#sideBar .detailUl li a {
	display: block;
	overflow: hidden;
}

#sideBar .detailUl li a:hover span {
	text-decoration: underline;
}

#sideBar .detailUl li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#sideBar .detailUl li a .photo {
	float: left;
}

#sideBar .detailUl li a .txtBox {
	margin-top: 5px;
	width: 126px;
	float: right;
}

#sideBar .detailUl li a .txtBox span {
	display: block;
	line-height: 1.3;
}

#sideBar .detailUl li a .txtBox span {
	color: #8C8C8C;
	font-size: 12px;
}

#sideBar .detailUl li a .txtBox .title {
	margin-bottom: 3px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

#sideBar .detailUl li a rt {
	font-size: 8px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 100px 0 15px;
	overflow: hidden;
	clear: both;
}

#gFooter .copyright {
	text-align: center;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.spTable {
	display: none;
}

.pcTable {
	display: table;
}

/*------------------------------------------------------------
	h1Ttl
------------------------------------------------------------*/
.h1Ttl {
	display: none;
}

/*------------------------------------------------------------
	comCalender
------------------------------------------------------------*/
.comCalender {
	padding: 21px 0 22px;
	background-color: #FFF;
}

.comCalender .calenderBox {
	padding-right: 28px;
	margin: 0 auto;
	width: 898px;
}

.comCalender .calenderBox .dateUl {
	float: left;
}

.comCalender .calenderBox .dateUl li {
	float: left;
}

.comCalender .calenderBox .dateUl li input {
	margin-top: 1px;
	padding: 0 0 0 20px;
	width: 169px;
	height: 34px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2.3;
	border: 1px solid #666565;
	border-radius: 0;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#FFF));
}

.comCalender .calenderBox .dateUl li a {
	margin-left: 7px;
	float: right;
}

.comCalender .calenderBox .dateUl li span {
	padding: 0 8px 0 9px;
	font-size: 22px;
	font-weight: 400;
}

.comCalender .calenderBox .linkUl {
	padding-right: 1px;
	margin-top: 1px;
	float: right;
}

.comCalender .calenderBox .linkUl li {
	width: 161px;
	float: left;
	font-weight: 200;
	text-align: center;
}

.comCalender .calenderBox .linkUl li:first-child {
	margin-right: 9px;
}

.comCalender .calenderBox .linkUl li a {
	padding: 8px 0;
	display: block;
	color: #FFF;
	background-color: #595757;
}

.comCalender .calenderBox .linkUl li a:hover {
	background-color: #EA553A;
}

.comCalender .calenderBox .linkUl .on a {
	background-color: #EA553A;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom:35px;
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	word-break: break-all;
	line-height: 1.3;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	border-top: 1px solid #B5B6B6;
	border-left: 1px solid #B5B6B6;
}

#main .comTable th {
	padding: 10px 20px 6px;
	background-color: #DDD;
	border-left: none;
}

#main .comTable thead th {
	padding: 10px 7px 7px;
	text-align: center;
	border-top: none;
	background-color: #CACACA;
	border-left: 1px solid #B5B6B6;
}

#main .comTable thead th:first-child {
	border-left: none;
}

#main .comTable td {
	padding: 10px 15px 7px;
	background-color: #FFF;
}

#main .comTable .color {
	background-color: #DDD;
}

#main .comTable .trStyle th {
	border-top: 1px solid #B5B6B6;
}

#main .comTable .trStyle th:first-child {
	border-left: 1px solid #B5B6B6;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto;
	width: 260px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#main .comLink a {
	padding: 8px 0 7px;
	display: block;
	color: #FFF;
	background-color: #595857;
}

#main .comLink a:hover {
	background-color: #EA553A;
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore {
	width: 187px;
}

.comMore a {
	padding: 6px 0 5px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #88B2CB;
}

.comMore a:hover {
	background-color: #3B90B5;
}
.right{
	text-align: right !important;
}
section#alert{
	margin: 0 auto;
	/*width: 1200px;*/
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
section#alert p.notice{
    color: #17384D;
}
section#alert p.alert{
    color: #ea543b;
}
header span#patent_text{
  color:red;
  font-size:22px;
}
header span#patent_text_common{
  color:white;
  font-size:24px;
}
#banner_area_pc {
	display:block;
	padding: 25px 0 0px 0;
	margin: 0 auto;
	width: 980px;
}
#banner_area_pc ul.top_banner li {
	display:inline;
	float:left;
}
#banner_area_pc ul.top_banner li:last-child {
	float:right;
}
ul.top_banner img{
	width:100%;
}
#banner_area_sp{
	display:none;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.spTable {
		display: table;
	}
	
	.pcTable {
		display: none;
	}

	body {
		min-width: inherit;
	}
	
	#main {
		padding: 10px !important;
		width: auto !important;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		height: 60px;
		position: relative;
	}
	
	#gHeader .headerBox {
		padding: 5px;
	}
	
	#gHeader .menu {
		float: left;
	}
	
	#gHeader .menu .menuBox {
		position: absolute;
		width: 100%;
		top: 60px;
		left: 0;
		display: none;
		z-index: 9999;
	}
	
	#gHeader .menu .menuBox ul {
		border-top: 1px solid #FFF
	}
	
	#gHeader .menu .menuBox li {
		border-bottom: 1px solid #FFF
	}
	
	#gHeader .menu .menuBox li a {
		padding: 10px;
		display: block;
		color: #FFF;
		background: #5A5655 url(../../images/common/icon.gif) no-repeat 95% center;
	}
	
	#gHeader .hInner {
		padding: 0 10%;
		width: 50%;
		float: left;
	}
	
	#gHeader .hInner .logo {
		color: #FFF;
		text-align: center;
	}
	
	#gHeader .hInner .link {
		text-align: center;
	}
	
	#gHeader .hInner .link a {
		display: block;
		color: #FFF;
		background-color: #EA543B;
	}
	
	#gHeader .icon {
		float: right;
	}
	
	#gHeader .icon span {
		color: #FFF;
		display: block;
		font-size: 8px;
		text-align: center;
		letter-spacing: -1px;
	}
	
	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: auto;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter .copyright {
		font-size: 10px;
	}

	/*------------------------------------------------------------
		h1Ttl
	------------------------------------------------------------*/
	.h1Ttl {
		margin: 10px;
		display: block;
		text-align: right;
	}
	
	/*------------------------------------------------------------
		comCalender
	------------------------------------------------------------*/
	.comCalender {
		padding: 10px;
	}
	
	.comCalender .calenderBox {
		width: auto !important;
	}
	
	.comCalender .calenderBox .dateUl {
		margin: 0 auto 10px;
		width: 280px;
		float: none;
	}
	
	.comCalender .calenderBox .dateUl li {
		float: none;
	}
	
	.comCalender .calenderBox .dateUl li input {
		padding: 0 5px;
		width: 165px;
	}
	
	.comCalender .calenderBox .dateUl li a img {
		width: 32px;
	}

	.comCalender .calenderBox .linkUl {
		float: none;
	}
	
	.comCalender .calenderBox .linkUl li {
		width: 45%;
		font-size: 12px;
	}
	
	.comCalender .calenderBox .linkUl li a {
		padding: 8px 0 6px;
	}
	
	.comCalender .calenderBox .linkUl li:last-child {
		float: right;
	}
	
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	#main .comLink {
		width: 70%;
		font-size: 12px;
	}
	
	#main .comLink a {
		padding: 7px 0 6px;
	}
	
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable {
		margin-bottom: 10px;
		/*width:100%;*/
	}
	
	#main .comTable th,
	#main .comTable td {
		padding: 8px 12px;
		font-size: 12px;
	}
	
	#main .comTable th a {
		color: #333;
		display: block;
	}
	
	#main .comTable td input {
		border-radius: 0;
		background: -moz-linear-gradient(top,#FFF 0%,#FFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#FFF));
	}
	
	/*------------------------------------------------------------
		pop
	------------------------------------------------------------*/
	.cover {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 99;
		display: none;
	}
	
	.pop {
		padding: 20px 10px;
		background-color: #D0EAE9;
		display:none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
	}
	
	.pop input {
		border-radius: 0;
		background: -moz-linear-gradient(top,#FFF 0%,#FFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#FFF));
	}
	
	.pop .listUl {
		margin: 0 auto;
		width: 100%;
	}
	
	.pop .listUl li {
		padding-bottom: 15px;
		text-align: center;
		font-size: 12px;
	}
	
	.pop .listUl li span {
		margin-bottom: 5px;
		display: block;
	}
	
	.pop .listUl li input {
		width: 95%;
		height: 30px;
		font-size: 12px;
		text-align: center;
		border: 1px solid #B5B6B6;
	}
	
	.pop .listUl li:last-child input {
		color: #EA543B;
	}
	
	.pop .submit {
		margin: 0 auto;
		width: 90%;
	}
	
	.pop .submit li input {
		width: 100%;
		height: 30px;
		font-size: 12px;
		border: 0;
		border-radius: 0;
		background: -moz-linear-gradient(top,#595857 0%,#595857);
		background: -webkit-gradient(linear, left top, left bottom, from(#595857),to(#595857));
	}
	
	.pop .submit li input:hover {
		color: #FFF;
		background: #EA553A;
	}
	
	.pop .numList {
		margin-bottom: 20px;
	}
	
	.pop p {
		margin-bottom: 5px;
		font-size: 12px;
		text-align: center;
	}
	
	.pop .numList li {
		padding-bottom: 2px;
		overflow: hidden;
	}
	
	.pop .numList li input {
		padding: 0 2%;
		width: 70%;
		height: 30px;
		float: right;
		font-size: 12px;
		border: 1px solid #B5B6B6;
	}
	
	.pop .numList li input:first-child {
		width: 20%;
		float: left;
		text-align: center;
		background: -moz-linear-gradient(top,#BFBFBF 0%,#BFBFBF);
		background: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF),to(#BFBFBF));
	}
	
	.menuList {
		/*display: none;*/
		position: static !important;
	}
	
	#sideBar {
		display: none;
	}
	
	#conts {
		padding: 10px !important;
		width: auto;
	}
	div.icon{
		display:inline-block;
		width:35px;
		height:35px;
		background-color: white;
		text-align: center;
		vertical-align: middle;
		color:black;
		font-size:10px;
		margin-top:5px;
		margin-right:10px;
	}
	input[type="number"]{
		width:50px;
		border: 1px solid #DFDFDF;
	}
	div.sm-scroll{
		overflow-x: scroll;
	}
	table#report_table{
		width:1000px !important;
	}
	#banner_area_pc{
		display:none;
	}
	#banner_area_sp {
		display:block;
		padding: 0px !important;
		width: auto !important;
	}
	#banner_area_sp ul.top_banner li {
		display:block;
	}
}