@charset "utf-8";

/* ----------- リセット ----------- */
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-style:normal;font-weight:500;font-size:100%;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
html{overflow-y:scroll;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
input, textarea,{margin:0;padding:0;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption, th{text-align:left;}
a:focus{outline:none;}
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
.clearfix{min-height:1px;}
* html .clearfix{height:1px;}
.both{clear:both;}


/* ----------- 基本 ----------- */
#spLinkBlockInPc {display:none;}
a{
	color: #000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.pink{
	color: #b6006a;
	font-weight: bold;
}
a.orange{
	color: #ed6c00;
	font-weight: bold;
}

/* hover時の透過設定 */
.alpha{
	transition:opacity 0.5s ease-out 0s;
}
.alpha:hover{
	zoom: 1;
	opacity:0.7 !important;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	cursor:pointer;
}
html,body {
	width: 100%;
	min-width: 320px;
	color:#000;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic ,"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	-webkit-text-size-adjust: 100%;
	background:#f5f1e6;
}

/* PC
--------------------------------*/

#pc #page-top {
	bottom: 90px;
	position: fixed;
	right: 50px;
	z-index: 2000;
}
#pc #page-top img {
	height: auto;
	width: 44px;
}

/* ヘッダー
--------------------------------*/
#pc header{
	width: 100%;
	min-width: 1100px;
	height: 580px;
}
#pc.sns_camp03 header {
	background: url("/assets/img/special/camp/insta_camp03/main_bg.jpg") no-repeat center top;
}
#pc.sns_camp04 header {
	background: url("/assets/img/special/camp/insta_camp04/main_bg.jpg") no-repeat center top;
}
#pc header .inner{
	width: 960px;
	height: 580px;
	margin:0 auto;
	padding:0 70px;
	position: relative;
}
#pc header .inner .logo{
	width:128px;
	position: absolute;
	top: 17px;
	left: 70px;
	z-index: 10;
}
#pc header .inner .logo img{
	width: 100%;
	display: block;
}
#pc header .inner h1{
	position: absolute;
}
#pc.sns_camp03 header .inner h1{
	top: 14px;
}
#pc.sns_camp04 header .inner h1{
	top: 0;
}
#pc header .inner .sns_btn{
	position: absolute;
	top: 20px;
	right:70px;
}
#pc header .inner .sns_btn li{
	width: 30px;
	float: left;
	margin-left:20px;
}
#pc header .inner .sns_btn li img{
	width: 30px;
}

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

#pc #contents{
	width: 100%;
}
#pc #contents .inner{
	width: 960px;
	height: auto;
	margin:0 auto;
	padding:0 70px;
	position: relative;
}
#pc #contents .inner h3{
	width: 564px;
	height: 42px;
	margin: 0 auto 40px;
	display: block;
}
#pc #contents #about{
	padding-top: 25px;
	font-size: 22px;
	line-height: 42px;
}
#pc #contents #about .readtext{
	margin-bottom: 75px;
	text-align: center;
	font-weight: 300;
}

/* 応募期間 */
#pc #contents #about .period{
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}
#pc #contents #about .period .gray p{
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	font-weight: bold;
}


/* プレゼント内容 */
#pc #contents #about .present{
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}
#pc #contents #about .present .text{
	margin: 0 auto 37px;
	display: block;
}

#pc #contents #about .present ul{ margin: 0 16px;  }

#pc #contents #about .present li{
	width: 429px;
	height: 489px;
	margin-right: 70px;
	float: left;
}
#pc #contents #about .present li:last-child{
	margin-right: 0;
}
#pc #contents #about .present li img{
	width: 429px;
}

#pc.sns_camp04 #contents #about .present li {
	width: 100%;
}

/* 応募資格 */
#pc #contents #about .requirement{
	margin-bottom: 90px;
	position: relative;
}
#pc #contents #about .requirement .text{
	text-align: center;
	font-weight: 300;
}

/* 応募方法 */
#pc #contents #about .howto{
	position: relative;
}
#pc #contents #about .howto .text{
	margin-bottom: 40px;
	text-align: center;
	font-weight: 300;
}
#pc #contents #about .howto .step{
	width: 960px;
	height: auto;
	margin-bottom: 40px;
	padding:30px 30px 30px 0;
	border: 4px dotted #f29619;
	box-sizing:border-box;
	border-radius: 15px;
	background: #fff;
	position: relative;
}
#pc #contents #about .howto .step .icon{
	width: 77px;
	position: absolute;
	left:5px;
	top:-23px;
}
#pc #contents #about .howto .step p{
	padding-left: 100px;
	font-weight: bold;
}
#pc #contents #about .howto .step .btn_area{
	width: 500px;
	height: auto;
	margin:0 auto;
}
#pc #contents #about .howto .step .btn_area .app{
	width: 240px;
	height: 72px;
	margin-bottom:37px;
	float: left;
}
#pc #contents #about .howto .step .btn_area .googleplay{
	width: 240px;
	height: 72px;
	margin-bottom:37px;
	float: right;
}
#pc #contents #about .howto .step .btn_area .btn{
	width: 500px;
	height: 90px;
	margin-bottom: 10px;
	padding: 15px 130px 15px 85px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
	color: #b6006a;
	text-align: center;
	background: url("/assets/img/special/camp/btn_arrow_pink.png")no-repeat 96% center #fff;
	border: 2px solid #b6006a;
	border-radius: 45px;
	box-sizing:border-box;
	clear: both;
	position: relative;
	transition:background 0.5s ease-out 0s;
}
#pc #contents #about .howto .step .btn_area .btn:hover{
	color: #fff;
	border: 2px solid #b6006a;
	text-decoration: none;
	background: url("/assets/img/special/camp/btn_arrow_white.png")no-repeat 96% center #b6006a;
}
#pc #contents #about .howto .step .btn_area .btn p{
	width: 500px;
	height: 90px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 85px;
	background: url("/assets/img/special/camp/instagram_off.png")no-repeat 18% center;
	background-size: 46px 46px;
}
#pc #contents #about .howto .step .btn_area .btn p:hover{
	background: url("/assets/img/special/camp/instagram_on.png")no-repeat 18% center;
	background-size: 46px 46px;
}
#pc #contents #about .howto .step .btn_area .btn img{
	padding: 20px 0 0 114px;
	display: block;
}
#pc #contents #about .howto .step span.tag{
	width: 406px;
	height: 50px;
	margin-right: 5px;
	display: inline-block;
	font-size: 29px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	color: #ed6c00;
	border: 2px solid #ed6c00;
	box-sizing: border-box;
}
#pc #contents #about .howto .step span.tag02{
	width: 200px;
	height: 50px;
	margin-right: 5px;
	display: inline-block;
	font-size: 29px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	color: #ed6c00;
	border: 2px solid #ed6c00;
	box-sizing: border-box;
}
#pc #contents #about .howto .step span.mini{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}


/* みんなの投稿写真を見る */
#pc #contents #all{
	width: 100%;
	height: 860px;
	padding-top: 150px;
	position: relative;
}
#pc.sns_camp03 #contents #all{
	background: url("/assets/img/special/camp/insta_camp03/all_bg.png") no-repeat center top;
}
#pc.sns_camp04 #contents #all{
	background: url("/assets/img/special/camp/insta_camp04/all_bg.png") no-repeat center top;
}
#pc #contents #all h3{
	margin: 0 auto 504px;
}

#pc #contents #all .btn{
	width: 500px;
	height: 90px;
	margin:0 auto 10px;
	padding:15px 80px 15px 85px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #b6006a;
	text-align: center;
	background: url("/assets/img/special/camp/btn_arrow_pink.png")no-repeat 96% center #fff;
	border: 2px solid #b6006a;
	border-radius: 45px;
	box-sizing:border-box;
	clear: both;
	position: relative;
	transition:background 0.5s ease-out 0s;
}
#pc #contents #all .btn:hover{
	color: #fff;
	border: 2px solid #b6006a;
	text-decoration: none;
	background: url("/assets/img/special/camp/btn_arrow_white.png")no-repeat 96% center #b6006a;
}
#pc #contents #all .btn p{
	width: 500px;
	height: 90px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 15px;
	background: url("/assets/img/special/camp/instagram_off.png")no-repeat 18% center;
	background-size: 46px 46px;
}
#pc #contents #all .btn p:hover{
	background: url("/assets/img/special/camp/instagram_on.png")no-repeat 18% center;
	background-size: 46px 46px;
}

#pc #contents #all .btn span.mini{
	font-size: 20px;
	line-height: 50px;
	text-indent: 8%;
	display: block;
}
#pc #contents #all .btn span.lg{
	font-size: 30px;
	font-weight: bold;
	text-indent: 8%;
	display: block;
}
#pc #contents #all .notes{
	text-align: center;
	font-size: 12px;
}


/* 当選発表・賞品発送 */
#pc #contents #announcement{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	position: relative;
}
#pc #contents #announcement ul{
	margin-bottom: 85px;
	display: block;
}
#pc #contents #announcement li{
	padding:10px 0 10px 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	background: url("/assets/img/special/camp/announcement_list_bg.png") no-repeat left 19px;
}
#pc #contents #announcement .btn{
	width: 500px;
	height: 90px;
	margin:0 auto;
	padding:15px 0 15px 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 56px;
	color: #fff;
	text-align: center;
	background: url("/assets/img/special/camp/btn_arrow_white.png")no-repeat 96% center #b6006a;
	border: 2px solid #b6006a;
	border-radius: 45px;
	box-sizing:border-box;
	clear: both;
	position: relative;
	transition:background 0.5s ease-out 0s;
}
#pc #contents #announcement .btn:hover{
	color: #b6006a;
	text-decoration: none;
	background: url("/assets/img/special/camp/btn_arrow_pink.png")no-repeat 96% center #fff;
}

/* 応募規約 */
#pc #contents #agreement{
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
#pc #contents #agreement .inner{
	width: 880px;
	padding:50px 40px;
	background:#fff;
	border-radius: 10px;
}
#pc #contents #agreement h3{
	margin:0 auto 25px;
	text-align: center;
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
}
#pc #contents #agreement .inner .readtext{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	font-weight: 300;
}
#pc #contents #agreement .inner .box{
	margin-bottom: 30px;
}
#pc #contents #agreement .inner .box:last-child{
	margin-bottom: 0;
}
#pc #contents #agreement .inner .box .headline{
	margin-bottom: 3px;
	padding-left: 17px;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	background: url("/assets/img/special/camp/agreement_headline_bg.png") no-repeat left 9px;
}
#pc #contents #agreement .inner .box li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
#pc #contents #agreement .inner .box .text{
	margin-bottom: 5px;
	font-weight: 300;
}
#pc #contents #agreement .inner .box .text.mini{
	font-size: 12px;
	line-height: 22px;
}
#pc #contents #agreement .inner .box a{
	color:#b6006a;
	text-decoration: underline;
}
#pc #contents #agreement .inner .box a:hover{
	text-decoration: none;
}

/* お問い合せ */
#pc #contents #contact{
	position: relative;
}
#pc #contents #contact .inner .readtext{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	font-weight: 300;
}
#pc #contents #contact .inner .tel{
	text-align: center;
	margin-bottom: 100px;
}


/* フッター
--------------------------------*/
#pc footer{
	width: 100%;
	height: 50px;
	border-top: 1px solid #ccc;
	background: #fff;
}
#pc footer .inner{
	width: 960px;
	height: 50px;
	margin:0 auto;
	padding:0 70px;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
}



/* SP
--------------------------------*/

#sp *{
	box-sizing: border-box;
}
#sp #page-top {
	bottom: 50px;
	position: fixed;
	right: 10px;
	z-index: 2000;
}
#sp img{
	display: block;
	max-width: 100%;
}
#sp #page-top img {
	height: auto;
	width: 40px;
}

/* ヘッダー
--------------------------------*/
#sp header{
	width: 100%;
	height: auto;
	background:#fff;
}
#sp header .inner{
	width:100vw;
	height: auto;
	margin:0 auto;
	padding:16px 3vw;
	position: relative;
}
#sp header .inner .logo{
	width:135px;
	display: block;
}
#sp header .inner .logo img{
	width: 100%;
	display: block;
}
#sp header .inner .sns_btn{
	position: absolute;
	top: 25px;
	right:16px;
}
#sp header .inner .sns_btn li{
	width: 30px;
	float: left;
	margin-left:15px;
}
#sp header .inner .sns_btn li img{
	width: 30px;
}
#sp header h1{
	background:#f5f1e6;
}
#sp header h1 .text{
	width: 100%;
	height: auto;
	padding:15px 0 20px;
	color: #c40065;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
}
#sp header h1 .text strong{
	margin-bottom:5px;
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: bold;
}
#sp.sns_camp04 header h1 .text{
	color: #ffff00;
	background-color: #e95380;
}
#sp.sns_camp04 header h1 .text strong{
	color: #fff;
}

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

#sp #contents{
	width: 100%;
}
#sp #contents .inner{
	width: 100vw;
	height: auto;
	margin:0 auto;
	padding:0 3vw;
	position: relative;
}
#sp #contents .inner h3{
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
#sp #contents #about{
	padding-top: 20px;
	font-size: 16px;
	line-height: 28px;
}
#sp #contents #about .readtext{
	margin-bottom: 30px;
	text-align: center;
}

/* 応募期間 */
#sp #contents #about .period{
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
#sp #contents #about .period .gray{
	width: 100%;
	height: 115%;
	padding-top: 27%;
	background: rgba(136,136,136,0.8);
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	-ms-border-radius: 13px;
	position: absolute;
	top:-7%;
}
#sp #contents #about .period .gray p{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}
#sp #contents #about .period .text{
	/*width: 90%;*/
	margin: 0 auto;
	display: block;
}

/* プレゼント内容 */
#sp #contents #about .present{
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
#sp #contents #about .present .text{
/*	width: 90%;*/
	margin: 0 auto 20px;
	display: block;
}
#sp #contents #about .present li{
	width: 80%;
	height: auto;
	margin:0 auto 40px;
}
#sp #contents #about .present li:last-child{
	margin-bottom: 0;
}

/* 応募資格 */
#sp #contents #about .requirement{
	margin-bottom: 30px;
	position: relative;
}
#sp #contents #about .requirement .text{
	text-align: center;
}

/* 応募方法 */
#sp #contents #about .howto{
	position: relative;
}
#sp #contents #about .howto .text{
	margin-bottom: 50px;
	text-align: center;
}
#sp #contents #about .howto .step{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding:40px 4vw 10px;
	border: 2px dotted #f29619;
	box-sizing:border-box;
	border-radius: 15px;
	background: #fff;
	position: relative;
}
#sp #contents #about .howto .step .icon{
	width:60px;
	position: absolute;
	left:-10px;
	top:-30px;
}
#sp #contents #about .howto .step p{
	margin-bottom: 10px;
	line-height: 26px;
	text-align: justify;
}
#sp #contents #about .howto .step .btn_area{
	width: 100%;
	height: auto;
	margin:0 auto;
}
#sp #contents #about .howto .step .btn_area .app{
	width: 48%;
	height: auto;
	margin-bottom:15px;
	float: left;
}
#sp #contents #about .howto .step .btn_area .googleplay{
	width: 48%;
	height: auto;
	margin-bottom:15px;
	float: right;
}
#sp #contents #about .howto .step .btn_area .btn{
	width: 270px;
	height: auto;
	margin:0 auto 10px;
	padding:10px 40px 10px 50px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #b6006a;
	text-align: left;
	background: url("/assets/img/special/camp/btn_arrow_pink.png")no-repeat 94% center #fff;
	background-size: 12px;
	border: 2px solid #b6006a;
	border-radius: 30px;
	clear: both;
	position: relative;
	text-decoration: none;
}
#sp #contents #about .howto .step .btn_area .btn img{
	width: 30px;
	margin-right:10px;
	display: block;
	float: left;
}
#sp #contents #about .howto .step span.tag{
	width: 100%;
	height: 36px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	color: #ed6c00;
	border: 1px solid #ed6c00;
	box-sizing: border-box;
}
#sp #contents #about .howto .step span.mini{
	font-size: 12px;
	line-height: 22px;
	display: block;
}


/* みんなの投稿写真を見る */
#sp #contents #all{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 14% 0 16% 0;
	position: relative;
}
#sp.sns_camp03 #contents #all {
	background: url("/assets/img/special/camp/insta_camp03/all_bg_sp.png") no-repeat center top;
	background-size: 100%;
}
#sp.sns_camp04 #contents #all {
	background: url("/assets/img/special/camp/insta_camp04/all_bg_sp.png") no-repeat center top;
	background-size: 100%;
}
#sp #contents #all h3{
	margin: 0 auto 78%;
}

#sp #contents #all .btn{
	width: 90%;
	height: auto;
	margin:0 auto 5px;
	padding:10px 5% 10px 8%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #b6006a;
	text-align: center;
	background: url("/assets/img/special/camp/btn_arrow_pink.png")no-repeat 94% center #fff;
	background-size: 12px;
	border: 2px solid #b6006a;
	border-radius: 30px;
	clear: both;
	position: relative;
	text-decoration: none;
}
#sp #contents #all .btn img{
	width: 30px;
	display: block;
	position: absolute;
}
#sp #contents #all .btn span.mini{
	font-size: 12px;
	line-height: 14px;
	display: block;
}
#sp #contents #all .notes{
	margin-bottom: 0;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: -0.05em;
	text-align: center;
}

/* 当選発表・賞品発送 */
#sp #contents #announcement{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	position: relative;
}
#sp #contents #announcement ul{
	margin-bottom: 20px;
	display: block;
}
#sp #contents #announcement li{
	padding:5px 0 5px 13px;
	font-size: 16px;
	line-height: 28px;
	background: url("/assets/img/special/camp/announcement_list_bg.png") no-repeat left 15px;
	background-size: 7px;
}
#sp #contents #announcement .btn{
	width: 90%;
	height: auto;
	margin:0 auto 10px;
	padding:10px 10% 10px 10%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url("/assets/img/special/camp/btn_arrow_white.png")no-repeat 94% center #b6006a;
	background-size: 12px;
	border: 2px solid #b6006a;
	border-radius: 30px;
	clear: both;
	position: relative;
	text-decoration: none;
}

/* 応募規約 */
#sp #contents #agreement{
	width: 100vw;
	height: auto;
	margin-bottom: 30px;
	padding:20px 3vw;
}
#sp #contents #agreement .inner{
	width: 100%;
	padding:20px 4vw;
	background:#fff;
	border-radius: 10px;
}
#sp #contents #agreement h3{
	margin:0 auto 12px;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
}
#sp #contents #agreement .inner .readtext{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#sp #contents #agreement .inner .box{
	margin-bottom: 20px;
}
#sp #contents #agreement .inner .box:last-child{
	margin-bottom: 0;
}
#sp #contents #agreement .inner .box .headline{
	margin-bottom: 3px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	background: url("/assets/img/special/camp/agreement_headline_bg.png") no-repeat left 10px;
	background-size: 6px;
}
#sp #contents #agreement .inner .box li{
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 20px;
}
#sp #contents #agreement .inner .box .text{
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
}
#sp #contents #agreement .inner .box .text .mini{
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 16px;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
#sp #contents #agreement .inner .box a{
	color:#b6006a;
	text-decoration: underline;
}


/* お問い合せ */
#sp #contents #contact{
	position: relative;
}
#sp #contents #contact .inner .readtext{
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
#sp #contents #contact .inner .tel{
    width: 70%;
    margin: 0 auto 60px;
    text-align: center;
}
#sp #contents #contact .share_area {
    width: 140px;
    margin: 0 auto 10px;
}
#sp #contents #contact .share_area .fb {
    height: 20px;
    float: left;
}
#sp #contents #contact .share_area .tw {
    height: 20px;
    float: right;
}


#pc #contents #contact .share_area{
	width: 140px;
	margin: 0 auto 10px;
}
#pc #contents #contact .share_area .fb{
	height: 20px;
	float: left;
}
#pc #contents #contact .share_area .tw{
	height: 20px;
	float: right;
}
.fb_iframe_widget span{
	display: block !important;
}

/* フッター
--------------------------------*/
#sp footer{
	width: 100%;
	height: 40px;
	border-top: 1px solid #ccc;
	background: #fff;
}
#sp footer .inner{
	width: 100%;
	height: 40px;
	margin:0 auto;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
}