@charset "shift_jis";








/*  main
-----------------------*/

#contents {}


div#contents {
    clear: both;
    width: 1000px;
    margin: 0 auto;
}

h1.logo {
    width: 325px;
    float: left;
    margin-bottom: 0;
}

h1.logo img {
    width: 100%;
}

.special-site {
    width: 244px;
    padding-top: 23px;
    margin-bottom: 0;
    float: right;
}

.special-site img {
    width: 100%;
}

.header {
    width: 1000px;
    margin: 15px auto 15px;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.main-image-pc {
    position: relative;
    display: block;
}

.main-image-sp {
    position: relative;
    display: none;
}

p.main {
    margin: 0;
}


.main-image-pc .lead {
    position: absolute;
    left: 150px;
    top: 280px;
}

ul.ws990bt li.pic {
    position: absolute;
    left: 150px;
    bottom: 13px;
}

ul.ws990bt li.name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border: solid 1px #FF2626;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

ul.ws990bt li.name a {
    color: #fff;
}

ul.ws990bt li.text {
    position: absolute;
    left: 12px;
    bottom: 64px;
}

ul.ws660bt li.pic {
    position: absolute;
    left: 453px;
    bottom: 13px;
}

ul.ws660bt li.name {
    position: absolute;
    left: 346px;
    bottom: 20px;
    border: solid 1px #FFBF00;
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

ul.ws660bt li.name a {
    color: #fff;
}

ul.ws660bt li.text {
    position: absolute;
    left: 343px;
    bottom: 50px;
}

h2.title {
    margin: 25px 0;
    padding: 0;
    text-align: center;
}

h2.bottom {
    margin: 35px 0;
}

.notice {
    border: solid 1px #FF0000;
    background: #000000;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}

.notice a {
    color: #fff;
}

.reviewer-list-box {
    margin-bottom: 20px;
}

.reviewer-list {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}

.reviewer-list:after {
    content: "";
    display: block;
    clear: both;
}

.reviewer-list>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 499px;
    padding: 25px 33px 0 33px;
}

.reviewer-list>li {
    /*    border-left: solid 1px #000;*/
}

.reviewer-list>li:last-child {
    border-left: solid 1px #000;
}

.reviewer-list>li .profile {
    display: table;
    margin-bottom: 25px;
}

.reviewer-list>li p.text {
	word-break: break-all;
    margin: 0;
    line-height: 1.5;
}

.reviewer-list>li .profile p.pic,
.reviewer-list>li .profile p.name {
    display: table-cell;
    vertical-align: bottom;
}

.reviewer-list>li .profile p.pic {
    width: 130px;
}

.reviewer-list>li .profile p.pic img {
    width: 100%;
}

.reviewer-list>li .profile p.name {
    padding: 0 0 10px 10px;
    margin: 0;
}

.reviewer-list>li .profile p.name .shi {
    padding-left: 2px;
    font-size: 12px;
    display: inline-block;
}

.reviewer-list>li .profile p.name .yomi {
    display: block;
    font-size: 12px;
    padding-top: 3px;
}

/* ------------ INTRODUCTION ------------ */

h2.reviewTitle {
    margin: 30px 0 25px;
    padding: 0;
    padding-bottom: 5px;
    color: #211914;
    text-align: left;
	font-size:26px;
    border-bottom: solid 1px #666666;
}

.introduction-list-box {
	margin-bottom:20px;
}

.introduction-list {
    display: table;
    width: 100%;
}
.introduction-list .left {
    width: 200px;
}

.introduction-list>li{
    margin-bottom: 20px;
}
.introduction-list .left img {
    width: 100%;
	border: solid 1px #d2d2d2;
}

.introduction-list .left,
.introduction-list .right {
    display: table-cell;
    /*vertical-align: top;*/
}

.introduction-list .right {
    padding: 10px 10px 10px 20px;
}

.introduction-list .right .summary-text {
    color: #5b5959;
    font-size: 17px;
    margin-bottom: 10px;
}

.introduction-list .right .main-text,
.introduction-list .right .main-text a {
    font-size: 20px;
    color: #1F1913;
}

.introduction-list .right .main-text {
    /*margin-bottom: 10px;*/
}

.introduction-list .right .lead-text {
    font-size: 15px;
    color: #5b5959;
}

.introduction-list li {
    margin-bottom: 15px;
}

.introduction-list li:last-child {
    margin-bottom: 0;
}

.introduction-list .right .credit {
	text-align:right;
	font-size:15px;
	color: #5b5959;
}


.sp-contents .catch {
    display: none;
}

.sp-contents .lead {
    display: none;
}

.sp-contents .item-box {
    display: none;
}

@media screen and (max-width: 768px) {
    div#contents,
    .header,
    .reviewer-list>li,
    div#wrapper {
        width: auto;
    }
    .reviewer-list>li .profile {
        margin-bottom: 20px;
    }
    h2.title {
        font-size: 19px;
        line-height: 1.35;
        margin: 20px 0;
        padding: 5px 0;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }
    h2.title span {
        display: block;
    }
    h1.logo {
        width: 180px;
        float: left;
        padding-left: 10px;
    }
    .special-site {
        width: 100px;
        padding-top: 15px;
        padding-right: 10px;
        float: right;
    }
    .special-site img {
        width: 100%;
    }
    .header {
        margin: 10px 0;
    }
    div#wrapper {
        width: auto;
        min-width: 0;
    }
    .main-image-pc {
        display: none;
    }
    .main-image-sp {
        display: block;
    }
    .main-image-sp img {
        width: 100%;
    }
    .reviewer-list {
        border-right: none;
        border-left: none;
    }
    .reviewer-list>li {
        border-bottom: solid 1px #000;
        border-left: none;
        padding: 0 0 20px 0;
    }
    .reviewer-list>li:last-child {
        border-bottom: none;
        border-left: none;
        padding: 20px 0 0 0;
    }
    .sp-contents {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
    .sp-contents .notice {
        margin-bottom: 0;
        font-size: 16px;
        padding: 10px;
    }
    .sp-contents .notice span {
        display: block;
    }
    .sp-contents .catch {
        display: block;
        margin: 10px 0;
        padding: 0;
    }
    .sp-contents .catch img {
        width: 100%;
    }
    .sp-contents .lead {
        display: block;
        margin: 10px 0;
        padding: 0;
    }
    .sp-contents .lead img {
        width: 100%;
    }
    .sp-contents .item-box {
        display: block;
    }
    .sp-contents .item {
        display: table;
        width: 300px;
        text-align: center;
        margin: auto;
    }
    .sp-contents .item-info {
        display: table-cell;
        vertical-align: middle;
    }
    .sp-contents .item-info.left {
        width: 90px;
    }
    .sp-contents .item-info.right {
        position: relative;
        width: 220px;
    }
    .sp-contents .item-info.left .item-name {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        background: #000;
        color: #fff;
        padding: 3px 5px;
        display: inline-block;
        min-width: 160px;
    }
    .sp-contents .item-info.left .item-text {
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
    }
    .ws990bt .item-name {
        border: solid 1px #FF2626;
    }
    .ws990bt .item-name a {
        color: #fff;
    }
    .ws660bt .item-name {
        border: solid 1px #FFBF00;
    }
    .ws660bt .item-name a {
        color: #fff;
    }
    .sp-contents .item img {
        width: 100%;
    }


	h2.reviewTitle {
		font-size:100%;
    }

    .introduction-list{
        margin-bottom: 40px;
    }

    .introduction-list>li .left {
        width: 100px;
    }

    .introduction-list>li:first-child {
        padding-top: 0;
    }

    .introduction-list>li {
        border-bottom: solid 1px #ccc;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .introduction-list>li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

	.introduction-list .right .summary-text {
    	font-size: 16px;
	}

	.introduction-list .right .main-text,
	.introduction-list .right .main-text a {
    	font-size: 18px;
	}

    .introduction-list .right {
        padding: 0 10px;
    }
	
	.introduction-list .right .credit {
	text-align:left;
    }

}