/*---------	Layout ---------*/
#page-wrapper {
	max-width: 860px;
	margin: 0 auto;
}
#header {
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #bc0203), color-stop(0, #f72629));
	background: -webkit-linear-gradient(top, #f72629 0%, #bc0203 88%);
	background: -moz-linear-gradient(top, #f72629 0%, #bc0203 88%);
	background: -o-linear-gradient(top, #f72629 0%, #bc0203 88%);
	background: -ms-linear-gradient(top, #f72629 0%, #bc0203 88%);
	background: linear-gradient(to bottom, #f72629 0%, #bc0203 88%);
	padding-top: 10px;
}
#header h1,
#header h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2;
}
#main-contents {
	margin-bottom: 30px;
}
#footer {
	border-top: 1px solid #CCC;
	padding: 20px 0;
}
@media (max-width: 979px) {
	#header,
	#footer {
		margin: 0 -20px;
	}
	#header > .container,
	#footer > .container {
		width: auto;
		margin: 0 40px;
	}
}
@media (max-width: 767px) {
	#header > .container,
	#footer > .container {
		margin: 0 20px;
	}
}
@media (max-width: 380px) {
	#header h1 img {
		width: 140px;
	}
	#header h2 img {
		width: 80px;
	}
}
/*------- Typography --------*/
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#title {
	border-bottom: 2px solid #DCDCDC;
	padding-bottom: 15px;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	#title h3.page-title {
		text-align: center;
	}
}
#footer .copyright {
	font-size: 13px;
}
/*------- Step Nav --------*/
#step-nav {
	margin: 30px 0 50px;
}
#step-nav ol.step {
	margin: 0;
}
#step-nav ol.step li {
	text-align: center;
	list-style-position: inside;
	margin: 0 15px 0 0;
	padding: 5px 10px;
	float: left;
	width: 167px;
}
#step-nav .arrow-nav {
	position: relative;
	background: #FFF;
	border: 1px solid #DDD;
}
#step-nav .arrow-nav.active {
	background: #DDD;
}
#step-nav .arrow-nav:after,
#step-nav .arrow-nav:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#step-nav .arrow-nav:after {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #FFF;
	border-width: 6px;
	margin-top: -6px;
}
#step-nav .arrow-nav.active:after {
	border-left-color: #DDD;
}
#step-nav .arrow-nav:before {
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #DDD;
	border-width: 7px;
	margin-top: -7px;
}
#step-nav .arrow-nav:last-child {
	width: 180px;
	margin-right: 0;
}
#step-nav .arrow-nav:last-child:before,
#step-nav .arrow-nav:last-child:after {
	border-width: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	#step-nav ol.step li {
		width: 145px;
	}
	#step-nav .arrow-nav:last-child {
		width: 150px;
	}
}
@media (max-width: 767px) {
	#step-nav {
		margin: 20px 0 20px;
	}
	#step-nav ol.step li {
		margin: 0 0 15px 0;
		padding: 5px 10px;
		float: none;
		width: auto;
	}
	#step-nav .arrow-nav:after,
	#step-nav .arrow-nav:before {
		top: 100%;
		left: 50%;
	}
	#step-nav .arrow-nav:after {
		border-left-color: transparent;
		border-top-color: #DDD;
		border-width: 9px;
		margin-left: -9px;
		margin-top: 0;
	}
	#step-nav .arrow-nav.active:after {
		border-left-color: transparent;
		border-top-color: #DDD;
	}
	#step-nav .arrow-nav:before {
		border-left-color: transparent;
		border-top-color: #DDD;
		border-width: 11px;
		margin-left: -11px;
		margin-top: 0;
	}
	#step-nav .arrow-nav:last-child {
		width: auto;
		margin-right: 0;
	}
	#step-nav .arrow-nav:last-child:before,
	#step-nav .arrow-nav:last-child:after {
		border-width: 0;
	}
}
/*------- Buttons -------*/
button,
.btn {
	border-radius: 0;
}
/*------- Card Thumbnails -------*/
.card-selector {
	margin-top: 20px;
}
.card-selector .thumbnail-block {
	margin: 30px auto;
	width: 330px;
	text-align: center;
}
.card-selector .thumbnail-block div.thumbnail {
	margin-bottom: 1em;
}
.card-selector .thumbnail-block div.thumbnail:hover,
.card-selector .thumbnail-block div.thumbnail:focus,
.card-selector .thumbnail-block div.thumbnail.active {
	border-color: #cc0000;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
@media (max-width: 767px) {
	.card-selector {
		margin-top: 0;
	}
	.card-selector .thumbnail-block {
		border-top: 1px solid #DDD;
		padding-top: 25px;
	}
}
/*----------Massage Editor --------------------*/
.card-preview {
	margin: 30px 0;
}
.card-preview .card-title {
	text-align: center;
}
.card-preview .preview {
	text-align: center;
}
.card-preview .preview .card {
	margin: 0 auto;
}
/*----------Common Form Styles --------------------*/
.form-horizontal h4 {
	background-color: #EFEFEF;
	font-weight: normal;
	padding: 4px 8px;
}
.form-horizontal .control-group {
	border-top: 3px double #DDD;
	padding-top: 8px;
}
.form-horizontal .control-group.entered {
	border-top: 1px solid #DDD;
}
.form-horizontal .control-group label {
	font-weight: bold;
}
.form-horizontal .control-group .controls p.input-info {
	padding-top: 5px;
}
.form-horizontal .control-group .controls input,
.form-horizontal .control-group .controls select,
.form-horizontal .control-group .controls textarea {
	border-color: #CC0000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.form-horizontal .control-group .controls input:focus,
.form-horizontal .control-group .controls select:focus,
.form-horizontal .control-group .controls textarea:focus {
	border-color: #990000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0bbbc;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0bbbc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0bbbc;
}
.error-msg {
	padding-left: 18px;
	color: #FF0000;
	font-weight: bold;
	background: url(img/error_mark.gif) left 2px no-repeat;
}
.submit-buttons {
	border-top: 3px double #DDD;
	padding: 30px;
}
.submit-buttons .btn {
	padding: 4px 30px;
}
.btn.btn-big {
	font-size: 120%;
}
.btn.btn-big > img {
	margin-left: 15px;
}
/*--------------- Message Card -----------------*/
.post-card {
	border: 1px solid #CCC;
	margin: 30px auto 20px;
	max-width: 640px;
}
.post-card .message-txt {
	background: url(img/bg_card2.gif) no-repeat top right;
	margin: 20px 30px;
	padding: 20px 0 0;
}
.post-card .message-txt .msg {
	margin: 20px 20px 30px;
}
.post-card .message-txt .send-name {
	text-align: right;
	font-weight: bold;
}
.return-card {
	max-width: 600px;
	margin: 0 auto 40px;
	text-align: right;
}
/*------- Common classes ---------*/
/*	Margin Utilitiy	*/
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb95 {
	margin-bottom: 95px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb130 {
	margin-bottom: 130px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb150 {
	margin-bottom: 150px;
}
.mb160 {
	margin-bottom: 160px;
}
.mb170 {
	margin-bottom: 170px;
}
.mb180 {
	margin-bottom: 180px;
}
.mb190 {
	margin-bottom: 190px;
}
.mb200 {
	margin-bottom: 200px;
}
/*	*/
.fr {
	float: right;
}
.fl {
	float: left;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt55 {
	padding-top: 55px;
}
