﻿/*
-----------------------------------------------
seeeqs.com MyPage Index Page
Target:		/channels/index.tpl
Author:		Harry Nakayama
Version:	2013/09/27
----------------------------------------------- */
/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight, .alignCenter
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base.css");

/*
===============================================
Elements
=============================================== */


/*
===============================================
Classes
=============================================== */


/*
===============================================
header
=============================================== */


/*
===============================================
content
=============================================== */
#content	{
	width:auto;
	height:auto;
	padding:0;
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

#content h1	{
	margin:20px 0;
	text-align:center;
	font-size:150%;
}

#content table	{
	width:100%;
}
#content table th,
#content table td	{
	padding: 0.3em;
	border: 1px solid #999;
	font-weight: normal;
}
#content table th	{
	text-align:center;
	background-color:rgba(0,51,102,0.5);
}
#content table td:first-child	{
	width:200px;
	text-align:center;
	line-height:0;
}
#content table td:last-child	{
	width:150px;
	text-align:center;
}
#content table td:last-child p	{
	width:100%;
	text-align:center;
}
#content img.thumbnail	{
	cursor:pointer;
}
#content dt a	{
	font-size:120%;
}
#content dd	{
	margin-top:1em;
}


/*
===============================================
footer
=============================================== */
