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

/*-----------------------------------------------
	DEFAULT
-----------------------------------------------*/

body {
	background:#fff;
}
#header_bg {
	background:#021938;
}
/*-----------------------------------------------
	CONTENTS
-----------------------------------------------*/
#contents {
	color:#666;
}
#conttl {
	width: 100%;
	min-width: 1080px;
	background: url(../../common/images/con_header.jpg);
	background-size: cover;
	margin: 0;
	padding: 90px 0 40px;
}
#conttl .ct-box {
	width: 1060px;
	margin: 0 auto;
	border-left: 2px #b1b1b1 solid;
	padding: 0 0 0 14px;
}
.ct-box h1 {
	font-size: 18px;
	color: #b1b1b1;
}
.ct-box h2 {
	font-family: 'Oswald', serif;
	font-size: 11px;
	color: #b1b1b1;
	letter-spacing: 1px;
	margin: 0 0 8px;
}

/*Headline
-----------------------------------------------*/
.main h3 {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 34px;
	padding: 0;
}
.main h4 {
	font-size: 17px;
	line-height: 100%;
	border-left: 3px solid #CECECE;
	margin: 0 0 20px;
	padding: 0 0 0 7px;
}
.sub h4 {
	font-size: 17px;
	line-height: 100%;
	border-left: 3px solid #CECECE;
	margin: 0 0 20px;
	padding: 0 0 0 7px;
}
.main p {
	margin:15px 0;
	font-size: 15px;
	line-height: 29px;
}
p.str {
	font-size: 20px;
	line-height: 33px;
}
p.end {
	margin-bottom: 50px;
}
p#indent {
	padding-left:50px;
} 
p.box {
	border: 1px solid #666;
	padding: 30px;
}
p.mun {
	padding-left: 1em;
	text-indent: -0.7em;
}
p.mu {
	padding-left: 1em;
	text-indent: -0.7em;
	margin: 0;
}
p.mut,
p.muu {
	padding-left: 1em;
	text-indent: -0.7em;
}
p.mut {
	margin-bottom: 0;
}
p.muu {
	margin-top: 0;
}

/* ENTRY
-----------------------------------------------*/
.ent-b {
	width: 700px;
	margin-bottom: 40px;
	padding: 40px 30px 30px;
	display: inline-block;
	background: #F6F6F6;
	position: relative;
	z-index: 0;
}
.ent-b:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(246, 246, 246, 0);
	border-top-color: #F6F6F6;
	border-width: 30px;
	margin-left: -30px;
}
p.ent_ttl {
	margin: 0 0 16px;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
}
.app_box {
	padding: 10px 0 0;
}
.app_sel {
	width:100%;
	border: 3px solid #666;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.app_sel:after {
	display: block;
	clear: both;
	content: "";
}	
.sel_end {
	margin-bottom: 0;
}
.tbl {
	width: 14%;
	height: 200px;
	float: left;
	padding: 40px 0;
	margin: 0;
	vertical-align:top;
}
.app_tl {
	font-size: 19px;
	margin: 0 0 0 38px;
	line-height: 22px;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	writing-mode: tb-rl; /* IE独自仕様 */
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	position: relative;
}
.app_tl::after {
	position: absolute;
	margin-top: -8px;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 48px;
	height: 20px;
	background-color: #FFC73E;
}
.sub_tl {
	font-size: 11px;
}
.app_p {
	line-height: 26px;
	margin: 0 0 20px;
}
.app_ttl {
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 18px;
}
.tbr {
	width: 74%;
	float: right;
	padding: 5% 5% 5% 7%;
	vertical-align:top;
}
	* html div.tbr { position: absolute; top: 50%; }  
	*+html div.tbr { position: absolute; top: 50%; }
.app_cont {
	line-height: 35px;
	padding: 0 0 10px;
	font-weight: 700;
}
.app_cont a {
	margin: 0 15px;
	color: #2158C3;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px #2158C3 solid;
}
.app_cont a.pdf {
	color: #2158C3;
	border-bottom: 1px #2158C3 solid;
}
.app_cont a:hover {
	color: #3793E6;
	border-bottom: 1px #3793E6 solid;
}
.credit {
	font-size: 13px;
	font-weight: 800;
	line-height: 100%;
	border-top: solid #444 1px;
	border-bottom: solid #444 1px;
	padding: 15px 10px;
	margin: 0 0 30px;
	
}
.app_link a {
	width: 620px;
	font-size: 18px;
	font-weight: 800;
	padding: 12px 20px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.linkss a {
	width: 460px;
}
.app_link a:hover,
.app_linkss a:hover {
	background: #888;
	color: #fff;
}
.button_app {
	margin: 50px 0 17px;
}
.button_app  a {
	color: #666;
	text-decoration: none;
	padding: 15px 18px;
	line-height: 100%;
	font-size: 15px;
	font-weight: 700;
	border: 2px solid #666;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	
}
.button_app a:hover {
	color: #fff;
	background: #666;
}
.note {
	margin-top: 30px;
	font-size: 12px;
}
.ch_angl {
	width: 100px;
	margin: 15px auto;
	font-size: 20px;
	color: #F4F4F4;
}
p.pay_t {
	font-size: 14px;
	margin: 0 0 15px 37px;
}

.check_b {
	text-align: center;
}
.check_txt {
	overflow:auto;
	width: 580px;
	height:300px;
	margin: 80px auto 50px;
	padding:30px;
	border:3px double #666;
	background: #FFF6F6;
	color:#666;
}

/*Froat
-----------------------------------------------*/

#float_l {
	float:left;
	display:inline;
	margin:0px 10px 10px 0px;
}
#float_r {
	float:right;
	display:inline;
	margin:0px 0px 5px 5px;
}

/*NEWS
-----------------------------------------------*/
h3.news {
	margin-bottom: 0;
}
hr.news_top {
	margin: 16px 0 40px;
}
p.ndate {
	margin: 0 0 6px;
	color: #AAA;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0.16em;
}
p.ctgry {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 900;
	color: #DEDEDE;
}
/*審査の流れ
-----------------------------------------------*/
.chart {
	margin: 0;
}
.ch_sbox {
	border: solid 3px #DEDEDE;
	padding: 20px;
	box-sizing: border-box;
}
.ch_bbox {
	border: solid 8px #DEDEDE;
	padding: 15px;
	box-sizing: border-box;
}
.ch_angl {
	width: 50px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
	color: #DEDEDE;
}
p.flow_ttl {
	margin-bottom: 12px;
	font-weight: 700;
	position: relative;
}
.ch_bbox p.flow_ttl::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #FFC73E;
}
p.flow {
	font-size: 12px;
}
p.u_txt {
	margin-bottom: 0;
}

/*ADAロゴ
-----------------------------------------------*/
p.ada_logo {
	margin: 40px 0 15px;
}


/*審査基準
-----------------------------------------------*/
.gr_img {
	margin: 50px 0;
}

/*共催アクアリウム雑誌
-----------------------------------------------*/
.magazines-box {
	width: 20%;
	margin: 15px 0 0;
	float: left;
}
.mag_img {
	width: 100px;
	border: solid 1px #AAA;
}
.mag_txt {
	margin: 20px 0;
}
p.mag_ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}
p.mag_t {
	font-size: 14px;
	margin: 0 0 10px;
}

/*side news
-----------------------------------------------*/
.news_sbox {
	margin-bottom: 25px;
}
.sbox_img {
	width: 270px;
	height: 152px;
	background: #fff;
	position: relative;
}
.tag {
	color: #fff;
	font-weight: bold;
	background: #F00;
	padding: 0 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.sbox_txt {
	width: 230px;
	padding: 20px;
	background: #f4f4f4;
}
.date {
	margin: 0 0 3px;
	font-size: 11px;
	color: #AAA;
	font-weight: 700;
	letter-spacing: 0.16em;
}
.sbnews_ttl {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.sbnews_ttl a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sbnews_ttl a:hover {
	color: #3793E6;
}