@charset "utf-8";

/* SP：style_sp.css
 * **************************************************
 * Site Width
 * Header
 * Header Bottom
 * Common Elements
 * Content
 * Article
 * Page Top
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	margin: 0;
	padding: 0 3%;
	width: auto;
}


/*  Header
------------------------------------------------------------------- */
#header .inner {
	position: relative;
}

/* title */
#header .title {
	position: relative;
	top: 3px; left: 0;
	max-width: 299px;
	width: 66%;
}

/* Logo */
#header .logo {
	position: absolute;
	bottom: 5px; right: 3%;
	width: 70px;
}


/* Header Bottom
------------------------------------------------------------------ */
#headerBottom .inner {
	position: relative;
}
#headerBottom ul {
	list-style: none;
}
#headerBottom ul li {
	display: inline-block;
	font-size: 1.0rem;
	vertical-align: top;
}
/* siteLink */
#headerBottom ul.siteLink {
	margin: 1em 0 0 0;
}
#headerBottom ul.siteLink li {
	padding: 0 0 0 1em;
}
#headerBottom ul.siteLink li a {
	background: url(../images/common/arrow_sitelink.png) no-repeat left 0.1em;
	background-size: 8px 10px;
	padding: 0 0 0 9px;
	text-decoration: underline;
}
/* shareBtn */
#headerBottom ul.shareBtn {
	margin: 0.6em 0 0 0;
}
#headerBottom ul.shareBtn li {
	padding: 0 0 0 0.5em;
}


/* Common Elements
------------------------------------------------------------------ */
/* リンク */
a {
	color: #333333;
	text-decoration: none;
}
img {
	vertical-align: bottom;
	width: 100%;
}

/* リンク */
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	-webkit-transition: .3s;
	transition: .3s;
}
a.underline {
	text-decoration: underline;
}

/* img */
img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}

/* headline */
#content h1,
#content h2,
#content h3,
#content h4 {
	color: #000000;
	line-height: 1.2;
	-webkit-transition: .3s;
	transition: .3s;
}
#content a:hover h1,
#content a:hover h2,
#content a:hover h3,
#content a:hover h4 {
	color: #cc0000;
}
#content h1 {
	font-size: 2.2rem;
}
#content h2 {
	font-size: 1.8rem;
}
#content h3 {
	font-size: 1.6rem;
}
#content h4 {
	font-size: 1.5rem;
}

/* list */
#content ul {
	list-style: none;
}
#content ul:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* bnrProducts */
#content .bnrProducts {
	border-top: 2px dotted #ffffff;
	margin: 1.5em 0 0 0;
	padding: 0.3em 0 0 0;
}
#content .bnrProducts ul {
	margin: 0 -3.2% 0 0;
}
#content .bnrProducts ul li {
	float: left;
	margin: 1em 3.2% 0 0;
	width: 46.8%;
}

#content .caption{
	font-size:85%;
	padding:30px 0 0 0;
	line-height:1.5;
	color: #666666;
}



/* Content
------------------------------------------------------------------ */
/* main */
#content .main {
	width: auto;
}

/* side */
#content .side {
	width: auto;
}


/* Article
------------------------------------------------------------------ */
#content .article {
}

/* mainvisual */
#content .article .mainvisual {
	margin: 0.8em 0 0 0;
}

/* lead */
#content .article .lead {
	margin: 1em 0 0 0;
}

/* headline */
#content .article .section h2 {
	border-left: 5px solid #cc0000;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 10px;
}
#content .article .section.conclusion h2 {
	color: #cc0000;
	font-size: 1.5rem;
}
#content .article .section h3 {
	margin: 1.2em 0 0.5em 0;
}
#content .article .section h3.border {
	border-bottom: 4px solid #f2f2f2;
	padding: 0 0 0.3em 12px;
}
#content .article .section h3.border:before {
	background: #cc0000;
	content: '';
	display: inline-block;
	height: 12px;
	margin: 0 0.4em 0 -12px;
	width: 12px;
}
#content .article .section h3.bg {
	background: #cc0000;
	border-left: 20px solid #000000;
	color: #ffffff;
	min-height: 20px;
	padding: 0.3em 0.6em 0.2em;
}

#content h3.bg {
	background: #cc0000;
	border-left: 35px solid #000000;
	color: #ffffff;
	min-height: 35px;
	padding: 5px 12px 3px 12px;
	margin: 30px 0 ;
}

/* section */
#content .article .section {
	margin: 2em 0 0 0;
}
#content .article .section + .section {
	margin-top: 3em;
}
#content .article .section.conclusion {
	margin-top: 3em;
}
#content .article .section p + p {
	margin: 1em 0 0 0;
}
#content .article .section > img {
	display: block;
	margin: 0.5em auto 0;
}
#content .article .section > ul {
}
#content .article .section > ul li {
	float: left;
	margin: 0.5em 0 0 0;
}
#content .article .section > ul li p {
	margin: 0.2em 0 0 0;
	text-align: center;
}
#content .article .section > ul.fourColumn { /* 4カラムの場合 */
	margin-right: -3.2%;
}
#content .article .section > ul.fourColumn li {
	margin-right: 3.2%;
	width: 46.8%;
}
#content .article .section ul.disc{
	list-style:disc;
	margin-left:1.5em;
}
#content .article .section ul.disc li{
	width:100%;
}

#content .article .section .caption{
	font-size:80%;
}

#content .recommended {
	margin: 10px 0 30px 0;
}

#content .recommended_strong {
	margin: 50px 0 0 0;
}

#content .section img {
	border: solid 1px #cccccc;
}

#content .section .img {
	border: solid 1px #ffffff;
}	

/* 調整
------------------------------------------------------------------ */
#content .article .m20 {
	margin: 20px 0 20px 0;
}

/* 目次 */
#content .article .section2 {
	margin: 20px;
}
#content .article .section2 .box {
    margin: 30px 0;
	background: #ffffff;
	border: 1px solid #cc0000;
	line-height: 2.0;
}
#content .article .section2 .box .box-title {
    font-size: 110%;
    background: #cc0000;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
#content .article .section2 .box p {
    padding: 15px 20px;
    margin: 0;
}

#content .article .section2 ul.sublist {
	margin-left:1.0em;
}

#content .article .section2 .box .list{
	margin-left:1.5em;
}




/* related */
#content .related {
	border-top: 2px dotted #ffffff;
	margin: 3.5em 0 0 0;
	padding: 0.8em 0 0 0;
}
#content .related ul li {
	margin: 0.8em 0 0 0;
}
#content .related ul li a {
	display: table;
}
#content .related ul li a img {
	display: table-cell;
	vertical-align: top;
	width: 50px;
	min-width :50px!important;
}
#content .related ul li p {
	display: table-cell;
	line-height: 1.2;
	padding: 0 0 0 1em;
	vertical-align: top;
}



/* backnumber */
#content .backnumber {
	border-top: 2px dotted #666666;
	margin: 1.5em 0 0 0;
	padding: 0.8em 0 0 0;
}
#content .backnumber ul li {
	margin: 0.8em 0 0 0;
}
#content .backnumber ul li a {
	display: table;
}
#content .backnumber ul li a img {
	display: table-cell;
	vertical-align: top;
	width: 50px;
	min-width :50px!important;
}
#content .backnumber ul li p {
	display: table-cell;
	line-height: 1.2;
	padding: 0 0 0 1em;
	vertical-align: top;
}


/* backnumber_contents */
#content .backnumberContents {
	border-top: 2px dotted #666666;
	margin: 1.5em 0 1.5em 0;
	padding: 1em;
	border:solid 1px #666666;
	width:300px;
}
#content .backnumberContents ul li {
	margin:0 0 0 0;
}
#content .backnumberContents ul li a {
	display: table;
}
#content .backnumberContents ul li img {
	float:left;
	width: 50px;
}
#content .backnumberContents ul li p {
	line-height: 1.2;
	padding: 0 0 0 1em;
	float:left;
	width: 220px;
}


span.underline{
	border-bottom:solid 1px #333333;
}


#content .list-box {
  display: table;
  line-height: 2.0em;
}
#content .list-img,
#content .list-text {
	display: table-cell;
	vertical-align: middle;
	max-width: 100%;
	padding: 2em 0 0 2em;
}

#content .table{
	border-collapse: collapse;
	margin: 0 auto;
}
#content .table-img,
#content .table-txt{
	vertical-align: top;
	width: 300px;
	padding: 0;
	padding: 2em 0 0 2em;
}
#content .table-txt p{
	font-size: 80%;
}
#content .table .table-img > img{
	width: 100%;
	border: solid 1px #cccccc;
}

#content .product_btn{
	margin-top: 10px;
	width: 100%;
}

#content .goods{
	max-width: 90%;
	margin: 0 auto;
	display: block;
	border: 1px #cccccc solid;
}

#content .list{
  margin: 10px;
}

#content ol.raid{
	list-style: decimal;
	padding: 10px 0 0 30px;
}

/* PageTop
------------------------------------------------------------------ */
#pageTop {
	position: relative;
	width: auto;
}
#pageTop a {
	background: #01a89e;
	display: block;
	height: 45px;
	outline: none;
	overflow: hidden;
	padding: 10px 0 0 0;
	position: fixed;
	bottom: 3%;
	right: 3%;
	text-align: center;
	width: 45px;
	z-index: 9999;
}
#pageTop img {
	height: 26px;
	width: 28px;
}


/* Footer
------------------------------------------------------------------ */
/* copyRight */
#footer .copyRight {
	font-size: 1rem;
	text-align: center;
}


