/*padding:0 0 0 0 などの場合［上］［右］［下］［左］の順に指定*/

body{
	margin:0 auto;
	width:100%;
	height:100%;
	font-size:90%;
	line-height:1.2em;
	color:#333;
	background:rgb(255, 222, 27);
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

a:link{text-decoration:none; color:#06C;}
a:visited{text-decoration:none;color:#06C;}
a:link:hover{text-decoration:none;color:#6CF;}

span,p, h1, h2, h3,h4{font-size:100%; margin:0; font-weight: normal; padding:0;}

ul,li{
	margin:0;
	padding:0;
	list-style:none;
}



#all{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	min-width:320px;
}

#all3{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	min-width:820px;
}


/*flortクリア*/	
.clearfix:after {  
	content:".";
	width:100%;
	margin:0;
	padding:0;
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;/*added for FF*/ 
}  
  
.clearfix { display: inline-table; }  

/*========================================================
ヘッダー
========================================================*/
#header{
	margin:0 auto;
	padding:10px 0 0 0;
	width:100%;
	height:90px;
	background:#3f3a39;
	min-width: 1000px;
}
#headerBox{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:90px;
	background:#3f3a39;
}

@media screen and (max-width:640px){
#header{
	height:55px;
	min-width:0;
}
#headerBox{
	height:55px;
	width:100%;
}
}

/*--ロゴ-----------------*/
#logo{
	margin:5px 0 0 10px;
	width:150px;
	height:80px;
	float:left;
	color:#F00;
	background:url(../img/logo.png) no-repeat;
	background-size:150px auto;
}
@media screen and (max-width:640px){
#logo{
	width:80px;
	background-size:100% auto;
}
}

/*--メニュー-----------------*/
#header ul.menu{
	margin:0 0 0 50px;
	padding:0;
	float:left;
}

#header ul.menu li{
	float:left;
}
#header ul.menu li a{
	margin:0 2px;
	padding:0;
	float:left;
	width:100px;
	height:80px;
	background:url(../img/menu/il_icon.png) no-repeat 50% 5px;
}
#header ul.menu li a div{
	margin-top:45px;
	width:100%;
	height:40px;
	background:url(../img/menu/il.png) no-repeat 50% 5px;
}
#header ul.menu li a.goods{ background:url(../img/menu/go_icon.png) no-repeat 50% 5px; }
#header ul.menu li a.news{ background:url(../img/menu/ne_icon.png) no-repeat 50% 5px; }
#header ul.menu li a.work{ background:url(../img/menu/wo_icon.png) no-repeat 50% 5px; }
#header ul.menu li a.memo{ background:url(../img/menu/me_icon.png) no-repeat 50% 5px; }

#header ul.menu li a.goods .goods{ background:url(../img/menu/go.png) no-repeat 50% 5px; }
#header ul.menu li a.news .news{ background:url(../img/menu/ne.png) no-repeat 50% 5px; }
#header ul.menu li a.work .work{ background:url(../img/menu/wo.png) no-repeat 50% 5px; }
#header ul.menu li a.memo .memo{ background:url(../img/menu/me.png) no-repeat 50% 5px; }

/*マウスオーバー時*/
#header ul.menu li a.ill:hover{ background:url(../img/menu/il_icon_on.png) no-repeat 50% 5px; }
#header ul.menu li a.goods:hover{ background:url(../img/menu/go_icon_on.png) no-repeat 50% 5px; }
#header ul.menu li a.news:hover{ background:url(../img/menu/ne_icon_on.png) no-repeat 50% 5px; }
#header ul.menu li a.work:hover{ background:url(../img/menu/wo_icon_on.png) no-repeat 50% 5px; }
#header ul.menu li a.memo:hover{ background:url(../img/menu/me_icon_on.png) no-repeat 50% 5px; }

#header ul.menu li a.ill:hover .ill{ background:url(../img/menu/il_on.png) no-repeat 50% 5px; }
#header ul.menu li a.goods:hover .goods{ background:url(../img/menu/go_on.png) no-repeat 50% 5px; }
#header ul.menu li a.news:hover .news{ background:url(../img/menu/ne_on.png) no-repeat 50% 5px; }
#header ul.menu li a.work:hover .work{ background:url(../img/menu/wo_on.png) no-repeat 50% 5px; }
#header ul.menu li a.memo:hover .memo{ background:url(../img/menu/me_on.png) no-repeat 50% 5px; }

/*アクティブ時*/
#header ul.menu li:active{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width:960px){
#header ul.menu{
	margin:0.1em auto 0;
	width:70%;
	text-align:center;
}
#header ul.menu li{
	display:inline-block;
	margin:0 auto;
	width:25%;
	float:none;
	text-align:center;
}
#header ul.menu li a,
#header ul.menu li a.goods,
#header ul.menu li a.news,
#header ul.menu li a.ill:hover,
#header ul.menu li a.goods:hover,
#header ul.menu li a.news:hover{
	display:inline-block;
	float:none;
	margin-left:3%;
	width:60px;
	height:45px;
	background-size:80%;
}
#header ul.menu li a div,
#header ul.menu li a.work,	
#header ul.menu li a.memo{
	display:none;
}
}

/*--SNS-----------------*/
#header ul.SNS{
	margin:0 0 0 80px;
	padding:0;
	float:left;
}
#header ul.SNS li{
	float:left;
}
#header ul.SNS li a{
	margin:0 2px;
	padding:0;
	float:left;
	width:50px;
	height:80px;
	background:url(../img/SNS/t.png) no-repeat  0 5px;
}
#header ul.SNS li a.f{ background:url(../img/SNS/f.png) no-repeat  0 5px; }
#header ul.SNS li a.g{ background:url(../img/SNS/g.png) no-repeat  0 5px; }

/*アクティブ時*/
#header ul.SNS li a:active{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@media screen and (max-width:960px){
#header ul.SNS{
	display:none;
}
}
/*========================================================
トップページ
========================================================*/
/*---------------
トップがぞう
-----------------*/
#top_img{
	margin:20px auto 0;
	padding:0;
	width:100%;
	text-align:center;
}
#top_img img{
	margin:0 auto;
	max-width:1000px;
	width:100%;
	height:auto;
	overflow:hidden;
}
@media screen and (min-width: 1010px) {
#top_img_back{
    background: #FFF;
    height:430px;
    width:100%;
    left: 0;
    position: absolute;
    top: 8.8rem;
    z-index: -990;
}
}


@media screen and (max-width:960px){
#top_img{
	height:auto;
}
#top_img img{
	width:100%;
	height:auto;
}
}


/*-----------------新着-------------------------------------------------------------------------------------*/
#news{
	margin:2em auto 2em;
	padding:0 0 0 3%;
	max-width:1000px;
	text-align:center;
}

#news-box{
	display:inline-block;
	margin:0;
	padding:0;
	width:60%;
	background:#FFF;
	border-radius: 5px;
	vertical-align:top;
	text-align:left;
}

#news-box-head{
	margin:0;
	padding:0.4em 0;
	width:100%;
	background:#333;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align:center;
	color:#FFF;
}

.news-box-date{
	margin:0;
	padding:0.6em 2% 0;
	width:96%;
	color:#999;
	font-size:80%;
}
.news-box-topic{
	margin:0 0 0.4em;
	padding:0 2%;
	width:96%;
	font-size:80%;
}
.news-box-border{
	margin:0;
	padding:2px 0;
	width:100%;
	border-bottom:#999 dotted 1px;
}

a.news-box-button:link{
	display:block;
	margin:2em auto 3em; 
	padding:5px 0;
	width:50%;
	background:#999;
	border-radius: 5px;
	text-align:center;
	color:#FFF !important;
	text-decoration:none;
	font-size:80%;
}
a.news-box-button:hover{background-color:#CCC;}
a.news-box-button:active{background-color:#000; color:#FFF;}

#twitter-box{
	display:inline-block;
	margin:0 0 0 2%;
	padding:0;
	width:30%;
	height:22em;
}


@media screen and (max-width:960px){
#news,
#news-box,
#twitter-box{
	float:inherit;
	width:94%;
	min-width:0;
	height:auto;
}
.news-box-button{
	margin-bottom:2em;
}
#twitter-box{
	display:block;
	margin-top:1em;
}
div.timeline-header.customisable-border h1.summary{
	width:100%
}
}
/*-----------------さいとについて-------------------------------------------------------------------------------------*/
.index-line{
	margin:0 auto;
	padding:0;
	width:90%;
	max-width:1000px;
	border-bottom:#FFF dotted 3px;
}

.about-line{
	margin:8px auto 8px auto;
	padding:0;
	width:100%;
	max-width:1000px;
	border-bottom:#999 dotted 2px;
}


#about-area{
	margin:1em auto;
	padding:0;
	width:100%;
	text-align:center;
}
	
#about{
	margin:1em auto 0;
	padding:0;
	width:1000px;
	height:400px;
	min-width:500px;
	max-width:1200px;
	text-align:left;
	font-size:90%;
}


#about-chara{
	position:relative;
	margin:5em 0 0;
	padding:0px;
	width:30%;
	height:400px;
	float:left;
	text-align:center
}

#about-aboutme{
	position:absolute;
	top:-80px;
	left:-150px;
	overflow:visible;
	margin:0px;
	padding:20px;
	width:500px;
	color:#FFF;
	font-size:220%;
	font-weight:bolder;
}


#about-serifu{
	position:relative;
	margin:0;
	padding:0;
	width:70%;
	border-radius:50px;
	float:left;
	background-color:#FFF;
}

#about-serifu-img{
	position:absolute;
	left:-40px;
	bottom:40%;
	margin:200px 0 0 0 ;
	padding:0;
	width:40px;
	height:40px;
	float:left;
}
	
.about-title{
	margin:10px 3%;
	padding:0;
	color:#666;
	text-align:center;
}

.about-title h3{ font-size:120%; margin:4px 0; font-weight:bolder;}

.about-subtitle{
	margin:3px 0 2px 0;
	padding:0;
	font-weight:bold;
	color:#09C;
}

.about-subtitle-img{
	display:inline;
	margin:3px;
	padding:0;
	background:#09C;
}

.about-text{
	margin:10px 3%;
	padding:0;
}

.about-text-date{
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
	font-size:90%;
	color:#666;
}
@media screen and (max-width:1050px){
#about{
	width:100%;
}
#about-serifu{
	width:65%;
}
@media screen and (max-width:960px){
#about{
	margin:0 auto;
	padding-top:1em;
	width:100%;
	min-width:0;
}
#about-serifu{
	margin-left:4%;
	width:92%;
	border-radius:5px;
}
#about-chara,
#about-serifu-img{
	display:none;
}

}

/*-----------------サイトマップ-------------------------------------------------------------------------------------*/
#sitemap{
	position:relative;
	margin:0 auto;
	padding:0;
	width:1000px;
	height:50px;
	font-size:90%;
	text-align:left;
	color:#FFF;
}

#sitemap-text{
	margin:0px;
	padding:0 5%;
}

#sitemap-text a:link{text-decoration:none; color:#FFF;}
#sitemap-text a:hover{text-decoration:none; color:#09C;}
#sitemap-text a:visited{text-decoration:none; color:#FFF;}



.about-bigtext{
	position:absolute;
	top:-40px;
	overflow:visible;
	margin:0px;
	padding:0 5%;
	width:500px;
	font-size:220%;
	font-weight:bolder;
	text-align:left;
}


/*-----------------グッズ-------------------------------------------------------------------------------------*/
#goods{
	margin:10px auto;
	width:1000px;
}

#goods .box{
	margin:0 auto;
	width:1000px;
	height:300px;
	text-align:center;
	cursor:crosshair;
}
.slider-arrow{display:none;}
.slider-nav{display:block;}

#goods #title_slider{
	margin:0 auto;
	width:1000px;
	height:70px;
	background-color:#666;
}
#goods #title_slider .slider{
	margin:0 auto;
	width:1000px;
	height:70px;
	background-color:#FFF;
}

#goods #title_slider ul.slides li.slide{
	margin:0 auto;
	width:80%;
}

#goods #title_slider ul.slides li.slide .box{
	margin:5px 0 5px 10px;
	width:200px;
	height:60px;
	float:left;
}

#goods #title_slider ul.slides li.slide .box:first-child{
	margin:5px 0 5px 80px;
}


#title_slider .slider-arrow {display:block;}
#title_slider .slider-nav{display:none;}

a.slider-arrow:link {color:#FFF;}
slider-arrow:link:hover{color:#333;}
a.slider-arrow:visited {color:#FFF;}

#goods #info{
	margin:0 auto;
	height:520px;
	background-color:#FFF;
	
}

.infobox{
	display:none;
}


.infobox_left{
	margin:0;
	padding:10px;
	width:400px;
	height:500px;
	float:left;
	text-align:center;
}
.infobox_left img{
	margin:15px;
	width:360;
	height:450;
} 
.infobox_right{
	margin:0;
	padding:0;
	width:560px;
	height:500px;
	float:left;
}
.infobox_top{
	margin:0;
	padding:10px;
	width:560px;
	height:200px;
}
.infobox_top h1{
	margin:20px 0 10px 0;
	font-size:120%;
	font-weight:bolder;
}
.infobox_bottom{
	margin:0 40px 40px 0;
	padding:10px;
	width:520px;
	height:240px;
	background-color:#F4F4F4;
}
.infobox_bottom img{
	margin:10px;
	width:500px;
	height:220px;
}

#goods .index-line{
	margin:10px auto;
}


/*-----------------コンテンツ-------------------------------------------------------------------------------------*/
#contents-all{
	margin:0 auto;
	width:100%;
	max-width:1500px;
	min-width:640px;
}

#contents-all3{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	min-width:820px;
}
.contents{
	margin:10px auto;
	padding:0;
	width:80%;
	max-width:600px;
	background:#FFF;
	border-radius:5px;
}

.contents-3c{
	margin:10px auto;
	padding:0;
	width:90%;
	max-width:600px;
	background:#FFF;
	border-radius:5px;
}

.c-title{
	margin:0;
	padding:0;
	width:100%;
	color:#FFF;
}
.c-title-img{
	margin:0;
	padding:0;
	width:3%;
	float:left;
	background:#333;
	border-top-left-radius: 5px;
}
.c-title-title{
	margin:0;
	padding:5px 0 0 1%;
	width:99%;
	height:24px;
	float:left;
	font-weight:bold;
	border-bottom:solid 1px #333;
	overflow: hidden;
	border-top-right-radius: 5px;  
	background:#333;
}
.c-title-title a:link{text-decoration:none; color:#FFF;}
.c-title-title a:link:hover{text-decoration:none;color:#39C;}
.c-title-title a:visited{text-decoration:none;color:#FFF;}

.c-title-date{
	margin:0;
	padding:10px 2% 0 2%;
	height:30px;
	font-size:90%;
}

.c-sns{
	margin:0;
	padding:0 2%;
	width:96%;
	text-align:right;
}
iframe.twitter-share-button {
width: 90px!important;
}

.c-text{
	margin:0 0 20px 0;
	padding:3px 2%;
	width:96%;
}
.c-text img{
	margin:3px 0 5px 0;
	width:auto;
	min-width:1%;
	max-height:600px;
	height:auto;
}

.c-tag{
	margin:0;
	padding:5px 2%;
	width:96%;
	max-width:600px;
	text-align:right;
	font-size:80%;
	color:#069;
}

.c-img{
	margin:0;
	padding:3px 2%;
	width:96%;
}
.c-img img{
	width:100%;
	min-width:1%;
	max-width:600px;
	height:auto;
}

.photo-thumb{
	margin:0;
	padding:3px 2%;
	width:96%;
	height:500px;
	background-repeat:no-repeat;
}

.c-quote{
	margin:0;
	padding:3px 2%;
	width:96%;
	font-weight:bold;
}

.photoset{
	margin:0;
	padding:3px 2%;
	width:96%;
}

.photoset img{
	width:100%;
	min-width:1%;
	max-width:600px;
	height:auto;
}

.photoset_photo img{
	width:100%;
	min-width:1%;
	height:auto;
}
	
.c-quote-mark{
	display:inline;
	color:#666;
}
	
	

/*-----------------ページ移動-------------------------------------------------------------------------------------*/
.paging{
	margin:0 auto;
	padding:10px 0;
	width:100%;
	height:20px;
	position:relative;
	color:#333;
}
.paging a:link{text-decoration:none; color:#333;}
.paging a:link:hover{text-decoration:none;color:#999;}
.paging a:visited{text-decoration:none;color:#333;}

.prev , .next , .back{
	margin:0;
	padding:0;
	width:33%;
	float:left;
	text-align:center;
}

.next{
	position:absolute;
	right:15%;
	text-align:right;
}


/*-----------------フッター-------------------------------------------------------------------------------------*/
#footer{
	margin:0;
	padding:5px 0;
	width:100%;
	min-width:1000px;
	background:#333;
	text-align:center;
	color:#FFF;
	font-size:80%;
}
@media screen and (max-width:960px){
#footer{
	min-width:0;
	width:100%;
}

#footer3{
	margin:0 auto;
	padding:5px 0;
	width:100%;
	min-width:820px;
	background:#333;
	text-align:center;
	color:#FFF;
	font-size:80%;
}

	