/* -------------------------------------
GANREF
Copyright (c) 2016 Impress Corporation. All rights reserved.
------------------------------------- */

@import "/css/v2/common.css";
@import "/css/v2/parts.css";
@import "/common/css/st_module.css";
@import "/common/css/resp_pc.css";
@import "/common/css/font.css";

*{ zoom:0; }

body {width: 950px; margin: 0 auto;}

#summary{
	text-align:center;
	padding: 5px 0px;
	background-color:#ddd;
	width: 950px;
	margin:0 0 1em 0;
}

#summary #mainCntInner {
	background-color:#fff;
	padding:10px;
	text-align:left;
}

#mailmag,
#intro {
	border:2px solid #ffbf4d; 
	border-radius:8px; 
	padding:8px 10px; 
	margin-bottom:1em;
}

#mailmag {
/*	clear:both;*/
	margin-bottom:1em;
}

.sns {
	margin-bottom:10px;
}

#summary #mainCnt #mainCntInner>h1 {
	text-align:center;
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ffbf4d;
	margin: 1em 0;
	line-height: 1;
}

#intro h1 { 
	margin:10px auto;
	text-align:center;
	font-size:40px;
	line-height:60px !important;
}

#intro h1:before {
	content:'特集';
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 20px;
	display:inline-block;
	margin-right: 8px;
	background-color:#ffbf4d;
	vertical-align:top
}

#intro h2{
	font-weight:normal;
	margin-bottom:1em;
	border-bottom:2px dotted #ccc;
	padding:0 0.2em 0.2em;
}

#mailmag h2{
	margin-bottom:1em;
	border-bottom:2px dotted #ccc;
	padding:0 0.2em 0.2em;
}

#mailmag h2:before,
#intro h2:before{
	content:'●';
	color:#ffbf4d;
}

.hImg, .vImg {
	max-height: 360px;
	max-width:360px;
}


.stBreadcrumbs,
#subNaviSummary .stBreadcrumbs {
	clear:both;
	margin-top:0;
	background-color:#eee;
	color:#000;
	padding:3px 10px;
	font-size:0.8em;
	text-align:left;
}

#subNaviSummary .stBreadcrumbs dd strong {
/*	font-weight:normal;*/
}

#summary hr {
	margin:1em 0 0 0 ;
	border:none;
	border-top:2px dotted #ccc;
	height:1px;
	color:#FFFFFF;
}

.balloon {
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 5px 10px;
	font-weight: bold;
	color: #666;
	position:relative;
	margin-bottom:24px;
}

.balloon:after {
	content:"";
	display:block;
	width:100%;
	height:14px;
	background:url(img/arrow.svg) no-repeat center 0;
	background-size:18px 14px;
	position:absolute; 
	bottom:-14px;
	left:0;
}


#mailmag a,
.photo dd .link a {
	display: inline-block;
	color: #fff;
	font-size: 100%;
	text-align: center;
	margin: auto;
	padding: 5px 10px;
	line-height: 1.6em;
	text-decoration: none;
	background-color: #36c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


#mailmag p {
	text-align: center;
	margin-bottom:0.5em;
}

.photo {
	letter-spacing:-0.4em;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.photo dt {
	width: 380px;
	display: inline-block;
		*display: inline;  
	    *zoom: 1;  
	vertical-align: top;
}

.photo dt a {
	width: 380px;
	height: 380px;
	margin: 0;
	background: #eee;
	display: block;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.photo dt a .vImg,
.photo dt a .hImg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 3px 0 #cccccc;
	box-shadow: 0 0 3px 0 #cccccc;
}

.photo dt a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.photo dd {
	display: inline-block;
		*display: inline;  
	    *zoom: 1;  
	vertical-align: top;
	margin-left: 10px;
	width: 225px;
	text-align: center;
	letter-spacing:normal;
}

.photo dd h3 {
	font-size: 120%;
	font-weight:bold;
}


.photo dd .data {
	margin: 1em 0;
	padding: 0.5em;
	border-radius: 8px;
	border: 1px dotted #ccc;
	font-size: 90%;
	text-align: left;
}

.photo dd .comment {
	text-align: left;
	font-size:90%;
	line-height:1.4;
	margin-bottom:1em;
}

.photo dt a .vImg {

}

#links .balloon {
	margin-bottom:16px;
}


#links  {
	text-align:center;
	margin-bottom:1em;
}

#links ul {
	list-style:none;
	margin:0 0 1rem 0;
	padding:0;
}


#links ul li {
	clear:both;
	text-align:left;
}

#links a{
	text-decoration:none;
}

#links ul li a img {
	display: block;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	border: none;
	margin-right: 10px;
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	box-shadow: 2px 2px 2px 0 #ccc;
	float:left;
	margin-bottom:0.5em;
}

#links ul li a span {
	display: block;
	vertical-align: top;
	padding: 0.7em 0 0.5em 0;
	margin-left:70px;
}

#links ul li a span h3 {
	font-size: 1.2em;
	display: inline;
}

#links ul li a span p {
	color: #000;
	display: inline;
}
#links ul li a span em {
	margin-top:5px;
	color: #0D47A1;
	display: block;
	font-style: normal;
}

#links ul li a span em:before {
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right:0.2rem;
}


.photo > dt > a > div > img {z-index:99}


#summary #rightCnt #backnumber {
	padding:1px 0 5px 0;
	background-color:#fff;
	margin:1em 0;
	text-align:left;
}

#summary #backnumber h2{
	font-size:1em;
	margin:0 1px 10px 1px;
	padding:5px;
	background-color:#eee;
}

#summary #backnumber ul {
	margin-left:2em;
	padding: 0;
	list-style: disc;
}

#summary #backnumber ul li {
	font-size:1em;
	margin-bottom:0.3em;
}

#summary #backnumber ul li:last-child {

}


#summary #backnumber ul li a {
}

#summary #backnumber ul li a span {
	font-size:0.8em;
}


#summary #mainCntInner .notes {
	padding-left: 1em;
	text-indent: -1em;
	border-top: 1px dotted #ccc;
	padding-top: 0.5em;
	margin: 1em 0;
	font-size: 0.9em;
}


#summary #links.index ul {
	overflow: hidden;
}

#summary #links.index ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.5em;
}


#summary #links.index ul li a span {
	padding: 0.2em 0 0.5em 0;
}

.anchorMenu {
	letter-spacing: -.40em;
	margin: 1rem 0;
}

.anchorMenu a { text-decoration: none;}
.anchorMenu a:hover { text-decoration: underline;}

.anchorMenu li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 1rem;
}

.anchorMenu li:first-child {
	margin-left:0;
}

.anchorMenu a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #0D47A1;
	margin-right:0.2rem;
}

#summary #links h2 {
	border-radius: 6px;
	background: #FFF9D1;
	padding: 0.3rem 1rem;
	text-align: left;
	font-size: 1rem;
	margin-bottom: 1rem;
}


.btnMore:after {
	display: inline-block;
	font: normal normal normal 15px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	margin-right:0.2rem;
}
.btnMore:after {content: ""; margin:0 0 0 0.2rem;}

#summary #links.index ul li a span h3 {
	display: block;
}

#intro .txtCenter { margin-top: 0.5rem;}

#intro a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-right:0.2rem;
}
