@charset "utf-8";

/*基本文字スタイル*/
body {
	color:#333;
	line-height:1;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

/*基本段落スタイル*/
p {
	line-height:1.4;
	margin: 0 0  0.75em 0;
}

/*全体構造
---------------------------------------*/

#wrapper {
}

#header {
	height:57px;
	overflow:hidden;
	border-bottom:1px solid #e3e3e3;
}
	#headerInr {
		width:980px;
		margin:0 auto;
		font-size:11px;
		font-size:10px\9;
	}

#contents {
	width:980px;
	margin:20px auto;
}
	#main {
		float:left;
		width:680px;
	}

	#side {
		float:right;
		width:280px;
	}

#footer {
	border-top:1px solid #e3e3e3;
	padding:20px 0;
}
	#footerInr {
		text-align:center;
		width:980px;
		margin:0 auto;
		font-size:12px;
	}
	#footerLink{
		width:600px;
		margin:0 auto;
	}
#pagetop{
	float:right;
	font-size:11px;
	width:50px;
	padding-left:15px;
	background:url(../img/common/ico_pagetop.gif) 0 50% no-repeat;
	position:relative;
	margin-top:-40px;
}

/*ヘッダー
---------------------------------------*/


#headerL{
	float:left;
}
	#logo{margin:13px 0 5px 0;}

#headerR{
	width:450px;
	float:right;
	text-align:right;
}
	#headerR ul{
		margin-top:12px;
		margin-bottom:5px;
	}
		#headerR li{display:inline;}
		#headerR li a{
			display:inline-block;
			*display: inline;
			*zoom: 1;
			border:1px solid #d9d9d9;
			border-radius:2px;
			margin-left:-3px;
			margin-left:0\9;
			text-decoration:none;
			color:#333;
			background: #fefefe;
			background: -moz-linear-gradient(top,  #fefefe 0%, #ebebeb 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ebebeb));
			background: -webkit-linear-gradient(top,  #fefefe 0%,#ebebeb 100%);
			background: -o-linear-gradient(top,  #fefefe 0%,#ebebeb 100%);
			background: -ms-linear-gradient(top,  #fefefe 0%,#ebebeb 100%);
			background: linear-gradient(to bottom,  #fefefe 0%,#ebebeb 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebebeb',GradientType=0 );

		}
		#headerR li a span{
			height:20px;
			line-height:20px;
			padding:0 13px 0 15px;
			overflow:hidden;
			background:url(../img/common/h_btn_arrow.gif) 5px 50% no-repeat;
		}
			#headerR li a:hover{
				color:#20b8f1;
				background:#fefefe;
			}
			#headerR li a:hover span{background:url(../img/common/h_btn_arrow_on.gif) 5px 50% no-repeat;}


/*メイン
---------------------------------------*/


/*サービスカテゴリー*/
[class^="subtit-"] {
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	color:#fff;
	padding-left:27px;
	background:#494e53;
	background-repeat:no-repeat;
}
	.subtit-free   {background-image:url(../img/common/subtit_ico01.png);}
	.subtit-network{background-image:url(../img/common/subtit_ico02.png);}
	.subtit-office {background-image:url(../img/common/subtit_ico03.png);}
	.subtit-operation {background-image:url(../img/common/subtit_ico04.png);}
	/*IE6 fix*/
	.subtit-free   ,
	.subtit-network,
	.subtit-operation,
	.subtit-office {
		_background:#494e53;
		_color:#fff;
		_line-height:25px;
		_padding-left:10px;
		_margin-bottom:10px;
	}

/*無料*/
#freeWear {
	width:686px;
	margin-right:-6px;
	overflow:hidden;
}
#freeWear li{
	width:165px;
	height:90px;
	float:left;
	margin-right:6px;
	font-weight:bold;
	position:relative;
	overflow:hidden;
}
#freeWear li a{
	display:block;
	width:165px;
	height:90px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}
#freeWear li span{
	position:absolute;
	line-height:1.2;
	top:53px;
	left:5px;
}
#freeWear li#btn01{ background:url(../img/common/freewear01.gif) no-repeat;}
#freeWear li#btn02{ background:url(../img/common/freewear02.gif) no-repeat;}
#freeWear li#btn03{ background:url(../img/common/freewear03.gif) no-repeat;}
#freeWear li#btn04{ background:url(../img/common/freewear04.gif) no-repeat;}

#freeWear li#btn01 a{ background:url(../img/common/freewear01_active.gif) no-repeat;}
#freeWear li#btn02 a{ background:url(../img/common/freewear02_active.gif) no-repeat;}
#freeWear li#btn03 a{ background:url(../img/common/freewear03_active.gif) no-repeat;}
#freeWear li#btn04 a{ background:url(../img/common/freewear04_active.gif) no-repeat;}

#freeWear li#btn01 a:hover{ background:url(../img/common/freewear01_hover.gif) no-repeat;}
#freeWear li#btn02 a:hover{ background:url(../img/common/freewear02_hover.gif) no-repeat;}
#freeWear li#btn03 a:hover{ background:url(../img/common/freewear03_hover.gif) no-repeat;}
#freeWear li#btn04 a:hover{ background:url(../img/common/freewear04_hover.gif) no-repeat;}

#freeWearLink {
	width:686px;
	margin-right:-6px;
	overflow:hidden;
	margin-top:5px;
	font-size:11px;
}
#freeWearLink li{
	width:165px;
	float:left;
	margin-right:6px;
	background:url(../img/common/ico_question.gif) 0 50% no-repeat;
}
#freeWearLink li a{
	padding-left:15px;
	background:url(../img/common/ico_question.gif) 0 50% no-repeat;
}

/*有料*/
.boxLeft,
.boxRight{
	width:330px;
}

.boxLeft {float:left;}
.boxRight{float:right;}

.chargeWear li,
.chargeWearSetting li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.chargeWear li:before,
.chargeWear li:after {content:"";display:block;overflow:hidden;}
.chargeWear li:after {clear:both;}
.chargeWear li {zoom:1;}

	.chargeWear li img{
		display:block;
		float:left;
	}
	.chargeWear li div{
		float:right;
		width:260px;
	}
	.chargeWear li h4,
	.chargeWearSetting li h4{
		font-weight:bold;
		margin:3px 0 5px;
		padding-left:10px;
		background:url(../img/common/listmark01.gif) 0 50% no-repeat;
	}
	.chargeWear li p,
	.chargeWearSetting li p{
		margin-bottom:8px;
		font-size:12px;
	}
	.settingBtn li{
		float:left;
		margin-right:2px;
		border:none;
		font-size:12px;
		margin-bottom:3px;
		padding:0;
	}
	.settingBtn li a{
		display:block;
		padding:3px 5px;
		color:#fff;
		border-radius:2px;
	}

	/*設定ボタン*/
	.settingBtn li.red a{background:#F69;}
	.settingBtn li.blu a{background:#5fcbf4;}
	.settingBtn li.grn a{background:#090;}
	.settingBtn li.org a{background:#fcb442;}
	.settingBtn li.gry a{background:#ccc;}
	.settingBtn li a:hover{
		opacity:0.75;
		filter: alpha(opacity=75);
	}


/*サイド
---------------------------------------*/


.sideBox{
	padding:10px;
	background:#f5f5f5;
	border:1px solid #e3e3e3;
	margin-bottom:10px;
	border-radius:3px;
}

/*アカウント開設＆ログイン*/
#btn-account,
#btn-login  {
	display:block;
	width:257px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	border-radius:3px;
	text-decoration:none;
	text-shadow:0px -1px 1px rgba(0,0,0,0.3);
	box-shadow:0px 1px 0px #fff;
}
	#btn-account{
		border:1px solid #f65050;
		background: #ff6262;
		background: -moz-linear-gradient(top,  #ff6262 0%, #f65050 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6262), color-stop(100%,#f65050));
		background: -webkit-linear-gradient(top,  #ff6262 0%,#f65050 100%);
		background: -o-linear-gradient(top,  #ff6262 0%,#f65050 100%);
		background: -ms-linear-gradient(top,  #ff6262 0%,#f65050 100%);
		background: linear-gradient(to bottom,  #ff6262 0%,#f65050 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6262', endColorstr='#f65050',GradientType=0 );
	}
	#btn-login{
		border:1px solid #22b9f1;
		background: #59cbf6;
		background: -moz-linear-gradient(top,  #59cbf6 0%, #22b9f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59cbf6), color-stop(100%,#22b9f1));
		background: -webkit-linear-gradient(top,  #59cbf6 0%,#22b9f1 100%);
		background: -o-linear-gradient(top,  #59cbf6 0%,#22b9f1 100%);
		background: -ms-linear-gradient(top,  #59cbf6 0%,#22b9f1 100%);
		background: linear-gradient(to bottom,  #59cbf6 0%,#22b9f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59cbf6', endColorstr='#22b9f1',GradientType=0 );
	}
#btn-account:hover,
#btn-login:hover  {
	opacity:0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

/*お知らせ*/
#newsBox {
	height:200px;
	width:278px;
	overflow-y:scroll;
	border:1px solid #e3e3e3;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	margin-bottom:10px;
}
	#newsBox li{
		font-size:12px;
		line-height:1.3;
		padding:8px;
		border-bottom:1px solid #e3e3e3;
	}
	#newsBox li span{
		display:block;
		margin-bottom:.25em;
		padding-left:8px;
		background:url(../img/common/h_btn_arrow.gif) 0 50% no-repeat;
	}

/*Twitter*/
#twBox{
	border:1px solid #e3e3e3;
	border-radius: 0 0 3px 3px / 0 0 3px 3px;
	margin-bottom:10px;
	width:278px;
}
	/*不要なものを非表示*/
	#twBox .twtr-hd ,
	#twBox .twtr-ft {
		height: 0 !important;
		width: 0 !important;
		display: none !important;
	}

#countTW,
#countFB,
#countGP{
	float:left;
	overflow:hidden;
}
#countTW{ width:95px;}
#countFB{ width:110px;}
#countGP{ width:70px;}

/*今日の予定*/
#sideSchedule {
	float:left;
	width:100px;
}
	#sideSchedule dt{
		color:#fff;
		line-height:19px;
		text-align:center;
		background:#20b8f1;
		margin-bottom:8px;
	}
	#sideSchedule dd{
		font-size:11px;
		font-size:10px\9;
	}
	#sideSchedule dd span{
		display:inline-block;
		*display: inline;
		*zoom: 1;
		background:#999;
		color:#fff;
		padding:0 3px;
	}
	#sideSchedule dd li{
		line-height:1.2;
		margin-bottom:5px;
	}
/*カレンダー*/
table#sideCalender{
	float:right;
	width:150px;
}
	#sideCalender caption{
		line-height:19px;
		margin-bottom:8px;
	}
	#sideCalender #month{
		font-weight:bold;
		float:left;
	}
	#sideCalender #arrows {
		float:right;
	}
		#sideCalender #arrows a{
			display:block;
			float:left;
			margin-left:1px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			width:19px;
			height:19px;
		}
		#monthPrev{ background:url(../img/common/calender_prev.gif) no-repeat;}
		#monthNext{ background:url(../img/common/calender_next.gif) no-repeat;}
		#sideCalender #arrows a:hover{ background-position:0 -19px;}
	#sideCalender th,
	#sideCalender td{
		text-align:center;
		padding:5px 0 ;
		font-size:10px;
		background:#fff;
		border:1px solid #f5f5f5;
	}
	#sideCalender .another{ color:#aaa;}
	#sideCalender .sun{ color: #C00}
	#sideCalender .sat{ color: #36C}
	#sideCalender .today{ background:#8fdbf8}


table#calet{
	float:right;
	width:150px;
}
#calet th,
#calet td{
	text-align:center;
	padding:5px 0 ;
	font-size:10px;
	background:#fff;
	border:1px solid #f5f5f5;
}
#calet .another{ color:#aaa;}
#calet .sun{ color: #C00}
#calet .sat{ color: #36C}
#calet .today{ background:#8fdbf8}

/*調整用スタイル
---------------------------------------*/
/*マージン*/
.mt5 {margin-top: 5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mb5 {margin-bottom: 5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.noMg{margin:0 !important;}

/*フロート*/
.fltL{float:left;}
.fltR{float:right;}

/*アライン*/
.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}

/*フォント*/
.large{ font-size:1.1em}
.small{ font-size:0.9em}

/*画像透過*/
a.imgHover:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
/*boeder*/
hr.border{
	clear:both;
	display:block;
	height:1px;
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px dotted #d9d9d9;
}
/*回りこみ禁止*/
.ovh{overflow:hidden;}


div#headermsg{
  width:320px;
  height:39px;
  overflow:scroll;
  overflow-x:hidden;
  float:right;
  text-align:left;
  padding:0px 0px 0px 3px;
  font-size:11px;
  line-height:13px;
  background-color:#fff;
  margin: 12px auto 0 auto !important;
}

/*Facebookログイン*/

#fb-login {
	display:block;
    /*display:inline-block;*/
    width:257px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	border-radius:3px;
	text-decoration:none;
	text-shadow:0px -1px 1px rgba(0,0,0,0.3);
	box-shadow:0px 1px 0px #fff;

    position: relative;

}

#fb-login {
	border:1px solid #3b5998;
	background: #3b5998;
/*
	background: -moz-linear-gradient(top,  #3b5998 0%, #22b9f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#22b9f1));
	background: -webkit-linear-gradient(top,  #3b5998 0%,#22b9f1 100%);
	background: -o-linear-gradient(top,  #3b5998 0%,#22b9f1 100%);
	background: -ms-linear-gradient(top,  #3b5998 0%,#22b9f1 100%);
	background: linear-gradient(to bottom,  #3b5998 0%,#22b9f1 100%);
*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#22b9f1',GradientType=0 );
}

#fb-login:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url(/img/FB-f-Logo__white_50.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#fb-login:hover {
opacity:0.6;
filter: alpha(opacity=60);
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}


/*Googleログイン*/

a#g-login {
	display:block;
	width:259px;
	height:46px;

    background: url(/img/btn_google_signin_light_normal_web.png)no-repeat 50%;
}

a#g-login:hover {
	background: url(/img/btn_google_signin_light_focus_web.png)no-repeat 50%;
}
a#g-login:active {
	background: url(/img/btn_google_signin_light_pressed_web.png)no-repeat 50%;
}
