@charset "Shift_JIS"; 		/* 文字コードセット */
 
/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット */
	padding: 0px;
}
html{overflow-y:scroll;height:100%;}
body{
	background:url(../images/bg.jpg) repeat-x #fff; /* 背景 */
	height:100%; /* 縦100% */
	text-align:center; /* IE5.5以前用中央揃え */
	font-size:85%;
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
}
#wrapper{
	width:820px; /* 基本ページ幅 */
	color:#666; /* 基本文字色 */
	margin:0px auto; /* 新しいブラウザ用中央揃え */
	text-align:left;  /* 内容を左揃えに戻す */
}
body > #wrapper {height: auto;}
 
/* リンク
---------------------------------------------------- */
a {
/**/
 overflow: hidden;
/**/
}

a:link {
	color:#00a0e9; /* リンクの色 */
	text-decoration:none;
	background:transparent; /* 背景透明 */
}
a:visited {
	color:#00a0e9; /* 訪問済みリンクの色 */
	text-decoration:none;
	background:transparent; /* 背景透明 */
}
a:hover, a:active {
	color:#00a0e9; /* マウスオーバー、アクティブリンクの色 */
	text-decoration:underline;
	background:transparent; /* 背景透明 */
}

a img {
  border:none;
  color: #ffffff;
  background:transparent;	/* 背景透明 */
}

/* ヘッダ
---------------------------------------------------- */
#header{
	width:820px;
	padding-bottom:7px;
}
#header h1{
	width:185px;
	padding-top:6px;
	float:left;
}
#header h1 img{
	margin-left:20px;
}
#header #navi{
	width:591px;
	padding-top:4px;
	text-align:right;
	float:right;
}

#header #navi p img{
	margin-left: 15px;
}

#navi ul{
	margin-left:5px;
	padding-top:13px;
	list-style:none;
}
#navi ul li{
	height:30px;
	float:left;
}
#navi ul img{
	vertical-align:bottom;
}
 
/* コンテナ
---------------------------------------------------- */

/* メイン
---------------------------------------------------- */
#main{
	padding-left:20px;
    background:url(../images/main_bg.gif) repeat-y;
}

/* メイン左側ボックス
---------------------------------------------------- */
#left-box{
	width:545px;
	font-size:95%;
	float:left;
}
#left-box-inner{
	padding-left:20px;
}
h3{
    background:url(../images/mark_h3.gif) no-repeat;
	padding-left:20px;
	margin-bottom:14px;
	font-weight:normal;
	font-size:150%;
}
h4{
    background:url(../images/mark_h4.gif) no-repeat;
	padding:0 0 10px 12px;
	margin:38px 0 14px 0;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	font-size:120%;
}
h4.mgn-t20{
	margin-top:20px;
}
.text01 p{
	margin-bottom:15px;
}
span.small{
	font-size:75%;
}
.txt-bl {
	color:#00a0e9;
}


/* メイン右側ボックス
---------------------------------------------------- */
#right-box{
	width:235px;
	float:right;
    background:url(../images/right_bg_top.gif) no-repeat top left;
}
#right-box-inner{
	margin:38px 10px 0 10px;
}
.right-block{
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:10px;
}
.right-block p{
	font-size:90%;
	line-height:2.3;
	padding-left:9px;
	background:url(../images/right_title_bg.jpg) no-repeat left top #0051ca;
	color:#fff;
}
.right-block p.text{
	line-height:1.5;
	padding:10px 0 0 9px;
	background:none;
	color:#666;
}
.right-block ul{
	font-size:90%;
	list-style:none;
	margin:10px 10px;
	background:url(../images/arw03.gif) no-repeat left top;
}
.right-block li{
	padding-left:18px;
	margin-bottom:13px;
	background:url(../images/arw03.gif) no-repeat left top;
}


/* パンくずリスト
---------------------------------------------------- */
#pan{
	margin:17px 0 20px 0;
}
#pan li{
	color:#999;
	font-size:77%;
	display:inline;
	line-height:1.1;
	list-style-type:none;
}
#pan li a{
    padding-right:12px;
    background:url(../images/arw02.gif) no-repeat right center;
}
#pan li a:link,#pan li a:hover,#pan li a:active {
	color:#999;
	text-decoration:underline;
}


/* ページトップ
---------------------------------------------------- */
#pagetop{
	height:1%;
	background:url(../images/right_bg_bottom.gif) no-repeat right bottom;
	text-align:right;
	padding:10px 10px 11px 0;
	margin-bottom:10px;
	clear:both;
}


/* フッタ
---------------------------------------------------- */
#footer{
	background:url(../images/footer_bg.gif) repeat-x #eee;
	font-size:85%;
	padding:25px 0 30px 0;
	text-align:center;
}
#footer-box{
	width:820px;
	margin:0px auto; /* 新しいブラウザ用中央揃え */
	text-align:left;  /* 内容を左揃えに戻す */
}

/* フッタのテキストリンク（#footer-link）---------- */
#footer-link a{
	text-decoration:none;
	color:#999;
}
#footer-link a:hover,#footer-link  a:active {
	color:#999; /* マウスオーバー、アクティブリンクの色 */
	text-decoration:underline;
	background:transparent; /* 背景透明 */
}
#footer-link{
	padding-bottom:12px;
	list-style:none;
}
#footer-link li{
	display:inline;
	border-right:#999 1px solid;
	padding:0 3px;
	line-height:1;
}
#footer-link li.last{border:none;}

/* index.html
---------------------------------------------------- */
body#index{
	background:url(../images/p01_bg.jpg) repeat-x #fff; /* 背景 */
}

#index-main{
	padding:20px 0 35px 25px;
}

#index-left{
	width:380px;
	float:left;
}

#index-right{
	width:385px;
	float:right;
}

h2.index-h2{
	width:298px;
	float:left;
}

.feed {
	margin-right: 4px;
}

#index-main table{
	margin-top:5px;
	border-top:1px solid #dfdfdf;
	font-size:85%;
}

#index-main th{
	width:76px;
	padding:6px 0 6px 14px;
	background:url(../images/arw01.gif) no-repeat;
	vertical-align:top;
	font-weight:normal;
}

#index-main td{
	width:275px;
	padding:6px 0;
}

/* index_nf.html
---------------------------------------------------- */
body#index-nf{
	background:url(../images/p01_bg.jpg) repeat-x #fff; /* 背景 */
}

#index-nf #container{
    background-image: url(../images/p01_keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 249px;
}

.open-notice{
    margin: 0px 0px 97px 176px;
}

#topic-wrapper{
    width: 820px;
	margin: 0px;
	padding-left: 21px;
}

#topic-box1{
    width: 248px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#topic-box2{
    width: 248px;
	margin-left: 17px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#topic-box3{
    width: 248px;
	margin:0 0 5px  17px;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

.topic-title {
    margin-bottom: 8px;
}

.topic-img {
    margin-bottom: 8px;
}

.topic-discription {
    width: 220px;
	height: 60px;
	overflow: hidden;
	font-size:85%;
}

.topic-detail {
	font-size:85%;
}

/* service.html　＆　サービス詳細ページ
---------------------------------------------------- */
.service-box01,.service-box02{
	margin-top:20px;
	padding-bottom:14px;
	background:url(../images/service_box01_bottom.gif) no-repeat left bottom;
}
.service-box01 h5,.service-box02 h5{
	height:1%;
	background:url(../images/service_box01_top.gif) no-repeat left top;
	font-size:105%;
	padding:15px 20px 5px 20px;
}
.service-box01 p,.service-box02 p{
	background:url(../images/arw03.gif) no-repeat left top;
	margin:0 30px 12px 22px;
	padding-left:20px;
}

.service-box02{
	background:url(../images/service_box02_bottom.gif) no-repeat left bottom;
	margin:20px 0 12px 0;
}
.service-box02 h5{
	background:url(../images/service_box02_top.gif) no-repeat left top;
}
.service-box02 h5.not-head{
	background:none;
}
.service-box02 ul{
	padding-left:3em;
}

.service-box-left{
	float: left;
	width: 240px;
	margin: 0px 0px 20px 0px;
}

.service-box-left h5{
	font-weight: bold;
}

.service-box-left p{
	margin: 7px 0px 0px 0px;
}

.service-box-right{
	float: right;
	width: 240px;
	margin: 0px 0px 20px 0px;
}

.service-box-right h5{
	font-weight: bold;
}

.service-box-right p{
	margin: 7px 0px 0px 0px;
}

/* Wi2 Mobile / Wi2 Biz キャンペーンページ用
---------------------------------------------------- */


/* 【mobile_cam.html】用
---------------------------------------------------- */
.cam-table{
	width:525px;
    border-top: 1px #E3E3E3 solid;
    border-left: 1px #E3E3E3 solid;
}
.cam-table th,.cam-table td{
	padding:2px 5px;
	font-weight:normal;
	line-height: 1.6;
    border-bottom: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
}
.cam-table th{
    background: #F5F5F5;
	width:150px;
}

/* 【mobile_cam_terms.html】用
---------------------------------------------------- */
#terms table{
	width:525px;
    border-top: 1px #E3E3E3 solid;
    border-left: 1px #E3E3E3 solid;
	font-size:11px;
	margin-bottom:10px;
}
#terms table th,#terms table td{
	padding:2px 5px;
	font-weight:normal;
	line-height: 1.6;
    border-bottom: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
}
#terms table th{
    background: #F5F5F5;
	width:140px;
}





/* company.html
---------------------------------------------------- */
.company-table{
	width:525px;
	border:1px solid #ccc;
}
.company-table th{
	width:100px;
	font-weight:normal;
	color:#333;
	vertical-align:top;
	border-right:1px solid #ccc;
	background:#e1efff;
	padding:1px 11px 1px 12px;
}
.company-table td{
	padding:1px 11px 1px 12px;
}
.company-table .table-top th,.company-table .table-top td{
	padding:15px 11px 1px 12px;
}
.company-table .table-bottom th,.company-table .table-bottom td{
	padding:1px 11px 15px 12px;
}
iframe{
	margin-top:13px;
}

/* contact.html
---------------------------------------------------- */
.contact-text01{
	margin-top:24px;
}
.contact-text02{
	margin:20px 0 24px 0;
	padding-left:22px;
	background:url(../images/arw03.gif) no-repeat;
	height:1%;
}
.contact-text03{
	padding:20px 15px 22px 15px;
	border:1px solid #ccc;
}

/* press.html　＆　news.html
---------------------------------------------------- */
.data-table{
	margin-top:5px;
	font-size:100%;
}

.data-table th{
	width:90px;
	padding:6px 0 6px 14px;
	background:url(../images/arw01.gif) no-repeat;
	vertical-align:top;
	font-weight:normal;
}

.data-table td{
	padding:6px 0;
}

/* rules.html
---------------------------------------------------- */
#left-box-inner ol{
	padding-left:1.9em;	
}

/* recruit.html
---------------------------------------------------- */
.recruit-table{
	width:525px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.recruit-table th{
	width:100px;
	font-weight:normal;
	color:#333;
	vertical-align:top;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#e1efff;
	padding:3px 11px 3px 12px;
}
.recruit-table td{
	padding:3px 11px 3px 12px;
	border-bottom:1px solid #ccc;
}

/* 下層詳細ページ用
---------------------------------------------------- */
h3.row-h3{
    background:none;
    border-left:5px solid #00a0e9;
	padding-left:15px;
	margin-bottom:14px;
	font-weight:normal;
	font-size:120%;
}
p.row-data{
	text-align:right;
	margin-bottom:15px;
}
p.row-link{
	background:url(../images/arw03.gif) no-repeat left top;
	margin:0 30px 12px 0;
	padding-left:20px;
	height:1%;
}

/* フロート対策
---------------------------------------------------- */
.box-clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box-clear{
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .box-clear{height: 1%;}
.box-clear{display: block;}
/*--ここまでMAC IEは非適用 */


/* MTリスト部分
---------------------------------------------------- */

/* トップリスト
---------------------------------------------------- */
#index-left ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#index-left li{
margin: 0px 0px 10px 0px;
padding: 0px;
}

#index-right ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#index-right li{
margin: 0px 0px 10px 0px;
padding: 0px;
}

.list-date{
width: 90px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
float: left;
background-image:url(../images/arw04.gif);
background-position: left;
background-repeat: no-repeat;
}

.list-title{
width: 260px;
margin: 0px;
padding: 0px;
float: left;
}

.list-wrapper{
width: 365px;
margin: 0px;
padding: 0px;
}

.clear{
clear: both;
}

.top-list {
width: 365px;
border-top:1px solid #dfdfdf;
font-size:85%;
line-height:1.4;
margin-top: 5px;
padding-top: 8px;
}

/* PRESS＆NEWSリスト
---------------------------------------------------- */
#press-news #left-box-inner ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#press-news #left-box-inner li{
margin: 0px 0px 10px 0px;
padding: 0px;
}

#press-news #left-box-inner .list-date{
width: 90px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
float: left;
background-image:url(../images/arw04.gif);
background-position: left;
background-repeat: no-repeat;
}

#press-news #left-box-inner .list-title{
width: 415px;
margin: 0px;
padding: 0px;
float: left;
}

#press-news #left-box-inner .list-wrapper{
width: 520px;
margin: 0px;
padding: 0px;
}

/* プライバシーポリシー
---------------------------------------------------- */
#left-box-inner ul.privacy{
	padding-left:1.9em;
	margin-bottom: 15px;
}

/* 共通
---------------------------------------------------- */
.mgn-l50 {
margin-left: 50px;
}

.mgn-l35 {
margin-left: 35px;
}

.mgn-t10 {
margin-top: 10px;
}