@charset "utf-8";
/* CSS Document */

/* 基本構造
-------------------------------*/
html,
body{ 
	height:100%;
}
body{
	background: #ececec;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	margin:auto;
	color:#333;
	/*overflow:hidden;*/
}
.header_area{
	border-bottom:1px solid #dadada;
	z-index:20;
    background: #fefefe;
	padding-top: 22px;
    box-shadow: 0 5px 7px -5px #dadada;
}
.middle_area {
	width:100%;
	height:auto;
	margin:auto;
	max-width:1280px;
	clear:both;
	background-color:rgba(255,255,255,0.7);
	/*padding-bottom: 32837px;   
	margin-bottom: -32737px;*/
}
.footer {
	width:100%;
	padding:0; 
	position:absolute; 
	bottom:0;
}

/* SmartPhone left side menu hidden */
#left_menu_tab_sp,
#right_menu_tab_sp{
	display:none;
}

/* middle_area 内の構成要素
-------------------------------*/

/*　サイドメニュー */
#sidemenu{
	float: left;
	padding-right: 0;
	width: 190px;
 	margin-top: 15px;
	margin-left:10px;
	box-sizing: border-box;
	/*background-color: #fefefe;
	box-shadow: inset 0 5px 7px -5px #dadada;*/
	/*border-top: 1px solid #E7E7E7;*/
	/*padding-bottom: 32768px;*/
	/*margin-bottom: -32768px;*/
}

/* メインエリア */
.main_area {
	height: auto;
	min-height: 650px;
	margin-left: 200px;
	position: relative;
	padding: 15px;
	padding-bottom:100px;
	/*box-shadow: inset 5px 5px 7px -5px #dadada;*/
	/*border-top: 1px solid #E7E7E7;*/
	/*border-left: 1px solid #E7E7E7;*/
}
.main_area:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
.pop_window{
	margin:auto !important;
	min-height:0;
	padding:10px;
	position:relative;
	height:auto;
}
.user_home{
}

/* main area の子要素 */
#main_inner{
	width:100%;
	max-width:1050px;
	height:auto;
	padding:0px;
	float:left;
	position:relative;
	margin-bottom:-1px;
}
#main_inner:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
#content_cover{
	margin:15px auto;
	float:left;
	width:98%;
}


/*  フッター
---------------------------------------------------------------------*/

#footer_inner{
	width:100%;
	max-width:1280px;
	margin:auto;
	position:relative;
}

/*ページトップへ戻る*/
.to_top{
	line-height:2.5em;
	text-align:right;
	padding-right:1.5em;
	position:relative;
	z-index:0;
	background-color:rgba(255,255,255,0.7);
}
.menu_bottom{
	width:100%;
	height:25px;
	position:absolute;
}
#footer_inner2{
	width:100%;
	margin:auto;
	text-align:center;
	padding-top:15px;
	min-height:45px;
	color:#d0d0d0;
	background: #6F6F6F;
}
#footer_inner2 a{
	color:#DCDCDC;	
}
/*footer*/
.footer_links{
	width:100%;
	max-width:1280px;
	margin:auto;
}
.footer_content{
	min-height:1.5em;
}
.footer_right{
	text-align:right; margin-right:1em;
}
.footer_left{
	white-space:nowrap; 
	float:left; 
	margin-left:1em;
	color: #DCDCDC;
}

.login_foot{
	display:none;
}

/*　スマートフォン表示切替用　*/
.view_switch_PC{
	display:none;
}
.view_switch_SP{
	display:none;
	padding-bottom:16px;
}
.view_switch_SP a{
	display:block;
	font-size:52pt;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	box-shadow: 2px 2px 3px #999;
	padding:16px;
	text-decoration:none;
	color:#666 !important;
	border:1px solid #666;
	border-radius:32px;
	width:92%;
	margin:auto;
	font-weight:bold;
}

/*  フリーエリア
---------------------------------------------------------------------*/

/*　ヘッダー用フリーエリア　*/
#header_free_area{
	float:right;
}

/*　メニュー内表示用フリーエリア ※ not use in base design　*/
#menu_free_area{
	display:none;
}

/*　サイドメニュー用フリーエリア　*/
#side_free_area{
	margin-bottom:1em;
}
#side_free_area >img{
	margin-bottom:7px;
	width: 175px;	}
#side_free_area p img{
	max-width:180px;
}
a.side_banner{
	display:block;
	border:1px solid #69F;
	margin-bottom:1em;
}

/*　フッター用フリーエリア　*/
#footer_free_area{
	text-align:left;
	margin-top:-10px;
	margin-left:15px;
}
#footer_free_area li{
	display:inline-block;
	font-size:11px;
}
#footer_free_area li:before{
	content:" | ";
}
#footer_free_area li:first-child:before{
	content:" ";
}