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

/*----------------------------------------
	■ヘッダー（abroad版）
----------------------------------------*/

#HeaderArea3 #Kouji2 {/*js/foo.js にて使用？？*/
    width:250px;
}
#HeaderArea3 .searchBox2 {
	width:280px;
	margin:0 0 0 0;
	float:left;
	text-align:right;
	overflow:hidden;
}
#HeaderArea3 div .query2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 211px;
    height: 24px;
    padding: 1px;
    border: 1px solid #CCCCCC;
}
head+body #HeaderArea3 div .query2 {
    width: 211px;
    height: 20px;
}
#query2 {
	width: 110px;
	border: 1px solid #666;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #999;
}

/*----------------------------------------
	■ヘッダー（PIECE版）
----------------------------------------*/
div .query2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 211px;
    height: 24px;
    padding: 1px;
    border: 1px solid #CCCCCC;
}
head+body div .query2 {
    width: 211px;
    height: 20px;
}
#query2 {
	width: 110px;
	border: 1px solid #666;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #999;
}


.right_201411_user_text1 {/* static 右ナビで使用中（お客様の声） */
	overflow:hidden; margin-bottom:8px;
}
.right_201411_user_text2 {/* static 右ナビで使用中（お客様の声） */
	float:left; width:65px; margin-right:10px;
}
.right_201411_user_text3 {/* static 右ナビで使用中（お客様の声） */
	float:left; width:68px; padding-top:15px;
}
.right_201411_user_text4 {/* static 右ナビで使用中（お客様の声） */
	clear:both;
}


/*----------------------------------------
	■右サイド
----------------------------------------*/
#rightSide3 {/* static 右ナビで使用中（お客様の声） */
	margin-top:16px;
	float:right;
}
#rightBox01 {/* friends_camp_back で使用中？？ */
	background:url("/img/navi4_r18_c22.gif") 0 0 no-repeat;
}
#rightBox01 ul {/* friends_camp_back で使用中？？ */
	margin:5px 0 0;
	padding:0 0 9px;
	list-style-type:none;
}
#rightBox01 li {/* friends_camp_back で使用中？？ */
	margin-top:1px;
	overflow:hidden;
}
#rightBox01 li.addtext {/* friends_camp_back で使用中？？ */
	margin-top:0;
	position:relative;
}
#rightBox01 li.addtext a {/* friends_camp_back で使用中？？ */
	color:red!important;
	font-size:12px;
}
#rightBox01 li.addtext p {/* friends_camp_back で使用中？？ */
	margin:0;
	position:absolute;
	top:23px;
	left:16px;
}

/*--- static用 ---*/
#rightBox01 li a {/* friends_camp_back で使用中？？ */
}

/*----------------------------------------
	■フッター
----------------------------------------*/
#footer_ff {/* friends_camp_back で使用中？？ */
	padding:0;
	clear:both;
}
#fMenu01 {/* friends_camp_back で使用中？？ */
	padding-top:14px;
}
#pageTop {
	padding:7px 1px;
}

/*- 文字サイズ上書き -*/
#footer_ff ul#fMenu02 {
	font-size:12px; 
}

h4 {
	height:auto;
	margin-bottom:7px;
}


/***********************************************
    ■Page TOPへ戻る
***********************************************/
#page_top {
	width:		64px;
	height:		64px;
	border-radius:	8px;
	background-color:rgba(221,221,221,1);
	display:	none; /* 使用する時はnone、使用しない時はdisplay にする */
	position:	relative;
    right: 20px;
    bottom: 120px;
    z-index:999;
}
#page_top:after, #page_top:hover:after {
	content:	"";
	width:		20px;
	height:		20px;
	top:		25px;
	left:		18px;
	transform:	rotate(-45deg);
	position:	absolute;
}
#page_top:after {
	border-top:	8px solid #fff;
	border-right:	8px solid #fff;
}
#page_top:hover:after {
	border-top:	8px solid #52ae4f;
	border-right:	8px solid #52ae4f;
}
