﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin:0;
  padding:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
   -webkit-appearance: none;
   border-radius: 0;
}

/*……………………………BASS……………………………*/

br { clear:both;}
hr { clear:both; border:none; border-top:solid 1px #000000; height:1px; color:#FFFFFF; }


/*……………………………LINK……………………………*/

a:link, a:visited, a:active { text-decoration:none; transition: 0.3s; color:#666666; }
a:hover { text-decoration:none; transition: 0.3s; opacity:0.5; }

a img{ transition: 0.3s; }
a img:hover { opacity: 0.5; transition: 0.3s; }

a.no img{ transition:0; }
	a.no img:hover { opacity:1; transition:0; }

::selection { background:#33cc33; color:#FFFFFF; /* Safari */ }
::-moz-selection { background:#33cc33; color:#FFFFFF; /* Firefox */ }

@media only screen and (max-width:780px){

	a:link, a:visited, a:active { transition:0; }
	a:hover { transition:0; opacity:1; }

	a img{ transition:0; }
	a img:hover { opacity:1; transition:0; }
}

/*……………………………TABLE……………………………*/

table { width:100%; margin:auto; font-size:14px; }
th,td:not(.profile_text) { padding:25px 25px 25px 10px; line-height: 1.5em;}
th{ font-weight:bold; width:30%; text-align: left; border-bottom:#25a7e3 1px solid; font-size: 17px;}
tr:not(.profile_tr):nth-child(odd){background-color: #f7f7f7;}
@media only screen and (max-width:1080px){
	th { width:20%;}
}
@media only screen and (max-width:600px){
		table { margin:auto; }
		table th,table td { width:auto; display: block; padding:5px; }
		table td { font-size:100%; padding:5px 5px 20px 5px; border:none; }
		th { font-size: 18px;}
		td{ margin-left: 1em;}
}
