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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
li,dl{list-style:none;}
img {border: none;}
a{
	text-decoration:none;
	color:#333333;
}
body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:small;
	color: #333333;
	line-height: 1.8em;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#43ACC7;
}
#header {
	height: 150px;
	width: 1000px;
	margin: 0px auto;
}
#header div{
	display: block;
	float: left;
}
#header #logo{
	width:50%;
	height: 150px;
	text-align: left;
	background:none;
}
#header #logo img{
	margin:30px 0px;
}
#header #gnav{
	width:50%;
	height: 150px;
	text-align: right;
}
#header #gnav ul {
	margin-top: 20px;
}
#header #gnav ul li{
	margin:5px 0px;
	text-align:right;
}
#header #gnav ul li p{
	text-align:right;}
#header #gnav ul li a{
	font-weight: bold;
	font-family: 'Lora', serif;
	font-size: 110%;
}
#header #gnav ul li a:hover{
	opacity: 0.6; filter: alpha(opacity=40); -ms-filter:alpha(opacity=40);
}
#header #gnav ul li a.gnavblog{
	color:#294F28;
}
#header #gnav ul li a.gnavface{
	color:#405d9b;
}
#header #gnav ul li a.gnavinsta{
	color:#cd2f7b;
}
h1{
	font-size: 90%;
	line-height: 1.5em;
	margin-bottom: 3px;
	text-align:right;}
#headnav {
	width:1000px;
	margin: 0px auto;
}
#headnav > ul {
	position: relative;
	width: 1000px;
	height: 40px;
	margin: 0 auto 20px auto;
}

#headnav > ul > li {
	float: left;
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
#headnav > ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}

#headnav > ul > li > a {
	display: block;
	color: #333;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
}

#headnav > ul > li a:hover {
	color: #43ACC7;
}
#headnav > ul > li > ul{
	border-top:1px solid #777;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 1000px;
	width: 760px\9;
	padding: 15px 120px 35px 120px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin:0px;
}
#headnav > ul > li:hover > ul{
	top: 40px;
	visibility: visible;
	opacity: 1;
}
#headnav > ul > li > ul > li{
	float: left;
	height:30px;
	width: 190px;
	border: none;
	padding:0px;
	margin:0px;
	text-align: left;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
#headnav > ul > li > ul > li > a{
	display: block;
	padding: 5px 15px;
}
#headnav > ul > li > ul > li > a:hover{
	color:#43ACC7;
}
#headnav > ul > li > ul > li.bold{
	width:760px;
	float: none;
	text-align: left;
	margin:20px 0px -10px 0px;
}

.bold{
	font-weight: bold;
	margin-top:20px;
}

#top{
	text-align: center;
	margin: 80px auto 50px auto;
}
#top h2{
	font-family: 'Lora', serif;
	font-size: 300%;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	margin: 30px auto;
}

#wrapper {
	width:90%;
	margin: 0px auto;
}

#wrapper .sortwrapper {
	margin: 0px auto;
	padding: 10px;
	width:670px;
}
#wrapper > div:first-child {
	border-left:1px solid #777;
	border-right:1px solid #777;
	border-top:1px solid #777;
	border-bottom:1px dotted #777;
}
#wrapper > div:nth-child(2) {
	border-left:1px solid #777;
	border-right:1px solid #777;
	border-top:none;
	border-bottom:1px solid #777;
}
	
#wrapper .sortwrapper > div{
	display: block;
	float: left;
}
#wrapper .sortwrapper .sortleft{
	width:170px;
}
#wrapper .sortwrapper .sortleft h3{
	font-size: 150%;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 20px auto;
}
#wrapper .sortwrapper .sortleft h3 span{
	font-size: 55%;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #777;
}
#wrapper .sortwrapper .sortright{
	width: 500px;
}
#wrapper .sortwrapper .sortright ul{
	margin: 10px auto;
}
#wrapper .sortwrapper .sortright ul.sort li{
	display: inline-block;
	float: left;
	padding: 5px 20px;
	cursor: pointer;
	font-size:85%;
}
#wrapper .sortwrapper .sortright ul.sort li:hover{
	background-color: #eee;
}
#wrapper #keyalllink ul#sort_all {
	width: 90%;
	margin: 20px auto;
}
#wrapper #keyalllink ul#sort_all li{
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 120%;
	letter-spacing: 0.1em;
	border: 1px dashed #ccc;
	cursor: pointer;
}
#wrapper #keyalllink ul#sort_all li:hover{
	background-color: #ccc;
}


#sort {
	list-style: none;
}
#sort li {
	display: inline-block;
	float: left;
	padding: 5px 20px;
	margin: 10px;
}
#container {
	width:960px;
	margin: 50px auto;
}

#container > div{
	display: block;
}
#container > div a{
	display: block;
	float: left;
	width:210px;
	height:210px;
	padding: 25px 15px;
	overflow: hidden;
	cursor: pointer;
}
#container > div a:hover img{
	opacity:0.8;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#container > div a img{
	width: 100%;
}
#container > div a p.thumb{
	width:210px;
	height: 150px;
	overflow: hidden;
}
#container > div a p.title{
	font-size: 90%;
	line-height: 1.5em;
	margin-top:10px;
}

/*----------------------------------下層ページ用----------------------------------*/
.coord_detail{
	width: 600px;
	margin: 0px auto 300px auto;
}
.coord_detail > div{
	margin: 10px 0px;
}
.coord_detail .number{
	font-size: 400%;
	font-family: 'Lora', serif;
	line-height: 1.0em;
}
.coord_detail .date{
	text-align: left;
	padding: 2px 20px;
	width: 60px;
	background-color: #eee;
	letter-spacing: 0.2em;
	font-size: 85%;
	line-height: 1.0em;
}
.coord_detail .mainimg{
	margin: 10px 0px 30px 0px;
}
.coord_detail .title{
	font-size: 125%;
	letter-spacing: 0.2em;
	line-height: 1.0em;
}
.coord_detail .staffname{
	font-size: 80%;
	letter-spacing: 0.2em;
	color: #666;
}
.coord_detail .useitem{
	margin: 30px 0px 0px 0px;
}
.coord_detail .useitem h3{
	font-size: 90%;
	letter-spacing: 0.2em;
	padding: 5px 20px;
	border-bottom: #eee 1px solid;
	margin-bottom: 20px;
}
.coord_detail .useitem a{
	display: block;
}
.coord_detail .useitem a:hover{
	opacity: 0.6; filter: alpha(opacity=40); -ms-filter:alpha(opacity=40);
}
.return a{
	display: block;
	text-align: right;
	float: right;
	padding: 4px 20px;
	background-color: #eee;
	letter-spacing: 0.1em;
	font-size: 85%;
	margin: 40px 0px;
	width: 170px;
	line-height: 1.0em;
}
.return a:hover{
	background-color: #ccc;
}
.useitem .itemdetail{
	display: block;
	float: left;
	width:25%;
}
.useitem .itemdetail a{
	display: block;
	padding: 15px;
}
.useitem .itemdetail a img{
	width:100%;
	margin-bottom: 10px;
}
.useitem .itemdetail p.brand{
	letter-spacing: 0.1em;
	font-size: 85%;
	line-height: 1.0em;
	color: #999;
}
.useitem .itemdetail p.itemname{
	line-height: 1.0em;
}

.useitem .itemdetail p.price{
	font-size: 85%;
	line-height: 1.0em;
	text-align: right;
}


#footer {
	width:100%;
	background-color:#eff5f5;
	border-top:#a0c0bd solid 1px;
	text-align: left;
	padding: 10px 0px 20px 0px;
}
#footer > div {
	width:960px;
	margin:50px auto 10px auto;
}
#footer > div #footer_contact{
	width:800px;
	background-color: #fff;
	margin: 0px auto;
	padding: 20px;
}
#footer > div #footer_contact li{
	display: block;
	float: left;
	width:355px;
	padding: 20px;
	text-align: center;
}
#footer > div #footer_contact li:first-child{
	border-right:1px solid #ccc;
}
#footer > div #footer_contact li p.tel{
	font-family: 'Lora', serif;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 5px auto;
}
#footer > div #footer_contact li a{
	display: block;
	width:230px;
	padding: 10px;
	margin: 5px auto;
	background-color: #82a4a0;
	font-size: 110%;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	color: #fff;
}
#footer > div #footer_contact li a:hover{
	background-color: #9ab5b2;
	color: #fff;
}

#footer > div .footermenu{
	display: block;
	float: left;
	margin: 40px;
}
#footer > div .footermenu li:first-child{
	font-size: 110%;
	font-weight: bold;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	margin:10px 0px;
}
#footer #copyright{
	color: #9ab5b2;
	font-family: 'Lora', serif;
	letter-spacing: 0.1em;
	font-size: 85%;
	text-align: center;
	margin: 0px auto;
	line-height: 1.8em;
	width:100%;
	padding: 20px auto;
}

.clear { clear:both; }  
.clear hr { display:none; }  
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
