/* ------------------------------------------------------------------------
    common
------------------------------------------------------------------------  */
html { font-size: 0.85em; line-height: 1.75; font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;     overflow-x: hidden;}

body { background-color: #FFFFFF; min-width: 1120px; color: #333333; }

img { vertical-align: middle; }

ul { margin: 0; padding: 0 }

li { margin: 0; padding: 0; list-style: none; }


hr{
border:none;
border-top:dotted 1px #999999;
height:1px;
clear:both;
}

strong{
display:block;
margin-top:15px;
}



.s{
color:#f4d6d3;
font-size:0.85em;
}


h1 { margin: 0; }

h2 {
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
text-align:center;
background:url('../img/bg_h2.gif') no-repeat center;
font-size:3em;
}

h3 { margin: 0 auto; padding: 0; 
text-align:center; 
color:#333333;
font-weight:normal;
font-size:1.5em;
}

.white{
color:#ffffff;
background:url('../img/bg_h2_w.gif') no-repeat center;

}

h4 { 
margin: 0 auto; padding: 0; 

color:#E15143;
font-weight:bold;
font-size:1em;
}

p { margin: 0; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.common_section {
    width: 100%;
}

.common_section > .content {
    width: 1120px;
    margin: auto;
    padding: 90px 20px;
}

.sub_title {
    text-align: center;
    padding-bottom: 40px;
}

.left {
    float: left;
}

/* ------------------------------------------------------------------------
    header
------------------------------------------------------------------------  */
#header {
display:inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #FFFFFF;
    border-bottom:2px solid #f2f2f2;
	padding:10px;
    z-index: 10;
background: rgba(255,255,255,0.9);
}

#header_nav {
    position: absolute;
    top: 10px;
    right: 45px;

}




#header h1{
    position: absolute;
    top: 20px;
    left: 25px;

}


/* ------------------------------------------------------------------------
    side vavigation
------------------------------------------------------------------------  */
#side_nav {
    position: fixed;
    left: 30px;
    z-index: 20;
    height: 185px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.left_menu a,
.left_menu .sns {
    display: block; 
    position: relative;
    overflow: hidden;
}

.left_menu a img,
.left_menu .sns #social_share {
    position: absolute;
    left: 44px;
    top: 5px;
    padding-left: 6px;
}

.left_menu .top .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.left_menu a:hover,
.left_menu .sns:hover {
    overflow: visible;
}

.left_menu a:before,
.left_menu .sns:before {
    display: block;
    content:"";
    width:44px;
    /*height:30px;*/
    background:url('../img/left_menu.png');
}

.left_menu a:before {
    background-position:0px -72px;
    height: 27px;
}
.left_menu a:hover:before {
    background-position:44px -72px;

}

.left_menu .top a:before {
    background-position:0 0;
    height: 32px;
}
.left_menu .top a:hover:before {
    background-position:44px 0px;

}

.left_menu .buy_now a:before {
    background-position:0px -153px;
    height: 37px;
}
.left_menu .buy_now a:hover:before {
    background-position:44px -153px;

}

.left_menu .sns:before {
    background-position:0px -191px;
    height: 35px;
}
.left_menu .sns:hover:before {
    background-position:44px -191px;
}

.left_menu .sns #social_share {
}

.left_menu .sns #social_share ul {
    line-height: 1;
    margin-left: 4px;
    background-color: rgba(102, 196, 208, 0.9);
    border-radius: 5px;
    position: relative;
}

.left_menu .sns #social_share ul:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 7px;
    top: 50%;
    margin-top: -2px;
    margin-left: -4px;
    background-image: url('../img/left_menu_sns_arrow.png');
}

.left_menu .sns #social_share {
    display: table;
}

.left_menu .sns #social_share li {
    display: table-cell;
    padding: 5px;
}

.left_menu .sns #social_share li * {
    vertical-align: middle;
}

.twitter-share-button { max-width: 90px; }

/* ------------------------------------------------------------------------
    01 main image
------------------------------------------------------------------------  */
.common_section#main_image {
margin-top:90px;
    background-color: #FFFFFF;
    text-align: center;
    overflow: hidden;
padding-bottom:0px;
margin-bottom:0;
width:100%;
}

.common_section#main_image .content {
    padding-top: 0;
    position: relative;
padding-bottom:0px;
margin-bottom:0;

}


/* ------------------------------------------------------------------------
    02 7つの特徴
------------------------------------------------------------------------  */
.common_section#point7 {
    background-image: url('../img/02_2_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
	margin:0;
	    padding-bottom: 150px;
}



/* ------------------------------------------------------------------------
    03 お問い合わせはこちらボタン
------------------------------------------------------------------------  */
.common_section#button { 
    background-color: #333333;
    background-image: url('../img/02_1_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	text-align:center;
}

#button li {
    float: left;
    width: 290px;
    margin-left: 45px;
    position: relative;
}

#button li:first-child {
    margin-left: 0;
}

#button .no {
    position: absolute;
    top: -18px;
    left: -18px;
}

#button .image {
    border-radius: 10px;
}

#button .title {
    padding-top: 20px;
    padding-bottom: 10px;
}

#button .sample_link {
    text-align: center;
}



/* ------------------------------------------------------------------------
    05 管理画面について
------------------------------------------------------------------------  */
.common_section#admin { 
    background-color: #e56a5e;
    background-image: url('../img/03_1_bg.png');

    background-repeat: no-repeat;
    background-position:;
    background-attachment: fixed;
	height:700px;
	    position: relative;
}

.pc{
margin-left:-100px;
}

.avatar {
    display: block;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 200px;
    right: 30px;
    border-radius: 130px;
    background-color: #ce3527;
}

.avatar .img {
    border-radius: 125px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.title {
    position: absolute;
    top: 270px;
	    right: 300px;
    border-bottom: 2px solid #ffffff;
    margin-left: px;
    padding-left: 5px;
    padding-bottom: 10px;
}


.message {
    position: absolute;
	top:295px;
	  right: 320px;
	width:450px;
	display: block;
    padding-top: 20px;

    color: #FFFFFF;
	line-height:4em;
	font-size:1.15em;
}

.common_section#admin .banner {
    text-align: center;
    color: #FFFFFF;
}

.common_section#admin .banner span {
    display: block;
    margin-top: 15px;
}


/*------------------------------------------------------------------------
    04 通話料比較、搭載機能、Q&A
------------------------------------------------------------------------  */
.common_section#masu { overflow: hidden; 

    background-image: url('../img/bg_masu.gif');

}




/* ------------------------------------------------------------------------
    05 導入に必要なもの
------------------------------------------------------------------------  */
.common_section#flow { 
    background-image: url('../img/04_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.common_section#flow .event_text {
    display: block;
    margin: auto;
    width: 650px;
    color: #FFFFFF;
    font-size: small;
    padding-bottom: 40px;
}




/* ------------------------------------------------------------------------
    06 お問い合わせ
------------------------------------------------------------------------  */
.common_section#contact { 
    background-image: url('../img/05_2_bg.jpg');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    background-attachment: fixed;
	color:#ffffff;
	padding-bottom:0px;
	display:inline-block;
}

.common_section#contact > .content { 
    position: relative;
}



#contact a {
color:#fff953;
}

#contact a:hover {
color:#000000;
}


/* ------------------------------------------------------------------------
追加
------------------------------------------------------------------------  */
.box_left{
margin-top:50px;
margin-right:10px;
display:inline-block;
width:49%;
float:left;
text-align:left;
}

.box_right{
margin-top:50px;
margin-left:10px;
display:inline-block;
width:49%;
float:right
text-align:left;
}


.box_qa{
border:3px solid #E6E6E6;
margin:10px;
padding:20px;
background:#ffffff;
}

.question{
float:left;
margin-bottom:10px;
margin-right:10px;
}

.txt, textarea{
padding: 5px;
width:90%;
}	
	
.submit_button{
border: 1px solid #ffffff;
width:204px;
height:55px;
background:#e05b50;
color:#ffffff;
margin-top:15px;
font-size:1.5em;
}


table{
border: 1px #cdcdcd solid;
border-collapse: collapse;
border-spacing: 0;
margin:40px auto;
width:90%;
}

table th{
padding:10px;
border: #cdcdcd solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#333333;
background:#f4f4f4;
text-align:center;
width:25%;
}

table td{
padding:10px;
border: 1px #cdcdcd solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.mt50{
margin-top:50px;
padding-bottom:50px;
}

/* ------------------------------------------------------------------------
    footer
------------------------------------------------------------------------  */
.common_section#footer {
    width: 100%;
    background-color: #000000;

}

.common_section#footer .content {
    padding: 15px 20px;
    position: relative;
    color: #FFFFFF;
}

.common_section#footer .copyright {
    text-align: center;
    color: #FFFFFF;
}
.common_section#footer .copyright a {
    color: #FFFFFF;
}





/* ========ページトップボタン======== */

 
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
	margin:10px;
	z-index:100;
}

#page-top a {
    background: #222222;
    text-decoration: none;
    color: #fff;
    padding: 12px 15px 18px 15px;
    text-align: center;
    display: block;

	margin:0;
	border:1px solid #ffffff;
	font-size:2em;
}
#page-top a:hover {
    text-decoration: none;
    background: #999999;
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}


