@charset "UTF-8";
/************************************************
	ファイル名 : sidemenu.css
	バージョン番号 : $Revision: 181 $
	コミット日時 : $Date: 2014-09-18 17:39:45 +0900 (2014/09/18 (木)) $
	作業者 : $Author: 知生 $
	開発者 : 有限会社 プロペラ
	開発者住所 : 〒 904-0117 沖縄県中頭郡北谷町北前 1-11-3-A
	開発者TEL : 098-923-0358 / FAX : 098-923-0359
************************************************/
#area_c
{
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
}
#area_c ul
{
	list-style-type: none;
}
#area_c .left_submenu_title
{
	border-top: 5px solid #000;
	background-color: #FFF;
	font-weight: bold;
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	text-indent: 20px;
}
#area_c ul li a
{
	display: block;
	color: #FFF;
	font-weight: bold;
	background-color: #000;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	margin-bottom: 1px;
}
#area_c ul li:hover a
{
	background-color: #FF1200;
}
#area_c li.current-menu-item a
{
	text-decoration: none;
	background-color: #FF1200;
	background-image: url(../images/common/icon03.png);
	background-repeat: no-repeat;
	background-position: 170px 16px;
}
/* ----- PC用 ----- */
.type1 #area_c
{
	width: 190px;
}
.type1 #area_c ul li a
{
	font-size: 14px;
}
/* ----- タブレット用 ----- */
.type2 #area_c
{
	width: 140px;
}
.type2 #area_c ul li a
{
	font-size: 12px;
}
/* ----- スマフォ用 ----- */
.type1 #left_submenu_type3,
.type2 #left_submenu_type3
{
	display: none;
}
.type3 #left_submenu_type3
{
	display: block;
}
#left_submenu_type3
{
	margin-top: 20px;  
}
#left_submenu_type3 li
{
	list-style-type: none;  
	width: 100%;
}
#left_submenu_type3 .left_submenu_title
{
	display: none;
}
.type3 #left_submenu_type3 li a
{
	display: block;
	height: 44px;
	margin-bottom: 1px;
	line-height: 44px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	text-indent: 10px;
	background-color: #000000;
}
.type3 #left_submenu_type3 li.item-179
{
	margin-top: 10px;  
}
.type3 #left_submenu_type3 li.item-692 a,
.type3 #left_submenu_type3 li.item-179 a,
.type3 #left_submenu_type3 li.item-180 a,
.type3 #left_submenu_type3 li.item-181 a,
.type3 #left_submenu_type3 li.item-182 a,
.type3 #left_submenu_type3 li.item-183 a
{
	background-color: #606060;
}
.type3 #left_submenu_type3 li a:hover
{
	text-decoration: none;
}
.type3 #left_submenu_type3 li.active a
{
	background-position: 0px -550px;
	text-decoration: none;
	background-color: #FE0C0C;
}
.type3 #left_submenu_type3 li a .icon02
{
	background-image: url(../images/common/icon02.png);
	height: 15px;
	width: 15px;
	position: absolute;
	top: 15px;
	right: 10px;
}
