@charset "UTF-8";
/* CSS Document */

/* リセット */
* {
  margin:0;
  padding:0;
}
body{
  line-height:1.5;
/*text-align:left;*/
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0;
  padding:0;
  color:#000;
  font-size:0.8em;
  text-align:center;
}
/* マージン・パディングのみ */
p,blockquote,form,caption,dl,dt,dd{
  margin:0;
  padding:0;
  text-align:left;
}
/* リスト */
ul,ol,li{
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:left;
}
/* 表 */
table{
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
}
th,td{
  padding:0;
  border:0;
  font-size:100%;
  font-weight:normal;
  text-align:left;
}
/* 見出し */
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
  text-align:left;
}
/* 画像 */
img{
  border:0;
  vertical-align:bottom;/* 下にできる隙間をなくす */
  margin:0;
  padding:0;
}
/* アドレス */
address{
  font-style:normal;
  font-weight:normal;
  text-align:left;
}
/* 強調 */
em{
  font-style:normal;
  font-weight:normal;
}
/* ブラウザ間での文字サイズの差異をなくす */
textarea,input,select{font-size:100%;}
/* 引用符を表示しない */
q:before,q:after{content:'';}
/* 下点線を表示しない */
abbr,acronym{border:0;}

a img {
  border:none;
}
a {
  color:#0033FF;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
/* ----------------------------------------------------------- */
/*clearfix ここから
---------------------------------------------------------------*/
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
  min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
/*clearfix ここまで
---------------------------------------------------------------*/
/*IE7ハック ここから
---------------------------------------------------------------*/
*:first-child+html #header #nav {
  padding-top:5px;
}
/*IE7ハック ここまで
---------------------------------------------------------------*/
/*==========================================================*/

#header {
  width: 1100px;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
}

#header h1{
  width:400px;
  /* float:left; */
  margin-top:8px;
}


.ttl {
/*	font-weight: bold;*/
}


div#header .size {
    margin: 5px 5px 5px 5px;
}

div#header .size img {
	vertical-align: middle;
}

/* #header #switch_Btn{
    background: rgba(0, 0, 0, 0) ;
    float: left;
    min-height: 50px;
    padding-left: 15px;
    position: relative;
    width: 108px;
    z-index: 1;
} */

/* #header .ac-tools ul li, #header .ac-tools ul li a {
    display: inline;
}
#header .ac-tools ul li a {
    border: 1px solid #ddd;
    padding: 2px 5px;
    text-decoration: none;
}

#header .ac-tools ul li a:hover {
    background-color: #de87cc;
    border: 1px solid #ddd;
     color: #fff;
   padding: 2px 5px;
    text-decoration: none;
} */

/* #header #header_right{
  width:165px;
  float:right;
}


#header #header_right #btn_left{
	width:100px;
	float:left;
}
#header #header_right #btn_left li{
	padding:6px 0px;
}
#header #header_right #btn_right{
	width:144px;
	float:right;
}
#header #header_right #btn_right li{
	padding-bottom:5px;
} */
/*==========================================================*/
#footer_bg01{
  background-color:#FEFAE0;
  padding:30px 0;
}
#footer_bg02{
  background-color:#509D45;
  padding:20px 0;
}
#footer p{
  width: 1100px;
  margin:0 auto;
  text-align:center;
}
#footer p a{
	color:#0059b2 !important;
}

#copyright p{
  color:#FFFFFF;
  width: 1100px;
  margin:0 auto;
  text-align:center;
}
/*==========================================================*/

.cl{clear:both;}
.mt0{margin-top:0;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb0{margin-bottom:0;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mr10{margin-right:10px;}
.ml15{margin-left:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}

table{
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
}

table.result_table,table.tim{
  width:949px;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  margin:10px 0 0;
}

table.tim2{
  width:949px;
  border-top:0px solid #CCC;
  border-left:1px solid #CCC;
  margin:0px 0;
}

table th{
  background-color:#EEEEEE;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px;
}
table td{
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px;
}
table .cen{
  text-align:center;
}

td.fff {
	background-color: #EEEEEE;
}
td.fff2 {
	background-color: #EEEEEE;
	width: 335px;
}
td.refvalover {
	color: #ff0000;
}
td.hidden1 {
	color: #FFF;
}
td.hidden2 {
	color: #EEE;
}
th span.hidden{
	color: #d7e2f7;
}

/*追加共通=====================================================*/
.d-inline{ display: inline;}
ul.disc li {
	list-style-type: disc;
	margin: 0 0 5px 15px;
}
ol.decimal li {
	list-style-type: decimal;
	margin-left: 25px;
}
.text-cen{ text-align: center;}
.text-lef{ text-align: left;}
.text-rig{ text-align: right;}

input[type="checkbox"],
input[type="checkbox"]+label,
input[type="radio"],
input[type="radio"]+label {
	cursor: pointer;
}

#sidebar-panel, .bgcolor-changeable {
  float: right;
  width: 300px;
  height: 700px;
  background: #eeeeee;
}

/* 字下げインデント */
li.break-line-dl {
  text-indent: -2em;
  padding-left: 2em;
}

/* インデント */
li.break-line-dl2 {
  padding-left: 1em;
}

.gm-style .gm-style-iw-d {
	overflow: hidden;
}
