@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	color: #FFFFFF;
	font-size: 13px;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background-color: #000000;
	
}

	

/* リンク設定
------------------------------------------------------------*/
a{color:#FFF;text-decoration: underline;}
a:hover{text-decoration: none;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
position:relative;
background:#000;
}

#wrapper_sub{
margin:0 auto;
position:relative;
background:#000;
padding: 40px;
}


.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
height:40px;
background-image: url(images/common/global_bg.png);
}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;
}



/*************
/* ロゴ
*************/
.logo{
float:left;
background-image: url(images/common/logo.png);
background-repeat: no-repeat;
width: 40px;
height: 40px;
}

.logo a{
	text-indent: -9999px;
	display: inline-block;
	width: 40px;
	height: 40px;
	}

/*************
/* メインナビゲーション
*************/
  nav#mainNav{
	position:relative;
	}
	
	nav#mainNav .inner{
	width:672px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav ul li, nav#mainNav ul li a{
	display: block;
	float:left;
	font-size:13px;
	width:112px;
	height:40px;
	color:#333;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	text-indent: -9999px ;
	}



	nav#mainNav ul li.ab,nav#mainNav ul li.ab a{
	background-image: url(images/common/navi_about.png);
	}
	nav#mainNav ul li.ga,nav#mainNav ul li.ga a{
	background-image: url(images/common/navi_gallery.png);
	}
	nav#mainNav ul li.bl,nav#mainNav ul li.bl a{
	background-image: url(images/common/navi_blog.png);
	}
	nav#mainNav ul li.pr,nav#mainNav ul li.pr a{
	background-image: url(images/common/navi_product.png);
	}
	nav#mainNav ul li.sh,nav#mainNav ul li.sh a{
	background-image: url(images/common/navi_shop.png);
	}
	nav#mainNav ul li.co,nav#mainNav ul li.co a{
	background-image: url(images/common/navi_contact.png);
	}

	nav#mainNav ul li{
	background-position: 50% -80px;
	}

	nav#mainNav ul li#current,nav#mainNav ul li a:hover{
	background-position: 50% -40px;
	}



a#menu{display:none;}



/**************************
/* グリッド
**************************/
.gridWrapper{
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box img{
max-width:100%;
height:auto;
}


.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

/*************
メイン コンテンツ -- TOP
*************/

div#main_center, div#main_right{
	display:table;
	width:100%;
	height:100%;
}

div#main_center{
	text-align: center;
}


div#main_center p, div#main_right p{
	display:table-cell;
	width:200px;
	height:200px;
	vertical-align: middle;
	text-align: center;
}

div#main_center img#main_logo{
	position:relative;
	top:400px;
}

div#main_right img#official{
	position:relative;
	left:2px;
	top:460px;
}

	
div#news_head{
	width:90%;
	height:37px;
	background:url(images/top/news_head.png) no-repeat;
	margin: 0;
	text-indent:-9999px;
}

div#news_area table#news{
	width:90%;
	border: none;
	text-shadow: 0px 0px 10px #000;
}

table#news th{
	width:80px;
}

table#news td{
	width:auto;
	padding-left:15px;
	background:url(images/common/text_chp.png) no-repeat;
	background-position:0pt 1pt;

}

div#more{
	text-align: right;
	margin-top: 10px;
}

div#more a{
	width: 90px;
	height: 30px;
	line-height:30px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/top/more_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
} 

div#more a:hover{
	background-position:0px -30px;
} 


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

div#modal_news{
	display: none;
	max-width: 600px;
	width: 100%;
	height: auto;
	padding: 0;
}

div#modal_inner{
	padding-top: 30px;
	padding-bottom: 25px;
	width: 100%;
	height: auto;
	background: #000;
}

div#modal_inner div#news_head,div#modal_inner table#news{
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
	}

div#news_close{
	max-width: 600px;
	width: 100%;
	text-align: right;
}

a.modal_close{
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(images/common/close_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.modal_close:hover{
	background-position: 0px -30px;
}

a.modal_close:hover{cursor:pointer;}

/*************
メイン コンテンツ -- 下層共通
*************/

#main{
	width: 100%;
	margin-left: 250px
}


section.content article{
padding-top:20px;
margin-bottom:20px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{
	line-height:1.8em;
	letter-spacing: 0.1em;
	margin-bottom:5px;
	}

section.content img.resp{
max-width:100%;
height:auto;
}

h2.heading{
	height: 27px;
	display: flex;
	border-bottom:1px solid #FFF;
	overflow: hidden;
	margin-bottom: 10px;
}

h2.heading img{
	padding: 0;
	margin: 0;
	position: relative;
	top:0px;
	left:0px
}


h3.heading{
font-weight:normal;
line-height: 1.3em;
margin: 10px 0px;
border-left:4px solid #707070;
font-size: 16px;
letter-spacing: 1px;
height: auto;
padding-left:10px;
margin-top:30px
}

h3.contact{
display: flex;
border-left:none;
text-indent:none;
height: 20px;
padding-left:0px;
overflow: hidden;
}


h3.heading img{
	padding: 0;
	margin: 0;
	position: relative;
	top:0px;
	left:0px
}

section.content table td{
	text-align: center;
	vertical-align: middle;
}

section.content ul li{
	line-height: 25px;
	text-indent: 18px;
	background-image: url(images/common/text_chp.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

section.content dl{
	margin-left: 0px;
	margin-bottom: 40px;
	padding: 0px;
	display: block;
	float: left;
}

section.content dl h4{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
}


section.content dt {
	width: 140px;
	float: left;
}

section.content dt img{
	max-width: 120px;
	height: auto;
}

section.content dd {
	margin-left:140px;
}


/*******
Contact
********/

section.postmail h3{
	margin-top: 0px;
	margin-bottom: 15px;
}

section.postmail input,textarea{
	background-color: #000;
	border:1px solid #5d5d5d;
	color: #FFF;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 35px;
	resize: none;
}

section.postmail input:focus,textarea:focus{
	border:1px solid #FFF;
}

section.postmail textarea{
	height: 270px;
	padding: 0.5em;
	}


section.postmail input.sendbtn{
	width: 180px;
	height: 46px;
	background-image: url(images/contact/sent_btn.png);
	border:none;
}

section.postmail input.sendbtn:hover{
	background-position: 0px -46px;
}

section.postmail input.sendbtn:hover{cursor:pointer;}


section.sentmail h5{
	font-size: 120%;
	line-height: 1.5em;
	}

section.sentmail div{
	padding-top: 40px;
	}

section.sentmail p.error_messe{
	color: #b93030;
	font-size: 110%;
	line-height: 2em;
	}


section.sentmail input.backbtn{
	width: 180px;
	height: 46px;
	background-image: url(images/contact/back_btn.png);
	background-color: #000;
	border:none;
}

section.sentmail input.backbtn:hover{
	background-position: 0px -46px;
}

section.sentmail input.backbtn:hover{cursor:pointer;}

/*******
Gallery
********/

section.gallery{
	display: table;
}


section.gallery a{
	display: block;
	margin-top:25px;
	margin-right:25px;
	float: left;
}

section.gallery a img{
	max-width: 253px;
	width: 100%;
	height: auto;
	
}

h2#ascos,h2#asphoto{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2#ascos{
	background-image: url(images/gallery/as-cosplayer_h2.png);
}

h2#asphoto{
	background-image: url(images/gallery/as-photographer_h2.png);
	clear: both;
}


section.slide table td{
	vertical-align: top;
}

section.slide a{
	padding-top:15px;
	padding-right:20px;
	float: left;
}

section.slide a.last{
	margin-right:0px;
}

section.slide a img{
	margin: 0px;
	padding: 0px;
	max-width: 184px;
	width: 100%;
	max-height: 266px;
	height: auto;
}

section.slide a#first img{
	max-width: 540px;
	max-height: 365px;
}

section.slide a#second img{
	max-width: 245px;
	max-height: 365px;
}

section.slide a#second{
	margin-right:0px;
}

section.slide a.wide img{
	max-width: 393px;
}

div#discription{
	background-image: url(images/gallery/discription_bg.png);
	background-position: 0px -70px;
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-right: 20px;
	padding: 10px;
	width: auto;
	height: auto;
	line-height: 1.2em;
	letter-spacing: 1px;
}

div#discription h4{
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
}

div#discription p{
	margin-bottom: 10px;
	
}

/*************
/* サイドバー
*************/
#sidebar h1{
	width: 100%;
	height: 50px;
	overflow: hidden;
}

#sidebar h1 img{
	padding: 0;
	margin: 0;
	position: relative;
	top:0px;
	left:0px
}

#sidebar div#gallery_side_nav{
	padding-top: 20px;
	padding-left:3px ;
	padding-right: 35px;
}

#sidebar h2{
	height: 20px;
	line-height: 20px;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 120%;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
}

#sidebar div#mobile_head{
	display: none;
}

#sidebar ol{
	padding-top:10px;
	padding-left: 12px;
	}

#sidebar li{
line-height: 1.5em;
background-image: url(images/common/text_chp.png);
background-position: 0px 1px;
background-repeat: no-repeat;
padding-bottom:10px;
padding-left:20px;
list-style:none;
letter-spacing: 1px;
font-weight: normal;
}

#sidebar li.current{
background-image: url(images/common/text_chp_gray.png);
font-weight: bold;
}

#sidebar ol li:last-child{
margin-bottom:20px;
}

#sidebar li a{
text-decoration: underline;
}

#sidebar li a:hover{
text-decoration: none;
}


/*************
/* フッター
*************/
#footer{
	clear: both;
	overflow: hidden;
	height: 40px;
	width:100%;
	margin:0 auto;
}

* html #footer{height:1%;}

#footer .grid{
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	background: transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{
	text-indent: -9999px;
	width: 100px;
	height: 40px;
	background: url(images/common/copylight.png) no-repeat;
}


#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
color:#333;
}




/* PC用
(ウィンドウサイズが1281px以上の場合）
------------------------------------------------------------*/
@media only screen and (min-width:1025px){

/*************
/* 全体
*************/
	
	#header,#wrapper,#footer{
	max-width: 1920px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-repeat: repeat-x;
	}

	#wrapper_sub{
	max-width: 1060px;
	width: 100%;
	}	



/**************************
/* グリッド
**************************/	
	/* グリッド全体 */
	.gridWrapper{
	margin: 0 auto;
	background:url(images/top/main_img_1920.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	}

	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:33%;
	height: 1000px;
	}



	#subpage .grid{width:auto;}
	
		
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}

/*************
/* グローバルナビ
*************/	
	nav div.panel{
	display:block !important;
	float:left;
	}



/*************
メイン コンテンツ
*************/

	img#mainBanner768,img#mainBanner640{
		display: none;
	}

	#subpage #mainBanner{margin:17px auto;}

	div#news_area{
	position:absolute;
	left:68%;
	top:695px;
	width:30%;
	}
	
/*************
メイン コンテンツ -- 下層
*************/
#main{
	max-width: 810px;
}

section.content dl:nth-child(even){
	margin-left: 40px;
}

section.content dl{
	width: 385px;
}

article#myworks dl{
	min-height: 270px;
}

article#commercial dl{
	min-height: 195px;
}

article#private dl{
	min-height: 195px;
}


section.postmail input.herf{
	width: 50%;
}


section.gallery a:nth-child(3n) {
	margin-right:0px;
}

section.gallery{
	display: table !important;
}

/*************
/* サイドバー
*************/

	#sidebar{
	width:250px;
	padding:0px;
	overflow:hidden;
	float:left;
	}
	
	#sidebar article{
	padding-top:7px;
	margin-bottom:20px;
	overflow:hidden;
	}

	#sidebar ol{
	display: block !important;
	}


}

/* PC用
(ウィンドウサイズが1025px以上、1280px以下の場合）
------------------------------------------------------------*/
@media only screen and (min-width:769px) and (max-width:1024px){

/*************
/* 全体
*************/

	#header,#wrapper,#footer{
	max-width: 1024px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-repeat: repeat-x;
	}

	#wrapper_sub{
	max-width: 864px;
	width: 100%;
	}	

	nav div.panel{
	display:block !important;

	}

/**************************
/* グリッド
**************************/	

	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	background:url(images/top/main_img_1024.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	margin:0;
	}
	
	.grid{
	width:33%;
	height:688px;
	}


	
/*************
メイン コンテンツ
*************/

	img#mainBanner768,img#mainBanner640{
		display: none;
	}

	#subpage #mainBanner{max-width:668px;}

	div#main_center img#main_logo{
	position:relative;
	top:234px;
	}

	div#main_right img#official{
	top:296px;
	}


	div#news_area{
	position:absolute;
	left:42%;
	top:475px;
	width: 60%;
	}
	

/*************
メイン コンテンツ -- 下層
*************/
#main{
	max-width: 614px;
}

section.content dl{
	max-width: 614px;
	width: 100%;
}

section.postmail input.herf{
	width: 50%;
}

section.gallery a img {
	max-width: 294px;
}

section.gallery a:nth-child(2n) {
	margin-right:0px;
}


section.gallery{
	display: table !important;
}



article#myworks dl{
	min-height: none;
}

/*************
/* サイドバー
*************/

	#sidebar{
	float:left;
	width:250px;
	padding:0px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding-top:7px;
	margin-bottom:20px;
	overflow:hidden;
	}

	#sidebar ol{
	display: block !important;
	}


/*************
/* フッター
*************/
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

}


/* スマートフォン 横(ランドスケープ)
(ウィンドウサイズが769px以上、1024px以下の場合）
------------------------------------------------------------*/
@media only screen and (max-width:768px){

/*************
/* 全体
*************/

	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}


	#wrapper,#footer{
	max-width: 768px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-repeat: repeat-x;
	}


	#header{
	width: 100%;
	height: auto;
	position: fixed;
	top:0px;
	left:0px;
	z-index:10;
	background-image: none;	
	}


	#wrapper,#wrapper_sub{
		margin-top: 60px;
	}

	#wrapper_sub{
	max-width: 768px;
	width: 100%;
	}



/**************************
/* グリッド
**************************/	

	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin:0;
	}
	
	.grid{
		clear: both;
	width:100%;
	float: none;
	}




/*************
/* ヘッダー
*************/

	div#mobile_menu{
	max-width: 768px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-image: url(images/common/global_bg.png);
	background-repeat: repeat-x;
	}

	div#mobile_menu div.logo{
	float: right;
	position: relative;
	left:-45%;
	clear:both;
	text-align: center;
	background-image: url(images/common/logo_mobile.png);
	height: 60px;
	z-index:5;
	}

	div#mobile_menu div.logo a{
	height: 60px;
	}
	



/*************
/* グローバルナビ
*************/	

	nav#mainNav{
	width:100%;
	margin:0;
	padding:0;
	height: 60px;
	border-bottom: 1px solid #313131;
 	}

 	nav#mainNav .inner{
	width:auto;
	padding: 0;
	border-bottom: 1px solid #FFF;	
	}

	nav#mainNav a.menu{
	width:100px;
	display:block;
	line-height:60px;
	height: 60px;
	margin-left:14px ;
	font-weight: bold;
	text-align:left;
	background-image: url(images/common/menu_btn.png);
	background-repeat:none;
	background-position: 0px 0px;
	}

	nav#mainNav a#menu span{
		text-indent: -9999px;
		display: inline-block;
	}
	nav#mainNav a.menuOpen{
		background-position: 0px -60px;
	}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	}

	nav#mainNav ul{
		background:url(images/common/menu_back.png) repeat-x 0px 0px;
		display: block;
		height: 360px;
		width: 100%;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height: 60px;
	padding-left:35px ;
	}


	nav#mainNav ul li a{
	width:100%;
	height: 60px;
	background-position: 0px -0px;
	}


	nav#mainNav ul li span{
		display: block;
		width:100%;
		height: 60px;
		background-position: 0px -60px;
		background-repeat: no-repeat;
		text-indent:-9999px;

	}


	nav#mainNav ul li.ab span,nav#mainNav ul li.ab,nav#mainNav ul li.ab a{
	background-image: url(images/common/menu_about.png);
	}
	nav#mainNav ul li.ga span,nav#mainNav ul li.ga,nav#mainNav ul li.ga a{
	background-image: url(images/common/menu_gallery.png);
	}
	nav#mainNav ul li.bl span,nav#mainNav ul li.bl,nav#mainNav ul li.bl a{
	background-image: url(images/common/menu_blog.png);
	}
	nav#mainNav ul li.pr span,nav#mainNav ul li.pr,nav#mainNav ul li.pr a{
	background-image: url(images/common/menu_product.png);
	}
	nav#mainNav ul li.sh span,nav#mainNav ul li.sh,nav#mainNav ul li.sh a{
	background-image: url(images/common/menu_shop.png);
	}
	nav#mainNav ul li.co span,nav#mainNav ul li.co,nav#mainNav ul li.co a{
	background-image: url(images/common/menu_contact.png);
	}


	nav#mainNav ul li a:hover{
	background-position: 0px -60px;
	}

	nav#mainNav ul li{
	background-position: 0px -120px;
	}

	nav#mainNav ul li:hover,nav#mainNav ul li#current{
		background-image: url(images/common/menu_bg_over.png);
		background-position: 0px 0px;
		background-repeat: repeat;
	}



	
/*************
メイン コンテンツ
*************/

	img#mainBanner768{
		display: block;
		width: 100%;
		height: auto;
}
	img#mainBanner640{
		display: none;
	}

	.two{
	display: none;
	}

	div#main_right{
		display: block;
	}

	div#main_right img#official{
		display: none;
	}

	
	div#news_area{
		top:0px;
		left:0px;
		padding:20px 20px;

	}
	
	div#news_area div#news_head{
		width: 100%;
	}

div#news_area table#news{
		width: 100%;
		font-size: 115%;
	}
	



/*************
メイン コンテンツ -- 下層
*************/

#main{
	margin-left:0px ;
}

section.content dl{
	max-width: 768px;
	width: 100%;
}

section.gallery{
	display: block;
}

h2.heading{
	height: 35px;
}

h3.heading{
	font-size: 20px;
}

h3.contact{
	height: 30px;
}

h2.heading img,h3.heading img{
	top:-50px;
}


section.postmail input.sendbtn{
	height: 62px;
	background-image: url(images/contact/sent_btn_mobile.png);
}

section.sentmail input.backbtn{
	height: 62px;
	background-image: url(images/contact/back_btn_mobile.png);
}

section.postmail input.sendbtn:hover,section.sentmail input.backbtn:hover{
	background-position: 0px 0px;
}


section.gallery a {
	margin-top:10px;
	margin-right:15px;
}

section.gallery a img {
	max-width: 272px;
}

section.gallery a:nth-child(2n) {
	margin-right:0px;
}

section.gallery a:last-child {
	margin-bottom:20px;
}


section#asphoto{
	display: none;
}

section.slide a{
	padding-top:10px;
	padding-right:15px;
}


/*************
/* サイドバー
*************/
	
#sidebar{padding-bottom:30px;}

aside#sidebar.gallery_side{padding-bottom:0px;}
	
#sidebar article{padding:7px 0 15px;}

#sidebar h1 img,#sidebar h2 img{
	top:-50px;
}

#sidebar li{
	font-size: 110%;
	background-position:0px 3px ;
}

#sidebar div#gallery_side_nav{
	padding: 0px;
	margin: 0px;
	}

#sidebar div.vanish{
	display: none;
}

#sidebar div#mobile_head{
	display: block;
	height: 41px;
	margin-top:20px;
	margin-bottom:10px;
	border-bottom: 1px solid #FFF;
	width: 100%;
}

#sidebar div.gallery_top{
	max-width: 560px;
}


#sidebar div#mobile_head span{
	display: block;
	height: 40px;
	min-width: 140px;
	width: 50%;
	display: block;
	text-indent:-9999px;
	font-size:120%;
	background-repeat: no-repeat;
	float:left;
}

div#mobile_head span:hover{cursor:pointer;}

div#mobile_head span#cosplay{
	background-image: url(images/gallery/ascos_btn.png);
	
}

div#mobile_head span#photo{
	background-image: url(images/gallery/asphoto_btn.png);
}

div#mobile_head span#cosplay{
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

div#mobile_head span#photo{
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

div#mobile_head span.close{
	background-position:center -40px;
}

div#mobile_head span.on{
	background-position:center 0px;
}


#sidebar h2{
	display: none;
}

#main h2#gallery_head,#main h2#ascos,#main h2#asphoto{
	display:none;
}




/*************
/* フッター
*************/

#footer{
	text-align: center;
	height: 58px;
	border-top: 1px solid #FFF;
}

#footer .logo{
	width: auto;
	height: 58px;
	background: url(images/common/copylight_mobile.png) no-repeat top center;
	float: none;
}



/* スマートフォン 縦(ポートレート) ウィンドウサイズが768以下の場合
-----------------------------------------------
-------------*/
@media only screen and (max-width:640px){
/* 全体
*************/

	#wrapper,#footer{
	max-width: 640px;
	width: 100%;
	}

	#wrapper #wrapper_sub{
		margin-top: 60px;
	}

	#wrapper_sub{
	max-width: 640px;
	width: 100%;
	}

/**************************
/* グリッド
**************************/	

	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin:0;
	}


/*************
/* ヘッダー
*************/

	#header div#mobile_menu{
	max-width: 640px;
	}


/*************
メイン コンテンツ
*************/
	img#mainBanner768{
		display: none;
}
	img#mainBanner640{
		display: block;
		width: 100%;
		height: auto;
	}

/*************
メイン コンテンツ -- 下層
*************/
section#main article br{
	display: none;
}

section.slide a{
	padding-top:10px;
	padding-right:10px;
}

section.gallery a {
	margin-top:10px;
	margin-right:15px;
}

section.gallery a img {
	max-width: 226px;
}

section.gallery a:nth-child(2n) {
	margin-right:0px;
}


div#discription{
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	font-size: 11px;

}

div#discription h4{
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
}

}



/* スマートフォン 縦(ポートレート) ウィンドウサイズが480以下の場合
-----------------------------------------------
-------------*/
@media only screen and (max-width:560px){

#wrapper_sub{
	padding-left: 20px;
	padding-right: 20px;
}

h3.heading{
	font-size: 16px;
}

div#mobile_head span.close{
	background-position:center -120px;
}

div#mobile_head span.on{
	background-position:center -80px;
}

div#news_area table#news{
		font-size: 100%;
	}

section.gallery a {
	margin-top:10px;
	margin-right:0px;
}

section.gallery a img {
	max-width: 300px;
}



}
