@charset "Shift-JIS";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2010.10.20 
Style Info:     
------------------------------------------------------------------------ */  
/*CommonCSS_link*/
@import url(/common/css/jtb_site_970.css);
/* ----------------------------------------------------------------reset */  
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	font-size: 14px; /* 14px */
}
/*others*/
#mainnavi {
	border-spacing:0;
}
/*others*/
img {
	border:0;
}
img, input {
	vertical-align:middle;
}
q:before, q:after {
	content:'';
}
ul {
	list-style: none;
}
/*------------------------------------------------------------body*/
/*body*/
body {
	text-align: left;
	color: #000;
	word-break: break-all;
	background-color: #FFF;
}
/*------------------------------------------------------------Header*/
/*HeaderBox*/
#ji_header {
	height: auto;
	width: 960px;
	text-align: left;
	float: left;
}
/*Logo*/
#ji_logobox {
	float: left;
	padding: 0px 10px 0;
}
/*Headerlink*/
#ji_header_link {
	float: right;
}
/*------------------------------------------------------------Main*/
/*ContentareaBox*/
#ji_content_area {
	width: 970px;
	float: left;
}
#ji_content {
	margin: 0 10px;
	text-align: left;
}
/*LeftBox*/
#ji_content_left {
	width: 650px;
	float: left;
	margin: 10px auto 5px;
}
/*RightBox*/
#ji_content_right {
	width: 280px;
	float: right;
	margin: 10px auto 5px;
}
/*------------------------------------------------------------Footer*/
/*FooterBox*/
#ji_footer_area01 {
	width: 970px;
	text-align: left;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../images/bg_footer01.gif);
	background-color: #FAFAFA;
	float: left;
}
#ji_footer01 {
	margin: 0 10px;
	padding: 0 0 3px;
}
/*FooterLink*/
#ji_footer01 a {
	text-decoration: none;
	color: #000;
}
#ji_footer01 a:hover {
	text-decoration: underline;
}
/*FooterBox02*/
#ji_footer_area02 {
	width: 970px;
	text-align: left;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(../images/bg_footer01.gif);
	background-color: #F0F0F0;
	border-top: 1px solid #CCC;
	float: left;
}
#ji_footer02 {
	padding: 5px 10px;
	background-color: #F0F0F0;
}
#shounin {
	font-size: 9px;
	color: #999;
	text-align: right;
}
/*
/*------------------------------------------------------------Decoration*/
/*Line*/
hr {
	display:none;
}
.line_01 {
	height:31px;
	background-image: url(../images/line_01.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center 15px;
}
/*Arrow*/
.icon_arrow {
	background-image: url(../images/arrow.gif);
	background-position: 0 9px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
}
/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
em {
	text-decoration: underline;
	font-style: normal;
}
/*TextRed*/
strong {
	color: #C33;
	font-weight: normal;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
.attention_both {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
	clear: both;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*------------------------------------------------------------MarginPadding*/
/*MarginTop10px*/
.margin_t10 {
	margin: 10px 0 0 0;
}
/*MarginBottom10px*/
.margin_b10 {
	margin: 0 0 10px 0;
}
.margin_b20 {
	margin: 0 0 20px 0;
}
/*MarginRight10px*/
.margin_r10 {
	margin: 0 10px 0 0;
}
/*MarginLeft10px*/
.margin_l5 {
	margin: 0 0 0 7px;
}
.margin_l10 {
	margin: 0 0 0 10px;
}
/*------------------------------------------------------------ClearFix*/
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------Navi*/
/*MainNavi*/
#ji_mainnavi {
	width: 950px;
	margin: 0 0 15px;
	float: left;
	background: url(../images/mainnavi_bg.gif) repeat-y left 20px;
}
/*------------------------------------------------------------chart*/
/*chart_table*/
table#chart_table {
	width: 660px;
	clear: both;
	border-collapse:collapse;
}
table#chart_table th, table#chart_table td {
	vertical-align: middle;
	margin: 0px;
	border-right: 5px solid #FFF;
	border-bottom: 2px solid #FFF;
}
table#chart_table th {
	font-weight: normal;
	text-align: center;
	background: #EBEBEB;
}
table#chart_table td {
	text-align: right;
	padding: 0 10px;
	height: 28px;
}
/*background*/
table#chart_table th.tablewhite {
	background: #FFF;
}
table#chart_table th.tableblue {
	background: #3D86D1;
}
table#chart_table th.tablegr {
	background: #D7D7D7;
}
/*font*/
table#chart_table th span {
	font-size: 10px;
}
table#chart_table th span.txt_m {
	font-size: 13px;
}
/*economy*/
table#chart_table td.economy01 {
	background: #ECF6F1;
}
table#chart_table td.economy01_gr {
	background: #D0EDDD;
}
table#chart_table td.economy02 {
	background: #B3F0CF;
}
table#chart_table td.economy02_gr {
	background: #82E4B5;
}
/*standard*/
table#chart_table td.standard01, table#chart_table td.standard01_gr, table#chart_table td.standard02, table#chart_table td.standard02_gr {
	border-right: 2px solid #C00;
}
table#chart_table td.standard01 {
	background: #FDEFF8;
}
table#chart_table td.standard01_gr {
	background: #FED8E0;
}
table#chart_table td.standard02 {
	background: #F9E0EB;
}
table#chart_table td.standard02_gr {
	background: #F9C4DB;
}
/*anshin*/
table#chart_table td.anshin01, table#chart_table td.anshin01_gr, table#chart_table td.anshin02, table#chart_table td.anshin02_gr {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	padding: 0px 10px;
	border-right: 2px solid #C00;
}
table#chart_table td.anshin01 {
	background: #FFF0A1;
}
table#chart_table td.anshin01_gr {
	background: #FCE161;
}
table#chart_table td.anshin02 {
	background: #FFC882;
}
table#chart_table td.anshin02_gr {
	background: #F0A462;
}
table#chart_table td.anshin02_top {
	border-top: 2px solid #C00;
}
table#chart_table td.anshin02_bottom {
	border-bottom: 2px solid #C00;
}
/*jyujitsu*/
table#chart_table td.jyujitsu01 {
	background: #EDF0FF;
}
table#chart_table td.jyujitsu01_gr {
	background: #D7E0FB;
}
table#chart_table td.jyujitsu02 {
	background: #E8D9F7;
}
table#chart_table td.jyujitsu_gr02 {
	background: #C8BAF7;
}
#chart_attention {
	font-size: 10px;
	margin: 0 0 0 165px;
}
/*------------------------------------------------------------contact_btn*/

#contact_btn {
	width: 950px;
	clear: both;
	text-align: center;
}
/*------------------------------------------------------------creditcard*/
/*creditcard*/
#creditcard {
	width: 950px;
	clear: both;
	margin:  0 0 15px;
	background-image: url(../images/bg_creditcard02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#creditcard_left {
	padding: 0 0 15px 20px;
	float: left;
}
#creditcard_left p {
	width: 610px;
}
#creditcard_right {
	padding: 0 15px 15px 0;
	float: right;
}
/*------------------------------------------------------------anshin*/
/*anshin*/
#anshin_tarea {
	width: 650px;
	float: left;
	text-align: left;
}
#anshin {
	background-image: url(../images/bg_anshin.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 9px;
}
#anshin_l {
	width: 214px;
	float: left;
}
#anshin_c {
	width: 213px;
	float: left;
}
#anshin_r {
	width: 203px;
	float: left;
}
#anshin_l h3, #anshin_c h3 {
	width: 185px;
	margin: 0 0 0 8px;
	word-break: break-all;
	overflow: auto;
}
#anshin_r h3 {
	width: 185px;
	margin: 0 0 0 8px;
	word-break: break-all;
	overflow: auto;
	font-size: 14px;
	line-height: 127%;
}
#content_right {
	padding: 2px 0 18px 0;
}
/*------------------------------------------------------------Internet*/
/*Internet*/
#internet_bg {
	background: url(../images/Internet_bg.gif) no-repeat right bottom;
	margin-bottom: 15px;
}
#internet {
	width: 280px;
	float: right;
}
#internet p {
	padding: 0px 15px;
	line-height: 138%;
}
/*------------------------------------------------------------case*/
/*case*/
#case_txbox01, #case_txbox02, #case_txbox03 {
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#case_txbox01 p, #case_txbox02 p {
	width: 183px;
	padding: 5px 0 3px;
}
#case_txbox03 p {
	width: 190px;
	padding: 5px 0 3px;
}
#case_txbox01 {
	width: 320px;
	background-image: url(../images/pict_case01_kaigai.jpg);
	background-position: 103px 0;
}
#case_txbox02 {
	width: 315px;
	background-image: url(../images/pict_case02_kaigai.jpg);
	background-position: 115px 10px;
}
#case_txbox03 {
	width: 315px;
	background-image: url(../images/pict_case03_kaigai.jpg);
	background-position: right 10px;
}
/*------------------------------------------------------------plan*/
/*plan*/
.plan_box {
	width: 192px;
	float: left;
}
.plan_box p {
	margin: 0 15px 0 0;
	height: 110px;
}
.plan_box ul li {
	margin: 5px 0;
}
.plan_box_r {
	width: 174px;
	float: left;
}
.plan_box_r p {
	height: 110px;
}
.plan_box_r ul li {
	margin: 5px 0;
}
/*------------------------------------------------------------window*/
/*window*/
#window_box {
	width: 550px;
	margin: 0 20px;
}
#window_box h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border-left: 3px solid #039;
	margin: 10px 0;
}
#window_box h1 span {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
#window_box h2 {
	padding: 10px 0px 10px 20px;
	background: url(../images/point_02.gif) no-repeat left 15px;
}
table.window_table {
	border-collapse: collapse;
	padding: 0;
	margin: 10px 0;
	width: 550px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.window_table th, table.window_table td {
	padding: 4px 10px;
	vertical-align: middle;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px dashed #999;
}
table.window_table th.noline, table.window_table td.noline {
	border-right: none;
}
table.window_table th.topline {
	border-top: 3px solid #666;
}
table.window_table td.topline {
	border-top: 3px solid #666;
	border-right: none;
}
table.window_table th, table.window_table tr {
	background-color: #C9E1F1;
}
table.window_table td, table.window_table tr {
	background-color: #F0F0F0;
}
table.window_table th.price {
	text-align: left;
	font-weight: bold;
	color: #163298;
}
table.window_table th {
	text-align: center;
	color: #333;
	font-weight: normal;
	background-color: #EFF8FE;
}
table.window_table th span {
	font-size: 13px;
}
table.window_table td {
	background-color: #F0F0F0;
	text-align: left;
}
table.window_table td.tablebg_bk {
	background: #D7D7D7;
}
table.window_table td.price01, table.window_table td.price02, table.window_table td.price03, table.window_table td.price04, table.window_table td.price05 {
	text-align: center;
}
table.window_table td.price01 {
	background: #FFF;
	width: 130px;
}
table.window_table td.price02 {
	background: #EEE;
	width: 130px;
}
table.window_table td.price03 {
	background: #FFF;
	width: 260px;
}
table.window_table td.price04 {
	background: #EEE;
	width: 260px;
}
table.window_table td.price05 {
	background: #FFF;
	width: 260px;
	font-weight: bold;
	color: #163298;
}
