@charset "utf-8";

/* ==========================================================================
   　　　　　　　　　　　　　　　　　　　　　　このテーマについて
   ========================================================================== */
/* ===== 著作者 ===== */
/*
Theme Name: 富山地方鉄道株式会社
Theme URI: http://www.chitetsu.co.jp
Author: 株式会社リンケージ
Author URI: http://www.linkage-jp.com
Description: 富山地方鉄道株式会社は鉄道、市内電車、乗合バス、貸切バスによる運輸業、及びホテル、レジャー、旅行、不動産の様々な事業を展開し地域社会の発展とともに歩んでおります。
Version: 1.1
License: 
License URI: 
Tags: white, blue, two-column, railway company, official, business
Text Domain: 
*/


/* ==========================================================================
                                  基礎設定
   ========================================================================== */
/* ===== reset ===== */
/*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	width: 100%;
	height: 100%;
	margin-top: 0px !important;
}
body {
	color: #3F3F3F;
	font-size: 62.5%;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	border: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif; */
	font-size: 100%;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;/*text-indent: 1em;*/
}
small {
	font-size: 80%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
}
/* ===== リンク設定 ===== */
a {
	color: #0071BE;
	text-decoration: none;
}
a:hover {
	color: #EB8F3D;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
a:hover img {
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
/* ===== float ===== */
header li, footer li {
	float: left;
}


/* ==========================================================================
                                  micro clearfix
   ========================================================================== */
/* For modern browsers */
.cf:before, .cf:after, section:before, section:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after, section:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf, section {
	zoom: 1;
}


/* ==========================================================================
                                  レイアウト
   ========================================================================== */
/* ===== ベース ===== */
header {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	font-size: 1.3em;
	width: 910px;
	margin: 10px auto 20px;
}
footer {
	font-size: 1.2em;
	color: #FFF;
	width: 100%;
	min-width: 910px;
	padding: 15px 0;
	background-image: url(img_02/footer/bg_footer.gif);
	text-align: center;
	-moz-box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.6);
	box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.6);
}
/* ===== contents ===== */
article {
	width: 654px;
	float: left;
}
#sidemenu {
	float: right;
	letter-spacing: 0;
	width: 200px;
	padding: 15px;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/* ===== wrapper ===== */
.wrap {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#sidemenu .wrap {
	width: 100%;
}
#sidemenu .wrap + .wrap {
	margin: 10px 0 0;
	padding: 15px 0 0;
	border-top: 1px dotted #666;
}


/* ==========================================================================
                                  header
   ========================================================================== */
/* ===== ヘッダー上部 ===== */
#header_top {
	margin: 16px 0 7px;
}
/* ===== ロゴマーク ===== */
header h1 {
	float: left;
	margin: 0;
}
/* ===== ヘッダー右部 ===== */
header .sub {
	float: right;
}
/* テキストサイズ */
#textsize {
	float: left;
	padding: 0 15px 0 0;
	margin: 0 2px 0 0;
	background-image: url(img_02/header/sub_border.gif);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 0; 
}
#textsize .title {
	text-align: center;
	margin: 0 0 5px;
}
#textsize li {
	margin: 0 0 0 5px;
}
#textsize a:hover,
header .select {
	width: 26px;
	height: 24px;
	display: block;
}
#textsize a:hover img,
header .select img {
	display: none;
}
.text_s a:hover,
header .text_s .select  {
	background-image: url(img_02/header/text_ov_s.gif);
}
.text_m a:hover,
header .text_m .select {
	background-image: url(img_02/header/text_ov_m.gif);
}
.text_l a:hover,
header .text_l .select {
	background-image: url(img_02/header/text_ov_l.gif);
}
/* 右部の右部 */
header .direct {
	float: right;
}
header .direct li {
	margin: 0 0 0 13px;
}
header .direct li a:hover {
	display: block;
	height: 12px;
}
header .direct li a:hover img {
	display: none;
}
.sitemap a:hover {
	width: 91px;
	background-image: url(img_02/header/menu_ov_sitemap.gif);
}
.info a:hover {
	width: 89px;
	background-image: url(img_02/header/menu_ov_info.gif);
}
.recruit a:hover {
	width: 66px;
	background-image: url(img_02/header/menu_ov_recruit.gif);
}
.sitemap {
	width: 91px;
}
.info {
	width: 89px;
}
.recruit {
	width: 66px;
}
/* 検索フォーム */
header .sub form {
	width: 273px;
	margin: 0 0 0 12px;
}
header .keyword {  
    width: 184px;  
    height: 18px;
	margin: 2px 0 0;
	background-image: url(img_02/header/search_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	border: 1px solid #9D9D9D;
	float: left;
}
header .search {
	background-image: url(img_02/header/search_btn.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 58px;
	height: 24px;
	float: right;
	text-indent: -9999px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
header .search:hover {
	position: relative;
	top: 1px;
	left: 1px;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	opacity: 0.45;
}
/* ===== メインメニュー ===== */
header nav {
	width: 100%;
	height: 30px;
	position: relative;
	z-index: 1000;
}
.menu_home a:hover,
.menu_train a:hover,
.menu_bus a:hover,
.menu_related a:hover,
.menu_company a:hover {
	width: 182px;
	height: 30px;
	display: block;
}
.menu_home a:hover img,
.menu_train a:hover img,
.menu_bus a:hover img,
.menu_related a:hover img,
.menu_company a:hover img,
.menu_home:hover img,
.menu_train:hover img,
.menu_bus:hover img,
.menu_related:hover img,
.menu_company:hover img {
	display: none;
}
.menu_home a:hover,
.menu_home:hover a {
	background-image: url(img_02/header/menu_ov_home.gif);
}
.menu_train a:hover,
.menu_train:hover a {
	background-image: url(img_02/header/menu_ov_train.gif);
}
.menu_bus a:hover,
.menu_bus:hover a {
	background-image: url(img_02/header/menu_ov_bus.gif);
}
.menu_related a:hover,
.menu_related:hover a {
	background-image: url(img_02/header/menu_ov_related.gif);
}
.menu_company a:hover,
.menu_company:hover a {
	background-image: url(img_02/header/menu_ov_company.gif);
}
#amenu-list {
	position: absolute;
	z-index: 9999;
}
#amenu-list li {
	width: 182px;
	position: relative;
}
#amenu-list li a {
	display: block;
	width: 182px;
	height: 30px;
}
#amenu-list {
	zoom: 1;
	z-index: 9999;
}
/* スライドメニュー */
#amenu-list .sub li + li {
	border-top: 1px dotted #999;
}
#amenu-list .sub li a {
	width: 168px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 1.1em;
	letter-spacing: 0;
	padding: 0 0 0 10px;
	background: url(img_02/header/amenu_arrow.gif) no-repeat 95% 50%;
}
#amenu-list .sub li a:hover {
	background-color: #EC8329;
	color: #FFF;
}
#amenu-list ul {
	display: none;
	border-left: 2px #666 solid;
	border-right: 2px #666 solid;
	border-bottom: 2px #666 solid;
	width: 178px;
	background-color: #F9F9F9;
}
#amenu-list ul li {
	float: none;
	z-index: 9999;
	height: 30px;
	width: 176px;
}


/* ==========================================================================
                                  sidemenu
   ========================================================================== */
#sidemenu .cat_title {
	width: 100%;
	height: 23px;
	line-height: 23px;
	background-image: url(img_02/sidemenu/bg_cat_title.gif);
	color: #FFF;
	text-align: center;
	margin: 0 0 12px;
	font-size: 1em;
	/*
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	*/
	text-shadow: 0 -1px 1px #000;
}
/* 第一階層 */
#sidemenu .cat_menu li {
	margin: 0 0 3px;
}
#sidemenu .cat_menu li a {
	color: #424242;
	display: block;
	height: 20px;
	padding: 0 0 0 18px;
	background-image: url(img_02/sidemenu/btn_menu_01.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 3px #BBB;
}
#sidemenu .cat_menu li a:hover,
#sidemenu .focus a {
	background-image: url(img_02/sidemenu/btn_menu_ov.gif) !important;
	color: #FF7832;
}
#sidemenu .btn_red li a {
	background-image: url(img_02/sidemenu/btn_menu_02.gif);
}
/* バナーリンクの場合 */
#sidemenu .cat_menu .bnr a {
	width: 198px;
	height: auto;
	padding: 0;
	background-image: none;
	line-height: 0;
}
#sidemenu .cat_menu .bnr a:hover {
	background-image: none !important;
}
#sidemenu .bnr img,
.related_menu img {
	width: 100%;
	height: auto;
}
/* Pick Up区切り */
#pickup li:nth-of-type(3),
#pickup li:nth-of-type(5),
#pickup li:nth-of-type(10) {
	margin: 0 0 15px;
	padding: 0 0 5px;
	border-bottom: #3F3F3F 1px dotted;
}
/* 第二階層 */
#sidemenu .cat_menu li ul {
	margin: 3px 0 0;
}
#sidemenu .cat_menu li ul li a {
	background-image: url(img_02/sidemenu/btn_menu_02.gif);
	margin: 0 0 0 15px;
}
/* 関連メニュー */
#sidemenu .related_title {
	border-left: #1F4470 6px solid;
	padding: 0 0 0 5px;
	margin: 15px 0 6px;
	font-weight: bold;
}
#sidemenu .related_menu li {
	font-size: 0.9em;
}


/* ==========================================================================
                                  contents
   ========================================================================== */
/* ===== section ===== */
section {
	width: 622px;
	min-height: 100px;
	padding: 15px;
	margin: 0 0 30px;
	border-top: #1F4470 5px solid;
	border-bottom: #1F4470 1px solid;
	border-left: #1F4470 1px solid;
	border-right: #1F4470 1px solid;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
/* ===== ページタイトル ===== */
article .cat_title {
	width: 630px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 24px;
	margin: 0 0 20px;
	background-image: url(img_02/article/cat_title.gif);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
article .cat_title span {
	position: relative;
	top: 1px;
}
article .cat_title .jp {
	font-size: 1.4em;
	color: #FFF;
}
article .cat_title .eng {
	margin: 6px 0 0 10px;
	color: #B2B2B2;
}
article .page_title {
	font-size: 1.8em;
	line-height: 1em;
	color: #1F4470;
	margin: 10px 0;
}
/* ===== 見出し ===== */
section h1 {
	margin: 0 0 12px;
	font-size: 1.6em;
	position: relative;
	right: 10px;
}
section h2 {
	border-left: 4px #00A0C6 solid;
	padding: 0 0 0 4px;
	margin: 0 0 10px;
	font-size: 1.4em;
}
/* ===== common : section ===== */
/* 特筆事項 */
.desc {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 25px;
	margin: 0 0 20px;
	border: 1px #666 solid;
}
/* margin */
.margin_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.margin_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin_side_5 {
	margin-left: 5px;
	margin-right: 5px;
}
.margin_side_10 {
	margin-left: 10px;
	margin-right: 10px;
}
.margin_side_15 {
	margin-left: 15px;
	margin-right: 15px;
}
.margin_side_20 {
	margin-left: 20px;
	margin-right: 20px;
}
/* padding */
.padding_side_10 {
	padding-left: 10px;
	padding-right: 10px;
}
/* フォントサイズ */
.font_s {
	font-size: 1em;	
}
.font_b {
	font-weight: bold;
}
.font_l {
	font-size: 1.4em;
	margin: 0 0 5px;
}
.font_ll {
	font-size: 1.5em;
	margin: 0 0 10px;
}
.font_xl {
	font-size: 1.7em;
	margin: 0 0 10px;
}
/* フォントカラー */
.red {
	color: #DD2F4D;
	border-left-color: #DD2F4D;
}
.green {
	color: #7FBE26;
	border-left-color: #7FBE26;
}
.green_02 {
	color: #5EB031;
	border-left-color: #5EB031;
}
.green_03 {
	color: #7BBE35;
	border-left-color: #7BBE35;
}
.blue {
	color: #88ABDA;
	border-left-color: #88ABDA;
}
.blue_02 {
	color: #0068B6;
	border-left-color: #0068B6;
}
.blue_03 {
	color: #00A0C6;
	border-left-color: #00A0C6;
}
.pink {
	color: #E51284;
	border-left-color: #E51284;
}
.black {
	color: #3C3C3C;
	border-left-color: #3C3C3C;
}
/* 投稿用フォント指定 */
.font_red {
	color: #DD2F4D;
}
.font_green {
	color: #7FBE26;
}
.font_blue {
	color: #88ABDA;
}
.font_big {
	font-size: 1.4em;
}
.font_big2 {
	font-size: 1.5em;
}
.font_big3 {
	font-size: 1.7em;
}
/* float */
.floatleft {
	float: left;
}
.floatright {
	float:right;
}
/* disnon */
.disnon {
	display: none;
}
/* ===== index ===== */
/* 新着情報 */
#whatsnew {
	height: auto;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
	letter-spacing: 0;
}
#whatsnew .day {
	font-weight: bold;
	float: left;
	width: 100px;
}
#whatsnew .cat {
	font-weight: bold;
	text-align: center;
	float: left;
	width: 120px;
}
#whatsnew .contents {
	float: left;
	margin-left: 20px;
	width: 374px;
}
#whatsnew ul {
	float: left;
	width: 614px;
	margin-bottom: 15px;
}
/* 新着情報 背景色 */
#whatsnew .train .cat {
	background-color: #E62357;
	color: #FFF;
}
#whatsnew .train_top .cat {
	background-color: #E62357;
	color: #FFF;
}
#whatsnew .train_bus .cat,
#whatsnew .train_local_bus .cat,
#whatsnew .local_bus .cat {
	background-color: #334165;
	color: #FFF;
}
#whatsnew .bus_top .cat {
	background-color: #0080B6;
	color: #FFF;
}
#whatsnew .localtrain .cat {
	background-color: #E62357;
	color: #FFF;
}
#whatsnew .localbus .cat {
	background-color: #0080B6;
	color: #FFF;
}
#whatsnew .charteredbus .cat {
	background-color: #0080B6;
	color: #FFF;
}
#whatsnew .highwayexpressbus .cat {
	background-color: #0080B6;
	color: #FFF;
}
#whatsnew .besttour .cat {
	background-color: #FF9E05;
	color: #FFF;
}
#whatsnew .realestate .cat {
	background-color: #FFBF00;
}
#whatsnew .bowl .cat {
	background-color: #FFBF00;
}
#whatsnew .esta .cat {
	background-color: #FFBF00;
}
#whatsnew .etc .cat {
	background-color: #B2B2B2;
}
#whatsnew .sights .cat,
#whatsnew .alps .cat,
#whatsnew .double-decker .cat,
#whatsnew .retro .cat {
	color: #FFF;
	background-color: #128f2e;
}
/* バックナンバーリンク */
div#backnumber {
	text-align: right;
}
/* おすすめコンテンツ */
#osusume {
	overflow-x: auto;
}
#osusume table tr td {
	vertical-align: top;
}
#osusume table tr td a {
	width: 300px;
	display: block;
	margin-right: 20px;
}
#osusume table tr td a strong {
	font-size: 110%;
	color: #18457C;
	background-image: url(img_02/sidemenu/btn_menu_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 17px;
	margin-bottom: 5px;
}
#osusume table tr td img {
	border: 1px solid #999;
}
#osusume table tr td a:hover strong {
	color: #EB8F3D;
	background-image: url(img_02/sidemenu/btn_menu_ov.gif);
}
/* グループ */
#group .column {
	width: 307px;
	min-height: 55px;
	position: relative;
	float: left;
	margin: 0 0 20px;
}
#group .column:nth-child(2),
#group .column:nth-child(4),
#group .column:nth-child(5) {
	margin: 0 0 0 8px;
}
.column h1 {
	position: absolute;
	top: 0;
	left: 0;
}
.column ul {
	position: relative;
	margin: 45px 0 20px 70px;
}
#group h2 {
	border: none;
	padding: 0;
	margin: 10px 0 4px;
	font-size: 1.1em;
	position: relative;
	left: -10px;
}
#group .column_related {
	border-top: 1px dashed #AAA;
	padding: 20px 0 0;
}
#group .column_related h2 {
	margin: 0 0 10px;
}
#group .column_related ul {
	float: left;
	width: 33.33%;
}
#group .column_related li {
	font-size: 0.9em;
}


/* ==========================================================================
                                  footer
   ========================================================================== */
footer a {
	color: #FFF;
	font-weight: bold;
	margin: 0 5px;
}
footer a:hover {
	color: #F19CA6;
}
#copyright {
	margin: 5px 0 0;
}
#j_pagetop {
	text-align: right;
	line-height: 0;
}