@charset "utf-8";
/* =============================================================================
   header min-width: 768px PC版
   ========================================================================== */
@media screen and (min-width: 768px) {

.award-table-wrapper {
  width: 80%;
  margin: 0 auto;
}

.award-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.award-table th,
.award-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  background: #fff;
}

.award-table th {
  background-color: #f4f4f4;
}


.sp{
	display: none;
}
	#main{
		padding-bottom: 200px;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}


	.drawer-hamburger {
	display: none;
	}
	.drawer-menu {
	display: none;
	}
	
	.drawer-nav{
	display: none;
	}
	
	
	#sphead{
	display: none;
	}
	
	/**head_style**/
	.head {
		display: block;
		padding: 0px;
		height: 246px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		width: 1000px;
	}
	#head_main_menu {
	height: 40px;
	background-color: #666666;
	position: absolute;
	width: 1000px;
	top: 176px;
	display: block;
	}
	#head_main_menu ul {
		margin: 0px;
		padding: 0px;
	}
	#head_main_menu li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		display: inline;
	}
	#head_main_menu h2#m01 a {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 40px;
		width: 200px;
	}
	#head_main_menu h2#m02 a {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 40px;
		width: 200px;
	}
	#head_main_menu h2#m03 a {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 40px;
		width: 200px;
	}
	#head_main_menu h2#m04 a {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 40px;
		width: 200px;

	}
	#head_main_menu h2#m05 a {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		height: 40px;
		width: 200px;
		clear: right;
	}

	#head_main_menu h2#m01 a:hover {
		background-color: #0099FF;
	}

	#head_main_menu h2#m02 a:hover {
		background-color: #33FFFF;
	}

	#head_main_menu h2#m03 a:hover {
		background-color: #66CC33;
	}

	#head_main_menu h2#m04 a:hover {
		background-color: #CCFFCC;
	}
	#head_sub_menu {
		display: block;
		position: absolute;
		top: 70px;
		left: 500px;
	}
	#head_sub_menu ul {
		margin: 0px;
		padding: 0px;
	}
	#head_sub_menu li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		display: inline;
	}
	#head_sub_menu h3 {
		font-size: 12px;
		font-weight: normal;
		display: inline;
		line-height: 30px;
		padding-left: 15px;
	}
	#head_sub_menu a {
		color: #666666;
		text-decoration: underline;
	}





	/**content**/
	.content {
		display: block;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	#left_content {
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		width: 210px;
		background-color: #99CC66;
	}
	#right_content {
		display: block;
		float: right;
		width: 680px;
		background-color: #CCFF00;
	}



	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 150px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 87px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 86px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -86px;
		height: 86px;
		width: 87px;
	}


}

/* =============================================================================
   header max-width: 767px
   ========================================================================== */
   
@media screen and (max-width: 767px) {

.award-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.award-table th,
.award-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  background: #fff;
}

.award-table th {
  background-color: #f4f4f4;
}

award-table-wrapper {
    width: 100%;
    padding: 0 10px;
  }

.pc{
	display: none;
}


	header {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.5);
	}
	header:after {
		content: "";
		width: 40%;
		height: 5px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	#main{
		padding-bottom: 60px;
		width: 100%;
	}
	
	#head_main_menu	{
	display: none;
	}
	#pchead{
	display: none;
	}
	#head_menu_box img{
	width: 100%;
	}
	
	
	.drawer-menu {
		padding-bottom: 600px;
	}
	.drawer-toggle.drawer-hamburger {
		background-color: #B20000;
	}
	.drawer-hamburger {
		width: 40px;
		height: 20px;
		padding: 10px 10px 30px 10px;
	}
	.drawer-hamburger .txt {
		position: absolute;
		left: 14px;
		bottom: 5px;
		font-size:10px;
		font-weight: bold;
		color: #fff;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		background-color: #fff;
	}
	.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
		right: 0;
	}
	.drawer-nav {
		overflow: scroll;
		padding-top: 0px;
	}
	.drawer-nav,
	.drawer-dropdown-menu {
		background: rgba(000, 000, 000, 0.7);
	}
	#top-head a, #top-head {
		color: #fff;
	}
	.drawer-menu-item img {
		margin-right: 10px;
	}
	.drawer-menu-item,
	.drawer-dropdown-menu-item {
		padding: 20px 20px;
		border-bottom: 1px dotted #666;
		position: relative;
		font-size: 14px;
	}
	.drawer-menu-item:link {
		color: #fff;
	}

	.drawer-menu-item:visited {
		color: #fff;
	}
	.drawer-menu-item:hover {
		color: #fff;
		text-decoration: none;
		zoom:1;
		color: #fff000;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.drawer-menu-item:active {
		color: #fff;
	}
	li:first-child .drawer-menu-item {
		border-top: 1px dotted #666;
		color: #fff;
	}
	.drawer-menu-item:after,
	.drawer-dropdown-menu-item:after {
		content: "＞";
		width: 1em;
		height: 1em;
		color: #fff;
		font-weight: bold;
		position: absolute;
		top: 40%;
		right: 20px;
		transform: translate3d(0, -50%, 0);
		-webkit-transform: translate(0, -50%); /* Safari用 */
		transform: translate(0, -50%);
	}
	.drawer-dropdown .drawer-menu-item:after {
		display: none;
	}
	.drawer-dropdown-menu-item {
		padding: 20px 20px 20px 40px;
		line-height: 1;
	}
	


	/**content**/
	.content {
		display: block;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	#left_content {
		display: block;
		margin: 0px;
		padding: 0px;
		background-color: #99CC66;
	}
	#right_content {
		display: block;
		background-color: #CCFF00;
	}


	/*page-top*/
	#page-top {
	text-align:center;
		width: 100%;
		display: block;
	}
	#page-top a {
		text-decoration: none;
		width: 87px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 86px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -86px;
		height: 86px;
		width: 87px;
	}


}


/* =============================================================================
   共通ベース部分
   ========================================================================== */

/**hide**/
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;

}


img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}


/**html**/
html{
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/bk01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body{
	height: 100%;
	color: #181512;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 14px;
	font-family: "CI", "Meiryo", verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	background-image: url(../img/head_bk.jpg);
	background-repeat: repeat-x;
	background-position: 0px 176px;
	
}
*html body {
	font-family: verdana,"lr oSVbN","MS PGothic",Sans-Serif;

}


* html div#container{
    height:100%;
}

div#container{
	position:relative;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body > #container {
        height: auto;
}



/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
 min-height:1px;

}

*html .clear{
 height:1%;

 /*\*//*/
 height:auto;
 overflow:hidden;
 /**/
}

/* =============================================================================
   その他
   ========================================================================== */

/*accordion*/
.item_cat {cursor:pointer;}

.item_cat:hover {
	color: #F90;
	}





/* =============================================================================
   フッター min-width: 768px PC版
   ========================================================================== */
@media screen and (min-width: 768px) {

	/**foot**/
	#foot{
		position:fixed;
		bottom:0px;
		height:65px;
		width:100%;
		display: block;
		margin: 0px;
		padding: 0px;
		height: 150px;
		background-color: #191919;
		background-repeat: no-repeat;
	}
	#foot_menu {
		font-size: 11px;
		color: #999;
		padding-left: 20px;
	}

	#foot_box {
		display: block;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(../img/foot_bk.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		height: 100px;
		position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.foot_menu_txt01 {
		padding-top: 20px;
		padding-bottom: 7px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
		width: 450px;
		font-size: 12px;
	}
	.foot_menu_txt02 {
		display: block;
		float: left;
		width: 225px;
		padding-top: 7px;
		font-size: 10px;
	}
	.foot_menu_txt03 {
		float: left;
		width: 225px;
		padding-top: 7px;
		font-size: 10px;
	}

	#foot_menu ul {
		margin: 0px;
		padding: 0px;
	}
	#foot_menu li {
		display: inline;
		margin: 0px;
		padding: 0px;
	}
	#foot_menu h4  {
		display: inline;
		padding-left: 10px;
		font-size: 11px;
		font-weight: normal;
		line-height: 20px;
	}
	#foot_menu a {
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		font-style: normal;
	}
	#address_box address {
		font-style: normal;
		font-weight: normal;
	}
	.oshiro {
		position: absolute;
		left: 642px;
		top: 24px;
	}
}
/* =============================================================================
   フッター max-width: 767px
   ========================================================================== */
   
@media screen and (max-width: 767px) {
	/**foot**/
	#foot{
		position:relative;
		bottom:0px;
		width:100%;
		display: block;
		margin: 0px;
		padding: 0px;
		background-color: #191919;
		background-repeat: no-repeat;
	}
	#foot_menu {
		font-size: 1em;
		color: #999;
	}

	#foot_box {
	text-align:center;
		display: block;
		width: 100%;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
		padding-left: 0px;
		position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
	
	}
	.foot_menu_txt01 {
		padding-top: 20px;
		padding-bottom: 0.7em;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999;
		width: 100%;
		font-size: 1empx;
	}
	.foot_menu_txt02 {
		display: block;
		float: none;
		width: 100%x;
		padding-top: 0.7em;
		font-size: 1em;
	}
	.foot_menu_txt03 {
		float: none;
		width: 100%;
		padding-top: 0.7em;
		padding-bottom: 2em;
		font-size: 1em;
	}

	.oshiro img {
		width: 60%;
	}

}
