/***************************************
 レスポンシブWEBデザイン
 PC用スタイルシート
 基本情報で設定した画面サイズ以下で適用
***************************************/

/****************************
画面全体の構成
****************************/
#smartheader{
	display:none;
	}
.smartgoods{
	display:none;
	}
/****************************
HTMLの共通の設定
****************************/
body 	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	}
BODY,TR,TD,TH {
	font-size : 12px;
	color : #555555;
	}
p { 	
	display:block;
	text-align:center;
	font-size:12pt;
	color:green;
	}
div {
	_display: inline;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.break{
	clear:both;
	}
.listmark{
	vertical-align: middle;
	}
/****************************
文字のフォント
****************************/
.WORD {
	font-size : 14px;
	color     : #555555;
}
.QUEST {
	font-size : 18px;
	font-weight : bold;
	color     : #555555;
}
.INDISPENSABLE {
	font-size : 11px;
	color     : #FF0000;
}
.WORDERR {
	font-size : 18px;
	color     : #FF0000;
}
.TITLE {
	font-size : 18px;
	color     : #444444;
}
.CATEGORYS {
	font-size : 10px;
	color     : #999999;
}
.CATEGORYL {
	font-size : 14px;
	font-weight : bold;
	color     : #777777;
}
/****************************
ボタンとリンク
****************************/
.ANSSUBMIT {
	cursor:pointer;
	font-size : 14px;
	font-weight : bold;
	color     :#555555;
	background-color:#E9E9E9;
	border-width:1px 1px 1px 1px;
	border-color:#000000;
	margin: 5px;
	padding: 5px !important;
	text-align: center;
	border-radius:5px;
	}
.BT {
	line-height:160%;
	cursor:pointer;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:1px 1px 1px 1px;
	border-radius:2px;
	}
.BT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
.BLINK {
	line-height:220%;
	font-size : 12px;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	color     :#555555;
	transition: all 0.7s ease-out;
	white-space: nowrap;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	text-align : center;
	text-decoration : none;
	background-color : #FFE1F0;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.BLINK:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}

.disabledBT {
	line-height:220%;
	font-size : 12px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	color     :#aaaaaa;
	white-space: nowrap;
	background-image:linear-gradient(#ededed,#dedede);
	text-align : center;
	text-decoration : none;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.submitBT {
	line-height:180%;
	font-size : 18px;
	padding: 1px 10px 1px 10px;
	margin: 0px 0px 0px 0px;
	color     :#ee3300;
	transition: all 0.7s ease-out;
	white-space: nowrap;
	background-image:linear-gradient(#FFFAF0,#eeddcc);
	text-align : center;
	text-decoration : none;
	border : 1px solid #FF0000;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.submitBT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#c40031,#cc0000);
	}
.startBT {
	line-height:220%;
	font-size : 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	color: #ee3300;
	transition: all 0.7s ease-out;
	white-space: nowrap;
	background-image:linear-gradient(#FFFAF0,#eeddcc);
	text-align : center;
	text-decoration : none;
	border : 1px solid #FF0000;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.startBT:hover {
	color :#FFFFFF;
	background-image:linear-gradient(#ff0000,#ffaa33);
	}
.disabledstartBT {
	line-height:220%;
	font-size : 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	color     :#aaaaaa;
	white-space: nowrap;
	background-image:linear-gradient(#ededed,#dedede);
	text-align : center;
	text-decoration : none;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.BACKBTN {
	line-height:220%;
	font-size : 18px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	color     :#555555;
	transition: all 0.7s ease-out;
	white-space: nowrap;
	background-color:#efefef;
	text-align : center;
	text-decoration : none;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	border-radius:2px;
	}
.BACKBTN:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	}
.PAGE {
	text-align : center;
	text-decoration : none;
	cursor:pointer;
	font-size : 12px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-color:#FFFFFF;
	border-width:0px 1px 1px 0px;
	}
.PAGE:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	font-weight: bold;
	}
.THISPAGE {
	cursor:pointer;
	font-size : 14px;
	font-weight : bold;
	color     :#555555;
	background-color:#FFE9E9;
	border-width:0px 1px 1px 0px;
	}
.SORTBTN {
	line-height:220%;
	font-size : 12px;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	text-align : center;
	text-decoration : none;
	background-color : #FFE1F0;
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
.SORTBTN:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
.SORTBTN2 {
	line-height:220%;
	font-size : 12px;
	font-weight : bold;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	color     :#555555;
	text-align : center;
	text-decoration : none;
	background-color : #FEE1E1;
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:3px;
	}
#return-top {
	height: 40px;
	line-height: 40px;
	background-color: #0099FF;
	border-radius: 30%;
	bottom: 11px;
	color: #fff;
	transition: all 0.7s ease-out;
	font-size: 14px;
	outline: 0;
	position: fixed;
	right: 10px;
	text-decoration:none;
	text-align: center;
	width: 50px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#return-top:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/****************************
TABLE　管理画面など
****************************/
.TITLETD {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
.INTDM {
	background-image:linear-gradient(#FFFFFF,#EEEEEE);
	}
.INTD {
	background-color: #FFFFFF;
	}
.titletd {
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
/****************************
ヘッダー
****************************/
#header {
	left:0;
	line-height:1;
	position:fixed;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: 55px;
	text-align:center;
	background-color:#ffffff;
	}
/*** PCサイズ ***/ 
@media(min-width:1160px){
	#headerlist {
		float: center;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		width: 1160px;
		text-align:left;
		height: 55px;
		clear: both;
		}
}
/*** タブレットサイズ ***/ 
@media(max-width:1160px) and (min-width: 321px){
	#headerlist {
		float: center;
		display:inline-block;
		margin: 0px;
		padding: 0px;
		width: 100%;
		text-align:left;
		height: 55px;
		clear: both;
		}
}
/****************************
上部メニュー
****************************/
#wrapper {
	left:0;
	line-height:1;
	position:fixed;
	margin: 55px 0px 0px 0px;
	padding: 5px 0px 3px 0px;
	width: 100%;
	text-align:center;
	font-size: 14px;
	background-color: #FFFFFF;
	border : 1px solid #BBAA99;
	border-width:5px 0px 5px 0px;
	}
/*** PCサイズ ***/ 
@media(min-width:1160px){
	#headmenu {
		float: center;
		display:inline-block;
		margin: 0px;
		background-color: #FFFFFF;
		padding: 0px;
		text-align:center;
		width: 1160px;
		overflow: hidden;
		clear: both;
		}
	#wrapper #headmenu ul li {
		float: center;
		display:inline-block;
		height: 35px;
		width: 19.5%;
		text-align: center;
		vertical-align: middle;
		color: #555555;
		line-height: normal;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		}
	#headmenu .menu1 a {
		text-decoration: none;
		color: #333333;
		transition: all 0.7s ease-out;
		margin: 0px;
		display: block;
		overflow: hidden;
		vertical-align: middle;
		padding: 8px 0px 0px 0px;
		width: 100%;
		height: 33px;
		font-weight: normal;
		border:1px solid #999999;
		border-width:0px 0px 0px 1px;
		}
	#headmenu .menu1 a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #DDAA66;
		font-weight: bold;
		}
	#headmenu .menu2 a {
		text-decoration: none;
		color: #333333;
		transition: all 0.7s ease-out;
		margin: 0px;
		display: block;
		overflow: hidden;
		vertical-align: middle;
		padding: 8px 0px 0px 0px;
		width: 100%;
		height: 33px;
		font-weight: normal;
		border:1px solid #999999;
		border-width:0px 1px 0px 1px;
		}
	#headmenu .menu2 a:hover {
		text-decoration: none;
		color: #FFFFFF;
		background-color: #DDAA66;
		font-weight: bold;
		}
}
/*** タブレットサイズ ***/ 
@media(max-width:1160px) and (min-width: 321px){
	#headmenu {
		float: center;
		display:inline-block;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding: 2px;
		width: 100%;
		overflow: hidden;
		clear: both;
	}
	#wrapper #headmenu ul li {
		float: center;
		display:inline-block;
		height: 33px;
		width: 19%;
		text-align: center;
		vertical-align: middle;
		color: #555555;
		line-height: normal;
		margin:0px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}
	#headmenu ul li a {
		text-decoration: none;
		border : 1px solid #CFCFCF;
		border-width:0px 1px 1px 0px;
		color: #333333;
		transition: all 0.7s ease-out;
		margin: 0px;
		display: block;
		overflow: hidden;
		padding: 10px 0px 0px 0px;
		width: 95%;
		height: 26px;
		font-size:10px;
		font-weight: normal;
	}
	#headmenu ul li a:hover {
		background-image:linear-gradient(#FFFFFF,#CCDDFF);
		color: #333333;
	}
}
/****************************
コンテンツ
****************************/
/*** PCサイズ ***/ 
#contents {
	margin: 0px;
	padding: 110px 0px 0px 0px;
	width: 100%;
	text-align:center;
	background-color:#ffffff;
}
/****************************
左メニュー
****************************/
#leftmenu {
	display:none;
	}
/****************************
メインコンテンツ
****************************/
/*** PCサイズ ***/ 
@media(min-width:1160px){
	#maincontents {
		float: center;
		display:inline-block;
		text-align:left;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 20px 0px;
		width: 1160px;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:1160px) and (min-width: 321px){
	#maincontents {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 20px 20px;
		width: 98%;
	}
}
/*** エラーメッセージ ***/ 
#errmsg{
	text-align:left;
	padding: 10px 10px;
	border-radius:4px;
	border:1px solid #222;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1.3);
	margin: 10px 0px;
	background-color:#FFEDED;
	width: 95%;
	font-size : 14px;
	color : #EE5555;
	}
/*** 完了メッセージ ***/ 
#compmsg{
	text-align:left;
	padding: 10px 10px;
	border-radius:4px;
	border:1px solid #222;
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 1.3);
	margin: 10px 0px;
	background-color:#FFEDED;
	width: 95%;
	font-size : 14px;
	color : #EE5555;
	}
/****************************
右メニュ−
****************************/
/*** PCサイズ ***/ 
@media(min-width:769px){
	#rightmenu {
		display:none;
	}
}
/*** タブレットサイズ：非表示 ***/ 
@media(max-width:768px) and (min-width: 321px){
	#rightmenu {
		display:none;
	}
}
/****************************
フッター
****************************/
#footer {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
	background-color: #FFEEDD;
	border:1px solid #993300;
	border-width : 3px 0px 3px 0px;
	}
/*** PCサイズ ***/ 
@media(min-width:769px){
	#footermenu {
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding: 2px;
		display: block;
		width: 960px;
		overflow: hidden;
		clear: both;
		}
	#footer #footermenu ul li {
		float: left;
		height: 33px;
		width: 10%;
		text-align: center;
		display: block;
		vertical-align: middle;
		color: #555555;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		}
}
/*** タブレットサイズ：固定幅、チェックリスト非表示 ***/ 
@media(max-width:768px) and (min-width: 321px){
	#footermenu {
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding: 2px;
		display: block;
		width: 98%;
		overflow: hidden;
		clear: both;
		}
	#checklist{
		display:none;
		}
	#footer #footermenu ul li {
		float: left;
		height: 33px;
		width: 100px;
		text-align: center;
		display: block;
		vertical-align: middle;
		color: #555555;
		line-height: normal;
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		}
}
#footermenu ul li a {
	text-decoration: none;
	background-image:linear-gradient(#FFFAFA,#DDCCCC);
	border: 1px solid #666;
	color: #333333;
	margin: 0px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 95%;
	height: 26px;
	font-weight: normal;
	border-radius:3px;
	}
#footermenu ul li a:hover {
	text-decoration: none;
	background-image:linear-gradient(#DDAA66,#CC9933);
	color: #FFFFFF;
	font-weight: bold;
	}
/****************************
ボックス、一覧画面
****************************/
.listbox{
	width:98%;
	text-align:left;
	padding:3px 0px 0px 0px;
	margin: 0px;
	}
.listbox ul li {
	padding: 0px;
	margin: 0px;
	}
.centerbox{
	width:98%;
	text-align:center;
	padding:3px 0px 0px 0px;
	margin: 0px;
	}
.copyrightarea{
	float: center;
	display: inline-block;
	width:98%;
	text-align:center;
	font-size:12px;
	padding:3px 0px 0px 0px;
	margin: 0px;
	}
.copyrightarea a{
	text-decoration:none;
	color:#555555;
	}

