@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

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

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background: url(../image/blog/visual.jpg);
	background-position: -420px 0px;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	information
/------------------------------------------------------------------------------------------------------------------------ */

#information {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

#information .pan {
	margin-top: 1em;
}

#information .cate {
	font-size: 20px;
	color: #fff;
	padding: 6px;
}

#information .mem {
	font-size: 20px;
	color: #fff;
	padding: 6px;
}

#information .date {
	font-size: 20px;
	color: #777;
}

#information .ic_dream { background-color: #2BA5AD; }
#information .ic_ravolo { background-color: #89D200; }
#information .ic_cassiopeia { background-color: #D95B89; }
#information .ic_sirius { background-color: #0E376F; }


/* 一覧画面  ------------------------------------------*/

#information .kiji-list ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
	
#information .kiji-list li {
	overflow: hidden;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #32882c;
}

#information .kiji-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#information .kiji-list li a {
	text-decoration: none;
}

#information .kiji-list .listimg {
	float: left;
	margin-right: 24px;
	transition: 0.3s;
	width: 240px;
	text-align: center;
}

#information .kiji-list a:hover .listimg {	
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#information .kiji-list .date {
	display: block;
}

#information .kiji-list .cate {
	margin-left: 0;
}

#information .kiji-list .title {
	color: #333;
	margin-top: 0.5em;
	transition: 0.3s;
	border-bottom: none;
	font-size: 24px;
	line-height: 1.6;
}

#information .kiji-list a:hover .title {
	color: #E60012;
	text-decoration: underline;
}

#information .kiji-list .kpage {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 50px auto 0;
}

#information .kiji-list .kpage li {
	display: table-cell;
	border:2px solid #E45F8C;
	padding-bottom: 0;
}

#information .kiji-list .kpage li.now {
	margin-bottom: 0;
	padding: 10px 20px;
	background-color: #E45F8C;
	color: #fff;
}

#information .kiji-list .kpage li a {
	display: block;
	padding: 10px 20px;
	color: #333;
	font-weight: bold;
	transition: 0.3s;
}

#information .kiji-list .kpage li a:hover {
	background-color: #f5c5d5;
}


/* 詳細画面  ------------------------------------------*/


#information h3 {
	font-size: 28px;
	padding: 0.5em 0.5em 0.5em 0.75em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fceff2;/*背景色*/
	border-left: solid 5px #F3B4C4;/*左線（実線 太さ 色）*/
	margin-top: 0.75em;
}

#information .kiji-box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

#information .kiji-box:last-of-type {
	margin-bottom: 50px;
	padding-bottom: 0;
	border-bottom: none;
}

#information .kiji-box .photo-l { margin: 0 auto 1em; }
#information .kiji-box .photo-c { margin: 0 auto 1em; }
#information .kiji-box .photo-r { margin: 0 auto 1em; }

#information .pmove {
	list-style: none;
	position: relative;
	padding-left: 0;
	padding-bottom: 180px;
	margin: 0 auto;
}

#information .pmove li {
    width: 366px;
    text-align: center;
}

#information .pmove li:last-child {
	margin-right: 0;
}

#information .pmove li a {
	display: inline-block;
	width: 280px;
	height: 80px;
	background-color: #D7376C;
	border: 1px solid #fff;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
	box-sizing: border-box;
}

#information .pmove li a.pmove-af {
	position: absolute;
	left: 0;
	border-right: none;
	padding-right: 20px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#information .pmove li a.pmove-af::after {
	position: absolute;
	top: 48%;
	left: 0.4em;
	content: '';
	margin-top: -6px;
	border: 12px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-right-color: #fff;
	transition: all .2s;
}

#information .pmove li a.pmove-bf {
	position: absolute;
	right: 0;
	border-left: none;
	padding-left: 20px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#information .pmove li a.pmove-bf::after {
	position: absolute;
	top: 48%;
	right: 0.4em;
	content: '';
	margin-top: -6px;
	border: 12px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: #fff;
	transition: all .2s;
}

#information .pmove li a.pmove-list {
	position: absolute;
	top: 100px;
	left: 150px;
}


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

  ◇◆◇ リアクションボタン ◇◆◇
  
========================================================================================================================*/

#impressions {
    background:#f9f9f9;
    box-sizing: border-box;
    width: 600px;
    margin: 50px auto;
    text-align: left;
    padding: 20px;
}
#impressions h4 {
    padding: 20px;
    background-color: #fff;
}
#impressions p { margin:20px; }
#impressions ul { overflow: hidden;}
#impressions ul li {
    float:left;
    margin-right:14px;
    list-style: none;
}
#impressions ul li:last-child { margin-right:0px; }
#impressions ul li label {
    cursor:pointer;
}
#impressions ul li .number {
    background:url(image/number.png) no-repeat;
    width:122px;
    height:50px;
    padding-bottom:7px;
    margin-left:80px;
    text-align:center;
    font-weight:bold;
    line-height:50px;
    margin-bottom: 5px;
    text-decoration: none;
}
#impressions ul li .reactionbt {
    color:#fff;
    line-height:1.0;
    text-align:center;
    background:#ec727c;
    padding:24px 0;
    margin-right: 0;
    border-radius:3px;
    border:none;
    width:273px;
    cursor:pointer;
    box-sizing: border-box;
    font-size: 112.5%;
    transition: 0.3s;
}
#impressions ul li .reactionbt:hover {
    background:#f6953e;
}
#impressions ul li .active {
    background:#f6953e;
}