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

/****************************
画面全体の構成
****************************/
#wrapper{
	display:none;
	}
#leftmenu {
	display:none;
	}
#rightmenu {
	display:none;
	}
#checklist{
	display:none;
	}
.pclink{
	display:none;
	}
.alllink{
	float: left;
	}
#GNOSTITLE{
	display:none;
}
#GNOS{
	display:none;
}
/****************************
HTMLの共通の設定
****************************/
body 	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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;
	}
h3 { 
	display:block;
	text-align:center;
	font-size:14pt;
	color:green;
	font-style:italic 
	}
p { 	
	display:block;
	text-align:center;
	font-size:12pt;
	color:green;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
img{
	max-width: 100%;
	height: auto;
	}
TEXTAREA {
	width: 90%;
}
/* 入力欄の幅 */
.textin {
	width: 90%;
}
.width50 {
	width: 90%;
}
.width40 {
	width: 90%;
}
.width30 {
	width: 90%;
}
/****************************
文字のフォント
****************************/
.sword {
	font-size : 10px;
	color     : #555555;
	}
.word {
	font-size : 12px;
	color     : #555555;
	}
.word2 {
	font-size : 18px;
	color     : #555555;
	}
.word3 {
	font-size : 20px;
	color     : #555555;
	}
.word4 {
	font-size : 20px;
	color     : #FFFFFF ;
	}
.worderr {
	font-size : 22px;
	color     : #FF0000;
	}
.title {
	font-size : 22px;
	color     : #555555;
	}
.categorys {
	font-size : 12px;
	color     : #555555;
	}
.categoryl {
	font-size : 13px;
	font-weight : bold;
	color     : #555555;
	}
.gp_name {
	font-size : 20px;
	color     : #555555;
	}
.gp_yen {
	font-size : 18px;
	color     : #555555;
	}
.gp_zei {
	font-size : 12px;
	color     : #555555;
	}
/* カレンダー */
.CWORD {
	font-size : 13px;
	color     : #000000;
	}
.CSATWORD {
	font-size : 13px;
	color     : #555555;
	}
.CSUNWORD {
	font-size : 13px;
	color     : #555555;
	}
.CTODAY {
	font-size : 20px;
	font-weight : bold;
	color     : #0000FF;
	}
/****************************
ボタンとリンク
****************************/
.BT {
	line-height:140%;
	cursor:pointer;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:5px;
	}
.BT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.DLINK {
	line-height:220%;
	cursor:pointer;
	text-decoration : none;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:5px;
	}
.DLINK:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.NOLINK {
	line-height:140%;
	cursor:pointer;
	text-decoration : none;
	font-size : 12px;
	padding: 3px;
	margin: 2px;
	color     :#AAAAAA;
	background-image:linear-gradient(#FEFEFE,#EEEEEE);
	border : 1px solid #AAAAAA;
	border-width:0px 1px 1px 0px;
	border-radius:5px;
	}
.KLINK {
	line-height:170%;
	font-size : 12px;
	padding: 2px 5px 2px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.KLINK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.BACK {
	line-height:300%;
	font-size : 14px;
	padding: 5px;
	margin: 2px;
	color : #555555;
	text-align : center;
	text-decoration : none;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	border-radius:5px;
	}
.BACK:hover {
	color : #FFFFFF;
	background-image:linear-gradient(#90A0FF,#5090FF);
	border : 1px solid #999999;
	border-width : 0px 1px 1px 0px;
	font-weight: bold;
	}
.PAGE {
	line-height:120%;
	cursor:pointer;
	font-size : 12px;
	text-decoration : none;
	padding: 2px 3px 2px;
	margin: 2px;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
	}
.PAGE:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
.THISPAGE {
	cursor:pointer;
	font-size : 12px;
	font-weight : bold;
	color     :#555555;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	}
#return-top {
	height: 40px;
	line-height: 40px;
	background-color: #BBAA99;
	border-radius: 30%;
	bottom: 11px;
	color: #fff;
	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 {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	}
#headerlist {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px;
	display: block;
	width: 98%;
	clear: both;
	}
#header #headerlist #headerleft {
	float: left;
	height: auto;
	width: 48%;
	display: block;
	color: #555555;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	}
#header #headerlist #headercenter {
	display:none;
	}
#header #headerlist #headerright {
	float: left;
	height: auto;
	width: 45%;
	display: block;
	color: #555555;
	line-height: normal;
	margin:0px;
	padding: 5px 0px 0px 5px;
	font-size:10.5px;
	text-align:left;
	font-weight:normal;
	}
/****************************
上部メニュー
****************************/
#smartwrapper {
	visibility:visible;
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	width: 100%;
	text-align:center;
	height: auto;
	background-color: #FFEEDD;
	white-space: normal;
	border:1px solid #BBAA99;
	border-width : 3px 0px 3px 0px;
	}
#smartwrapper ul li {
	float: center;
	display: inline-block;
	width: 24%;
	margin: 0px 0px 0px -5px;
	text-align: center;
	line-height: normal;
	background-color: #FFEEDD;
	padding: 3px 0px 3px 0px;
	border:1px solid #BBAA99;
	border-width : 0px 1px 0px 1px;
	}
#smartwrapper ul li a {
	float: center;
	display: inline-block;
	width:100%;
	text-decoration: none;
	text-align:center;
	font-size:12px;
	color: #555555;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}
#smartwrapper ul li a:hover {
	color: #FFFFFF;
	background-color: #BBAA99;
	}
/****************************
コンテンツ
****************************/
#contents {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border : 1px solid #DEDEDE;
	border-width : 0px 1px 0px 1px;
	}
#maincontents {
	margin: 6% auto 0 auto;
	padding: 0px;
	width: 100%;
	}
/****************************
フッター
****************************/
#lastleft {
	float: left;
	width:98%;
	margin:0px;
	padding:3px 3px 0px 3px;
	text-align: center;
	display: inline-block;
}
#lastcenter{
	display:none;
}
#lastright{
	display:none;
}
/****************************
ボックス、一覧画面
****************************/
.listbox{
	width:98%;
	text-align:left;
	padding:1px;
	margin: 2px;
	color : #555555;
	}
.goodslist{
	float: left;
	width: 98%;
	display: block;
	padding:0px;
	margin: 0px;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	}
.goodslist li{
	float: left;
	}
.glimage{
	width: 100px;
	margin: 2px;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	}
.glcargo{
	display:none;
	}
.photomode {
	width:120px;
	height:150px;
	float: left;
	text-align:center;
	padding:1px;
	margin: 2px;
	color : #555555;
	}
.listbox ul li {
	padding: 0px;
	margin: 1px;
	}
.ibox{
	padding:1px;
	margin: 0px;
	border : 1px solid #999999;
	border-width : 1px 1px 1px 1px;
	}
.menutitle{
	line-height:190%;
	padding: 3px;
	font-size : 14px;
	border:1px solid #999;
	background-image:linear-gradient(#E1F0FF,#BBDDFF);
	}
/****************************
メニューのページ（FreePage7）
****************************/
#menupage {
	width:100%;
	margin: 5px 1px 1px 1px;
	padding:0px;
}
#menulist{
	width:100%;
	margin:0px;
	padding:0px;
}
.PMENU{
	line-height:140%;
	display:inline-block;
	width:96%;
	font-size : 14px;
	font-weight:bold;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	color : #555555;
	text-align : left;
	text-decoration : none;
	}
.PMENU:hover {
	background-color: #FFEECC;
	color     :#FF5555;
	}
.PMENU2{
	line-height:110%;
	display:inline-block;
	width:96%;
	font-size : 13px;
	padding: 3px;
	margin: 3px 0px 0px 25px;
	color : #555555;
	text-align : left;
	text-decoration : none;
	}
.PMENU2:hover {
	background-color: #FFEECC;
	color     :#FF5555;
	}
