@charset "shift_jis";

#mainContainer {
	padding-top: 50px;
}

#header .logoArea {
	background: #0f2e5d;
}
#header .logoArea p {
	width: 1080px;
	margin: 0 auto;
	
}
#header .mainVisual {
	text-align: center;
	border-bottom: 2px solid #13448f;
}
#header .topNewsArea01 {
	border-top: none;
}


h2 {
	padding: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #0f2e5d;
}
.contentBlock01 {
	margin-bottom: 60px;
}
h3 {
	padding: 10px 50px;
	font-size: 24px;
	color: #13448f;
	border-bottom: 1px dotted #b9cadf;
}
h3.ticket {
	background: url(/shain/images/shain_icon_lineup01.png) no-repeat left center;
}
h3.tour {
	background: url(/shain/images/shain_icon_lineup02.png) no-repeat left center;
}
h3.card {
	background: url(/shain/images/shain_icon_lineup03.png) no-repeat left center;
}
h3.plan {
	background: url(/shain/images/shain_icon_lineup04.png) no-repeat left center;
}
h3.shopping {
	background: url(/shain/images/shain_icon_lineup05.png) no-repeat left center;
}
h3.school {
	background: url(/shain/images/shain_icon_lineup06.png) no-repeat left center;
}
h3.kenshu {
	background: url(/shain/images/shain_icon_lineup07.png) no-repeat left center;
}
.contentBlock01 .box{
	background: #e9eef4;
	border: 1px solid #b9cadf;
	border-radius: 5px;
	margin-bottom: 20px;
}
.contentBlock01 .boxInner {
	overflow: hidden;
	padding: 0 20px 40px;
}
.contentBlock01 .boxWrap {
	overflow: hidden;
	padding-top: 20px;
}
.contentBlock01 .boxWrap p {
	float: left;
}
.btnWrap {
	overflow: hidden;
	float: right;
}
.contentBlock01 .boxInner .btn01 {
	float: left;
	margin-left: 20px;
}

.contentBlock02 {
	width: 1080px;
	background: url(/shain/images/shain_bg01.gif) repeat;
	box-sizing: border-box;
	border: 3px solid #13448f;
	margin-bottom: 30px;
}
.contentBlock02 .blockInner {
	overflow: hidden;
	padding: 10px 35px;
}
.contentBlock02 .blockInner p {
	float: left;
}
.contentBlock02 + p {
	margin-bottom: 60px;
}
.contentBlock02 + p a {
	text-decoration: underline;
	color: #13448f;
}
.contentBlock02 + p a:hover {
	text-decoration: none;
}

.skyCoinImg {
	max-width: 415px;
}
.spointImg {
	max-width: 396px;
	padding-left: 95px;
	margin-top: 13px;
}

/* btn
-----------------------------------------------------*/

.btn01, .btn02 {
	border-radius: 5px;
}
.btn01 a, .btn02 a {
	display: block;
	position: relative;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
}
.btn01:hover, .btn02:hover {
	opacity: 0.8;
}
.btn01 {
	width: 220px;
	background: #00a0e9;
}
.btn01 a {
	color: #fff;
	background: url(/shain/common/images/shain_icon_arrow02.png) no-repeat right 20px center;
}

.btn02 {
	width: 210px;
	background: #fff;
}
.btn02 a {
	color: #000;
	background: url(/shain/common/images/shain_icon_arrow01.png) no-repeat right 20px center;
}

/* btn text 1707
-----------------------------------------------------*/

.rightArea {
	float: right;
	width: 50%;
}

#btnWrap02 {
	font-size: 0;
}
#btn03 {
	vertical-align: bottom;
	float: none !important;
	display: inline-block;
	font-size: 14px;
}
#btn03.inCpnTxt {
	background: none;
}
#btn03.inCpnTxt:hover {
	opacity: 1
}
#btn03.inCpnTxt p{
	float: none;
}
#btn03.inCpnTxt a {
	background: #00a0e9;
	border-radius: 5px;
}
#btn03.inCpnTxt a:hover {
	opacity: 0.8;
}

.inCpnTxt .btnCpnLead {
	padding-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: #ff0000;
	line-height: 1.2;
}
.pdT30 {padding-top: 30px;}

/* text
-----------------------------------------------------*/

.tRed02 {
	color: #ff0000;
}