﻿@charset "utf-8";
/* リセット
--------------------------------------------------*/
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, code, legend,
form, fieldeset, input, textarea,
blockquote {border: 0;font-family: inherit;font-size: 99.2%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

/*table,
th, td {border: 0;font-family: inherit;font-size: 99.2%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}*/

p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}


ol, ul {list-style: none;}
/*table {border-collapse: separate;border-spacing: 0;}*/
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	font-family: Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro", "MS PGothic","Segoe UI Light","Segoe UI",Tahoma,Arial,Verdana,sans-serif;
	color: #333333;
	line-height: 1.5;
}

storong {
	font-size: 110%;
	font-weight: bold;
}
em {
	font-family: "ＭＳ Ｐゴシック", 小塚ゴシック Pro, Meiryo, "メイリオ", "MS PGothic","Segoe UI Light","Segoe UI",Tahoma,Arial,Verdana,sans-serif;
}

i {
	text-decoration: none;
	font-style: normal;
}

/*新要素*/
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}


/*リンク*/
a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
	/*font-weight: bold;*/
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}





/* レイアウト
--------------------------------------------------*/
html, body{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
	min-width: 1024px;
}

/*--ヘッダ--*/
.header {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	overflow: hidden;
    height: 120px;
	background: url(../img/header_back.png) repeat-x bottom;
	border-bottom: solid 2px #CCCCCC;
}

/*内側*/
.header_box {
	padding: 6px 0;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
 

/*タイトル・名前*/
.header h1 {
	padding: 0;
	float: left;
	font-weight: bold;
	padding-top: 0.5em;
}
.sitetitle {
	padding: 0;
	background: #3455A3;
	color: #FFFFFF;
}
.sitetitle a {
	color: #FFFFFF;
	text-decoration: none;
}
.sitetitle a:hover {
	color: #FFFFFF;
	font-weight: bold;
}


/*headerのユーザ*/
.user {
	width: 300px;
	float: right;
	text-align: right;
}
.name span {
	margin: 0 0.5em 0 1em;
}


/*--headerのメニュー--*/
.globalnavi {
	overflow: hidden;
	margin: 0.4em auto 0;
}
#sp_sidenavibox{
	display: none;
}

/*ボタン*/
.navi_btn {
	width: 10em;
	background: #FF7F00 url(../img/btn_back.png) repeat-x;
	text-align: center;
	margin-left: 0.5em;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
}
.navi_btn a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.4em 0 0.3em;
	display: block;
}
.navi_btn a:hover {
	background: #EE7700;
	border-radius: 4px;
}

.navi_btn a.active {
	background: #EE7700;
}
.navi_home {
	float: left;
}
.navi_logout {
	float: right;
}


/*--コンテンツ--*/
.container {
	margin: 0 auto;
	overflow: hidden;
    padding: 140px 0 0;    /* 上に余白を取る指定 */
}

.contents {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	/*min-height: 700px;
	height: 700px;
	border: solid 1px #CCCCCC;*/　　/*max769pxに収まる高さライン*/
}

/*ボタン*/
.navi_btn {
	width: 10em;
	background: #FF7F00 url(../img/btn_back.png) repeat-x;
	text-align: center;
	margin-left: 0.5em;
	border: solid 1px #CCCCCC;
	border-radius: 4px;
}
.navi_btn a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.4em 0 0.3em;
	display: block;
}
.navi_btn a:hover {
	background: #EE7700;
	border-radius: 4px;
}


/*--footer--*/
footer {
	margin: 2em 0 0;
	padding: 0.5em 0 0;
}



@media screen and (max-width: 860px){

html, body{
	min-width: 100%;
}

.header {
	position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
	overflow: hidden;
    height: auto;
	background: none;
}

.header_box {
	max-width: 95%;
}
.contents {
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 0;
}
.container {
    padding: 10px 0 0;    /* 上に余白を取る指定 */
}

/*--グローバルナビゲーション--*/
.globalnavi {
	display: none;
}

#sp_sidenavibox{
	width: 100%;
	overflow: hidden;
	display: block;
}
/* 折り畳み部分を隠す */
ul.accordion ul {display:none; margin-bottom: 1em;}
/* 背景 */
ul.accordion > li { background: #3455A3 url(../img/sp_menu_back.jpg) repeat-x; margin: 0; padding: 0; color:#FFFFFF;}/*１段目の背景*/
ul.accordion > li > p {margin: 0; padding: 0;}/*１段目の背景*/
ul.accordion > li > ul > li {background: #F1F1F1; border-bottom: solid 1px #999999;}/*２段目の背景*/
ul.accordion > li > ul > li > p {background: #467797; color:#FFFFFF;}/*２段目の背景*/
ul.accordion > li > ul > li > ul > li {background: #375F2B; color:#FFFFFF;}/*３段目の背景*/
/* アイコン */
ul.accordion a {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat;}
ul.accordion span {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat;}
ul.accordion > li > p span { background: url(../img/menuOpen.png) no-repeat 98%;}/*１段目（タップ部分・閉じているとき）のアイコン*/
ul.accordion > li > p span.open { background: url(../img/menuClose.png) no-repeat 98%;}/*１段目（タップ部分・開いているとき）のアイコン*/
ul.accordion > li > ul > li > a {background: url(../img/menuNext.png) no-repeat 98%;}/*２段目（リンク部分）のアイコン*/

}
