@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

frame_sp.css

スマホ用 全体フレーム・ヘッダー・フッター用

========================================================================================================================
======================================================================================================================*/


/* ナビ非表示
-------------------------------------------------------------------------------------------------------- */
#sp_gnavi, #gn_btn_sp {
	display: none;
}


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

/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
html,
body {
	height:100%;
}

body {
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
	text-align:     center;
	background:     #E9E5D7;
}

body > #wrapper {height:auto;
} /* IE6以外用 */

#wrapper {
	padding:        0px 0px 0px 0px;
	width: 100%;
	margin:         0px auto;
	text-align:     left;
	clear:          both;
	background-image:    none;
	background-color: #edeae4;
}

#wrapper #w_inner {
	padding:        0px 20px 20px 20px;
}





/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
#header {
	position: fixed;
	display: flex;
	width: 100%;
	height: 70px;
	margin:        0px 0px 0px 0px;
	padding:       0px 20px;
	/*background:    url(../img/bg_header_sp.gif) left top repeat;
	background-size: auto;*/
	background:repeating-linear-gradient(#332719 0, #332719 1px, #625037 1px, #625037 2px);
	z-index: 1000;
	box-sizing: border-box;
}
.logo_img {
	display: none;
}
#logo {
	display: flex;
	align-items: center;
	width: 100%;
	float: none;
}
#logo .logo_img_sp{
	display: block;
	width: 60%;
	max-width: 210px;
	min-width: 180px;
	height: auto;
}


/* ユーティリティエリア
-------------------------------------- */
#utility {
	display: none;
}

/* 文字サイズボタン */
#utility #size_area {
	display: none;
}

/* 日立ソリューションズロゴ */
#utility #logo_solutions {
	display: none;
}





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





/* スマホ用グローバルナビ
-------------------------------------------------------------------------------------------------------- */
/*ナビボタン
--------------------*/
#gn_btn_sp {
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 1000;
	background: #362616;
	position: fixed;
	top: 0;
	right: 0;
}
#gn_btn_sp span {
	display: block;
	position: absolute;
	height: 1px;
	width: 30px;
	background: #fff;
	left: 22px;
	transition: .3s;
}
#gn_btn_sp span:nth-child(1) { top: 24px; }
#gn_btn_sp span:nth-child(2) { top: 34px; }
#gn_btn_sp span:nth-child(3) { top: 44px; }
.open#gn_btn_sp span:nth-child(1) {
	top: 35px;
	transform: rotate(135deg);
}
.open#gn_btn_sp span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open#gn_btn_sp span:nth-child(3) {
	top: 35px;
	transform: rotate(-135deg);
}
.open#sp_gnavi {
	transform: translateY(0px);
}



/*ナビ
--------------------*/
#sp_gnavi {
		position: fixed;
    	display: block;
    	width: 100vw;
    	height: 100vh;
		padding: 1% 15px 5%;
    	left: 0;
    	top: 70px;
    	background-color: rgba(255,255,255,0.9);
    	transform: translateX(100%);
    	transition: 0.3s ease 0s;
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 1000;
		box-sizing: border-box;
    }
#sp_gnavi #gn_inner_sp {
	width: 100%;
	margin: 0 auto 24px;
	padding: 0;
}
#sp_gnavi #gn_inner_sp li.nav .child {
	display: none;
	padding: 0px;
}
#sp_gnavi #gn_inner_sp li.nav .child.open {
	display: block;
}
#sp_gnavi .hide {
	background-image: none;
}
#sp_gnavi #gn_inner_sp li{
}
#sp_gnavi #gn_inner_sp a,
#sp_gnavi #gn_inner_sp a:hover {
	display: block;
    font-size: 14px;
	font-weight: bold;
	color: #391300;
    padding: 20px 20px 18px;
	border-bottom: 1px solid #795531;
	text-decoration: none;
}



/* パンくず
-------------------------------------------------------------------------------------------------------- */
#topicpath {
	margin:        0px 0px 0px 0px;
	padding:       70px 20px 0px 20px;
	height:  auto;
}
#topicpath strong {
	font-weight:   normal;
}

#topicpath a:link {
	color:           #FFFFFF;
	text-decoration: none;
}
#topicpath a:visited {
	color:           #FFFFFF;
	text-decoration: none;
}
#topicpath a:hover {
	color:           #FFFFFF;
	text-decoration: underline;
}




/* コンテンツ全体枠
-------------------------------------------------------------------------------------------------------- */
#contents {
	width: 100%;
}





/* 左コンテンツ枠
-------------------------------------------------------------------------------------------------------- */

/* 通常 */
#main {
	padding: 20px 0 0 0;
	width: 100%;
	background:  none;
	float: none;
	box-sizing: border-box;
}

/* トップページ */
#index_main {
	width:          100%;
	margin-top: -4px;
	padding: 0 0 20px 0;
	background: none;
	float: none;
}
#index_main_inner {
	padding: 0;

}

/* 羽背景あり（トップページ） */
#index #main {
	padding:        17px 20px 20px 20px;
	width:          100%;
	background:     url(../img/bg_contents_normal.gif) left top no-repeat #EEEAE3;
	float:          left;
}

/* 羽背景あり（コンテンツ一覧） */
#feature_list #main {
	padding:        20px 0 0 0;
	width:          100%;
	background:     none;
	float:          none;
}
#feature_list td,
#feature_category td{
	display: block;
    float: left;
    clear: both;
    width: 100%;
    text-align: left;
}

/* 羽背景あり（このウェブサイト及び表記について／お知らせ／次号予告） */
#about_hp #main,
#information #main,
#schedule #main {
	padding:        40px 20px 20px 20px;
	width:          100%;
	background:     url(../../about_hp/image/bg_contents_about_hp.gif) left top no-repeat #EEEAE3;
	float:          left;
}

/* 羽背景あり（利用規約） */
#tos #main {
	padding:        40px 20px 20px 20px;
	width:          100%;
	background:     url(../../tos/image/bg_contents_tos.gif) left top no-repeat #EEEAE3;
	float:          none
}

/* 背景なし（コンテンツ一覧） */
#feature_category #main {
	padding:        20px 0 0 0;
	width:          100%;
	background:     none;
	float:          left;
	box-sizing: border-box;
}

/* 羽背景あり（セミナー／フォーム／システム関係など） */
#seminar #main,
#form #main,
#present #main {
	padding:        40px 20px 20px 20px;
	width:          660px;
	background:     url(../img/bg_contents_feather.gif) left top no-repeat #EEEAE3;
	float:          left;
}
#service #main {
	padding:        20px 0 0 0;
	width:          100%;
	background:     url(../img/bg_contents_feather.gif) left top no-repeat #EEEAE3;
	float:          left;
}




/* 他の回を見るプルダウンメニュー（bugfix.cssにハックあり）
-------------------------------------------------------------------------------------------------------- */
/* 第一階層　*/
#select ul.dropdown {
	position: static;
	font-size:   93%;
	width:       100%;
	text-align:  left;
	box-sizing: border-box;
	
}
#select ul.dropdown li {
	zoom:        1;
	background:  #D2C9BB;
	border:      none;
}
#select ul.dropdown a:hover {
	color:       #362716;
}
#select ul.dropdown a:active {
	color:       #362716;
}

/* プルダウン初期リンク色 */
#select ul.dropdown li a {
	display:     block;
	padding:     8px 10px;
	color:       #362716;
	zoom:        1;
	width: 100%;
	box-sizing: border-box;
}
#select ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
#select ul.dropdown li.hover,
#select ul.dropdown li a.hover {
	background:  #D2C9BB;
	position:    relative;
	color: #362716;
}

/* プルダウン　子メニューリンク色 */
#select ul.dropdown li.hover a, 
#select ul.dropdown li a.hover {
	/*color:       #FFFFFF;*/
	color:         #362616;
	zoom:          1;
}

/* 第二階層 */
#select ul.dropdown ul {
	display: none;
	width: 100%;
	visibility:  visible;
	position: static;
}
#select ul.dropdown ul li {
	background: #fcf6ed;
	border-bottom: 1px solid #ccc;
	float:         none;
	zoom:          1;
}
#select ul.dropdown ul li a { /* IE 6 & 7 Needs Inline Block */
	border-right: none;
	width:        100%;
	display:      inline-block;
	zoom:        #f7f3ed;
	box-sizing: border-box;
}

/* 第三階層 */
#select ul.dropdown ul ul {
	width: 100%;
	left:         100%;
	top:          0;
}
#select ul.dropdown ul ul li {
	background: #fff;
}
#select ul.dropdown .open_ttl:before {
	transform: rotate(90deg);	
}





/* ページトップ
-------------------------------------------------------------------------------------------------------- */
.pagetop {
	padding:        0px 0px 0px 15px;
	text-align:     right;
	color:          #FFFFFF;
}
.pagetop img {
	margin:         0px 5px 0px 0px;
}
.pagetop a:link {
	color:           #333333;
	text-decoration: none;
}
.pagetop a:visited {
	color:           #333333;
	text-decoration: none;
}
.pagetop a:hover {
	color:           #333333;
	text-decoration: underline;
}



/* 右メニュー枠
-------------------------------------------------------------------------------------------------------- */
#sub {
	display: none;
}

/* おすすめ情報エリア */
#sub .box_seminar {
	border-left:    1px solid #958B80;
	border-right:   1px solid #958B80;
	border-bottom:  1px solid #958B80;
	padding:        0px;
	line-height:    1.3;
}
#sub .line_dot_seminar {
	background:     url(../img/line_dot_white.gif) repeat-x;
	zoom:1;
}


#sub #noscript {
	border:         1px solid #958B80;
	background:     #0099FF;
	color:          #FFFFFF;
	padding:        10px;
}


/* リンク指定 */
#sub a:link {
	color:           #FFFFFF;
	text-decoration: none;
}
#sub a:visited {
	color:           #FFFFFF;
	text-decoration: none;
}
#sub a:hover {
	color:           #FFFFFF;
	text-decoration: underline;
}





/* フッター
-------------------------------------------------------------------------------------------------------- */
#footer {
	margin:        0px auto;
}
#footer .inner {
	display: block;
}
#footer .inner img {
	/*vertical-align: middle;*/
}

#footer .inner #copy {
	float: none;
	width:          100%;
	margin-bottom: 5px;
	text-align: center;
}
#footer .inner #f_navi {
	display: block;
	width:          100%;
	font-size:      77%;
	line-height:    1;
	float:          none;
	text-align: center;
	margin: 0 auto;
}
#footer .inner #f_navi ul {
	list-style:     none;
	height: auto;
	overflow:       hidden;
}
#footer .inner #f_navi ul li {
	float: none;
	display: block;
	padding: 0 8px 0 0;
	margin: 0 5px 0  0;
	margin-bottom:10px;
}
#footer .inner #f_navi ul li:after {
	display: none;
}
#footer .inner #f_navi ul li a {
	text-decoration: underline;
}


/* プリント時表示 */
#footer .print_copyright {
	padding:       10px 0px 0px 0px;
	border-top:    solid 1px #666666;
	display:       none;
}
}