@charset "UTF-8";

h2 {
	clear:both;
}

/*topメニュー*/
.tour_menu {
	width: 660px;
	margin: 0 auto 10px auto;
}


.tour_menu_btn {
	float: left;
}

.tour_menu_btn_l {
	margin-left: 5px;
}


/*ツアーコンダクターとは？*/

.tour_top_p {
	float: right;
	margin-left: 10px;
}

.tour_top_list01 {
	margin-bottom: 10px;
	list-style: none;
}

.tour_top_list02 {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}

/*お仕事の内容*/

.tour_job_h4 {
	clear: both;
	width: 660px;
	height:auto;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: #999999 1px dotted;
	font-size: 12px;
	font-weight: bold
}

.tour_job_syurui_img {
	float: left;
	margin-right: 10px;
}

/*就業までの流れ*/

.flow_image_top {
	width: 660px;
	background: #EEE0C4 url(../img/tour_conductor/t_flow_bg_top.gif) top left no-repeat;
}

.flow_image_bottom {
	width: 660px;
	background: url(../img/tour_conductor/t_flow_bg_bottom.gif) bottom left no-repeat;
}

.flow_image {
	width: 660px;
	padding: 20px 0;
}

.flow_image_arrow {
	width: 619px;
	margin: 10px auto;
	text-align: center;
}


.flow_image_title {
	width: 619px;
	height: 30px;
	margin: 0 auto;
	text-indent: -9999px;
}

.flow_h5_01,
.flow_h5_02,
.flow_h5_03,
.flow_h5_04,
.flow_h5_05,
.flow_h5_06,
.flow_h5_07 {
	margin: 0;
	width: 619px;
	height: 30px;
}

.flow_h5_01 {
	background: url(../img/tour_conductor/t_flow_img01.gif) left top no-repeat;
}

.flow_h5_02 {
	background: url(../img/tour_conductor/t_flow_img02.gif) left top no-repeat;
}

.flow_h5_03 {
	background: url(../img/tour_conductor/t_flow_img03.gif) left top no-repeat;
}

.flow_h5_04 {
	background: url(../img/tour_conductor/t_flow_img04.gif) left top no-repeat;
}

.flow_h5_05 {
	background: url(../img/tour_conductor/t_flow_img05.gif) left top no-repeat;
}

.flow_h5_06 {
	background: url(../img/tour_conductor/t_flow_img06.gif) left top no-repeat;
}

.flow_h5_07 {
	background: url(../img/tour_conductor/t_flow_img07.gif) left top no-repeat;
}


.flow_image_in_txt {
	width: 619px;
	margin: 0 auto;
	padding-top: 15px;
	background: url(../img/tour_conductor/t_flow_in_bg.gif) left top repeat-y;
}

.flow_image_in_txt p {
	margin: 0 15px 10px 15px;
}

.flow_image_in_bottom {
	width: 619px;
	margin: 0 auto;
	padding-bottom: 5px;
	background: url(../img/tour_conductor/t_flow_in_bg_bottom.gif) bottom left no-repeat;
}

.flow_f_pink {
	color: #DA4B6B;
}

/*募集要項*/
.recruit_table {
	clear: both;
	width: 658px;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

.recruit_table th {
	width: 90px;
	padding: 10px;
	border-bottom: 1px dotted #D1D1D1;
	font-weight: bold;
}


.recruit_table td {
	width: 538px;
	padding: 10px;
	border-bottom: 1px dotted #D1D1D1;
}

.recruit_table td p {
	border-left: 2px solid #D1D1D1;
	padding-left: 10px;
}

.recruit_table_gray {
	background-color: #E9E8E8;
}

.recruit_h4 {
	clear: both;
	width: 660px;
	height:auto;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: #999999 1px dotted;
	font-size: 12px;
	font-weight: bold;
}

.recruit_h5 {
	margin: 0;
	font-size: 12px;
	font-weight:bold;
	color:#64659C;
}

.mb_10 {
	margin-bottom: 10px;
}

/*お問い合わせ*/
.contact {
	width:263px;
	margin:0 auto;
}

.contact_h4 {
	width:662px;
	height:auto;
	margin:20px auto 30px auto;
	padding: 0 0 5px 0;
	border-bottom: #999999 1px dotted;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
	
/*-------------------- clearfix --------------------*/

.tour_menu:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}