@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : Shincho Online Shop
  URI : shincho-shop.jp  Copyright(C) shinchosha Publishing Co.,Ltd All Right Resrved
---------------------------------------------------------- */

/* CSS Reset Style
---------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, legend, input, textarea, button, p, blockquote, pre, address, table, th, td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #262626;
	line-height: 1;
	text-decoration: none;
}
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
del {
	font-weight: normal !important;
	text-decoration: line-through;
}
caption {
	text-align: left;
}
fieldset {
	border: 0;
}
button {
	border: 0;
	background: none;
}
label, legend {
	line-height: normal;
}

/* HyperText Style
---------------------------------------------------- */
a:link,a:visited {
	color: #262626;
	text-decoration:none;
}
a:hover,a:focus {
	color: #262626;
	text-decoration:underline;
}

/* Head Line
---------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
h3 {
	margin: 20px 0 10px 8px;
}

/* Texts
---------------------------------------------------- */
p {
	margin: 20px 0;
	line-height: 1.5;
}
p.none {
	margin: 0 !important;
}
p.text {
	margin: 15px 0 15px 15px;
	line-height: 1.8;
}

/* Quotations
---------------------------------------------------- */
blockquote {
	padding: 20px;
	margin: 30px 0;
	line-height: 1.8;
}

/* Table
---------------------------------------------------- */
table,th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	line-height: normal;
}
table.zebra tr.even td {
	background: #E9E9E9;
}

/* List Style
---------------------------------------------------- */
ul, ol {
	margin: 1em 0;
}
ul.none, ol.none {
	margin: 0 !important;
}
ul li,
ol li {
	margin: 0.1em 0 0.1em 2em;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0;
}
ul li,
ol ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-roman;
}
dl {
	margin: 1em 0;
}
dd {
	margin: 1em 0 0 2em;
}

/* Form
---------------------------------------------------- */
select,
option {
	font-size: 12px;
}

/* Image Style
---------------------------------------------------- */
img {
	border: none;
	vertical-align: bottom;
}
img.imgover {
}

/* Alignment
---------------------------------------------------- */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

/* Float Clear style
---------------------------------------------------- */
.clear {
	clear: both !important;
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */