@charset "utf-8";

/*==========================================================
	メールマガジン
==========================================================*/
#magazine{
	margin-bottom: 20px;
	padding: 10px;
	background-image: url("../img/system/bg1.jpg");
}
.color1{
	color: #00B645;
	font-weight: bold;
}
#magazine01{
	margin: 10px 0px 5px 0px;
	text-align: center;
	color: #00B645;
	font-size: 16px;
	font-weight: bold;
}
.btn{
	margin: 10px 0px;
	text-align: center;
}
.btn a{
	display: block;
	padding: 10px 0px;
	color: #FFFFFF;
	background-color: #000000;
}
.btn_add a{
	color: #FFFFFF;
	background-color: #00B645;
}
.waku{
	margin-bottom: 20px;
}
.midashi{
	color: #00B645;
	text-indent: 5px;
	font-weight: bold;
	border-left: solid 5px #00B645;
}
#tyuki{
	margin-bottom: 10px;
	font-size: 10px;
}
/*==========================================================
	メールマガジン登録フォーム
==========================================================*/
.magazine_form{
	margin: 20px auto;
	padding: 10px;
	border: solid 1px #CCCCCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px rgba(0,0,0,0.4);
}
.magazine_form span{
	display: block;
	margin: 0px 0px -5px 0px;
	color: #272727;
	font-size: 12px;
}
.magazine_form input[type="email"]{
	display: inline-block;
	width: 200px; height: 25px;
	margin: 0px auto;
	padding: 0px 5px;
	line-height: 25px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
}
.magazine_form input[type="submit"]{
	display: inline-block;
	width: 60px; height: 25px;
	margin: 0px auto;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	border: 0px;
	box-sizing: border-box;
	background-color: #00B645;
}
/*==========================================================
	メールマガジン登録完了
==========================================================*/
.magazine_system_conts{
	margin: 20px auto;
	padding: 0px 10px;
}
.magazine_system_message{
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #00B645;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
}
.magazine_system_note{
	margin: 20px auto;
	padding: 0px 10px;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	color: #272727;
	font-size: 12px;
}
.magazine_system_note span{
	display: inline-block;
	margin: 0px 5px 10px 5px;
	color: #00B645;
	font-size: 16px;
	font-weight: 600;
}
