/* dknote子テーマ
Theme Name: dknote Child
Template: dknote
*/
 
@import url("../dknote/style.css");
body {
	font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
font-weight: 500;
}

//orangebuoy
table{border-spacing:0;}
.oddstable table,table.motor,table.sando{border:none;text-align:right;border-collapse:collapse}
tr.row1,td.row1{background-color:#FFDEAD}
tr.row2,td.row2{background-color:#FFFACD}
.waku td{border:2px #000000 solid;margin:0;padding:0}
.oddstable td{border:none;padding:1px;text-align:right;margin:0px;}
tr.motortitle{background-color:#666666;color:#FFFFFF;text-align:center;font-weight:bold}
.motor td{border-left:1px #FFFFFF solid;border-right:1px #FFFFFF solid}
.sando td{border:0;padding:1px;}
td.kugiri{border-bottom:5px #ffffff solid}
.local{background-color:#FFA500;display:inline}

/* header
----------------------------------------------- */
.top-wrapper{
	margin-bottom:40px;
	padding-left:5%;
	line-height:1.5em;
	float:left
	}
.top-wrapper h3{
	font-size:.9em;
	text-shadow: none
	}

/*Main Menu 
 -----------------------------------------------*/
.selectnav {
	display: none;
	}
.main-nav {
	float: left;
	font-size:12px;
	overflow: hidden;
	width:100%;
	margin:0;
	background:#FFDEAD;
}
.main-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.main-nav ul li {
	float:left;
}
.main-nav ul li a {
	float: left;
	color:#444444;
	padding: 8px 15px;
	text-decoration:none;
	border-right:1px solid #FFA500;
	box-shadow:1px 0 0 #FFDEAD;
	
	text-shadow: none;
	font-weight: bold;
}
.main-nav li ul {
	background:#FFDEAD;
	left: -999em;
	margin: 32px 0 0;
	position: absolute;
	width: 160px;
	z-index: 9999;
}
.main-nav li ul a {
	background: none;
	border: 0 none;
	margin-right: 0;
	width: 120px;
	border-bottom:1px solid #000;
	box-shadow:0 1px 0 #3D3D3D;
}
.main-nav ul li a:hover,
.main-nav ul li:hover > a {
	color: #252525;
	background:#FFA500;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.main-nav li ul a:hover, 
.main-nav ul li li:hover > a  {
	color: #2c2c2c;
	background: #FFA500;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
.main-nav li:hover ul {
	left: auto;
}
.main-nav li li ul {
	margin: -.5px 0 0 160px;
	visibility:hidden;
}
.main-nav li li:hover ul {
	visibility:visible;
}
.main-nav ul ul li:last-child > a {
}
.main-nav ul ul ul li:first-child > a {
}

/* Responsive Mobile Style
------------------------------------------------------------- */
@media screen and (max-width:720px){

.js .selectnav {
	display: none;
}
.js #nav {
	display: inline;
	}
}

/* main contents
----------------------------------------------- */
#main{
	border-top: 4px solid #333;
	margin-left:-2%;
	max-width:890px;
	}
.breadcrumb{
	padding-top:10px;
	}
.breadcrumb a {
	font-size:12px;
	color:#333;
	line-height:1.4em;
	cursor:pointer;
	}
.breadcrumb a:hover{
	color:#00657E;
	}
.post,.content-page,.archive-title,.archive-page,.type-attachment{
	border-top:2px solid #333;
	padding:0 0 10px 10%;
	}
.post-footer,#comments{
	margin:-1px 0 0;
	padding:0 0 20px 10%
	}

/* Layout
------------------------------------------------------------- */
.wrapper{
	border-bottom:5px solid #333;
	padding:50px 0;
	overflow: hidden;
