/*　リセットCSS */

body {
    line-height:1;
    margin:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

hr.basic {
	width: 90%;
	margin: 1em auto;	
}

hr.designers {
	width: 100%;
	margin:1em 0;
}

hr.top {
	width: 100%;
	margin:0.3em 0;
}

hr.dash {
	width: 90%;
	margin: 1em auto;	
	border-top:1px dashed #cccccc;
}


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

input, select {
    vertical-align:middle;
}

a {
    display: block;
}

a {
    -webkit-tap-highlight-color:transparent;
}

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

/* clearfix（任意で） */
*:after { display:block; clear:both; }
/* はみ出し対策 */
body { width:100%;}

/* ↓以下通常CSSを記載していく */
body {
	color: #000000;
	font-size: 13px;
	background-color: #FFF;
	line-height:24px;
	font-family:
	"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",
   serif;
}



/*header*/

a.pagetop {
	background-image: url("../images/sp/pagetop.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 53px;
	height: 23px;
	margin-right: 22px;
	background-size: 53px 23px;
	margin: 0 auto;
	margin-bottom: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
a.pagetop { background-image: url("../images/sp/pagetop@2x.png");}
}


#nav-case{
	max-width: 100%;
}

.logo{
	width: 100%;
	display: block;
	float: left;
	background-image: url("../images/sp/bggumagazine.png");
	background-repeat: no-repeat;
	background-position: left center ;
	background-position-x: 8%;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 0px
	
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.logo { background-image: url("../images/sp/bggumagazine@2x.png");
		background-size: 138px 41px; }
}


.sp_index{
	margin:0 auto;
	display: block;
	width: 80%;
	float: left;
	height: 50px;
}

.btn{
    display:block;
    width: 20%;
    height:65px;
    line-height:50px;
    text-align:right;
    border:#fff 0px solid;
    cursor:pointer;
    background:url("../images/sp/btn_menu.png") no-repeat;
    background-size: 25px 16px;
    background-position: center center;
    float: left;
    }
    
@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.btn { background-image: url("../images/sp/btn_menu@2x.png");}
}

.menu-list .list{
	height: 50px;
}

.menu_message{
	height: 50px;
	border-top: 1px solid #ffffff;
}
    
.clearfloat{
	clear: both;
}

    
.menu-list{
	display: none;
	z-index : 2;
	position:relative;
	background-color: #ffffff;
	opacity: 0.9;
}
    
/*footer*/    

.list1{
	height: 50px;
	border-top: 1px solid #cccccc;
	width: 49.6%;
	float: left;
	border-right: 1px solid #cccccc;
}

.list2{
	height: 50px;
	border-top: 1px solid #cccccc;
	width: 50%;
	float: left;
}

.list3{
	height: 50px;
	border-top: 1px solid #cccccc;
	border-bottom:  1px solid #cccccc;
	width: 49.6%;
	float: left;
	border-right: 1px solid #cccccc;
}

.list4{
	height: 50px;
	border-top: 1px solid #cccccc;
	border-bottom:  1px solid #cccccc;
	width: 50%;
	float: left;
}

.list1 img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.list2 img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.list3 img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.list4 img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}



.snsWrapper {
	height: 24px;
	display:block;
}
.share_sns {
	width:95%;
	margin: 0 auto;
}

.share_tw{
    float: left;
	margin: 0 0 0 12px;
}

.share_fb{
    float: left;
	margin: -4px 0 0 0px;
	padding: 0;
}






.copyright{
	color: #666666;
	font-size: 8px;
	background-color: #FFF;
	line-height:1.4;
	font-family:"Verdana";
/* 	text-align: center; */
	padding-left: 1.5em;
	height: 50px;
	margin-top: 0px;
}

#sp_wrapper{
	position: absolute;
	top:65px;
	z-index : 1;
	width: 100%;
	margin: 0 auto;
}

/*　共通要素おしまい　*/



/*　Toppage */


#introLogo {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
#introLogo div {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url("../images/sp/introLogo.png");
	background-repeat: no-repeat;
    background-size: 276px 82px;
    background-position: center center;
}
    
@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
	#introLogo div { background-image: url("../images/sp/introLogo@2x.png"); }
}

.bxslider li {
	display: none;
}

.bxslider img{
/* 	margin-top: 40px; */
	width:100%;
/* 	margin-bottom: 40px; */
}

#footer_top {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer_top .copyright {
	height: 20px;
}

/*最初はdesignersは表示しないようにしておく。*/

/*リストを横並びにして、それっぽくしておく。タブの色を変えておく。*/

/*
ul { 
	padding: 0px;
	display: block;
	margin: 0 auto; 
}
li { display: inline-block; }

li#tab1 {
	background-image: url(../images/sp/btn_thumbnail_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 49.6%;
	height: 35px;
	border-right: 1px #cccccc solid;
	border-bottom: 0px #cccccc solid;
	 }
	 
li#tab2 {
	background-image: url(../images/sp/btn_name.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 48.5%;
	height: 35px;
	border-bottom: 1px #cccccc solid;

	}
	
	*/
	
	/*　サムネイルリスト */

#thumbnailList li{
	float: left;
/* 	padding: 10px; */
	padding: 2%;
	padding-bottom: 5px;
}

#thumbnailList .e_n{
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}

/*
#thumbnailList img{
	width: 140px;
	height: 140px;
}
*/

#thumbnailList img{
	width: 100%;
	height: auto;
}



/*
#thumbnailList li:nth-child(odd) {
	width: 159px;
	box-sizing: border-box;
}
*/

#thumbnailList li {
	width: 46%;
/* 	box-sizing: border-box; */
}


#thumbnailList ul {
/* 	width: 320px; */
	width: 100%;
	margin: 10px auto 50px auto;
}



/*デザイナーリスト */

#designersList{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}

#designersList div.namelist{
	border-bottom: 1px solid #cccccc;
	clear: both;
	padding-top: 11px;
	padding-bottom: 8px;
	display: block;
}	

#designersList div.namelist_last{
	height: 50px;
	clear: both;
	padding-top: 11px;
	padding-bottom: 12px;
	display: block;
}	

#designersList a{
	color:#000000;
    font-style:normal;
    text-decoration:none;
}

.d_jp_name{
	font-size: 18px;
	float:left;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 10px;
}

.d_jp_name_yjmj{
	font-size: 13px;
	float:left;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.d_en_name{
	font-size: 10px;
	float: left;
	margin-top: 33px;
	margin-left: 15px;
	margin-bottom: 10px;
}	

.d_en_name_yjmj{
	font-size: 10px;
	float: left;
	margin-left: 7px;
	margin-top: 21px;
	margin-bottom: 10px;
}	

.d_jp{
	font-size: 18px;
	float:left;
	margin-left: 10px;
}

.d_en{
	font-size: 10px;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
}	

/* Designers 個人ページ */



img.d_images{
	width: 90%;
	margin-left: 5%;	
}

#sp_stafflist p{
	font-size: 10px;
	margin-right: 5%;
	line-height: 20px;
}

img.page_btn{
	margin-top: 6px;
	margin-left: 5%;
	width: 12px;
	height: 12px
	display:block;
    text-align:right;
    float: left;
}

#sp_profile .d_en{
	font-size: 16px;
	float:left;
	margin-left: 5px;
}

#sp_profile .d_jp{
	font-size: 10px;
	float: left;
	margin-top: 3px;
	margin-left: 8px;
}

.title{
	margin-top: 10px;
}

p.text{
	margin-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
}	

img.portrait{
	width: 30%;
	margin-left: 5%;
	float: left;
}

div.pro_name{
	float:left;
	width: 50%;
	margin-right: 5%;
	margin-left: 5%;
}

.pro_name .d_jp{
	float: none;
	font-size: 13px;
}

.pro_name .d_en{
	float: none;
	font-size: 10px;

}

.d_p_jp{
	font-size: 17px;
}
.d_p_en{
}

h4.designers {
	margin-left: 5%;
	background-image: url("../images/sp/btn.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 3px;
	font-size: 15px;
	background-size: 12px 12px;
	float:left;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
h4.designers { background-image: url("../images/sp/btn@2x.png");}

}

h4.jpn{
	float:left;
	font-size: small;
	margin-top: 4px;
	
}

/*contact form */

#sp_contact{
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact{
	background-image: url("../images/sp/designers_contact.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	margin: 0 auto;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.contact { background-image: url("../images/sp/designers_contact@2x.png");}
}


.contact_info{
	display: none;
	margin-bottom: 50px;
	margin-top: 50px;
}

.contact_info {
	width: 294px;
	margin: 0 auto;
}
.contact_info input,
.contact_info textarea {
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 0;
	height: 20px;
	border: 1px solid #ccc;
}
.contact_info textarea {
	height: 70px;
	margin-bottom: 0px;
}
.contact img{
	display: block;
	margin: 0 auto;
}

.contact_info input.send{
	background-image: url("../images/sp/designers_send.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 99px;
	height: 30px;
	background-size: 99px 30px;
	float: right;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.contact_info input.send { background-image: url("../images/sp/designers_send@2x.png");}
}

/* message */

.message{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.message h1 {
	background-image: url("../images/sp/m_message.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 60px;
	height: 17px;
	background-size: 60px 17px;
	float:left
	margin-right: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.message h1 { background-image: url("../images/sp/m_message@2x.png");}
}

#president,
#dean,
#students {
	border-top: 1px #ccc solid;
	padding: 10px 0;
}
#president:after,
#dean:after,
#students:after {
	content: "";
	display: block;
	clear: both;
}

hr.message{
	margin: 0;
}

#onuma{
	display: none;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 15px;
}

#kosugi{
	display: none;
	margin-left: 8px;
	margin-top: 8px;
	margin-top: 15px;

}

#gakusei{
	display: none;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 15px;
}

h1 {
	margin-bottom:20px; 
	margin-top:	20px;
}

.message h2{
	font-size:15px;
	margin-left: 5px;
	float: left;
}

.message h3{
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.p_btn,
.d_btn,
.s_btn {
	margin-left: 7px;	
}

.p_btn {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_off.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

.p_btn.active {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_on.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

.d_btn {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_off.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

.d_btn.active {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_on.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

.s_btn {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_off.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

.s_btn.active {
	display:block;
	margin-top: 5px;
    width: 11px;
    height:11px;
    background:url(../images/sp/m_btn_on.png) no-repeat;
	background-size: 11px 11px;
    background-position: center center;
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.p_btn { background-image: url("../images/sp/m_btn_off@2x.png");}
.p_btn.active { background-image: url("../images/sp/m_btn_on@2x.png");}
.d_btn { background-image: url("../images/sp/m_btn_off@2x.png");}
.d_btn.active { background-image: url("../images/sp/m_btn_on@2x.png");}
.s_btn { background-image: url("../images/sp/m_btn_off@2x.png");}
.s_btn.active { background-image: url("../images/sp/m_btn_on@2x.png");}		
}





.m_name{
	font-size: 11px;
	line-height: 20px;
}

.m_text{
	font-size: 10px;
	margin-top: 20px;
}
.kuhaku{
	display: block;
	height:25px;
	width: 10px;
}

/* support */

.support h1 {
	background-image: url("../images/sp/su_support.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 63px;
	height: 16px;
	background-size: 63px 16px;
	float:left
	margin-right: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.support h1 { background-image: url("../images/sp/su_support@2x.png");}
}



.staff h1 {
	background-image: url("../images/sp/st_staff.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 34px;
	height: 14px;
	background-size: 34px 14px;
	float:left
	margin-right: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.staff h1 { background-image: url("../images/sp/st_staff@2x.png");}
}

.banner{
	margin-bottom: 50px;
}

.support{
	margin-left: 5%;
	margin-right: 5%;
}

.support a{
	color: black;
	text-decoration:underline;
}

.support_c{
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}

.support_c_full{
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 24px;
}

.suppot p{
	font-size:10px;
}

.d_sw {
	background-image: url("../images/swarovski_logo@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 114px;
	height: 18px;
	background-size:114px 18px;
	margin-bottom: 13px;
	margin-top:10px;
	float: left;
	margin-right: 500px;
}

.d_ve {
	background-image: url("../images/vest_logo@2x.png");
	width: 114px;
	height: 19px;
	background-size: 114px 19px;
	margin-bottom: 15px;
	float: left;
}




.b_swarovski {
	background-image: url("../images/sp/su_swarovski.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 70px;
	height: 12px;
	background-size: 70px 12px;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.b_swarovski { background-image: url("../images/sp/su_swarovski@2x.png");}


}

.b_jman {
	background-image: url("../images/sp/su_jman.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 69px;
	height: 32px;
	background-size: 69px 32px;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.b_jman { background-image: url("../images/sp/su_jman@2x.png");}
}

.b_soen {
	background-image: url("../images/sp/su_soen.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 96px;
	height: 26px;
	background-size: 96px 26px;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.b_soen { background-image: url("../images/sp/su_soen@2x.png");}
}

.b_vest {
	background-image: url("../images/sp/su_vest.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 94px;
	height: 15px;
	background-size: 94px 15px;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.b_vest { background-image: url("../images/sp/su_vest@2x.png");}
}


/*stafflist*/

.staff a{
	color: black;
	text-decoration:underline;
}

.staff{
	margin-left: 5%;
	margin-right: 5%;
}

.staff h3 {
	background-image: url("../images/sp/btn.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	padding-top: 3px;
	font-size: 18px;
	background-size: 12px 12px;
	clear: both;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.staff h3{ background-image: url("../images/sp/btn@2x.png");}

}

.staff h3.top{
	margin:  0;
}

.staff ul {
	margin:0px;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 13px;
	padding: 0px;
	line-height: 23px;
}

.staff li.space{
	margin-top: 0px;
}

.staff li.space2{
	margin-top: 20px;
}

.staff li.space3{
	margin-top: 10px;
	margin-left: 10px;
}

.staff li.space4{
	margin-left: 20px;
}

.staff li.space5{
	margin-top: 0px;
	padding-top: 0px;
}

.staff li.space6{
	margin-top: 15px;
}

.staff li.fontL {
	font-size: 15px;
}

.staff .fontL {
	font-size: 15px;
}

/*movie*/

.movie {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}

.movie h1 {
	background-image: url("../images/sp/movie.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 47px;
	height: 13px;
	background-size: 47px 13px;
	float:left
	margin-right: 24px;
}

.movie a{
	color: black;
	text-decoration:underline;
	font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.movie h1 { background-image: url("../images/sp/movie@2x.png");}
}

.movie_text .title_jp,.title_en{
	font-size: 15px;
	margin-bottom: 5px;
}
.movie_text .title_en{
	margin-bottom: 20px;
}

.day2,.spot2{
	margin-bottom: 20px;
}

/*bfgu*/

.bfgu h1 {
	background-image: url("../images/sp/ab_bfgu.png");
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 99px;
	height: 14px;
	background-size: 99px 14px;
	float:left
	margin-right: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.bfgu h1 { background-image: url("../images/sp/ab_bfgu@2x.png");}
}
.bfgu a{
	color: black;
	text-decoration:underline;
	font-size: 11px;
}


.bfgu{
	margin-left: 5%;
	margin-right: 5%;
}

.bfgu .jp{
	margin-bottom: 30px;
}

.bfgu .en{
	margin-bottom: 50px;
}

.bfgu p{
	font-size: 12px;
}

.bfgu .adress{
	margin-top: 10px;
}



.fl_message, .menu_message { background-image: url("../images/sp/menu_message.png");  background-size: 60px 13px; }
.fl_designers, .menu_designers { background-image: url("../images/sp/menu_designers.png"); background-size: 68px 13px; }
.fl_support, .menu_support { background-image: url("../images/sp/menu_support.png"); background-size: 59px 13px; }
.fl_staff, .menu_staff { background-image: url("../images/sp/menu_staff.png"); background-size: 39px 10px; }
.fl_movie, .menu_movie { background-image: url("../images/sp/menu_movie.png"); background-size: 48px 10px; }
.fl_bfgu, .menu_bfgu { background-image: url("../images/sp/menu_bfgu.png"); background-size: 87px 10px; }

div.menu-list a div, #footer_list a div {
	background-repeat: no-repeat;
	background-position: left center;
	background-position-x: 6%;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
.fl_message, .menu_message { background-image: url("../images/sp/menu_message@2x.png"); }
.fl_designers, .menu_designers { background-image: url("../images/sp/menu_designers@2x.png"); }
.fl_support, .menu_support { background-image: url("../images/sp/menu_support@2x.png"); }
.fl_staff, .menu_staff { background-image: url("../images/sp/menu_staff@2x.png"); }
.fl_movie, .menu_movie { background-image: url("../images/sp/menu_movie@2x.png"); }
.fl_bfgu, .menu_bfgu { background-image: url("../images/sp/menu_bfgu@2x.png"); }
}

.d_en_br {
	margin-left: 12px;
	font-size: 10px;
}

/*
.h1_message,
.h1_support,


.h1_message {
	background-image: url("../images/sp/menu_message.png"); 
	background-size: 50px 13px;
}
*/





