/*! Android用 */
/*
* {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  max-height: 999999px;
}*/

/* =Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
  src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
  url('../font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../font/NotoSansCJKjp-Light.eot');
  src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-Light.woff') format('woff'),
  url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansCJKjp-DemiLight.eot');
  src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
  url('../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp-Regular.eot');
  src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
  url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansCJKjp-Medium.eot');
  src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
  url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansCJKjp-Bold.eot');
  src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
  url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../font/NotoSansCJKjp-Black.eot');
  src: url('../font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
  url('../font/NotoSansCJKjp-Black.woff') format('woff'),
  url('../font/NotoSansCJKjp-Black.ttf')  format('truetype');
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 200;
}
.demi-light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}

html {
  font-size: 62.5%;
}
header, main, footer {
  font-size: 62.5%;
}
.f-def {
  font-size: 62.5%;
}
.f-big {
  font-size: 70%;
}
.f-max {
  font-size: 78%;
}

body,
input,
textarea {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.65 ;
  font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Helvetica,sans-serif;
  color: #000;
}

.noto {
  display: inline-block;
  padding: 0.4em 0 0 0;
}
@media all and (-ms-high-contrast:none){
  .noto { padding: 0 } /* IE10 */
}

.mincho{
  font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}

a:focus { outline:none;}

a:link,a:visited {
  color: #0066cc;
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: underline;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  padding: 0.2em 0.5em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

/* =table
-------------------------------------------------------------- */

table {
  border-collapse: separate;
  border-spacing:0;
  empty-cells:show;
  border-top:1px solid #dcdddd;
  border-right:none;
  border-bottom:none;
  border-left:1px solid #dcdddd;
  margin: 2em 0;
  width: 100%;
}
  td,
  th {
    padding: 1rem;
    border-top:none;
    border-right:1px solid #dcdddd;
    border-bottom:1px solid #dcdddd;
    border-left:none;
  }

  th {
    background: #efefef;
    white-space: nowrap;
  }


/* =common class
-------------------------------------------------------------- */

.floatbox {
  overflow: hidden;
}

.floatlist {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.floatlist li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}

.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}

.imgbox {
  line-height: 0;
}

.clear {
  clear: both;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

img,iframe {
  max-width: 100%;
}

.hidden {
  display: none;
}


/********2/07追加**********/

.max .q-box .number {
    height: 87px;
    width: 87px;
}
.max .balloon {
	right: -130px;
}

.max #proposal  .graph-section .box03 .title {
    padding: 0.5% 2% 0;
}
.max #proposal  .re-balance .graph-cover .type-box .title {
	width:150px;
}

#proposal  .shintaku .slide li .detail a[target="_blank"] {
	background-position: left 5px;
	padding: 0 0 0 21px;
}
#wrapper #proposal  .shintaku .slide li .detail {
    padding: 0 5px;
}
#proposal  .shintaku .slide li .view {
	padding-left:0;
}

 .max #proposal  .graph-section .box01 .color-icon td {
    padding: 3px 10px 3px 20px;
}

.max .number{
	margin: -10px 0 0;
}

.big .color .floatlist li {
    font-size: 1.4rem;
}

.max .color .floatlist li {
    font-size: 1.3rem;
}

.max #proposal  .shintaku .slide li .view{
	margin: 5px 0 10px 0;
}
.max #proposal  .shintaku .slide li .detail {
	margin:15px 0 15px 0;
}

.max .q-box .select-box .number{
	width:auto;
	margin:auto;	
}

/* margin */
.mt0{
margin-top:0px;
}
.mt5{
margin-top:5px;
}
.mt10{
margin-top:10px;
}
.mt15{
margin-top:15px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mb0{
margin-bottom:0;
}
.mb5{
margin-bottom:5px;
}
.mb10{
margin-bottom:10px;
}
.mb15{
margin-bottom:15px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}