@charset "utf-8";
/* CSS Document */


/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}




html {
	width:100%;
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}


body{
	width:100%;
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  sans-serif;*/
}

p{
	margin-top:0;
	line-height:1.5;
}

img{
	border:none;
}


/* h
-----------------------------------------------------------------------------------*/

h1 {
	color:#ff6600;
	font-size:24px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:8px;
}




h2 {
	margin-bottom: 30px;
	padding-bottom:10px;
	border-bottom:2px solid #ffcc66;
}

h2 span {
	font-size:24px;
	font-weight:bold;
	color:#333;
	margin-top:0px;
	padding-left:10px;
	border-left:10px solid #ff6600;
}



/* table
-----------------------------------------------------------------------------------*/
table {
	border-collapse:collapse;
	border:1px solid #000;
	margin:20px 0px;
}

table td, table th{
	padding:5px 1em;
	line-height:1.5;
	border:1px solid #000;
	text-align:left;
}


table th{
	font-weight:normal;
	vertical-align:top;
	background-color:#ccc;
	padding:10px 20px ;
}

.yb {
	background:#ffff99;
}


.b-blue {
	background:#99ffff;
}

.b-pink {
	background:#ffcccc;
}



table td {
	padding:10px 20px ;
}


table dd {
	margin-left: 40px;
}

/* dl
---------------------------------------------------------------*/
dl {
}

dt {
}

dd {
	margin-bottom:20px;
}

/* 回込解除
---------------------------------------------------------------*/
.b-end {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* 文字サイズ色
---------------------------------------------------------------*/
.big {
	font-size:1.5em;
	font-weight:bold;
}


.red {
	color:#F00;
}

.blue {
	color:#0033CC;
}

.orange {
	color:#FF9900;
}

.green {
	color:#99cc33;
}



/* 画像などの簡単な位置制御 r=右 l=左
---------------------------------------------------------------*/
.i-r {
	float:right;
	margin-left:10px;
}

.i-l {
	float:left;
	margin-right:10px;
}


.harf {
	width:45%;
}





/* header
-----------------------------------------------------------------------------------*/
#header{
	padding-bottom:10px;
}

#header-in {
	width:960px;
	margin:0 auto;
}

/* navi
-----------------------------------------------------------------------------------*/
#navi ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#navi{
	background:#ff9900;
	min-width:960px;
	height:52px;
	clear:left;
	font-size:18px;
}


#navi ul{
	width:960px;
	margin:0 auto;
	padding:0;
	list-style:none;
}


#navi li{
	float:left;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}


#navi li a{
	background:#ff9900;
	display:block;
	line-height:52px;
	width:238px;
	text-align:center;
	color:#FFF;
	text-decoration:none;

/*--アニメーション--*/
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;

}

#navi li a:hover {
	background:#cc9900;
}



/* ロゴ横のナビ
-----------------------------------------------------------------------------------*/
#head-navi {
	list-style:none;
	margin:30px 0px 0px 0px;
}

#head-navi li{
	float:left;
	margin-right:20px;
}

#head-navi a {
	color:#333333;
	text-decoration:none;
}

#head-navi a:hover {
	text-decoration:underline;
}

/* 各ナビのアイコン
-----------------------------------------------------------------------------------*/


/* ホーム・個人情報・Ｑ＆Ａ
-------------------------------------------------*/
.i-home{
	background: url("../img/navi-icon0.gif") no-repeat;
	background-position:left center;
	/*background-size:30px 30px;*/
	padding-left:25px;
}

.i-priv{
	background: url("../img/navi-icon5.gif") no-repeat;
	background-position:left center;
	padding-left:25px;
}

.i-qa {
	background: url("../img/navi-icon6.gif") no-repeat;
	background-position:left center;
	padding-left:25px;
}


/* システム・料金・契約・概要
-------------------------------------------------*/
.i-sys{
	background: url("../img/navi-icon1.gif") no-repeat;
	background-position:left center;
	padding:5px 0px 5px 35px;
}


.i-fee{
	background: url("../img/navi-icon2.gif") no-repeat;
	background-position:left center;
	padding:5px 0px 5px 35px;
}


.i-app{
	background: url("../img/navi-icon3.gif") no-repeat;
	background-position:left center;
	padding:5px 0px 5px 35px;
}


.i-corp{
	background: url("../img/navi-icon4.gif") no-repeat;
	background-position:left center;
	padding:5px 0px 5px 35px;
}

/* container
-----------------------------------------------------------------------------------*/

#container{
	zoom:1;
}




/* main
-----------------------------------------------------------------------------------*/
#main {
	width:960px;
	margin:0px auto;
	padding:40px 0px 0px 0px;
}




/* top-img
------------------------------------*/
.top-img h1 {
	text-shadow: 0 -2px 2px #fff, -2px 0 2px #fff, 2px 0 2px #fff;
	z-index:100;
}



.top-img {
	width:100%;
	min-width:960px;
	background: url("../img/top-back.jpg") no-repeat;
	background-size: cover;
	padding-bottom:600px;
	background-position:top center;
}



/* system step
-----------------------------------------------------------------------------------*/
#system-step{
}

#system-step dt {
	font-size:20px;
	font-weight:bold;
	color:#ff6600;
}

#system-step ul{
	list-style-position:outside;
	margin-left:20px;
}

#system-step h3 {
	margin:30px 0 5px 0;
}

#system-step-in {
	background: url("../img/sys-back.gif") repeat-y;
	background-position:left 20%;
}

.step1 {
	background: url("../img/sys1.png") no-repeat;
	padding-bottom:20px;
}

.step2 {
	background: url("../img/sys2.png") no-repeat;
}


.step3 {
	background: url("../img/sys3.png") no-repeat;
}

#system-step dl {
	padding-left:110px;
}


.step2 {
	padding-bottom:60px;
}



.app-kojin {
	background:#06C;
	color:#FFF;
	padding:3px 10px;
	border-radius:5px;
	margin-right:10px;
}


.app-houjin {
	background:#693;
	color:#FFF;
	padding:3px 10px;
	border-radius:5px;
	margin-right:10px;
}




/* qa-list
-----------------------------------------------------------------------------------*/

.qa-list {
	margin-left:10px;
}

.qa-list dt {
	background: url("../img/qa1.gif") no-repeat;
	background-position:left top;
	padding:0 0 5px 30px;
	margin-bottom:20px;
	font-size:1.2em;
	font-weight:bold;
}

.qa-list dd {
	background: url("../img/qa2.gif") no-repeat;
	background-position:left top;
	padding:0 0 20px 30px;
}





/* table contrl
-----------------------------------------------------------------------------------*/


.wide td, .wide th {
	text-align:center;
}

.short td, .short th {
	text-align:center;
}


.wide {
	width:90%;
	margin:auto;
}

.wide strong {
	font-size:1.2em;
}

.short {
	display:none;
}


/* corp
-----------------------------------------------------------------------------------*/

.corp-mane {
	margin:20px 0px;
	border:1px solid #999;
	padding:20px;
}

.corp-mane img {
	padding:30px 0px;
}


.g-map {
	margin:20px 0px;
	width:958px;
	border:1px solid #999;
}



/* footer
-----------------------------------------------------------------------------------*/
#footer{
	margin-top:40px;
}


#footer{
	width:100%;
	min-width:960px;
}


#footer .foot-navi {
	padding:15px;
	text-align:center;
}

.foot-navi a {
	padding:0 5px;
	color:000066;
	text-decoration:none;
}

.foot-navi a:hover {
	text-decoration:underline;
}

#footer .copyright{
	zoom:1;
	clear:both;
	font-size:0.9em;
	color:#000;
	background:#ffcc66;
	text-align:center;
	padding:15px;
}






/* page-top
-----------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	margin-right:20px;
	font-size:small;
	text-align:right;
}




#page-top a {
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

