﻿/* --------------------------------------------------------------------
    form(common)
-------------------------------------------------------------------- */
/* 表示切替 */
.navistyle_ {
	font-size:80%;
	text-align:left;
	line-height:1.5;
	border-bottom:1px dotted #CCCCCC;
	margin: 10px 0 5px 0;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
	margin: 0 5px;
}
.navistyle_ a {
	margin: 0 5px;
}

.navisort_ {
	font-size:80%;
	text-align:left;
	line-height:1.5;
	border-bottom:1px dotted #CCCCCC;
	margin: 0 0 5px 0;
}
.navisort_ a {
	margin: 0 5px;
}

/* --------------------------------------------------------------------
    form(common)
-------------------------------------------------------------------- */
.formlist_
	{
	border-collapse: collapse;
	margin: 0 auto;
	}
.formlist_ th
	{
	border:1px dotted #CCCCCC;
	font-weight:normal;
	line-height:15px;
	padding:4px;
	background-color:#F3F2EA;
	white-space: nowrap;
	}
.formlist_ td
	{
	border-bottom:1px dotted #CCCCCC;
	font-weight:normal;
	line-height:15px;
	padding:4px;
	background-color:#FFFFFF;
	}
.formlist_ .line0_
	{
	background-color:#F5F5F5;
	}
.formlist_ .line1_
	{
	background-color:#F3F2EA;
	}
.formdetail_
	{
	border-collapse:collapse;
	margin:0 auto;
	}
.formdetail_ th
	{
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	line-height:15px;
	padding:8px;
	background-color:#F3F2EA;
	white-space:nowrap;
	text-align: left;
	}
.formdetail_ td
	{
	border-top:1px dotted #CCCCCC; border-bottom:1px dotted #CCCCCC; font-weight:normal; line-height:15px;
	padding:8px;  background-color:#FFFFFF;
	}
.formsublist_
	{
	border-collapse: collapse;
	}
.formsublist_ th
	{
	border:1px dotted #CCCCCC;
	background-color:#FFFFFF;
	font-weight:bold;
	white-space: nowrap;
	}
.formsublist_ td
	{
	border:1px dotted #CCCCCC;
	background-color:#FFFFFF;
	font-weight:normal;
	}
	


/* new 共通クラス(特定メッセージ インライン) */
.error_		{color:#CC0000; font-weight:bold; font-size:12px;}
.notice_	{color:#993300; font-weight:bold; font-size:12px;}
.info_		{ font-weight:bold; font-size:12px;}

/* new 共通クラス(特定メッセージ ブロック) */
div.error_,	table.error_{
	background-color:#efefef;
	border:solid 1px #FF0099;
	padding:8px;
	margin:4px auto;
	text-align:left;
	margin-bottom: 15px;
}
div.notice_,table.notice_	{background-color:#efefef; border:solid 1px #996666; padding:8px; margin:4px auto; text-align:left; }
div.info_,	table.info_ {
	background-color:#efefef;
	border:1px solid #CCCCCC;
	padding:8px;
	margin:4px auto;
	text-align:left;
	margin-bottom: 15px;
}
ul.error_					{margin-left: 16px;}
/*
div.info_ ul	{ margin: 8px 32px; }
*/

/* new 共通クラス(ブロック) */
.submit_
	{ margin: 16px auto; text-align: center; }
.submit_ input, .submit_ img
	{ margin: 0px 16px; vertical-align: middle; }
.loginname_ {
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 10px;
}
.message_ {
	font-size: 12px;
	margin-bottom: 15px;
}
div.message_ {
	font-size: 12px;
	margin: 0 75px;
}
div.message_ p {
	margin-bottom: 1em;
}
.mypoint_
	{ margin-bottom: 8px; padding: 0 40px; }

/* new 共通クラス(その他) */
.hidden_			{ visibility: hidden; }	/* spacer */
.nocell_			{ border:none ! important; background-color:transparent ! important;  }
table.spandual_		{ border:none; background-color:transparent; width:100%; }	/* table layout */
.hiddenEnter_ {
	width:0px!important;
	height:0px!important;
}

/* 価格表示 */
.price_pop_     {color:#CC0000; font-size:10px; }
.price_         {color:#CC3300; font-size:14px; font-weight:bold;}


/* --------------------------------------------------------------------
	navigation(common)
-------------------------------------------------------------------- */

.navigation_			{
}
.navigation_ a:link		{text-decoration:none;}
.navigation_ a:visited	{text-decoration:none;}
.navigation_ a:hover	{text-decoration:underline;}
.navigation_ a:active	{text-decoration:underline;}

/* ページジャンプ */
.navipage_				{
	font-size:x-small;
	text-align:center;
	padding:2px;
	margin-bottom: 10px;
}
.navipage_now_			{
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	margin:2px 2px 2px 2px;
}
.navipage_ a			{font-weight:bold; margin:2px 2px 2px 2px;}
.navipage_ img			{margin:auto;border:none;vertical-align:middle; }
