@charset "utf-8";

/*
============================================================
NEWspecialDetail.css
------------------------------------------------------------

■全体
■スクリーン　中サイズ
■スクリーン　小サイズ


作成日：2015.06.17
作成者：Hidekazu Fujita
更新日：2016.08.03 中サイズを小サイズとマージ
更新者：inomata
バージョン： 1.0
会社名：KADOKAWA

============================================================
*/

/* ---------------------------------------------------------
■全体
--------------------------------------------------------- */

/* 見出し1 */

.Nmidashi_1 {
	position:relative;
	padding-left:30px;
	border-bottom:3px solid #cccccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	margin-bottom:15px;
}

.Nmidashi_1:before {
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:13px; 
	left:5px; 
	background-color:#cccccc;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}

.Nmidashi_1:before{
}

.Nmidashi_1 h3 {
	font-size:18px;
	line-height: 1.6;
	margin-top:0;
	padding:5px;
}

/* 見出し2 */

.Nmidashi_2 {
	border-left:5px solid #cccccc;
	margin-bottom:12px;
}

.Nmidashi_2 h4 {
	font-size:16px;
	line-height: 1.6;
	margin-top:0;
	padding:4px 6px 4px 12px;
	background:#f9f9f9;
	font-weight:normal;
}

/* 見出し3 */

.Nmidashi_3 {
	border-bottom:3px dotted #cccccc;
	margin-bottom:12px;
}

.Nmidashi_3 h5 {
	font-size:14px;
	line-height: 1.6;
	margin-top:0;
	padding:5px 5px 5px 7px;
	font-weight:normal;
}

/* 区切り */

.Nitem {
	margin-bottom:20px;
}

/* テキスト */

.Ntext {
	margin-bottom:5px;
}

.Ntext p {
	font-size:14px;
	line-height:1.6;
}

/* クレジット */

.Ncredit {
	font-size:10px;
	color:#999999;
	margin-bottom:15px;
	text-align:right;
}

/* 商品紹介 */

.Niteminfo {
	border:1px solid #cccccc;
	padding:15px;
	clear:both;
	overflow:hidden;
/*    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px; */
}

.Niteminfo h3 {
	font-size:16px;
	margin:2px 0 5px 0;
}

.Niteminfo p {
	font-size:12px;
	line-height:1.6;
	margin-bottom:5px;
}

.Niteminfo img {
	width:80px;
	float:left;
	margin:0 15px 5px 0;
}

.Niteminfo .Niteminfo_in {
	display:inline;
}

.Niteminfo .itemetc {
	font-size:12px;
	line-height:1.4;
	color:#999999;
}

/* 紹介 */

.Nreport {
	padding:15px;
	border:1px solid #cccccc;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	margin-bottom:12px;
}

.Nreport_in_out {
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:14px;
	border-bottom:1px dotted #cccccc;
}

.Nreport_in_out img {
	width:100px;
	float:left;
	margin:0 15px 5px 0;
}

.Nreport_in {
	display:inline;
}

.Nreport_name {
	margin:3px 0 5px 0;
	font-size:14px;
}

.Nreport_name span {
	font-size:12px;
	color:#999999;
}

.Nreport_in p {
	font-size:12px;
	line-height:1.5;
	padding-right:7px;
}

.Nreport_ph {
	margin-bottom:10px;
}

.Nreport_ph_in {
	display:table;
	width:100%;
}

.Nreport_ph_box {
	display:table-cell;
	padding:0 5px;
}

.Nreport_ph_box img {
	width:100%;
	margin:0;
}

.Nreport_ph_box p {
	font-size:10px;
	line-height:1.5;
}

/* コメント */

.Nreport_com {
	padding:15px 20px;
	font-size:12px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	background:url(/img/specialDetail/bg_coment_stert.png) 15px 12px no-repeat #f9f9f9;
}

.Nreport_com_in {
	padding:5px;
	background:url(/img/specialDetail/bg_coment_end.png) right bottom no-repeat;
}

.Nreport_com span {
	padding-left:20px;
}

.Nreport_com span span {
	font-weight: bold;
	padding:0;
	font-size:16px;
	margin:0 2px;
}

/* 紹介（phなし）*/

.Nreport_Nph {
	clear:both;
	overflow:hidden;
}

.Nreport_Nph_box {
	float:left;
	overflow:hidden;
	width:333px;
	margin:0 6px 12px 6px;
	padding-bottom:12px;
	border-bottom:1px dotted #cccccc;
}

.Nreport_Nph_box img {
	float:right;
	width:70px;
	margin:0 3px 8px 0;
}

.Nreport_Nph_box_in_name {
	font-size:14px;
	margin-left:3px;
}

.Nreport_Nph_box_in_name span {
	font-size:12px;
	color:#999999;
}

.Nreport_Nph_box_in_lead {
	margin-top:10px;
	margin-left:3px;
	font-size:14px;
	line-height:1.4;
}

.Nreport_Nph_box_in_lead span {
	font-weight:bold;
}

.Nreport_Nph_box_in_text {
	clear:both;
	padding:15px 20px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	background:url(/img/specialDetail/bg_coment_stert.png) 15px 12px no-repeat #f9f9f9;
}

.Nreport_Nph_box_in_text p {
	padding:5px;
	font-size:12px;
	background:url(/img/specialDetail/bg_coment_end.png) right bottom no-repeat;
	height:215px;
}

.Nreport_Nph_box_in_text p span {
	padding-left:20px;
}

.Nreport_Nph_box_in_text p span span {
	font-weight:bold;
	padding:0;
	font-size:16px;
	margin:0 2px;
}

/* 公式サイト誘導 */

.Nofficial {
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}

.Nofficial_img {
	float:right;
	width:300px;
}

.Nofficial_img img {
	margin:2px 0 0 0;
}

.Nofficial_text {
	float:left;
	width:375px;
}

.Nofficial_text p {
	font-size:12px;
	margin-bottom:5px;
}

.Nofficial_text .sub {
	font-size:10px;
	color:#999999;
	line-height:1.6;
	margin-bottom:15px;
}

.Nofficial_text .but_out {
	border:1px solid #cccccc;
	padding:8px 10px 10px 10px;
}

.Nofficial_text .but_title {
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
}

.Nofficial_text .but {
}

.Nofficial_text .but a {
	display:block;
	color:#ffffff;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

/* お問い合わせ先 */

.Ncontact {
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:10px;
}

.Ncontact span {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}


/* タイトルカラー */

#mainTitle h2 {
	color:#aa0b16;
}

#mainTitle {
	border-color:#aa0b16;
}

/* ベースカラー */

.Nmidashi_1 ,
.Nmidashi_2 ,
.Nmidashi_3 ,
.Niteminfo {
	border-color:#aa0b16;
}

.Nmidashi_1:before,
.Nofficial_text .but a:hover {
	background:#aa0b16;
}

.Nreport_Nph_box_in_lead span {
	color:#aa0b16;
}

/* ハイライトカラー */

.Nreport_com span span,
.Nreport_Nph_box_in_text p span span {
	color:#aa0b16;
}

.Nofficial_text .but a {
	background:#aa0b16;
}


/* ---------------------------------------------------------
■スクリーン　中⇒小サイズ
--------------------------------------------------------- */
@media screen and (max-width: 768px) {

.Nreport_com,
.Nreport_com_in {
	background-size:12px auto;
	font-size:14px;
	line-height:1.6;
}

.Nreport_com_in {
	padding-bottom:10px;
}

.Nreport_com_in span span {
	font-size:14px;
}

.Nreport_Nph_box {
	float:none;
	width:auto;
	margin:0 0 12px 0;
}

.Nreport_Nph_box_in_text ,
.Nreport_Nph_box_in_text p {
	background-size:10px auto;
	font-size:12px;
	line-height:1.6;
}

.Nreport_Nph_box_in_text p span span {
	font-size:12px;
}

.Nreport_Nph_box_in_text p {
	padding:0;
	margin:0;
	height:auto;
}

.Nofficial_img {
    float:none;
	text-align:center;
	margin:0 auto 10px auto;
}

.Nofficial_img img {
	max-width:100%;
}

.Nofficial_text {
    float:none;
	width:auto;
}

.Nofficial_text p {
	line-height:1.6;
}

.Nofficial_text .but a {
	padding:10px;
	font-size:14px;
}

.Nreport_ph_in {
	clear:both;
	overflow:hidden;
	display:block;
}

.Nreport_ph_box {
    float:left;
	width:173px;
	display:block;
	margin-bottom:10px;
}

}
/*-------------------------
	media screen 中⇒小 | END
-------------------------*/




/* ---------------------------------------------------------
■スクリーン　小サイズ
--------------------------------------------------------- */
@media screen and (max-width: 768px) {

.Nreport_ph_box {
	width:114px;
}

.Nofficial_img {
	width:260px;
}

.Nofficial_text .but_out {
	padding:10px;
}

.Nreport_Nph_box_in_name {
	margin-top:5px;
}

.Nreport_Nph_box img {
	margin-left:10px;
}

.Nofficial_text .but {
	line-height:1.4;
}

.Nofficial_text .but a {
	padding:10px 15px;
}

}
/* ------------------------*/
	media screen 小 | END
/* ------------------------*/
