@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#summer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
#summer p {
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding-top: 30px;
}
.txt-b-red {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
	line-height: 150%;
}
.txt-b-red2 {
	color: #C00;
}
#summer2 {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#summer2 p {
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding-top: 30px;
	line-height: 120%;
}

.txtbox-type-base {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 10px;
}
.txtbox-type-base td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
.center {
	text-align: center;
}
#summer2 h3 {
	font-weight: bold;
	text-align: center;
}
#summer2 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#summer2 li {
	padding-bottom: 10px;
}

/*2013autumn*/

#campaign_main {
	width: 764px;
	margin: 20px auto;
	text-align: center;
}

.autumn2013_desc {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
	letter-spacing: 1px;
}

.autumn2013_desc span.note {
	font-size: 13px;
	font-weight: normal;
}

/*2013winter*/

#campaign_main_img {
	position: relative;
	width: 764px;
	height: 454px;
}
#canpaign_main_img_link {
	position: absolute;
	top: 377px;
	left: 240px;
	width: 496px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

.winter2013_img_area {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.winter2013_img_area:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.winter2013_img_area_l {
	float: left; 
	width: 450px;
}

.winter2013_img_area_r {
	float: left;
	width: 280px;
	margin-left: 10px;
	text-align: left;
	font-size: 13px;
	line-height: 170%;
}

/*2019spring*/

.spring2019_table {
	width: 100%;
	border-collapse: collapse;
}

.spring2019_table th,
.spring2019_table td {
	padding: 15px;
	border: 1px solid #aaa;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
}

.spring2019_table th {
	font-weight: bold;
}

.spring2019_table td {
}

.spring2019_table th.table_title {
	border: 3px solid #f00;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.spring2019_btn_gold {
	display: inline-block;
	width: 400px;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #e00;
	border-radius: 8px;
}
.spring2019_btn_gold:hover {
	text-decoration: none;
}

/* gold present */

.present_info {
	border: 2px solid #f05588;
}

.present_info2 {
	border: 2px solid #4169e1;
}

.present_info:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.present_info .info_head {
	float: left;
	width: 94px;
	margin: 0;
	padding: 5px 0 5px 42px;
	background: #f05588 url( /common/img/icn/icn_present_edge.png ) 6px center no-repeat;
	background-size: 32px 32px;
	font-size: 16px;
	color: #fff;
}

.info_head2 {
	width: 208px !important;
	background-color: #4169e1 !important;
}

.present_info .info_main {
	float: left;
	width: 794px;
	height: 38px;
	background: #fff;
	font-size: 14px;
}

.info_main2 {
	width: 600px !important;
}

.present_info .info_main a {
	display: block;
	padding: 7px 0 5px 10px;
}

.gold_present_head {
	margin: 0;
	padding: 14px 10px 10px 10px;
	border-radius: 0;
	background: #f05588;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.gold_present_box {
	border: 2px solid #f05588;
	padding: 15px;
}

/* gold_present_check01 */

.gold_present_check01_input {
	display: none;
}
.gold_present_check01_body {
	padding-top: 4px;
	padding-left: 23px;
	position:relative;
}
.gold_present_check01_body::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 2px;
	background: #fff;
}
.gold_present_check01_input:checked + .gold_present_check01_body {
}
.gold_present_check01_input:checked + .gold_present_check01_body::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: 5px;
	width: 5px;
	height: 9px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.gold_present_check01_input:disabled + .gold_present_check01_body::before {
	background: #ccc;
}
.gold_present_check01_input:disabled + .gold_present_check01_body::after {
	border-color: #666;
}

.gold_present_textarea1 {
	width: 500px;
	margin-left: 25px;
	border: 1px solid #aaa;
	font-size: 13px;
}

.gold_present_btn01 {
	display: inline-block;
	width: 600px;
	padding: 20px 0;
	border: 2px solid #fff;
	border-radius: 8px;
	background: #eee;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 4px 4px;
	box-shadow: rgba(153, 153, 153, 0.2) 0px 0px 4px 4px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	text-align: center;
}
.gold_present_btn01:hover {
	cursor: pointer;
	text-decoration: none;
}

/* font */

.font_11 {
	font-size: 11px !important;
}
.font_12 {
	font-size: 12px !important;
}
.font_13 {
	font-size: 13px !important;
}
.font_14 {
	font-size: 14px !important;
}
.font_15 {
	font-size: 15px !important;
}
.font_16 {
	font-size: 16px !important;
}
.font_18 {
	font-size: 18px !important;
}
.font_20 {
	font-size: 20px !important;
}
.font_24 {
	font-size: 24px !important;
}
