
body {
	background: #fff;
	font: 12px/20px Arial;
	padding: 50px;
	color: #ccc;
}

h1 {
	clear: both;
	font-weight: bold;
	font-size: 16px;
	margin: 80px 0 15px;
	
	}

p { margin: 0 0 5px; }

nav a,
nav h3 {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:hover { color: #ddd; }

.menu a {
	float: left;
	display: block;
}

.drop-down a {
	float: none;
	min-width: 90px;
}

.menu a {
	display: block;
	padding: 5px 15px;
}

.drop-down-menu {
	float: left;
	display: block;
}

.menu-title {
	cursor: default;
	padding: 5px 15px;
}

.info {
	margin: 20px 0;
	opacity: 0.5;
	font-size: 9px;
}

.info p { text-transform: uppercase; }

.activate {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 40px;
	margin: 0 0 0 -15px;
	opacity: 0;
}
 @media only screen and (min-width: 1024px) {

.drop-down-menu:hover .drop-down { display: block; }

.drop-down { position: absolute; }
}
 @media only screen and (max-width: 768px) {

body { padding: 0; }

.info { padding: 0 15px; }

.menu a,
.drop-down-menu { float: none; }

.activate { display: block; }
}

/* Skin */


.menu a,
.drop-down-menu {
	background: #3d6d99;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5796d0), color-stop(100%, #3d6d99));
	background: -moz-linear-gradient(top, #5796d0 0%, #3d6d99 100%);
}

.menu a:hover,
.drop-down-menu:hover {
	background: #5a6470;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495261), color-stop(100%, #38404b));
	background: -moz-linear-gradient(top, #495261 0%, #38404b 100%);
}

.drop-down a { background: #222; }

.drop-down a:hover { background: #111; }
 @media only screen and (min-width: 1024px) {

.first {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.last {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.drop-down .last {
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
}
 @media only screen and (max-width: 768px) {

.menu {
	background: #3d6d99;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5796d0), color-stop(100%, #3d6d99));
	background: -moz-linear-gradient(top, #5796d0 0%, #3d6d99 100%);
}

:checked ~ .menu-title {
	background: #495261;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495261), color-stop(100%, #38404b));
	background: -moz-linear-gradient(top, #495261 0%, #38404b 100%);
}

.menu a,
.drop-down-menu { background: none; }

.drop-down a { background: #222; }
}

/* IE */


.ie8 .drop-down-menu:hover .drop-down { display: block; }

.ie8 .drop-down { position: absolute; }

header {
	height: 70px;
	background-image: url('../images/te.K-logo.png');
	background-repeat: no-repeat;
}

h1 {
	display: none;
	visibility: hidden;
}

footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #656E7E;
}
	


 @media only screen and (min-width: 1024px) {
}
 @media only screen and (max-width: 768px) {
}
 @media all and (-webkit-min-device-pixel-ratio: 1.5) {

header {
	background-image: url('../images/te.k-logo@2x.png');
	background-size: 290px 54px;
}
}

body {
	background-image: url(../images/bg-2.png);/* 貴方はスターダ === */
	background-repeat: no-repeat;
	background-position: right top;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	color: #000;
	margin-bottom: 15px;
	padding: 15px 0;
}

.noPadding { padding: 0; }
 @media all and (max-width: 768px) {

body { background-image: none; }

.onerow { margin: 0 0 10px; }
}

/* サイドバー
================================================== */

#sidebar {
	
	padding: 0px;
	margin-top: 20px;
	
	 }

#sidebar h2 {
	font-weight: bold;
	/*background-color: #1c3f4e;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #000;
}

#sidebar ul { margin-bottom: 20px; }

#sidebar ul li { }

#sidebar a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px;
}

#sidebar a:hover,
#sidebar a:active { background: #5F95B8; }
 @media all and (max-width: 768px) {

#facebook {
	display: none;
	visibility: hidden;
}


/* ブログ記事
================================================== */

article section {
	 clear: both;
	 }

article section h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F95B8;
	padding-bottom: 5px;
}

article section h2 a {
	 color: #5F95B8; 
	text-decoration: none;
	
}

.camera {
	background-color: #5F95B8;
	padding: 2px;
	margin-right: 5px;
}
