
/*--------------------------------------------------------------------------------
　基本定義
-----------------------------------------------------------------------------------*/
/*基本定義*/
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	}

/*リンクカラー*/
a:link { color:#06c; }
a:visited { color:#06c; }
a:hover { color:#e63; }
a:action { color:#e63; }

/*フルードイメージ*/
img {
max-width: 100%;
height: auto;
}

/*クリアフィックス*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
	height: 0px;
	overflow: hidden;
	line-height:0;
}










/*--------------------------------------------------------------------------------
　HEADER（ヘッダー）
-----------------------------------------------------------------------------------*/
header {}

/*H1 text*/
header h1 {
	background:#184972;
/*	}
header h1 p {*/
	/*width: 950px;*/
	margin:auto;
	text-align: center;
	font-size:11px;
	font-weight: normal;
	color:#fff;/*color:#184972;*/
	}


/*ヘッダー領域*/
header div {
	width: 950px;
	margin:auto;
	}

/*ロゴ*/
header div div.headLG {
	float: left;
	margin:20px 10px 0 0;
	width: 300px;
	}

/*primary NAV*/
header div div.headPN {
	float:right;
	margin: 10px 0 0 0;
	width: 500px;
	text-align: right;
	}
header div div.headPN>img {
	margin-top: 10px;
	margin-right: 10px;
	}










/*--------------------------------------------------------------------------------
　NAVIGATION（ナビゲーション）
-----------------------------------------------------------------------------------*/
/*PC用ナビゲーション*/
nav#gn {
	width:auto;
	margin: 10px 0 0;
	height:56px;
	background:url(../images/cmn/gn_bg.png) repeat-x;
	}
nav#gn ul {
	margin:auto;
	width:950px;
	}
nav#gn li {
	margin:0px;
	display:block;
	float:left;
	margin-top: 1px;
	}
nav#gn li:hover{
	background-color: rgba(255, 100, 0, 0.2);
	}


/*モバイル用ナビゲーション*/
div#mn {
	display:none;
	}









/*--------------------------------------------------------------------------------
　コンテナ定義
-----------------------------------------------------------------------------------*/
/*コンテナ定義*/
div.container {
	width:950px;
	margin:0px auto;
	padding-top: 10px;
	padding-bottom: 25px;
	}

/*メイン領域*/
div#mainDiv {
	width:660px;
	margin:0px 40px 0px 0px;
	float:left;
	}

/*サイド領域*/
div#sideDiv {
	width:250px;
	margin:0px;
	float:left;
	}

img.sideINQ {margin: 0 0 0 12px;}
img.sideDL {margin: 25px 0 0 12px;}







/*--------------------------------------------------------------------------------
　コンテナ内　基本要素（メイン領域）
-----------------------------------------------------------------------------------*/
/*先頭の背景ビジュアル*/
div.first-visual {
	text-align:center;
	max-width:100%;
	}



/*パンくずリスト*/
nav#breadlist {
	margin:0px;
	}

/*パンくずリスト　リスト*/
nav#breadlist ul li {
	font-size:12px;
	display:block;
	float:left;
	}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {
	margin-left:12px;
	margin-right:12px;
	font-size:10px;
	}



/*ページタイトル*/
div.pagettl {
	clear:both;
	width:660px;
	margin:50px 0px 40px 0px;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	}

/*ページタイトル　和表記*/
div.pagettl p.pagettl-jp {
	width:660px;
	font-size:18px;
	font-weight:bold;
	color:#06c;
	margin:-2px 0px 0px;
	padding:20px 0px 0px 15px;
	background:url(../images/cmn/bg_page-ttl.png) no-repeat -20px 0px;
	}

/*ページタイトル　英表記*/
div.pagettl p.pagettl-en {
	font-size:8px;
	font-family:Verdana, Geneva, sans-serif;
	color:#6FA9E2;
	margin:-3px 0px 0px;
	padding:0px 0px 20px 15px;
	}



/*段落定義　パラグラフ*/
div#mainDiv p.normal {
	padding:0px 15px 30px 15px;
	}

/*段落定義　パラグラフ　マージンプラス*/
div#mainDiv p.margin-plus {
	padding:0px 15px 30px 35px;
	}




/*ヘッダー　レベル２*/
div#mainDiv h2 {
	border:1px solid #ccc;
	border-radius:5px;
	height:33px;
	margin:30px 0px;
	padding:10px 0px 0px 0px;
	/* background:url(../images/cmn/bg_header-lv2.jpg) repeat-x; */
	font-size:15px;
	}
div#mainDiv h2>p {
	padding:1px 0px 0px 15px;
	border-left:4px solid #06c;
	}



/*ヘッダー　レベル３*/
div#mainDiv h3,
div#sideDiv h3 {
	border-bottom:2px solid #ccc;
	height:30px;
	margin:15px 0px 20px;
	padding:0px;
	font-size:16px;
	color:#0066CC;
	}
div#mainDiv h3>p {
	padding:1px 0px 2px 1px;
	background:url(../images/cmn/bg_header-lv3.png) no-repeat left bottom;
	}
div#sideDiv h3>p {
	padding:1px 0px 2px 1px;
	background:url(../images/cmn/bg_headerside-lv3.png) no-repeat left bottom;
	}



/*ヘッダー　レベル４*/
div#mainDiv h4 {
	padding:15px 0px 15px 15px;
	font-size:15px;
	}




/*テーブル*/
table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	}

/*テーブル　ヘッダー*/
th {
	background: #eee;
	border-bottom: #ccc 1px dotted;
	text-align: left;
	padding: 10px 10px 7px;
	font-weight: normal;
	}

/*テーブル　データ*/
td {
	border-bottom: #ccc 1px dotted;
	text-align: left;
	padding: 10px 10px 7px;
	}

/*テーブル　ヘッダー・初*/
th.first {
	border-top: #26628A 3px solid;
	}

/*テーブル　データ・初*/
td.first {
	border-top: #ccc 3px solid;
	}




/*前後ナビ　前のページへ*/
div.page-prev {
	display:block;
	margin:75px 0px 0px;
	padding:2px 0px 0px 24px;
	background:url(../images/cmn/bg_page-prev.png) no-repeat left center;
	font-size:12px;
	float:left;
	}

/*前後ナビ　次のページへ*/
div.page-next {
	display:block;
	margin:75px 0px 0px;
	padding:2px 24px 0px 0px;
	background:url(../images/cmn/bg_page-next.png) no-repeat right center;
	font-size:12px;
	text-align:right;
	float:right;
	}










/*--------------------------------------------------------------------------------
　コンテナ内　基本要素（サイド領域）
-----------------------------------------------------------------------------------*/
/*サイドナビ　領域*/
section#sidenav {
	position:relative;
	z-index:9;
	width:240px;
	margin:-28px 0px 25px;
	padding:5px;
	background:#E0ECFB;
	}

/*サイドナビ　最外枠*/
section#sidenav nav {
	border:1px solid #B9CDEF;
	background:#fff;
	}

/*サイドナビ　大タイトル*/
section#sidenav h2 {
	display:block;
	border:2px solid #fff;
	background:url(../images/cmn/bg_sidenav-h2.jpg) repeat;
	padding:24px 0px 20px 12px;
	height:26px;
	}

/*サイドナビ　大タイトル　和表記*/
section#sidenav h2 p {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0px;
	padding:0px;
	line-height:1;
	}

/*サイドナビ　大タイトル　英表記*/
section#sidenav h2 p span {
	font-size:8px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#6FA9E2;
	margin:0px;
	padding:0px;
	}

/*サイドナビ　中タイトル*/
section#sidenav h3 {
	display:block;
	border-top:1px solid #b9cdef;
	border-bottom:1px solid #b9cdef;
	background:url(../images/cmn/bg_sidenav-h3.jpg) repeat;
	padding:9px 0px 0px 12px;
	height:34px;
	}

/*サイドナビ　中タイトル　文字位置調整*/
section#sidenav h3 p {
	padding:2px 0px 0px 8px;
	border-left:4px solid #06c;
	}

/*サイドナビ　リスト領域*/
section#sidenav ul {
	border-left:1px solid #b9cdef;
	margin-left:14px;
	}

/*サイドナビ　リスト*/
section#sidenav li {
	border-bottom:1px dashed #b9cdef;
	font-size:12px;
	background:url(../images/cmn/bg_sidenav-li.png) no-repeat 10px center;
	padding:8px 0px 5px 24px;
	}

/*サイドナビ　リスト　ロールオーバー*/
section#sidenav li:hover {
	background:url(../images/cmn/bg_sidenav-liov.jpg) no-repeat;
	}

/*サイドナビ　アンカー定義*/
section#sidenav h3 a,
section#sidenav li a {
	text-decoration:none;
	color:#333;
	display:block;
	}
section#sidenav h3 a:hover,
section#sidenav li a:hover {
	color:#06c;
	font-weight:bold;
	}

/*サイドナビ　ウインドウ展開アイコン*/
section#sidenav h3 img.openwin,
section#sidenav li img.openwin {
	margin:5px 0px 0px 10px;
	}

/*サイドナビ　リスト　最後だけボーダーいらない*/
section#sidenav li:last-child {
	border-bottom:none;
	}



/*サイドナビ　フリーエリア*/
div.sidenav-freearea {
	font-size:12px;
	width:240px;
	margin:0px 5px;
	}








/*--------------------------------------------------------------------------------
　FOOTER（フッター）
-----------------------------------------------------------------------------------*/

/*フッター*/
footer {
	/*width:950px;*/
	margin:28px auto 0px;
	padding: 16px 0 0;
	background:#EBEBED;
	}

footer div {width: 950px; margin:auto;}

/*フッター　クレジット*/
footer div address {
	display:block;
	float:left;
	font-size:11px;
	color:#666;
	font-style:normal;
	margin-bottom:12px;
	line-height: 1.4;
	}

/*フッター　クレジット　ロゴ*/
footer div address img {
	margin:0px 0px 10px 0px;
	}

/*フッター　FD*/
footer div div.footer-fd {
	display:block;
	float:right;
	padding-top:22px;
	font-size:10px;
	color:#666;
	width: 280px;
	}

/*フッター　ＦＤ　画像*/
footer div div.footer-fd img {
	margin:0px 0px 0px 0px;
	}

/*コピーライト*/
footer div div.footer-cr {
	clear:both;
	width:950px;
	text-align:center;
	padding:2px 15px;
	font-size:9px;
	color:#666;
	}

/*ページトップへ戻る（JQ版）*/
.movetop {
 display: none;
 position: fixed;
 bottom: 90px;
 right: 5px;
 opacity:0.8;
}
.movetop a {
 display: block;
 width: 32px;
 height: 32px;
}




/*フッター　FD*/
footer div div.footer-fd {
	display:block;
	float:right;
	padding-top:22px;
	font-size:10px;
	color:#666;
	width: 280px;
	}


/*フッター　サイトマップ*/

footer div a.footer_link{
	background: url(../images/cmn/img_point3.png) left no-repeat;
	margin-left:1em;
	padding-left:2em;
}

footer div br.mb_on{
	display:none;
}
























/*--------------------------------------------------------------------------------
　▼　VIEWPORT定義
-----------------------------------------------------------------------------------*/

/*====================================▼　タブレット・モード　/　760pxで最適化　▼======================================*/
@media screen and (max-width: 960px) {

header {}

/*H1 text*/
header h1 {
	background:#184972;
	}
header h1 p {
	width: 760px;
	margin:auto;
	text-align: center;
	font-size:11px;
	font-weight: normal;
	color:#fff;
	}


/*ヘッダー領域*/
header div {
	width: 760px;
	margin:auto;
	}

/*ロゴ*/
header div div.headLG {
	float: left;
	margin:20px 10px 0 0;
	width: 200px;
	}

/*primary NAV*/
header div div.headPN {
	float:right;
	margin: 10px 0 0 0;
	width: 520px;
	text-align: right;
	}
header div div.headPN>img {
	margin-top: 10px;
	margin-right: 5px;
	}






/*PC用ナビゲーション*/
nav#gn {
	height:43px;
	}
nav#gn ul {
	width:760px;
	}
nav#gn li img {height: 43px;}




/*コンテナ定義*/
div.container {
	width:760px;
	}

/*メイン領域*/
div#mainDiv {
	width:490px;
	margin:0px 20px 0px 0px;
	}

/*サイド領域*/
div#sideDiv {}




/*先頭の背景ビジュアル*/
div.first-visual {}

/*パンくずリスト*/
nav#breadlist {}

/*パンくずリスト　リスト*/
nav#breadlist ul li {}

/*パンくずリスト　かぎかっこ*/
nav#breadlist ul li span {}



/*ページタイトル*/
div.pagettl {
	width:490px;
	}

/*ページタイトル　和表記*/
div.pagettl p.pagettl-jp {
	width:470px;
	}

/*ページタイトル　英表記*/
div.pagettl p.pagettl-en {}



/*段落定義　パラグラフ*/
div#mainDiv p.normal {
	padding:0px 0px 30px 15px;
	}

/*段落定義　パラグラフ　マージンプラス*/
div#mainDiv p.margin-plus {
	padding:0px 0px 30px 35px;
	}



/*ヘッダー　レベル２*/
div#mainDiv h2 {
	height:auto;
	/* background:#f5f5f5 url(../images/cmn/bg_header-lv2.jpg) repeat-x; */
	}
div#mainDiv h2>p {}

/*ヘッダー　レベル３*/
div#mainDiv h3 {}
div#mainDiv h3>p {}

/*ヘッダー　レベル４*/
div#mainDiv h4 {}



/*テーブル*/
table {}

/*テーブル　ヘッダー*/
th {
	padding: 8px 8px 5px;
	}

/*テーブル　データ*/
td {
	padding: 8px 8px 5px;
	}

/*テーブル　ヘッダー・初*/
th.first {}

/*テーブル　データ・初*/
td.first {}



/*前後ナビ　前のページへ*/
div.page-prev {}

/*前後ナビ　次のページへ*/
div.page-next {}





/*ページの先頭に戻る*/
div.pagetop {
	width:760px;
	margin:20px auto 20px;
	text-align:right;
	}

/*ページ内サイトマップ*/
section#smap {}

/*ページ内サイトマップ > 領域確保*/
section#smap>div {
	width:760px;
	}

/*ページ内サイトマップ > ４分割*/
section#smap div.smap {
	width:180px;
	padding-right:10px;
	}

/*ページ内サイトマップ > 定義リスト*/
section#smap div.smap dl {}

/*ページ内サイトマップ > 定義タイトル*/
section#smap div.smap dt {
	font-size:11px;
	}

/*ページ内サイトマップ > 定義データ*/
section#smap div.smap dd {
	font-size:10px;
	}

/*ページ内サイトマップ > 新規ウインドウ*/
section#smap div.smap dt img.openwin,
section#smap div.smap dd img.openwin {}





/*フッター*/
footer {
	margin:28px auto 0px;
	padding: 16px 0 0;
	background:#EBEBED;
	}

footer div {width:760px; margin:auto;}

/*フッター　クレジット*/
footer div address {
	display:block;
	float:left;
	font-size:11px;
	color:#666;
	font-style:normal;
	margin-bottom:12px;
	line-height: 1.4;
	}

/*フッター　クレジット　ロゴ*/
footer div address img {
	margin:0px 0px 10px 0px;
	}

/*フッター　サイトマップ*/
footer div div.sitemap {
	}

footer div a.footer_link{
	background: url(../images/cmn/img_point3.png) left no-repeat;
	margin-left:0;
	padding-left:2em;
}


footer div br.mb_on{
	display:block;
}


/*フッター　FD*/
footer div div.footer-fd {
	display:block;
	float:right;
	padding-top:22px;
	font-size:10px;
	color:#666;
	width: 280px;
	}

/*フッター　ＦＤ　画像*/
footer div div.footer-fd img {
	margin:0px 0px 0px 0px;
	}

/*コピーライト*/
footer div div.footer-cr {
	clear:both;
	width:730px;
	text-align:center;
	padding:2px 15px;
	font-size:9px;
	color:#666;
	line-height: 1.3;
	}

}










/*====================================▼　スマートフォン・ランドスケープ・モード（横向き） /　580pxで最適化　▼======================================*/
@media only screen and (max-width:640px) {

header {}

/*H1 text*/
header h1 {	display: none;}


/*ヘッダー領域*/
header div {
	width: 580px;
	margin:auto;
	}

/*ロゴ*/
header div div.headLG {
	float: left;
	margin:50px 0px 8px 0;
	width: 580px;
	text-align: center;
	}

/*primary NAV*/
header div div.headPN {	display: none;}





/*ＰＣ用ナビ*/
nav#gn {
	display:none;
	}

/*モバイル用ナビ*/
div#mn {
	display:block;
	width:100%;  /*580px*/
	height:31px;
	margin:auto;
	padding-top:11px;
	background:#184972;
	border-bottom:1px solid #999;
	position:fixed;
	top:0px;
	z-index:9;
	}
div#mn a { color:#555; text-decoration:none; padding:5px; }
div.mnR {
	width:100%;
	text-align:right;
	}
div.mnR a { color:#fff; text-decoration:none;}
div.mnR img.mnmark { margin-top:4px; }




/*コンテナ定義*/
div.container {
	width:580px;
	}

/*メイン領域*/
div#mainDiv {
	width:580px;
	margin:0px;
	}

/*サイド領域*/
div#sideDiv {
	width:580px;
	}





/*先頭の背景ビジュアル*/
div.first-visual {
	text-align:center;
	max-width:100%;
	}



/*パンくずリスト*/
nav#breadlist {
	display:none;
	}



/*ページタイトル*/
div.pagettl {
	width:580px;
	margin:30px 0px 30px 0px;
	}

/*ページタイトル　和表記*/
div.pagettl p.pagettl-jp {
	width:560px;
	padding:20px 0px 0px 5px;
	}

/*ページタイトル　英表記*/
div.pagettl p.pagettl-en {
	padding:0px 0px 20px 5px;
	}



/*段落定義　パラグラフ*/
div#mainDiv p.normal {
	padding:0px 5px 30px 5px;
	}

/*段落定義　パラグラフ　マージンプラス*/
div#mainDiv p.margin-plus {
	padding:0px 15px 30px 25px;
	}




/*ヘッダー　レベル２*/
div#mainDiv h2 {}
div#mainDiv h2>p {
	padding:1px 0px 0px 8px;
	font-size:14px;
	}



/*ヘッダー　レベル３*/
div#mainDiv h3 {
	height:auto;
	border-bottom:none;
	}
div#mainDiv h3>p {
	padding:3px 0px 2px 8px;
	font-size:14px;
	background:url(../images/cmn/bg_header-lv3smp.png) no-repeat bottom left;
	}



/*ヘッダー　レベル４*/
div#mainDiv h4 {
	padding:15px 0px 15px 5px;
	font-size:14px;
	}




/*テーブル*/
table {
	font-size:13px;
	}

/*テーブル　ヘッダー*/
th {
	padding: 8px 8px 5px;
	}

/*テーブル　データ*/
td {
	padding: 8px 8px 5px;
	}




/*前後ナビ　前のページへ*/
div.page-prev {}

/*前後ナビ　次のページへ*/
div.page-next {}





/*サイドナビ　領域*/
section#sidenav {
	z-index:0;
	width:580px;
	margin:100px 0px 25px;
	padding:0px;
	}

/*サイドナビ　最外枠*/
section#sidenav nav {
	border:none;
	}

/*サイドナビ　大タイトル*/
section#sidenav h2 {
	border:none;
	background-color:#184972;
	background-image:none;
	padding:14px 0px 10px 12px;
	height:16px;
	margin-bottom:5px;
	}

/*サイドナビ　大タイトル　和表記*/
section#sidenav h2 p {
	font-size:14px;
	font-weight:normal;
	}

/*サイドナビ　大タイトル　英表記*/
section#sidenav h2 p span {
	display:none;
	}

/*サイドナビ　中タイトル*/
section#sidenav h3 {
	display:block;
	border-top:none;
	border-bottom:1px solid #b9cdef;
	background:url(../images/cmn/bg_sidenav-h3.jpg) repeat;
	padding:5px 0px 0px 10px;
	height:32px;
	}

/*サイドナビ　中タイトル　文字位置調整*/
section#sidenav h3 p {
	padding:2px 0px 0px 8px;
	border-left:4px solid #06c;
	}

/*サイドナビ　リスト領域*/
section#sidenav ul {
	border-left:none;
	}

/*サイドナビ　リスト*/
section#sidenav li {
	border-bottom:1px solid #ccc;
	font-size:14px;
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	padding:10px 0px 4px 8px;
	}

/*サイドナビ　リスト　ロールオーバー*/
section#sidenav li:hover {
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	}

/*サイドナビ　アンカー定義*/
section#sidenav h3 a,
section#sidenav li a {
	display:block;
	width:100%;
	}
section#sidenav h3 a:hover,
section#sidenav li a:hover {}

/*サイドナビ　ウインドウ展開アイコン*/
section#sidenav h3 img.openwin,
section#sidenav li img.openwin {
	display:none;
	}

/*サイドナビ　リスト　最後だけボーダーいらない*/
section#sidenav li:last-child {
	border-bottom:none;
	}



/*サイドナビ　フリーエリア*/
div.sidenav-freearea {
	display:none;
	}

/*サイドナビ　モバイル時のみ非表示*/
div.del-on-mobile {
	display:none;
	}



/*ページの先頭に戻る*/
div.pagetop {
	width:580px;
	margin:20px auto 20px;
	text-align:right;
	}

/*ページ内サイトマップ*/
section#smap {
	display:none;
	}

/*モバイル版サイトマップ*/
section#smap-mb {
	display:block;
	padding-bottom:36px;
	}

/*モバイル版サイトマップ　メニュー*/
section#smap-mb div.smap-mb-ttl {
	width:550px;
	margin:auto;
	padding:8px 15px 5px;
	background:#184972;
	color:#fff;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul {
	width:580px;
	margin:auto;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul li {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　リスト・新規ウインドウ展開*/
section#smap-mb ul li.newWin {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg2.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　アンカー設定*/
section#smap-mb a {
	text-decoration:none;
	color:#333;
	display:block;
	width:100%;
	}





/*フッター*/
footer {
	margin:28px auto 0px;
	padding: 16px 0 0;
	background:#EBEBED;
	}

footer div {width:580px; margin:auto;}

/*フッター　クレジット*/
footer div address {
	display:block;
	float:left;
	font-size:10px;
	color:#666;
	font-style:normal;
	margin-bottom:12px;
	line-height: 1.4;
	}

/*フッター　クレジット　ロゴ*/
footer div address img {
	margin:0px 0px 10px 0px;
	}

/*フッター　FD*/
footer div div.footer-fd {
	display:block;
	float:right;
	padding-top:22px;
	font-size:10px;
	color:#666;
	width: 240px;
	}

/*フッター　ＦＤ　画像*/
footer div div.footer-fd img {
	margin:0px 0px 0px 0px;
	height: 40px;
	}


/*コピーライト*/
footer div div.footer-cr {
	clear:both;
	width:550px;
	text-align:center;
	padding:2px 15px;
	font-size:7px;
	color:#666;
	line-height: 1.2;
	}

/*フッター　サイトマップ*/



}










/*====================================▼　スマートフォン・ポートレート・モード（縦向き） /　320pxで最適化　▼======================================*/
@media only screen and (max-width:480px) {

 header {}

/*H1 text*/
header h1 {	display: none;}


/*ヘッダー領域*/
header div {
	width: 320px;
	margin:auto;
	}

/*ロゴ*/
header div div.headLG {
	float: left;
	margin:50px 0px 8px 0;
	width: 320px;
	text-align: center;
	}

/*primary NAV*/
header div div.headPN {	display: none;}



/*コンテナ定義*/
div.container {
	width:320px;
	}

/*メイン領域*/
div#mainDiv {
	width:320px;
	margin:0px;
	}

/*サイド領域*/
div#sideDiv {
	width:320px;
	}




/*先頭の背景ビジュアル*/
div.first-visual {}

/*パンくずリスト*/
nav#breadlist {}


/*ページタイトル*/
div.pagettl {
	clear:both;
	width:320px;
	margin:25px 0px 25px 0px;
	border-top:2px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	}

/*ページタイトル　和表記*/
div.pagettl p.pagettl-jp {
	width:320px;
	font-size:16px;
	background:none;
	border-top:2px solid #06c;
	}

/*ページタイトル　英表記*/
div.pagettl p.pagettl-en {
	font-size:8px;
	padding:0px 0px 16px 0px;
	}



/*段落定義　パラグラフ*/
div#mainDiv p.normal {
	padding:0px 5px 30px 5px;
	}

/*段落定義　パラグラフ　マージンプラス*/
div#mainDiv p.margin-plus {
	padding:0px 5px 15px 20px;
	}




/*ヘッダー　レベル２*/
div#mainDiv h2 {}
div#mainDiv h2>p {
	padding:1px 0px 0px 8px;
	font-size:13px;
	}



/*ヘッダー　レベル３*/
div#mainDiv h3 {}
div#mainDiv h3>p {
	width:312px;
	}



/*ヘッダー　レベル４*/
div#mainDiv h4 {
	padding:15px 0px 10px 5px;
	}



/*前後ナビ　前のページへ*/
div.page-prev {
	width:320px;
	margin:35px 0px 0px;
	}

/*前後ナビ　次のページへ*/
div.page-next {
	width:320px;
	margin:10px 0px 0px;
	}



/*サイドナビ　領域*/
section#sidenav {
	width:320px;
	}

/*サイドナビ　最外枠*/
section#sidenav nav {}

/*サイドナビ　大タイトル*/
section#sidenav h2 {
	height:14px;
	}

/*サイドナビ　大タイトル　和表記*/
section#sidenav h2 p {
	font-size:13px;
	}

/*サイドナビ　大タイトル　英表記*/
section#sidenav h2 p span {}

/*サイドナビ　中タイトル*/
section#sidenav h3 {
	height:30px;
	}

/*サイドナビ　中タイトル　文字位置調整*/
section#sidenav h3 p {
	padding:3px 0px 0px 8px;
	border-left:4px solid #06c;
	}

/*サイドナビ　リスト領域*/
section#sidenav ul {}

/*サイドナビ　リスト*/
section#sidenav li {
	font-size:13px;
	padding:9px 0px 4px 8px;
	}

/*サイドナビ　リスト　ロールオーバー*/
section#sidenav li:hover {}

/*サイドナビ　アンカー定義*/
section#sidenav h3 a,
section#sidenav li a {}
section#sidenav h3 a:hover,
section#sidenav li a:hover {}

/*サイドナビ　ウインドウ展開アイコン*/
section#sidenav h3 img.openwin,
section#sidenav li img.openwin {}

/*サイドナビ　リスト　最後だけボーダーいらない*/
section#sidenav li:last-child {}



/*サイドナビ　フリーエリア*/
div.sidenav-freearea {}




 /*ページの先頭に戻る*/
div.pagetop {
	width:320px;
	margin:20px auto 20px;
	text-align:right;
	}

 /*モバイル版サイトマップ*/
section#smap-mb {
	padding-bottom:50px;
	}

/*モバイル版サイトマップ　メニュー*/
section#smap-mb div.smap-mb-ttl {
	width:290px;
	margin:auto;
	padding:8px 15px 5px;
	background:#184972;
	color:#fff;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul {
	width:320px;
	margin:auto;
	}

/*モバイル版サイトマップ　リスト・通常*/
section#smap-mb ul li {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg1.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　リスト・新規ウインドウ展開*/
section#smap-mb ul li.newWin {
	padding:10px 0px 4px 15px;
	border-bottom:1px solid #ccc;
	background:url(../images/cmn/mbnav-bg2.png) no-repeat center right 20px;
	}

/*モバイル版サイトマップ　アンカー設定*/
section#smap-mb a {
	text-decoration:none;
	color:#666;
	}



/*フッター*/
footer {
	margin:28px auto 0px;
	padding: 16px 0 0;
	background:#EBEBED;
	}

footer div {width:320px; margin:auto;}

/*フッター　クレジット*/
footer div address {
	display:block;
	float:left;
	font-size:10px;
	color:#666;
	font-style:normal;
	margin-bottom:12px;
	line-height: 1.4;
	}

/*フッター　クレジット　ロゴ*/
footer div address img {
	margin:0px 0px 10px 0px;
	}

/*フッター　FD*/
footer div div.footer-fd {
	display:block;
	float:right;
	padding-top:5px;
	margin-bottom: 15px;
	font-size:10px;
	color:#666;
	width: 320px;
	}

/*フッター　ＦＤ　画像*/
footer div div.footer-fd img {
	margin:0px 0px 0px 0px;
	height: 40px;
	}


/*コピーライト*/
footer div div.footer-cr {
	clear:both;
	width:320px;
	text-align:center;
	padding:2px 0px;
	font-size:7px;
	color:#666;
	line-height: 1.2;
	}


}
