/*
 Theme Name: Twenty Twelve Custom Child
 Template: twentytwelve
*/

/* ここから下に、昔の style.css の中身をそのままコピペ */


/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
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;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/* Add CSS */

body {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: normal;
}



#clear {
	clear: both;
}

#comments,
.comments-link,
#none {
	display: none;
}

#page {
	border-top: 10px;
	border-top-color: #eeeeee;
	border-top-style: solid;
}

.site-title {
	width: 1000px;
	height: 85px;
	margin: 0 auto;

}

#descriptionheader {
	background-color: #0a4a23;
	padding: 5px 0;
}

#description {
	width: 1000px;
	margin: 0 auto;
}

.site-description{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}


.menu-toggle,
.assistive-text {
	display: none;
}


#nav {
	background-color: #222;
	z-index: 9999;
	margin: 0;
	border-top: 10px;
	border-top-color: #eeeeee;
	border-top-style: solid;
}

.menu {
	width: 1000px;
	margin: 0 auto;
	height: 40px;
	text-align: center;
}

ul.menu li {
	float: left;
	position: relative;
	z-index: 9999;
	height: 35px;
	font-size: 15px;
	padding: 5px 7px 0 7px;
	font-weight: bold;
	display: inline-block;
	width: 128px;
}

ul.menu li a {
	padding: 5px 8px 5px 8px;
}

ul.menu li a:link,
ul.menu li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.menu li a:hover {
	background-color: #fff;
	color: #0a4a23;
	text-decoration: none;
}

#nowpage a,
#nowpage a:link,
#nowpage a:visited {
	background-color: #fff;
	color: #0a4a23;
	text-decoration: none;
}



* html ul.menu li{
	display:inline;
	zoom:1;
}
*+html ul.menu li{
	display:inline;
	zoom:1;
}
ul.menu li a{
	display:block;
	text-decoration:none;
	position:relative;
}

ul.sub{
	display: none;
	background-color: #222;
}
* html ul.sub{
	zoom:1;
	position:relative;
}
*+html ul.sub{
	zoom:1;
	position:relative;
}
ul.sub li {
	float:none;
	font-size: 11px;
	height: auto;
	z-index: 9999;
	padding-top: 10px;
	font-weight: nomal;
	text-align: left;
	display: block;
}

ul.sub li:last-child {
	padding-bottom: 5px;
}

ul.sub li a:link,
ul.sub li a:visited {
	color: #fff;
	width: 80px;
}
ul.sub li a:hover {
	color: #0a4a23;
}

ul.menu{
	zoom:1;
	text-align: center;
}

/*

#nav ul {
	text-align: cenrter;
	list-style-type: none;
	position: relative;
	left: 50%;
}
.menu li {
	display: inline-block;
	left: -50%;
}

ul.sub {
	left: 0%!important;
}

.sub li {
	display: block!important;
	left: 0%!important;
}

*/

#mainmoviecontent{
	width: 640px;
	margin: 0 auto;
	padding: 30px 0;
}


#mainmoviecontent {
	zoom: 1;
}


.moviebutton {
	margin-left: 10px;
}


.topicsheader {
	background-color: #791515;
	border-style: solid;
	border-color: #ddd;
	border-width: 5px 0;
}

.topicsheader h1 {
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#topics {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.topics-library {
	width: 490px;
	float: left;
}

.topics-all {
	width: 490px;
	float: right;
	position: relative;
}

.underline {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98ba2f;
	margin-bottom: 10px;
}

.underline2 {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ef6d2f;
	margin-bottom: 10px;
}

.special {
	margin-bottom: 30px;
}

.special h2 {
	background-color: #791515;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 10px;
}

.special li {
	list-style: none;
	margin-left: 10px;
}


.special2 {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fafafa;
}

.special2 h2 {
	background-color: #791515;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.special2 li {
	list-style: none;
	margin: 10px;
	padding: 5px;
	background-color: #fff;
}


.special3 {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fafafa;
}

.special3 h2 {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98ba2f;
	margin-bottom: 10px;
}

.special3 li {
	list-style: none;
	margin: 10px 0;
	padding: 10px 5px;
	background-color: #fff;
}


.special4 {
	border-style: solid;
	boeder-color: #333;
	border-width: 5px;
	padding: 20px;
	float: left;
	width: 450px;
	background-color: #fefefe;
}

.special4 h1 {
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: normal;
	display: block;
	text-align: center;
	width: 470px;
	margin-left: -20px;
}

.special4 h2 {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin-bottom: 10px;
}

.special4 li {
	margin-bottom: 20px;
	list-style: none;
}


.special5 {
	float: right;
	padding: 0 20px;
	width: 460px;
}

.special5 h2 {
	background-color: #98ba2f;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: normal;
}

.special5 li {
	margin-bottom: 20px;
	margin-left: 10px;
	list-style: none;
}

.special img{
	width:100%;
	height:auto;
}

#importantform textarea {
	width:285px;
}


.mainline {
	background-color: #5c1118;
}

.mainline2 {
	background-color: #333;
}

.mainline-body {
	width: 1000px;
	margin: 0 auto;
}

.mainline-body h2 {
	color: #fafafa;
	font-weight: bold;
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}

.entry-title,
.entry-meta {
	display: none;
}


#langtable {
	margin-bottom: 30px;
}

#langtable td {
	padding: 10px;
}


/* Blogcontent */

.nav-single {
	display: none;
}

#blogprimary {
	width: 1000px;
	margin: 0 auto;
}

#blogcontent {
	width: 680px;
	float: left;
	background-color: #fafafa;
}

#blogcontent article {
	padding: 30px 20px;
}

#secondary {
	width: 300px;
	float: right;
	padding-bottom: 30px;
}

.widget {
	margin-bottom: 30px;
}

.widget-title {
	border-style: solid;
	border-color: #333;
	border-left-width: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.textwidget a {
	padding: 0 10px;
}

.screen-reader-text {
	display: none;
}

#s {
	width: 235px;
	margin-left: 10px;
}


.blog-title {
	font-size: 20px;
	margin-bottom: 15px;
	border-style: dotted;
	border-color: #333;
	border-bottom-width: 3px;
	padding-bottom: 20px;
}

.entry-header p {
	margin-bottom: 50px;
}

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

.blogadd {
	margin: 30px 0;
	padding-top: 30px;
	background-color: #fff;
}

.blogadd h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.blogcontact {
	margin: 30px 0;
	padding: 30px;
	border-style: solid;
	border-color: #333;
	border-width: 5px;
}

.media li {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
}




/* Footer */

#colophon {
	background-color: #0a4a23;
	margin-top: 30px;
}

.site-info {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.footer-left {
	width: 680px;
	float: left;
}

.footer-right {
	width: 300px;
	float: right;
}

#sitecredit {
	background-color: #333;
}



/* Other Device */

@media only screen and (min-device-width : 320px)
and (max-device-width : 480px) {

#descriptionheader {
	width:1060px;
}

#page {
	width:1060px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


}


@media only screen and (min-device-width : 768px)
and (max-device-width : 1024px) {

#descriptionheader {
	width:1060px;
}


#page {
	width:1060px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}


}


.imgstyle2021 img {
	width:100%;
	height: auto;
	margin-top:30px;
}

.grecaptcha-badge { visibility: hidden; }