@charset "utf-8";
/*
	Menu
	-----------------------
	1:大外枠
	2:ヘッダ
	3:コンテンツ
	4:フッタ
	5:floatクリア
	-----------------------
*/

/*全htmlのリセット*/
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
/*1:大外枠*/
body {
	background:url(../images_new/body_back_image.jpg) repeat-x #000;
	text-align: justify;
	text-justify : inter-ideograph;
	font-size:12px;
	line-height:130%;

}
#main_wrapper {
	background:url(../images_new/bg_header.jpg) no-repeat top right;
	height:100%;
	width:100%;
}
#tmp_wrapper {
	margin:0 auto;
	width:900px;
	background-image: url(../images_new/header_bg_densi.gif);
	
	/*carview広告*/
	xx_background-image: url(../images_new/cid0304_01_420x090.gif);
	x_background-image: url(../images_new/cid0225_01_420x090.gif);
	
	background-repeat: no-repeat;
	background-position: left top;
}
#tmp_wrapper2 {
	margin:0 auto;
	width:900px;
	background-image: url(../images_new/header_bg_densi.gif);
	
	/*carview広告*/
	xx_background-image: url(../images_new/cid0304_01_420x090.gif);
	x_background-image: url(../images_new/cid0225_01_420x090.gif);
	
	background-repeat: no-repeat;
	background-position: left top;
}
#tmp_wrapper2x {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*2:ヘッダ*/
#tmp_header {
	width:900px;
}
#tmp_headerx {
	width:960px;
}
#tmp_header_left {
	float:left;
}
#tmp_header_left h1 {
	background:url(../images_new/rogo.jpg) no-repeat;
	height:98px;
	text-indent:-9999px;
	width:200px;
}
#tmp_header_right {
	background:url(../images_new/login_base.gif) no-repeat;
	height:80px;
	float:right;
	margin-top:6px;
	width:160px;
}
#tmp_header_right a {
	display:block;
	height:27px;
	text-indent:-9999px;
	margin-left:12px;
	width:132px;
}
#tmp_header_right a#login_btn {
	background:url(../images_new/login_btn.gif) no-repeat;
	margin-top:7px;
}
#tmp_header_right a#login_btn2 {
	background:url(../images_new/login_btn2.gif) no-repeat;
	margin-top:7px;
}
#tmp_header_right a#mypage_btn {
	background:url(../images_new/mypage_btn.gif) no-repeat;
	margin-top:10px;
}
/*グローバルメニュー*/
#tmp_g-navi {
	height:50px;
	padding-left:2px;
	width:900px;
	margin:0 auto;
}
#tmp_g-navi ul {
}
#tmp_g-navi ul li {
	list-style-type:none;
}
#tmp_g-navi ul li a {
	display:block;
	float:left;
	text-indent:-9999px;
}
#tmp_g-navi ul li a#g_navi1,
#tmp_g-navi ul li a#g_navi2,
#tmp_g-navi ul li a#g_navi3,
#tmp_g-navi ul li a#g_navi4,
#tmp_g-navi ul li a#g_navi5,
#tmp_g-navi ul li a#g_navi6,
#tmp_g-navi ul li a#g_navi7,
#tmp_g-navi ul li a#g_navi8 {
	background-repeat:no-repeat;
	background-position:top center;
	height:50px;
	width:112px;
}
#tmp_g-navi ul li a#g_navi1 {
	background-image:url(../images_new/g-navi_01.jpg);
}
#tmp_g-navi ul li a#g_navi2 {
	background-image:url(../images_new/g-navi_02.jpg);
}
#tmp_g-navi ul li a#g_navi3 {
	background-image:url(../images_new/g-navi_03.jpg);
}
#tmp_g-navi ul li a#g_navi4 {
	background-image:url(../images_new/g-navi_04.jpg);
}
#tmp_g-navi ul li a#g_navi5 {
	background-image:url(../images_new/g-navi_05.jpg);
}
#tmp_g-navi ul li a#g_navi6 {
	background-image:url(../images_new/g-navi_06.jpg);
}
#tmp_g-navi ul li a#g_navi7 {
	background-image:url(../images_new/g-navi_07.jpg);
}
#tmp_g-navi ul li a#g_navi8 {
	background-image:url(../images_new/g-navi_08.jpg);
}

#tmp_g-navi ul li a#g_navi1:hover,
#tmp_g-navi ul li a#g_navi2:hover,
#tmp_g-navi ul li a#g_navi3:hover,
#tmp_g-navi ul li a#g_navi4:hover,
#tmp_g-navi ul li a#g_navi5:hover,
#tmp_g-navi ul li a#g_navi6:hover,
#tmp_g-navi ul li a#g_navi7:hover,
#tmp_g-navi ul li a#g_navi8:hover {
	background-position:bottom center;
}
/*cssハック開始（IE対応）*/
* html #tmp_g-navi ul li {
	display:inline;
}
*:first-child+html #tmp_g-navi ul li {
	display:inline;
}
/*cssハック終了（IE対応）*/

/*3:コンテンツ*/
#tmp_contentsarea {
	background:url(../images_new/contents_back_image.jpg) repeat-y;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	width:900px;
}
#tmp_contentsarea_x {
	background: url(../images_new/contents_back_image2.jpg) repeat-y;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 960px;
}
#tmp_contentsarea2 {
	background: url(../images_new/side_right_back.jpg) no-repeat bottom right;
	zoom: 1;
}
/*左メニュー*/
#tmp_lmenu,#tmp_lmenu2 {
	background-color:#555;
	float:left;
	width:180px;
	clear:both;
}
#tmp_lmenu .tmp_menu h2,#tmp_lmenu2 .tmp_menu h2 {
	background:url(../images_new/side_left_title_back.gif) no-repeat #fff;
	font-size:14px;
	margin-top:20px;
	padding:8px 0 5px 0;
	text-align:center;
	width:180px;
}
.left_movie_box {
	color:#fff;
	font-size:13px;
	margin:10px auto;
	width:160px;
}
.left_image_box {
	color:#fff;
	font-size:13px;
	margin:10px auto;
	width:140px;
}
.left_image_box img {
	display:block;
	padding-bottom:5px;
	margin:0 auto;
}
.left_image_box p {
	margin-bottom:10px;
}
.text1 {
	text-align:center;
}
.text2 {
	margin-top:20px;
}
.click_btn {
	background:url(../images_new/click_here_btn.gif) no-repeat;
	display:block;
	height:15px;
	text-indent:-9999px;
	margin-top:-20px;
	margin-left:100px;
	width:70px;
}
/*左バナー*/
#tmp_lmenu .tmp_bnr {
	background-color:#f0eae0;
	padding:0px 5px 5px 5px;
	margin-top:10px;
	width:168px;
}
#tmp_lmenu .tmp_bnr img {
	padding-top:5px;
}
/*右メニュー*/
#tmp_rmenu {
	background-color:#555;
	float:right;
	width:180px;
}
#tmp_rmenu .tmp_menu {
	padding-top:10px;
}
#tmp_rmenu .tmp_menu h2 {
	background:url(../images_new/side_right_title_back.gif) no-repeat;
	font-size:14px;
	padding:7px 0;
	text-align:center;
	width:180px;
}
.rmenu_title {
	background:url(../images_new/side_right_title_back.gif) no-repeat center bottom #fff;
	width:180px;
}
#tmp_rmenu .tmp_menu h2 span {
	background:url(../images_new/side_right_title_back.gif) no-repeat;
}
#tmp_rmenu .tmp_menu ul{
	padding:5px 10px 10px 10px;
	width:156px;
}
#tmp_rmenu .tmp_menu ul li {
	border-bottom:1px solid #aaa;
	background-image:url(../images_new/bg_list_01.gif);
	background-repeat:no-repeat;
	background-position:0 55%;
	font-size:14px;
	padding:5px 0;
	list-style-type:none;
}
#tmp_rmenu .tmp_menu ul li a{
	color:#fff;
	padding-left:10px;
	text-decoration:none;
}
#tmp_rmenu .tmp_menu ul li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*右バナー*/
#tmp_rmenu .tmp_bnr {
	padding:10px 0;
}
#tmp_rmenu .tmp_bnr img {
	display:block;
	margin:0 auto 10px auto;
}

/*中央コンテンツ*/
#tmp_main {
	background-color:#FFF;
	float:left;
	padding-left:20px;
	width:520px;
}
#tmp_main2 {
	background-color:#FFF;
	float:left;
	padding-left:20px;
	width:580px;
}
/*新着情報*/

.index_news_title{
font-weight:500;
color:#333;
padding-bottom:4px;
}

#tmp_main .tmp_main_cnt {
	padding:0;
	margin-top:20px;
	width:500px;
}
#tmp_main .tmp_main_cnt h2 {
	background:url(../images_new/content_title_back.gif) no-repeat #000;
	color:#fff;
	font-size:14px;
	padding:13px 0 10px 15px;
}
#tmp_main .tmp_main_cnt dl {
	border-bottom:1px dotted #d5c9be;
	line-height:150%;
	width:100%;
}
#tmp_main .tmp_main_cnt dl dt {
	background-image:url(../images_new/bg_list_02.gif);
	background-repeat:no-repeat;
	background-position:0 0.9em;
	float:left;
	padding:5px 0 5px 10px;
	width:25%;
}
#tmp_main .tmp_main_cnt dl dd {
	float:right;
	padding:5px 0;
	width:70%;
}
.content_box {
	margin-top:20px;
}
.content_box img {
	float:left;
}
.content_box_right {
	font-size:14px;
	margin-left:260px;
}
.content_box_right a {
	background:url(../images_new/read_moer_btn.gif) no-repeat;
	display:block;
	height:22px;
	margin-top:10px;
	margin-left:130px;
	width:97px;
	text-indent:-9999px;
}
.content_box2 {
	x_font-size:14px;
	font-size:12px;
	line-height:140%;
	margin-top:20px;
}
.content_box2 h3 {
	background:url(../images_new/content_title_back2.gif) no-repeat;
	font-size:13px;
	padding:10px;
}
.content_box_left2 {
	float:left;
}

.content_box_right2 {
	font-size:14px;
	float:left;
	margin-left:20px;
}
.pt20 {
	padding-top:20px;
}
.mt20 {
	margin-top:20px;
}
/*キャンペーン*/
#tmp_main .tmp_main_cnt ul {
	font-size:13px;
	width:100%;
}
#tmp_main .tmp_main_cnt ul li{
	border-bottom:1px solid #aaa;
	line-height:120%;
	list-style-type:none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tmp_main .tmp_main_cnt ul a {
	padding-left:17px;
	margin-left:0.5em;
	zoom:1;
}
.new_icon {
	background-image:url(../images_new/bg_icon_01.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left:40px !important;
}
/*プライバシーポリシー*/
.content_box2 ul {
	padding-right:30px !important;
	padding-left:30px !important;
	width:auto !important;
}
.content_box2 ul li {
	list-style-type:circle !important;
}
.content_box2 ol li {
	list-style-type:decimal !important;
}
.line_b_none {
	border-bottom:none !important;
}
.line_t {
	border-top:1px solid #aaa; !important;
}
.mt10 {
	margin-top:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
/*スクープ*/
div#scoop_box {
	background:url(../images_new/scoop_bg2.jpg) no-repeat right bottom;
}
.content_box2 p {
	padding-right:10px;
	padding-left:10px;
	width:auto;
}
#scoop_bg1 {
	background:url(../images_new/scoop_bg1.gif) no-repeat center bottom;
}
.scoop_layout {
	margin:10px auto;
	width:90% !important;
}
.scoop_layout dt {
	font-weight:bold;
	width:10% !important;
}
.scoop_layout dd {
	width:83% !important;
}
.color_red {
	color:#FF0000;
}
.mt40 {
	margin-top:40px !important;
}
/*ざ・総括*/
div#soukatu_box {
	padding-bottom:20px;
}
div#soukatu_box ul li {
	background:url(../images_new/marker1.gif) no-repeat 0 50%;
	border-bottom:1px dotted #aaa !important;
	list-style-type:none !important;
}
div#soukatu_box ul li.list_title {
	background-image:none !important;
	border-bottom:3px double #FF9933 !important;
	color:#FF9933;
	font-weight:bold;
	list-style-type:none !important;
}
div#archive_box {
	text-align:center;
	font-size:13px;
}
div.top_link {
	font-size:12px;
	text-align:right;
	padding:10px 0;
}
.pl35 {
	padding-left:35px !important;
}
.pl0 {
	padding-left:0 !important;
}
.ml0 {
	margin-left:0 !important;
}
/*4:フッタ*/
#tmp_footer {
	background-color:#efefef;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-size:12px;
	text-align:center;
	width:900px;
}
#tmp_footer ul {
	padding:20px 0;
}
#tmp_footer ul li {
	display:inline;
	list-style-type:none;
}
#tmp_footer p {
	margin:0 0 10px 0;
}
/*5:floatクリア*/
#tmp_header:after,
#tmp_headerx:after,
#tmp_contentsarea:after,
#tmp_contentsarea2:after,
#tmp_contentsarea_x:after,
#tmp_main .tmp_main_cnt dl:after,
#tmp_main2 .tmp_main_cnt dl:after,
#tmp_g-navi2:after,
.content_box:after,
.content_box2:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
/*お問い合わせ*/
form#mailform {
	padding: 5px;
	line-height:180%;
}
#otoiawaseBox {
	margin-left:25px;
}
#otoiawaseText {
	margin-top:20px;
	margin-bottom:20px;
}
#otoiawaseText span {
	color:#CC0000;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: dotted 1px #aaa;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 30%;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 90%;
	height: 120px;
}#scoop_box_new .scoop_img,#scoop_box_new2 .scoop_img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.scoop_readmore,
.scoop_readmore2 {
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.content_box2 a {
	color: #000000;
	text-decoration: none;
}
.content_box2 a:hover {
	color: #ff0000;
}
.top_txt {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.top_txt2 {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#tmp_wrapper #tmp_contentsarea #tmp_contentsarea2 #tmp_main .tmp_main_cnt .content_box2 ul.index_member li ,
#tmp_wrapper2 #tmp_contentsarea #tmp_contentsarea2 #tmp_main .tmp_main_cnt .content_box2 ul.index_member li {
	margin: 0px;
	padding: 0px;
}
#index_member .content_box2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tmp_main .tmp_main_cnt .content_box2 ul a {
	padding:0px;
	margin:0px;
	zoom:1;
}

.top_txt a {
	color:#FF0000;
}
.scoop_day {
	font-size: 10px;
	color: #336633;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 110%;
}
.special_title {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*2/2追加トッウページ*/
#index_news_box table {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#index_news_box th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 8px;
	width: 80px;
}
#index_news_box .box_index_img img {
	width: 80px;
	border: 1px solid #CCCCCC;
	height: 53px;
}
#index_news_box td {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 5px;
}
#index_news_box .index_news_txt {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.index_day {
	font-size: 10px;
	color: #336633;
	text-align: right;
	line-height: 110%;
}
#index_news_box .read_more a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#index_news_box .read_more a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-align: right;
}
#index_news_box .read_more {
	text-align: right;
}
#index_news_box {
	height: 450px;
	overflow: auto;
	margin-top: 10px;
}

/*2/3追加トッウページ*/
#index_scoop_box table {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#index_scoop_box th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 8px;
	width: 80px;
}
#index_scoop_box .box_index_img img {
	width: 80px;
	border: 1px solid #CCCCCC;
	height: 53px;
}
#index_scoop_box td {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 5px;
}
#index_scoop_box .index_news_txt {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#index_scoop_box .read_more a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#index_scoop_box .read_more a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-align: right;
}
#index_scoop_box .read_more {
	text-align: right;
}
.move {
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 11px;
}
.move a {
	text-decoration: underline;
}
.banner td {
	background-color: #FFFFFF;
	padding: 5px;
}
.crash_box td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	width: 100px;
	display:block:
}
.crash_box th {
	background-color: #E0E0E0;
	text-align: left;
	width: 156px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display:block:
}
.crash_box {
	font-size: 11px;
}
#tmp_header #prius_en {
	display: block;
	float: left;
	height: 90px;
	width: 420px;
	position: relative;
	left: 40px;
}
#tmp_header #prius_en a {
	display: block;
	height: 90px;
	width: 420px;
	text-indent:-9999px;
}
#tmp_headerx #prius_en {
	display: block;
	float: left;
	height: 90px;
	width: 480px;
	position: relative;
	left: 40px;
}
#tmp_headerx #prius_en a {
	display: block;
	height: 90px;
	width: 480px;
	text-indent:-9999px;
}
.water_box {
	width: 500px;
}
.water_box td {
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 50%;
}
.jtb {
	background-color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.jtb td {
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 11px;
	line-height: 130%;
}
.jtb .jtb_cen {
	text-align: center;
}
#mailform .present_form th {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
}
#mailform .present_form span {
	color: #FF0000;
}
#mailform .present_form td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.tour {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.tour th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.tour td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#jtb_yakan {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.tour2 {
	background-color: #666666;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.tour2 th {
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.tour2 td {
	background-color: #ffffff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}


/*クラッシュファイル*/
.crash_box2 td {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	width: 90px;
}
.crash_box2 th {
	background-color: #E0E0E0;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 86px;
}
.crash_box2 {
	font-size: 11px;
}



/*--------------------
  採用情報
----------------------*/
.tbl-recruit {
	x_font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
.tbl-recruit th, .tbl-recruit td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
}
.tbl-recruit th {
	width: 120px;
	font-weight: bold;
	background-color: #F5F5F5;
	vertical-align: top;
	}
.tbl-recruit td {
	padding-left: 15px;
}
.tbl-recruit caption {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
.crash_box3 th {
	font-size: 12px;
	font-weight: bold;
	background-color: #E0E0E0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.crash_box3 {
	line-height: 110%;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.crash_box3 td {
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 160px;
}

/*グローバルメニュー改*/
#tmp_g-navi2 {
	height: 50px;
	width: 960px;
}
#tmp_g-navi2 ul {

}
#tmp_g-navi2 ul li {
	list-style-type:none;
}
#tmp_g-navi2 ul li a {
	display:block;
	float:left;
	text-indent:-9999px;
}
#tmp_g-navi2 ul li a#g_navi1,
#tmp_g-navi2 ul li a#g_navi2,
#tmp_g-navi2 ul li a#g_navi3,
#tmp_g-navi2 ul li a#g_navi4,
#tmp_g-navi2 ul li a#g_navi5,
#tmp_g-navi2 ul li a#g_navi6,
#tmp_g-navi2 ul li a#g_navi7,
#tmp_g-navi2 ul li a#g_navi8 {
	background-repeat:no-repeat;
	background-position:top center;
	height:50px;
	width:120px;
}
#tmp_g-navi2 ul li a#g_navi1 {
	background-image:url(../images_new/g-navi_01.jpg);
}
#tmp_g-navi2 ul li a#g_navi2 {
	background-image:url(../images_new/g-navi_02.jpg);
}
#tmp_g-navi2 ul li a#g_navi3 {
	background-image:url(../images_new/g-navi_03.jpg);
}
#tmp_g-navi2 ul li a#g_navi4 {
	background-image:url(../images_new/g-navi_04.jpg);
}
#tmp_g-navi2 ul li a#g_navi5 {
	background-image:url(../images_new/g-navi_05.jpg);
}
#tmp_g-navi2 ul li a#g_navi6 {
	background-image:url(../images_new/g-navi_06.jpg);
}
#tmp_g-navi2 ul li a#g_navi7 {
	background-image:url(../images_new/g-navi_07.jpg);
}
#tmp_g-navi2 ul li a#g_navi8 {
	background-image:url(../images_new/g-navi_08.jpg);
}

#tmp_g-navi2 ul li a#g_navi1:hover,
#tmp_g-navi2 ul li a#g_navi2:hover,
#tmp_g-navi2 ul li a#g_navi3:hover,
#tmp_g-navi2 ul li a#g_navi4:hover,
#tmp_g-navi2 ul li a#g_navi5:hover,
#tmp_g-navi2 ul li a#g_navi6:hover,
#tmp_g-navi2 ul li a#g_navi7:hover,
#tmp_g-navi2 ul li a#g_navi8:hover {
	background-position:bottom center;
}
.index_news_title{
font-weight:500;
color:#333;
padding-bottom:4px;
}

#tmp_main2 .tmp_main_cnt {
	padding:0;
	margin-top:20px;
	width:560px;
}
#tmp_main2 .tmp_main_cnt h2 {
	color: #fff;
	font-size: 22px;
	font-weight:bold;
	padding: 12px 0 12px 15px;
	background-color: #000;
	background-image: url(../images_new/content_title_back_x.gif);
	background-repeat: no-repeat;
}
#tmp_main2 .tmp_main_cnt dl {
	border-bottom:1px dotted #d5c9be;
	line-height:150%;
	width:100%;
}
#tmp_main2 .tmp_main_cnt dl dt {
	background-image:url(../images_new/bg_list_02.gif);
	background-repeat:no-repeat;
	background-position:0 0.9em;
	float:left;
	padding:5px 0 5px 10px;
	width:25%;
}
#tmp_main2 .tmp_main_cnt dl dd {
	float:right;
	padding:5px 0;
	width:70%;
}
/*2/2追加トッウページ*/
#index_news_box table {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#index_news_box th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 8px;
	width: 80px;
}
#index_news_box .box_index_img img {
	width: 80px;
	border: 1px solid #CCCCCC;
	height: 53px;
}
#index_news_box td {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 5px;
}
#index_news_box .index_news_txt {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.index_day {
	font-size: 10px;
	color: #336633;
	text-align: right;
	line-height: 110%;
}
#index_news_box .read_more a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#index_news_box .read_more a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-align: right;
}
#index_news_box .read_more {
	text-align: right;
}
#index_news_box {
	height: 450px;
	overflow: auto;
	margin-top: 10px;
}

/*2/3追加トッウページ改*/
#index_scoop_box2 table {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#index_scoop_box2 th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 8px;
	width: 80px;
}
#index_scoop_box2 .box_index_img img {
	width: 80px;
	border: 1px solid #CCCCCC;
	height: 53px;
}
#index_scoop_box2 td {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 5px;
}
#index_scoop_box2 .index_news_txt {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#index_scoop_box2 .read_more a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#index_scoop_box2 .read_more a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: right;
}
#index_scoop_box2 .read_more {
	text-align: right;
}
/*2/2追加トッウページ改*/
#index_news_box2 table {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#index_news_box2 th {
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 8px;
	width: 80px;
}
#index_news_box2 .box_index_img img {
	width: 80px;
	height: auto;
	box-sizing: border-box;
}
#index_news_box2 td {
	font-size: 13px;
	line-height: 110%;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 5px;
}
#index_news_box2 .index_news_txt {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#index_news_box2 .index_day {
	font-size: 12px;
	color: #336633;
	text-align: right;
	line-height: 110%;
}
#index_news_box2 .read_more a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#index_news_box2 .read_more a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-align: right;
}
#index_news_box2 .read_more {
	text-align: right;
}
#index_news_box2 {
	height: 1200px;
	overflow: auto;
	margin-top: 10px;
}
/*4:フッタ改*/
#tmp_footer2 {
	background-color:#efefef;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	font-size:12px;
	text-align:center;
	width:960px;
}
#tmp_footer2 ul {
	padding:20px 0;
}
#tmp_footer2 ul li {
	display:inline;
	list-style-type:none;
}
#tmp_footer2 p {
	margin:0 0 10px 0;
}
.back_number_btn:hover {
	cursor:pointer;
	color:#F00;
}
#tmp_g-navi2 ul li a#g_navi1 {

}
/*スライド横バナー*/
#tmp_rmenu,#tmp_lmenu,#tmp_rmenu2,#tmp_lmenu2 {
	width:180px;	
}
#tmp_rmenu,#tmp_rmenu2 {
	float:right;
	clear:none;
}
#tmp_lmenu,#tmp_lmenu2 {
	float:left;
}
#tmp_rmenu .tmp_bnr,#tmp_lmenu .tmp_bnr,#tmp_rmenu2 .tmp_bnr,#tmp_lmenu2 .tmp_bnr {
	padding:10px 0;
}
#tmp_rmenu2 .tmp_bnr img,#tmp_lmenu2 .tmp_bnr img {
	display:block;
	margin:0 auto 0 auto;
}
.top_wrap {
	width:100%;
	float:left;
}
#main_wrapper2 {
	height: 100%;
	width: 100%;
	background-image: url(../images_new/bg_header3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_box2,.content_box3 {
	x_font-size:14px;
	font-size:12px;
	line-height:140%;
	margin-bottom:20px;
}
.content_box2 h3,.content_box3 h3 {
	background:url(https://mag-x.com/images_new/content_title_back2x.gif) no-repeat;
	font-size:16px;
	padding:10px;
	color:#333;
	margin-top:5px;
}
.content_box2 p,.content_box3 p {
	font-size:13px;
	color:#333;
}
.scoop_day,.scoop_day2 {
	font-size:12px;
	color: #336633;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 110%;
}
#scoop_box_new,#scoop_box_new2,.index_member li a {
	font-size:13px;
	color:#333;
}
.index_member ul {
	padding-bottom:10px;
}
.help_img{
	padding:1px;
	border:1px solid #CCC;
	width:90%;
	height:auto;
	margin:5px 5%;
	text-align:center;
	box-sizing:border-box;
}
p.help_caption {
	font-size: 80%;
	text-align: right;
	padding: 2px 5% 15px;
}
#totop{
	position:fixed;
	right:50px;
	bottom:15px;
	color:#FFF;
	background-color:rgba(120,40,40,0.5);
	padding:10px;
	display:none;
}
#totop:hover{
	color:#FF0;
}
.head_fix{
	display:none;
	position:fixed;
	top:0;
	width:50%;
	margin:0 auto;
	background-color:rgba(255,255,255,0.8);
	color:#333;
	padding:10px;
	box-sizing:border-box;
}
.head_fix a{
	color:#333;
}
.head_fix a:hover,.head_fix a:active{
	color:#F00;
}
.help_word{
	animation: blink 1s infinite alternate;
	-moz-animation: blink 1s infinite alternate;
	-webkit-animation: blink 1s infinite alternate;
}
@keyframes blink{
	0%{color:red;}
	30%{color:red;}
	70%{color:#333;}
	100%{color:#333;}	
}
@-moz-keyframes blink{
	0%{color:red;}
	30%{color:red;}
	70%{color:#333;}
	100%{color:#333;}
}
@-webkit-keyframes blink{
	0%{color:red;}
	30%{color:red;}
	70%{color:#333;}
	100%{color:#333;}			
}
.inq_text {
	font-weight:bold;
	font-size: 13px;
	color: #333;
	text-indent: -1em;
	padding-left: 1em;
}
.crash table th,.crash table td{
	padding:5px;
}
.crash h2,.crash h3{
	clear:both;
	margin-top:15px;
}
.crash h4{
	clear:both;
	margin-top:10px;
	font-size:140%;
}
.totop::after{
	clear:both;
	display:block;
	content:"";
}