@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	color: #333;
	background-color: rgba(255,255,255,1.00);
}
a {
	color: rgba(40,110,200,1.00);
	text-decoration: none;
	overflow: hidden;
}
a:hover, a:active, a:focus {
	color: rgba(40,110,200,1.00);
	text-decoration: underline;
}
p, div, li, h2, h3, h4, h5, span { /* アンドロイド端末で幅が勝手に狭まる現象の回避策 */
	background-image: url(/images/common/1px.png);
	background-repeat: no-repeat;
}
input[type="text"], input[type="tel"], input[type="email"], select {
	padding: 3px 5px;
	font-size: 1.1em;
	border: 1px solid rgba(202,202,202,1.00);
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
input[type="submit"], input[type="button"] {
	border: none;
	cursor: pointer;
	display: inline-block;
}
#crumbs {
	position: relative;
	overflow: hidden;
}
#crumbs li {
	display: inline-block;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
}
#crumbs li:after {
	content: "＞";
	margin-right: 7px;
	margin-left: 7px;
	font-size: 0.8em;
}
#crumbs li:first-child:after {
	position: relative;
	top: -2px;
}
#crumbs li:last-child:after {
	content: "";
	margin-right: 0;
}
#crumbs li#home a {
	background-image: url(/images/common/icon_home12-11.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 16px;
	display: inline-block;
}
/* ページ共通
------------------------------------- */
#container {
	background: rgba(255,255,255,1.00);
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.h2Red {
	font-size: 1.8em;
	color: rgba(255,0,0,1.00);
	border-bottom: 3px solid rgba(255,0,0,1.00);
	line-height: 1.2em;
}
a.externalLink { /* 外部サイトへのリンク */
	background-image: url(/images/common/icon_linkExternal.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	display: inline-block;
}
a.internalLink { /* サイト内へのリンク */
	background-image: url(/images/common/icon_linkInternal.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
}
a.internalLinkWhite { /* サイト内へのリンク(濃色背景の場合) */
	background-image: url(/images/common/icon_linkInternalWhite.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
	color: rgba(255,255,255,1.00);
}
a.pageInLink1 { /* ページ内リンク */
	position: relative;
	padding-left: 16px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
a.pageInLink1::before { /* ページ内リンク */
	width: 14px;
	height: 14px;
	left: 4px;
	top: 4px;
	content: "";
	position: absolute;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(40,110,200,1.00);
}
a.pageInLink1::after { /* ページ内リンク */
	left: 7px;
	top: 5px;
	width: 8px;
	height: 8px;
	content: "";
	vertical-align: middle;
	position: absolute;
	border-bottom: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.goNextListLink1 { /* ススムのリストリンク */
	position: relative;
	padding-left: 16px;
	display: inline-block;
	vertical-align: middle;
}
a.goNextListLink1::before { /* ススムのリストリンク */
	width: 14px;
	height: 14px;
	left: 0px;
	top: 4px;
	content: "";
	position: absolute;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(40,110,200,1.00);
}
a.goNextListLink1::after { /* ススムのリストリンク */
	left: 2px;
	top: 6px;
	width: 8px;
	height: 8px;
	content: "";
	vertical-align: middle;
	position: absolute;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remodal a.internalLink {
	display: inline;
}
#pageTop {
	display: none;
	position: relative;
	width: 90%;
	max-width: 1100px;
	height: 0;
	margin: 0 auto;
}
#pageTop a {
	position: fixed;
	display: block;
	left: auto;
	bottom: 50px;
	width: 100px;
	height: 80px;
	margin-left: 1110px;
}
a.modal { /* ダイアログを表示するためのリンク元 */
	cursor: pointer;
}
body .windowDialog {
	padding: 35px 15px;
	position: relative;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
body .windowDialog .btnDialogClose {
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	display: block;
	right: -0.8em;
	top: -0.8em;
	height: 1.8em;
	width: 1.8em;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(0,180,150,1.00);
	padding-top: 0.3em;
	text-align: center;
	cursor: pointer;
}
body .windowDialog h2 {
	color: rgba(153,153,153,1.00);
	font-weight: bold;
	font-size: 1.6em;
}
body .headGreenDialog {
	padding: 0;
	text-align: left;
	position: relative;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
body .headGreenDialog .scaningNoticeDetail {
	height: 500px;
	overflow: auto;
}
body .headGreenDialog .scaningNoticeDetail ul li {
}
body .headGreenDialog .btnDialogClose {
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	display: block;
	right: 0.8em;
	top: 0.8em;
	height: 1.8em;
	width: 1.8em;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 50%;        /* CSS3草案 */
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(153,153,153,1.00);
	padding-top: 0.3em;
	text-align: center;
	cursor: pointer;
}
/* 背景を黒の半透明にするためのブロック */
#fadeLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: 0.5;
	z-index: 1;
	display: none;
}
/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	clear: both;
	width: 410px;
	min-height: 40px;
	position: absolute;
	bottom: -10px;
	left: 620px;
	margin: 0 auto;/*background: #F5F1E9 ;*/	/* 背景色 */
	/*padding: 1.5em 0 ;*/
}
/* デスクトップPCでは高さを拡張する */
/*@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px;
	margin: 24px auto;
	padding: 0;
	border: none;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
ul.social-button-syncer {
	width: 410px;
	margin: 0 auto;
}
}
/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left;
	text-align: center;
	/*height: 71px ;*/
	margin: 0 8px;
	padding: 0;
}
/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
/*width: 71px ;*/
}
.sc-tw svg {
	width: 30px;
	height: 30px;
}
/* [Facebook] */
.sc-fb {
	z-index: 99;/*width: 69px ;*/
}
/* [LINE] */
.sc-li {
	width: 50px;
}
.sc-li-img {
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 36px;
	height: 60px;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
.sc-li {
	display: none;
}
}

 /* 各種ボタン(風)「ログイン」「新規会員登録」など
 -------------------------------------------------- */
.btnLogin { /* ログインボタン(淡いエメラルドグリーン) */
	background-color: rgba(0,180,150,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #00A082;
	-moz-box-shadow:0px 2px 0px 0px #00A082;
	-webkit-box-shadow:0px 2px 0px 0px #00A082;
	width: 143px;
	height: 37px;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnLogin:hover { /* ログインボタン(淡いエメラルドグリーン) */
	background-color: rgba(255,130,130,1.00);
	box-shadow:0px 2px 0px 0px #E16E6E;
	-moz-box-shadow:0px 2px 0px 0px #E16E6E;
	-webkit-box-shadow:0px 2px 0px 0px #E16E6E;
}
.btnNewRegist { /* 新規会員登録ボタン(レッド) */
	background-color: rgba(255,0,0,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #CC0000;
	-moz-box-shadow:0px 2px 0px 0px #CC0000;
	-webkit-box-shadow:0px 2px 0px 0px #CC0000;
	width: 143px;
	height: 37px;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnNewRegist:hover { /* 新規会員登録ボタン(レッド) */
	border: 2px solid rgba(204,204,204,1.00);
	background-color: rgba(255,255,255,1.00);
	color: rgba(40,110,200,1.00);
	padding-top: 7px;
	padding-bottom: 9px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
}
#btnConfirm { /* 入力内容を確認するなどピンクボタン */
	background-color: rgba(255,130,130,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #E16E6E;
	-moz-box-shadow:0px 2px 0px 0px #E16E6E;
	-webkit-box-shadow:0px 2px 0px 0px #E16E6E;
	width: 260px;
	height: 50px;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	font-size: 1.3em;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
#btnConfirm:hover { /* 入力内容を確認するなどピンクボタン */
}
#btnCancel { /* キャンセルなどグレーボタン */
	background-color: rgba(179,179,179,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #999999;
	-moz-box-shado:w0px 2px 0px 0px #999999;
	-webkit-box-shadow:0px 2px 0px 0px #999999;
	width: 138px;
	height: 33px;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	font-size: 1em;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
#btnCancel:hover { /* キャンセルなどグレーボタン */
}
.btnEmerald { /* 淡いエメラルドグリーン */
	background-color: rgba(0,180,150,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #00A082;
	-moz-box-shadow:0px 2px 0px 0px #00A082;
	-webkit-box-shadow:0px 2px 0px 0px #00A082;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnEmerald:hover { /* 淡いエメラルドグリーン */
}
.btnDelete {
	background-image: url(/images/common/icon_trash.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: rgba(128,128,128,1.00);
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	padding-left: 17px;
	letter-spacing: 0.7em;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.deliTable .btnDelete {
	position: absolute;
	bottom: 7px;
	left: 7px;
}
.btnGreen {
	background-color: rgba(105,168,86,1);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #4E803F;
	-moz-box-shadow:0px 2px 0px 0px #4E803F;
	-webkit-box-shadow:0px 2px 0px 0px #4E803F;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnGreen:hover {
}
.btnEmeGreen {
	background-color: rgba(0,180,150,1);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #4E803F;
	-moz-box-shadow:0px 2px 0px 0px #4E803F;
	-webkit-box-shadow:0px 2px 0px 0px #4E803F;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnEmeGreen:hover {
}
.btnBlue {
	background-color: rgba(40,110,200,1);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #346680;
	-moz-box-shadow:0px 2px 0px 0px #346680;
	-webkit-box-shadow:0px 2px 0px 0px #346680;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnBlue:hover {
}
.btnPink {
	background-color: rgba(255,130,130,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #E16E6E;
	-moz-box-shadow:0px 2px 0px 0px #E16E6E;
	-webkit-box-shadow:0px 2px 0px 0px #E16E6E;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnPink:hover {
	border: 2px solid rgba(204,204,204,1.00);
	background-color: rgba(255,255,255,1.00);
	color: rgba(40,110,200,1.00);
	box-sizing: border-box;
	box-shadow:0px 2px 0px 0px #FFF;
	-moz-box-shadow:0px 2px 0px 0px #FFF;
	-webkit-box-shadow:0px 2px 0px 0px #FFF;
}
.btnPink.alpha:hover {
	border: none;
	background-color: rgba(255,0,0,1.00);
	/*font-weight: bold;*/
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #CC0000;
	-moz-box-shadow:0px 2px 0px 0px #CC0000;
	-webkit-box-shadow:0px 2px 0px 0px #CC0000;
}
.btnOrange {
	background-color: rgba(255,153,51,1);
	/* box-shadow */
	box-shadow:0px 0px 0px 0px #CC0000;
	-moz-box-shadow:0px 0px 0px 0px #CC0000;
	-webkit-box-shadow:0px 0px 0px 0px #CC0000;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnOrange a{
	color: rgba(255,255,255,1.00);}
.btnOrange:hover {
}
.btnOrange:after {
	content: "＞";
	position: absolute;
	right: 10px;
	top: 10px;
}
.btnGray {
	background-color: rgba(179,179,179,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #999999;
	-moz-box-shado:w0px 2px 0px 0px #999999;
	-webkit-box-shadow:0px 2px 0px 0px #999999;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnGray:hover {
}
.btnDarkGray {
	background-color: rgba(128,128,128,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #999999;
	-moz-box-shado:w0px 2px 0px 0px #999999;
	-webkit-box-shadow:0px 2px 0px 0px #999999;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.btnDarkGray:hover {
}
.btnRed { /* レッドボタン */
	background-color: rgba(255,0,0,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #CC0000;
	-moz-box-shadow:0px 2px 0px 0px #CC0000;
	-webkit-box-shadow:0px 2px 0px 0px #CC0000;
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	position: relative;
}
.btnRed:hover { /* レッドボタン */
}
.btnRed a{
	color: rgba(255,255,255,1.00);}
.btnRed:after {
	content: "＞";
	position: absolute;
	right: 10px;
	top: 10px;
}
a.btnLogin:hover, a.btnLogin:active, a.btnLogin:focus, a#btnConfirm:hover, a#btnConfirm:active, a#btnConfirm:focus, a#btnCancel:hover, a#btnCancel:active, a#btnCancel:focus, a.btnEmerald:hover, a.btnEmerald:active, a.btnEmerald:focus, a.btnGreen:hover, a.btnGreen:active, a.btnGreen:focus, a.btnBlue:hover, a.btnBlue:active, a.btnBlue:focus a.btnGray:hover, a.btnGray:active, a.btnGray:focus, a.btnRed:hover, a.btnRed:active, a.btnRed:focus {
	color: rgba(255,255,255,1.00);
}
.btnDataSubmit {
	margin-left: auto;
	margin-right: auto;
}
.btnDataSubmit a {
	position: relative;
	background-image: url(/images/common/icon_dataUploadWhite.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	padding-left: 50px;
}
.btnDataSubmit a:hover {
	background-image: url(/images/common/icon_dataUploadRed.png);
	background-position: 5px 5px;
}
.btnDataSubmit a.btnPink:hover {
	background-position: 3px 3px;
	padding-top: 13px;
	padding-left: 47px;
	padding-bottom: 8px;
	box-sizing: border-box;
}
.btnDataSubmit a:after {
	content: "＞";
	position: absolute;
	right: 10px;
	top: 15px;
}
.btnDataSubmit a.btnPink:hover:after {
	right: 8px;
	top: 13px;
}
.btnGt:after {
	content: "＞";
	position: absolute;
	right: 10px;
	top: 15px;
}
.btnLt:after {
	content: "＜";
	position: absolute;
	left: 10px;
	top: 15px;
}
.rightDeltaRed1em:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 1.25em solid transparent;
  border-right: 1.4em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 1.4em solid rgba(255,0,0,1.00);
  margin-top: 0;
  right: -2.6em;
  top: 0;
}




/* メインコンテンツ
------------------------------------- */
#wrapper {
	width: 1100px;
	margin: 20px auto;
	position: relative;
	overflow: hidden;
}

/* サイドナビ
------------------------------------- */
#sideNavi {
	width: 250px;
	position: relative;
	overflow: hidden;
	float: left;
}


/* ページのサイドにあるフローチャート
------------------------------------- */
#pageFlow {
	width: 250px;
	padding: 10px;
	/*float: left;*/
	background-color: rgba(230,230,230,1.00);
}
#pageFlow h3 {
	color: rgba(255,0,0,1.00);
}
#pageFlow ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#pageFlow ol li {
	background-color: rgba(255,242,242,1.00);
	border: 2px solid rgba(255,0,0,1.00);
	padding: 10px 6px;
	margin-bottom: 30px;
	position: relative;
	color: rgba(255,0,0,1.00);
	font-weight: bold;
}
#pageFlow ol li.thisPage {
	background-color: rgba(255,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
#pageFlow ol li.thisPage p {
	color: rgba(255,255,255,1.00);
}
#pageFlow ol li:last-child {
	margin-bottom: 0;
}
#pageFlow ol li:after {
	content: "↓";
	color: rgba(255,0,0,1.00);
	position: absolute;
	left: 115px;
	bottom: -30px;
	font-size: 20px;
}
#pageFlow ol li:last-child:after {
	content: normal;
	font-size: 1px;
}
#pageFlow ol li p {
	font-weight: normal;
	font-size: 0.8em;
	color: rgba(51,51,51,1.00);
}

/* 会員登録
------------------------------------- */
#contents {
	width: 830px;
	float: right;
}
table.tableSkyblue.form1 {
	width: 100%;
}
table.tableSkyblue.form1, table.tableSkyblue.form1 th, table.tableSkyblue.form1 td {
	border: 1px solid rgba(179,179,179,1.00);
	border-collapse: collapse;
}
table.tableSkyblue.form1 th, table.tableSkyblue.form1 td {
	padding: 8px 6px;
	font-size: 0.85em;
}
table.tableSkyblue.form1 th {
	background-color: rgba(233,240,249,1.00);
	width: 21.5%;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
table.tableSkyblue.form1 td {
	vertical-align: middle;
}
table.tableSkyblue.form1 td.tdNote {
	background-color: rgba(255,242,242,1.00);
	width: 24.5%;
	font-size: 0.85em;
}
table.tableSkyblue.form1 td.tdNoteWide {
	background-color: rgba(255,242,242,1.00);
	width: 33%;
	font-size: 0.85em;
}
table.tableSkyblue.form1 label {
	display: inline-block;
}
.required {
	background-color: rgba(255,0,0,1.00);
	color: rgba(255,255,255,1.00);
	padding: 0 2px;
	display: inline-block;
}
#autoAddress {
	cursor: pointer;
	background-color: rgba(0,180,150,1.00);
	border: none;
	color: rgba(255,255,255,1.00);
	border-radius: 5px;        /* CSS3草案 */ 
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	box-sizing: border-box;
	padding-top: 2px;
	padding-bottom: 2px;
}
input.widthMailLong {
	width: 82%;
}
input.widthMailShort {
	width: 39%;
}
input.widthName {
	width: 32%;
}
input.widthZip1 {
	width: 17%;
}
input.widthZip2 {
	width: 22%;
}
input.widthAddress1 {
	width: 82%;
}
input.widthAddress2 {
	width: 45%;
}
input.widthTel {
	width: 28%;
}
input.widthQuestionOther {
	width: 80%;
}
input.widthCorpName {
	width: 100%;
}
textarea.textareaSmall {
	width: 100%;
	height: 3em;
}
textarea.textareaBig {
	width: 100%;
	height: 6em;
}
.subMailNum {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	width: 2.5em;
}
.subMailDetail {
	display: table-cell;
}
.subMailDetail input.widthMailLong {
	width: 89.5%;
}
.subMailDetail input.widthMailShort {
	width: 42.5%;
}
.questionnaire {
}
.questionnaire input, .questionnaire label {
	display: inline-block;
	font-size: 0.85em;
}
.questionnaire .otherErrorWidth {
	width: 70%;
}
.industrySelect {
	float: left;
	width: 25%;
}
.industrySelectWide {
	float: left;
	width: 50%;
}

/* WEBデータアップロード
------------------------------------- */

#dataUpload1 div.dataupBlock {
	height: 285px;
	overflow: auto;
	position: relative;
}
.flieUpBtn {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  padding: .09em;
	background-color: rgba(0,180,150,1.00);
	/* box-shadow */
	box-shadow:0px 2px 0px 0px #00A082;
	-moz-box-shadow:0px 2px 0px 0px #00A082;
	-webkit-box-shadow:0px 2px 0px 0px #00A082;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
}
.flieUpBtn input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.fileDelMargL {
	margin-left: 92px;
}
#dataUpload1 #droppable {
}
#dataUpload1 #droppable .dropBack1 {
	
}
#fileListBlock1 { /* 入稿ファイル部分 */
}
#fileListBlock1 #fileList1 {
	overflow: auto;
	height: 285px;
	background-color: rgba(242,242,242,1.00);
}
#fileListBlock1 #fileList1 li {
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid rgba(153,153,153,1.00);
}
#fileListBlock1 #fileList1 li input[type=button] {
	background-color: rgba(128,128,128,1.00);
	margin-left: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
}
.fileLeftBlock { /* ファイルリスト ブロックの左側（ファイル名）*/
	text-align: left;
	float: left;
}
.fileRightBlock { /* ファイルリスト ブロックの右側（ファイルサイズ）*/
	text-align: right;
}
.btnActive {
	background-color: #FF0000;
}
#dataUpload2 div.dataupBlock { /* 見本画像ファイル */
	height: 200px;
	overflow: auto;
	position: relative;
}
#fileListBlock2 { 
}
#fileListBlock2 #fileList2 {
	overflow: auto;
	height: 200px;
	background-color: rgba(242,242,242,1.00);
}
#fileListBlock2 #fileList2 li {
	padding: 5px 5px 5px 20px;
	border-bottom: 1px solid rgba(153,153,153,1.00);
}
#fileListBlock2 #fileList2 li input[type=button] {
	background-color: rgba(128,128,128,1.00);
	margin-left: 10px;
	color: rgba(255,255,255,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
}

/* 注文
------------------------------------- */
body.order {
}
#subHead {
	position: relative;
	overflow: hidden;
}
h2.borderLeftGreen32 {
	background-color: rgba(0,180,150,1.00);
	padding-top: 25px;
	padding-bottom: 5px;
	color: rgba(255,255,255,1.00);
	font-size: 2em;
	text-indent: -16px;
	position: relative;
	line-height: 1em;
	border-top-left-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 4px;   /* Firefox用 */  
	border-top-right-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-right-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 4px;   /* Firefox用 */  
}
h3.borderLeftOrange32 {
	background-color: rgba(255,153,51,1.00);
	padding-top: 15px;
	padding-bottom: 5px;
	color: rgba(255,255,255,1.00);
	font-size: 1.5em;
	text-indent: -16px;
	position: relative;
	line-height: 1em;
	border-top-left-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 4px;   /* Firefox用 */  
	border-top-right-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-right-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 4px;   /* Firefox用 */
	border-left: 32px solid rgba(225, 123, 31, 1);
}
h3.borderLeftGreen32 {
	background-color: rgba(0,180,150,1.00);
	padding-top: 15px;
	padding-bottom: 5px;
	color: rgba(255,255,255,1.00);
	font-size: 1.5em;
	text-indent: -16px;
	position: relative;
	line-height: 1em;
	border-top-left-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 4px;   /* Firefox用 */  
	border-top-right-radius: 4px;        /* CSS3草案 */  
	-webkit-border-top-right-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 4px;   /* Firefox用 */  
}
.markListBlock {
	position: absolute;
	right: 7px;
	top: 12px;
}
.markOffset {
	background-color: rgba(40,110,200,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	text-align: center;
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.markOffset:first-line {
	font-size: 0.85em;
}
.markKouhinshitsu {
	background-color: rgba(255,130,130,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	text-align: center;
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.markKakuyasu {
	background-color: rgba(255,0,0,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	text-align: center;
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px;
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.markTannouki {
	background-color: rgba(255,204,0,1.00);
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */  
	text-align: center;
	font-size: 0.85em;
	line-height: 1.1em;
	padding: 5px;
	color: rgba(255,0,0,1.00);
	display: inline-block;
}
.paperKind_menu {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.paperKind_menu.margT05 {
	margin-top: 5px;
}
.paperKind_menu h4 {
	font-size: 1.1em;
}
.paperKind_menu h4.sizeA1 {
	background-color: rgba(255,130,130,1.00);
	color:rgba(255,255,255,1.00);
}
.paperKind_menu h4.sizeA2 {
	background-color: rgba(255,130,130,1.00);
	color:rgba(255,255,255,1.00);
}
.paperKind_menu h4.sizeA4 {
	background-color: rgba(255,130,130,1.00);
	color:rgba(255,255,255,1.00);
}
.paperKind_menu h4.sizeB5 {
	color: rgba(255,153,51,1.00);
}
.paperKind_menu h4.sizeB4 {
	color: rgba(255,153,51,1.00);
}
.paperKind_menu h4.sizeB3 {
	background-color: rgba(255,153,102,1.00);
	color: rgba(255,255,255,1.00);
}
.paperKind_menu h4.sizeB2 {
	background-color: rgba(255,153,102,1.00);
	color: rgba(255,255,255,1.00);
}
.paperKind_menu h4.sizeD {
	color: rgba(255,153,102,1.00);
}
.paperKind_menu div {
	border-collapse: collapse;
	/* [disabled]display: inline-block; */
}
.paperKind_menu div.block02 {
	width: 50%;
	border-collapse: collapse;
	display: inline-block;
	float: left;
}
.paperKind_menu table tr:hover {
	background-color: rgba(233,240,249,1.00);
}
.paperKind_menu table th {
	padding: 5px 5px 3px 5px;
	text-align: left;
	color: rgba(255,255,255,1.00);
	background-color: rgba(128,128,128,1.00);
}
.paperKind_menu table th:first-child {
	width: 45%;
	border-right: 2px solid rgba(255,255,255,1.00);
}
.paperKind_menu table td {
	padding: 5px 5px 3px 5px;
	font-size: 0.9em;
	border-bottom: 1px solid rgba(179,179,179,1.00);
}
.paperKind_menu table tr td:first-child {
	text-align: right;
}
.paperKind_menu a.goNextListLink1 {
	display: block;
	padding-bottom: 2px;
}
.paperKind div {
	border-collapse: collapse;
	display: inline-block;
	float: left;
	width: 50%;
}
.paperKind div:first-child {
	vertical-align: middle;
	width: 50%;
}
.paperKind div:nth-child(2) {
	width: 50%;
	float: left;
}
.paperKind div:nth-child(2) table {
	width: 100%;
}
.paperKind table tr:hover {
	background-color: rgba(233,240,249,1.00);
}
.paperKind table th {
	padding: 5px 5px 3px 5px;
	text-align: left;
	color: rgba(255,255,255,1.00);
	background-color: rgba(128,128,128,1.00);
}
.paperKind table th:first-child {
	width: 45%;
	border-right: 2px solid rgba(255,255,255,1.00);
}
.paperKind table td {
	padding: 5px 5px 3px 5px;
	font-size: 0.9em;
	border-bottom: 1px solid rgba(179,179,179,1.00);
}
.paperKind table tr td:first-child {
	text-align: right;
}
.paperKind a.goNextListLink1 {
	display: block;
	padding-bottom: 2px;
}
.orderSizeSwitch {
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid rgba(255,0,0,1.00);
}
.orderSizeSwitch li {
	width: 100px;
	height: 55px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 5px;   /* Firefox用 */
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 5px;   /* Firefox用 */
	background-color: rgba(179,179,179,1.00);
	cursor: pointer;
	color: rgba(255,255,255,1.00);
	float: left;
	margin-right: 3px;
	text-align: center;
	font-size: 1.2em;
	padding-top: 0.7em;
	font-weight: bold;
}
.orderSizeSwitch li:hover {
	background-color: rgba(255,130,130,1.00);
}
.orderSizeSwitch li.selectOn {
	background-color: rgba(255,0,0,1.00);
}
.orderSizeOptionList {
	border: 1px solid rgba(153,153,153,1.00);
	border-collapse: collapse;
	font-size: 0.9em;
	width: 100%;
}
.orderSizeOptionList caption {
	border: none;
	background-color: rgba(0,180,150,1.00);
	padding: 5px 0 0 7px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
}
.orderSizeOptionList th {
	padding: 5px;
	border: 1px solid rgba(153,153,153,1.00);
}
.orderSizeOptionList th.backSkyBlue {
	padding: 5px 3px;
}
.orderSizeOptionList td {
	padding: 5px;
	border: 1px solid rgba(153,153,153,1.00);
	text-align: center;
}
.orderSizeOptionList td.alignLeft {
	text-align: left;
	line-height: 1.4em;
}
.initialSelect { /* 用紙サイズやカラー選択ブロック */
	font-size: 0.9em;
}
.initialSelect table {
	width: 100%;
}
.initialSelect table th, .initialSelect table td {
	padding: 5px;
}
.orderSelectRadio { /* ラジオボタン選択（白背景、ライン無し） */
	background-color: rgba(255,255,255,1.00);
	display: inline-block;
	text-align: left;
	padding: 5px;
	margin-right: 10px;
}
.orderSelectRadio:last-child {
	margin-right: 0;
}
.orderSelectRadio:hover {
	border: 3px solid rgba(179,179,179,1.00);
	padding: 2px;
}
label.orderSelectRadio {
	cursor: pointer;
}
.orderSelectRadioYellow {
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(255,204,0,1.00);
	display: inline-block;
	text-align: left;
	padding: 4px;
}
.orderSelectRadioYellow:last-child {
	margin-right: 0;
}
.orderSelectRadioYellow:hover {
	border: 3px solid rgba(255,204,0,1.00);
	padding: 2px;
}
label.disabled:hover { /* グレーアウト時のhover打ち消し用 08.11 dokkun */
	border: 1px solid rgba(255,204,0,1.00);
	padding: 4px;
	cursor: default;
}
label.orderSelectRadioYellow {
	cursor: pointer;
}
.orderSelectedRadio, .orderSelectedRadio:hover {
	background-color: rgba(255,204,0,1.00);
	border: none;
	padding: 5px;
}
.currencyUnit { /* 価格表右上【単位：円】【税込】の表示 */
	position: absolute;
	top: -1.3em;
	right: 0;
	font-size: 0.9em;
}
#priceTable {
	width: 100%;
	border: 1px solid rgba(153,153,153,1.00);
	border-collapse: collapse;
	margin-top: 0.5em;
}
#priceTable th {
	padding: 10px;
	border: 1px solid rgba(153,153,153,1.00);
	background-color: rgba(255,200,200,0.50);
}
#priceTable th:first-child {
	width: 185px;
}
#priceTable td {
	padding: 5px;
	border: 1px solid rgba(153,153,153,1.00);
	text-align: center;
}
#priceTable tr:nth-child(even) {
	background-color: rgba(200,200,200,0.50);
}
#priceTable td:first-child {
	background-color: rgba(255,200,200,0.50);
}
#priceTable tr.selectLine { /* 縦横十字の選択中のセルの色 */
	background-color: rgba(210,230,255,0.9);
}
#priceTable td.selectLine { /* 縦横十字の選択中のセルの色 */
	background-color: rgba(210,230,255,0.9);
}
#priceTable td.selectPoint { /* 選択中のセルの色 */
	background-color: rgba(190,220,250,1.0);
}
.order #mainBlock {
	width: 800px;
	float: left;
}
.order #mainBlock table {
	width: 100%;
	font-size: 0.9em;
}
.order table.tableSkyblue.form1 {
	border: none;
}
.order table.tableSkyblue.form1 th, .order table.tableSkyblue.form1 td {
	font-size: inherit;
	padding: 8px 6px;
	border: none;
}
table.tableDarkGray {
	width: 100%;
	border-collapse: collapse;
}
table.tableDarkGray th {
	background-color: rgba(128,128,128,1.00);
	border-right: 2px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
}
table.tableDarkGray td {
	padding: 5px;
	border-right: 1px solid rgba(153,153,153,1.00);
	border-bottom: 1px solid rgba(153,153,153,1.00);
}
table.tableDarkGray td:last-child {
	border-right: none;
}
table.tableDarkGray tr:nth-child(odd) td {
	background-color: rgba(242,242,242,1.00);
}
.rightArrow {
	position: relative;
}
.rightArrow:before {
	left: -25px;
	top: 8px;
	width: 15px;
	height: 10px;
	border: 15px solid transparent;
	border-left: 15px solid rgba(128,128,128,1.00);
	content: "";
	position: absolute;
}
.rightArrow:after {
	position: absolute;
	left: -40px;
	top: 15px;
	width: 15px;
	height: 14px;
	content: "";
	border-left: 15px solid rgba(128,128,128,1.00);
}

.selectBox {
	display: inline-block;
	position: relative;
}
.selectBox .selected {
	background: #FFF;
	border: 1px solid #777;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	cursor: default;
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 0;
}
.selectBox .selected .selectDisp {
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 31px 0 7px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 0;
	text-align: left;
}
.selectBox .selected .selectDisp:before {
	background-color: #FFF;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	right: 21px;
	top: 0;
	width: 1px;
}
.selectBox .selected .selectArrow {
	background-image: url(/images/common/icon_selectArrow.png);
	background-position: center;
	background-repeat: no-repeat;
	content: "a";
	border-left: 1px solid #777;
	color: #444;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	font-size: 8px;
	border-top-right-radius: 3px;        /* CSS3草案 */  
	-webkit-border-top-right-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 3px;   /* Firefox用 */
	border-bottom-right-radius: 3px;        /* CSS3草案 */  
	-webkit-border-bottom-right-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-bottom-right-radius: 3px;   /* Firefox用 */
}
.selectBox .selected .selectName {
	font-weight: normal;
}
.selectBox .selected .selectDescription {
	font-size: inherit;
}
.selectOptions {
	top: 5px;
	left: 5px;
	right: auto;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 3px 3px 18px #3c3c3c;
	line-height: 1.4;
	max-height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	z-index: 100;
	text-align: left;
}
.selectOption {
	width: 260px;
	border-bottom: 1px solid #CCC;
	padding: 3px;
}
.selectOption:hover {
	background-color: rgba(255, 204, 0, 1);
	cursor: pointer;
}
.selectBox .selectOptions .selectOption.selected {
	border: 2px solid rgba(255, 204, 0, 1);
	background-color: rgba(255, 248, 217, 1.00);
}
.selectBox .selectOptions .selectOption.selected .selectName {
	font-weight: bold;
}
.selectBox .selectOptions .selectOption.selected .selectDescription {
	font-size: 0.7em;
}
.selectWide {
	width: 620px;
}
.selectWide .selectOption {
	float: left;
	width: 300px;
}
.selectBox .selectOptions.selectWide  .selectOption.selected {
	padding: 1px;
	margin-bottom: 1px;
}
.selectWide .selectOption:nth-child(odd) {
	border-right: 1px solid #CCC;
}
.selectName {
	font-weight: bold;
}
.selectDescription {
	font-size: 0.7em;
	color: #999;
}

#orderCrumbs1 { /* 注文時のフローチャート１つ目 */
	position: relative;
	overflow: hidden;
	font-size: 0.95em;
	padding-bottom: 4px;
	color: rgba(153,153,153,1.00);
}
#orderCrumbs1 li {
	display: inline-block;
	float: left;
	line-height: 1.2em;
	position: relative;
	border-bottom: 2px solid rgba(179,179,179,1.00);
	padding-bottom: 3px;
}
#orderCrumbs1 li:after {
	content: "＞";
	margin-right: 7px;
	margin-left: 7px;
	font-size: 0.8em;
}
#orderCrumbs1 li:last-child:after {
	content: "";
	margin-right: 0;
}
#orderCrumbs1 li:last-child span:after {
	border-right: 2px solid rgba(179,179,179,1.00);
	height: 10px;
	position: absolute;
	right: 0;
	bottom: -5px;
	content: "";
}
#orderCrumbs1 li#thisPage {
}
#orderCrumbs1 li#thisPage:before {
	background-color: rgba(255,0,0,1.00);
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	left: 40%;
	bottom: -6px;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */ 
}
#orderCrumbs1 li#thisPage span:after {
	background-color: rgba(255,0,0,1.00);
	width: 40%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
}
#orderCrumbs1 li.passedPage {
	border-bottom: 2px solid rgba(255,0,0,1.00);
}
#orderCrumbs2 { /* 注文時のフローチャート２つ目 */
	position: relative;
	overflow: hidden;
	font-size: 0.95em;
	padding-bottom: 4px;
	padding-top: 12px;
	color: rgba(153,153,153,1.00);
	display: inline-block;
	padding-right: 100px;
	z-index: 50;
	margin-top: -4px;
}
#orderCrumbs2:before {
	content: "";
	background-color: rgba(255,255,255,1.0);
	width: 15px;
	height: 4px;
	position: absolute;
	right: 100px;
	bottom: 0;
	z-index: 100;
}
#orderCrumbs2:after {
	border-bottom: 2px solid rgba(179,179,179,1.00);
	bottom: 22px;
	content: "";
	position: absolute;
	right: 24px;
	transform: rotate(-35deg);
	padding-right: 100px;
}
#orderCrumbs2 li {
	display: inline-block;
	float: left;
	line-height: 1.2em;
	position: relative;
	border-bottom: 2px solid rgba(179,179,179,1.00);
	padding-bottom: 3px;
}
#orderCrumbs2 li:after {
	content: "＞";
	margin-right: 7px;
	margin-left: 7px;
	font-size: 0.8em;
}
#orderCrumbs2 li:last-child span:after {
}
#orderCrumbs2 li:last-child#thisPage2 span:after {
	border-bottom: none;
	bottom: -2px;
	left: 0;
	width: 40%;
	padding-right: 0;
	transform: rotate(0);
}
#orderCrumbs2 li#thisPage2 {
}
#orderCrumbs2 li#thisPage2:before {
	background-color: rgba(255,0,0,1.00);
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	left: 40%;
	bottom: -6px;
	border-radius: 100%;        /* CSS3草案 */  
	-webkit-border-radius: 100%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 100%;   /* Firefox用 */ 
}
#orderCrumbs2 li#thisPage2 span:after {
	background-color: rgba(255,0,0,1.00);
	width: 40%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
}
#orderCrumbs2 li.passedPage {
	border-bottom: 2px solid rgba(255,0,0,1.00);
}
#btnCopyItemName { /* 「以下にコピー」ボタン */
	width: 7em;
	font-size: 0.8em;
	color: rgba(40,110,200,1.00);
	font-weight: bold;
	border: 1px solid rgba(40,110,200,1.00);
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
	background-color: rgba(255,255,255,1.00);
	position: absolute;
	top: 15px;
	left: 7px;
	padding: 0 3px;
}

.titleDeliveryPink { /* 配送先等選択ページのピンクトラック付きタイトル */
	background-image: url(/images/common/icon_truckPink52-25.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
	font-size: 1.4em;
	font-weight: bold;
	color: rgba(255,130,130,1.00);
}

.h2Cart { /* カートページのイラスト付きタイトル */
	background-image: url(/images/common/icon_cartRed29-26.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.keepDeleteBlock { /* カートページの「今は買わない」「削除する」「カートに戻す」などのブロック */
	position: absolute;
	right: 10px;
	top: 10px;
}
.delete { /* カートページの「今は買わない」などのブロックの「削除する」ゴミ箱マーク表示 */
	background-image: url(/images/common/icon_trashBlue11-14.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.templateDLoadBlock { /* カートページの「テンプレートダウンロード」へのリンクブロック */
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.templateDLoadBlock a:hover { /* ボタン風にしたダウンロードボタンがhover時も青色のため、調整。 */
	color: rgba(255,255,255,1.00);
}
.aboutOrderBlock { /* カートページの「注文内容詳細」「見積書を発行する」などが入ったブロック */
	position: absolute;
	right: 10px;
	top: 10px;
}
.aboutOrderBlock a { /* カートページの「注文内容詳細」「見積書を発行する」などのブロック */
	border: 1px solid rgba(255,0,0,1.00);
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
	color: rgba(255,0,0,1.00);
	line-height: 1.1em;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}
.aboutOrderBlock a.estimate { /* カートページの「見積書を発行する」のブロックは用紙マークが必要 */
	background-image: url(/images/common/icon_printRed11-14.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#rightBlock .aboutOrderBlock { /* ページ右側の「一括見積書を発行」ブロックは固定位置を解除 */
	position: relative;
	right: inherit;
	top: inherit;
}
.aboutOrderBlock .bundleDelete {
	border: 1px solid rgba(128,128,128,1.00);
	color: rgba(128,128,128,1.00);
}
.aboutOrderBlock .continueShopping {
	background-color: rgba(255,0,0,1.00);
	border: none;
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
	font-weight: bold;
	height: 2.5em;
	width: 70%;
	padding-top: 10px;
}
.orderDetail #mainBlock .orishijiTableYoko, .orderDetail #mainBlock .orishijiTableTate {
	border-collapse: collapse;
	border: 2px solid rgba(153,153,153,1.00);
	table-layout: fixed;
	width: auto;
}
.orishijiTableYoko {
	margin-right: 20px;
}
.orishijiTableYoko td,.orishijiTableTate td {
	border: 1px solid rgba(153,153,153,1.00);
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
.orishijiTableYoko td {
	height: 5em;
	width: 2em;
}
.orishijiTableTate td {
	width: 5em;
	height: 2em;
}
.orishijiTableTate input[type="radio"] {
	margin-left: 7px;
}
.awaseTable {
	border-collapse: collapse;
	border: 1px solid rgba(153,153,153,1.00);
}
.awaseTable th {
	padding: 5px;
	border: 1px solid rgba(153,153,153,1.00);
}
.awaseTable td {
	border: 1px solid rgba(153,153,153,1.00);
	text-align: center;
	vertical-align: middle;
}
.awaseTable td:nth-child(even) {
	border-right: none;
}
.awaseTable td:nth-child(odd) {
	border-left: none;
}
.awaseTable tr:nth-child(even) td {
	padding-bottom: 0;
	border-bottom: none;
}
.awaseTable tr:nth-child(odd) td {
	border-top: none;
	padding-top: 0;
}
.awaseTable th.backBlue {
	background-color: rgba(104,153,216,1.00);
}
.awaseTable th.backPink {
	background-color: rgba(255,130,130,1.00);
}
.awaseTable th.backGray {
	background-color: rgba(128,128,128,1.00);
}
.orderDetailTable {
	width: 100%;
	border: 2px solid rgba(153,153,153,1.00);
	border-collapse: collapse;
}
.orderDetailTable td {
	border: 1px solid rgba(153,153,153,1.00);
	padding: 5px;
}
.orderDetailTable td.borderBottomNon {
	border-bottom: none;
	padding-bottom: 2px;
}
.orderDetailTable td.borderTopNon {
	border-top: none;
	padding-top: 2px;
}
/*.orderDetailTable tr td:first-child {
	width: 25%;
}
.orderDetailTable tr td:nth-child(3) {
	width: 18%;
	text-align: right;
}
.orderDetailTable tr td.col3 {
	width: 100%;
}*/
a#print {
	background-image: url(/images/common/icon_printer29-30.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	color: rgba(128,128,128,1.00);
	font-size: 1.3em;
	line-height: 1.8em;
}

.orderOptionSelect #contents,  /* オプション選択ページ */
.orderDetail #contents,  /* 注文詳細(品名記入)ページ */
.orderDelivery #contents,  /* 注文詳細(品名記入)ページ */
.orderBuying #contents,  /* ご購入手続きページ */
.orderConfirm #contents  /* 注文内容確定ページ */
{
	width: 800px;
	float: left;
}
.orderDetail #mainBlock,  /* 注文詳細(品名記入)ページ */
.orderDelivery #mainBlock  /* 注文詳細(品名記入)ページ */
{
	width: 100%;
	float: none;
}
.orderOptionSelect #rightBlock,  /* オプション選択ページ */
.orderDetail #rightBlock,  /* 注文詳細(品名記入)ページ */
.orderDelivery #rightBlock,  /* 注文詳細(品名記入)ページ */
.orderBuying #rightBlock,  /* ご購入手続きページ */
.orderConfirm #rightBlock  /* 注文内容確定ページ */
{
	width: 280px;
	float: right;
}

/* 注文時の右ブロック（注文商品内容表示)
------------------------------------- */
.oder #rightBlock {
	float: left;
	width: 250px;
	margin-left: 15px;
}
#rightBlock table td {
	padding: 5px;
	font-size: 0.8em;
	color: #555;
}
#rightBlock table td strong {
	color: #151515;
}


/* フッター
------------------------------------- */
footer {
	background-color: #FFF000;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 7px 50px;
	font-size: 0.8em;
}
footer ul {
	position: relative;
	overflow: hidden;
}
footer ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
footer ul li:last-child {
	margin-right: 0;
}



/* そのほかの定義
------------------------------------- */
.colWhite {
	color: rgba(255,255,255,1.00);
}
.colRed {
	color: rgba(255,0,0,1.00);
}
.colGreen {
	color: rgba(0,153,0,1.00);
}
.colEmeGreen {
	color: rgba(0,180,150,1.00);
}
.colBlue {
	color: rgba(40,110,200,1.00);
}
.colSkyBlue {
	color: #4891CF;
}
.colOrange {
	color:  rgba(255,153,51,1.00);
}
.colYellow {
	color:  rgba(255,255,0,1.00);
}
.noticeNormal {
	text-indent: -1em;
	margin-left: 1em;
}
.noticeRed {
	text-indent: -1em;
	margin-left: 1em;
	color: rgba(255,0,0,1.00);
}
.attentionOrange {
	background-color: #FDD5AD;
	padding: 7px 10px;
}
.attentionYellow {
	background-color: #FFDD33;
	padding: 7px 10px;
}
.backWhite {
	background-color: rgba(255,255,255,1.00);
}
.backRed {
	background-color: rgba(255,0,0,1.00);
}
.backGray {
	background-color: rgba(230,230,230,1.00);
}
.backGray2 {
	background-color: rgba(153,153,153,1.00);
}
.backPastelGray {
	background-color: rgba(242,242,242,1.00);
}
.backDarkGray {
	background-color: rgba(91,91,91,1.00);
}
.backBlue {
	background-color: rgba(40,110,200,1.00);
}
.backSkyBlue {
	background-color: rgba(233,240,249,1.00);
}
.backSkyDarkBlue {
	background-color: rgba(126,168,222,1.00);
}
.backGreen {
	background-color: rgba(0,180,150,1.00);
}
.backOrange {
	background-color: rgba(255,153,51,1.00);
}
.backYellowOrange {
	background-color: rgba(255,204,0,1.00);
}
.backYellow {
	background-color: rgba(225,221,51,1.00);
}
.backYellowGreen2 {
	background-color: #bee6c8;
}
.backPastelYellow {
	background-color: rgba(255,230,125,1.00);
}
.backPastelPink {
	background-color: rgba(255, 235, 235, 1);
}
.backPink {
	background-color: rgba(255,102,102,1.00);
}
.backLightBrown {
	background-color: rgba(204,153,102,1.00);
}
.radiusBlockBlue {
	border: 3px solid rgba(233, 240, 249, 1);
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.radius100perRed { /* 正円の赤背景● */
	background-color: rgba(255,0,0,1.00);
	background-position: center;
	width: 1.4em;
	height: 1.4em;
	padding-top: 3px;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */  
}	
.radius100perRed { /* 正円の赤背景● */
	background-color: rgba(255,0,0,1.00);
	background-position: center;
	color: rgba(255,255,255,1.00);
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */  
}	
.radius3px, .radius03 {
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
}
.radius5px {
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.radius10px {
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}
.radius1-5em {
	border-radius: 1.5em;        /* CSS3草案 */  
	-webkit-border-radius: 1.5em;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 1.5em;   /* Firefox用 */  
}
.radiusTopRight5px {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-top-right-radius: 5px;   /* Firefox用 */  
}
.radiusTopLeft5px {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-top-left-radius: 5px;   /* Firefox用 */  
}
.radiusBottomRight5px {
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-bottom-right-radius: 5px;   /* Firefox用 */  
}
.radiusBottomLeft5px {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-bottom-left-radius: 5px;   /* Firefox用 */  
}
.fukidashiLeftOrange:before {
	border-top: 5px solid transparent;
	border-right: 10px solid rgba(255,153,51,1.00);
	border-bottom: 5px solid transparent;
	border-left: 10px solid transparent;
	border-left-width: 0;
	width: 0;
	position: absolute;
	left: -10px;
	top: 35%;
	display: block;
	content: "";
}
.fukidashiBottomGreen:before {
	border-top: 10px solid rgba(0,180,150,1.00);
	border-right: 5px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	left: 20px;
	bottom: -20px;
	display: block;
	content: "";
}
.fukidashiBottomPink:before {
	border-top: 20px solid rgba(255, 102, 102, 1);
	border-right: 30px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 30px solid transparent;
	position: absolute;
	left: 45%;
	bottom: -30px;
	display: block;
	content: "";
}
.textFuchidoriOrange1 {
	filter: dropshadow(color=#e9851f,offX= 0,offY=-1)
					dropshadow(color=#e9851f,offX= 1,offY= 0)
					dropshadow(color=#e9851f,offX= 0,offY= 1)
					dropshadow(color=#e9851f,offX=-1,offY= 0);
	-webkit-text-stroke-color: #e9851f;
	-webkit-text-stroke-width: 1px;
	text-shadow: #e9851f 1px 1px 0px,#e9851f -1px 1px 0px,
							 #e9851f 1px -1px 0px, #e9851f -1px -1px 0px;
}
.borderRedBlock1 {
	border: 1px solid rgba(255,0,0,1.00);
}
.borderRedBlock2 {
	border: 2px solid rgba(255,0,0,1.00);
}
.borderRedBlock3 {
	border: 3px solid rgba(255,0,0,1.00);
}
.borderGrayBlock1 {
	border: 1px solid rgba(179,179,179,1.00);
}
.borderGrayBlock2 {
	border: 2px solid rgba(179,179,179,1.00);
}
.borderGrayBlock3 {
	border: 3px solid rgba(179,179,179,1.00);
}
.borderPastelGrayBlock1 {
	border: 1px solid rgba(204,204,204,1.00);
}
.borderPastelGrayBlock2 {
	border: 2px solid rgba(204,204,204,1.00);
}
.borderPastelGrayBlock3 {
	border: 3px solid rgba(204,204,204,1.00);
}
.borderBulueBlock1 {
	border: 1px solid rgba(40,110,200,1.00);
}
.borderBulueBlock2 {
	border: 2px solid rgba(40,110,200,1.00);
}
.borderBulueBlock3 {
	border: 3px solid rgba(40,110,200,1.00);
}
.borderOrangeBlock2 {
	border: 2px solid rgba(255,153,51,1.00);
}
.borderLeftGreen32 {
	border-left: 32px solid rgba(0,160,130,1.00);
}
.borderLeftOrange32 {
	border-left: 32px solid rgba(225, 123, 31, 1);
}
.borderTopGray1 {
	border-top: 1px solid rgba(179,179,179,1.00);
}
.borderTopGray2 {
	border-top: 2px solid rgba(179,179,179,1.00);
}
.borderRightGray1 {
	border-right: 1px solid rgba(179,179,179,1.00);
}
.borderRightGray2 {
	border-right: 2px solid rgba(179,179,179,1.00);
}
.borderLeftGray1 {
	border-left: 1px solid rgba(179,179,179,1.00);
}
.borderLeftGray2 {
	border-left: 2px solid rgba(179,179,179,1.00);
}
.borderTopWhite1 {
	border-top: 1px solid rgba(255,255,255,1.00);
}
.borderTopWhite2 {
	border-top: 2px solid rgba(255,255,255,1.00);
}
.borderRightWhite1 {
	border-right: 1px solid rgba(255,255,255,1.00);
}
.borderRightWhite2 {
	border-right: 2px solid rgba(255,255,255,1.00);
}
.borderBottomRed-Gray2 {
	border-bottom: 2px solid rgba(204,204,204,1.00);
}
.borderBottomRed-Gray2:before {
	content: "";
	display: block;
	width: 24%;
	border-bottom: 2px solid rgba(255,0,0,1.00);
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
}
.borderBottomDot {
	border-bottom: 1px dotted rgba(179,179,179,1.00);
}
.borderBottomSolid {
	border-bottom: 1px solid rgba(179,179,179,1.00);
}
.borderBottomSolid2 {
	border-bottom: 2px solid rgba(179,179,179,1.00);
}
.borderBottomSolidPastel {
	border-bottom: 1px solid rgba(204,204,204,1.00);
}
.borderBottomSolidPastel2 {
	border-bottom: 2px solid rgba(204,204,204,1.00);
}
.borderBottomSolidRed {
	border-bottom: 1px solid rgba(255,0,0,1.00);
}
.borderBottomSolidEme2 {
	border-bottom: 2px solid rgba(0,180,150,1.00);
}
p.listDisc {
	margin-left: 1em;
	text-indent: -1em;
}
ul.listDisc li {
	margin-left: 1em;
	list-style:disc;
}
div.grayish {
	background-color: #E6E6E6;
	padding: 7px;
}
.textIndent {
	text-indent: 1em;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.weightNormal {
	font-weight: normal;
}
.weightBold {
	font-weight: bold;
}
.wordBreakNormal {
	word-break: normal;
}
.size0-5 {
	font-size: 0.5em;
}
.size0-6 {
	font-size: 0.6em;
}
.size0-7 {
	font-size: 0.7em;
}
.size0-75 {
	font-size: 0.75em;
}
.size0-8 {
	font-size: 0.8em;
}
.size0-85 {
	font-size: 0.85em;
}
.size0-9 {
	font-size: 0.9em;
}
.size0-95 {
	font-size: 0.95em;
}
.size1-0 {
	font-size: 1em;
}
.size1-1 {
	font-size: 1.1em;
}
.size1-2 {
	font-size: 1.2em;
}
.size1-3 {
	font-size: 1.3em;
}
.size1-4 {
	font-size: 1.4em;
}
.size1-5 {
	font-size: 1.5em;
}
.size1-6 {
	font-size: 1.6em;
}
.size1-7 {
	font-size: 1.7em;
}
.size1-8 {
	font-size: 1.8em;
}
.size1-9 {
	font-size: 1.9em;
}
.size2-0 {
	font-size: 2em;
}
.size2-5 {
	font-size: 2.5em;
}
.size3-0 {
	font-size: 3em;
}
.lineH1-2 {
	line-height: 1.2em;
}
.lineH1-3 {
	line-height: 1.3em;
}
.lineH1-4 {
	line-height: 1.4em;
}
.lineH1-5 {
	line-height: 1.5em;
}
.lineH1-6 {
	line-height: 1.6em;
}
.lineH1-7 {
	line-height: 1.7em;
}
.wavyLine {
	background-image: url(/images/common/wavyLine.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.margAuto {
	margin-right: auto;
	margin-left: auto;
}
.margT-0-5 {
	margin-top: -0.5em;
}
.margT0 {
	margin-top: 0;
}
.margT05 {
	margin-top: 5px;
}
.margT10 {
	margin-top: 10px;
}
.margT15 {
	margin-top: 15px;
}
.margT20 {
	margin-top: 20px;
}
.margT30 {
	margin-top: 30px;
}
.margT40 {
	margin-top: 40px;
}
.margT45 {
	margin-top: 45px;
}
.margT50 {
	margin-top: 50px;
}
.margT55 {
	margin-top: 55px;
}
.margT60 {
	margin-top: 60px;
}
.margT70 {
	margin-top: 70px;
}
.margB0 {
	margin-bottom: 0;
}
.margB05 {
	margin-bottom: 5px;
}
.margB10 {
	margin-bottom: 10px;
}
.margB15 {
	margin-bottom: 15px;
}
.margB20 {
	margin-bottom: 20px;
}
.margB30 {
	margin-bottom: 30px;
}
.margB40 {
	margin-bottom: 40px;
}
.margB50 {
	margin-bottom: 50px;
}
.margL05 {
	margin-left: 5px;
}
.margL10 {
	margin-left: 10px;
}
.margL15 {
	margin-left: 15px;
}
.margL20 {
	margin-left: 20px;
}
.margL30 {
	margin-left: 30px;
}
.margL35 {
	margin-left: 35px;
}
.margL40 {
	margin-left: 40px;
}
.margL50 {
	margin-left: 50px;
}
.margL60 {
	margin-left: 60px;
}
.margL70 {
	margin-left: 70px;
}
.margL80 {
	margin-left: 80px;
}
.margL90 {
	margin-left: 90px;
}
.margL100 {
	margin-left: 100px;
}
.margR05 {
	margin-right: 5px;
}
.margR10 {
	margin-right: 10px;
}
.margR15 {
	margin-right: 15px;
}
.margR20 {
	margin-right: 20px;
}
.margR30 {
	margin-right: 30px;
}
.margR40 {
	margin-right: 40px;
}
.margR50 {
	margin-right: 50px;
}
.padi00 {
	padding: 0;
}
.padi03 {
	padding: 3px;
}
.padi05 {
	padding: 5px;
}
.padi10 {
	padding: 10px;
}
.padi15 {
	padding: 15px;
}
.padi20 {
	padding: 20px;
}
.padiT05 {
	padding-top: 5px;
}
.padiT10 {
	padding-top: 10px;
}
.padiT15 {
	padding-top: 15px;
}
.padiT20 {
	padding-top: 20px;
}
.padiT30 {
	padding-top: 30px;
}
.padiT40 {
	padding-top: 40px;
}
.padiR05 {
	padding-right: 5px;
}
.padiR10 {
	padding-right: 10px;
}
.padiR15 {
	padding-right: 15px;
}
.padiR20 {
	padding-right: 20px;
}
.padiR30 {
	padding-right: 30px;
}
.padiR40 {
	padding-right: 40px;
}
.padiB05 {
	padding-bottom: 5px;
}
.padiB10 {
	padding-bottom: 10px;
}
.padiB15 {
	padding-bottom: 15px;
}
.padiB20 {
	padding-bottom: 20px;
}
.padiB30 {
	padding-bottom: 30px;
}
.padiB40 {
	padding-bottom: 40px;
}
.padiL05 {
	padding-left: 5px;
}
.padiL10 {
	padding-left: 10px;
}
.padiL15 {
	padding-left: 15px;
}
.padiL20 {
	padding-left: 20px;
}
.padiL30 {
	padding-left: 30px;
}
.padiL40 {
	padding-left: 40px;
}
.padiL50 {
	padding-left: 50px;
}
.padiL60 {
	padding-left: 60px;
}
.padiL70 {
	padding-left: 70px;
}
.padiL80 {
	padding-left: 80px;
}

.width01 {
	width: 1em;
}
.width02 {
	width: 2em;
}
.width03 {
	width: 3em;
}
.width04 {
	width: 4em;
}
.width05 {
	width: 5em;
}
.width06 {
	width: 6em;
}
.width07 {
	width: 7em;
}
.width07-5 {
	width: 7.5em;
}
.width08 {
	width: 8em;
}
.width09 {
	width: 9em;
}
.width10 {
	width: 10em;
}
.width11 {
	width: 11em;
}
.width12 {
	width: 12em;
}
.width13 {
	width: 13em;
}
.width14 {
	width: 14em;
}
.width15 {
	width: 15em;
}
.width16 {
	width: 16em;
}
.width17 {
	width: 17em;
}
.width18 {
	width: 18em;
}
.width19 {
	width: 19em;
}
.width20 {
	width: 20em;
}
.width21 {
	width: 21em;
}
.width22 {
	width: 22em;
}
.width23 {
	width: 23em;
}
.width24 {
	width: 24em;
}
.width25 {
	width: 25em;
}
.width26 {
	width: 26em;
}
.width27 {
	width: 27em;
}
.width27-2 {
	width: 27.2em;
}
.width27-5 {
	width: 27.5em;
}
.width28 {
	width: 28em;
}
.width29 {
	width: 29em;
}
.width30 {
	width: 30em;
}
.width35 {
	width: 35em;
}
.width36 {
	width: 36em;
}
.width37 {
	width: 37em;
}
.width38 {
	width: 38em;
}
.width39 {
	width: 39em;
}
.width40 {
	width: 40em;
}
.width45 {
	width: 45em;
}
.width46 {
	width: 46em;
}
.width47 {
	width: 47em;
}
.width48 {
	width: 48em;
}
.width49 {
	width: 49em;
}
.width50 {
	width: 50em;
}
.width55 {
	width: 55em;
}
.width1per {
	width: 1%;
}
.width2per {
	width: 2%;
}
.width3per {
	width: 3%;
}
.width4per {
	width: 4%;
}
.width5per {
	width: 5%;
}
.width6per {
	width: 6%;
}
.width7per {
	width: 7%;
}
.width8per {
	width: 8%;
}
.width9per {
	width: 9%;
}
.width10per {
	width: 10%;
}
.width11per {
	width: 11%;
}
.width12per {
	width: 12%;
}
.width13per {
	width: 13%;
}
.width14per {
	width: 14%;
}
.width15per {
	width: 15%;
}
.width16per {
	width: 16%;
}
.width17per {
	width: 17%;
}
.width18per {
	width: 18%;
}
.width19per {
	width: 19%;
}
.width20per {
	width: 20%;
}
.width21per {
	width: 21%;
}
.width22per {
	width: 22%;
}
.width23per {
	width: 23%;
}
.width24per {
	width: 24%;
}
.width25per {
	width: 25%;

}
.width26per {
	width: 26%;
}
.width27per {
	width: 27%;
}
.width28per {
	width: 28%;
}
.width29per {
	width: 29%;
}
.width30per {
	width: 30%;
}
.width31per {
	width: 31%;
}
.width32per {
	width: 32%;
}
.width33per {
	width: 33%;
}
.width34per {
	width: 34%;
}
.width35per {
	width: 35%;
}
.width36per {
	width: 36%;
}
.width37per {
	width: 37%;
}
.width38per {
	width: 38%;
}
.width39per {
	width: 39%;
}
.width40per {
	width: 40%;
}
.width41per {
	width: 41%;
}
.width42per {
	width: 42%;
}
.width43per {
	width: 43%;
}
.width44per {
	width: 44%;
}
.width45per {
	width: 45%;
}
.width46per {
	width: 46%;
}
.width47per {
	width: 47%;
}
.width48per {
	width: 48%;
}
.width49per {
	width: 49%;
}
.width50per {
	width: 50%;
}
.width51per {
	width: 51%;
}
.width52per {
	width: 52%;
}
.width53per {
	width: 53%;
}
.width54per {
	width: 54%;
}
.width55per {
	width: 55%;
}
.width56per {
	width: 56%;
}
.width57per {
	width: 57%;
}
.width58per {
	width: 58%;
}
.width59per {
	width: 59%;
}
.width60per {
	width: 60%;
}
.width61per {
	width: 61%;
}
.width62per {
	width: 62%;
}
.width63per {
	width: 63%;
}
.width64per {
	width: 64%;
}
.width65per {
	width: 65%;
}
.width66per {
	width: 66%;
}
.width67per {
	width: 67%;
}
.width68per {
	width: 68%;
}
.width69per {
	width: 69%;
}
.width70per {
	width: 70%;
}
.width71per {
	width: 71%;
}
.width72per {
	width: 72%;
}
.width73per {
	width: 73%;
}
.width74per {
	width: 74%;
}
.width75per {
	width: 75%;
}
.width76per {
	width: 76%;
}
.width77per {
	width: 77%;
}
.width78per {
	width: 78%;
}
.width79per {
	width: 79%;
}
.width80per {
	width: 80%;
}
.width81er {
	width: 81%;
}
.width82per {
	width: 82%;
}
.width83per {
	width: 83%;
}
.width84per {
	width: 84%;
}
.width85per {
	width: 85%;
}
.width86per {
	width: 86%;
}
.width87per {
	width: 87%;
}
.width88per {
	width: 88%;
}
.width89per {
	width: 89%;
}
.width90per {
	width: 90%;
}
.width91per {
	width: 91%;
}
.width92per {
	width: 92%;
}
.width93per {
	width: 93%;
}
.width94per {
	width: 94%;
}
.width95per {
	width: 95%;
}
.width96per {
	width: 96%;
}
.width97per {
	width: 97%;
}
.width98per {
	width: 98%;
}
.width99per {
	width: 99%;
}
.width100per {
	width: 100%;
}

.height02 {
	height: 2em;
}
.height03 {
	height: 3em;
}
.height04 {
	height: 4em;
}
.height05 {
	height: 5em;
}
.height06 {
	height: 6em;
}
.height07 {
	height: 7em;
}
.height08 {
	height: 8em;
}

.flowL {
	float: left;
}
.flowR {
	float: right;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.inlineBlock {
	display: inline-block;
}
.dspBlock {
	display: block;
}
.Block {
	display: block;
}
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
.indent-2 {
	text-indent: -2em;
	margin-left: 2em;
}
.indent-3 {
	text-indent: -3em;
	margin-left: 3em;
}
.letterSpe01 {
	letter-spacing: 1em;
}
.posiRelative {
	position: relative;
}
.overHidden {
	overflow: hidden;
}
ul.listSquare li {
	list-style-type: square;
}

td.tateChuuou {
	vertical-align: middle;
}

.errorCheck .error {
	/*color: #F00;
	border: 1px dotted rgba(255,0,4,1.00);*/
}
.errorCheck .errorParent, .errorCheck td.errorParent {
	background-color: rgba(255,255,255,1.00);
	/*position: relative;*/
}
.errorCheck td.errorParent {
	position: static;
}
.errorCheck .errorField {
	background-color: rgba(255,255,255,1.00);
}
.errorCheck .errorNonParent, .errorCheck td.errorNonParent {
	background-color: rgba(137,137,137,1.00);
}
.errorCheck .errorNonField {
	background-color: rgba(137,137,137,1.00);
	color: rgba(200,200,200,1.00);
	border: 1px solid rgba(51,51,51,1.00);
}
.errorCheck .errorNonField:focus {
	background-color: rgba(255,255,255,1.00);
	color: rgba(51,51,51,1.00);
}
.errorCheck .errorNonField .errorNonField, .errorCheck textarea.errorNonField {
	background-color: rgba(170,170,170,1.00);
}

.decoUnder {
	text-decoration: underline;
}

ol.decimal {
	list-style-type: decimal;
}

a.externalLink { /* 外部リンクへのマーク */
	background-image: url(/images/common/icon_linkExternal.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
a.internalLink { /* 内部リンクへのマーク */
	background-image: url(/images/common/icon_linkInternal.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
a.markDeltaLink {
	position: relative;
}
a.markDeltaLink:before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 4px;
  border-left-color: rgba(40,110,200,1.00);
  margin-top: -4px;
  left: 10px;
  top: 15px;
}	
.markQuestion:before { /* 赤背景の丸の中に「？」マーク */
	content: "？";
	color: rgba(255,255,255,1.00);
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	left: 0.8em;
	top: 20%;
	height: 1.4em;
	width: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,0,0,1.00);
	padding-top: 0.4em;
	text-align: center;
}
.markQuestionOrange:before { /* オレンジ背景の丸の中に「？」マーク */
	content: "？";
	color: rgba(255,255,255,1.00);
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	left: 0.8em;
	top: 20%;
	height: 1.4em;
	width: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,153,51,1.00);
	padding-top: 0.4em;
	text-align: center;
}
.markExclamation:before { /* 白背景の丸の中に青色「！」マーク */
	content: "！";
	color: rgba(40,110,200,1.00);
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	left: -1.8em;
	top: -0.2em;
	height: 1.4em;
	width: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,255,255,1.00);
	padding-top: 0.3em;
	text-align: center;
}
.markExclamationRed:before { /* 白背景の丸の中に赤色「！」マーク */
	content: "！";
	color: rgba(255,0,0,1.00);
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	left: -1.8em;
	top: -0.2em;
	height: 1.4em;
	width: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,255,255,1.00);
	padding-top: 0.3em;
	text-align: center;
}
.markExclamationRedS:before { /* 白背景の丸の中に赤色「！」マーク(小) */
	content: "！";
	color: rgba(255,0,0,1.00);
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 4px;
	height: 1.2em;
	width: 1.2em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,255,255,1.00);
	padding-top: 0;
	text-align: center;
}
.markPointOrange:before { /* オレンジ背景の丸の中に「P」マーク */
	content: "P";
	color: rgba(255,255,255,1.00);
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 10%;
	height: 1.4em;
	width: 1.4em;
	border-radius: 50%;        /* CSS3草案 */  
	-webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50%;   /* Firefox用 */
	background-color: rgba(255,153,51,1.00);
	padding-top: 0.4em;
	text-align: center;
	-webkit-box-shadow:0 0 2px 2px rgba(20,20,20,0.2) inset;
	-moz-box-shadow:0 0 2px 2px rgba(20,20,20,0.2) inset;
	box-shadow:0 0 2px 2px rgba(20,20,20,0.2) inset;
}
.absoTopRight {
	position: absolute;
	top: 10px;
	right: 10px;
}
.absoBottomRight {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.absoTopLeft {
	position: absolute;
	top: 10px;
	left: 10px;
}
.absoBottomLeft {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.hide {
	display: none;
}

/* 点滅css(提供された文章ではない箇所に付け、分かりやすくする）
------------------------------- */
.tenmetsu{
-webkit-animation:blink 4s ease-in-out infinite alternate;  
-moz-animation:blink 4s ease-in-out infinite alternate;  
animation:blink 4s ease-in-out infinite alternate;   
}
@-webkit-keyframes blink{
0% {opacity:0;}
50% {opacity:1;}
100% {opacity:0;}
}
@-moz-keyframes blink{
0% {opacity:0;}
50% {opacity:1;}
100% {opacity:0;}
}
@keyframes blink{
0% {opacity:0;}
50% {opacity:1;}
100% {opacity:0;}
}

.tenmetsuNot{
-webkit-animation:none;  
-moz-animation:none;  
animation:none;
}

/* トップページの確認用画像サイズを調整
------------------------------- */
body#topPage img {
	max-width: 800px;
}

/* 商品のレビュー
------------------------------- */
.reviewTab{
	background-color: rgba(255,130,130,1.00);
	color: rgba(255,255,255,1.00);
	/*font-weight: bold;*/
	text-align: center;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-top-right-radius: 3px;   /* Firefox用 */
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-top-left-radius: 3px;   /* Firefox用 */
}
.reviewBlock{
	border: 3px solid rgba(255,130,130,1.00);
}
.reviewList{
	overflow: hidden;}
.reviewList li{
	display: inline-block;
	float: left;
	}
