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

/*全体系*/
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;
	line-height: 24px;
}
h1, h2, h3, h4, ul, p {
	margin: 0;
	padding: 0;
}
{
 margin:0;
 padding:0;
}
li {
	list-style: none;
}
a {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FC6;
}
table {
	border-collapse: collapse;
}
table th {
	font-weight: normal;
}
/*ヘッダー用グラデーション*/
.header_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
/*フッター用グラデーション*/
.footer_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
}
/*グローバルナビのデザイン*/
/*ホームボタンのdivのデザイン*/
.gnavi_wapper {
	width: 100%;
	border-bottom: 6px solid #a92827; /*ここをサイトカラーに合わせる*/
	border-top: 2px solid #e5e5e5;
	height: 59px;
	background-color: #F0F0F0;
}
.gnavi_container {
	height: 60px;
	margin: 0 auto;
	padding-top: 5px;
	width: 1059px;
}
.gnavi_box_s {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-left: 2px solid #e0e0e0;
}
.gnavi_box_l {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 138px;
	border-left: 2px solid #e0e0e0;
}
.gnavi_box_l_last {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 138px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}
.gnavi_box_s6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 75px;
	border-left: 2px solid #e0e0e0;
}
.gnavi_box_l6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 161px;
	border-left: 2px solid #e0e0e0;
}
.gnavi_box_l_last6 {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 161px;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
}
/*ホームボタンのデザイン*/
.gnavi_home {
	margin: 0 auto;
	text-decoration: none;
	color: #000;
	display: block;
	height: 49px;
	line-height: 48px;
	width: 71px;
	background-color: #f0f0f0;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi_home:hover {
	text-decoration: none;
	color: #555;
}
.active {
	&.gnavi_home, &.gnavi1a{
		margin: 0 auto;
		text-decoration: none;
		color: #fff;
		display: block;
		height: 49px;
		line-height: 48px;
		width: 71px;
		background-color: #a92827; /*ここをサイトカラーに合わせる*/
		position: relative;
		top: 5px;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		&:hover {
			text-decoration: none;
			color: #555;
		}
	}
	&.gnavi_home {
		width: 71px;

	}
	&.gnavi1a {
		width: 134px;

	}
}
/*ホーム以外の１行のグローバルナビのデザイン*/
.gnavi1 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 48px;
	width: 134px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi1:hover {
	text-decoration: none;
	color: #555;
}
.gnavi1_on {
}
.gnavi1_on:hover {
	text-decoration: none;
	color: #555;
}
/*ホーム以外の２行のグローバルナビのデザイン*/
.gnavi2 {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 26px;
	width: 134px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2:hover {
	text-decoration: none;
	color: #555;
}
.gnavi2_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 26px;
	width: 134px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2_on:hover {
	text-decoration: none;
	color: #555;
}

/*ホーム以外の１行のグローバルナビのデザイン*/
.gnavi1a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 48px;
	width: 157px;
	background-color: #F0F0F0;
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi1a:hover {
	text-decoration: none;
	color: #555;
}
.gnavi1a_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 48px;
	width: 157px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi1a_on:hover {
	text-decoration: none;
	color: #555;
}
/*ホーム以外の２行のグローバルナビのデザイン*/
.gnavi2a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #000;
	height: 49px;
	line-height: 26px;
	width: 157px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2a:hover {
	text-decoration: none;
	color: #555;
}
.gnavi2a_on {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	height: 49px;
	line-height: 26px;
	width: 157px;
	background-color: #a92827; /*ここをサイトカラーに合わせる*/
	position: relative;
	top: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.gnavi2a_on:hover {
	text-decoration: none;
	color: #555;
}
/*ヘッダーのお問い合わせバナーのデザイン*/
.mail_bnr {
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0 ); /* IE6-9 */
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
}
.mail_bnr a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
}
/*フッターのお問い合わせバナーのデザイン*/
.mail_bnr_footer {
	background: #c8c8c8; /* Old browsers */
	background: -moz-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #959595 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c8c8c8 0%, #959595 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#959595', GradientType=0 ); /* IE6-9 */
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	width: 167px;
	height: 25px;

}
.mail_bnr_footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	font-size: 13px;
}
/*事業案内バナーのデザイン*/
.overview_bnr {
	width: 167px; 
	height: 28px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7d7d+0,575757+100 */
background: #7d7d7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7d7d 0%, #575757 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7d7d7d 0%,#575757 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7d7d7d 0%,#575757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#575757',GradientType=0 ); /* IE6-9 */
}
.overview_bnr a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	font-size: 14px;}
/*Company Infoのデザイン*/
.company_info {
	text-decoration: none;
	color: #fff;
}
.company_info:hover {
	text-decoration: none;
	color: #eee;
}
/*ホバーしたとき画像を白くするためのCSS*/
a.hover_img img {
	transition: all 0.5s ease;
}
a:hover.hover_img img {
	opacity: 0.5;
	filter: alpha(opacity=70);
}
/*ホバーしたとき画像をグレーにするためのCSS*/
a.hover_img2 {
	background-color: #000; /*背景を白に設定*/
	display: block; /*ブロック化重要！*/
}
a.hover_img2 img {
	transition: all 0.5s ease;
}
a:hover.hover_img2 img {
	opacity: 0.8;
	filter: alpha(opacity=70);
}
/*リンク関連*/
.t_d_n {
	text-decoration: none;
}
/*スライド関連*/
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*フォント関連*/
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
.size15 {
	font-size: 15px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size20 {
	font-size: 20px;
}
.size21 {
	font-size: 21px;
}

.size24 {
	font-size: 24px;
}
.size28 {
	font-size: 28px;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.gray {
	color: #494c59;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.fw_normal {
	font-weight: normal;
}
/*背景色*/
.bg_white {
	background-color: #fff;
}
/*寄せ関連*/
.center {
	margin-left: auto;
	margin-right: auto;
}
.t_align_center {
	text-align: center;
}
.t_align_right {
	text-align: right;
}
/*高さ*/
.h10 {
	height: 10px;
}
.h60 {
	height: 60px;
}
.h42 {
	height: 42px;
}
.h135 {
	height: 135px;
}
/*幅*/
.w100par {
	width: 100%;
}
.w70 {
	width: 70px;
}
.w150 {
	width: 150px;
}
.w165 {
	width: 165px;
}
.w200 {
	width: 200px;
}
.w210 {
	width: 210px;
}
.w241 {
	width: 241px;
}
.w260 {
	width: 260px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w420 {
	width: 420px;
}
.w475 {
	width: 475px;
}
.w615 {
	width: 615px;
}
.w630 {
	width: 630px;
}
.w650 {
	width: 650px;
}
.w680 {
	width: 680px;
}
.w800 {
	width: 800px;
}
.w880 {
	width: 880px;
}
.w960 {
	width: 960px;
}
.w1000 {
	width: 1000px;
}
.w1070 {
	width: 1070px;
}
.w1281 {
	width: 1281px;
}
/*マージン関連*/
.mt5 {
	margin-top: 5px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml50 {
	margin-left: 50px;
}
.ml100 {
	margin-left: 100px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr30 {
	margin-right: 30px;
}
.mr50 {
	margin-right: 50px;
}
.mr100 {
	margin-right: 100px;
}
/*パディング関連*/
.p5 {
	padding: 5px;
}

.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}
.pl100 {
	padding-left: 100px;
}
.pl130 {
	padding-left: 130px;
}
.pt10 {
	padding-top: 10px;
}
.pt12 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb12 {
	padding-bottom: 12px;
}

.pb30 {
	padding-bottom: 30px;
}
/*フロート関連*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.block {
	display: block;
}
/*角丸関連*/
.radius {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
}
.radius1 {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
}
/*サイト固有スタイル*/

/* 背景画像 */
.main_bg {
	background-image:url(/img/main_bg.jpg);
}

.pageH2 {
	background-color:#FFD3D3;
	border-bottom: 4px solid #A92827;
	padding: 13px 0 10px 15px;
}
.pageH3 {
	border: 1px solid #E3E3E3;
	border-bottom: 3px solid #A92827;
	padding: 7px 0 3px 15px;
	background-color:#F6F6F6;
}
.bgColorF3 {
	background-color: #f3f3f3;
}
.bgColor999 {
	background-color: #999;
}

.borderColor999 {
	border-color: #999;
}

.fv_bg {
	background-color:#f2f2f2;
	padding: 8px 0 0 0;
	.fv_cont{
		position: relative;
		width: 1070px;
		height: 272px;
	}
}


.sidebar_title{
	height: 47px;
	width: 241px;
	background-color:#a92827;
	.sidebar_title_link{
		display: block;
		height: 47px;
		line-height: 48px;
	}
}
.sidebar_cont_inner{
	border: 1px solid #dcdcdc;
	padding: 20px 4px 10px 4px;
	background-color: #f5f4fd;
	.sidebar_cont_text {
		border: 1px solid #dcdcdc;
		padding: 5px 12px 10px 12px;
		background-color: #fff;
	}
}

.privacymark_img {
	border: 1px solid #CCC;
}

.overview_cont {
	width: 738px;
	height: 170px;
	background-color:#EDEDED;
	border:1px solid #BCBCBC;
	padding: 30px;
	.overview_cont_left {
		width: 466px;
	}
	.overview_cont_right {
		width: 242px;
	}
}

.contact_agree {
	border: 1px solid #ccc;
	padding: 15px;
	width:600px;
	height: 200px;
	overflow: auto;
	font-size: 12px;
	table {
		tr {
			.w100 {
				width:100px;
				padding: 3px;
				text-align: left;
			}
			.w300 {
				width:300px;
				padding: 3px;
				text-align: left;
			}

		}
	}
}

.news_lists {
	max-height: 400px;
	overflow: auto scroll;
}