@charset "utf-8";
/*---------------------------------------------------
*  sukima 研究、改善、遊んでく！
*---------------------------------------/*´・ω・｀*/

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.5;
	text-align:left;
	/*background:#FAFCFD;*/
	background:#fff;
	-webkit-text-size-adjust:100%;
}

/* common modules
------------------------------------------------ */

.small    { font-size:87%;  }
.x-small  { font-size:78%;  }

.large    { font-size:107%; }
.x-large  { font-size:120%; }

.attention{ color: #FF3366;   }
.bold     { font-weight:bold; }

.center{ text-align: center; }
.right { text-align:right;   }
.left  { text-align:left;    }

.float-l{ float: left;  }
.float-r{ float: right; }
.clear  { clear: both;  }

.img-l{ float:left;  margin:0 25px 10px 0; }
.img-r{ float:right; margin:0 0 10px 25px; }

.nowrap         { white-space:nowrap; }
.nomargintop    { margin-top: 0 !important; }
.content .nocss { maring:0; padding:0; border:none; background:none; }

/* --- anchor --- */

.anchor{
	background:url(../images/icon_arrow01.png) no-repeat 0 0.4em;
	padding-left:13px;
}


/* header
----------------------------------------- */

#header {
	width:100%;
	height:50px;
	position:fixed;
	top: 0;
    left:0;
	z-index:300;
	background:#fff;
}

#header h1 {
	float:left;
	margin:15px 0 0 5px;
	text-align:left;
}

#header h1 img {
	width:100px;
}

nav {
	margin:0;
	padding:0;
}

nav a {
	color:#333;
	text-decoration: none;
}
nav a:hover {
	color:#333;
	text-decoration: none;
}

.info-erea{ padding-bottom:10px;}
.info-erea .news h2 img{ width:100%;}
.info-erea .news h2,
.info-erea .news p{
	display:table-cell;
	vertical-align: middle;
	font-size:12px;
}

/* スマホサイズはなし */
.gnavi,
/*.info-erea,
.info-erea a,*/
.mo-non,
.mov-non{ display:none;}
/**/

nav li {
	float: left;
	text-align: center;
}

.utility{
	float:right;
	font-size:11px;
}

.utility li a{
	display:block;
	width:50px;
	padding:30px 0 0;
	margin:0;
}

.utility .home{
	background:url(../images/icon_home.png) no-repeat center 5px;
	background-size:25px 25px;
}

.utility .cart{
	background:url(../images/icon_scart.png) no-repeat center 5px;
	background-size:25px 25px;
}

.utility .menu{
	background:url(../images/icon_menu.png) no-repeat center 5px;
	background-size:30px 30px;
}


/* wrap
----------------------------------------- */
#wrap{
	padding:58px 0 0;
}

/* contents
----------------------------------------- */

.contents{
	margin:0 13px;
}

/* ご利用案内ーブログ */
.mobile-navi{
	width:100%;
	margin-bottom:3px;
	font-size:11px;
	background:#f8f8ec;
}

.mobile-navi li{
	float:left;
	display:inline;
	width:33%;
}

.mobile-navi li a{
	display:block;
	color:#666;
	padding:10px 0 10px 20px;
	border-left:3px solid #fff;
}

.mobile-navi li a.mn01{
	background:url(../images/icon_guide.png) no-repeat 3px 50%;
	background-size:15px 15px;
}

.mobile-navi li a.mn02{
	background:url(../images/icon_qu.png) no-repeat 3px 50%;
	background-size:15px 15px;
}

.mobile-navi li a.mn03{
	background:url(../images/icon_blog.png) no-repeat 3px 50%;
	background-size:15px 15px;
}

/* blog-erea
----------------------------------------- */
.blog-erea{
	width:100%;
	background:url(../images/bg_blog.png) no-repeat 0 100%;
	background-size:100% auto;
}

.blog-erea .inner{
	width:90%;
	margin:20px auto;
}

.blog-erea .bltext { float:left;}
.blog-erea h2 img{
	width:20%;
}

.blog-erea .blimg{
	float:right;
}

.blog-erea .blimg img{
	width:40%;
}


/* category
----------------------------------------- */
.category{
	padding-top:56px;
    margin-top:-56px;
	width:80%;
}

.category p{
	text-align:center;
}

.all a{
	display:block;
	padding:10px 0;
	color:#fff;
	line-height:1em;
	background:#f1f8fa;
	border-bottom:1px solid #ccc;
	/*border-right:10px solid #f2f2f2;*/
}

.all img{ width:108px;}

.category ul{
	background:#f1f8fa;
	/*border-right:10px solid #f2f2f2;*/
}

.category ul ul{
	border:none;
}

.category ul a{
	display:block;
}

.category ul a:link,
.category ul a:visited{
	color:#240d01;
}

.category ul li a{
	margin:0;
	padding:15px 0;
	font-size:16px;
	border-bottom:1px solid #ccc;
}


.category ul li li a{
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}

/* →設定 */
.category ul li a{
	position: relative;
	text-indent:10px;
	font-weight: bold;
}
.category ul li a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:3px solid #999;
	border-right:3px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}

.category ul li li a::after{
	content:"";
	display: block;
	width:6px;
	height:6px;
	border-top:2px solid #999;
	border-right:2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:10px;
	top:50%;
	margin-top:-5px;
}


/* pagetop
----------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 10px;
}
#pagetop a {
	background:url(../images/btn_close.png) no-repeat 0 bottom;
	background-size:50px 50px;
	text-decoration: none;
	color:#333;
	width:50px;
	height:50px;
	text-align: center;
	display: block;
	text-indent:-9999px;
}
#pagetop a:hover {
	text-decoration: none;
}

/* footer
----------------------------------------- */
#footer{
	width:100%;
}

#footer .inner{
	width:80%;
	background:#fff;
}

#footer ul li{
	border:1px solid #ddd;
	margin:3px 0;
}

#footer ul li a{
	display:block;
	height:40px;
	line-height:40px;
}

#footer ul li a{
	position: relative;
	text-indent:15px;
	font-weight: bold;
}
#footer ul li a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:3px solid #4B8FFF;
	border-right:3px solid #4B8FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}

#copy{
	clear:both;
	padding:10px 0;
	width:100%;
	color:#fff;
	font-size:11px;
	border-top:2px solid #fff;
	background:#414141;
	text-align:center;
}




/* タブレット向け：760px～960px --------------------------------------------------------------------------------*/
@media only screen and (min-width: 760px) {

	
/* header
----------------------------------------- */
#header {
	height:60px;
	box-shadow:rgba(232, 232, 232, 0.3) 0px 0px 1px 1px;
	-webkit-box-shadow:rgba(232, 232, 232, 0.3) 0px 0px 1px 1px;
	-moz-box-shadow:rgba(232, 232, 232, 0.3) 0px 0px 1px 1px;
}

#header .inner{
	max-width:100%;
	margin: 0 auto;
}

#header h1 {
	float:left;
	margin:13px 0 0 10px;
	text-align:left;
}

#header h1 img {
	width:136px;
	height:30px;
}

.gnavi{
	display:block;
	float:right;
	font-size:100%;
	padding-top:10px;
}

.gnavi li{
	display:inline;
	background:url(../images/bg_navi_line.png) no-repeat 0 center;
}

.gnavi li a{
	display:block;
	width:115px;
	height:40px;
	line-height:40px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	border-bottom:5px solid #eef7fd;
}

.gnavi li a:hover{
	border-bottom:5px solid #fff;
}

.gnavi li.hicon{
	background:none;
}

.gnavi li.hicon a{
	background:url(../images/icon_home.png) no-repeat 0 0;
	background-size:30px 30px;
}

/* mobile-naviはPCなし */
.mobile-navi{ display:none;}


/* utility */
.utility{
	float:right;
	font-size:12px;
}

.utility li{ margin-right:10px;}

.utility li a{
	display:block;
	width:50px;
	height:50px;
	line-height:40px;
	padding:0;
	margin:0;
}

.utility .home,
.utility .menu{ display:none;}

.utility .cart{
	background:#fff url(../images/icon_scart.png) no-repeat center 50%;
	background-size:40px 40px;
	text-indent:-9999px;
}
.utility .contact{
	background:#fff url(../images/icon_smail.png) no-repeat center 50%;
	background-size:40px 40px;
	text-indent:-9999px;
}

.utility li a{
	border:3px solid #fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.utility li a:hover{
	border:3px solid #fcff83;
}

/* info-erea */
.info-erea{
	display:block;
	max-width: 960px;
	margin:10px auto 0;
	padding:10px 0 0;
}

.info-erea .news{
	width:60%;
	float:left;
	margin-left:10px;
}

.info-erea .news h2 img{width:136px;}
.info-erea .news h2,
.info-erea .news p{
	display:table-cell;
	vertical-align: middle;
}

.info-erea .no-mail{
	width:37%;
	padding:3px 0;
	float:right;
	font-size:12px;
	background:url(../images/icon_hatena.png) no-repeat 0 center;
}

.info-erea .no-mail h2{
	float:left;
	color:#009fe8;
	font-weight:bold;
	margin-right:5px;
	padding-left:43px;
}
.info-erea .no-mail p{
	float:left;
	padding-left:50px;
}


/* container
----------------------------------------- */
.container{
	clear:both;
	max-width:960px;
	margin:50px auto;
}


/* contents
----------------------------------------- */
.contents{
	margin:0 10px 0 0;
	float:right;
	width:75%;
}

/* category
----------------------------------------- */
.category{
	float:left;
	padding:0;
    margin:0 0 0 10px;
	width:20%;
}

.category p{
	display:none;
}

.category ul{
	/*background:#FAFCFD;*/
	background:#fff;
	border-right:none;
}

.category ul ul{
	border:none;
}

.category ul li{
	/*margin:20px 0 15px;*/
}

.category ul li li{
	margin:5px 0;
}

.category ul a{
	display:block;
}

.category ul a:link,
.category ul a:visited{
	color:#000;
}

.category ul li a{
	margin:0px;
	padding:10px 0 5px;
	font-size:14px;
	font-weight:normal;
	/*border:3px solid #FAFCFD;*/
	border:none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.category ul li a:hover{
	background:#fcff83;
	/*border:3px solid #fcff83;*/
}

.category ul li span{
	font-size:12px;
}

.mov-non{display: block;}

.category ul li li a{
	padding:5px 0 5px 30px;
	font-size:12px;
	font-weight:normal;
	color: #ffdb56;
	/*border:3px solid #FAFCFD;*/
	border:none;
	text-indent:0;
}

.category ul ul a:link,
.category ul ul a:visited{
	color: #6a6a6c;
}

/* →設定 */
.category ul li a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:0;
	border-right:0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-7px;
}

.category ul li li a::after{
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left:15px;
	top:50%;
	margin-top:-5px;
}

/* pagetop
----------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 20px;
}
#pagetop a {
	background:url(../images/icon_gotop.png) no-repeat 0 bottom;
	background-size:44px 180px;
	text-decoration: none;
	color:#333;
	width:44px;
	height:180px;
	text-align: center;
	display: block;
	text-indent:-9999px;
}
#pagetop a:hover {
	text-decoration: none;
}

/* footer
----------------------------------------- */
#footer{
	width:100%;
}

#footer .inner{
	width:100%;
	margin:0 auto;
	background:#fff;
}

#footer ul{ margin-left:0;}

#footer ul li{
	float:left;
	border:1px solid #ddd;
	margin:3px 3px 0 0;
}

#footer ul li a{
	display:block;
	height:40px;
	line-height:40px;
	text-indent:0px;
	padding:0 30px 0 20px;
}

#footer ul li a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:2px solid #4B8FFF;
	border-right:2px solid #4B8FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}


.mo-non{ display:block;}

} /* タブレット向け */

/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 1081px) {

/* header
----------------------------------------- */

#header .inner{
	/*max-width:1100px;*/
	height:60px;
}

#header h1 {
	float:left;
	width:230px;
	margin:13px 0 0 80px;
	text-align:left;
}

#header h1 img {
	width:136px;
	height:30px;
}

.gnavi{
	display:block;
	float:right;
	font-size:100%;
	padding-top:10px;
}

.gnavi li a{
	display:block;
	width:135px;
	height:40px;
	line-height:40px;
}

/* utility */
.utility{
	float:right;
	font-size:12px;
	margin:0 80px 0 0;
}


/* container
----------------------------------------- */
.container{
	clear:both;
	max-width:1100px;
	margin:50px auto;
}


/* contents
----------------------------------------- */
.contents{
	margin:0;
	float:right;
	width:855px;
}

/* category
----------------------------------------- */
.category{
	float:left;
	padding:0;
    margin:0;
	width:214px;
}


/* footer
----------------------------------------- */

#footer .inner{
	max-width:100%;
	margin:0 auto;
	background:#fafafa;
}

#footer ul{
	float:right;
	margin-right:80px;
}

#footer ul li{
	margin-right:15px;
	border:none;
}

#footer ul li a{
	display:block;
	height:40px;
	line-height:40px;
	text-indent:0px;
	padding:0 30px 0 10px;
}

#footer ul li a::after{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:1px solid #4B8FFF;
	border-right:1px solid #4B8FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}


} /* PC向け */