﻿/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body {
	color: #000;
	line-height: 1.5;
	margin: 0;
background:url(images/bg02.png) repeat-y top center,url(images/bg01.jpg) no-repeat top center;
}

a {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ffcc99;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
	margin: 0;
}

h4 {
	font-size: 18px;
	margin: 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/*oringinal---------------------------------*/

ul,dl {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
	list-style:none;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: center;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	background-color:#CCCCCC;
	color:#fff;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
	text-align:center;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#mc_navi{
	background-color:#666;
	height: 25px;
	width:100%
	position: fixed;
	z-index: 999;
	padding:5px 0;
	font-size:12px;
}

#mc_navi .inner{
	max-width:960px;
	width:100%;
	margin:0 auto;
}

#mc_navi .inner a{
	color:#fff;
	margin:0 20px 0 20px;
}




#page{
}


.site {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 960px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0px auto;
	max-width: 604px;
	width: 100%;
}


.page-template-page2-php .entry-content,
.page-template-page2-php .entry-meta {
	max-width: 960px;
	padding: 0;
}



/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}





/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.footer{
width:100%;
margin:0 auto;
padding:0px;
background:#006600;
color:#fff;
}

.foot_inner{
max-width:960px;
margin:0 auto;
padding:20px;
}

.half{
width:45%;
margin:1%;
float:left;
}

.copyright{
text-align:center;
clear:both;
}


/**
 * 8.0 Original
 * ----------------------------------------------------------------------------
 */


#main_img{
background:#000;
background-image:url(images/main01.jpg);
background-repeat:no-repeat;
background-position:center top;
width:100%;
max-width:960px;
min-height:777px;
margin:20px auto;
padding:120px 0 0 0;
overflow:hidden;
font-size:14px;
}


#main_img img.text01{
width:100%;
max-width:435px;
}

#main_img img.text02{
width:100%;
max-width:601px;
}

#main_img img.text03{
width:100%;
max-width:310px;
}

#main_img .main_text{
width:100%;
max-width:960px;
padding:0 20px 20px 20px;
margin:0px auto;
}

.main_text_inner{
padding:10px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
color:#fff;
}
.top_ban{
text-align:center;
margin:20px 0;
}

.top_ban a{
color:#fff;
}





.blog_box{
	background-color:#eeeeee;
	padding-bottom:5px;
	margin:30px 0;
}


.info_box .list_title{
	background-color:#006600;
	padding:5px;
	margin:0 0 10px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
}


.info_box dt{
	background-color:#fff;
	padding:20px 20px 20px 0px;
	margin:0 10px 0 10px;
font-size:18px;
font-weight:bold;
}

.info_box dd{
	background-color:#fff;
	padding:0 20px 20px 20px;
	margin:0 10px 10px 10px;
}


.info_box .inbox{
	background-color:#fff;
	padding:5px;
	margin:0;
}






/* トップページ用ボックス */


.top_contents {
	max-width: 980px;
	margin: 10px auto;
	padding: 0;
}


.flow{
background: url(images/line03.png) no-repeat center 50px;
margin:0;
padding:20px 0;
}

.box_green{
	background:#006600;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:20px;
	margin:0 auto;
width:200px;
}


.grid {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	list-style: none;
}

.grid-cell {
	margin: 10px 10px;
	padding: 10px 30px;
	line-height: 1.2;
	flex: 1;
background:#fff;
}

.title{
color:#0066CC;
font-weight:bold;
margin:0 0 10px 0;
font-size:18px;
}

.norikura .title{
color:#006600;
font-weight:bold;
margin:0 0 10px 0;
font-size:18px;
}

.norikura .bot a{
background:#006600;
color:#fff;
font-weight:bold;
margin:20px auto;
width:250px;
padding:10px;
text-align:center;
display:block;
}


.utsukushi .title{
color:#d16c15;
font-weight:bold;
margin:0 0 10px 0;
font-size:18px;
}

.utsukushi .bot a{
background:#d16c15;
color:#fff;
font-weight:bold;
margin:20px auto;
width:250px;
padding:10px;
text-align:center;
display:block;
}



/* トップページ用シリーズ戦説明ボックス */

#slidetoggle_menu{
max-width: 960px;
margin:0 auto;
padding:40px;
background:#fff;
background-image: url(images/toggle_bg.png);
background-position: center;
background-repeat: no-repeat;
/* box-shadow */
box-shadow:0px 0px 50px 0px #1696db inset;
-moz-box-shadow:0px 0px 50px 0px #1696db inset;
-webkit-box-shadow:0px 0px 50px 0px #1696db inset;

/* border-radius */
/* border */
border:5px solid #033379;
}

#slidetoggle_menu img{
width:100%;
/*
max-width: 626px;
*/
margin:0 auto;
text-align:center;
}


#slidetoggle_menu h3{
color:#033379;
}

.toggle_title { 
background-color:#1696db;
margin:10px auto 0px auto;
padding:5px;
color:#fff;
text-align:center;
font-weight:bold;
font-size:20px;
/*
max-width:300px;
*/
cursor: pointer;
cursor: hand;
}
.toggle_inner {
margin:0 auto;
padding:20px;
/*
display:none;
*/
}

.result{
display:block;
background-image:url(images/icon_pdf.png);
background-position:left middle;
background-repeat:no-repeat;
padding:20px 0 0 50px;
margin:10px 0 0 0 ;
}

.gallery img{
width:31.5%;
margin:5px;
}




/**
 * 9.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {

}

@media (max-width: 999px) {


}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {

#main_img{
background:#000;
background-image:url(images/main01.jpg);
background-repeat:no-repeat;
background-position:center top;
background-size:contain;
width:100%;
max-width:767px;
min-height:777px;
margin:0 auto 10px auto;
padding:50px 0 0 0;
overflow:hidden;
font-size:14px;
}

#main_img .main_text{
width:100%;
max-width:767px;
padding:5px;
margin:0px auto;
}

.main_text_inner{
padding:5px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
color:#fff;
}

.footer h3{
text-align:center;
}


.half{
background:#339933;
margin:10px 0;
padding:10px 0 5px 0;
width:100%;
float:none;
text-align:center;
}





	
}

@media (max-width: 643px) {
	.site-title {
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 10px;
		padding-right: 10px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}


.contents {
	max-width: 643px;
	margin: 10px auto;
	padding: 0;
}

#mc_navi{
display:none;
}


.main_text_inner{
background:rgba(0,0,0,0.5);
border:none;
padding:10px;
}

.flow{
background:none;
}

.grid {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.grid-cell {
	margin: 10px 0;
	padding: 10px;
}

table.outline th{
	white-space:normal;
}

#content .entry-content{
margin:10px 0;
padding:0;
}

.blog_box{
margin:0;
padding:0;
}

#slidetoggle_menu{
padding:10px;
}

.toggle_inner{
padding:10px;
}

.gallery img{
width:100%;
margin:5px;
}

}

/* Mobile devices */
@media (max-width: 359px) {

}


/**
 * 10.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


