@charset "utf-8";
/* CSS Document */



/**************** header start ********************/

/*nav form {
	position:relative;
	width:270px;
	height:28px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
}*/

/*nav form input[type=text] {
	-webkit-appearance:none;
	border:none;
	font-family: 'メイリオ',"ヒラギノ角ゴ Pro W3",Meiryo,"Hiragino Kaku Gothic Pro",Verdana,sans-serif;
	width:270px;
	height:28px;
	margin:0;
	padding:5px 5px 5px 42px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #E3E3E3;
}*/


/*nav form button {
	-webkit-appearance:none;
	background-color:none; border:none; background:none;
	position:absolute; top:6px; left:6px; z-index:100;
	color:#000000; cursor:pointer; font-size:1.2em;
}*/
/*header#header nav a.find {
	display:inline-block; border:solid 1px #BEBEBE;
	width:100px; height:21px; padding:8px 0 7px 0; text-align:center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}*/
/*header ul li.category_menu {
	position:relative;
}

header ul#cmenu_menu {
	position:absolute; top:20px; left:0; z-index:2000;
	background-color:#000; width:220px;
	margin:0 0 0 0; padding:1%; list-style-type:none;
	display:none;
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
header ul#cmenu_menu li {
	margin:0 0 1px 0; padding:3%;
	display:block; width:210px;
}
header ul#cmenu_menu a {
	color:#FFF; font-size:0.9em;
	display:block;
}*/


/**************** header end ********************/


/**************** main stert *******************/



/***** slide *******/
main div.sl_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f7f9+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f7f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f7f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f7f9', GradientType=0 ); /* IE6-9 */
}
main section#slide {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
main section#slide ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
main section#slide li {
	list-style-type: none;
}
/******** slide end ********/
/********* top *************/

.ttl {
	font-size: 1.3em;
	margin: 40px 0 12px 0;
	padding: 0 0 5px 10px;
	background-image: url(../img/top/ttl_line.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
section#top_category {
}
section#top_category div.flex, section#top_new ul.flex, section#timeline div.flex, section#related_sites div.flex, section#slide div.flex {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding-top: 2%;
	padding-bottom: 2%;
}
.sale {
	width: 96%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
section#top_pickup div.flex {
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 96%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
section#slide div.flex img {
	padding-top: 0%;
	padding-bottom: 0%;
}
section#related_sites div.flex {
	padding-top: 2%;
	padding-bottom: 1%;
}
figure.category {
	width: 22%;
	margin: 0px;
	padding: 0px;
	font-size: 0.65em;
	text-align: center;
}
figure.category img {
	width: 96%;
	border-radius: 50%;
	border: 1px solid #D5E6FF;
}
figure.category figcaption {
	margin: 0px;
	display: block;
	text-align: center;
	padding-top: 8%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.875em;
}
figure.category figcaption a {
	font-weight: bold;
}
ul.items {
	margin: 0px;
	padding: 0px;
}
ul.items li {
	width: 32%;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
ul.items li dl {
	margin: 0px;
	padding-top: 20px;
	width: 100%;
	font-size: 0.875em;
	text-align: center;
}
ul.items li dl img {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #cecece;
}
ul.items li dl dt {
}
ul.items li dl dd {
	margin: 0px;
}
ul.items li dl dd a.ttl_01 {
	color: #0066CC;
	display: block;
	font-size: 0.875em;
	text-decoration: underline;/*width: 160px;*/
}
ul.items li dl dd em {
	display: block;
	font-size: 0.875em;
	text-decoration: line-through;
	padding-top: 5px;
}
ul.items li dl dd strong {
	display: block;
	font-size: 0.875em;
	color: #ff0000;
	padding-bottom: 10px;
}
a.more_item {
	display: block;
	font-size: 0.65em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #BEBEBE;
	text-align: center;
	width: 98%;
	padding-top: 4px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #333;
	margin-left: auto;
	margin-right: auto;
}
a.more_new, a.more_news {
	display: block;
	font-size: 0.65em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #5e5e5e;
	border: solid 1px #5e5e5e;
	background-image: url(../img/next.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a.more_news img {
	vertical-align: middle;
	padding-right: 5px;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	height: 1px;
}
.img_frame {
	border: 1px solid #999;
}
section#timeline .news {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 30px;
}
section#timeline .news dl {
	font-size: 0.875em;
	text-align: center;
}
section#timeline .news dl dt {
	padding-top: 10px;
}
section#timeline .news dl dt a {
	font-size: 0.875em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
section#timeline .news dl dt:before {
	content: url(../img/top/news1.gif);
	position: relative;
	top: 2px;
	padding-right: 5px;
}
section#timeline .news dl dd {
	font-size: 0.875em;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
section#timeline .news dl dd a {
	font-size: 1.25em;
	color: #999999;
	text-decoration: none;
	display: block;
}
/*********** pickup flickslide ********************/
/*ul.carousel {
	list-style-type:none;
	width:900px; margin:20px 40px 0 40px; padding:0;
}

ul.carousel li {
	width:280px; height:480px; font-size:0.8em;
	margin:10px 10px 20px 10px; padding:0;
}
ul.carousel li a.sum {
	display:block; position:relative;
	width:100%; height:210px;
	text-decoration:none;
}
ul.carousel li a.sum img.gl {
	width:100%; height:187px;
}
ul.carousel li a.sum .icon {
	position:absolute;
	top:-5px; left:10px;
	z-index:10;
}*/


/** 共通color **/
span.c1 {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	background-color: #99CC33;
	text-align: center;
	color: #FFF;
	font-size: 0.5em;
	border: 1px solid #99CC33;
	position: absolute;
	left: 0px;
	top: 0px;
}
span.c2 {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
	font-size: 0.5em;
	border: 1px solid #FF0000;
	position: absolute;
	left: 0px;
	top: 0px;
}
span.c3 {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #996600;
	font-size: 0.5em;
	border: 1px solid #996600;
	position: absolute;
	left: 0px;
	top: 0px;
}
/** news修正・追記 **/
section#guide h2.ttl {
    margin-top: 0;	
}

section.post h1 {
    display: flex;
    background-color: #eeeeee;
    align-items: flex-start;
	font-size: 1.08em;
    margin-top: 8%;	 	    		
}
section.post h1 .tag {
    white-space: nowrap;
	padding-left: 1%;
	padding-right: 1%;
padding-top: 13px;
padding-bottom: 17px;
	color: #ffffff;
	min-width: 22%;
	text-align: center;
	font-size: 0.64em;	
}
section.post h1 a {
	padding-left: 3%;
	padding-right: 2%;
	padding-top: 8px;
	padding-bottom: 4px;		
}

section.post .left {
	float: none;
	padding-right: 2%;
	margin-top: 4%;	
	margin-bottom: 4%;
}
section.post .right {
	float: none;
	padding-left: 2%;	
}
section.post .right p {
	margin-top: 0;	
}
section#guide section.post .main-img{

}
section#guide section.post time {
	display: block;
    color: #656565;
    font-size: 0.88em;		
}

section.post div.post_body p {
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
}
main section#guide section.post ul {
	border-top: solid 2px #267db8;
	display: block;
	list-style-type: none;
	clear: both;
	padding-left: 0;
}
section#guide section.post ul::after {
    content: "";
    display: block;
    clear: both;
}
section#guide section.post ul li {
	float: left;
}
section#guide section.post .clink a::before {
	font-family: FontAwesome;
	content: "\f07b";
	display: inline-block;
	padding-right: 6px;
	font-size: 1.25em;
}
section#guide section.post .tlink a::before {
	font-family: FontAwesome;
	content: " \f292";
	display: inline-block;
	padding-right: 8px;
	font-size: 1.25em;
	white-space: pre-wrap;
}
section#new_side, section#archive_side, section#category_side, section#tag_side {
   width: 96%;
   max-width: 720px;
   margin-left: auto;
   margin-right: auto;
}














