@charset "utf-8";
/*
Theme Name: JUF.CO.JP
Description: Design for JUF.CO.JP 2011/12 
Author: Poppy Design
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*= Base
---------------------------------------*/
html {
	font-size: 62.5%;
	padding: 0;
	margin: 0 0 0.1em 0;
	overflow: auto;
	height: 100%;
}
	
body {
	font-family:  Helvetica, "Helvetica Neue", Arial,"Nimbus Sans L", sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #eee;
	line-height: 140%;
}

/*=Link
---------------------------------------*/

a, a:link{ 
	color: #01AFFF;
	text-decoration:none;
}

a:visited{
	color: #01AFFF;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #FFC82E;
	text-decoration: none;
	outline: none;
}

/* clearfix
---------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	overflow: hidden;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
}

/*--- ie7 ---*/
*:first-child+html .clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
	height: 0;
}

/*--- ie6 ---*/
*html body .clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
	line-height: 0;
	height: 0;
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content


#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}*/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 940px;
	padding-top: 20px;
}

/*--- IE7 ---*/
*:first-child+html .single-attachment #content {
	margin: 0 auto;
	width: 940px;
	padding-top: 20px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Osaka", Osaka, Helvetica, Arial, sans-serif;
	font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
/*#site-title,*/
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	/*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
	display:none;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #111c24;
}

#container {
	width: 940px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
}

/*
#container {
	float: left;
	margin: 0 0 0 0;
	width: 100%;
	background: #ccc;
}*/

/*---Page sidebar---*/

#side {
	width: 200px;
	float: left;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 15px 20px 0;
}

/*----ie7----*/
*:first-child+html #side {
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
	display: block;
}

/*----ie6----*/
*html body #side {
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 15px 0 0;
	float: left;
	display: block;
}

/*---Blog sidebar---*/

#primary,
#secondary {
	width: 160px;
	float: left;
	display: block;
	margin: 20px 30px 20px 0;
	padding: 0 15px 0 10px;
	overflow: hidden;
	background: #0E395D;
}

/*----ie7----*/
*:first-child+html #primary {
	width: 170px;
	margin: 20px 20px 0 0;
	padding: 0 15px 20px 15px;
	float: left;
	display: block;
}

/*----ie6----*/
*html body #primary {
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 15px 0 0;
	float: left;
	display: block;
	clear: left;
}

#content {
	margin: 20px 0 0 0;
	padding: 0;
	width: 680px;
	float: left;
	display: block;
}

/*----ie7----*/
*:first-child+html #content {
	margin: 20px 0 0 15px;
	padding: 0;
	width: 680px;
	float: left;
}

/*----ie6----*/
*html body #content {
	margin: 20px 0 0 0;
	padding: 0;
	width: 680px;
	float: left;
}


/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	/*margin-right: 20px;*/
	width: 940px;/*220px;*/
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 940px; /*700px;*/
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
#site-info strong {
	letter-spacing: 0.2em;
	padding-right: 20px;
}
#site-generator {
	float: left;
	width: 940px;
	/*float: right;width: 220px;*/
}


/* =Global Elements
-------------------------------------------------------------- */

body {
	color: #D9D9D9;
	background: #111c24;
	font-size: 1.2em;
	line-height: 1.4em;
}

input,
textarea {
	/*color: #000;
	font-size: 12px;
	line-height: 18px;*/
}

hr {
	background-color: #0E395D;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type="text"]{
	color: #D9D9D9;
	background: #000;
	border: 1px solid #0E395D;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

textarea {
	color: #D9D9D9;
	background: #000;
	border: 1px solid #0E395D;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#wrapperh {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/bg-wrapperh2.gif) repeat-x;
}

#header {
	padding: 0 0 0 0;
}

/*----------言語選択----------*/
#lang {
	width: 166px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	float: right;
}

#lang-jp{
	width: 69px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#lang-jp a, #lang-jp a:visited{
	margin: 0;
	padding: 0;
	background: url(img/hdr-lng-jp.gif) no-repeat;
}

#lang-jp a:hover,#lang-jp a:active{
	width: 69px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(img/hdr-lng-jp-over.gif) no-repeat;
}

#lang-jp-now{
	width: 69px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(img/hdr-lng-jp-over.gif) no-repeat;
}

#lang-en{
	width: 97px;
	height: 30px;
	margin: -30px 0 0 70px;
	padding: 0;
	display: block;
	float: left;
}

#lang-en a, #lang-en a:visited{
	margin: 0;
	padding: 0;
	display: block;
	background: url(img/hdr-lng-en.gif) no-repeat;
}

#lang-en a:hover,#lang-en a:active{
	width: 97px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(img/hdr-lng-en-over.gif) no-repeat;
}

#lang-en-now{
	width: 97px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(img/hdr-lng-en-over.gif) no-repeat;
}

/*----------ie6----------*/
*html body #lang {
	width: 166px;
	height: 33px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	float: right;
}

*html body #lang-en{
	width: 97px;
	height: 30px;
	margin: -30px 0 0 0px;
	padding: 0;
	display: block;
	float: right;
}

/*--------CI---------*/
h1#site-title {
	float: left;
	margin: 0;
	padding: 0;
	width: 258px;/*700px;*/
	border: 0;
	display: block;
}

h1#site-title {
	height: 66px;
}

h1#site-title img {
	margin: 12px 0 0 0;
}

#site-description {
	clear: right;
	float: right;
	text-align: right;
	margin: 15px 0 18px 0;
	width: 600px;
}

/* This is the custom header image 
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
*/
/*----------------------------Only home--*/
#main {
	width: 640px;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	text-align: left;
}

#sidehome {
	width: 260px;
	float: left;
	display: block;
	margin: 10px 0;
	padding: 5px;
	background: url(img/bg-sidehome.gif);
}

/*----ie7----*/
*:first-child+html #sidehome {
	width: 260px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	display: block;
}

/*----ie6----*/
*html body #sidehome {
	width: 260px;
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
	display: block;
}

.sidelink {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;

}
.sidelink span img{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#mainphoto {
	display: block;
	width: 940px;
	height: 528px; /*HDサイズ縮小*/
}

ul#slide {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	list-style: none;
}

ul#slide li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

/*--- ie7 ---*/
*:first-child+html ul#slide {
	margin-top: -4px;
}

/*--- ie6 ---*/
*html body ul#slide {
	margin-top: -4px;
}

/*--- カテゴリトップ ---*/
#subphoto {
	display: block;
	width: 940px;
	height: 115px;
}

/*--- ie7 ---*/
*:first-child+html #subphoto {
	display: block;
	width: 940px;
	height: 115px;
	margin-top: -4px;
}

/*--- ie6 ---*/
*html body #subphoto {
	display: block;
	width: 940px;
	height: 115px;
	margin-top: -4px;
}


/*----- 最新情報--------*/

#homemain{
	padding: 0 0 0 5px;
	margin: 0;
}

#news {
	margin: 0;
	padding: 0;
}

/*----ie7----
*:first-child+html #news {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}*/

#news ul {	
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}

/*----ie7----*/
*:first-child+html #news ul {	
	margin: 0 5px 0 0;
	padding: 0 0 10px 0px;
	list-style: none;
}

#news ul li {	
	padding: 10px 0;
	border-bottom: 1px dotted #808080;
	font-size: 1.2em;
	line-height: 100%;
	display: block;
}

#news ul li span {	
	padding: 0 15px 0 5px;
	float: left;
	font-size: 0.9em;
	/*font-weight: bold;*/
	width: 85px;
	display: block;
}

#homemain h2.htimg {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 41px;
}

/*----ie7----*/
*:first-child+html #homemain h2.htimg {
	margin: 0;
	padding: 0 0 0 0;
	width: 640px;
	height: 41px;
} 

/* =Navigation Global
-------------------------------------------------------------- */

#menu {
	width: 680px;
	margin: 12px 0 0 0;
	padding: 0;
	float: right;
	display: block;
}

#menu ul {
	list-style: none;
	margin: 0;
}

#menu ul li#menu1,#menu ul li#menu1_1 {
	float:left;
	position: relative;
	background: url(../img/nv-en.gif) no-repeat;
	width: 48px;
	height: 37px;
}

#menu ul li#menu1 a, #menu ul li#menu1_1 a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(../img/nv-en.gif) no-repeat;
	width: 48px;
	height: 37px;
}

#menu ul li#menu2, #menu ul li#menu2_1{
	float:left;
	position: relative;
	background: url(../img/nv-en.gif) no-repeat;
	width: 165px;
	height: 37px;
}

#menu ul li#menu2 a, #menu ul li#menu2_1 a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(../img/nv-en.gif) no-repeat;
	width: 165px;
	height: 37px;
}

#menu ul li#menu3, #menu ul li#menu3_1{
	float:left;
	position: relative;
	background: url(../img/nv-en.gif) no-repeat;
	width: 267px;
	height: 37px;
}

#menu ul li#menu3 a, #menu ul li#menu3_1 a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(../img/nv-en.gif) no-repeat;
	width: 267px;
	height: 37px;
}

#menu ul li#menu4, #menu ul li#menu4_1{
	float:left;
	position: relative;
	background: url(../img/nv-en.gif) no-repeat;
	width: 100px;
	height: 37px;
}

#menu ul li#menu4 a, #menu ul li#menu4_1 a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(../img/nv-en.gif) no-repeat;
	width: 100px;
	height: 37px;
}

#menu ul li#menu5, #menu ul li#menu5_1{
	float: left;
	position: relative;
	background: url(../img/nv-en.gif) no-repeat;
	width: 100px;
	height: 37px;
}

#menu ul li#menu5 a, #menu ul li#menu5_1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
  background: url(../img/nv-en.gif) no-repeat;
	width: 100px;
	height: 37px;
}

#menu ul li#menu1 a { background-position: 0 0; }
#menu ul li#menu2 a { background-position: -48px 0; }
#menu ul li#menu3 a { background-position: -213px 0; }
#menu ul li#menu4 a { background-position: -480px 0; }
#menu ul li#menu5 a { background-position: -580px 0; }


#menu ul li#menu1 a:hover { background-position: 0 -37px; }
#menu ul li#menu2 a:hover { background-position: -48px -37px; }
#menu ul li#menu3 a:hover { background-position: -213px -37px; }
#menu ul li#menu4 a:hover { background-position: -480px -37px; }
#menu ul li#menu5 a:hover { background-position: -580px -37px; }


/*--- 現在地---*/

#menu ul li#menu1_1 a { background-position: 0 -37px; }
#menu ul li#menu2_1 a { background-position: -48px -37px; }
#menu ul li#menu3_1 a { background-position: -213px -37px; }
#menu ul li#menu4_1 a { background-position: -480px -37px; }
#menu ul li#menu5_1 a { background-position: -580px -37px; }

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/*overflow: hidden;*/
	padding: 0 0 0 0;
}
#content {
	/*margin-bottom: 36px;*/
}
#content {
	color: #D9D9D9;
	font-size: 1.2em;
	line-height: 140%;
}

#content input{
	/*color: #000;*/
	font-size: 1.2em;
	padding: 5px 10px;
}

#content textarea {
	font-size: 1.2em;
	line-height: 140%;
	background: #000;
}

#main h2 img{
	margin: 0;
	padding: 0;
}

#main h2, #content h2, #content-wide h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 160%;
}

#main h2.entry-title, #content h2.entry-title, #content-wide h2.entry-title{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0 0;
	line-height: 160%;
}

#main h3, #content h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding:0 0 0 0;
	border-bottom: 1px solid #086283;
}

/*--- ムービー ---*/
h3.mv{
	font-size: 1.4em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding:0 0 0 40px!important;
	line-height: 40px;
	background-image: url(../img/h3-mv.gif);
	background-repeat: no-repeat;
}


#main h4, #content h4 {
	font-weight: bold;
	margin: 0 0 8px 0;
	padding:0 0 0 8px;
	border-left: 8px solid #3c8eff;
}


#content dl {
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

#content dl dt {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 8px 0;
	padding:0 0 0 0;
	border-bottom: 1px dotted #086283;
}

#content dl dd {
	margin: 0 0 20px 0;
	padding:0 0 0 0;
	line-height:1.6em;
}

/*--- 備考 ---*/

ul.biko {
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 20px;
	display: block;
}

#content ul li{
	list-style: square;
	line-height: 140%;
	/*font-size: 0.9em;*/
}

/*---注意書き---*/

#content ul.chui {
	margin: 0 0 20px 0;
	padding: 8px 0;
	list-style: none !important;
	background: #000;
}

#content ul.chui li{
	list-style: none;
	background: url(../img/i-chui.gif) no-repeat;
	padding: 0 15px 0 20px;
	font-size: 1.0em;
	line-height: 160%;
}

/* =gMap
-------------------------------------------------------------- */

#spot {
	width: 680px;
	height: 440px;
	border: 1px solid #555;
	display: block;
	color: #000;
}


/*---カテゴリトップメニュー---*/

.blk3 {
	width: 190px;
	display: block;
	margin: 0 10px 15px 0;
	padding: 0 10px;
	height: 80px;
	float: left;
	border: 1px solid #0E395D;
	line-height: 1.6em;
	font-size: 0.8em;
}

.blk3 a:hover {
	width: 190px;
	display: block;
	height: 80px;
	margin: 0 0 0 -10px;
	padding: 0 10px;
	border: 1px solid #FFC82E;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 8px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}/*
#content dt,
#content th {
	color: #FFF;
}
#content 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #FFF;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content table {
	border: 1px solid #0E395D;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #0E395D;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}*/
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	/*border-top: 4px solid #FFF;*/
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
p.page-title {
	color: #D9D9D9;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 36px 0;
	text-align: right;
}
p.page-title span {
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	/*color: #888;*/
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	/*color: #ff4b33;*/
}
/*
#content .entry-title {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}*/
.entry-meta {
	font-size: 0.7em;
	text-align: right;
	border-top: 1px solid #0E395D;
}
.entry-utility {
	font-size: 0.7em;
	text-align: right;
	/*border-top: 1px solid #0E395D;*/
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-content {
	/*border-bottom: 1px solid #0E395D;*/
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #0E395D;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #D9D9D9;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #D9D9D9;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #D9D9D9;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #111c24;
	color: #D9D9D9;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	/*color: #ff4b33;*/
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	border: 2px solid #0E395D;
	clear: both;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #000;
	/*border: 1px solid #0E395D;*/
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	font-size: 0.7em;
}
/*
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FFC82E;
}*/
#content .video-player {
	padding: 0;
}


/* =Page
-------------------------------------------------------------- */


.sidecontents{
	background: #0E395D;
	padding: 0;
	margin: 0;
	width: 185px;
}

#side h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 0 12px;
	display: block;
}

#side h2 a {
	color: #FFC82E;
	display: block;
}

#side h2 a:hover {
	color: #FFC82E;
}

#side ul.sidemenu  {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#side ul.sidemenu li {	
	border-bottom: 1px dotted #012340;
	display: block;
	width: 185px;
	font-size: 1.1em;
	line-height: 26px;
}

#side ul.sidemenu li a{	
	padding: 4px 0 0 12px;
	display: block;
	line-height: 26px;
	background: url(img/i-sd-li.gif) no-repeat;
}

#side ul.sidemenu li a:hover {	
	display: block;
	color: #FFC82E;
	background: url(img/i-sd-li-over.gif) no-repeat;
	line-height: 26px;
}

/*------ ie7 ------*/
*:first-child+html #side ul.sidemenu  {	
	margin: 0;
	padding: 0;
	list-style: none;
}

*:first-child+html #side ul.sidemenu li {	
	border-bottom: 1px dotted #012340;
	display: block;
	width: 185px;
	font-size: 1.1em;
	line-height: 28px;
	margin-top: -2px; /*---余白消---*/
}

*:first-child+html #side ul.sidemenu li a{	
	padding: 0px 0 0 12px;
	display: block;
	line-height: 28px;
	background: url(img/i-sd-li.gif) no-repeat;
}

*:first-child+html #side ul.sidemenu li a:hover {	
	display: block;
	color: #FFC82E;
	background: url(img/i-sd-li-over.gif) no-repeat;
	line-height: 28px;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li a:hover {	
	padding: 4px 0 0 20px;
	background: url(img/i-sd-li-over.gif) no-repeat;
	display: block;
	color: #FFC82E;
}

/*-----２階層目-----*/

#side ul.sidemenu ul.children  {	
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#side ul.sidemenu li ul.children li{	
	background: url(img/i-sd-li.gif) no-repeat;
	border-bottom: 1px dotted #012340;
	font-size: 1.2em;
	display: block;
	width: 185px;
	line-height: 26px;
}

#side ul.sidemenu li ul.children li a{	
	padding: 6px 0 0 25px;
	display: block;
	/*width: 244px;*/
	line-height: 26px;
}

#side ul.sidemenu li ul.children li a:hover {	
	background: url(img/i-sd-li-over.gif) no-repeat;
	display: block;
	color: #FFC82E;
	height: 26px;
}

/*------ ie6 ------*/

*html #side ul.sidemenu li ul.children li a:hover {	
	padding: 4px 0 0 25px;
	background:url(img/i-sd-li-over.gif) no-repeat;
	display: block;
	color: #FFC82E;
}

/*-----パンくず-----*/
.here {
	width: 868px;
	margin: 0;
	padding: 20px 0 0 0;
	display: block;
	font-size: 0.9em;
	float:left;
}

/*-----ページトップ-----*/
.pagetop {
	margin: 0;
	padding: 20px 0 0 0;
	float: right;
}

.pagetop a {
	margin: 0;
	padding: 0;
	width: 51px;
	height: 14px;
	display: block;
	background: url(img/i-pagetop.gif) no-repeat;
}

.pagetop a:hover {
	margin: 0;
	padding: 0;
	width: 51px;
	height: 14px;
	display: block;
	background: url(img/i-pagetop-over.gif) no-repeat;
}

/*---プロフィール---*/
.txtright {
	width: 270px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

/*---プロフィール---*/
.txtleft {
	width: 270px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

/*---フォームなど---*/

table.dataf {
	width: 99%;
	font-size: 10pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #0E395D;
}

table.dataf th {
	border-bottom: 1px solid #0E395D;
	border-right: 1px solid #111c24;
	text-align: left;
	padding: 5px 20px 5px 8px;
	vertical-align: top;
	background-color: #005A8C;
	background-image: url(../img/i-need.png);
	background-repeat: no-repeat;
	background-position: right top;
}

table.dataf th.noneed {
	border-bottom: 1px solid #0E395D;
	border-right: 1px solid #111c24;
	text-align: left;
	padding: 5px 8px;
	background: #005A8C;
	vertical-align: top;
	background-image: none!important;
}


table.dataf tr td {
	border-bottom: 1px solid #0E395D;
	border-right: 1px solid #0E395D;
	text-align: left;
	padding: 5px 8px;
	vertical-align: top;
}

table.dataf tr td input[type="text"]{
	color: #D9D9D9;
	background: #000;
	border: 1px solid #0E395D;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 3px;
	font-size: 1.3em;
	line-height: 100%;
}

/*IE only*/
table.dataf tr td input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
table.dataf tr td input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

input#btn_sbmt{
	 font-size: 1.4em;
	 font-weight: bold;
	 width: 380px;
	 margin-top: 10px;
	 margin-bottom: 30px;
	 margin-left: 280px;
}

/*error message*/
.err {
	color: #C00;
}

/*セル幅指定*/
.w5 { 	width:5%;}
.w10 { 	width:10%;}
.w15 { 	width:15%;}
.w20 { 	width:20%;}
.w25 { 	width:25%;}
.w30 { 	width:30%;}
.w35 { 	width:35%;}
.w40 { 	width:40%;}
.w45 { 	width:45%;}
.w50 { 	width:50%;}
.w55 { 	width:55%;}
.w60 { 	width:60%;}
.w65 { 	width:65%;}
.w70 { 	width:70%;}
.w75 { 	width:75%;}
.w80 { 	width:80%;}
.w85 {	width:85%;}
.w90 { 	width:90%;}
.w95 { 	width:95%;}

/*---テーブルリンク集など---*/

table.data {
	width: 99%;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #0E395D;
}

table.data th {
	border-bottom: 1px solid #0E395D;
	border-right: 1px solid #111c24;
	text-align: left;
	padding: 5px 8px;
	background: #005A8C;
	vertical-align: top;
}

table.data tr td {
	border-bottom: 1px solid #0E395D;
	border-right: 1px solid #0E395D;
	text-align: left;
	padding: 5px 8px;
	vertical-align: top;
}

/*---ムービー---*/

table.data2 {
	width: 99%;
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

table.data2 th {
	border-right: 8px solid #005A8C;
	border-bottom: 1px solid #0E395D;
	text-align: left;
	padding: 5px 8px;
	/*font-size: 0.8em;*/
	width: 15%;
}

table.data2 tr td {
	border-bottom: 1px solid #0E395D;
	text-align: left;
	padding: 5px 8px;
	width: 85%;
}


/*---テーブル サムネイル---*/

table.data3 {
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	border: none;
	display: block;
}

table.data3 th{
	padding: 0;/*5px 8px;*/
}

table.data3 td {
	font-size: 0.9em;
	padding: 0 0 20px 0;/*5px 8px;*/
	text-align: center;
}

table.data3 td img{
	padding: 0 0 5px 0;
	margin: 0 16px;/*中央にセット～16px*/
}

/*左よせ*/
table.data3 td.left {
	font-size: 0.9em;
	padding: 0 0 20px 0;
	text-align: left;
}

table.data3 td.left img{
	padding: 0 0 5px 0;
	margin: 0 16px 0 0;
}

/*--- Quick Time---*/

.qt {
	width: 100%;
	background: #000;
	padding: 20px 0 30px 0;
	text-align: center;
}

/*--- page link-icon ---*/

span.link a:link {
	background: url(img/i-link.gif) no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 24px;
}

span.link a:hover {
	background: url(img/i-link-over.gif) no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 24px;
}

/*--- link-icon ul ---*/

ul.link {
	padding: 0 0 0 0px;
	margin: 0;
}

ul.link li{
	padding: 0;
	margin: 0;
	list-style: none!important;
	line-height: 24px;
}

ul.link li a:link {
	background: url(img/i-link.gif) no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 24px;
}

ul.link li a:hover{
	background: url(img/i-link-over.gif) no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 24px;
}

.pr {
	border: 2px dotted #0E395D;
	padding: 10px 15px;
	margin: 10px 0 20px 0;
	line-height: 160%;
	font-size: 1.2em;
}

.txt-yl{
	color: #fcdc41;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0 3px 0 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #111c24;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


.wp-caption {
	background: #111c24;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #D9D9D9;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #D9D9D9;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #111c24;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #D9D9D9;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	/*color: #888;*/
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	/*color: #ff4b33;*/
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 18px 0;
		display: none;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0 0 0 30px;
	background: url(img/bg-comment.gif) no-repeat;
	line-height: 24px;
}
/*
h3#comments-title {
	padding: 0;
}*/
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #0E395D;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #D9D9D9;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	/*color: #D9D9D9;*/
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	/*color: #ff4b33;*/
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	/*color: #888;*/
}
.reply a:hover,
a.comment-edit-link:hover {
	/*color: #ff4b33;*/
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #0E395D;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #000;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	color: #D9D9D9;
}

#respond {
	border-top: 1px solid #0E395D;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
	display: none;/*コメントフォームタグ説明*/
}

.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	font-size: 10px;
	/*color: #888;
	font-size: 12px;
	display: none;*/
}
#respond input {
	margin: 0 0 9px;
	width: 95%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 6px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: circle;
	margin-left: 8px;
	line-height: 1.8em;
}

.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

/*---sidebar h3見出し---*/
h3.widget-title {
	font-size: 0.8em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0 0 2px 2px;
	border-bottom: 1px solid #111c24;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.7em;
	text-align: right;
	border-top: 1px solid #FFF;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
	background: #012340;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #D9D9D9;
}
#wp-calendar tbody td {
	/*background: #000;*/
	border: 1px solid #012340;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #D9D9D9;
}
.widget_rss a.rsswidget:hover {
	/*color: #ff4b33;*/
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
	margin: 0;
	padding: 0;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	border-top: 1px solid #086283;
}
#colophon {
	overflow: hidden;
	padding: 15px 0 30px 0;
}
#site-info {
	float: left;
	width: 940px;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
#site-info strong {
	letter-spacing: 0.2em;
	padding-right: 20px;
}
#site-generator {
	float: left;
	width: 940px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

/*
#site-generator {
	font-size: 0.9em;
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

*/
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		/*border-bottom: 2pt solid #FFF;*/
		padding-bottom: 18pt;
	}
	#colophon {
		/*border-top: 2pt solid #FFF;*/
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	/*
	.entry-title {
		font-size: 21pt;
	}*/
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #0E395D;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
