/*
Theme Name: CT
*/


/* ///////////////////////////////////////////////////////////////////

normalize

/////////////////////////////////////////////////////////////////// */


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;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	line-height: 1;
	font-size: 14px;
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",  Osaka, sans-serif;

	color: #444;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
p{
	line-height: 1.7;
}
li {
	line-height: 2;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}



/* ///////////////////////////////////////////////////////////////////

clearfix

/////////////////////////////////////////////////////////////////// */

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}



/* ///////////////////////////////////////////////////////////////////

img

/////////////////////////////////////////////////////////////////// */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
}


/* ///////////////////////////////////////////////////////////////////

a

/////////////////////////////////////////////////////////////////// */

a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}
a:focus {
	outline: thin dotted;
}




/* ///////////////////////////////////////////////////////////////////

p

/////////////////////////////////////////////////////////////////// */

.entry-content p {
	margin: 0 0 20px;
}




/* ///////////////////////////////////////////////////////////////////

table



table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table.style-table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 98%;
}
.entry-content table caption {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content th {
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #EEE;
	line-height: 2;
	padding:10px;
	white-space:nowrap;
	font-size:80%;
}
.entry-content td {
	border: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
	font-size:80%;
}



@media screen and (max-width: 600px) {
	.entry-content th {
		font-size: 0.685714286rem;
	}
}


/////////////////////////////////////////////////////////////////// */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content th {
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #EEE;
	line-height: 2;
}
.entry-content table.style-table{
	font-size:85%;
}
@media screen and (max-width: 600px) {
	.entry-content th {
		font-size: 0.685714286rem;
	}
}
.entry-content td {
	border: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}


/* ///////////////////////////////////////////////////////////////////

dl dt dd

/////////////////////////////////////////////////////////////////// */

.entry-content dl {
	margin-bottom: 15px;
}
.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd {
	line-height: 1.714285714;
}




/* ///////////////////////////////////////////////////////////////////

form

/////////////////////////////////////////////////////////////////// */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
