@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
}
fieldset, img, abbr {
	border: 0;
}
caption, th {
	text-align: left;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	vertical-align: top;
}
a {
	outline: none;
	/*\*/
	overflow: hidden;/**/
}
/*----------------------------------------
	default
----------------------------------------*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
/*回り込みクリア*******************/
.clear {
	clear: both;
}
/*clearfix*******************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac ?*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.header_btn {
	text-align: right;
}
/*----------------------------------------
	common
----------------------------------------*/
.alc {
	text-align: center;
}
.alr {
	text-align: right;
}
.wight {
	font-weight: bold;
}
/*----------------------------------------
	contentsArea
----------------------------------------*/

/*----------------------------------------
	link
----------------------------------------*/

div#container a:link, a:active, a:visited {
	text-decoration: underline;
	color: #4471C5;
}
div#container a:hover {
	text-decoration: none;
	color: #4471C5;
}
div #container a:focus {
	-moz-outline-style: none;
}
.footetext {
	margin: 1em;
	text-align: left;
	width: 770px;
}

@media screen and (min-width: 768px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
/*----------------------------------------
	TOPページ
----------------------------------------*/
#CnmWrap div.cts {
	margin: 0px auto;
	padding: 0px 20px;
	width: 967px;
	text-align: center;
	font-size: 12px;
}
#MainImg {
	padding: 20px 0;
	text-align: center;
	background: #00ac97;
}
#MainImg h1 {
	text-align: center;
}
#MainImg h1 img {
	width: 100%;
	height: auto;
}
/* メインテキスト */
#MainText {
	background: url(../img/cts_bg.png) repeat-x #00a5e3;
	background-position: top;
	min-height: 690px;
}
#MainText div.head {
}
#MainText div.head:after {
	content: "";
	display: table;
	clear: both;
}
#MainText div.head>div.text {
	padding: 30px 0;
	float: left;
	width: 450px;
	text-align: left;
}
#MainText div.head>div.text p {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
#MainText div.head>div.f1x {
	padding-top:30px;
	float: right;
	width: 460px;
}
#MainText div.head>div.f1x img {
	width: 100%;
	height: auto;
}
/* プレゼントのリスト */
#MainText div.btm {
}
#MainText div.btm:after {
	content: "";
	display: table;
	clear: both;
}
#MainText div.btm>div.text {
	padding: 30px 0;
	float: left;
	width: 600px;
	text-align: left;
}
#MainText div.btm>div.text p {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
#MainText div.btm>div.text h2 {
	font-weight: bold;
	font-size: 18px;
}
#MainText div.btm>div.text table {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	border: none;
}
#MainText div.btm>div.text table th {
	white-space: nowrap;
	vertical-align: top;
	padding: 0 5px 10px;
}
#MainText div.btm>div.text table td {
	padding: 0 0px 10px;
}
#MainText div.btm>div.text table td span {
	font-size: 0.8em;
}
#MainText div.btm>div.text table td a {
	color: #FFA600;
	font-size: 0.8em;
	float: right;
}
#MainText div.btm>div.text table th span {
	color: #0738D4;
}
#MainText div.btm>div.img {
	float: right;
	width: 310px;
}
#MainText div.btm>div.img img {
	width: 100%;
	height: auto;
}
}

/*======================================================================================================================================
	for smnartphone
======================================================================================================================================*/
@media screen and (max-width:768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
/*----------------------------------------
	TOPページ
----------------------------------------*/
body {
}
#CnmWrap {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#CnmWrap h1 img {
	width: 100%;
	height: auto;
}
#CnmWrap img {
	width: 100%;
	height: auto;
}
#CnmWrap div.cts {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	text-align: center;
}
#MainImg {
	padding: 10px;
	text-align: center;
	background: #00ac97;
}
#MainImg h1 {
	text-align: center;
}
#MainImg h1 img {
	width: 100%;
	height: auto;
}
/* メインテキスト */
#MainText {
	background: url(../img/cts_bg.png) repeat-x #00a5e3;
	background-position: top;
}
#MainText div.head {
}
#MainText div.head:after {
	content: "";
	display: table;
	clear: both;
}
#MainText div.head>div.text {
	padding: 1em;
	text-align: left;
}
#MainText div.head>div.text p {
	margin-bottom: 1em;
	font-weight: bold;
}
#MainText div.head>div.f1x {
}
/* プレゼントのリスト */
#MainText div.btm {
}
#MainText div.btm:after {
	content: "";
	display: table;
	clear: both;
}
#MainText div.btm>div.text {
	padding: 1em 0;
	text-align: left;
}
#MainText div.btm>div.text p {
	margin-bottom: 1em;
	font-weight: bold;
}
#MainText div.btm>div.text table {
	margin-bottom: 1em;
	font-weight: bold;
	border: none;
}
#MainText div.btm>div.text table th {
	white-space: nowrap;
	vertical-align: top;
	padding: 0 3px;
}
#MainText div.btm>div.text table td {
	padding: 0 3px;
}
#MainText div.btm>div.text table td span {
	font-size: 0.8em;
}
#MainText div.btm>div.text table td a {
	color: #FFA600;
	font-size: 0.8em;
	float: right;
}
#MainText div.btm>div.text table th span {
	color: #0738D4;
}
#MainText div.btm>div.img {
}
#MainText div.btm>div.img img {
	width: 100%;
	height: auto;
}
}
