﻿/*!
Pure v0.3.0
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.2 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

body
{
    background-color: #f0f0f0; 
}

#full-screen-obj
{
   background: #f0f0f0; 
   width:100%; 
   height:100%;
   display: none;
}

#their-video 
{
    margin-top: 2%;
    margin-right: 2%;
    margin-left: 2%;
  width: 96%;
  height: 85%;
  background-color: #555555;
}

.step3-container
{
    margin-right: 2%;
    margin-left: 2%;
    width: 96%;
}

end-call-container
{
    width: 50%;
    margin: 0px;
}

.detail-sender-name-container 
{
    font-size: 40px;
    color: #4a4a4a;
    margin-top: 10px;
    width:50%;
}

.pos-end-call
{
    margin: 0px;
    font-size: 30px;
    color: #d34b40;
    border: solid 2px #d34b40;
    border-radius: 5px;
    background-color: #f0f0f0;
    float : right;
    width: 300px;
    height: 60px;
}

#their-min-video {
  position: absolute;
  top: 120px;
  left:25%;
  right:25%;
  width: 50%;
  height: 300px;
  background-color: #555555;
 }
 
.sender-name-container 
{
    font-size: 30pt;
    color: #4a4a4a;
    text-align: center;
    margin: 0px;
    width: 100%;
}

#top
{
    width: 100%;
    height: 100%;
}

.top-title
{
    position: absolute;
    width: 98%;
    text-align: center;
    top: 20%;
    font-size: 100pt;
    color: #00408E;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", 游ゴシック体, YuGothic, sans-serif;
    margin: 0;
    padding: 0;
}

.top-logo
{
    position: absolute;
    width: 542px;
    height: 151px;
    right: 5%;
    bottom: 5%;
}