@charset "utf-8";
/* ===================================================================
	common.css
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/

body,
td,
th,
input,
textarea {
	color: #444444;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
	color: #444444;
	text-decoration: underline;
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
	outline: none;
}

a:hover {
	text-decoration: none;
}
a:hover,
a:hover img,
.img_hover:hover {
/*
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: .80;
*/
}

img {
	vertical-align: bottom;
}
.img_ck {
	font-size: 1px;
	line-height: 0;
}

/* clearfix (micro) 
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* For IE 6/7 only */
.clearfix {
	*zoom: 1;
}
/* old clearfix */
/*
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
*/
/* Hides from IE Mac */
/*
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*/
/*---------------------------------------------------------------------------*/

/* margin */
.mar_t0 {
	margin-top: 0 !important;
}
.mar_t5 {
	margin-top: 5px !important;
}
.mar_t10 {
	margin-top: 10px !important;
}
.mar_t15 {
	margin-top: 15px !important;
}
.mar_t20 {
	margin-top: 20px !important;
}
.mar_t25 {
	margin-top: 25px !important;
}
.mar_t30 {
	margin-top: 30px !important;
}
.mar_t35 {
	margin-top: 35px !important;
}
.mar_t40 {
	margin-top: 40px !important;
}
.mar_t45 {
	margin-top: 45px !important;
}
.mar_t50 {
	margin-top: 50px !important;
}

.mar_b0 {
	margin-bottom: 0 !important;
}
.mar_b5 {
	margin-bottom: 5px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b15 {
	margin-bottom: 15px !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b25 {
	margin-bottom: 25px !important;
}
.mar_b30 {
	margin-bottom: 30px !important;
}
.mar_b35 {
	margin-bottom: 35px !important;
}
.mar_b40 {
	margin-bottom: 40px !important;
}
.mar_b45 {
	margin-bottom: 45px !important;
}
.mar_b50 {
	margin-bottom: 50px !important;
}

.mar_l0 {
	margin-left: 0 !important;
}
.mar_l5 {
	margin-left: 5px !important;
}
.mar_l10 {
	margin-left: 10px !important;
}
.mar_l15 {
	margin-left: 15px !important;
}
.mar_l20 {
	margin-left: 20px !important;
}
.mar_l25 {
	margin-left: 25px !important;
}
.mar_l30 {
	margin-left: 30px !important;
}
.mar_l35 {
	margin-left: 35px !important;
}
.mar_l40 {
	margin-left: 40px !important;
}
.mar_l45 {
	margin-left: 45px !important;
}
.mar_l50 {
	margin-left: 50px !important;
}

.mar_r0 {
	margin-right: 0 !important;
}
.mar_r5 {
	margin-right: 5px !important;
}
.mar_r10 {
	margin-right: 10px !important;
}
.mar_r15 {
	margin-right: 15px !important;
}
.mar_r20 {
	margin-right: 20px !important;
}
.mar_r25 {
	margin-right: 25px !important;
}
.mar_r30 {
	margin-right: 30px !important;
}
.mar_r35 {
	margin-right: 35px !important;
}
.mar_r40 {
	margin-right: 40px !important;
}
.mar_r45 {
	margin-right: 45px !important;
}
.mar_r50 {
	margin-right: 50px !important;
}

/* float */
.fl_l {
	float: left !important;
}
.fl_r {
	float: right !important;
}
.fl_n {
	float: none !important;
}

/* font color */
.f_c_red {
	color: #f00 !important;
}
.f_c_yellow {
	color: #ff0 !important;
}
.f_c_blue {
	color: #00f !important;
}
.f_c_gray {
	color: #ccc !important;
}
.f_c_gray_2 {
	color: #999 !important;
}

.t_align_l {
	text-align: left !important;
}
.t_align_c {
	text-align: center !important;
}
.t_align_r {
	text-align: right !important;
}

.f_weight_bold {
	font-weight: bold !important;
}
.f_weight_normal {
	font-weight: normal !important;
}
/*---------------------------------------------------------------------------*/

/* CMS用 */
.file {
	border-top: 1px dotted #ccc;
	margin: 15px 0;
	padding-top: 10px;
	text-align: left;
}
.file .pdf {
    background: url("../images/cms/pdf.gif") left center no-repeat;
    line-height: 30px;
    padding-left: 30px;
    padding-top: 4px;
}
.file .xls {
    background: url("../images/cms/xls.gif") left center no-repeat;
    line-height: 30px;
    padding-left: 30px;
    padding-top: 4px;
}
.file .doc {
    background: url("../images/cms/doc.gif") left center no-repeat;
    line-height: 30px;
    padding-left: 30px;
    padding-top: 4px;
}
/*---------------------------------------------------------------------------*/
#container {
	width:100%;
	margin:0 auto;
	min-width:1000px;
}

#main-contents{
	margin: 0 auto 20px;
	width: 1000px;
	border-bottom: 4px solid #106334;
}
#main-pix_new{
	padding:10px 0;
	position: relative;
}
#main-pix_new h2{
	position:absolute;
	top:38px;
	right: 260px;
	line-height:33px;
	font-size:12px;
	font-weight:normal;
}
#main-pix_new h2 span{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding-right:14px;
}
#main-pix_new h2 .bus_name1{
	height:33px;
	background:url(../../images_new/bus_name1.png) no-repeat 0 0;
	padding-left:33px;
}
#main-pix_new h2 .bus_name2{
	height:33px;
	background:url(../../images_new/bus_name2.png) no-repeat 0 0;
	padding-left:42px;
}
#main-pix_new h2 .bus_name3{
	height:33px;
	background:url(../../images_new/bus_name3.png) no-repeat 0 0;
	padding-left:44px;
}




#main-pix{
	float: left;
	width: 750px;
	position:relative;
}
#main-banner{
	float: right;
	width: 240px;
}

#main-banner a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#main-banner div.banner_02{ margin-top:10px;}

/* bijin */
.banner_01 {}
.bijin_blog_part{
	margin:0 0 10px 0 !important;
	border:none !important;
}

/**/

.bx{
	width: 750px;
	height: 495px;
	background: url(../../images_new/line.png) repeat-x left bottom;
}

.bx #slider a {
	display:block;
}

.bx #slider a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.bx .bx-wrapper{
	position:relative;
}
.bx .bx-window{}

.bx .slide{
	height: 490px;
	overflow:hidden;
}
.bx .slide a{ display:block;}
.bx .slide p{
	padding-top: 5px;
}
#slider .slide .mute_btn {
	bottom: 5px;
	right: 8px;
	position: absolute;
}
.bx .bx-prev,
.bx .bx-next{
	position:absolute;
	top:190px;
	display:block;
	width:38px;
	height:38px;
	text-indent:-9999px;
	text-decoration:none;
}
.bx .bx-prev{
	left:10px;
	background:url(../js/bxslider/images/bx_prev.png);
}
.bx .bx-next{
	right:10px;
	background:url(../js/bxslider/images/bx_next.png);
}

.bx .bx-pager{
	clear:both;
	margin-top:0px;
	text-align:right;
}
.bx .bx-pager .bx-pager-item{
	width:14px; height:14px;
	background:url(../js/bxslider/images/nav.png) center center no-repeat;
	margin-right:4px;
	cursor:pointer;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.bx .bx-pager .bx-pager-item a{
	width: 14px;
	height: 14px;
	display: block;
	line-height: 1;
	text-indent:-9999px;
	text-decoration:none;
	text-align:left;
	outline: 0;
}
.bx .bx-pager .bx-pager-item a.active{
	background:url(../js/bxslider/images/nav_on.png) center center no-repeat;	display:block;
}



#sns{
	position: absolute;
	z-index: 1001;
	top: 506px;
	right: 3px;
}
#sns ul{
	font-size:0;}
#sns li{
	font-size:12px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	height:20px;
	vertical-align: middle;
	margin-left:10px;
}
#sns li .sns_twitter{
	width:100px;
	overflow:hidden;
}


/*---------------------------------------------------------------------------*/

#add-banner {
	text-align:center;
	margin-bottom:45px;
}

#footer{
	clear: both;
	padding-top: 20px;
	text-align: center;
	background: url(../images/bg.jpg) repeat-x left top;
	min-width: 1000px;
	margin-top: 30px;
}

/**/
#footer ul{
	padding-bottom: 20px;
	font-size:0;
}
#footer ul li{
	display:inline-block;
	/display: inline;
	/zoom:1;
	font-size: 12px;
	padding: 5px 10px;
}
#footer ul li.caters{
	border-left: 1px #CCCCCC solid;
	margin-left: 10px;
	padding-left: 20px;
}

#footer ul li a{}
#footer ul li a:hover{}
/**/

#footer .f_logo{
	padding-bottom: 10px;
	padding-top: 10px;
}


/**/
.copy{
	font-size: 10px;
	color: #999;
	letter-spacing: 0.1em;
	padding-bottom: 8px;
}
#bnr_area {
	position: absolute;
	right: 0;
	top: 16px;
}

#bnr_area img:hover {
	opacity:0.7;
filter: alpha(opacity=70);

}