@charset "utf-8";

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

	reset css

========================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

	以下ファイル用css

========================================================= */
/* 見出し
--------------------------------------------------------- */
.ec-head {
	background: url(../../../img/user/common/widget/bg-ec-head.gif) repeat-x #fbb11d;
	background: -moz-linear-gradient(top,  #f6c731 0%, #fa9f13 100%);
	background: -webkit-linear-gradient(top,  #f6c731 0%,#fa9f13 100%);
	background: linear-gradient(to bottom,  #f6c731 0%,#fa9f13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c731', endColorstr='#fa9f13',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #f9e294;
	border-bottom: solid 1px #af6b03;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	padding: 0 10px;
}
.ec-head span {
	position: relative;
	float: right;
	font-size: 12px;
}
.ec-head span a {
	color: #fff;
}
.ec-head a:hover {
	text-decoration: none;
}
.ec-headImgOnly:before,
.ec-headNomal:before {
	position: absolute;
	top: 5px;
	left: -25px;
}
.ec-headImgOnly:before {
	content: url(../../../img/user/common/widget/ico-ec-head-img.png);
}
.ec-headNomal:before {
	content: url(../../../img/user/common/widget/ico-ec-head-nomal.png);
}

/* テーブル
--------------------------------------------------------- */
.ec-photodiaryList {
	width: 100%;
	color: #666;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 1px;
	box-sizing: border-box;
}
.ec-photodiaryList li {
	float: left;
	box-sizing: border-box;
}
/* 2カラムのとき */
.ec-photodiaryList.column2 li {
	width: 50%;
	overflow: hidden;
	padding: 1px;
}
/* 3カラムのとき */
.ec-photodiaryList.column3 li {
	width: 33.33333%;
	overflow: hidden;
	padding: 1px;
}
/* 2カラム3カラム共通*/
.ec-imgWrap {
    position: relative;
    width: 100%;
}
.ec-imgWrap:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.ec-imgSet {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ec-imgSet img {
	max-width: 40%;
}
.ec-pd-image {
	background: center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.ec-pd-image span {
	font-size: 0;
}
.ec-diaryInfo {
	padding: 5px 0 10px;
}
.ec-dateTime {
	font-size: 10px;
}
.ec-date {
	margin-right: 5px;
}
.ec-castNameAge {
	color: #ff005d;
	font-size: 12px;
	margin-top: 3px;
    height: 13px;
    overflow: hidden;
}

/* ページャー
--------------------------------------------------------- */
.ec-pager {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	overflow: auto;
	color: #666;
	text-align: center;
	padding: 1px 0;
}
.ec-pager p {
	float: left;
	height: 30px;
	line-height: 30px;
}
.ec-pagePre,
.ec-pageNext {
	width: 30%;
	font-size: 13px;
}
.ec-itemCount {
	width: 40%;
	font-size: 12px;
}
.ec-pager a {
	display: block;
	background: #666;
	color: #fff;
	text-decoration: none;
}
.ec-pager a:hover {
	opacity: 0.8;
}
.ec-pager span {
	display: block;
	background: #ccc;
	color: #999
}

/* copyright
--------------------------------------------------------- */
.ec-copy {
	text-align: center;
	font-size: 10px;
	color: #666;
	padding: 10px 0;
}
.ec-copy a {
	color: #666;
	text-decoration: none;
}
.ec-copy a:hover {
	text-decoration: underline;
}

/* 記事詳細
--------------------------------------------------------- */

.ec-detailHead {
	border: solid 1px #ff99be;
}
.ec-detailHeadWrap {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(../../../img/user/common/widget/ico-detail.png) 5px center no-repeat #ffd1e3;
	border-top: solid 1px #ffe8f2;
	color: #ff307b;
	font-size: 13px;
	padding: 3px 5px 3px 35px;
}
.ec-detailHeadDate {
	margin-right: 5px;
}
.ec-detail {
	padding: 10px;
}
.ec-detailName {
	color: #fd2469;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ec-detailTit {
	color: #fd2469;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ec-detailPhoto {
	text-align: center;
}
.ec-detailPhoto img {
	border: solid 1px #fff;
	outline: solid 1px #ccc;
	max-width: 100%;
	height: auto;
}
.ec-detailText {
	font-size: 13px;
	line-height: 1.2;
	padding-top: 10px;
}
.ec-backList {
	border: solid 1px #2471db;
	margin: 0 10px 10px;
}
.ec-backList a {
	display: block;
	height: 28px;
	line-height: 28px;
	background: url(../../../img/user/common/widget/bg-ec-backlist.gif) repeat-x #1c66f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #338afd 0%, #0644e7 100%);
	background: -webkit-linear-gradient(top,  #338afd 0%,#0644e7 100%);
	background: linear-gradient(to bottom,  #338afd 0%,#0644e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338afd', endColorstr='#0644e7',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #9bc8ff;
	border-bottom: solid 1px #012cac;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.ec-backList a:hover {
	opacity: 0.8;
}
