/* CSS Document */
#cduWrap {
 width: 100%;
}

#snsCam201409{background: url(20140910_sns_background_wrap.gif);}
	#snsCam201409 .inner{ background: url(20140910_sns_pc_background.png) center top no-repeat;}
	
#snsCam201409 .mainContents{
	width: 800px;
	margin: 0 auto;
	background: url(20140910_sns_background_contents.gif);
	padding-bottom: 30px;
	}
#snsCam201409 a{
	color: #0036ff;
	}


#snsCam201409 div:after, #snsCam201409 .clearfix:after {
    visibility: visible !important;
}

/* ribon
----------------------------------*/

.ribon {
	margin:0 -16px 30px;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	}
.ribon:after {
 content: "";
 position: absolute;
 top: 100%;
 height: 0;
 width: 0;
 left: 0;
 border: 8px solid transparent;
	}
.ribon:before {
 content: "";
 position: absolute;
 top: 100%;
 height: 0;
 width: 0;
 right: 0;
 border: 8px solid transparent;

}

.ribon.yellow{
	color:#e85624;
	padding:12px 10px;
	font-weight: bold;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
	text-align: center;
	font-size: 24px;
	background: #e8bc23; /* Old browsers */
	background: -moz-linear-gradient(left, #ffc900 0%, #ffc900 50%, #ffc900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffc900), color-stop(50%,#ffc900), color-stop(100%,#ffc900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffc900 0%,#ffc900 50%,#ffc900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffc900 0%,#ffc900 50%,#ffc900 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffc900 0%,#ffc900 50%,#ffc900 100%); /* IE10+ */
	background: linear-gradient(left, #ffc900 0%,#ffc900 50%,#ffc900 100%); /* W3C */
	}
	.ribon.yellow:after{
	 border-top: 8px solid #b48f1a;
	 border-right: 8px solid #b48f1a;
	 }
	.ribon.yellow:before {
	 border-top: 8px solid #b48f1a;
	 border-left: 8px solid #b48f1a;
	 }

.ribon.white{
	color:#333333;
	padding:0 66px 30px 66px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(50%,#ffc900), color-stop(100%,#ffc900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(left, #ffc900 0%,#ffffff 50%,#ffc900 100%); /* W3C */
	}
	.ribon.white:after{
	 border-top: 8px solid #aaaaaa;
	 border-right: 8px solid #aaaaaa;
	 }
	.ribon.white:before {
	 border-top: 8px solid #aaaaaa;
	 border-left: 8px solid  #aaaaaa;
	 }
	 
/*arrow_box
--------------------------------------------*/
.arrow_box {
	position: absolute;
	position: relative;
	background: #ffc600;
	top:-15px;
	text-align: center;
	margin: 0 8px;
	color: #ffffff;
	font-weight: bold;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	font-size: 20px;
	padding: 15px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	box-shadow:inset 0 0 60px rgba(0,0,0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.3);
	}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none;
	border-color: rgba(246, 184, 3, 0);
	border-top-color: #f6b803;
	border-width: 10px;
	margin-left: -10px;
	}

/*button
--------------------------------------------*/
.ouboBtn li{
	width: 48%;
	margin: 1%;
	float: left;
	}
.ouboBtn li a{
	display:block;
	padding: 15px 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0.4) 0 1px 0;
	box-shadow: rgba(0,0,0,0.4) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff !important;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	line-height: 48px;
	}
.twButton a {
	border-top: 1px solid #96d1f8;
	background: #15bcde;
	background: -webkit-gradient(linear, left top, left bottom, from(#36d3e1), to(#15bcde));
	background: -webkit-linear-gradient(top, #36d3e1, #15bcde);
	background: -moz-linear-gradient(top, #36d3e1, #15bcde);
	background: -ms-linear-gradient(top, #36d3e1, #15bcde);
	background: -o-linear-gradient(top, #36d3e1, #15bcde);
	}
.fbButton a {
	border-top: 1px solid #809eea;
	background: #385499;
	background: -webkit-gradient(linear, left top, left bottom, from(#4c6dbf), to(#385499));
	background: -webkit-linear-gradient(top, #4c6dbf, #385499);
	background: -moz-linear-gradient(top, #4c6dbf, #385499);
	background: -ms-linear-gradient(top, #4c6dbf, #385499);
	background: -o-linear-gradient(top, #4c6dbf, #385499);
	}

.twButton a:hover {
	border-top-color: #36d3e1;
	background: #36d3e1;
	color: #ffffff;
	}
.fbButton a:hover {
	border-top-color: #4c6dbf;
	background:#4c6dbf;
	color: #ffffff;
	}
.fbButton a img,
.twButton a img{
	vertical-align: top;
	margin-right: 0.5em;
	}

/* layout
----------------------------------*/
#snsCam201409 {
	color: #ffffff;
	line-height: 1.4;
	}
#snsCam201409 h2.ceontentsTitle{
	background: url(20140910_sns_main-v.png) center top no-repeat;
	padding-top:280px ;/*max-386px*/
	text-align: center;
	margin-bottom: 40px;
	}
#snsCam201409 .attention01 {
	margin: 10px 100px;
	font-size: 13px;
	line-height: 1.4;
	}
#snsCam201409 .attention02{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}
#snsCam201409 .attention02 span{
	font-size: 14px;
	}

#snsCam201409 .contentsInner{
	width: 686px;
	margin: 0 auto 30px auto;
	}

#snsCam201409 h4.exTitle{
	background: url(20140910_sns_icon_01.gif) left top no-repeat;
	padding-left: 75px;
	height: 61px;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	}

#snsCam201409 .snsInfo li{
	width: 324px;
	}
#snsCam201409 .snsInfo li h4{
	position:relative;
	height: 48px;
	font-size: 18px;
	padding-left: 58px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	}
	#snsCam201409 .snsInfo li h4 a{
		text-decoration: none;
		color: #ffffff;
		}
	#snsCam201409 .snsInfo li h4.tw{background-image: url(20140910_sns_icon_02.png);}
	#snsCam201409 .snsInfo li h4.fb{background-image: url(20140910_sns_icon_03.png);}
	#snsCam201409 .snsInfo li h4 p.snsBox{
		width: 84px;
		height: 18px;
		display: block;
		position: absolute;
		bottom:0;
		right:0;
		}
#snsCam201409 .snsInfo li p.text{
	font-size: 13px;
	color: #3c3d46;
	margin: 10px 0;
	}
#snsCam201409 .kiyakuBox{
	width: 686px;
	margin: 0 auto;
	background-color: #33b4f2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 15px 20px;
	}
#snsCam201409 .kiyakuBox h4{
	background-color: #28a2dd;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	}
	#snsCam201409 .kiyakuBox p{
		margin: 20px;
		font-size: 12px;
		}