@charset "UTF-8";
@font-face {
	font-family:"Univers";
	src : url("UniversLTStd.otf");
}

html, body {
	width:100%;
	height:100%;
}

body {
	position: relative;
	background:#eee;
}

#cnt {
	width:100%;
	position: relative;
}

/*body.single
body.single #cnt {
	overflow-y: scroll;
}*/

footer {
	padding:3em;
	text-align: center;
	font-size:9em;
}

.topinfo {
	width:84%;
	background: #fff;
	padding:0.2em 2%;
	margin: 0 auto 2em;
}

.header_spbanner {
	width:320px;
	margin: 20px auto 0;
}

/* --------------

	#list

----------------*/

#list {
	width:100%;
}

.list_onsingle {
	position:static !important;
	overflow:visible !important;
}

h1 {
	width:100%;
	padding:120px 0 80px;
	text-align:center;
	font-family:Univers;
	font-size:14pt;
	font-weight:normal;
	color:#333;
}

h1 a {
	color:#000;
	font-size:16pt;
	text-decoration: none;
}

h1 a:hover {
	color:#c30e18;
}

#list .message {
	text-align: center;
	margin-bottom:120px;
}

#list .message .message_inner {
	border:solid 6px #ccc;
	padding:1em;
	display: inline-block;
	text-align: left;
}

#list .message img {
	vertical-align: middle;
}

#list ul#gifs {
	position:relative;
	margin:auto;
}

#list #gifs_wrapper {
	width:60%;
	float:left;
}

#list ul#gifs li {
	position: relative;
}

#list ul#gifs li .anigif {
	background: #ddd;
	width:100%;
	display: block;
	position: relative;
	overflow: hidden;
}

#list ul#gifs li .anigif .progressbar {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background: #000;
	color:#fff;
}

#list ul#gifs li .anigif .progressbar .bar {
	width:0;
	height:100%;
	background: #FFE00B;
}

/* LAYOUT::belt */

#list #listwrap,
#list.belt #listwrap,
#list.tile.matome #listwrap {
	padding: 0 5%;
	position: relative;
}

#list.tile #listwrap {
	padding:0;
}

#list.tile ul#gifs li {
	position: relative;
	width:240px;
	position:absolute;
}

#list.tile #gifs_wrapper {
	width:100%;
	float:none;
}

#list.belt #gifs_wrapper {
	width:60%;
	float:left;
}

#list.belt ul#gifs {
	width:100% !important;
	margin:0;
}

#list.belt ul#gifs li {
	position: relative;
	width:100%;
	left:0 !important;
	top:0 !important;
	margin-bottom:50px;
}

#list.belt ul#gifs li .anigif {
	text-align: center;
	background: #000;
}

#list.belt ul#gifs li .anigif img {
	width:auto !important;
	height:auto !important;
	max-width:100%;
}

#list.belt ul#gifs .block .extend p.tags,
#list.belt ul#gifs .block .extend p.via {
	display:block !important;
}

#list ul#gifs .block .adminid {
	position: absolute;
	left:0;
	top:-1.5em;;
	font-size:9pt;
	padding:0;
	width:3em;
	text-align: center;
}

@media screen and (max-width: 640px) {

	h1 {
		padding:80px 0 40px;
	}

	#list #gifs_wrapper {
		width:100% !important;
		float:none !important;
	}

	#cnt #list ul#gifs {
		width:94% !important;
		padding:3%;
	}

	#list ul#gifs li {
		position:relative !important;
		left:0 !important;
		top:0 !important;
		width:100% !important;
		margin-bottom:40px !important;
	}

	#list ul#gifs li .anigif img {
		width:100% !important;
		height:auto !important;
	}

}

.block a.permalink {
	position: absolute;
	left:0;
	bottom:0;
	display: block;
	width:20px;
	height:20px;
}

.block a.permalink img {
	vertical-align: top;
}

.block .extend {
	/*
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:-1.6em;
	*/
	padding:0.5em 0;
}

.block .extend h2 {
	line-height:1.2em;
	padding:0 0 0.4em;
}

.block .extend h2 a {
	color:#666;
	text-decoration:none;
}

.block .extend h2 a:hover {
	color:#c30e18;
}

.block .extend p {
	padding:0.2em 4px 0.2em 4px;
	background:#fff;
	font-size:7pt;
	line-height:1.2em;
}

.block .extend p.tags,
.block .extend p.via {
	display:none;
}

.block p a {
	display:inline;
}

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


.block a:hover img {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
}

.block a.fav {
	display:inline-block;
	position: absolute;
	right:0;
	top:-18px;
	border-radius: 2px;
	font-size:6pt;
	vertical-align: top;
	color:#666;
	padding:0.2em 0.5em;
	line-height:1em;
	white-space: nowrap;
	text-decoration:none;
}

.block a.fav.faved {
	background: #ddd;
	border-color:#eee;
}

.block a.fav.faved img {
	opacity:0.5;
}

.block a.fav span {
	font-size:inherit;
	line-height:inherit;
}

.block a.fav:hover {
	background: #EE2C7A;
	color:#fff;
}

.block a.fav img {
	height:10px;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.block a.fav {
		top:-28px;
		font-size:12pt;
	}
	.block a.fav img {
		height:20px;
	}
}

.ads {
	height:200px;
	background:#ddd;
}

.belt .ads {
	max-width:460px;
	height:auto;
	overflow: hidden;
}

.ads .extend {

	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:-2em;

}

ins {
	background:#ddd;
}

.ads .extend p {
	background:#FFE00B;
	font-family:Univers;
	font-weight: bold;
}

#rss {
	 position: absolute;
	 left:5px;
	 top:0;
}

@media screen and (min-width: 768px) {
	#rss {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	#rss {
		top:5px;
   }
}

/* --------------

	LOADING

----------------*/

.gifsbottom {
	width:100%;
	height:90px;
	position: relative;
	text-align: center;
}

.gifsbottom span {
	font-size:9.5pt;
	font-weight: bold;
}

#list.tile .gifsbottom {
	position: absolute;
	left:0;
	top:0;
}

#list.belt .gifsbottom {
	top:0 !important;
}

#loadingbox ul {
	width:70px;
	margin-left:-35px;
	position: absolute;
	left:50%;
	top:30px;
}

#loadingbox ul li {
	width:10px;
	height:3px;
	display: inline-block;
	background: #9b59b6;
	animation: loadingbox 1.5s  infinite ease-in-out;
	position: absolute;
	top:15px;
	left:2px;
}

#loadingbox ul li:nth-child(2) {
	animation-delay: .2s;
	left:16px;
}

#loadingbox ul li:nth-child(3) {
	animation-delay: .4s;
	left:30px;
}

#loadingbox ul li:nth-child(4) {
	animation-delay: .6s;
	left:44px;
}

#loadingbox ul li:nth-child(5) {
	animation-delay: .8s;
	left:58px;
}

@keyframes loadingbox {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(-15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}


/* --------------

	#secondary

----------------*/


#list #secondary {
	/*width:300px;
	height:600px;
	position: absolute;
	right:100%;*/
	width:35%;
	height:auto;
	display: block;
	float:right;
}

#list #secondary li {
	margin-bottom:30px;
	background: #fff;
}
#list #secondary li h2 {
	padding:0.5em 0 0 0.5em;
}

#list.tile #secondary {
	display: none;
	/*position: static;
	left:0;*/
}

#list.tile.matome #secondary {
	display: block;
}

@media screen and (max-width:640px) {

	#list #secondary {
		/*display: none !important;*/
		float:none;
		position: static !important;
		width:100% !important;
	}

	#list .frix-decoy {
		display: none !important;
	}

}

#list #secondary li#side_categories ul {
	padding:10px;
	font-size:0;
}

#list #secondary li#side_categories ul li {
	display: inline-block;
	/*width:30.0%;*/
	margin:0 4px 3px 0;
	/*border:solid 1px #ccc;*/
	border-bottom:solid 1px #ccc;
	font-size:6.5pt;
	padding:1px 3px 1px 3px;
	white-space: nowrap;
}

#list #secondary li#side_categories ul li a {
	font-size:9pt;
}


/* --------------

	search

----------------*/

#search {
	display: none;
	position: absolute;
	left:50%;
	top:50px;
	width:70%;
	margin-left:-35%;
	background: rgba(0,0,0,0.9);
	border-radius:20px;
	padding:20px;
	box-shadow:4px 4px 2px 0 rgba(0,0,0,0.1);
}

#search form input[type="search"] {
	width:100%;
	border:none;
	/*border-bottom:solid 1px #ccc;*/
	background: url(../images/search.png) left center no-repeat;
	color:#ccc;
	font-size:14pt;
	padding:5px 0 5px 20px;
}

@media screen and (max-width: 768px) {
	#search {
		width:85%;
		margin-left:-48%;
	}
}

/* --------------

	article

----------------*/

article {
	width:100%;
	height:100%;
	position:absolute;
	left:100%;
	top:0;
}

article #article_bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display: block;
}

article #anigif {
	max-width:100% !important;
	position: relative;
	min-width:320px;
}

article#modal {
	background: rgba(0,0,0,0.9);
	position: relative;
}

article#modal #anigif {
	position:absolute;
	left:50%;
	top:50%;
}

article#modal #modal_close {
	background: url(../images/nav_bg.png) left top no-repeat;
	position: absolute;
	right:0;
	top:0;
	width:78px;
	height:78px;
	display: block;
	text-align: right;
	padding:12px 12px 0 0;
}

article #anigif .extend h2 {
	color:#777;
	padding:0 0.5em;
	line-height:1.3em;
	padding:0.5em 0;
	font-size:12pt;
}

article #anigif .extend h2 a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

article #anigif .extend h2 a:hover {
	color:#c30e18;
}

article #anigif .extend p {
	padding:0.2em 4px 0.2em 4px;
	background:#fff;
	font-size:7pt;
}

article #anigif .extend p.tags,
article #anigif .extend p.via {
	display:block;
	line-height:1.2em;
}

article #anigif .navlink {
	position: absolute;
	left:0;
	top:0;
	width:100%;
}

article #anigif .navlink a {
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-size:8pt;
	width:31px;
	height:57px;
	position: absolute;
	padding:5px;
	display: none;
}

article #anigif .navlink a.next {
	margin-left:-51px;
	left:0;
	top:0;
}

article #anigif .navlink a.prev {
	left:100%;
	top:0;
	margin-left:10px;
}

article #anigif .navlink a:hover {
	background: #FFE00B;
	color:#000;
}

article #anigif .navlink a:hover img {
	opacity: 1;
}

article #anigif .sns {
	position:absolute;
	left:0;
	top:-22px;
}

article #anigif .sns li {
	float:left;
	margin-right:3px;
}

article #anigif .sns li img {
	vertical-align: top;
}

article #anigif .exbtns {
	position: absolute;
	right:0;
	top:-32px;
}

article #anigif .exbtns li {
	display: inline-block;
	width:30px;
	height:30px;
	vertical-align: top;
}

article #anigif .exbtns li.extwitter {
	background: #30a6df;
}

article #anigif .exbtns li.exfacebook {
	background: #3b5998;
}

article #anigif .exbtns li.expermalink {
	background: #ffe00b;
}

article #anigif .exbtns li a {
	width:30px;
	height:30px;
	display: block;
}

article #anigif .exbtns li img {
	width:30px;
	vertical-align: middle;
}

article #anigif .exbtns li.exfav,
article #anigif .exbtns li a {
	width:auto;
	display: inline-block;
}

article #anigif .exbtns #close_preview {
	background: #ffe00b;
}

article #anigif .exbtns .fav {
	background: #ee2c7a;
	position: relative;
	text-decoration: none;
	padding-right:5px;
}

article #anigif .exbtns .fav.faved {
	background: #ccc;
}

article #anigif .exbtns .fav span {
	font-size:12pt;
	font-family: Univers;
	font-weight: bold;
	color:#fff;
	line-height:1em;
}

article#single #anigif .exbtns .fav span {
	color:#fff;
}

article#single {
	position:static;
	height:auto;
	margin-bottom:30px;
}

article#single #anigif {
	margin:auto;
}

article ul#anigif_src {
	margin: auto;
}

article ul#anigif_src li {
	display: none;
	text-align: center;
}

article ul#anigif_src li a:hover img {
	opacity:1;
}

article ul#anigif_src li.display {
	display: block;
	background: #000;
}

article ol.listnum {
	list-style: none;
}

article ol.listnum li {
	float:left;
}

article ol#listnum-2 li { width:50%; }
article ol#listnum-3 li { width:33.3%; }
article ol#listnum-4 li { width:25%; }
article ol#listnum-5 li { width:20%; }

article ol.listnum li a {
	display:block;
	background:#000;
	color:#fff;
	font-weight: bold;
	padding:0.2em 0;
	text-align:center;
	text-decoration: none;
}

article ol.listnum li a:hover {
	color:#FFE00B;
}

article ol.listnum li.on a {
	background:#FFE00B;
	color:#000;
}

@media screen and (max-width: 640px) {

	article {
		overflow:auto;
	}

	article #anigif {
		/*width:90% !important;*/
		height:100%;
		/*margin:0 auto !important;*/
		/*position:static !important;*/
		/*padding-top:100px;*/
	}

	article#single #anigif {
		padding-top:50px;
	}

	article#single #anigif .exbtns {
		top:17px;
	}

	article #anigif #anigif_src {
		width:100% !important;
	}

	article #anigif ul#anigif_src {
		height:auto !important;
	}

	article ul#anigif_src li {
		width:100%;
	}

	article ul#anigif_src li img {
		width:100%;
		height:auto;
	}

	article #anigif .sns {
		top:-50px;
		left:0;
	}
	article#single #anigif .sns {
		top:95px;
		left:10px;
	}

	article #anigif .navlink {
		position: static;
	}

	article #anigif .navlink a {
		position: static;
		width:49%;
		height:auto;
		padding:5px 0;
	}

	article #anigif .navlink a img {
		width:20px;
	}

	article #anigif .navlink a.next {
		margin-left:0;
		float:left;
		text-align: left;
	}

	article #anigif .navlink a.prev {
		margin-left:0;
		float:right;
		text-align: right;
	}
}



/* --------------

	NAV

----------------*/

nav {
	width:200px;
	height:40px;
	position:fixed;
	left:50%;
	top:0;
	margin-left:-100px;
	/*background:url(../images/nav_bg.png) left top no-repeat;*/
}

nav ul li {
	display: inline-block;
	width:40px;
}

nav ul li a {
	display: block;
	width:40px;
	height: 40px;
}

nav ul li#nav_twitter { background: #30a6df }
nav ul li#nav_rss { background: #ffaa0b }
nav ul li#nav_search { background: #1ac2c2 }
nav ul li#nav_archive { background: #ffe00b }
nav ul li#nav_favorite { background: #EE2C7A }


/*
nav a {
	width:29px;
	height:26px;
	padding:2px;
	display:block;
	position:absolute;
	right:7px;
	top:7px;
}*/



/* --------------

	#ex

----------------*/

#ex {
	width:100%;
	height:100%;
	position:fixed;
	left:100%;
	top:0;
	overflow:auto;
	background: rgba(0,0,0,0.9);
	/* display: none; */
}

#bg {
	background:#000;
	opacity:0.9;
	width:100%;
	height:100%;
	position:fixed;
	left:100%;
	top:0;
}

#ex #main {
	width:100%;
	height:100%;
	overflow:auto;
}

#ex h1 {
	color:#ccc;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding:80px 0;
	text-align:center;
	font-family:Univers;
	font-size:16pt;
	font-weight:normal;
}


#ex h1 a {
	color:#fff;
	font-size:16pt;
	text-decoration: none;
}

#ex h1 a:hover {
	color:#c30e18;
}

#ex #container {
	position:absolute;
	left:50%;
	top:0;
	margin:150px 0 0 -40%;
	width:80%;
}


#ex #container h2 {
	color:#ccc;
}

#ex #container section {
	margin-bottom:1em;
}

#ex #container #ads {
	width:25%;
	float:right;
}

#ex #container #ads li {
	margin-bottom:10px;
}

#ex #container #ads ins {
	background: none;
}
#ex #container #wrapper {
	width:70%;
	float:left;
}


@media screen and (max-width: 640px) {

	#ex #container {
		width:90%;
		margin-left:-45%
	}
	#ex #container #ads {
		width:100%;
		float:none;
	}
	#ex #container #wrapper {
		width:100%;
		float:none;
	}

}

#ex #container #wrapper #layout li {
	display: inline-block;
	padding-bottom:5px;
	margin-right:5px;
}

#ex #container #wrapper #layout li.on {
	border-bottom:solid 3px #FFE00B;
}

#ex #container #wrapper #category li {
	float:left;
	margin:0 2px 5px 0;
	padding:0.2em 1em;
	border:solid 1px #666;
	color:#aaa;
}

#ex #container #wrapper #category li:hover {
	background:#FFE00B;
	border:solid 1px #FFE00B;
}

#ex #container #wrapper #category li a {
	color:#fff;
	text-decoration: none;
}

#ex #container #wrapper #category li:hover a {
	color:#000;
}

#ex #container #wrapper #tag {
	line-height:1em;

}

#ex #container #wrapper #tag a {
	font-size:7pt;
	color:#fff;
	text-decoration: none;
}

#ex #container #wrapper #tag a:hover {
	color:#FFE00B;
}

@media screen and (max-width: 640px) {
	#ex #container #wrapper #layout {
		display: none;
	}
}

/* --------------

	Contact

----------------*/

#contact {
	width:640px;
	margin:auto;
}

#contact input,
#contact textarea {
	width:100%;
}

#contact dd {
	margin-bottom:1em;
}

/* --------------

	COMMENT

----------------*/


#commentarea {
	width:640px;
	margin: auto;
	margin-bottom:50px;
}

#commentarea .comment-list {
	list-style: none;
	margin-bottom:30px;
}

#commentarea .comment-list li {
	border-bottom:dashed 1px #999;
}

#commentarea .comment-list li.odd {
	background: #f6f6f6;
}

#commentarea .comment-list li dl {
	display: table-row;
}

#commentarea .comment-list li dl dt,
#commentarea .comment-list li dl dd {
	display: table-cell;
}

#commentarea .comment-list li dl dt {
	background: rgba(0,0,0,0.05);
	padding:0.1em 0.8em;
	font-size:85%;
}

#commentarea .comment-list li dl dd {
	padding:0.4em 0 0.2em 1em;
	line-height:1.4em;
	font-size:105%;
}

#commentarea .comment-list li dl dd small {
	color:#999;
	display: inline-block;
	font-size:80%;
	margin-left:1em;
}

#commentarea .comment-respond {
	width:480px;
	margin: auto;
}

#commentarea .comment-respond textarea {
	width:100%;
	height:3em;
	font-size:12pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#commentarea .comment-respond .form-submit {
	text-align: center;
}

#commentarea .comment-respond .form-submit #submit {
	background: #ffe00b;
	border: none;
	font-size:12pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding:0.5em 1.5em;
	margin-bottom:1em;
}

@media screen and (max-width: 640px) {
	#commentarea {
		width:90%;
	}
	#commentarea .comment-respond {
		width:100%;
		margin: auto;
	}
}

/* --------------

	拍手

----------------*/

#clap {
	text-align: center;
	margin-bottom: 30px;
}

/* --------------

Favorite Animation

----------------*/
#animatedfav {
	position: fixed;
	left:0;
	top:0;
	z-index:123;
}

/* --------------

	#GIFのまとめ

----------------*/

#listwrap #matome {
	width:60%;
	float:left;
}

#listwrap #matome #matomegifs .matomelist {
	margin-bottom:40px;
}

.matomelist a {
	display: block;
	color:#000;
	text-decoration: none;
}

.matomelist a:hover img {
	opacity: 1;
}

#listwrap #matome #matomegifs .matomelist a .thumbs {
	width:100%;
	height:200px;
}

.matomelist a .thumbs span {
	width:100%;
	height:100%;
	overflow: hidden;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	transition : transform 0.1s linear;
}

.matomelist a:hover .thumbs span {
	/*transform : scaleX(0.95) scaleY(0.85);*/
	transform : scale(0.95);
}

.matomelist a .thumbs img {
	width:100%;
}

#listwrap #matome.matome_single {
	margin-bottom:100px;
}

#listwrap #matome.matome_single h2 {
	border-bottom:solid 3px #00B5FF;
	padding-bottom:0.2em;
	font-size:14pt;
	margin-bottom:1em;
}

#listwrap #matome.matome_single h2 small {
	display: inline-block;
	margin-right:1em;
	color:#aaa;
}

#listwrap #matome.matome_single div#matome_text {
	margin-bottom:2em;
}

#listwrap #matome.matome_single div#matome_message {
	margin-bottom:2em;
}

#listwrap #matome.matome_single div#matome_text p {
	margin-bottom:1em;
}

#listwrap #matome.matome_single #matome_single_gifs {
	border-top:solid 1px #ccc;
	margin-bottom:2em;
}

#listwrap #matome.matome_single #matome_single_gifs li {
	padding:1em 0;
	border-bottom:solid 1px #ccc;
}

#listwrap #matome.matome_single #matome_single_gifs li img {
	max-width:100%;
	margin-bottom:1em;
}

#listwrap #matome.matome_single #matome_nav ul {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

#listwrap #matome.matome_single #matome_nav ul li {
	-webkit-box-grow:1;
	box-grow:1;
	max-width:100%;
	min-width:49%;
	position: relative;
}

#listwrap #matome.matome_single #matome_nav ul li a .thumbs {
	height:100px;
}

#listwrap #matome.matome_single #matome_nav ul li a p {
	width:100%;
	height:100px;
	position: absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,0.6);
	color:rgba(255,255,255, 0.3);
	font-size:32pt;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition:opacity 0.1s linear;
}

#listwrap #matome.matome_single #matome_nav ul li#matome_nav_prev a p {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#listwrap #matome.matome_single #matome_nav ul li a:hover p {
	opacity:0;
}

#listwrap #matome.matome_single #commentarea {
	padding-top:50px;
}

#listwrap #matome .matome_ads {
	margin-bottom:2em;
}

.matome_subindex ul {
	margin: auto;
	padding:0 0.5em 10px;
}

.matome_subindex ul li {
	margin-bottom:1em !important;
}

.matome_subindex ul li a .thumbs {
	height:100px;
}

.matome_subindex ul li.matome_list a {
	display: block;
	background: #FFE00B;
	border: solid 3px #FFE00B;
	padding:1em 0;
	text-align: center;
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

.matome_subindex ul li.matome_list a:hover {
	background: #fff;
}

#ex #matome_ex ul {
	width:100%;
}

#ex #matome_ex ul li {
	width:32%;
	margin-right:1%;
	display: inline-block;
	vertical-align: top;
}

#ex #matome_ex ul li a h3 {
	color:#fff;
	line-height:1.2em;
	margin-top:0.2em;
}

@media screen and (max-width: 640px) {

	#listwrap #matome {
		width:100%;
		float:none;
	}

	#ex #matome_ex ul li {
		width:100%;
		margin-right:0;
		display: block;
	}

	#listwrap #matome.matome_single h2 small {
		display: block;
		margin-right:0;
	}

}
