/* =Typography
-----------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
}

body {
	topmargin="0";
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuProN-W3",sans-serif,"ＭＳ Ｐゴシック";

/*背景の指定*/
    background:#E8EDEE;
    background: linear-gradient(#E8EDEE,#B5B8BC);  /*方向は省略＿デフォルトの to bottom になる*/
	background-image: -webkit-linear-gradient(top, #E8EDEE, #B5B8BC);
	background-image: -moz-linear-gradient(top, #E8EDEE, #B5B8BC);
	background-image: -o-linear-gradient(top, #E8EDEE, #B5B8BC);
	background-image: -ms-linear-gradient(top, #E8EDEE, #B5B8BC);
	background-image: linear-gradient(to bottom, #E8EDEE, #B5B8BC);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E8EDEE), to(#B5B8BC));}



a 			{ text-decoration: none; }
a:link		{ color: #1010ff;  font-weight:bold; }
a:visited	{ color: #2020ff;  font-weight:bold; }
a:hover		{ color: #ff0000; text-decoration:underline; }
a:active	{
	color: #cc44ff;
	font-size: 100%;
}
a:hover img { opacity: 0.75;	filter: alpha(opacity=75);}

/* =Common
-----------------------------------------------------------------------------*/
#feedback, #banner, #intro  li {
	border-radius: 5px;				/* CSS3草案 */  
	-webkit-border-radius: 5px;		/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;		/* Firefox用 */  
}


/* =Layout
-----------------------------------------------------------------------------*/
.wrapper {
	padding: 0;
	width: 100%;
	max-width: 1100px;
	margin: auto;
}


.cartwrapper {
	line-height: 1.25;
}


#TextContents {
	margin: 0px auto 10px auto;
	width: 94%;
	padding: 1em 5px 0px 5px;
	max-width: 1100px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	border-radius: 8px;				/* CSS3草案 */  
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;		/* Firefox用 */  
    box-shadow: 3px 4px 6px rgba(128,128,128,1);
    -moz-box-shadow: 3px 4px 6px rgba(128,128,128,1);
    -webkit-box-shadow: 3px 4px 6px rgba(128,128,128,1);
    behavior: url(https://www.netin.jp/candle/pie/PIE.htc);
}


#TextContents2 {
	margin: 3px auto 10px auto;
	width: 94%;
	padding: 8px 4px 1px 2px;
	max-width: 1100px;
	background-color: #ffffff;
	border: 1px solid #d0d0d0;
	border-radius: 10px;				/* CSS3草案 */  
	-webkit-border-radius: 10px;		/* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;			/* Firefox用 */  
    box-shadow: 2px 3px 4px rgba(192,192,192,1);
    -moz-box-shadow: 2px 3px 4px rgba(192,192,192,1);
    -webkit-box-shadow: 2px 3px 4px rgba(192,192,192,1);
	line-height: 1.1em;

	touch-callout:none;				/*リンク長押しのポップアップを無効化*/
	-webkit-touch-callout:none;
	-moz-touch-callout:none;
	-webkit-user-drag: none; 
	-khtml-user-drag: none; 
}



/* =TopTitle
-----------------------------------------------------------------------------*/
#TopTitle {
	margin: 5px 0px 0px 0px;
	padding 0px;
}
#TopTitle li {
	margin: 0px 0px 0px 0px;
}

#PhotoShadow {
	line-height: 0;
	padding: 0px;
	background-color: #fff;
    box-shadow: 4px 6px 5px rgba(128,128,128,0.5);
    -moz-box-shadow: 4px 6px 5px rgba(128,128,128,0.5);
    -webkit-box-shadow: 4px 6px 5px rgba(128,128,128,0.5);
    behavior: url(https://www.netin.jp/catin/pie/ie-css3.htc);
}

#PhotoShadow2 {
	line-height: 0;
	padding: 0px;
	background-color: #fff;
	border-radius: 			70px;
	-moz-border-radius:		70px;
	-webkit-border-radius:	70px;
    box-shadow:			0px 8px 15px -2px rgba(128,128,128,0.25);
    -moz-box-shadow: 	0px 8px 15px -2px rgba(128,128,128,0.25);
    -webkit-box-shadow:	0px 8px 15px -2px rgba(128,128,128,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Color=#D8D8D8, Strength=6, Direction=135)";	/*IE8*/
}

#Photowaku {
	border: 1px;
	border-color:#f0f0f0;
	border-style:solid;
	background-color: #f0f0f0;
} 


/* =Blocks
-----------------------------------------------------------------------------*/
#blocks dl {
	overflow: hidden;
	margin: 0;
	padding-bottom: 1.5em;	
}
#blocks dt {
	float: left;
	width: 22%;
	margin-right: 4%;	
}
#blocks dt img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;				/* CSS3草案 */  
	-webkit-border-radius: 7px;		/* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;		/* Firefox用 */  
    box-shadow: 2px 2px 7px rgba(96,96,96,1);
    -moz-box-shadow: 2px 2px 7px rgba(96,96,96,1);
    -webkit-box-shadow: 2px 2px 7px rgba(96,96,96,1);
}
#blocks dd {
	margin: 5px 0 0 0;
	float: left;
	width: 74%;
	padding-bottom: 1.5em;	
	font-size: 12px;
	color: rgba(64,64,64, 1);
	line-height: 12pt; 
}




/* clearfix */
.com-clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: ;
	visibility: hidden;
}


.com-clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.com-clearfix{
	display: inline-block;
}



/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* 下 罫線を引く */
.border-bottom-solid {
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 1.2em;
	border-bottom: 1px solid #C8C8C8;
    -webkit-box-shadow: 0 1px 0 #F8F8F8;
    -moz-box-shadow: 0 1px 0 #F8F8F8;
    box-shadow: 0 1px 0 #F8F8F8;
}

/* 行間隔０ */
.line-height-0 {
	line-height: 0;
}


/* 行間隔１ */
.line-height-1 {
	line-height: 1;
}



.comleftw {
	width:120px;
	height: 56px;
	text-align: left;
	margin: 3px 2px 2px 3px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}


.comcenter {
	text-align: center;
	color: #000;
	text-shadow:
		-1px -1px #fff,
		 1px -1px #fff,
		-1px  1px #fff,
		 1px  1px #fff;
}



.comcenter6 {
	margin-top: 0px;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	text-align: center;
}

.comcenter8 {
	margin:0 0 3px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	text-align: center;
}





.comcaution {
	margin-bottom: 4px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 12px;
	font-size: 11px;
}

.comcaution3 {
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	line-height: 18px;
	font-size: 13px;
}


/* 商品説明　角丸 */
.comborderradius {
	margin: 10px 10px 20px 10px;
	background-color: #fafafa;
	padding: 3px 3px 5px;
	overflow:hidden;
	text-align: left;
	font-size: 11.5px;
	border: 1px solid #d0d0d0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    box-shadow:			 0px 2px 3px 1px rgba(224,224,224,1);	/* CSS3草案 */
    -webkit-box-shadow:	 0px 2px 3px 1px rgba(224,224,224,1);	/* Safari,Google Chrome用 */
    -moz-box-shadow:	 0px 2px 3px 1px rgba(224,224,224,1);	/* Firefox用 */
    behavior: url(https://www.netin.jp/catin/pie/ie-css3.htc);
}
/* 商品説明 */
.comborderradius1 {
	margin: 3px 3px 3px 3px;
	overflow:hidden;
	text-align: left;
	font-size: 11.5px;
}

/* 商品説明　角丸 */
.comborderradius-pink {
	margin: 5px 5px 10px 5px;
	background-color: #ffecec;
	padding: 5px 2px 3px 5px;
	border: 1px solid #d0d0d0;
	box-shadow: 0px 2px 2px 1px rgba(192,192,192,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	text-align: left;
	line-height: 16px;
	font-size: 11.5px;
    behavior: url(https://www.netin.jp/catin/pie/ie-css3.htc);
}


/* グラデーション背景 白背景ベース*/
.backgradint1 {
border-top: 1px solid #E0E0E0;
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F0F0F0 0%, #FFFFFF 40px);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F0F0F0 0%, #FFFFFF 40px);

/* Opera */ 
background-image: -o-linear-gradient(top, #F0F0F0 0%, #FFFFFF 40px);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F0), color-stop(40px, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #FFFFFF 40px);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F0F0F0 0%, #FFFFFF 40px);
}


/* グラデーション背景 グレー#F4F4F4背景ベース*/
.backgradint2 {
border-top: 1px solid #E4E4E4;
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #EDEDED 0%, #F4F4F4 50px);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #EDEDED 0%, #F4F4F4 50px);

/* Opera */ 
background-image: -o-linear-gradient(top, #EDEDED 0%, #F4F4F4 50px);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDEDED), color-stop(50px, #F4F4F4));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #EDEDED 0%, #F4F4F4 50px);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #EDEDED 0%, #F4F4F4 50px);
}


/* グラデーション背景 白背景ベース*/
.backgradint3 {
border-top: 1px solid #F0F0F0;
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F8F8F8 0%, #FFFFFF 40px);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F8F8F8 0%, #FFFFFF 40px);

/* Opera */ 
background-image: -o-linear-gradient(top, #F8F8F8 0%, #FFFFFF 40px);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(40px, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F8F8F8 0%, #FFFFFF 40px);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F8F8F8 0%, #FFFFFF 40px);
}



.form-text {
	font-size: 14px;
}


.com-form-head1 {
	margin: 7px 0px 0px 0px;
	width: 60px;
	height: 12px;
	float: right;
	text-align: right;
	line-height: 7px;
}

.com-form-item1 {
	margin: 0px 0px 0px 0px;
	width: 190px;
	float: right;
	font-size: 80%;
	white-space:nowrap;
	text-align: right;
}

.com-form-item2 {
	margin: 0px 0px 0px 0px;
	width: 270px;
	height: 5em;
	float: left;
	font-size: 80%;
	white-space:nowrap;
	text-align: left;
	line-height: 1.1;
}

.com-form-head2 {
	margin: 7px 0px 0px 0px;
	width: 60px;
	height: 12px;
	float: left;
	text-align: left;
	line-height: 7px;
}

.com-form-item3 {
	text-align: center;
}

.com-form-item4 {
	margin: 0px 4px 0px 7px;
	float: left;
	font-size: 80%;
	text-align: left;
}

.com-form-backimage {
	background: url(https://www.netin.jp/catin/image/can016.jpg) right center no-repeat;
}


/* 商品文　角丸　くぼみ枠  白 */
.border-inset-w {
	width: 316px;
	margin: 5px auto 5px auto;
	padding: 5px 2px 5px 10px;
	border-bottom: 1px solid #fff;
	background: #fbfbfb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0px 1px 2px 0px #333;
	-webkit-box-shadow: inset 0px 1px 2px 0px #333;
	-moz-box-shadow: inset 0px 1px 2px 0px #333;
	font-size: 80%;
}


.subtitle {
	margin: 0px auto 0px auto;
	width: 175px;
	height: 30px;
	padding:0 auto 0 auto;
	line-height: 1px;
}



#assemblybox {
	margin: 0px auto 6px auto;
	width: 99%;
	padding: 4px 0px 2px 0px;
	max-width: 1100px;
	text-align: center;
	border: 1px solid #A0A0A0;
	border-radius:			5px;		/* CSS3草案 */  
	-webkit-border-radius:	5px;		/* Safari,Google Chrome用 */  
	-moz-border-radius:		5px;		/* Firefox用 */  
	box-shadow:			inset 0px 2px 3px 0px #808080;
	-webkit-box-shadow:	inset 0px 2px 3px 0px #808080;
	-moz-box-shadow:	inset 0px 2px 3px 0px #808080;
}


#paperbox
{
  position: relative;
  width: 88%;
  background: #FCFCFC;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 0.5em 10px 0.8em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 10px auto;
}
 
#paperbox:before, #paperbox:after
{
   z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 75%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
 
#paperbox:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#content #main h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}
#content #main p {
}

/*
#content #main ul {
	margin-bottom: 10px;
}
#content #main ul li {
	padding-left: 20px;
	list-style: none;
	margin-bottom: 2px;
}
*/

#content #main .box1  {
	border: 1px solid #F60;
	padding: 15px 10px 10px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 10px;
	background-color: #FFF;
}
#content #main .box1 h3 {
	position: absolute;
	top: -22px;
	left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #F60;
	font-size: 120%;
	max-width:100%;
}
#content #main .box1 h4 {
	background-color: #FFD2B5;
	padding: 3px 3px 3px 6px;
	border-left: 5px solid #F60;
	margin-bottom: 10px;
	margin-top:5px;
	font-size: 80%;
	text-align: left;
	clear: both;
	color: #000000;
}
#content #main .box1 p .alignleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content #main .box1 #satei1 ul {
	padding-left: 0px;
}
#content #main .box1 #satei1 ul li {
	float: left;
	width: 130px;
	padding-right: 13px;
	padding-top: 85px;
}
#content #main .box1 #kantan1 ul{
	padding-left: 0px;
}
#content #main .box1 #kantan1 ul li{
	float: left;
	width: 190px;
	padding-right: 8px;
	padding-top: 85px;
}

.boxleft50left {
	width:50%;
	padding:0px 0px 0px 20px;
	float:left;
	text-align: left;
}

.boxleft50c {
	width:50%;
	padding:0px 20px 0px 20px;
	float:left;
	text-align: center;
}

.boxleft50r {
	width:50%;
	padding:0px 20px 0px 0px;
	float:left;
	text-align: right;
}

/* Kube Web Framework table-container */
.tc-td1 {
	padding:3px 4px 3px 0;
	text-align: right;
	vertical-align: middle;
	font-size: 11.5px;
	color: #505080;
	font-weight:normal;
	line-height:1.2em;
	background-color: #F8FAFF;
}

.tc-td1g {
	padding:3px 4px 3px 0;
	text-align: right;
	vertical-align: middle;
	font-size: 11.5px;
	color: #505080;
	font-weight:normal;
	line-height:1.2em;
	background-color: #F0F2FA;
}

.tc-td2 {
	margin:0;
	padding:3px 0 3px 4px;
	text-align: left;
	font-size: 12px;
	color: #101010;
	font-weight:normal;
	line-height:1.2em;
	background-color: #F8FAFF;
}

.tc-td2g {
	margin:0;
	padding:3px 0 3px 4px;
	text-align: left;
	font-size: 12px;
	color: #101010;
	font-weight:normal;
	line-height:1.2em;
	background-color: #F0F2FA;
}


.table-dt2 {
	float: left;
	width: 7.5em;
	padding: 12px 0px 9px 0px;
	text-align: right;
	color: #8080A0;
	font-size: 14px;
	line-height: 18px;
	font-weight:normal;
	white-space: nowrap;
}
.table-dd2 {
	margin-left: 7.5em;
	padding: 11px 0px 8px 0px;
	text-align: left;
	color: #101010;
	font-size: 16px;
	line-height: 20px;
	font-weight:normal;
}


