﻿#primary {
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	margin-top : 6%;
	margin-bottom : 5%;
}

#primary h2 {
	margin-bottom : 6%;
	font-size : 180%;
	line-height : 1.3em;
	text-align : center;
}

#primary h2 img {
	width : 75%;
}

#primary h2 em {
	display : block;
	color : #e10514;
	fon-style : normal;
	font-family : stratos, sans-serif;
	font-weight : 600;
	font-style : normal;
}

#primary h2 em font {
	vertical-align : 3px;
}

#primary h2 em a {
	text-decoration : none;
	color : #e10514;
}

p#cover img {
	width : 100%;
	height : 100%;
	margin-bottom : 6%;
}

p#ctxt {
	margin-bottom : 6%;
	line-height : 1.5em;
}

#primary ul {
	list-style : none;
	overflow : hidden;
}

#primary ul li {
	float : left;
	width : 49%;
	margin : 0 2% 2% 0;
	font-weight : 700;
	text-align : center;
}

#primary ul li:nth-child(2n) {
	margin : 0 0 2% 0;
}

#primary ul li a,#primary ul li a:hover {
	display : block;
	width : 100%;
	padding : 9px 0 12px 0;
	text-decoration : none;
	color : #ffffff;
	background : #ff872d;
}

/*----------RECOMMEND----------*/

#secondary {
	clear : both;
	width : 100%;
	padding : 7% 0 9% 0;
	background : #2887e6;
}

h3 {
	margin-bottom : 6%;
	color : #ffffff;
	font-size : 130%;
	font-weight : 900;
	line-height : 1.3em;
	text-align : center;
}

ul#recList {
	overflow : hidden;
	list-style : none;
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 2%;
}

ul#recList li {
	position : relative;
	margin-bottom : 5%;
}

.square-thumb {
	width : 105px;
	height : 105px;
}

ul#recList li h4 {
	position : absolute;
	width : 57%;
	font-size : 100%;
	font-weight : 700;
	top : 9%;
	right : 5%;
}

ul#recList dl {
	position : absolute;
	width : 57%;
	margin-bottom : 5%;
	border-top : solid 3px #c8c3c3;
	border-bottom : solid 2px #c8c3c3;
	font-size : 80%;
	line-height : 1.35em;
	top : 36%;
	right : 5%;
}

ul#recList dl dt {
	float : left;
	width : 65px;
	padding : 6px 0 7px 0;
	border-top : solid 2px #c8c3c3;
}

ul#recList dl dd {
	margin-left : 65px;
	padding : 6px 0 7px 0;
	border-top : solid 2px #c8c3c3;
	text-align : left;
}

ul#recList li a,ul#recList li a:hover {
	display : block;
	padding : 3.5%;
	color : #282828;
	background : #ffffff;
	text-decoration : none;
}

p.cbutton {
	width : 70%;
	margin-left : auto;
	margin-right : auto;
	font-size : 100%;
	font-weight : 700;
	text-align : center;
}

p.cbutton a,p.cbutton a:hover{
	display : block;
	width : 100%;
	padding : 7px 0 10px 0;
	color : #0a64be;
	background : #ffffff;
	border : solid 4px #0a64be;
	border-radius : 30px;
	box-sizing : border-box;
	text-decoration : none;
}

/*----------MODAL----------*/

.modal{
    display: none;
    height : 100vh;
    position : fixed;
    top : 0;
	left : 0;
    width : 100%;
	z-index : 9000;
}

.modal__bg{
    background : rgba(0,0,0,0.8);
    height: 100vh;
    position : absolute;
    width : 100%;
	z-index : 9900;
}

.modal__content{
	position: absolute;
	top : 50%;
	left : 50%;
	-webkit-transform : translate(-50%,-50%);
	-moz-transform : translate(-50%,-50%);
	-ms-transform : translate(-50%,-50%);
	-o-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align : center;
	width : 90%;
	z-index : 9999;
}

.modalmain1,.modalmain2 {
    overflow : hidden;
	margin-bottom : 6%;
    padding : 5% 7% 7% 7%;
    background : #ffffff;
    border-radius : 10px;
	text-align : left;
}

.modalmain1 h4,.modalmain2 h4 {
	margin-bottom : 6%;
	font-size : 130%;
	font-weight : 900;
	text-align : center;
}

.modalmain1 img {
	display : block;
	width : 100%;
	margin-bottom : 5%;
}

.modalmain2 ol,.modalmain2 ul {
	margin-left : 20px;
}

.modalmain2 ol li {
	margin-bottom : 5px;
	padding-left : 5px;
	line-height : 1.4em;
}

.modalmain2 ul li {
	margin-bottom : 5px;
	line-height : 1.4em;
}

.modalmain1 table {
	width : 100%;
	border-top : solid 1px #a5a0a0;
	border-left : solid 1px #a5a0a0;
	box-sizing : border-box;
}

.modalmain1 table th {
	width : 100px !important;
	width /**/: 115px;
	padding : 5px 7px 7px 7px;
	background : #e1dcdc;
	border-right : solid 1px #a5a0a0;
	border-bottom : solid 1px #a5a0a0;
	font-weight : normal;
	text-align : center;
}

.modalmain1 table td {
	padding : 5px 10px 7px 10px;
	border-bottom : solid 1px #a5a0a0;
	border-right : solid 1px #a5a0a0;
	line-height : 1.3em;
}

a.js-modal-close,a:hover.js-modal-close {
	display : inline-block;
	padding : 4px 25px 7px 25px;
	border-radius : 25px;
	color : #ffffff;
	border : solid 3px #ffffff;
	text-decoration : none;
}