@charset "utf-8";
/*-------------------------------------------------------------------
    * css/10/mypage/blogstamp.css
    * site name : チャンスイット
    * description : ブログに貼るだけポイント
-------------------------------------------------------------------*/

/* -------------------------------デフォルト設定 */

.blogstamp {
    font-size: 14px;
    font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}


/* -------------------------------メインビジュアル */

.mainimg {
	position: relative;
}
.mainimg h2 {
	height: 330px;
	margin-top: 25px;
	background: #ffd600 url(../../../img/10/mypage/blogstamp/mainimg.png) no-repeat center 0;
	text-align: center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* -------------------------------矢印 */
.arrow {
	width: 340px;
	height: 50px;
	box-sizing: border-box;
	position: absolute;
	padding: 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: -170px;
	background: #fff;
	bottom: -25px;
	left: 50%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 22px;
	color: #232323;
}
.arrow:before {
	width: 0;
	height: 0;
	content: '';
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 50%;
	border-top: #fff 18px solid;
	border-bottom:20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin-left: -18px;
}


/* -------------------------------応募ボタン 会員登録ログインボタン */

.entry {
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	padding-top: 65px;
	background: #ff4b4e url(../../../img/10/mypage/blogstamp/bg_coin.png) no-repeat center 0;
}
.entry a {
	width: 450px;
	height: 65px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 12px 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #ffd915;
	-webkit-box-shadow: 0 0 7px #bd2426, 0 0 7px #bd2426, 0 0 7px #bd2426, 1px 1px 1px #fff0a2 inset, 1px 1px 1px #fff0a2 inset;
	-moz-box-shadow: 0 0 7px #bd2426, 0 0 7px #bd2426, 0 0 7px #bd2426, 1px 1px 1px #fff0a2 inset, 1px 1px 1px #fff0a2 inset;
	box-shadow: 0 0 7px #bd2426, 0 0 7px #bd2426, 0 0 7px #bd2426, 1px 1px 1px #fff0a2 inset, 1px 1px 1px #fff0a2 inset;
	text-align: center;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	color: #4f3406;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.entry a:hover{ background: #fef8b8;}
.entry a span {
	padding-left: 40px;
	background: url(../../../img/10/mypage/blogstamp/ico_entry.png) no-repeat 0 center;
}

.not_login {
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	padding-top: 55px;
	background: #ececec url(../../../img/10/mypage/blogstamp/bg_coin.png) no-repeat center 0;
}
.not_login p {
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 17px;
}
.not_login ul {
	width: 460px;
	margin: 0 auto;
}
.not_login ul li {
	float: left;
}
.not_login ul li:nth-child(1) {
	margin-right: 30px;
}
.not_login ul li a {
	width: 215px;
	height: 50px;
	display: block;
	box-sizing: border-box;
	padding: 8px 0 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 23px;
	color: #fff;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.not_login ul li a:hover{ opacity: 0.7;}
.not_login ul li:nth-child(1) a {
	border: #035005 1px solid;
	background: #0c9e3a;
	-webkit-box-shadow: 2px 2px 0 #093805, 1px 1px 1px #62c080 inset, 1px 1px 1px #62c080 inset;
	-moz-box-shadow: 2px 2px 0 #093805, 1px 1px 1px #62c080 inset, 1px 1px 1px #62c080 inset;
	box-shadow: 2px 2px 0 #093805, 1px 1px 1px #62c080 inset, 1px 1px 1px #62c080 inset;
}
.not_login ul li:nth-child(2) a {
	border: #9e0e0e 1px solid;
	background: #ff5555;
	-webkit-box-shadow: 2px 2px 0 #b4070f, 1px 1px 1px #ff9191 inset, 1px 1px 1px #ff9191 inset;
	-moz-box-shadow: 2px 2px 0 #b4070f, 1px 1px 1px #ff9191 inset, 1px 1px 1px #ff9191 inset;
	box-shadow: 2px 2px 0 #b4070f, 1px 1px 1px #ff9191 inset, 1px 1px 1px #ff9191 inset;
}


/* -------------------------------詳細・注意事項 */

.blogstamp .detail,
.blogstamp .notice {
	width: 950px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto 35px;
	padding: 10px 15px 50px;
	border: #ccc 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../../../img/10/mypage/blogstamp/icon_ribon.gif)  no-repeat 30px 0;
}
.blogstamp .detail h3,
.blogstamp .notice h3 {
	margin-bottom: 35px;
	padding-left: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 21px;
}
.blogstamp .detail h3 span { color: #ff5555;}
.blogstamp .detail .detail_left,
.blogstamp .detail .detail_right {
	width: 459px;
	box-sizing: border-box;
	float: left;
}
.blogstamp .detail .select_type {
	width: 300px;
	height: 40px;
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 8px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ff9415;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.blogstamp .detail .lead {
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
}

.blogstamp .detail textarea {
	width: 420px;
	height: 50px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto 40px;
	padding: 5px;
	border: #ccc 1px solid;
	word-break: break-all;
	font-size: 12px;
	color: #979797;
}

.blogstamp .detail .text {
	width: 460px;
	box-sizing: border-box;
	line-height: 1.4em;
	font-size: 12px;
	color: #282828;
}
.blogstamp .detail .text a {
	letter-spacing: -1px;
}
.blogstamp .detail .detail_left .text {
	padding: 0 25px 40px 15px;
}
.blogstamp .detail .detail_right .text {
	padding: 0 15px 40px 25px;
	border-left: #e6e6e6 1px solid;
}
.blogstamp .detail .detail_right .text .large1 {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
}
.blogstamp .detail .detail_right .text .large2 {
	display: inline-block;
	margin-bottom: 5px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}
.blogstamp .detail .detail_right .text span.banner {
	display: block;
	margin-top: 5px;
	text-align: center;
}
.blogstamp .detail .detail_right .text .emp { color: #ff626d;}
.blogstamp .detail .detail_right .text .emp2 { color: #098f32;}
.blogstamp .detail .detail_right .text .bold { font-weight: bold;}
.blogstamp .detail .detail_right .text .star { color: #ff9415;}

.blogstamp .notice {
	clear: both;
	padding: 10px 15px 0;
}
.blogstamp .notice ul {
	margin-bottom: 25px
}
.blogstamp .notice ul li {
	letter-spacing: 1px;
	line-height: 1.9em;
	font-size: 13px;
	color: #282828;
}










