@charset "UTF-8";/* エスケープ */



/*
	--------------------------------
	Created: 2012.03.08
	Last Modified: 2013.10.25
	--------------------------------
	- Table of Contents -

	パンくずナビゲーション
	タイトルエリア
	ページ幅調整

	--------------------------------
*/



/* --------------------------------
	パンくずナビゲーション
-------------------------------- */

#module_breadcrumbs { width: 850px; margin: 0 auto; padding-top: 10px;}
#module_breadcrumbs.w760_center { width: 760px;}
#module_breadcrumbs.w980_center { width: 980px;}

#module_breadcrumbs ul { font-size: 75%; line-height: 1.25;}
#module_breadcrumbs ul li { padding: 0 0 1px 15px; background: url(/shared_utf/img/footer/arw.gif) no-repeat 4px 0.3em; float: left;}
#module_breadcrumbs ul li.first { padding: 0; background-image: none;}



/* --------------------------------
	タイトルエリア
-------------------------------- */

#module_titleArea { position: relative; width: 850px; min-height: 38px; height: auto !important; height: 38px; margin: 0 auto;}
#module_titleArea.w760_center { width: 760px;}
#module_titleArea.w980_center { width: 980px;}


/* 文字サイズ変更 -------------------- */

#module_zoomFontSize { position: absolute; top: 4px; right: 0; width: 229px; height: 28px;}
#module_zoomFontSize .label { float: left; width: 75px; margin-top: 5px;}
#module_zoomFontSize li { float: left;}
#module_zoomFontSize a { display: block; outline: 0; text-indent: -9999px;}
#module_zoomFontSize #zoomSmall { width: 74px; height: 28px; background: url(/shared_utf/img/module/zoom_btn_s.gif) no-repeat;}
#module_zoomFontSize #zoomReset { position: absolute; left: 124px; top: 4px; width: 48px; height: 20px; background: url(/shared_utf/img/module/zoom_btn_r.gif) no-repeat 0 -20px;}
#module_zoomFontSize #zoomLarge { width: 80px; height: 28px; background: url(/shared_utf/img/module/zoom_btn_l.gif) no-repeat;}
#module_zoomFontSize a#zoomReset:hover { background-position: 0 -20px;}
#module_zoomFontSize a#zoomLarge:hover { background-position: 0 -28px;}
#module_zoomFontSize a#zoomSmall:hover { background-position: 0 -28px;}

/* small */
#module_zoomFontSize.fontSmall #zoomSmall { background-position: 0 -28px;}

/* default */
#module_zoomFontSize.fontDefault #zoomReset { background-position: 0 -20px;}
#module_zoomFontSize.fontSmall #zoomReset,
#module_zoomFontSize.fontLarge #zoomReset { background-position: 0 0;}

/* large */
#module_zoomFontSize.fontLarge #zoomLarge { background-position: 0 -28px;}



/* --------------------------------
	ページ幅調整
-------------------------------- */

.w760_center { width: 760px !important;}
.w980_center { width: 980px !important;}
#global_header,
#global_nav,
#global_footer { width: 100% !important;}
