@charset "utf-8";

/*************************************/
/* ホクタテ outlineカテゴリー用CSS            */
/*************************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/* 全ページ共通ヘッダーメニューCSS読み込み */
@import url("menu.css");

/* 全ページ共通ヘッダーサイドメニューCSS読み込み */
@import url("s-link.css");


/***** outlineカテゴリー用CSSを記述 *****/

#s-link .bg_link a span.s-link-index{
	font-size:13px;
}

.outline_index_box{
	width:600px;
	border-bottom:1px #CCCCCC solid;
	padding-top:20px;
	padding-bottom:10px;
}
.outline_index_box2{
	width:600px;
	border-bottom:1px #CCCCCC solid;
	padding-top:10px;
	padding-bottom:10px;
}

.outline_index_image{
	width:290px;
	float:left;
}
.outline_index_text{
	width:300px;
	float:right;
}
.outline_index_box2 .outline_index_text{
	margin-top:10px;
}
a.outline_index_link span {
	display:none;
}
a.outline_index_link {
	display:block;
	width:117px;
	height:21px;
	background-image:url(../_images/outline/btn_index.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:left;
}
a.outline_index_link:hover{
	background-position:center -21px;
}

.main_copy_outline {
	display:block;
	width:600px;
	margin-top:20px;
	text-align:left;
	font-size:large;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.travel_image_space{
	width:600px;
	margin-top:20px;
	margin-bottom:5px;
}

.travel_image_space .center_image{
	margin-left:4px;
	margin-right:5px;
}

.address_title{
	width:600px;
	margin-top:25px;
}

.address_title h5 {
	display:block;
	background-color:#999999;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	color:#FFFFFF;
	font-size:small;
}

.address_image{
	margin-top:5px;
	margin-bottom:5px;
}
.message_image{
	margin-top:5px;
	margin-bottom:5px;
}

.outline_link_space{
	width:600px;
	text-align:right;
	margin-top:10px;
}

.text_space_business {
	width:350px;
	margin-top:0px;
	margin-left:0px;
	float:left;
}
.business_list li{
	list-style:none;
	background-image:url(../_images/common/bg_list.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:18px;
	text-align:left;
	color:#000066;
	font-size:14px;
	line-height:22px;
}

.photo_space_business{
	width:200px;
	margin-top:0px;
	padding-left:0px;
	float:right;
}

.business_link {
	margin-top:10px;
}
.business_link a span {
	display:none;
}
.business_link a{
	display:block;
	width:249px;
	height:28px;
	background-image:url(../_images/outline/link_business.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.business_link a:hover{
	background-position:center -28px;
}

.font-color2{
	color:#000066;
}


.iso_copy{
	width:600px;
	margin-top:15px;
	text-align:center;
}
.iso_copy_list{
	display:block;
	width:500px;
	border:1px solid #CCCCCC;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:9px;
	padding-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.iso_copy_list li{
	list-style:none;
	background-image:url(../_images/common/bg_list.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:25px;
	text-align:left;
	color:#000066;
	font-size:14px;
	line-height:22px;
}
.iso_list li{
	list-style:none;
	background-image:url(../_images/common/bg_list.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:15px;
	text-align:left;
}

.address_title_iso{
	width:600px;
	margin-top:25px;
	padding-top:10px;
	border-top:1px dashed #333333;
}


.address_title_iso h5{
	font-weight:normal;
	background-image:url(../_images/common/bg_list.jpg);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:20px;
	text-align:left;
	color:#336699;
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
}

ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0 0 10px 20px;
  list-style: none;
}

ul.acc a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000000;
}

ul.list li{
	list-style:disc;	
}
