/***** default styles
*******************************************/

body {
	font-size: 15px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
}

* {line-height: 1.6;font-size: 100%;}


/***** text styles
*******************************************/



html {
	padding: 0;
	margin: 0;
}

body {
	font-family:"Meiryo","Verdana","ＭＳ Ｐゴシック","MS UI Gothic","MS PGothic","Osaka";
	color: #000000;
	margin:0 auto;
	background-color:#ffffff;
	background-repeat:repeat-y;
	background-position:center 0px;
	padding:0;
}

p {
	line-height: 1.9;
	text-align: justify;
	text-justify: distribute;
}

p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.01em;
}

img {border: 0;	vertical-align: bottom;}

/***** Link styles
*******************************************/

#out a { text-decoration: none; }
#out a:link			{	color: #bf45ff; }
#out a:visited	{ color: #bf45ff; }
#out a:hover		{ color: #337ED2; }

/***** layout styles
*******************************************/
#out {
	margin:0 auto 0px auto;
	text-align: left;
	width:950px;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
/*	background-color:#0a2139;*/
}

#head {
	background-color:#486ad9;
	text-align: left;
	margin:0px auto 0px auto;
	padding:0px;
	border-bottom: 0px solid #cccccc;
}

#menu  {
	text-align:right;
	font-size:87%;
	color:#CCCCCC;
}

h1 {
	font-size: 160%;
	font-weight:normal;
	margin:0 0 0px 0;
	padding:0;
}

h2 {
  text-align:center;
	font-size: 120%;
	font-weight:normal;
	margin:10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
  color: #486ad9;
  font-weight: bold;
  border-top: 2px solid #486ad9;
  border-bottom: 2px solid #486ad9;
}

h3 {
	background-color: #ee4300;
	font-size: 110%;
	font-weight:700;
	color: #ffffff;
	margin:0 30px 0.2em 30px;
	padding:5px 0 0 10px;
	border-left: 10px solid #ff8a22;
}

h4 {
	font-size: 130%;
	font-weight:700;
	margin:2.5em 0 1em 0;
	padding:2px 5px;
	border-color:#990000;
	border-width:0 0 1px 7px;
	border-style:solid;
	background:#F8F8F8;
}

#main{
	letter-spacing: 0.1em;
	font-size: 110%;
	padding:10px 30px 0px 30px;
	line-height: 1.9;
}

#main ul {
	list-style-position: outside;
	list-style-image: url(../img/ic_li.gif);
	margin:0 5px 5px 30px;
	padding: 3px;
	list-style: circle;
}

#main li {
	letter-spacing: 0.02em;
	padding: 0.8em 0 0.8em 1.6em;
}

#main p {
	margin: 0.0em 0.5em 0.0em 0.5em;
	letter-spacing: 0.00em;
	padding: 0.3em 0 2.0em 0.1em;
}

#main img {
	margin: 5px 5px 10px 0px;
	border: 1px solid #aaaaaa;
}

.tbl {
	margin: 70px 0px 0px 80px;
	padding: 0px;
}
.tbl th {
	text-align:left;
	border-left: 10px solid #ff4e00;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 3px;
}

.tbl td {
	text-align:center;
	padding: 0px 5px 5px 0px;
	font-weight: bold;
}

.tbl img {
	margin: 0px;
}

.idx_main {
  font-size: 14px;
	margin:0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
  border: 1px solid #486ad9;
  border-radius: 5px;
}

.idx_main h2 {
  text-align:center;
	margin:0px auto 5px auto;
  color: #ffffff;
	font-size: 15px;
  font-weight: bold;
  line-height: 1.0;
	padding: 3px 0px 1px 0px;
	background:#486ad9;
}

.caution {
	background-image: url(../img/bg_o.png);
	background-repeat: repeat-y;
	color: #452c25;
	margin: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #f77f36;
}

.caution strong {
	color: #452c25;
}

strong {
	font-weight: bold;
	color: #d94886;
}

.small {
	font-size: 10px;
	line-height: 140%;
}


#footer {
	color: #ffffff;
	text-align: center;
	margin:  0px 0px;
	padding: 1em 0;
	border-top: 1px solid #cccccc;
	background-color:#486ad9;
}

/* イメージチップ用パーツ */
#imgtip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*画像オンマウス透過
---------------------------------------------------------------------------*/
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}


/*価格表用
---------------------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 550px;
  table-layout: fixed;
}

table tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.booksize{
  text-align: center;
  font-size: 1.2em;
  width: 80px;
}
.printertype{
  text-align: center;
  font-size: 1.2em;
  width: 180px;
}
.item{
  font-size: 1.2em;
}
.price{
  text-align: right;
  color: #167F92;
  font-weight: bold;
  font-size: 1.2em;
}
.pricetaxin{
  text-align: right;
  color: #167F92;
  font-weight: normal;
  font-size: 0.8em;
}
.note{
  vertical-align: top;
  color: #167F92;
  font-size: 1em;
}
.non{
  background:#fff;
}

/* LINE Twitter QRの表
---------------------------------------------------------------------------*/
table.qr {
/*
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  */
  width: 800px;
  table-layout: fixed;
}

.qrtitle {
  padding: 0em 2px 0em 0em;
  color: #0000ff;
  background:#fff;
  text-align: left;
  font-weight: bold;
  font-size: 1.5em;
}

.qrnote {
  padding: 0em 2px 0em 0em;
  color: #000000;
  background:#fff;
  vertical-align: top;
}


/*
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
*/

