@charset "shift_jis";

/* =======================================

	Home CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Structure
	
	2.Top Menu
	
	3.New Sec
		3-1.New Arrival
		3-2.News & Topics
			3-2-1.Title
			3-2-2.Ul
			3-2-3.Table
	
	4.News & Topics
		4-1.Title
		4-2.Showcase

========================================== */

/* 1.Structure
========================================== */

.line01 {
	position: relative;
	margin: 0 auto 10px auto;
	padding:0;
	width: 900px;
	height: 4px;
	border-top: 1px solid #9F2525;
	background: #BE2D2C;
	text-indent: -9999px;
	overflow: hidden;
}

#main {
	margin: 0 auto;
	width: 900px;
}

#contents {
	margin: 0 0 50px;
	width: auto;
}


/* 2.Top Menu
========================================== */
ul#top-menu {
	margin: 0 0 10px;
	height: 59px;
}

ul#top-menu li {
	float: left;
	display: inline;
	width: 225px;
}

ul#top-menu li a {
	display: block;
	height: 59px;
	background: url(https://www.tagboat.com/images/top_menu_bg.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#contents ul#top-menu li.item01 a {background-position:    0   0;}
#contents ul#top-menu li.item02 a {background-position: -225px 0;}
#contents ul#top-menu li.item03 a {background-position: -450px 0;}
#contents ul#top-menu li.item04 a {background-position: -675px 0;}

#contents ul#top-menu li.item01 a:hover {background-position:    0   -59px;}
#contents ul#top-menu li.item02 a:hover {background-position: -225px -59px;}
#contents ul#top-menu li.item03 a:hover {background-position: -450px -59px;}
#contents ul#top-menu li.item04 a:hover {background-position: -675px -59px;}


/* 3.New Sec
========================================== */
#contents #new-sec {
	margin: 0 0 33px;
	padding: 30px 0 0;
	height: 100%;
}

#contents #new-sec:after { /* for Modern Browser */
	content: "."; display: block; clear: both; height: 0px; visibility: hidden;
}

	/* 3-1.New Arrival
	---------------------------------------- */
	#contents #new-sec #new-arrival {
		float: left;
		display: inline;
		width: 291px;
	}
	
	#contents #new-sec #new-arrival ul {
	}
	
	#contents #new-sec #new-arrival ul li {
		padding: 10px 0;
		height: 100%;
		background: url(https://www.tagboat.com/common/images/ico_arrow01o.gif) no-repeat 95px 13px;
		border-top: 1px solid #CCCCCC;
	}
	
	#contents #new-sec #new-arrival ul li.first {
		border: none;
	}
	
	#contents #new-sec #new-arrival ul li:after { /* for Modern Browser */
		content: "."; display: block; clear: both; height: 0px; visibility: hidden;
	}
	
	#contents #new-sec #new-arrival ul li .image {
		float: left;
		display: inline;
		padding: 5px;
		width: 63px;
		background: #CCCCCC;
	}
	
	#contents #new-sec #new-arrival ul li .summary {
		float: right;
		display: inline;
		padding: 0 0 0 10px;
		width: 196px;
		border-left: 1px solid #CCCCCC;
	}
	
	#contents #new-sec #new-arrival ul li .summary h3 {
		margin: 0 0 6px;
		padding: 0 0 7px;
		font-weight: bold;
		background: url(https://www.tagboat.com/common/images/line_dotted02_gray.gif) repeat-x 0 100%;
		font-size: 92.4%;
		line-height: 1.335;
	}
	
	#contents #new-sec #new-arrival ul li .summary h3 a {
		display: block;
		padding: 0 0 0 17px;
		background: url(https://www.tagboat.com/common/images/ico_arrow01.gif) no-repeat 0 3px;
	}
	
	#contents #new-sec #new-arrival ul li .summary h3 a:hover {
		background: none;
	}
	
	#contents #new-sec #new-arrival ul li .summary p {
		font-size: 92.4%;
		line-height: 1.335;
	}
	
	/* 3-2.News & Topics
	---------------------------------------- */
	#contents #new-sec #news-topics {
		float: right;
		display: inline;
		width: 594px;
	}
	
		/* 3-2-1.Title
		---------------------------------------- */
		#contents #new-sec #news-topics h2 {
		}
		
		#contents #new-sec #news-topics p.more {
			position: relative;
			top: -12px;
			margin: -14px 0 10px auto;
			width: 40px;
		}
		
		#contents #new-sec #news-topics p.more a {
			display: block;
			height: 14px;
			background: url(https://www.tagboat.com/common/images/btn_more.gif) no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		#contents #new-sec #news-topics p.more a:hover {
			background-position: 0 -14px;
		}
	
		/* 3-2-2.Ul
		---------------------------------------- */
		#contents #new-sec #news-topics ul {
		}
		
		#contents #new-sec #news-topics ul li {
			margin: 0 0 10px;
			padding: 0 0 10px;
			height: 100%;
			border-bottom: 1px solid #CCCCCC;
		}
		
		#contents #new-sec #news-topics ul li:after { /* for Modern Browser */
			content: "."; display: block; clear: both; height: 0px; visibility: hidden;
		}
		
		#contents #new-sec #news-topics ul li h3 {
			float: left;
			display: inline;
			width: 94px;
		}
		
		#contents #new-sec #news-topics ul li p.date {
			margin: 0 0 10px 102px;
			padding: 2px 0;
			border-bottom: 1px solid #CCCCCC;
			font-weight: bold;
			font-size: 77%;
			line-height: 1.2;
			text-align: right;
		}
		
		#contents #new-sec #news-topics ul li .image {
			float: left;
			display: inline;
			padding: 5px;
			width: 280px;
			background: #CCCCCC;
		}
		
		#contents #new-sec #news-topics ul li .summary {
			float: right;
			display: inline;
			width: 286px;
			background: url(https://www.tagboat.com/common/images/ico_arrow01o.gif) no-repeat 0 4px;
		}
		
		#contents #new-sec #news-topics ul li .summary h4 {
			margin: 0 0 7px;
			padding: 0 0 7px;
			height: auto !important;
			height: 3em;
			min-height: 3em;
			background: url(https://www.tagboat.com/common/images/line_dotted02_gray.gif) repeat-x 0 100%;
			font-weight: bold;
			font-size: 92.4%;
			line-height: 1.5;
		}
		
		#contents #new-sec #news-topics ul li .summary h4 a {
			display: block;
			padding: 0 0 0 15px;
			background: url(https://www.tagboat.com/common/images/ico_arrow01.gif) no-repeat 0 4px;
		}
		
		#contents #new-sec #news-topics ul li .summary h4 a:hover {
			background: none;
		}
		
		#contents #new-sec #news-topics ul li .summary p {
			padding: 0 0 0 15px;
			font-size: 92.4%;
			line-height: 1.5;
		}
		
		/* 3-2-3.Table
		---------------------------------------- */
		#contents #new-sec #news-topics table {
		}
		
		#contents #new-sec #news-topics table tr {
		}
		
		#contents #new-sec #news-topics table tr th,
		#contents #new-sec #news-topics table tr td {
			padding: 8px 10px 7px 0;
			background: url(https://www.tagboat.com/common/images/line_dotted02_gray.gif) repeat-x;
			font-size: 92.4%;
			line-height: 1.335;
		}
		
		#contents #new-sec #news-topics table tr.first th,
		#contents #new-sec #news-topics table tr.first td {
			padding-top: 3px;
			background: none;
		}
		
		#contents #new-sec #news-topics table tr th {
			font-weight: bold;
			font-size: 77%;
			line-height: 1.401;
			white-space: nowrap;
		}
		
		#contents #new-sec #news-topics table tr th a {
			position: relative;
			top: 1px;
			padding: 0 0 0 18px;
			background: url(https://www.tagboat.com/common/images/ico_arrow01.gif) no-repeat 0 1px;
		}
		
		#contents #new-sec #news-topics table tr th a:hover {
			background-image: url(https://www.tagboat.com/common/images/ico_arrow01o.gif);
		}
		
		#contents #new-sec #news-topics table tr td {
			padding-left: 20px;
			width: 100%;
			font-size: 92.4%;
			line-height: 1.335;
		}


/* 4.News & Topics
========================================== */
#contents .news-topics {
	margin: 0 0 20px;
}

	/* 4-1.Title
	---------------------------------------- */
	#contents .news-topics h2 {
	}
	
	#contents .news-topics p.more {
		position: relative;
		top: -10px;
		margin: -14px 0 10px auto;
		width: 40px;
	}
	
	#contents .news-topics p.more a {
		display: block;
		height: 14px;
		background: url(https://www.tagboat.com/common/images/btn_more.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#contents .news-topics p.more a:hover {
		background-position: 0 -14px;
	}
	
	/* 4-2.Showcase
	---------------------------------------- */
	#contents .news-topics .showcase {
		position: relative;
		padding: 16px;
		height: 100%;
		border: 1px solid #CCCCCC;
	}
	
	#contents .news-topics .showcase ul.navi {
	}
	
	#contents .news-topics .showcase ul.navi li {
		position: absolute;
		top: 92px;
		width: 17px;
	}
	
	#contents .news-topics .showcase ul.navi li.prev {left : 16px;}
	#contents .news-topics .showcase ul.navi li.next {right: 16px;}
	
	#contents .news-topics .showcase ul.navi li a {
		display: block;
		height: 17px;
		background: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#contents .news-topics .showcase ul.navi li.prev a {background-image: url(https://www.tagboat.com/images/showcase_btn_01.gif);}
	#contents .news-topics .showcase ul.navi li.next a {background-image: url(https://www.tagboat.com/images/showcase_btn_02.gif);}
	
	#contents .news-topics .showcase ul.list {
		margin: 0 0 0 22px;
		height: 100%;
	}
	
	#contents .news-topics .showcase ul.list:after { /* for Modern Browser */
		content: "."; display: block; clear: both; height: 0px; visibility: hidden;
	}
	
	#contents .news-topics .showcase ul.list li {
		float: left;
		display: inline;
		margin: 0 0 0 20px;
		width: 180px;
	}
	
	#contents .news-topics .showcase ul.list li .image {
		margin: 0 0 8px;
		padding: 0 0 11px;
		background: url(https://www.tagboat.com/common/images/line_dotted02_gray.gif) repeat-x 0 100%;
	}
	
	#contents .news-topics .showcase ul.list li h3 {
		margin: 0 0 3px;
		background: url(https://www.tagboat.com/common/images/ico_arrow01o.gif) no-repeat 0 3px;
		font-weight: bold;
		font-size: 92.4%;
		line-height: 1.335;
	}
	
	#contents .news-topics .showcase ul.list li h3 a {
		display: block;
		padding: 0 0 0 15px;
		background: url(https://www.tagboat.com/common/images/ico_arrow01.gif) no-repeat 0 3px;
	}
	
	#contents .news-topics .showcase ul.list li h3 a:hover {
		background: none;
	}
	
	#contents .news-topics .showcase ul.list li p {
		font-size: 92.4%;
		line-height: 1.335;
	}
