@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2010/08/26
	
	プラン共通のcss
	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* リンク色
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents a:link		{ color: #36c; }
#contents a:visited		{ color: #900; }
#contents a:hover		{ color: #36c; }
#contents a:active		{ color: #36c; }

/* biggerlink
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* biggerlink ここから */
	/* Put a border around the newly clickable element */
	.bl-hot {
		/* border: solid 1px #ccc; ボーダー入れるときはここ。 */
		zoom: 1; /* Should be IE only */
	}
	/* rollover style for clickable element */
	.bl-hover {
		border-color: #aaf;
		cursor: pointer;
		background-color: #FFEB9B;
	}
	
	/* Simulate hover on contained link */
	.bl-hover a:link {
		color: #36c;
	}
	.bl-hover a:visited {
		color: #900;
	}
/* biggerlink ここまで */



/* メッセージ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.message_error {
	width: 600px;
	margin: 10px auto 20px;
	padding: 30px 40px;
	border: solid 1px #FF6476;
	color: #FF6060;
	background: #FFF4F5;
}

/* ページの先頭に戻る、など
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents ul.page_navigation {
	text-align: right;
}
#contents ul.page_navigation li {
	display: inline;
}

/* icon 他のいろんなところのアイコンと共通化できるところはすべし。
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_left {
	background:transparent url(icon/icon_left.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 10px 3px 20px;
}
/* ページの先頭へ戻る
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_action_arrow_up {
	background:transparent url(icon/icon_gotop.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 10px 3px 23px;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（タブ）
 **
 **/
#contents .search_tabs {
}

/* tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .search_tabs {
	width: 780px;
	margin: 0 auto;
}
#contents .search_tabs .yms_tabs {
	padding-bottom: 2px;
	background: url(bgi_block_deep_red_top.png) repeat-x bottom left;
}
#contents .search_tabs .yms_tabs_date {
	padding-bottom: 2px;
	background: url(bgi_block_deep_brown_top.png) repeat-x bottom left;
}
#contents .search_tabs ul {
}
#contents .search_tabs li {
	display: block;
	float  : left;
	height: 43px;
	line-height: 0; /* ie6 list bottom margin */
}

#contents .search_tabs li a {
	line-height: normal; /* ie6 list bottom margin */
	display: block; /* ie6 list bottom margin */
	overflow: hidden;
}

#contents .search_tabs li.yms_tab_date {
	float: right;
	margin-left: 26px;
}



/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（条件指定）
 **
 **/
#contents .search_condition {
	clear: both;
	width: 770px;
	margin: 0 auto 10px;
	padding: 5px;
	background: url(bgi_block_deep_red.png) repeat top left;
}
#contents .search_condition_inner {
	padding: 10px;
	background: url(bgi_block_03.png) repeat top left;
	font-size: 108%;
}
#contents .search_condition_control_block {
	display: block;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
#contents .search_condition_control_inline {
	display: inline;
}

#contents .search_condition form.form_search_condition,
#contents .search_condition form.form_search_condition_reset {
	display: inline;
}
#contents .search_condition a.yms_condition_button {
	text-decoration: none;
}
#contents .search_condition a.yms_condition_button img {
	vertical-align: bottom;
}
#contents .search_condition form.form_search_condition select {
	font-size: 116%;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（条件指定、日付）
 **
 **/
#contents .search_condition_date {
	clear: both;
	width: 780px;
	height: 4px;
	margin: 0 auto;
	background: url(bgi_block_deep_brown.png) repeat top left;
}


/*
・条件指定部分、ネーミング
日にち		.yms_condition_date
人数		.yms_condition_person
カテゴリ	.yms_condition_category
ボタン		.yms_condition_button
検索条件	.yms_condition_condition
*/



/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（検索結果）
 **
 **/
#contents .search_result {
	width: 780px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 0;
	font-size: 108%;
}
#contents .search_result_inner {
	padding: 0 10px;
	margin-bottom: 5px;
}
#contents .search_result ul.yms_first {
	float: left;
}
#contents .search_result ul.yms_first li {
	display: inline;
	padding: 0 5px;
}
#contents .search_result ul.yms_second {
	float: right;
}
#contents .search_result ul.yms_second li {
	display: inline;
	padding: 0 0 0 10px;
}

#contents .search_result ul.yms_first li.yms_icon_search_division {
	background: url(icon_summary_search_division.gif) no-repeat left center;
	padding-left: 48px;
	padding-right: 20px;
}
#contents .search_result ul.yms_first li.yms_icon_date {
	background: url(icon_summary_date.gif) no-repeat left center;
	padding-left: 45px;
	padding-right: 20px;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  導線 conductor_list
 **
 **/
#contents .conductor_list {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents .conductor_list h3.yms_header3 {
	padding: 7px 10px;
	background: url(bgi_block_deep_brown.png) repeat top left;
	color: #fff;
}
#contents .conductor_list ul {
}
#contents .conductor_list ul li {
	display: block;
	float: left;
	min-width: 45%; /* ie7 型崩れ対策 */
	padding-left: 20px;
	padding-right: 10px;
	padding: 5px 10px 5px 20px;
	background: url(icon_arrow_small_square.png) no-repeat left center;
	font-size: 108%;
	white-space: nowrap;
}


/* スマホ切替メニュー
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column ul.display_mode {
	padding: 30px;
	text-align: center;
	font-size: 135%;
}
#first_column ul.display_mode li {
    background: none repeat scroll 0 0 #A1ACAD;
    border: 1px solid #A1ACAD;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 4px;
}
#first_column ul.display_mode li a {
    display: block;
}
#first_column ul.display_mode li:first-child {
    background: none repeat scroll 0 0 #FFFFFF;
    border-style: none;
    border-width: 0;
    color: #333333;
    font-weight: normal;
}
#first_column ul.display_mode li:nth-child(2) {
    background: none repeat scroll 0 0 #FFFFFF;
}
#first_column ul.display_mode li li:nth-child(2) {
    background: none repeat scroll 0 0 #E4F3FC;
}
#first_column ul.display_mode li li:nth-child(2) {
    background: none repeat scroll 0 0 #E4F3FC;
}

/* 全国支援割
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*p.txt_shien {
        max-width: 780px;
    margin: 0 auto;
    background: #ff8626;
    padding: 15px 0px 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
span.txt_shien_triangle {
    width: 0;
    height: 0;
    border-left: 390px solid transparent;
    border-right: 390px solid transparent;
    border-top: 20px solid #ff8626;
    display: block;
    margin: 0 auto;
}*/