@charset "utf-8";
/* ------------------------------------------- CSS Information
 Author:		Tos
 Last Update:	2015.05.22
----------------------------------------------------------- */

/*--------------------A.全体基本設定--*/

/*------------site rule--------
■フォントカラー
	黒　#000
	灰　#666
	白　#FFF

■背景カラー
	灰　#F4F4F4
	水　#FFEF98
	青　#1F95EC
	橙40　#FFEF98
	橙60　#FEE765
	橙80　#FFDF34
	赤　#FF2D55

■ラインカラー
	灰　#DCDCDC
	水　#CDE3F1
	青　#B1DBF9

■フォント
・本文基本サイズ：14px
・テーブル基本サイズ：11px
・ライン高：160%
-----------------site rule----*/

/****************************************
		Web Fonts
*****************************************/
@font-face {
  font-family: "CONDENSEicon";
  src: url("fonts/CONDENSEicon.eot?") format('eot');
  src: url("fonts/CONDENSEicon.eot?#iefix") format('embedded-opentype'),
       url("fonts/CONDENSEicon.woff") format('woff'),
       url("fonts/CONDENSEicon.ttf")  format('truetype');
}


/****************************************
		1. General Setting
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}

body {
	font:14px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#000;
	line-height: 1.6;
}

a { outline:none; color: #333; }
	a:hover { text-decoration: none; }

.noline a { text-decoration: none; }
	.noline a:hover { text-decoration: underline; }
.underline a { text-decoration: underline; }
	.underline a:hover { text-decoration: none; }
a.icon { text-decoration: none; color: #FFDF34;  }
	a.icon:hover { text-decoration: none; color: #FF2D55; }


.fSmall		 { font-size:11px; }
.fNormal	 { font-size:14px; }
.fMedium	 { font-size:16px; }
.fBig		 { font-size:18px; }

.fBold { font-weight:bold; }

.gray	{ color: #F4F4F4; }
.water	{ color: #FFEF98; }
.blue	{ color: #FF8C00; }
.red	{ color: #FF2D55; }

.bg_gray	{ background-color: #F4F4F4; }
.bg_water	{ background-color: #FFEF98; }
.bg_sky		{ background-color: #FEE765; }
.bg_blue	{ background-color: #FFDF34; }
.bg_red		{ background-color: #FF2D55; }

.lt1em { letter-spacing:1em; }
.lt05em { letter-spacing:0.5em; }
.lt2em { letter-spacing:2em; }

.pd { padding-left: 0.5em; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }

.mincho {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'ＭＳ Ｐ明朝', serif;
}
.gothic {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.center	{ text-align: center; }
.left	{ text-align: left; }
.right	{ text-align: right; }

.vertical-align-middle { vertical-align: middle; }

.clear	 {clear:both; line-height:0;}
.fParent { overflow:hidden; }
.fLeft	 { float:left; }
.fRight	 { float:right; }


/****************************************
		2. Basic Layout
*****************************************/
html, body {
	height: 100%; /* コンテンツのmin-heightに対して必要 */
}
.wrap {
	position: relative;
	width: 100%; /* コンテンツをWindowの幅に */
	height: 100%; /* コンテンツをWindowの高さに */
	min-height: 100%; /* コンテンツをWindowの高さに */
	}
	.head {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		height: 40px;
		width: 100%;
	}
	.main {
		height: 100%; /* コンテンツをWindowの高さに */
		min-height: 100%; /* コンテンツをWindowの高さに */
		}
		.main .content {
			position: relative;
			padding-top: 60px;
			padding-right: 20px;
			padding-bottom: 61px;
		}
		.main > .content {
			height: auto;
}
.wrap_side {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	height: 100%;
	min-height: 100%;
	}
	.side {
		margin: 40px 0 20px;
}
body > .wrap_side {
	height: auto;
}
.wrap_foot {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 998;
	width: 100%;
	}
	.foot {
		padding: 0 20px;
		line-height: 39px;
}
/*-- サイドの幅指定 --*/
.logo,
.wrap_side,
.side ol.bottom {
	width: 210px;
}
.content,
.foot { /* +20px(border +1px) */
	margin-left: 211px;
	padding-left: 19px;
}
.head h1 { /* +100px(border +1px) */
	padding-left: 311px;
}


/*-- 背景色の指定 --*/
body {
	background-color: #FFEF98;
	}
	body.login,
	body#admin_md {
		background-color: transparent;
	}
	.head {
		background-color: #F4F4F4;
	}
	.main, .content {
		background-color: #FFF;
	}
.wrap_side {
	background-color: #FFEF98;
}
.wrap_foot {
	background-color: #FFF;
}
p.message, span.message {
	background-color: #FFEF98;
	}
	p.message.error, span.message.error {
		background-color: #FF2D55;
}
.register.confirm form dl dd.text,
.register.confirm form dl dd.textarea {
	background-color: #EFEFEF;
}
ul.box_user {
	background-color: #F4F4F4;
	}
	ul.box_user li.user a:hover {
		background-color: #E5E5E5;
	}
	ul.box_user li.logout a:hover {
		background-color: #FF2D55;
}
ul.list_customer li a:hover,
ul.list_customer li a.current {
	background-color: #FFEF98;
}
.side ol li a:hover,
.side ol li a.current,
.side ol li.disable.current {
	background-color: #FEE765;
}
div.box_login {
	background-color: #FFEF98;
}
table th {
	background-color: #F4F4F4;
	}
	table th.dat_head,
	table td.dat_head,
	table th.dat_input,
	table td.dat_input {
		background-color: #FBFBFB;
		}
		table td.icon.download a:hover {
			background-color: #FF2D55;
}
.update input.password.water {
	background-color: #FFEF98;
}
.update input.password.blue {
	background-color: #FFDF34;
}
.update input.password.red {
	background-color: #FF2D55;
}
.update input.password.gray {
	background-color: #F4F4F4;
}
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	background-color: #FFDF34;
	}
	input.submit:hover,
	.btn.print a:hover,
	.btn.submit a:hover,
	.btn.preview a:hover {
		background-color: #FF2D55;
}


/*-- ボーダー色の指定 --*/
.register.confirm form dl dd.text,
.register.confirm form dl dd.textarea,
div.box_login,
table,
input.text, input.password, textarea,
select.select {
	border-width: 1px;
	border-style: solid;
}
.foot{
	border-top-width: 1px;
	border-top-style: solid;
}
.wrap_side,
table th, table td,
div.box_login,
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-right-width: 1px;
	border-right-style: solid;
}
.head,
.logo,
table th, table td,
div.box_login,
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-top: none;
	border-left: none;
}

input.text, input.password, textarea,
select.select {
	border-color: #CCC;
}
table {
	border-color: #DCDCDC;
}
.head,
.logo,
table th, table td,
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-bottom-color: #DCDCDC;
}
table th, table td,
input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-right-color: #EEE;
}
div.box_login,
div.buttons input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-bottom-color: #EEE;
}
.wrap_side {
	border-right-color: #CDE3F1;
}
.register.confirm form dl dd.text,
.register.confirm form dl dd.textarea,
div.box_login {
	border-color: #EFEFEF;
}
.foot {
	border-top-color: #EFEFEF;
}
div.box_login,
div.buttons input.submit,
.btn.print a,
.btn.submit a,
.btn.preview a {
	border-right-color: #EFEFEF;
}


/****************************************
		3.  Contents
*****************************************/
h2.title{
	margin-bottom: 20px;
}
p.lead {
	margin-bottom: 20px;
}
p.note,
span.note {
	color: #FF2D55;
}


/*-- top --*/
ol.wrap_tile li.tile{
	position: relative;
	float: left;
	width: 220px;
	height: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 20px 10px 10px;
	}
	ol.wrap_tile li.tile h2{
		position: absolute;
		right: 10px;
		bottom: 6px;
		color: #FFF;
	}
	ol.wrap_tile li.tile p{
		font-size: 12px;
		line-height: 1.3;
		}
		ol.wrap_tile li.tile p i{
			float: left;
			width: 1em;
			margin-top: -14px;
			padding: 0 4px 4px 0;
	}
	ol.wrap_tile li.tile ol {
		clear: left;
		padding-left: 20px;
}


/*-- upload --*/
.target{
	display: none;
}
div.box_form {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #DCDCDC;
	}
	div.box_form .note {
		margin-bottom: 10px;
}
p.message, span.message {
	display: inline-block;
	/display: inline;
	zoom: 1;
	margin-bottom: 0.5em;
	padding: 0 10px 4px;
	}
	p.message.error, span.message.error {
		color: #FFF;
}
p.shipping_date {
	display: inline-block;
	/display: inline;
	zoom: 1;
	margin-bottom: 5px;
	padding: 0 10px;
	}
	p.shipping_date.ship {
		margin-bottom: 20px;
}
div.item {
	margin-bottom: 10px;
	}
	div.item.ship {
		margin-bottom: 20px;
		}
		div.item.ship .text {
			width: 6em;
	}
	div.item.file {
		margin-bottom: 5px;
		/margin-bottom: 10px;
	}
	div.item.items label {
		padding-right: 10px;
}
ul.list_step.index_tab,
ul.index_notab,
ul.index_title li {
	margin-bottom: 20px;
	}
	ul.list_step.index_tab li,
	ul.index_notab li {
		display: inline;
		margin-bottom: 10px;
		}
		ul.list_step.index_tab li a,
		ul.index_notab li a,
		ul.index_title li {
			display: inline-block;
			margin-right: 5px;
			margin-bottom: 5px;
			padding: 0 10px;
			text-decoration: none;
			background-color: #EFEFEF;
			border-top: 1px solid #DCDCDC;
			border-right: 1px solid #DCDCDC;
			border-left: 1px solid #DCDCDC;
			}
			ul.list_step.index_tab li a:hover,
			ul.index_notab li a:hover {
				padding-top: 5px;
				background-color: #FFF;
			}
			ul.list_step.index_tab li a.current,
			ul.index_notab li a.current,
			ul.index_title li {
				padding-top: 5px;
				background-color: #FFF;
}

div.box_condition {
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 99;
	font-size: 12px;
	background-color: #FFF;
	}
	div.box_condition h3{
		line-height: 1.2;
		}
		div.box_condition ul.list_condition li{
			display: inline;
			margin-left: 10px;
			}
			div.box_condition ul.list_condition li:first-child{
				margin-left: 0;
			}
			div.box_condition ul.list_condition li span{
				font-size: 16px;
}


/*-- confirm --*/
dl.list_data {
	width: 35%;
	margin: 20px 0 10px;
	padding: 20px;
	border: 1px dashed #DCDCDC;
	}
	dl.list_data.wide {
		width: 80%;
	}
	dl.list_data dt {
		clear: left;
		float: left;
		width: 120px;
		padding-top: 10px;
	}
	dl.list_data dd {
		padding: 10px 0 0 130px;
		}
		dl.list_data dt:first-child,
		dl.list_data dt:first-child + dd {
			padding-top: 0;
}

/*-- report --*/
ul.btns {
	margin-bottom: 10px;
	text-align: right;
	}
	body#admin_md ul.btns {
		position: absolute;
		right: 20px;
		top: 45px;
		z-index: 999;
	}
	body#admin_md ul.btns.bellow {
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
	}
	ul.btns li {
		display: inline;
		margin-left: 10px;
}
.btn a {
	display: inline-block;
	padding: 5px 0;
}
.btn.print a,
.btn.submit a,
.btn.preview a {
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
}
.yes_print{
	display: none;
}


/*-- report --*/
div.issue {
/*	display: none;*/
	}
	.title.box {
		text-align: center;
	}
	.title.box span {
		padding: 6px 0px 6px 1em;
		border: 1px solid #333;
		letter-spacing: 1em;
	}
	div.issue dl {
		overflow: hidden;
		margin-bottom: 10px;
		}
		div.issue dl dt {
			float: left;
			width: 4em;
			padding-left: 10px;
		}
		div.issue dl dd {
			padding-left: 5em;
			padding-right: 10px;
			border-bottom: 1px solid #333;
}


/*-- register --*/
.register form dl dt {
	position: relative;
	}
	.register form dl dt span.message {
		position: absolute;
		left: 300px;
		top: 24px;
		z-index: 999;
}
.register form dl dd {
	margin-bottom: 5px;
}
i.required {
	color: #FF2D55;
	font-size: 16px;
	padding: 0 3px;
}
.register.confirm form dl dd.text,
.register.confirm form dl dd.textarea {
	width: 280px;
	min-height: 26px;
	padding: 4px;
	font-size: 16px;
}

.admin_holidays form dl dd.date_select {
	margin-bottom: 10px;
}


/****************************************
		4.  Header
*****************************************/
.logo, .head h1, ul.box_user li {
	line-height: 39px;
}
.logo {
	position: fixed;
	left:0;
	top: 0;
	z-index: 9999;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	.logo a {
		color: #000;
		text-decoration: none;
		}
		.logo a:hover {
			text-decoration: underline;
}
.head h1 {
	font-size: 20px;
	}
	.head h1 i {
		vertical-align: 0;
}
ul.box_user {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	}
	ul.box_user li {
		display: inline;
		}
		ul.box_user li a {
			display: inline-block;
			height: 40px;
			padding: 0 10px;
			text-decoration: none;
			}
			ul.box_user li.user a:hover {
				color: #FFF;
			}
			ul.box_user li.logout a:hover {
				color: #FFF;
}


/****************************************
		5.  side
*****************************************/
.side ol li {
	position: relative;
	font-size: 16px;
	line-height: 40px;
	}
	.side ol li a,
	.side ol li.disable {
		display: block;
		height: 40px;
		padding: 0 10px 0 15px;
		color: #666;
		text-decoration: none;
		border-bottom: 1px solid #FEE765;
	}
	.side ol li.disable {
		color: #CCC;
	}
		.side ol li a:hover,
		.side ol li a.current,
		.side ol li.disable.current {
			border-bottom: 1px solid #FFDF34;
	}
	.side ol li span.number {
		padding-left: 5px;
	}
	.side ol li p.ticker {
		position: absolute;
		top: 10px;
		left: 210px;
		z-index: 9999;
		display: inline-block;
		width: 400px;
		padding: 0 10px 4px;
		line-height: 1.4;
		color: #FFF;

}
.side ol.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	}
	.side ol.bottom li a,
	.side ol.bottom li.disable {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CDE3F1;
		border-bottom: none;
		}
		.side ol.bottom li a:hover,
		.side ol.bottom li a.current,
		.side ol.bottom li.disable.current {
			border-top-color: #B1DBF9;
			border-bottom: none;
}


/****************************************
		6.  footer
*****************************************/
div.foot .title{
	margin: 0;
	padding-right: 20px;
}
ul.list_step {
	position: relative;
	min-height: 40px;
	}
	ul.list_step li.prev {
	}
	ul.list_step li.next {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		background-color: #FFF;
	}
	ul.list_step li.middle {
		position: absolute;
		right: 50%;
		top: 0;
		z-index: 998;
		background-color: #FFF;
}
ul.list_customer {
}
ul.list_customer li {
	display: inline;
	}
	ul.list_customer li a {
		display: inline-block;
		height: 40px;
		padding: 0 10px;
		text-decoration: none;
}


/****************************************
		breadCrumbs
*****************************************/
.breadCrumbs.head {
	margin-bottom: 77px;
	}
	body.layout_760px .breadCrumbs.head {
		height: 50px;
		margin-bottom: 60px;
		padding-left: 50px;
		}
		body.layout_760px .breadCrumbs.head li,
		body.layout_760px .breadCrumbs.head li a {
			line-height: 50px;
	}
	body.layout_full .breadCrumbs.head {
		height: 50px;
		margin-bottom: 60px;
		}
		body.layout_full .breadCrumbs.head li,
		body.layout_full .breadCrumbs.head li a {
			line-height: 50px;
}
.breadCrumbs li h2, .breadCrumbs li, .breadCrumbs li h2 a, .breadCrumbs li a {
	display:inline;
	line-height:14px;
}
.breadCrumbs li a {
	margin-right:20px;
}
.breadCrumbs li.breadHome a {
	color: #947B4D
}
.breadCrumbs.foot li {
	line-height: 51px;
}


/****************************************
		login
*****************************************/
div.box_login {
	position: absolute;
	left: 50%;
	top: 100px;
	width: 300px;
	margin-left: -150px;
	padding: 20px;
	}
	div.box_login h1 {
		margin-bottom: 20px;
		text-align: center;
	}
	div.box_login p {
		margin-bottom: 10px;
	}
	div.box_login dd {
		margin-bottom: 10px;
		}
		div.box_login dd.dd_password {
			margin-bottom: 15px;
	}
	div.box_login div.buttons {
		text-align: center;
}


/****************************************
		table
*****************************************/
table {
	margin-bottom: 20px;
	border-collapse:separate;
	border-spacing: 2px;
	background-color: #FFF;
	font-size: 11px;
	}
	table.list {
		font-size: 13px;
}
table th {
	text-align:center;
	vertical-align: middle;
	}
	table th.message {
		width: 80px;
	}
	table th span.current{
		color: #FFDF34;
}
table th, table td {
	padding: 4px 2px;
		}
		table.list th, table.list td {
			padding: 10px 10px;
		}
		table.product td {
			vertical-align: top;
		}
		table.product select {
			display: inline-block;
			margin: 0 5px 5px 0;
			vertical-align: top;
		}
		table.product .submit {
			margin-left: 30px;
	}
	table th.dat_head,
	table td.dat_head {
		text-align: center;
	}
	table td.center {
		text-align: center;
	}
	table td.left {
		text-align: left;
	}
	table td.right {
		text-align: right;
	}
	table td.nowrap {
		white-space: nowrap;
	}
	table td.icon.download {
		padding: 0;
		text-align: center;
		vertical-align: middle;
		}
		table td.icon.download a,
		table td.icon.download input.submit {
			display: inline-block;
			padding: 4px;
			text-decoration: none;
			}
			table td.icon.download a:hover,
			table td.icon.download input.submit:hover {
				color: #FFF;
	}
	table td.check_box {
		text-align: center;
		vertical-align: middle;
}
table th.w10,
table td.w10{
	width: 10px;
}
table th.w40,
table td.w40{
	width: 40px;
}
table th.w60,
table td.w60{
	width: 60px;
}
table th.w80,
table td.w80{
	width: 80px;
}
table th.w100,
table td.w100{
	width: 100px;
}
table th.w120,
table td.w120{
	width: 120px;
}
table th.w200,
table td.w200{
	width: 200px;
}

.print {
	}
	.print table {
		margin-bottom: 10px;
	}
	.print table.full {
/*		width: 100%;*/
		}
		.print table th,
		.print table td {
			padding: 4px 10px;
			min-height: 1em;
		}
		.print table th {
}
.processed_area {
	}
	.processed_area span.fLeft {
		padding-left:100px;
	}
	.processed_area table {
		margin-left:150px;
}
.shop_area {
	padding-left:20px;
}
/*
.smn_product_area {
	width: 60%;
	}
	.smn_product_area table {
		width: 100%;
}
.shop_area {
	padding-left:10%;
	}
	.shop_area {
		width: 30%;
}
*/
hr {
	margin: 20px 0 30px;
	border: 1px dashed #CCC;
	}
	hr.new_page {
		page-break-after: always;
}


/****************************************
		form
*****************************************/
fieldset {
	clear: both;
}
form .field, form .buttons {
	clear: both;
	margin-top: 20px;
	}
	form .field label {
		display: block;
}
form ul.fields li {
	list-style-type: none;
	}
	form ul.inline li, form ul.inline label {
		display: inline;
}
input.radio, input.checkbox {
	vertical-align: baseline;
	margin-right:10px;
}
label, button, input.submit, input.image {
	cursor: pointer;
	}
	label {
		font-size: 12px;
}
textarea {
	overflow: auto;
}
input.text, input.password, textarea, select {
	margin: 0;
	vertical-align: bottom;
	}
	select.select {
		padding: 4px;
		vertical-align: 2px;
		font-size: 14px;
}
input.text, input.password, textarea {
	padding: 4px;
	font-size: 16px;
	}
	div.box_login input.text,
	div.box_login input.password,
	.register input.text,
	.register input.password {
		width: 280px;
	}
	input.text.int {
		width: 100px;
	}
	input.text_edit {
		width: 80px;
		font-size: 12px;
	}
	input.size30,
	input.text_edit.size30 {
		width: 30px;
	}
	input.size50,
	input.text_edit.size50 {
		width: 50px;
	}
	input.size100,
	input.text_edit.size100 {
		width: 100px;
	}
	input.size140,
	input.text_edit.size140 {
		width: 140px;
	}
	input.size200,
	input.text_edit.size200 {
		width: 200px;
	}
	input.size300,
	input.text_edit.size300 {
		width: 300px;
}
input.submit {
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
}
input.submit.icon {
	padding: 2px 4px;
	font-family: CONDENSEicon;
	font-style: normal;
	font-size: 20px;
	vertical-align: -5%;
}
label.underline {
	font-size: 16px;
	text-decoration: underline;
	}
	label.underline:hover {
		text-decoration: none;
}

input.number {
	width: 2em;
	text-align: right;
}

/****************************************
		icons
*****************************************/
i {
	font-family: CONDENSEicon;
	font-style: normal;
	font-size: 20px;
	padding-right: 4px;
	vertical-align: -5%;
}
.fSmall i {
	font-size: 16px;
	padding-right: 0;
}
i.panel {
	color: #FFF;
	font-size: 66px;
	line-height: 1.2;
}
table a.icon i{
	display: block;
	font-size: 14px;
	padding: 0;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
p i,
span i {
	font-weight: normal;
}

