@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
padding: 0;
border: 0;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
content: none;
}
table {
	border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	padding:0;
	border:0;
	text-decoration:none
;
}

a,body,input,select,textarea{
	font-family:メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	color:#333;
	line-height:1.5em;
}

body,html{
	width:100%;
	min-width:1250px;
}

a{
	color:#0462a7;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.aligncenter{
	display:table;
}


/* header */

#head_wrap{
	height:13px;
	background-color:#795548;
}

#head_wrap h2{
	display:none;
}

/* title gl_menu */

#title{
	display:none;
}

/* page title */
.page #head_wrap{
	height:auto;
}

.page #head_wrap h2{
	display:block;
	padding:2px;
	margin:0 auto;
	width:1200px;
	color:#fff;
	font-weight:normal;
	font-size:90%;
}

.page #head_wrap #title{
	display:block;
	margin:0 auto;
	padding:8px;
	width:1200px;
}

.page #head_wrap #title h1{
	color:#fff;
	font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

/* main image */

#top_image{
	position:relative;
	height:700px;
	background-image : url(img/main_image2.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0px -4px 10px #333;
	z-index:-1;
}

#top_image:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	margin: auto;
	padding: 0;
	top:0;
	bottom:0;
	right:0;
	left:0;
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	background-image : url(img/main_image2.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#caption {
	display:block;
	position:absolute;
	padding:0;
	margin:auto;
	height:200px;
	background-color:rgba(255,255,255,0.5);
	box-shadow:0px 0px 10px 15px rgba(255,255,255,0.5);
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:hidden;
	z-index:10;
}

#caption p{
	color:#7bbeef;
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
	font-size:220%;
	line-height:200%;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
}

/* gl_menu */
#menu_wrap{
	width:100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-shadow: 0px 5px 10px #333;
	overflow:hidden;
}

#gl_menu{
	width:1200px;
	margin:0 auto;
}

#gl_menu ul{
	list-style-type:none;
	overflow:hidden;
}

#gl_menu li{
	width:171px;
	float:left;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}

#gl_menu li:first-child{
	border-left:1px solid #ccc;
}

#gl_menu a{
	display:block;
	height:45px;
	padding:12px 0;
	color:#333;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	transition:.2s;
}

#gl_menu a:hover,
#gl_menu a.current{
	color:#fff;
	background-color:#795548;
	box-sizing:border-box;
	box-shadow: inset 0px 4px 5px #FFF;
	transition:.2s;
}

/* main */

#main_wrap{
	padding:25px 0;
	background-image : url(img/main_bg.jpg);
	background-position: 50% 0;
}

#main{
	width:1200px;
	padding: 1em 0;
	margin:0 auto;
	border-radius:5px;
	background:#fff;
	box-sizing:border-box;
	box-shadow: 2px 5px 10px #333;
	overflow:hidden;
}



/* cont */
#cont{
	float:none;
	padding-left:3em;
	padding-right:3em;
	margin:0 0 13px;
	width:100%;
	min-height:500px;
	font-size:18px;
	line-height:1.5em;
	box-sizing:border-box;
}

#cont h2{
	position:relative;
	margin-bottom:30px;
	padding:10px 10px 10px 20px;
	font-size:150%;
	font-weight:normal;
	line-height:150%;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	border-bottom:5px solid #361f0f;
	box-shadow:1px 1px 5px #ccc;
	background-image : url(img/h2-bgr.png);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

#cont h3{
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 0px 15px 55px;
	color:#333;
	font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:150%;
	text-shadow:1px 1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,-1px -1px 1px #fff;
background: #c18f7d; /* Old browsers */
background: -moz-linear-gradient(left, #c18f7d 0%, #cfc2be 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c18f7d 0%,#cfc2be 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c18f7d 0%,#cfc2be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c18f7d', endColorstr='#cfc2be',GradientType=1 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
}

#cont h3:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;
	z-index:1;
}

#cont h4{
	clear:both;
	margin-bottom:30px;
	padding:20px 0px 15px 60px;
	color:#333;
	font-size:135%;
	font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	text-shadow:1px 1px 1px #fff,1px -1px 1px #fff,-1px 1px 1px #fff,-1px -1px 1px #fff;
	background-image : url(img/h4-bg.jpg);
	background-repeat:no-repeat;
	background-position:0% 50%;
	border-bottom:1px dotted #333;
}

#cont h5{
	clear:both;
	position:relative;
	padding-left:4px;
	margin: 4px 4px 13px;
	font-size:100%;
	border-left:5px double #c18f7d;
}

#cont h6{
	padding:8px;
	margin-bottom:13px;
	font-size:100%;
	border-bottom:1px dotted #333;
}

#cont p{
	margin-bottom:13px;
}

#cont a{
	color:#0462a7;
	text-decoration:underline;
}

#cont a:hover{
	text-decoration:none;
}

#cont hr{
	clear:both;
	margin-bottom:13px;
	border-bottom:1px solid #0462a7;
}

#cont blockquote{
	margin:10px;
}

#cont blockquote{
	margin:0 auto 30px;
	padding:20px 20px 20px 40px;
	background:#eee;
}

#cont table{
	width:90%;
	margin: 8px 5%;
	border:4px double #795548;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 2px 2px 3px #999;
	overflow:hidden;
}

#cont th{
	padding:8px;
	text-align:center;
	font-weight:normal;
	color:#795548;
	border-bottom:1px solid #795548;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

#cont th + th,
#cont td{
	padding:8px 2px;
	text-align:center;
	border-left:1px solid #795548;
	border-bottom:1px solid #795548;
}

#cont table tbody tr:last-child >th,
#cont table tbody tr:last-child >td {
	border-bottom: none;
}

#cont table tbody tr td:first-of-type {
	border-left: none;
}

#cont table table{
	font-size: 100%;
}

#cont ul{
	margin:0 0 30px 40px;
	list-style-type:none;
}

#cont ul li{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;

}

#cont ul li::after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #795548;
    border: 1px solid #795548;
    border-radius: 100%;
}

#cont ol{
	margin:0 0 30px 20px;
	list-style-type:none;
}

#cont ol li{
	position: relative;
	padding: .5em 0 .5em 2em;
    border-bottom: 1px solid #ccc;
    counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #795548;
    border-radius: 50%;
    color: #fff;
    font-size: 80%;
    text-align: center;
    box-shadow:3px 3px 0px #ccc;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont dl{
	margin:0 0 30px 40px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont dl dt::after{
	display: block;
    content: '';
    position: absolute;
    top: 1.1em;
    left: -1em;
    width: 5px;
    height: 5px;
    background-color: #795548;
    border: 1px solid #795548;
    border-radius: 100%;
}

#cont dl dd{
	margin:8px;
	padding:10px;
	background-color:#eee;
}

#cont form td{
	text-align:left;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:10px 10px 10px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:10px;
}

#cont form label{
	margin:0 0 30px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
button{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	background: #ae8577; /* Old browsers */
	background: -moz-linear-gradient(top, #ae8577 0%, #783a09 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ae8577 0%,#783a09 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ae8577 0%,#783a09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae8577', endColorstr='#783a09',GradientType=0 ); /* IE6-9 */
	border-radius:5px;
	transition:.2s;
	cursor:pointer;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
	transition:.2s;
}
/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
	font-size:small;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}


/* footer */

#foot_wrap{
	background-color:#795548;
}

#foot_menu{
	margin-bottom:10px;
	box-shadow: 0px -2px 1px 1px #333;
}

#foot_menu ul{
	width:1200px;
	margin:auto;
	padding:1em 3em;
	overflow:hidden;
	box-sizing:border-box;
}

#foot_menu ul li{
	display:block;
	float:left;
	margin-right:2em;
}

#foot_menu ul li a{
	color:#fff;
	text-decoration:underline;
}

#foot_addwrap{
	overflow:hidden;
}

#foot_address{
	float:right;
	width:500px;
	padding:0 3em 1em;
	margin:auto;
	box-sizing:border-box;
}

#foot_address h3{
	color: #fff;
	font-size: 160%;
	font-weight: normal;
	line-height:160%;
}

#foot_address p{
	color: #fff;
}

#copyright{
	background-color:#5a5a5a;
	box-shadow: 0px -5px 5px #333;
}

#copyright p{
	padding:8px;
	color:#fff;
	font-size:90%;
	text-align:center;
}

#sp_menu{
	display:none;
}

.sp_tips{
	display:none;
}


@media screen and (max-width:500px){

body,html{
	min-width:100%;
}

/*記事内の画像*/
.alignleft {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

.alignright {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;

}

table.aligncenter{
}

.page #head_wrap h2{
	width:100%;	
	box-sizing:border-box;
}

.page #head_wrap #title{
	width:100%;
}

/* header */
#head_wrap{
	height:auto;
	overflow: hidden;
}

/* main image */

#top_image{
	position:relative;
	height:auto;
	background-attachment: inherit;
}

#top_image:after{
	display:none;
}

#caption {
	position:static;
	height:auto;
}

#caption p img{
	width:100%;
}


/*----sp_menu ----*/

#sp_menu{
	display:block;
	width:100%;
	margin:auto;
}


.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

{
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
    background-color:#fff;
}

.nav-collapse li {
  float: left;
  width: 100%;
    border-bottom:1px dotted #ccc;
}

{
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #333;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}

{
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

{
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  text-align:center;
  text-decoration:none;
	color:#795548;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  font-weight:bold;
  padding:8px 0;
  display:block;
  margin:0 auto;
}

#nav-collapse {
	background-color:rgba(255,255,255,0.5);
}

/* gl_menu */
#menu_wrap{
	display:none;
}

/* main */

#main{
	width:98%;
	margin:0 1%;
}

/* cont */
#cont{
	padding-left:2%;
	padding-right:2%;
	width:100%;
	font-size:15px;
}

#cont h2{
	font-size:120%;
}

#cont blockquote{
	padding:20px 1em 20px;
}

/*---- sp_table ----*/

#table_sc{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display:block;
	box-sizing: border-box;
}

#main table{
	width:96% !important;
	height:auto !important;
	margin:0 auto 13px;
	box-sizing: border-box;
}

#main tbody{
}
	
#main tr{
}
	
#main th{
	height:auto !important;
	width:100% !important;
	white-space:nowrap;
	font-weight:bold;
	text-align:center;
	box-sizing: border-box;
}
		
#main td{
	height:auto !important;
	width:100% !important;
	box-sizing: border-box;
}
	
#main td p{
	font-size:80%;
	margin:10px 0;
}

#main table h5{
	margin-top:20px;
}

#main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main table.large_table td,#cont table.large_table th{
	white-space: nowrap;
	padding:3px 8px;
}

#main table.large_table {
     overflow: auto;
}

#cont table tbody tr:last-child >th, #cont table tbody tr:last-child >td{
	border-bottom:1px solid #795548
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #3b8734;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #beffb0;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #beffb0;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	overflow:hidden;
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #3b8734;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #beffb0;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #beffb0;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	overflow:hidden;
}

#main table:not(.large_table) td{
	text-align:left !important;
}

#cont ul{
	margin:0 0 30px 20px;
}


#cont ol{
	margin:0 0 30px 0px;
	list-style-type:none;
}

#cont dl{
	margin:0 0 30px 20px;
}

#cont form td{
	text-align:left;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	width:100%;
	box-sizing:border-box;
}

#cont form input[type=submit],
#cont form input[type=reset],
button{
	display:block;
	margin:0 auto;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
	transition:.2s;
}

/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
	font-size:small;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}


/* footer */

#foot_menu ul{
	width:100%;
	margin:auto;
	padding:1em 3em;
	overflow:hidden;
	box-sizing:border-box;
}

#foot_menu ul li{
	display:block;
	float:none;
	margin-top:1em;
}

#foot_address{
	float:none;
	width:100%;
	padding:0 1em 1em;
}

#copyright p{
	padding:8px;
	color:#fff;
	font-size:90%;
	text-align:left;
}




/* 特殊テーブル */


#main table.fit{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.heaf_left{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.heaf_right{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main table.large_table td,#cont table.large_table th{
	display:table-cell;
	white-space: nowrap;
	padding:3px 8px;
}

#main table.large_table {
     overflow: auto;
}

#main table.large_table th{
	    border-top: 1px solid #795548;
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #A17724;
    border:1px solid #fff;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #DCBB78;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #DCBB78;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	border-left:0;
	overflow:hidden;
}

#main table:not(.large_table) td{
	text-align:left !important;
}

#cont .sp_tips{
	display:block;
	margin-bottom:0;
}

.red{
	color:#f10;
}