@charset "UTF-8";

/**********************************************
   CSS 雲を書く   
**********************************************/
.circle_50 {
    list-style: none;
    position: relative;
    display: block;
    border: solid 4px #404040;
    list-style: none;
    width:   50px;
    height:  50px;
    border-radius: 29px;
    background-color: #404040; /* white;*/
    /* z-index:  10; */
}

.circle_40 {
    position: relative;
    display: block;
    border: solid 4px #404040;
    list-style: none;
    width:   40px;
    height:  40px;
    border-radius: 24px;
    background-color: #404040; /* white;*/
    /* z-index:  10; */
}

.circle_30 {
    position: relative;
    list-style: none;
    display: block;
    border: solid 4px #404040;

    width:   30px;
    height:  30px;
    border-radius: 19px;

    background-color: #404040; /* white;*/
}

.circle_20 {
    position: relative;
    list-style: none;
    display: block;
    border: solid 2px #404040;

    width:   20px;
    height:  20px;
    border-radius: 12px;

    background-color: #404040; /* white;*/
}

.circle_10 {
    position: relative;
    list-style: none;
    display: block;
    border: solid 2px #404040;

    width:   10px;
    height:  10px;
    border-radius: 7px;
    background-color: #404040; /* white;*/
}

.roundsquare {
    position: relative;
    list-style: none;
    display: block;
    padding: 2px 2px;
    color: white;
    /* border: solid 1px blue;*/

    width:   155px;
    height:  85px;
    font-size: 16px;
    line-height : 1.0em;
    background-color: #404040; /* white;*/
    border-radius: 5px;
}

.div matome {
    position: absolute;
    height:0px;
}

.anim-body2 {
    /* position: relative; */
    opacity:   0;
    list-style: none;
    -webkit-animation:  display_me2;
    animation:          display_me2; 

    -webkit-animation-iteration-count: 8;
    animation-iteration-count:         8;
    -webkit-animation-duration: 9.0s;
    animation-duration:         9.0s;
}

.anim-body2:nth-child(1) {    
    -webkit-animation-delay: 0.0s; /* Safari 4.0 - 8.0 */
    animation-delay:         0.0;
}

.anim-body2:nth-child(2) {
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         0.5s;
}

.anim-body2:nth-child(3) {
    -webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
    animation-delay:         1.2s;
}

.anim-body3 {
    /* position: relative; */
    opacity:   0;
    list-style: none;
    -webkit-animation:  display_me2;
    animation:          display_me2; 

    -webkit-animation-iteration-count: 8;
    animation-iteration-count:         8;
    -webkit-animation-duration: 9.0s;
    animation-duration:         9.0s;
}

.anim-body3:nth-child(1) {    
    -webkit-animation-delay: 3.0s; /* Safari 4.0 - 8.0 */
    animation-delay:         3.0s;
}

.anim-body3:nth-child(2) {
    -webkit-animation-delay: 3.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         3.5s;
}

.anim-body3:nth-child(3) {
    -webkit-animation-delay: 4.2s; /* Safari 4.0 - 8.0 */
    animation-delay:         4.2s;
}

.anim-body4 {
    /* position: relative; */
    opacity:   0;
    list-style: none;
    -webkit-animation:  display_me2;
    animation:          display_me2; 

    -webkit-animation-iteration-count: 8;
    animation-iteration-count:         8;
    -webkit-animation-duration: 9.0s;
    animation-duration:         9.0s;
}

.anim-body4:nth-child(1) {    
    -webkit-animation-delay: 6.0s; /* Safari 4.0 - 8.0 */
    animation-delay:         6.0s;
}

.anim-body4:nth-child(2) {
    -webkit-animation-delay: 6.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         6.5s;
}

.anim-body4:nth-child(3) {
    -webkit-animation-delay: 7.2s; /* Safari 4.0 - 8.0 */
    animation-delay:         7.2s;
}


@-webkit-keyframes display_me2 {
    0% {
	opacity: 0.0;
    }
    3% {
	opacity: 1.0;
    }
    27% {
	opacity: 1.0;
    }
    33% {
	opacity: 0.0;
    }
    100% {
	opacity: 0.0;
    }
}

@keyframes display_me2 {
    0% {
	opacity: 0.0;
    }
    3% {
	opacity: 1.0;
    }
    27% {
	opacity: 1.0;
    }
    33% {
	opacity: 0.0;
    }
    100% {
	opacity: 0.0;
    }
}


/**********************************************
  Animation 
**********************************************/
/* Left Triangle */
.leftarrow {
    margin:  0px 2px 2px 0px;
    display:inline-block;
    height:14px;
    width:14px;
    background-color:blue; /* #5bc0de; */
    /* position:relative; */
    top:30px; 
}

.leftarrow:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border-top:    15px solid transparent;
  border-right:  30px solid blue; /* #5bc0de; */
  border-bottom: 15px solid transparent;
  left:-10px;
  top:-8px;
}

.square {
    margin:  1px 2px 2px 2px;
    width:18px;
    height:13px;
    background-color: blue;
}

.text-box {
    margin:  -6px 5px 2px 2px;
    font-size: 20px;
}

.text-box2 {
    font-size: 16px;
}

.anim-body {
    /* position: relative; */
    opacity:   0;
    list-style: none;
    -webkit-animation:  display_me;
    animation:          display_me; 

    -webkit-animation-iteration-count: 8;
    animation-iteration-count:         8;
    -webkit-animation-duration: 6.0s;
    animation-duration:         6.0s;
}

.anim-body:nth-child(1) {
    -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         1.5s;
}

.anim-body:nth-child(2) {    
    -webkit-animation-delay: 0.0s; /* Safari 4.0 - 8.0 */
    animation-delay:         0.0s;
}

.anim-body:nth-child(3) {
    -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         0.5s;
}

.anim-body:nth-child(4) {
    -webkit-animation-delay: 1.0s; /* Safari 4.0 - 8.0 */
    animation-delay:         1.0s;
}

.anim-body:nth-child(5) {
    -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
    animation-delay:         1.5s;
}

@-webkit-keyframes display_me {
    0% {
	opacity: 0.0;
    }
    30% {
	opacity: 1.0;
    }
    70% {
	opacity: 0.0;
    }
    100% {
	opacity: 0.0;
    }
}
@keyframes display_me {
    0% {
	opacity: 0.0;
    }
    30% {
	opacity: 1.0;
    }
    70% {
	opacity: 0.0;
    }
    100% {
	opacity: 0.0;
    }
}

/**********************************************
  hover button With Dev
**********************************************/
div.tkb {
    /*padding: 0px; */
    margin: 10px;
}

div.tkb:hover {
    opacity: 0.4;
    transition: 0.8s;
}

/**********************************************
  Balloon 
***********************************************/
.css-balloon {
    position: relative;
    padding: 0;
    margin: 0;
}

.css-balloon-non {
    padding: 0;
    margin: 0;
}

.balloon {
    display: none;
    width: 200px;
    height: 0px;
    /* position: relative; */
    position: absolute;
    top:  0;
    left: 100px;
    padding: 16px;
    border-radius: 5px;

    background-color: #555;
    color: #fff;

    /*background: #e0edff;
    color:      #555;*/

    /* color: #fff; */
    font-weight: bold;
    border-radius: 15px;
    opacity: 0;
    animation: fadeIn 3s ease-in forwards; /* アニメーションの適用 */
}

@keyframes fadeIn {
  from {
   opacity: 0;
 }
  to {
     opacity: 1; /* 徐々に表示させる */
  }
}


.balloon:before{
    position: absolute;
    height: 0;
    left: 0;
    bottom: -19px;
    /* margin-left: 10px; */
    margin-left: 80px; 
    border: solid transparent;
    
    border-color:     rgba(51, 204, 153, 0);
    border-top-color:#555;  /* #e0edff;*/ /* #33cc99;*/
    
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

.balloon_not_show_checked {
    display: none;
    width: 200px;
    height: 0px;
    /* position: relative; */
    position: absolute;
    top:  0;
    left: 100px;
    padding: 16px;
    border-radius: 5px;

    background-color: #555;
    color: #fff;

    /*background: #e0edff;
    color:      #555;*/

    /* color: #fff; */
    font-weight: bold;
    border-radius: 15px;
}

.balloon_not_show_checked:before{
    position: absolute;
    height: 0;
    left: 0;
    bottom: -19px;
    /* margin-left: 10px; */
    margin-left: 80px; 
    border: solid transparent;
    
    border-color:     rgba(51, 204, 153, 0);
    border-top-color:#555;  /* #e0edff;*/ /* #33cc99;*/
    
    border-width: 10px;
    pointer-events: none;
    content: " ";
}

.area {
    padding: 0;
}

.area:hover + .balloon {
    height: auto;
    display: block;
    transition: 0.8s;
}

/************************************************
  <Input type=checkbox> (CheckBox is Checked) and hover
************************************************/
input[type=checkbox]:not(:checked) + .area:hover ~ .balloon_not_show_checked {
    height: auto;
    display: block;
}


/*****************************************
  For IOS
*****************************************/
button[type="submit"] {
  -webkit-appearance: none;
}

/*********************************************
  Hidden BOX 
**********************************************/
.hidden_box {
    margin: 2em 0em;/*前後の余白*/
    padding: 0px;
}

.absolute_pos {
    /* position: absolute; */
    /* left: 300px; */
    /* top:  350px; */
}

/*ボタン装飾*/
.hidden_box label {
    padding:     15px;

    font-weight: bold;
    /* border: solid 2px black; */
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    /* background: #efefef;*/
    /* Alpah */
    transition: 0.8s;   
    opacity: 0.4;
}

/* 元のチェックボックス非表示 */
.hidden_box input[type=checkbox] {
    display: none;
}

/*チェックは見えなくする*/
/*
.hidden_box input {
    display: none;
}
*/

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    border:2px solid gray;

    border-radius:         20px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px; 

    margin: 1em 1em;  /*前後の余白*/

    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show  {
    padding: 1px 10px;
    height: auto;
    opacity: 1;
}


/******************************************
  My Box
******************************************/
.minusBox{
    positon:relative;
    height:-50;
}

.box180 {
    width: 200px;
    text-align: center;
}

.box180AA {
    position:relative; 
    /* position: absolute; */
    left: 10%;
    width: 200px;
    text-align: center;
}

.box180AB {
    width: 200px;
    text-align: center;
}

.box210 {
    margin: 10px 0px; /*前後の余白*/
    width: 210px;
    float: left;
}

.box300  {
    width: 450px;
    margin: 10px 20px; /*前後の余白*/
}

.UpLine  { 
   position:relative;
    top: -30%;
}

/******************************************
 Image when hover
******************************************/
.windows_J {
    width: 200px;
    cursor :pointer;
    background: url(../images/win-j-login.png) 0px 1px no-repeat;
}

.windows_J:hover img {
    visibility: hidden;
}

.windows_E {
    cursor :pointer;
    background: url(../images/win-e-login.png) -1px -1px no-repeat;
    width: 200px;
}

.windows_E:hover img {
    visibility: hidden;
}

.mac_J {
    width: 200px;
    cursor :pointer;
    background: url(../images/mac-j-login.png) -1px 0px no-repeat; 
}

.mac_J:hover img {
    visibility: hidden;
}

.mac_E {
    width: 200px;
    cursor :pointer;
    background: url(../images/mac-e-login.png) -1px 0px no-repeat; 
}

.mac_E:hover img {
    visibility: hidden;
}

/************************************
  Big Check Box
************************************/
.cb {
    position: relative;
}

/* ラベル*/
.cb label {
    padding-left:40px;         /* ラベルの位置 */
    /* font-size: 25px;*/
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 20px 10px;
}
 
/* ボックス */
.cb label:before {
    content: '';
    width: 25px;            /* ボックスの横幅 */
    height: 25px;           /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: solid 2px #333;
    border-radius: 5px 5px 5px 5px;
}

/* 元のチェックボックス非表示 */
.cb input[type=checkbox] {
    display: none;
}

.cb label:hover {
    color: red;
    opacity: 1.0;
}
/* チェックした時 */
.cb input[type=checkbox]:checked + label:before {
    content: '\2714';       /* チェックの文字content CSS */
    font-size: 25px;            /* チェックのサイズ */
    color: #fff;            /* チェックの色 */
    background-color: #06f;         /* チェックした時の色 */
}

div.agree {
    position: relative;
    height:   auto;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.8s;    
}

.cb input[type=checkbox]:checked ~ div.agree { 
    padding: 1px 10px;
    /* height: auto; */
    opacity: 1;
    display: block;
}


div.hidden_div {
    border:2px solid gray;

    border-radius:         20px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px; 

    margin: 1em 1em;  /*前後の余白*/

    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

div.agree2 {
    position: absolute;
    padding:  1px 10px;
    height:   auto;
    opacity:  0.5;
    pointer-events : none; /* in-active   */
    
}

.cb input[type=checkbox]:checked ~ div.agree2 { 
    transition: 0.8s;
    opacity:    1.0;
    pointer-events : auto;  /* active */
}

.cb input[type=checkbox]:checked ~ div.agree3 { 
    transition: 0.8s;
    opacity:    1.0;
    pointer-events : auto;  /* active */
}

.cb input[type=checkbox]:checked ~ div.hidden_div  { 
    height: auto;    
    opacity: 1;
    padding: 1px 10px;
}

div.textcheck {
    padding: 1px 1px;
    height:   auto;
    opacity:  0.5;
    pointer-events : none; // In active       
}

.hide_check_on {
    height: auto;
}

.cb input[type=checkbox]:checked ~ .hide_check_on { 
    height: 0;
    opacity: 0;
}

/********************************************
  For HTM5
********************************************/
input:invalid ~ div.textcheck {
    opacity:  0.5;
    pointer-events : none; // In active       
}

input:valid ~ div.textcheck {
    opacity:  1.0;
    pointer-events : auto; // active  
}


/************************************
  Normal size Check box
************************************/
.ncb {
    position: relative;
}

.ncb label:hover {
    color: red;
    opacity: 1.0;
}

.ncb input[type=checkbox]:checked ~ div.agree { 
    padding: 1px 10px;
    /* height: auto; */
    opacity: 1;
    display: block;
}

.ncb input[type=checkbox]:checked ~ div.agree2 { 
    transition: 0.8s;
    opacity:    1.0;
    pointer-events : auto;  /* active */
}

.ncb input[type=checkbox]:checked ~ div.agree3 { 
    transition: 0.8s;
    opacity:    1.0;
    pointer-events : auto;  /* active */
}

.ncb input[type=checkbox]:checked ~ div.hidden_div  { 
    height: auto;    
    opacity: 1;
    padding: 1px 10px;
}

.ncb input[type=checkbox]:checked ~ .hide_check_on { 
    height: 0;
    opacity: 0;
}


/************************************
   Image Map 
*********************************/
#imagemap {
	margin: 0px auto;
	padding: 0px;
	width: 180px;
	height: -237px;
	position: relative;
}

#imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}

#imagemap a {
	position: absolute;
}
#imagemap a span {
	display: none;
}
 
/* First */
#FirstKeyHole {
	left: 165px;
	top: 46px;
}

#FirstKeyHole a {
	width: 182px;
	height: 50px;
}
/*  */
#FirstKeyHole a:hover {
    background: url(/images/tv-ad-j-a.png) 0px -46px no-repeat;
}

/* Cheap */
#CheapKeyHole {
	left: 165px;
	top: 102px;
}

#CheapKeyHole a {
	width: 182px;
	height: 52px;
}

#CheapKeyHole a:hover {
	background: url(/images/tv-ad-j-a.png) 0px -102px no-repeat;
}

/* Light */
#LightKeyHole {
	left: 162px;
	top:  161px;
}

#LightKeyHole a {
	width: 182px;
	height: 51px;
}

#LightKeyHole a:hover {
	background: url(/images/tv-ad-j-a.png) 3px -161px no-repeat;
}

/* First */
#FirstKeyHoleE {
	left: 169px;
	top:  42px;
}

#FirstKeyHoleE a {
	width: 184px;
	height: 52px;
}
/*  */
#FirstKeyHoleE a:hover {
	background: url(/images/tv-ad-e-a.png) 0px -42px no-repeat;
}

/* Cheap */
#CheapKeyHoleE {
	left: 165px;
	top:  98px;
}

#CheapKeyHoleE a {
	width: 182px;
	height: 55px;
}

#CheapKeyHoleE a:hover {
	background: url(/images/tv-ad-e-a.png) 4px -98px no-repeat;
}

/* Light */
#LightKeyHoleE {
	left: 166px;
	top:  161px;
}

#LightKeyHoleE a {
	width: 182px;
	height: 51px;
}

#LightKeyHoleE a:hover {
	background: url(/images/tv-ad-e-a.png) 3px -161px no-repeat;
}

/**************************************
  W3C School Button
******************************p********/
.tkbutton {
    background-color:#e7e7e7;
    border:1px solid #777777;
    opacity: 1.0;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding: 5px 12px;
}

.tkbutton:hover {
    /* マウスオーバーの状態 */
    cursor: pointer;
    opacity: 0.5;
}

.tkbutton:active {
    /* クリック中の状態 */
    opacity: 0.8;
    background-color: #444444;
}

.tkbutton1 {padding: 10px 24px;}
.tkbutton2 {padding: 12px 28px;}
.tkbutton3 {padding: 14px 40px;}
.tkbuttonWithRadius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}

.leftcircle {
    border-top-left-radius:   50px 50%;
    border-bottom-left-radius: 50px 50%;
    border-top-right-radius:  10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius:    50px 50%;
    -webkit-border-bottom-left-radius: 50px 50%;
    -webkit-border-top-right-radius:    10px;
    -webkit-border-bottom-right-radius: 10px;

    -moz-border-border-top-left-radius:    50px 50%;
    -moz-border-border-bottom-left-radius: 50px 50%;
    -moz-border-border-top-right-radius:    10px;
    -moz-border-border-bottom-right-radius: 10px;
}

.rightcircle {
    border-top-left-radius:   10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius:    50px 50%;
    border-bottom-right-radius: 50px 50%;

    -webkit-border-top-left-radius:    10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius:    50px 50%;
    -webkit-border-bottom-right-radius: 50px 50%;

    -moz-border-border-top-left-radius:    10px;
    -moz-border-border-bottom-left-radius: 10px;
    -moz-border-border-top-right-radius:    50px 50%;
    -moz-border-border-bottom-right-radius: 50px 50%;
}

.tkb {
    margin: 0px 10px;
    background-color: #E6E6FF;
    cursor :pointer;
    transition: 0.8s;
    border-radius: 20px;
}

.tkb:hover {
    /* transition: .5s */
    /* transform: rotateY( 0deg ) ; */
    opacity: 0.4;
}

/****************************************
  枠抱けのボタン
****************************************/
.tkbtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.tkbtn:hover {
}

.tbbtn:active{
    outline: none;
}

.tkbtnGreen {
    /* background-color: white;  */
    /* color: black; */
    border: 1px solid #4CAF50;
    color: white;
    padding: 9px 18px;
    /* padding: 13px 16px; */
    
}

.tkbtnGreen:hover {
    /* background-color: #4CAF50;*/
    color: black;
    opacity: 0.6;
}

.tkbtnBlue {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.tkbtnBlue:hover {
    background-color: #008CBA;
    color: white;
}

.tkbtnRed {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.tkbtnRed:hover {
    background-color: #f44336;
    color: white;
}

.tkbtnOrenge {
    background-color: white; 
    color: black; 
    border: 2px solid #ff8c00;
}

.tkbtnOrenge:hover {
    background-color: #ff8c00;
    color: white;
}


/**********************************************
  本ウェブページの文字列のように に配置するボタン
**********************************************/
.LeftFloatButton2 {
    display: inline-block;
    background-color: #DDDDDD;
    opacity: 1.0;
    visibility: visible;

    /* ボタンの文字 */
    /* font: bold 20px/1.7 "arial black", sans-serif;*/
    color: #000;
    text-decoration: none;
    
    /* ボタンのレイアウト */
    position:relative;
    float: left;
    padding: 5px 5px;
    border:solid 1px #777777;
}

.LeftFloatButton2:hover {
    /* マウスオーバーの状態 */
    cursor: pointer;
    opacity: 0.5;
}

.LeftFloatButton2:active {
    /* クリック中の状態 */
    opacity: 0.8;
    background-color: #444444;
}



/* Page Top Button CSS */
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 7px 0px 0px 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* サイトの１番上の部分に表示されているテキスト（『このページはサンプルです』）の大きさと色を指定するところです。 
   デフォルトではfont-sizeが0.7em、colorが#333333になっています。 */
p#catch_copy{	
  font-size : 0.7em;
  color : #333333;
}


/* サイトの名前部分（『Sample Site』）の文字の大きさを指定するところです。
   デフォルトではfont-sizeが2emになっています。   */
p#logo{
  font-size : 2em;
}


/* サイトの名前部分（『Sample Site』）の文字の色を指定するところです。
   デフォルトではcolorが#333333になっています。   */
p#logo a{
  color : #333333;
}


/* サイトの１番右上のテキスト（『Tel:012-3456〜』）の文字の大きさと色を指定するところです。
   デフォルトではfont-sizeが0.85em、colorが#333333になっています。   */
div#logo_side{
  font-size : 0.85em;
  color : #333333;
}

/* メインコンテンツ部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.85em、colorが#333333、line-heightが1.8emになっています。 
   1.20 に変更 */
div.main_contents{
  font-size : 1.0em;
  color : #333333;
  line-height : 1.8em;
}


/* サイドフリーエリア部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.75em、colorが#333333、line-heightが1.8emになっています。 */
div.free_area_contents{
  /*font-size : 0.75em; */
  font-size : 1.0em;
  color : #333333;
 /* line-height : 1.8em;*/
  line-height : 1.2em;
}

/* テキストリンクの色を指定するところです。
   デフォルトではcolorが#0000ffになっています。 */
a{
  color : #0000ff;
}


/* テキストリンクにマウスを乗せたときの色を指定するところです。
   デフォルトではcolorが#6699ffになっています。 */
a:hover{
  color : #6699ff;
}


p{      /*  段落間の広さを指定するところです。デフォルトでは1.5em;になっています。 */
  margin-bottom : 1.5em;
}

/* ▼--------------ここより下を修正する必要はないと思います。--------------------------------▼ */

body, p#catch_copy, h1, {
  margin : 0;
}


body{
  font-family : "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","arial",sans-serif;
  line-height : 1.5em;
  background : #e6e7ff url("../images/base/body_back.png");
  color : #333333;
}

p#logo, p.free_title{
  margin : 0;
}

/* Adds Box */
div.addscontents {
  float:  left;
  width : 130px;
}

/* Page Contents Box */
div#contents{
  /*float:  left; */
  width : 800px;
  margin : 0 auto;
  background-color : #ffffff;
  border-left : 2px solid #ffccff;
  border-right : 2px solid #ffccff;
}

/* All Wrap */
div#allWrapw {
  width : 1000px;
}

p#catch_copy, p#logo, div#logo_side, ul.menu a, p.free_title, div#footer{
  font-weight : bold;
}

p#catch_copy, div#logo_wrapper{
  padding : 0 20px;
}

p#catch_copy{
  border-top : 5px solid #3300ff;
}

p#logo{
  width : 400px;
  float : left;
  line-height : 2em;
}

div#logo_side{
  width : 330px;
  float : right;
  padding-top : 10px;
}

p#header_image{
  clear : both;
  margin : 0 0 30px 0;
  text-align : center;
}


div#wrapper{
  clear : both;
  margin : 0 10px;
}

div#wrapper2{
  clear : both;
  margin : 0 10px;
}

p#header_image2{
  clear : both;
  margin : 0 0 0 0;
  float:  left
}

div.scrbox{
    width:  530px;
    height: 170px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: scroll;       /* スクロール表示 */
    background-color: #404040;
    color:            white;
    font-size :       0.9em;
    float:  right
}

/* For Black Box Title */
div.box_title{
  width:  530px;
  padding-left : 10px;
  color            : yellow;
  background-color : #700909;
  font-size : 0.8em;
  float:  right
}

/* Help Main */
div.helpmain {
    position: relative;
    width : 780px;
     border : 1px solid #e6e7ff; 
    /* font-size : 2.5em; */
    /* line-height : 1.2em; */
    /* margin-bottom : 40px; */
    margin-bottom : 30px;
    line-height : 1.8em;
}


/* Help Main */
div.helpmain2 {
    position: relative;
    width : 785px;
    /* border : 1px solid #e6e7ff; */
    line-height : 1.8em;
    margin-bottom : 235px;
}

/* Help Main */
div.helpmain3 {
    position: relative;
    width : 780px;
    /* border : 1px solid #e6e7ff; */
    /* font-size : 2.5em; */
    /* line-height : 1.2em; */
    margin-bottom : -70px;
    line-height : 1.8em;
}


/* For Scroll Box 2 */
div.vscrollbox {
    position: relative;

    padding-left: 5px;

    width:  770px;
    height: 250px;

    overflow: scroll;       /* 縦スクロール表示 */

    float:  right;
    background-color: #404040;
    color:            white;
    font-size :       1.0em;
    line-height :     1.3em;
    pointer-events : auto;  /* active */
}

/*
div.vscrollbox:hover {
     background-color: red;
}
*/

/* center box */
#sell-center-box {
  width: 780px;
}

/* 販売用のボックス */
#sell-left-box {
  float: left;
  width:370px;
  padding-right:10px;
  margin-right:30px;
}

#sell-right-box {
  float: right;
  width:370px;
  padding-left:80px;
}

div.main{
  width : 530px;
  float : right;
  margin-bottom : 40px;
  border : 1px solid #e6e7ff;
}

/* キャプションボックス　枠にタイトルが入る */

.caption_box{
  position: relative;
  margin-top: 1em;
  padding: 1em 2em;
  border: 2px solid #CC0000; background-color: #EFEFEF;
}

.caption_box .caption{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 1em;
  padding: 0 1em;
  margin: 0;
  background-color: #EFEFEF;
  color : #CC0000;
  transform: translateY(-50%) translateX(1em);
}


/*********
div.main_contents{
  padding : 15px 10px 10px 10px;
  background-color : #ffffff;
}
*/

h1 {
  height : 33px;
  padding : 12px 0 0 20px;
  font-size : 1.1em;
  text-shadow:
/*
  blue 1px 1px 0px,
  blue -1px 1px 0px,
  blue -1px -1px 0px,
  blue 1px -1px 0px,
  blue 1px 0px 0px,
  blue 0px 1px 0px,
  blue -1px 0px 0px,
  blue 0px -1px 0px;
*/

/*
  text-shadow: 1px 1px 1px #00F,
  -1px 1px 1px #00F,
  1px -1px 1px #00F,
  -1px -1px 1px #00F;
*/
}

h1_red {
  height : 33px;
  padding : 12px 0 0 20px;
  font-size : 1.1em;

  text-shadow:
  red 1px 1px 0px,
  red -1px 1px 0px,
  red -1px -1px 0px,
  red 1px -1px 0px,
  red 1px 0px 0px,
  red 0px 1px 0px,
  red -1px 0px 0px,
  red 0px -1px 0px;
}

h2,h3, h4, h5, h6{
  font-size : 1.0em;
  margin: 10px;
}

div#menu_block{
  width : 220px;
  float : left;
  font-size : 1.0em;
  margin-bottom : 40px;
}

ul.menu, div.free_area{
  margin : 0 0 30px 0;
}

ul.menu{
  padding : 0;
  font-size : 1.0em;
}

ul.menu li{
  list-style-type : none;
}

ul.menu a{
  display : block;
  width : 205px;
  padding : 10px 0 0 15px;
  text-decoration : none;
  background : url("../images/base/list_kazari.png") no-repeat 0px 20px;
  border-bottom : 1px dotted #3300ff;
  color : #333333;
}

ul.menu a:hover{
  color : #333333;
  background-color : #e6e7ff;
}

p.free_title{
  padding-left : 10px;
  background-color : #333333;
  color : #ffffff;
  font-size : 0.8em;
}

div.free_area_contents{
  padding : 10px;
  background-color : #ffffff;
}

div#footer{
  clear : both;
  background-color : #000000;
  border-top : 1px solid #3300ff;
  border-bottom : 1px solid #3300ff;
  color : #ffffff;
  text-align : center;
}

address a{
  padding : 0 3px;
  color : #ffff00;
}

address a:hover{
  color : #f0f0f0;
}

/* ▼----------------------------------組み込みクラス ---------------------------------------▼ */

a img{
  border : none;
}

img.img_blue{
  border : 8px solid #e6e7ff;
}

img.img_green{
  border : 8px solid #d9ffa7;
}

img.img_pink{
  border : 8px solid #ffeeff;
}

img.img_yellow{
  border : 8px solid #ffffcc;
}

img.img_gray{
  border : 8px solid #eeeeee;
}

ul, ol{
  padding-left : 20px;
}

div.gnavi_black, div.gnavi_blue, div.gnavi_green, div.gnavi_orange, div.gnavi_red, div.gnavi_pink{
  clear : both;
  width : 756px;
  margin : 0 auto 5px auto;
  padding : 5px 10px;
  font-size : 0.95em;
}

div.gnavi_black{
  border : 2px solid #999999;
  color : #ffffff;
  background-color : #333333;
}

div.gnavi_black a{
  color : #ffffff;
}

div.gnavi_black a:hover{
  color : #ffff00;
}

div.gnavi_blue{
  border : 2px solid #6699ff;
  color : #ffffff;
  background-color : #6666ff;
}

div.gnavi_blue a{
  color : #ffffff;
}

div.gnavi_blue a:hover{
  color : #eeeeee;
}

div.gnavi_green{
  border : 2px solid #33bb00;
  color : #ffffff;
  background-color : #339900;
}

div.gnavi_green a{
  color : #ffffff;
}

div.gnavi_green a:hover{
  color : #eeeeee;
}

div.gnavi_orange{
  border : 2px solid #ffcc00;
  color : #ffffff;
  background-color : #ff8800;
}

div.gnavi_orange a{
  color : #ffffff;
}

div.gnavi_orange a:hover{
  color : #eeeeee;
}

div.gnavi_red{
  border : 2px solid #ff66cc;
  color : #ffffff;
  background-color : #ff0000;
}

div.gnavi_red a{
  color : #ffffff;
}

div.gnavi_red a:hover{
  color : #eeeeee;
}

div.gnavi_pink{
  border : 2px solid #ff99cc;
  color : #ffffff;
  background-color : #ff0099;
}

div.gnavi_pink a{
  color : #ffffff;
}

div.gnavi_pink a:hover{
  color : #eeeeee;
}

h1.h1_blue{
  background : url("../images/base/h1_back_blue.png") no-repeat;
  color : #ffffff;
}

h1.h1_blue_big{
  background : url("../images/base/h1_back_blue_big.png") no-repeat;
  color : #ffffff;
}

h1.h1_green{
  background : url("../images/base/h1_back_green.png") no-repeat;
  color : #ffffff;
}

h1.h1_orange{
  background : url("../images/base/h1_back_orange.png") no-repeat;
  color : #ffffff;
}

h1.h1_pink{
  background : url("../images/base/h1_back_pink.png") no-repeat;
  color : #ffffff;
}

h1.h1_gray{
  background : url("../images/base/h1_back_gray.png") no-repeat;
  /* color : #ffffff;*/
  color : #333333;
}

h1.h1_gray_big{
  background : url("../images/base/h1_back_gray_big.png") no-repeat;
  color : #333333; 
  /* color : #ffffff;*/
}

h1.h1_gray_red_big {
    background : url("../images/base/h1_back_gray_big.png") no-repeat;
    color : #ffffff;

    text-shadow:
    red 1px 1px 0px,
    red -1px 1px 0px,
    red -1px -1px 0px,
    red 1px -1px 0px,
    red 1px 0px 0px,
    red 0px 1px 0px,
    red -1px 0px 0px,
    red 0px -1px 0px;
}

h1.h1_red_gray{
  background : url("../images/base/h1_back_gray.png") no-repeat;
  color : #ffffff;

  text-shadow:
  red 1px 1px 0px,
  red -1px 1px 0px,
  red -1px -1px 0px,
  red 1px -1px 0px,
  red 1px 0px 0px,
  red 0px 1px 0px,
  red -1px 0px 0px,
  red 0px -1px 0px;
}

.midasi_typeA_blue, .midasi_typeA_green, .midasi_typeA_yellow, .midasi_typeA_pink, .midasi_typeA_gray{
  margin-bottom : 30px;
  padding : 5px 0 1px 10px;
}

.midasi_typeA_blue{
  background-color : #e6e7ff;
  border-top : dashed #0000ff 1px;
  border-bottom : dashed #0000ff 1px;
  color : #333333;
}

.midasi_typeA_green{
  background-color : #d9ffc0;
  border-top : dashed #33cc00 1px;
  border-bottom : dashed #33cc00 1px;
  color : #333333;
}

.midasi_typeA_pink{
  background-color : #ffeeff;
  border-top : dotted #ff0099 1px;
  border-bottom : dotted #ff0099 1px;
  color : #333333;
}

.midasi_typeA_yellow{
  background-color : #ffffcc;
  border-top : dotted #ff6600 1px;
  border-bottom : dotted #ff6600 1px;
  color : #333333;
}

.midasi_typeA_gray{
  background-color : #dddddd;
  border-top : dotted #666666 1px;
  border-bottom : dotted #666666 1px;
  color : #333333;
}

.midasi_typeB_blue, .midasi_typeB_green, .midasi_typeB_orange, .midasi_typeB_red, .midasi_typeB_pink, .midasi_typeB_black, midasi_typeB_white,
.midasi_typeC_blue, .midasi_typeC_green, .midasi_typeC_orange, .midasi_typeC_red, .midasi_typeC_pink, .midasi_typeC_black, midaso_typeC_white{
  margin-bottom : 30px;
  padding-left : 10px;
}

.midasi_typeB_blue{
  border-top : 1px solid #0000ff;
  border-bottom : 1px solid #0000ff;
}

.midasi_typeB_green{
  border-top : 1px solid #33cc00;
  border-bottom : 1px solid #33cc00;
}

.midasi_typeB_orange{
  border-top : 1px solid #ff6600;
  border-bottom : 1px solid #ff6600;
}

.midasi_typeB_red{
  border-top : 1px solid #ff0000;
  border-bottom : 1px solid #ff0000;
}

.midasi_typeB_pink{
  border-top : 1px solid #ff0099;
  border-bottom : 1px solid #ff0099;
}

.midasi_typeB_black{
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;
}

.midasi_typeB_white{
  border-top : 1px solid #ffffff;
  border-bottom : 1px solid #ffffff;
}

.midasi_typeC_blue{
  border-bottom : 2px dotted #0000ff;
}

.midasi_typeC_green{
  border-bottom : 2px dotted #33cc00;
}

.midasi_typeC_orange{
  border-bottom : 2px dotted #ff6600;
}

.midasi_typeC_red{
  border-bottom : 2px dotted #ff0000;
}

.midasi_typeC_pink{
  border-bottom : 2px dotted #ff0099;
}

.midasi_typeC_black{
  border-bottom : 2px dotted #000000;
}

.midasi_typeC_white{
  border-bottom : 2px dotted #ffffff;
}

td{
  vertical-align : top;
}

table.table_normal_black, table.table_normal_blue, table.table_normal_green, table.table_normal_red, table_normal_white,
table.table_dot_black, table.table_dot_blue, table.table_dot_green, table.table_dot_red, table_dot_white{
  border-collapse : collapse;
  empty-cells : show;
}

table.table_normal_black, table.table_normal_black th, table.table_normal_black td, table.table_dot_black{
  border : 1px solid #666666; 
}

table.table_normal_blue, table.table_normal_blue th, table.table_normal_blue td, table.table_dot_blue{
  border : 1px solid #0000ff; 
}

table.table_normal_green, table.table_normal_green th, table.table_normal_green td, table.table_dot_green{
  border : 1px solid #33cc00; 
}

table.table_normal_red, table.table_normal_red th, table.table_normal_red td, table.table_dot_red{
  border : 1px solid #ff0000; 
}

table.table_normal_white, table.table_normal_white th, table.table_normal_white td, table.table_dot_white{
  border : 1px solid #ffffff; 
}

table.table_dot_black th, table.table_dot_black td{
  border : 1px dotted #666666; 
}

table.table_dot_blue th, table.table_dot_blue td{
  border : 1px dotted #33cc00; 
}

table.table_dot_green th, table.table_dot_green td{
  border : 1px dotted #0000ff; 
}

table.table_dot_red th, table.table_dot_red td{
  border : 1px dotted #ff0000; 
}

table.table_dot_white th, table.table_dot_white td{
  border : 1px dotted #ffffff; 
}

div.block_blue, div.block_green, div.block_yellow, div.block_pink, div.block_gray, div.block_basic{
  padding : 5px;
}

div.block_blue{
  border : 1px solid #9999ff;
  background-color : #e6e7ff;
  color : #333333;
}

div.block_green{
  border : 1px solid #66cc33;
  background-color : #d9ffc0;
  color : #333333;
}

div.block_yellow{
  border : 1px solid #ffcc00;
  background-color : #ffffcc;
  color : #333333;
}

div.block_pink{
  border : 1px solid #ff0099;
  background-color : #fdd7ff;
  color : #333333;
}

div.block_gray{
  border : 1px solid #999999;
  background-color : #eeeeee;
  color : #333333;
}

div.block_basic{
  border : 1px solid #999999;
}

/**********************************
  リンクの色をピンクにする
***********************************/
.mylink {
    color: #FFC0CB;
}


/*
  For IOS
*/
/*
input, button, textarea {
    -webkit-appearance: none;
    border-radius:0;}
*/
