body {
	margin:0px;
	font-family:Meiryo;
	font-size:15px;
	-webkit-text-size-adjust:100%;
}

.header {
	background:#E0E0E0;
}

.header .title-h1 {
	font-size:20px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.header .header-menu {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-560px;
	background:#505050;
	z-index: 2;
}

.header .header-mobile-menu {
	position:fixed;
	top:0px;
	left:0px;
	z-index: 2;
}

.header .text-anchor-nodec {
	text-decoration:none;
}

.header .mobmenu-hide-anchor {
	text-decoration:none;
	color:black;
}

.header .mobile-menu {
	background:#FFFFFF;
	filter:alpha(opacity=96);
	-moz-opacity: 0.96;
	opacity:0.96;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	border-top-color:#808080;
	border-bottom-color:#E0E0E0;
	padding:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.header ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.header li {
	color:white;
	padding:7px;
	float:right;
}

.header .text-nowrap {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.header .box-kadomaru {
	-moz-border-radius: 6px;	/* 古いFirefox */
	-webkit-border-radius: 6px;	/* 古いSafari,Chrome */
	border-radius: 6px;			/* CSS3 */
}

.header .search-box {
	width:130px;
	margin:0px;
	padding:0px;
	font-size:15px;
}

.header .search-result {
	width:80%;
	height:500px;
	background:#FFFFFF;
	overflow-y:scroll;
	padding:15px;
}

.container {
	background:#E0E0E0;
}

.contents .space {
	height:15px;
	overflow:hidden;
}

.contents .header-button {
	border-style:none;
	color:white;
	font-family:Meiryo;
	cursor:pointer;
}

.contents .header-button-mobile {
	border-style:none;
	color:white;
	font-family:Meiryo;
	cursor:pointer;
	font-size:16px;
	// iphone などで　inputbox の角丸をなくす
	border-radius: 0;
	-webkit-appearance: none;
}

.contents .contents-button {
	border-style:none;
	color:white;
	font-family:Meiryo;
	cursor:pointer;
	// iphone などで　inputbox の角丸をなくす
	border-radius: 0;
	-webkit-appearance: none;
}

.contents .search-box {
	padding:5px;
}

.contents .search-box-mobile {
	border:solid 2px #0000FF;
	width:100%;
	height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}

.contents p {
	margin:0px;
	padding:0px;
}

.contents .midashi {
//	margin-left:10px;
	padding-left:5px;
	background:#0000FF;
}

.contents .midashi h2 {
	padding:10px 0px 10px 15px;
	background:#FFFFFF;
	background-image:url('image/back_head_grad_10_100.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

.contents {
	background:#E0E0E0;
}

.contents .border-box-main {
	-moz-border-radius: 4px;	/* 古いFirefox */
	-webkit-border-radius: 4px;	/* 古いSafari,Chrome */
	border-radius: 4px;			/* CSS3 */
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.2);
	box-shadow:0 0 1px rgba(0,0,0,0.2);
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
	background:#FFFFFF;
	font-size:15px;
}

.contents .float-left {
	float:left;
	text-align:left;
	overflow:hidden;
}

.contents .main-contents {
	padding:13px;
	text-align:left;
	overflow:hidden;
}

.contents .product-image {
	padding-right:10px;
}

.contents .main-contents-mobile {
	text-align:left;
}

.contents .border-box {
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
}

.contents .border-box-article {
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.2);
	box-shadow:0 0 1px rgba(0,0,0,0.2);
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
	background:#FFFFFF;
	font-size:15px;
	overflow:hidden;
}

.contents .article-hide-anchor {
//	text-decoration:none;
//	color:black;
}

.contents .article-desc {
	padding:7px;
	background:#FFFFFF;
	font-size:15px;
}

.contents .article-desc-gray {
	padding:7px;
	background:#E8E8E8;
	font-size:15px;
}

.contents .article-desc-yellow {
	padding:7px;
	background:#FFFFD0;
	font-size:15px;
}

.contents .article-desc-border {
	padding:7px;
	border:1px solid #808080;
	background:#FFFFFF;
	font-size:15px;
}

.contents .article-desc-nothing {
	padding:7px;
	background:#FFFFFF;
	font-size:15px;
}

.contents .article-image-desc {
	width:35%;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.contents .article-image-mobdesc {
	float:right;
	overflow:hidden;
	margin-left:10px;
}

.contents .main-contents .preview-inner {
	overflow:hidden;
//	max-height:115px;
	max-height:none;
}

.contents .main-contents .preview-inner-more {
	display:none;
	cursor:pointer;
}

.contents .sidebar-contents {
	overflow:hidden;
	padding:10px;
}

.contents .sidebar-contents .refer-box {
	-moz-border-radius: 6px;	/* 古いFirefox */
	-webkit-border-radius: 6px;	/* 古いSafari,Chrome */
	border-radius: 6px;			/* CSS3 */
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 1px rgba(0,0,0,0.2);
	box-shadow:0 0 1px rgba(0,0,0,0.2);
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
	background:#FFFFFF;
	font-size:14px;
	overflow:hidden;
}

.contents .sidebar-contents .refer-header {
	color:white;
	background:#D00000;
	padding:5px;
}

.contents .sidebar-contents .refer-wrapper {
	overflow:hidden;
	max-height:75px;
	background:#FFFFFF;
	padding:7px;
}

.contents .sidebar-contents .refer-inner {
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
	text-overflow:ellipsis;
}

.contents .sidebar-contents .refer-bottom {
	background:#FFFFFF;
	padding:7px;
}

.contents .sidebar-margin {
	margin:10px 0px 10px 0px;
}

.contents .sidebar-contents .refer-inner-nowrap {
	background:#FFFFFF;
	max-height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.contents .article-listing {
	font-size:14px;
	line-height:16px;
}

.share {
	padding:0px 7px 10px 0px;
}

.share li {
	list-style-type:none;
	color:black;
	padding:0px 3px;
	float:right;
}

.share .twitter {
	margin-left:-35px;
}

.share .line {
	margin-top:40px;
}

.share .arrowBox {
	position: relative;
	-moz-border-radius: 2px;	/* 古いFirefox */
	-webkit-border-radius: 2px;	/* 古いSafari,Chrome */
	border-radius: 2px;			/* CSS3 */
	width: 43px;
	min-height: 24px;
	max-height: 24px;
	padding-top:4px;
	margin-bottom: 10px;
	height: 24px;
	line-height:20px;
	background: #FFFFFF;
	color: #19283C;
	text-align: center;
	border: 1px solid #A0A0A0;
	z-index: 0;
}

.share .arrowBox:before {
	content: "";
	position: absolute;
	bottom: -6px; left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #FFFFFF transparent transparent transparent;
	z-index: 0;
}

.share .arrowBox:after {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #A0A0A0 transparent transparent transparent;
	z-index: -1;
}

.separator {
	overflow:hidden;
	height:0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#C0C0C0;
}

.separator-dotted {
	overflow:hidden;
	height:0px;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#C0C0C0;
}

.footer {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-560px;
}

.footer .footer-mobile {
	position:fixed;
	bottom:0px;
	left:0px;
}

.footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.footer li {
	padding:7px;
	float:right;
}

.footer .page-top {
	width:45px;
	margin-bottom:5px;
	text-align:center;
}

.footer .page-top-style {
	-moz-border-radius: 3px;	/* 古いFirefox */
	-webkit-border-radius: 3px;	/* 古いSafari,Chrome */
	border-radius: 3px;			/* CSS3 */
	height:35px;
	line-height:15px;
	background:#707070;
	color:white;
	border: 2px solid #A0A0A0;
	font-weight:bold;
}

.footer a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
a:visited {
	color:blue;
}

.search-window {
	border-style:solid;
	border-width:1px;
	border-color:#E0E0E0;
	background:#FFFFFF;
}
