@charset "utf-8";
/*==============================================================================
	新企画　制服コンテスト
	Copyright(C) 2008 F&C Co.,Ltd.
==============================================================================*/

/*======================================
	reset
=======================================*/
html {
	color: #000;
/*
	background: #eff7fe;
*/
	background-color: white;
}
body, div, h1, h2, h3, h4, h5, h6, p, pre, ol, ul, li, dl, dt, dd, ul, table, th, td, form, input, textarea {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset, a img {
	border: 0;
}

th, caption {
	text-align: left;
}
address, caption, strong, th {
	font-style: normal;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {	/* for IE6 */
	*font-size: 100%;
}


/*======================================
	font-setting
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/
body {
	font: 13px/1.231 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Osaka', 'Verdana', 'Arial', sans-serif;
}
body {	/* for IE6 */
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}


/*======================================
	common
=======================================*/

.section {
	margin: 0.5em 0 2em 1em;
}



/*======================================
	base design
=======================================*/

body {
	padding-top: 4px;
}
#wrapper, #header, #footer {
	margin: 0 auto;
}
#wrapper {
	background-color: white;
	width: 720px;
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: black;
}
#header {
	width: 740px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: black;
}
#footer {
	color: #666;
	text-align: center;
	font-size: 85%;
	width: 720px;
	padding: 10px;
}
h2 {
	font-size: 122%;
}
p {
	margin-bottom: 1em;
}

a {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
/*======================================
	detail design
=======================================*/

.detail {
	border: 1px solid black;
}
.detail th {
	white-space: nowrap;
	background: #eff7fe;
	padding: 0.2em 1em;
	border: 1px solid black;
}
.detail td {
	padding: 0.5em 1em;
	border: 1px solid black;
}


/*======================================
	form design
=======================================*/
#voteForm table {
	margin: 10px 0 20px 0;
}
#voteForm .select th,
#voteForm .select td {
	text-align: center;
	padding: 0.2em 1em;
}
#voteForm .select th {
	background: #eff7fe;
	font-size: 85%;
}
#voteForm td {
	padding: 4px;
}
#voteForm .select.first td {
	background: #f7effe;
}
#voteForm .select.second td {
	background: #e7e7fe;
}


/*======================================
	error design
=======================================*/
.error {
	color: red;
	padding: 1em;
	border: 2px solid red;
}
.error li {
	margin-left: 2em;
}


/*======================================
	error design
=======================================*/
.result_table th {
	font-weight: bold;
	padding: 2px 10px;
}
.result_table td {
	text-align: right;
	padding: 2px 10px;
}
.result_table .point th {
	text-align: right;
}

/* ---------------------------------------------------------
  clearfix hack
--------------------------------------------------------- */
.inner_left {
	float: left;
}
.inner_right {
	float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  display: inline;
  min-height: 1%; /* for IE7 */
}
/* no ie mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* */
