@charset "UTF-8";

/**LOGOSWARE CSS*****************
sub.css
Version: 1.0 2012/4/16

subPageParts

1.front_page
2.archive.php
3.その他

********************************/	

/**1.front_page ******************************
 * トップページ
**********************************************/	

/*トップ：メインコンテンツとヘッダのアキ調整*/
.home #primary,.home #secondary{
	margin-top:10px;
}

/**********************************************
障害情報
**********************************************/

#operationInfo{
	width:635px;
	margin-bottom:20px;
	padding:1.5em 15px;
	border-width:8px;
	border-style:solid;
	background-color:#fff;
}

/*枠線
**********************************************/

#operationInfo.green{
	border-color:#ceddc8;
}

#operationInfo.red{
	border-color:#ff9680;
	}

/*中に入れるテキスト
**********************************************/
#operationInfo p.statusTitle{
	float:left;
	width:120px;
	font-size:1.4em;
	line-height:1;	
}

#operationInfo .statusNow{
	font-size:1.4em;
	line-height:1;	
}

/*障害がある場合の詳細テキスト（表示は任意）
**********************************************/
#operationInfo .statusDetail {
	margin-left:120px;
	margin-top:10px;
	font-size:1.2em;	
	}


/**********************************************
お知らせ
**********************************************/

.infoBox{
	padding-top:18px;
	width:684px;
	border-top:1px dotted #333;
}

.infoBox h3{
	margin-top:0;
	margin-bottom:16px;
	font-size:20px;
	line-height:22px;
}

/*障害情報タイトル
**********************************************/

h3#troubleInfo{
	padding-left:30px;
	background:url(../images/ex_mark.png) no-repeat 0 50%;
}

/*リスト基本設定
**********************************************/

.infoBox ul{
	margin-left:0;
	margin-bottom:20px;
	list-style-type:none;
	font-size:1.2em;
}

.infoBox ul li{
	margin-bottom:0.4em;
	margin-left:2px;
}

.infoBox ul li p{
	float:left;
	line-height:1.8;
}

.infoBox ul li .date {
	width:14em;
}

.infoBox ul.infoList li .date {
	width:14em;
}

.infoBox ul li .time,.infoBox ul li .sCat{
	width:4em;
	margin:0 1.5em 0 0.5em;
}

.infoBox ul li .headline{
	float:left;
	width:450px;
}

/*サブカテゴリ表示
**********************************************/

.infoBox ul li .sCat{
	padding:1px 2px;
	}

/*************************
*サブカテゴリー色指定
* ************************/

/*「未設定」の場合は非表示*/
.date .no_cat{
	display:none;
}

/*募集*/
.date .info_invite{
	background-color:#C9DEEF;
}

/*イベント*/
.date .info_event{
	background-color:#EFECCB;
	}
	
/*サービス*/
.date .info_service{
	background-color:#C4C4D7;
	}

/*更新*/
.date .info_update{
	background-color:#B8CF80;
	}
	
/*new表示
**************************************/
.infoBox .new{
	padding:1px 2px;
	background-color:#F00;
	color:#fff;
}

/*イベントの終了表示、障害情報完了表示
**************************************/
.infoBox .endMark{
	padding:1px 4px;
	background-color:#999;
	color:#fff;	
}

/************************************/


/*リストページへのリンク**************/
#main p.toList{
	padding-right:20px;
	text-align:right;
	margin-bottom:1.5em;
	margin-top:0;
	font-size:1.2em;
	background:url(../images/to_list_btn.png) no-repeat 100% 50%;
}

#main p#infoList{
	margin-top:-10px;
	margin-bottom:20px;
	width:660px;
}

/**あとで修正*******************************************************/
/*新着情報タイトル（日／英で画像切り替え）*/

.home #content h3.info{
	width:550px;
	position:relative;
	height:39px;
	margin:0 0 0.5em;
	padding-top:0;
	text-indent:-9999px;
	border-bottom:1px dotted #333;
}

.home #content h3.ja{
	background:url(../images/newsTitle.png) no-repeat 0 0;
}

.home #content h3.en{
	background:url(../images/newsTitleEn.png) no-repeat 0 0;	
	}
	
/*********************************************************************/

/**********************************************
shortCuts：ユーザ別メニュー
#shortCuts
	.catBox
	h4 ～向け情報t .enTitle 英語タイトル
		aside
		☆この下の仕様は検討中
		h5 サービス／利用の手引き／よくある質問
			ul.bar / ul.qa
**********************************************/

div#shortCuts{
	width:684px;
	border-top:1px solid #000;
	border-bottom:1px solid #ccc;
	padding-top:18px;
	padding-bottom:15px;
}

#shortCuts .catBox{
	float:left;
	width:200px;
	border-left:1px solid #ccc;
	padding:0 18px;
}

.catBox h4{
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:20px;
	border-bottom:1px solid #999;
	line-height:1em;
}

#shortCuts h4 .enTitle{
	display:block;
	padding-top:5px;
	padding-left:0.2em;
	font-size:12px;
	font-family:Helveitca,Arial,sans-serif;
	font-weight:normal;
	color:#ccc;
}

/*左端のボックスのみ*/
#shortCuts #fStudent{
	padding-left:0;
	border-left:none;
}

/*右端のボックスのみ*/
#shortCuts #fAdmin{
	padding-right:0;
}

/**ボックスの中身
**********************************************/

.catBox h5{
	padding-left:18px;
	margin-bottom:0.5em;
	font-weight:normal;
	font-size:1.3em;
	background:url(../images/to_list_btn.png) no-repeat 0 50%;
}

.catBox ul{
	margin-top:0.5em;
	margin-bottom:1em;
}


/**********************************************
 **ユーザ別メニューリスト
 **********************************************/

/*上の階層*/

div.catBox ul.menu li{
	list-style-type:none;
	padding-left:18px;
	margin-bottom:0.5em;
	font-weight:normal;
	font-size:1.3em;
	background:url(../images/to_list_btn.png) no-repeat 0 3px;
}

/*サブメニュー：バーつきリスト*/
div.catBox ul.menu li .sub-menu li{
	margin-left:-20px;
	padding-left:20px;
	background:url(../images/list_bar.gif) no-repeat 5px 12px;
	margin-bottom:0.3em;
	font-size:0.9em;
	line-height:1.8;
}


/*サービスの一番下にボーダー、QAの上にボーダー*/
div.catBox ul.menu li.service{
	border-bottom:1px solid #ccc;
	}

div.catBox ul.menu li.qa{
	padding-top:5px;
	border-top:1px solid #ccc;
	background-position:0 8px;	
}

/*サブメニュー：Q&A設定に上書き*/
div.catBox ul.menu li.qa .sub-menu li{
	margin-bottom:0.5em;
	background:url(../images/list_q.gif) no-repeat 0 5px;
	}

/********************************************
―（棒つき）のリスト、Q&A
ウィジェットのULには任意のクラスがふれないので
追加でidを指定する
***********************************************/

ul.bar, ul.qa,/*追加*/ ul#menu-service_shortcut{
	margin-top:0;
	list-style-type:none;
}

.bar li, #menu-service_shortcut li{
	padding-left:15px;
	background:url(../images/list_bar.gif) no-repeat 3px 12px;
	margin-bottom:0.3em;
	font-size:1.2em;
	line-height:1.8;
}

/*QAリスト（ユーザ別メニュー／サイドバー共通）
**********************************************/

.qa li, 
#secondary #menu-side_faq li{
	list-style-type:none;
	padding-left:20px;
	margin-bottom:0.5em;
	background:url(../images/list_q.gif) no-repeat 0 5px;
	font-size:1.2em;
	line-height:1.8;
}

/**home_sideBar*********************************************************

.home #secondaryで設定

※通常ページのサイドバーメニューと内容が異なる
レイアウト／リンクの表示等の設定

変なデザインをしてしまったのでいろいろと微妙
左のライン表示用にpadding-leftを多くとって、
●を上に載せて表示


********************************************************************/


.home #secondary{
	background:url(../images/home_side_bg.png) repeat-y -3px 0;
	min-height:300px;
}

.home #secondary .widget{
	width:250px;
}

.home #secondary .widget .widget-title{
	padding-left:25px;
	padding-top:6px;
	margin-bottom:10px;
	font-size:1.8em;
	background:url(../images/home_h4_mark.png) no-repeat 2px 10px;
}

.home #secondary .widget ul{
	width:225px;
	margin-left:25px;	
	margin-bottom:20px;
}

.home #secondary .widget ul li{
	border:none;
	padding-left:20px;
}

.home #secondary .widget li a{
	text-decoration:underline;
}

.home #secondary .widget li a:hover{
	background-color:#fff;
	text-decoration:underline;
	color:#78B1E0;
}

.home #secondary hr.dot{
	height:10px;
	width:225px;
	margin:15px 0 10px 25px;
	border:none;
	background:url(../images/bar.gif) repeat-x 0 0;
}

.home .bnr01{
	margin-left:10px;
}

.bnr01 img{
	border:5px solid #e1e1e1;
}

/*「サービスへのショートカット」タイトル設定********
テキスト長すぎるので文字詰め設定。#を指定する
************************************************/

#nav_menu-7 .widget-title{ 
	letter-spacing:-1px;
}

/**********************************************
 3.個別ページ
**********************************************/	


/*************************
sitemap
***********************/

#sitemap .pagenav{
	list-style-type:none;
	font-size:1em;
}	

#sitemap .pagenav ul{
	display:block;
	list-style-type:disc;
}

#sitemap .pagenav ul{
}

#sitemap .pagenav .children li{
	font-size:1em;
}

/**********************************************
 *問い合わせフォーム
 **********************************************/
 
 .formBase th{
 	width:13em;
 	background-color:#efefef;
 }
 
 span.req{
 	margin-left:0.5em;
	color:#cd5c5c;
	font-size:0.8em;
 }
 
 /*ラジオボタン改行*/

.wpcf7-list-item{
	display:block;
}

input.button-rewrite,
input.button-confirm,
input.wpcf7-submit{
	border:1px solid #999;
	background-color:#fff;
	padding:0.25em 1em;
	color:#343434;
	-moz-box-shadow: 0px 0px 0px #343434;
	-webkit-box-shadow: 0px 0px 0px #343434;
	-o-box-shadow: 0px 0px 0px #343434;
	background:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#cfcfcf"); /* Pour IE seulement et mode gradient à linear */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf));
	background-image: -moz-linear-gradient(top center, #ffffff, #cfcfcf);
	background-image: -o-linear-gradient(top, #ffffff, #cfcfcf); /*uniquement en mode linear*/
}

/**********************************************
1カラム
**********************************************/

body.page-template-one_culumn_page-php #primary{
width:950px;
border:none;
}
 
body.page-template-one_culumn_page-php #main article{
width:950px;
}

/**********************************************
tabMenu(service＞汎用レンタルサーバ以下で使用）
**********************************************/

#content article ul.tabMenu {
    margin: 0px 0 20px 0;
    padding: 0;
    position: relative;
    text-align: left;
    list-style: none;
    line-height: 24px;

}
#content article ul.tabMenu li {
    position: relative;
    padding: 5px 23px;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
   z-index: 0;
}
#content article ul.tabMenu li a{
text-decoration:none;
} 


#content article ul.tabMenu:before {
    z-index: 1;
}

#content article ul.tabMenu:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}

#content article ul.tabMenu li.selected {
	border-bottom-color:#fff;
    background: #FFF;
    color: #000;
	z-index: 2;
}

/**********************************************
終了表示
**********************************************/

p.endmark{
width:100%:
padding:0.5em;
margin:1em 0;
color:#fff;
text-align:center;
background-color:#ccc;
font-size:1.4em;
}
