@charset "utf-8";

.text-red{
	color: #ff0000;
}
.text-l{
	font-size: 24px;
}
.article {
    margin: 0 auto;
	background-color: #fff;
	border-right: 2px solid #285bac;
	border-left: 2px solid #285bac;
	padding: 0 10px 32px 10px;
}
.article a{
	color: #285bac;
}
.article .underline{
	text-decoration: underline;
}
hr {
	border-color: #285bac;
}
.products-title{
    font-size: 14px;
    color: #285bac;
}
.products-title .box{
    font-size: 15px;
    font-weight: bold;
}
/*
.products > ul li a:hover dd {
      color: #fff !important; }
.products > ul li dd {
    color: #3e1e19 !important; }
.products > ul li dd p {
      display: none; }
.products .soldout:not(.unreleased) .btn-slide dl dt {
  border-bottom: 0.4em #f27f0c solid !important; }
.products .soldout:not(.unreleased) .btn-slide dl + dl {
  background-color: #f27f0c !important; }
*/
/* pc ---------- */
.device-pc #contents {
    background-image: url(../images/bg.gif);
    width: auto;
}
.device-pc .article {
    width: 960px;
	padding: 0 0 40px 0;
}
.device-pc .article-header {
    padding-top: 30px;
}
.device-pc .article-title {
    background-image: url(../images/title_main-pc.png);
	background-size: 80% auto;
    padding-top: 80%;
}
.device-pc .article-lead {
    margin: 0px auto;
    text-align: center;
}
.device-pc .article-lead img{
	width: 91%;
}
.device-pc .article-content__text p {
    width: 470px;
    font-size: 160%;
    margin: 0 auto 1.75em;
    padding: 0;
}
.device-pc .article-content__photo {
	background-size: 560px !important;
}
.device-pc .article-content__photo:nth-of-type(1) {
    background: url(../images/doratecho.jpg) no-repeat;
    padding-top: 73%;
}
.device-pc .article-content__photo:nth-of-type(2) {
    background: url(../images/title_doraquiz-pc.png) no-repeat;
	padding-top: 40%;
}
.device-pc .btn{
	padding: 40px 0 50px;
}
.device-pc hr {
	width: 800px;
}
.device-pc .products-title{
	width: 800px;
    margin: -20px auto 0;
}
.device-pc .products > ul.column-4 {
    text-align: center;
    margin: 0 auto;
}
/* sp ---------- */
.device-sp .sp-br{
	display: block !important;
}
.device-sp #contents .article-content__text a{
	display: inline;
	text-decoration: underline;
}
.device-sp #contents {
    background-image: url(../images/bg-sp.gif);
    width: auto;
}
.device-sp #contents {
    padding: 0 7px;
}
.device-sp .article-lead {
    margin: 5px auto 16px;
}
.device-sp .article-header {
    padding-top: 20px;
}
.device-sp .article-title {
    background-image: url(../images/title_main-sp.png);
	background-size: 95% auto;
    padding-bottom: 61%;
}
.device-sp .article-content__text p {
    font-size: 160%;
    margin: 0 auto 1.75em;
}
.device-sp .article-content__photo {
	background-size: 100% !important;
}
.device-sp .article-content__photo:nth-of-type(1) {
    background: url(../images/doratecho.jpg) no-repeat;
    padding-top: 73%;
}
.device-sp .article-content__photo:nth-of-type(2) {
    background: url(../images/title_doraquiz-sp.png) no-repeat;
	padding-top: 78%;
}
.device-sp .btn{
	padding-bottom: 30px;
}
.device-sp .products-title{
	text-align: center;
    margin: -20px auto 0;
}
.device-sp .products-title .box{
    margin: 0 auto;
}
