@charset "UTF-8";
/* CSS Document */

/* リセット */
* {
  margin:0;
  padding:0;
}
body{
  line-height:1.5;
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0;
  padding:0;
  font-size:0.8em;
  -webkit-text-size-adjust: 100%;	/* スマートフォン対応 */
}
/* マージン・パディングのみ */
p,blockquote,form,caption,dl,dt,dd{
  margin:0;
  padding:0;
}
/* リスト */
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:#0059B2;*/
  color:#4747FF;
  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:950px;
  margin:15px auto;
}
#header h1{
  /*width:530px;*/
  float:left;
}



.ttl {
	/*font-weight: bold;*/
	font-size: 1.2em;
	text-align: center;
}


div#header .size {
    /*margin: 5px 5px 5px 5px;*/
}
#header #switch_Btn{
    background: rgba(0, 0, 0, 0) ;
    float: left;
    /*min-height: 32px;*/
    padding-left: 0px;
    position: relative;
    width: 118px;
    z-index: 1;
}
#header #switch_Btn ul, #header #switch_Btn ul li, #header #switch_Btn ul li a {
    display: inline;
}
#header #switch_Btn ul li a {
    border: 1px solid #ccc;
    padding: 5px 5px 1px 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
}
#header #switch_Btn ul li:hover {
    position: relative;
    top: 2px;
}

#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:500px;
  float:right;
}
#header #header_right #btn_left2{
	width:130px;
	float:left;
}
#header #header_right #btn_left2 li{
	padding:5px 0px;
	width: 113px;
}

#header #header_right #btn_left{
	width:100px;
	float:left;
}
#header #header_right #btn_left li{
	padding:6px 0px;
}
#header #header_right #btn_center{
	width:100px;
	float:left;
}
#header #header_right #btn_center li{
	padding:6px 17px;
}
#header #header_right #btn_right{
	width:144px;
	float:right;
}
#header #header_right #btn_right li{
	padding-bottom:5px;
}

#header #header_right #btn_left li:hover,
#header #header_right #btn_center li:hover,
#header #header_right #btn_right li:hover {
	position: relative;
    top: 2px;
}

/*==========================================================*/
#footer_bg{
  background-color:#197BAD;
  border-top:1px solid #CCC;
  color:#FFFFFF;
  padding-bottom:20px;
}
#footer{
  border-top:1px solid #FFF;
  border-bottom:1px solid #14638E;
}
#footer p{
  width:950px;
  margin:20px auto;
}
#copyright{
  border-top:1px solid #3E90BA;
}
#copyright p{
  text-align:center;
  padding-top:20px
}
/*==========================================================*/

.cl{clear:both;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt200{margin-top:200px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.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;
}

/* 文字サイズ変更 選択/非選択時スタイル */
.selectedSize {
	color: #FFFFFF;
	background-color: #15709F;
}
.nonselectedSize {
	color: #15709F;
	background-color: #FFFFFF;
}

/* リンク文字列スタイル */
.redLink {
	color: #EE0000;
	font-weight: bold;
}

/* クリック可能画像スタイル(マウスオーバー時下へ) */
.clickableImage:hover {
	position: relative;
	top: 2px;
	cursor: pointer;
}
/* クリック可能画像スタイル(マウスオーバー時上へ) */
.clickableImageUp:hover {
	position: relative;
	top: -2px;
	cursor: pointer;
}
/* クリック可能画像スタイル(マウスオーバー時透明度変更) */
.clickableImageLight:hover {
	opacity: 0.85;
	cursor: pointer;
}

/* チェックボックス(マウスオーバー時) */
.checkboxLabel, label input[type="checkbox"] {
	cursor: pointer;
}

/* ページ下部注釈 */
.note {
	margin-left: 1.5em;
}
.note li {
	list-style-type: disc;
}

/* 図形パーツ */
.rightBase {
	width: 400px;
	height: 30px;
	margin: 0px;
	padding: 10px;
	background-color: #5DDF2E;
	font-weight: bold;
	line-height:35px;
}
/*
.rightBase:after {
	display: block;
    position: relative;
    top: -45px;
    left: 410px;
    width: 0px;
    height: 0px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 40px solid #5DDF2E;
	content: "";
}
*/

/* リスト(丸) */
.circleUl li {
	position: relative;
	margin: 0px 0px 0px 2.2em;
}
/*
.circleUl li:after {
	display: block;
	position: absolute;
	top: 0.2em;
	left: -1.2em;
	width: 0.8em;
	height: 0.8em;
	border: 1px solid #000000;
	border-radius: 100%;
	background-color: #FFFFFF;
	content: "";
}
*/
/* 数字付きリスト */
.numOl {
	counter-reset: number;
}
/*
.numOl li h5:before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: 0px 5px 0px 0px;
	text-align: center;
	border-radius: 50%;
	background-color: #000000;
	color: #FFFFFF;
}
*/
/* 数字付きリスト(グラフ画面) */
.numOlGraph {
	counter-reset: number 5;
}
/*
.numOlGraph li h5:before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	margin: 0px 5px 0px 0px;
	text-align: center;
	border-radius: 50%;
	background-color: #000000;
	color: #FFFFFF;
}
*/
/* 吹き出し */
.balloon {
	position: relative;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #FFFFFF;
}/*
.balloon:before {
	position: absolute;
	display: block;
	left: -9px;
	top: 30px;
	width: 0px;
	border: 10px solid transparent;
	border-right-color: #FFFFFF;
	border-left-width: 0px;
	content: "";
	z-index: 1;
}

.balloon:after {
	position: absolute;
	display: block;
	left: -10px;
	top: 30px;
	width: 0px;
	border: 10px solid transparent;
	border-right-color: #000000;
	border-left-width: 0px;
	content: "";
}*/
.guidance {
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.skip-contents {
  speak: none;
}



