@charset "utf-8";

/*html5doctor.com Reset Stylesheetv1.6.1
============================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,li,ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

html {
	scroll-behavior: smooth;
}

/*下部特集一覧
========================= */
#feature .theme-ttl{
	text-align: center;
    font-size: 1.0rem;
    font-weight: 900;
    padding: 10px;
    background: #266ece;
    color: #FFF;
}
#feature #slider{
	margin:0;
}
#feature .slick-slider{
    padding:5px 15px;
}
#feature ul{
	margin:1em  0;
	width:100%;
	display:inline-flex;
	justify-content: space-between;
}
ul#slider li{
	font-size:.7em;
	margin: 5px;
	text-align: center;
    box-shadow: 1px 1px 1px #999;
    /*height:145px;*/
}

#feature ul.moreRecommend li{
	width: 49%;
    margin: 1%;
}
#feature ul li p{
    padding: 4px;
}
#feature a {
	text-decoration:none;	
}

/*おすすめ特集もっと見る*/
#feature .moreRecommend a {
	display: block;
	text-align: center;
	padding: 4% 0;
	color: #004098;
	border-radius: 3px;
	font-size:.7em;
	border:solid 1px #DEDEDE;
}
#feature .moreRecommend a.kaigai{
	background-color:#030987;
	color:#FFF;
}
#feature .moreRecommend a.dome{
	background-color:#02a231;
	color:#FFF;
}
#feature .moreRecommend a:after{
	content:'＞';
	color:#FFF;
}
#feature .slick-prev,#feature .slick-next{
	width:22px;
	height:30px;
}
#feature .slick-prev:before, #feature .slick-next:before{
	font-size: 10px;
}