@charset "utf-8";
/* CSS Document */


/* Base.css IMPLEMENTATION */
/*h1,h2,h3,form,p,ul,li,ol,dl,dt,dd{color: #333333;}*/
img {text-align: left;}


/* -----------------------------------------------
* Portrait Style
----------------------------------------------- */
	/* Portrait */
	@media screen and (orientation:portrait) {
		.dinaBanner {
			width:150;
		}
	}

/* -----------------------------------------------
* Landscape Style
----------------------------------------------- */
	@media screen and (orientation:landscape) {
		.dinaBanner {
			width:450;
		}
	}

	.dinaBanner {
		margin-left:0x;
		margin-right:0px;
	}

	.dinaBanner a{
		width:98%;
	}


/*-----------------------------------------------
* 汎用モジュール
-----------------------------------------------*/
.mt40 { margin-top:40px !important; }

.pt0 { padding-top:0px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt20 { padding-top:20px !important; }

.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom::10px !important; }
.pb20 { padding-bottom:20px !important; }

.pl0 { padding-left:0px !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }

.pr0 { padding-right:0px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }

.whiteBkg { background: #FFF !important; }
.blueBkg { background: #E8F1FA !important; }
.pinkBkg { background: #FFE9E9 !important; }
.grayBkg { background: #FAFAFA !important; }

.blue { color: #4C76DB; !important; }

.fnt10 { font-size:10px !important; }
.fnt11 { font-size:11px !important; }
.fnt12 { font-size:12px !important; }
.fnt13 { font-size:13px !important; }
.fnt14 { font-size:14px !important; }
.fnt15 { font-size:15px !important; }
.fnt16 { font-size:16px !important; }
.fnt18 { font-size:18px !important; }
.fnt20 { font-size:20px !important; }

.bottomAl {vertical-align:bottom}
.centerAl {vertical-align:central}

.lHeight125 {line-height:1.25em}

.fnB {font-weight:bold}

.h15 {height:15px}

.btNone {border-top:none}

label, input[placeholder]{ padding-left:10px; }

select { width: 100%; }

.Lead {
	margin: 5px 10px 0;
}

.lSpace-1 {letter-spacing: -1px !important; }

.errIcon:before {
	content: url(/resource/sp/images/ico/errIco.png);
	display: block;
	float: left;
	margin-right: 5px;
	height:17px;
	vertical-align:center;
}

.List{
    margin:0 10px;
}

/*-----------------------------------------------
* MainContents
-----------------------------------------------*/



/*-----------------------------------------------
* MainContents
-----------------------------------------------*/
#MainContents section {padding-bottom:10px;}
#MainContents section .title{margin: 10px auto 0;}



/*-----------------------------------------------
* form_Area !IT MAY BE UNECCESSARY!
-----------------------------------------------*/
#form_Area h3{
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    background-color: #408bda;
    background: -moz-linear-gradient(top, #518ecc, #5da4ed 10%, #60abf7 10%, #60abf7);
    background: -webkit-gradient(linear, center top, center bottom, from(#518ecc), color-stop(10%, #5da4ed), color-stop(10%, #60abf7), to(#60abf7));
    border-top: solid 1px #518ecc;
    border-bottom: solid 1px #ffffff;
    text-shadow: 0 -1px 1px #404040;
    color: #ffffff;
    font-size: 90%;
    overflow: hidden;
}


/* Box */
.boxData {
	margin: 0 10px;
	padding: 10px;
	background-color: #e8f1fa;
	border: solid 1px #cccccc;
	-uu-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.boxData h3 {
	margin-bottom: 5px;
	padding-left: 10px;
	line-height: 100%;
	background-image: url("/resource/sp/images/ico/ico_round.png");
	background-repeat: no-repeat;
	background-position: left 1px;
}
.boxData h3 span {
	font-size: 11px;
}
.boxData input[type=search],
.boxData input[type=password],
.boxData input[type=text] {
	margin-bottom: 5px;
	width: 100%;
}
.boxData .BtnWhite,
.boxData .BtnBlue,
.boxData .BtnOrange {
	margin: 0;
}
.boxData button[type=submit] {
	display: block;
	width: 100%;
	padding: 9px;
	line-height: 90%;
	text-align: center;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	text-shadow: 0 -1px 1px #3b6b9c;
	cursor: pointer;
}



/* Common.css IMPLEMENTATION */



/* -----------------------------------------------
* Input Field Design
----------------------------------------------- */
.inputField {
	width: 100% !important;
    height: 27px;
    line-height: 27px;
	margin-top: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B8B8B8;
    display: inline-block;
    position: relative;
	position: relative;
	display: inline-block;
	-uu-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-uu-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b8b8b8;
	background: #ffffff;
}


.inputField input,
.inputField textarea{
	width: 100% !important;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 0 6px 6px;
	font-size: 14px;
}

/* -----------------------------------------------
* textarea Field Design
----------------------------------------------- */
.textareaField {
	width: 100% !important;
    height: 130px;
    line-height: 130px;
	margin-top: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B8B8B8;
    display: inline-block;
    position: relative;
	position: relative;
	display: inline-block;
	-uu-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.1);
	-uu-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b8b8b8;
	background: #ffffff;
}


.textareaField textarea {
	width: 100% !important;
    height: 130px;
	min-height: 100px;	
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px 0 8px 10px;
	font-size: 14px;
    resize: none;
}

.memRegi .inputField,
.signUp .inputField {
    height: 37px;
    line-height: 37px;
}

.memRegi .inputField input,
.signUp .inputField input {
	padding: 8px 0 8px 6px;
	height: 37px;
}

/*-----------------------------------------------
* Info
-----------------------------------------------*/


#Info .errorLbl {
	background:#FFE9E9 !important;
	height:25px;
	padding-top:1px;
	padding-bottom:3px;
}
#Info .errorLbl p{
	font-size:16px;
	color:#D80000;
	margin-left:10px;
	margin-bottom:5px;
}


/*-----------------------------------------------
* Contact
-----------------------------------------------*/
#Contact p {
	font-size: 12px;
}


/*-----------------------------------------------
* Content
-----------------------------------------------*/

#Content h3{
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    background-color: #408bda;
    background: -moz-linear-gradient(top, #518ecc, #5da4ed 10%, #60abf7 10%, #60abf7);
    background: -webkit-gradient(linear, center top, center bottom, from(#518ecc), color-stop(10%, #5da4ed), color-stop(10%, #60abf7), to(#60abf7));
    border-top: solid 1px #518ecc;
    border-bottom: solid 1px #ffffff;
    text-shadow: 0 -1px 1px #404040;
    color: #ffffff;
    font-size: 90%;
    overflow: hidden;
}

/*-----------------------------------------------
* itemList
-----------------------------------------------*/
.itemList li .Convert input[type=number] {
	background-color: transparent;
	background: transparent;
	background: transparent;
}


/* 20130228 コメントアウト
.itemList li .RoundBox {
	border: 2px solid #d80000;
	-moz-box-shadow:    inset 0 0 5px #d80000;
	-webkit-box-shadow: inset 0 0 5px #d80000;
	box-shadow:         inset 0 0 5px #d80000;
	border-radius:5px;
	padding: 5px;
	background-color: #FFF;
	color: #FFF;
	text-align: center;
}
*/
.itemList li .RoundBox {
	padding: 5px;
	background-color: #d80000;
	color: #ffffff;
	text-align: center;
}

.itemList li .RoundBox p{
	color: #FFF;
/* 	color: #D80000; 20130228 コメントアウト */
}




/*-----------------------------------------------
* Bread
-----------------------------------------------*/
#BreadNB {
	margin-top: 20px !important;
	padding: 20px 10px 0;
	border-top: 0;
	font-size: 90%;
}

#BreadNB ol li {
	display: inline;
	font-size: 11px;
}
#BreadNB ol li a {
	padding-right: 16px;
	background-image: url("/resource/sp/images/etc/bg_bread.png");
	background-repeat: no-repeat;
	background-position: right center;
}


/* Flick.css IMPLEMENTATION */



/*-----------------------------------------------
* #Product
-----------------------------------------------*/
#Product .gran{
	border:none;
	overflow:hidden;
	height:21px;
	width: 140px;
}


/*-----------------------------------------------
* OfficeResearch_Reccomend
-----------------------------------------------*/

#OfficeResearch_Reccomend .itemListTab li a.dual {
	padding-top:2px;
	padding-right:25px;
	/*width:115px;*/
	line-height:15px;
}

#OfficeResearch_Reccomend .officeIcon:before {
	content: url(/resource/sp/images/ico/ico_office.png);
	display: block;
	float: left;
	padding-top:3px;
	padding-left:25px;
	height:18px;
}

#OfficeResearch_Reccomend .researchIcon:before {
	content: url(/resource/sp/images/ico/ico_job_and_research.png);
	display: block;
	float: left;
	padding-top:3px;
	padding-left:18px;
	height:18px;
}


/*-----------------------------------------------
* Product Slide
-----------------------------------------------*/
#ProductSlide .itemList .List_01 li {
	padding:0;
}

#ProductSlide .itemList{
	padding:0;
}

#ProductSlide .itemName{
	margin: 0;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	/*margin: 0 0 10px;*/
	text-align:left;
	padding-left:3px
}


#ProductSlide .pTable{
	width:300px;
	border:1px solid #4CA4FF;
	background-color:#FFF;
	margin-top:3px
}

#ProductSlide .pTable02{
	width:300px;
	background-color:#FFF;
	margin-top:3px
}

#ProductSlide .pTable02 li{
	border: 2px solid #4CA4FF;
	-uu-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#ProductSlide .link{
	float:right;
	padding-right:5px;
}

#ProductSlide .pCell{
	padding-top:5px;
	padding-bottom:5px
}

#ProductSlide .w80perc{
	background:#FFF !important;
	border:0;
	width:80%
}

#ProductSlide .pr30 {
	padding-right:30px
}

#ProductSlide #btn_back{
	margin: 0px;
	margin-left: 5px
}

#ProductSlide #btn_next {
	margin: 0px;
	margin-right: 5px
}





/* Register.css IMPLEMENTATION */

/*-----------------------------------------------
* Order Navi
-----------------------------------------------*/
/* OVERWRITE (Contentt is the Same) */

#OrderNavi {
	margin-top: 0 !important;
}
#OrderNavi table {
	width: 100%;
}
#OrderNavi table tr {
	background-color: #8d8d8d;
	background: -moz-linear-gradient(top, #bebebe, #8d8d8d);
	background: -webkit-gradient(linear, center top, center bottom, from(#bebebe), to(#8d8d8d));
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#OrderNavi table td {
	padding-left: 15px;
	text-align: center;
	background-color: transparent;
	background-image: url("/resource/sp/images/etc/bg_ordernavi.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#OrderNavi table td:first-child {
	padding-left: 0;
	background-image: none;
}
#OrderNavi table td span {
	display: block;
	padding-top: 12px;
	height: 26px;
	font-size: 11px;
	color: #ffffff;
	text-shadow: 0 -1px 1px #404040;
	overflow: hidden;
}
#OrderNavi table td.current {
	background-image: url("/resource/sp/images/etc/bg_ordernavi_cur01.gif");
}
#OrderNavi table td.current span {
	background-color: #3c83cd;
	background: -moz-linear-gradient(top, #6db5fe, #3c83cd);
	background: -webkit-gradient(linear, center top, center bottom, from(#6db5fe), to(#3c83cd));
}
#OrderNavi table td.current+td {
	background-image: url("/resource/sp/images/etc/bg_ordernavi_cur02.gif");
}



/*-----------------------------------------------
* Price01
-----------------------------------------------*/
/* OVERWRITE (Contentt is the Same) */
/* ご注文合計 */
.Price01 {
	margin: 10px 10px 0;
}
.Price01 table {
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 12px;
}
.Price01 tr {
	border-bottom: 1px dotted #CCCCCC;
}
.Price01 th {
	font-size: 12px;
	padding: 5px;
}
.Price01 td {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}
.Price01 table .gblue {
	background-color: #e8f1fa;
}
.Price01 table .gpink {
	background-color: #ffe9e9;
}
.Price01 table tr .tred {
	color: #d80000;
	font-size: 14px;
}








/* Flick.css IMPLEMENTATION */

#Slide .Change input[type=text] {
	/* THE FOLLOWING SEEMS MANDATORY (CHECK THE EFFECT) */
	height: 27px;
	background-color: #ff0000;
	background: -moz-linear-gradient(top, #dddddb, #ffffff 10%, #ffffff);
	background: -webkit-gradient(linear, center top, center bottom, from(#dddddb), color-stop(10%, #ffffff), to(#ffffff));
	border: solid 1px #b4b4b4;
	-uu-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* add css for use ProductSlide from index01.html */

#ProductSlide .itemList ul.List_01 > li {
	float: left;
	margin-right: 10px;
/***	width: 262px; ***/
    /*Original Kojima-san*/
	/*width: 207px;*/
	width: 230px;
}

#ProductSlide .itemList {
    width: 235px;
}

/* -- add css for use ProductSlide from index01.html */
