@charset "utf-8";



/* ######################################
 ■Body
 ###################################### */

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;
}

table, th, td{
	border-collapse: collapse;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

body {
	text-align: center;
	color: #333;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"メイリオ", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	line-height:1.428;
		background: linear-gradient(-90deg,#c2e9fb, #F0FeFF);
/*	background-color: #F0FeFF;	
#background-color: #F8FdFF;
	background-color: #ffeefe;	
	background-color: #ff4813;	
	background-color: #9FEFEF;
#	background-color: #DFEDEF;
#	background-color: #
#background-image: url(/img/);
#background-repeat: repeat-x;*/
}


a:link {
	color: #480;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #480;
	text-decoration: none;
}

a:hover {
	color: #0f0;
	text-decoration: none;
}
a:hover {

	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;

}
		@-webkit-keyframes flash {
			0% {
				opacity: .4;
			}
			100% {
				opacity: 1;
			}
		}
		@keyframes flash {
			0% {
				opacity: .4;
			}
			100% {
				opacity: 1;
			}
		}

a:active {
	color: #000;
	text-decoration: none;
}


a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}
a:hover .opa{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
.opa a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}



ul, li {
	list-style-type: none;
}

article, aside, footer, header, hgroup, nav, section {
	display: block;
}

img{
	border: none;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

* html body { /* for IE6 */
	font-size: 100%;
}
 
*:first-child+html body { /* for IE7 */
	font-size: 100%;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after  {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0 !important;
}


.clearfix {
    display: block;
}



/* ######################################
 ■page
 ###################################### */


#page {
	max-width: 960px;
	margin: 0px auto;
}

/* ######################################
 ■header
 ###################################### */

#header {
	position: relative;
	max-width: 960px;
	height: 100px;
}

#site-title {
	position: absolute;
	top: 15px;
	left: 4px;
}
#englishSite #site-title {
	position: absolute;
	top: 20px;
	left: 4px;
}



/* header : #header-navi */

#header-navi {
	position: absolute;
	top: 70px;
	right: 8px;
}
#englishSite #header-navi {
	position: absolute;
	top: 70px;
	right: 8px;
}

#header-navi ul {
	list-style-type: none;
	font-size: 80%;
}

#header-navi ul li {
	background-image: url(/img/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	float: left;
	margin-left: 15px;
	padding-left: 18px;
}

#header-navi a:link,
#header-navi a:visited {
	text-decoration: none;
	white-space:nowrap;
}

#header-navi a:hover,
#header-navi a:active {
	text-decoration: underline;
}

/* header : #search form */

#search-form {
	position: absolute;
	top: 25px;
	right: 4px;
	display:none;
}

#search-form form,
#search-form input[type="text"],
#search-form img {
	display: inline;
	margin: 0;
	padding: 0;
}

#search-form img,
#search-form input[type="text"] {
	vertical-align: top;
	font-size:100%;
}

#search-form input.itext {
	background-color: #fff;
	width: 180px;
	height: 20px;
}


.fixmenu {
    position: fixed ;
    top: 0 ;
    z-index: 9999;
	width:100%;
	max-width:939px;
}

/* functions.php でフォームページ以外で非表示に設定済み */
.grecaptcha-badge {
// visibility: hidden; 
	opacity: 0.5;
}

/* ######################################
 ■Main
 ###################################### */

#main {
	max-width: 960px;
	margin: 0px auto 15px;
	text-align: left;
	}

.main-Inner {
	background-color:#fff;
	border:1px #CCC solid;
	padding:10px 10px 10px;
	border-radius:18px;
	box-shadow: inset 0 0 5px rgba(0,0,0,.3);
	}




/* ######################################
 ■breadcrumb
 ###################################### */

.breadcrumbs {
	height:16px;
	clear: both;
	padding:10px 10px 5px;
	font-size: 80%;
	color: #888;
	text-align:right;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color:#333;
	text-decoration:underline;
}

.breadcrumb a:hover, .breadcrumb a:active {
	color:#333;
	text-decoration:none;
}

/* ######################################
 ■primary
 ###################################### */

#primary {
	float:right;
	width: 700px;
	margin-light:10px;
	padding:0 10px 10px 0;
}

#primary-wide {
	width: 920px;
	margin:0 auto;
	padding:0 10px 10px;
}

/* ######################################
 ■secondary
 ###################################### */

#secondary {
	float: left;
	width: 190px;
	margin-left:10px;
}

#local-navi {
	background-color:#fafafa;
	margin-bottom: 10px;
}

#local-navi ul {
	border:1px #ddd solid;
}
#local-navi li {
	text-align:left;
	border:1px #fff solid;
	font-size:95%;
	background-color:#7F9F00;
	color:#fff;
}
#local-navi li a {
	display:block;
	padding:10px 0 10px 15px;
	text-decoration: none;
}
#local-navi li a:link { color: #fff;}
#local-navi li a:visited { color: #fff;}
#local-navi li a:hover { color: #f00;}
#local-navi li a:active { color: #f00;}

#local-navi li.current-menu-item > a {
	background-color:#f9f;
	color: #000;
}



/* sub-menu */
#local-navi ul li ul.sub-menu {
	text-indent:10px;
}
#local-navi ul li ul.sub-menu li {
	font-size: 95%;
}
#local-navi ul li ul.sub-menu li a {
	background-color:#fafafa;
	padding: 5px 0 5px 15px;
}
#local-navi ul li ul.sub-menu li a:link { color: #333;}
#local-navi ul li ul.sub-menu li a:visited { color: #333;}
#local-navi ul li ul.sub-menu li a:hover { color: #f00;}
#local-navi ul li ul.sub-menu li a:active { color: #f00;}

#local-navi ul.sub-menu li ul.sub-menu li > a {
	text-indent:20px;
	}

#local-navi ul li ul.sub-menu li.current-menu-item > a {
	background-color:#f9f;
	color: #000;
}


/* ######################################
 ■pagetop
 ###################################### */
.pagetop {
	clear: both;
	padding-bottom: 15px;
	margin-right:13px;
	text-align: right;
}

/* ######################################
 ■footer
 ###################################### */

#footer {
	clear:both;
	max-width: 960px;
	margin: 0px;
}

#footer-Inner {
	margin: 0px;
	padding:0px 0px 15px;
}

.footer-global {
	max-widh:650px;
	float:reft;
}

.footer-navi {
	float:right;
	width:220px;
	text-align:right;
}

.footer-global li,
.footer-navi li {
	float:left;
	font-size:90%;
	padding-left:10px;
	margin-left:15px;
}

.footer-global li a:link,
.footer-globl li a:visited,
.footer-navi li a:link,
.footer-navi li a:visited {
	text-decoration:none;
}

.footer-global li a:hover,
.footer-global li a:active,
.footer-navi li a:hover,
.footer-navi li a:active {
	text-decoration: underline;
}
.footer-global ul ul {
	display:none;
}


.copyright {
	clear:both;
	padding:20px 0;
	text-align:right;
	font-size:98%;
	color:#aaa;
}





/* ######################################
 ■page content
 ###################################### */

h1.entry-page-title,
h1.archive-title {
	color:#fff;
	letter-spacing: 0.3em;
	clear: both;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	padding:10px 20px 8px;
	margin:0 0 5px 0;
	background: url(/img/h1bg.png) repeat-x #000 bottom;
	border-left:3px #f00 double;
	border-bottom:2px #f00 solid;
}

.entry-content h1 {
	clear: both;
	font-size:120%;
	font-weight:bold;
	line-height:1.2em;
	padding:10px 20px 8px;
	margin:0 0 20px 0;
	background-color:#fafafa;
	border-bottom:1px #333 solid;
}

.entry-content h2 {
	clear: both;
	font-size:110%;
	font-weight:bold;
	line-height:1.2em;
	color:#FFFFFF;
	padding:10px 10px 8px 25px;
	margin:0 0 20px 0;
	background-color:#add;
}
.entry-content  a:hover h2{
	color:#Ff0;
}

.entry-content h3 {
	font-size:100%;
	font-weight:bold;
	line-height:1.2em;
	padding:10px;
	margin:0 0 10px 0;
	border-bottom:1px #aaa solid;
}


.entry-content {
	font-size:100%;
	line-height:1.5;
	min-height:300px;
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.entry-content p {
	margin:0  0px 14px 0;
	font-size: 100%;
	line-height: 1.5;
}

.entry-content ul {
	margin:0 20px 15px 20px;
	font-size: 90%;
}
.entry-content ul li {
	border-bottom: dotted 1px #b8b8b8;
	padding:5px 0 5px 30px;
	position:relative;
}
.entry-content ul li:before {
	padding:5px 0;
	content:"■";
	counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:0;
    left:8px;
	font-weight:bold;
	font-size: 1em;
	color:#0F0;
}

.entry-content ol {
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
	margin:0 20px 15px 20px;
	font-size: 90%;
}
.entry-content ol li {
    position:relative; /* Create a positioning context */
     /* Give each list item a left margin to make room for the numbers */
	border-bottom: dotted 1px #b8b8b8;
	padding:5px 0 5px 30px;
	*padding:5px 0px;
}
.entry-content ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:0;
    left:10px;
    padding:5px 0;
	color:#63c200;
    font-weight:bold;
	font-size: 1em;
    text-align:center;
}

.entry-content address {
	margin:0 0 15px 20px;
}


/* ######################################
 ■search
 ###################################### */
.searchBox {
	border:solid 1px #CCCCCC;
	padding:10px 15px;
	margin:0 0 10px 0;
}

.entry-content h3.searchTitle {
	margin:3px 0;
	font-size:120%;
}

.searchExcerpt {
	margin:10px;
	line-height: 1.7;
	padding-bottom: 10px;
}

.searchExcerpt,
.searchExcerpt p {
	font-size:100%;
}


.searchBox .btnMore {
	text-align:right;
}



/* ######################################
 ■icons
 ###################################### */
a.pdf { 
	padding-left:22px;
	margin-left:5px;
	background : url(/img/pdf_s.gif) no-repeat left center;
}

a.doc { 
	padding-left:22px;
	margin-left:5px;
	background : url(/img/ms-word_s.gif) no-repeat left center;
}

a.xls { 
	padding-left:22px;
	margin-left:5px;
	background : url(/img/ms-excel_s.gif) no-repeat left center;
}

a.zip { 
	padding-left:22px;
	margin-left:5px;
	background : url(/img/zip_s.gif) no-repeat left center;
}


/*****  ■gloval navi ***************/
#global-navi {
	background-color: #000;
	display: block;
	margin: 0px auto 0;
	width: 100%;
	float:left;
	border-radius:10px;
	z-index: 99999;
}


#global-navi .menu-global-navi-container,
div.menu {
	margin: 0 12px;
}

#global-navi .menu-global-navi-container ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#global-navi .menu-global-navi-container li,
div.menu li {
	float: left;
	position: relative;
}
#global-navi a {
	color: #fff;
	display: block;
	line-height: 48px;
	padding: 0 18px;
	font-size:14px;
	text-decoration: none;
}
#global-navi ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	float: left;
	background: #333;
	z-index: 99999;
}
#global-navi ul ul li {
	width: 180px;
	border-radius:5px;
}
#global-navi ul ul ul {
	left: 110%;
	top: 0;
}
#global-navi ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px 20px 10px 20px;
	width: auto;
	height: auto;
}
#global-navi li:hover > a,
#global-navi ul ul :hover > a {
	background: #333;
	color: #fff;
}
#global-navi ul li:hover > ul {
	display: block;
}
#global-navi ul li.current_page_item > a,
#global-navi ul li.current-menu-ancestor > a,
#global-navi ul li.current-menu-item > a,
#global-navi ul li.current-menu-parent > a {
	color: #ff0;
}
* html #global-navi ul li.current_page_item a,
* html #global-navi ul li.current-menu-ancestor a,
* html #global-navi ul li.current-menu-item a,
* html #global-navi ul li.current-menu-parent a,
* html #global-navi ul li a:hover {
	color: #fff;
}


#toggle {
	display: none;
}

/*
 WP-PageNavi plugin
*/

.wp-pagenavi {
	clear: both;
	text-align:center;
	padding:10px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #999;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999;
	background: #f9f9f9;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*
 PageNavi
*/

.pagenavi {
	margin:20px 0px 40px;
	overflow:hidden;
	clear:both;
}

#prev_btn {
	float:left;
	font-size:90%;
	}

#next_btn {
	float:right;
	font-size:90%;
}

#prev_btn a,
#next_btn a{
	display: block;
	font-size: 95%;
	text-align:center;
	border:1px solid #aaa;
	padding:4px 10px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
	background: #ff69b4;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#ffd1e8), to(#ff69b4));
	background: -moz-linear-gradient( top, #ffd1e8, #ff69b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1e8', endColorstr='#ff69b4');
}
#prev_btn a:hover,
#next_btn a:hover{
	color:red;
	background: #FCF;
}

/* ######################################



 ■wp-pagenavi





div.wp-pagenavi{
    clear: both;
    text-align:center;
    margin:10px 0;
    font-family:Georgia,serif;
    font-style:italic;
    }
div.wp-pagenavi a{
    border: 1px solid #ddd;
    color: #888;
    padding: 5px 5px;
    margin: 0 4px;
    text-decoration: none;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    }
div.wp-pagenavi a:hover{
    background:rgba(0,0,0,.5);
    border: 1px solid #888;
    color: #fff;
    }
div.wp-pagenavi span.current{
    border:1px solid #aaa;
    color: #fff;
    padding:5px 5px;
    margin: 0 4px;
    background:#aaa;
    border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset
    , 0 0 2px rgba(255, 255, 255, 0.3) inset
    , 0 0 10px rgba(0, 0, 0, 0.1) inset
    , 0 1px 2px rgba(0, 0, 0, 0.1);
    -box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset
    , 0 0 2px rgba(255, 255, 255, 0.3) inset
    , 0 0 10px rgba(0, 0, 0, 0.1) inset
    , 0 1px 2px rgba(0, 0, 0, 0.1);
    webkit-box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset
    , 0 0 2px rgba(255, 255, 255, 0.3) inset
    , 0 0 10px rgba(0, 0, 0, 0.1) inset
    , 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset
    , 0 0 2px rgba(255, 255, 255, 0.3) inset
    , 0 0 10px rgba(0, 0, 0, 0.1) inset
    , 0 1px 2px rgba(0, 0, 0, 0.1);
}
div.wp-pagenavi span.pages{
    border: 1px solid #ddd;  color: #444;
    padding:5px 5px;  margin: 0 4px;
    background:rgba(0,0,0,.1);
    border-radius: 3px;
    -border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    }
	
	
.pagenavi a{
	display: block;
	font-size: 14px;
	float:right;
	text-align:center;
	text-transform: uppercase;
	border:1px solid #aaa;
	padding:4px 20px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
	background: #428ec9;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#ffd1e8), to(#ff69b4));
	background: -moz-linear-gradient( top, #ffd1e8, #ff69b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1e8', endColorstr='#ff69b4');
}
.pagenavi a:hover{
	color:red;
	background: #59d;
}

.more{
	display: block;
	font-size: 14px;
	width:60px;
	float:right;
	text-align:center;
	text-transform: uppercase;
	border:1px solid #aaa;
	padding: .3em 0;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
	background: #428ec9;
	-webkit-border-radius: 5px;
	-moz-border-radius:  5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#ffd1e8), to(#ff69b4));
	background: -moz-linear-gradient( top, #ffd1e8, #ff69b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd1e8', endColorstr='#ff69b4');
}

 ###################################### */



/* ######################################
 ■responsive
 ###################################### */
 
 
 .container {
	 	max-width:690px;
 } 	

@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto ;
width /***/:auto ;　
}

	#primary {
	width: 100%;
	margin:0;
	padding:0 0 5px;
}
#primary-wide {
	width: 100%;
	margin:0 ;
	padding:0 0 5px;
}
#global-navi a {
	display: block;
	line-height: 3em !important;
	height:3em !important;
	font-size:14px !important;
}

#header-navi {display:none;}

table, .w700 {width:100%;}

}


@media screen and (max-width: 482px){

body {
	font-size:13px;
}

input,textarea {width:98% !important;}

#global-navi a {
	line-height: 2em !important;
	height:2em !important;
	padding: 0 7px;
}


#global-navi ul ul {
	display:none !important;
	
}
	
.garakame_shinsho {
	width:100px !important;
	height:160px !important;
	margin:5px !important;
}

.garakame_shinsho img {
	width:100px !important;
	height:159px !important;
}

.garakame_bunko {
	width:90px !important;
	height:135px !important;
	margin:7px !important;
}

.garakame_bunko img {
	width:90px !important;
	height:131px !important;
}

}

@media screen and (max-width: 400px){

#header {
	height:80px !important;
}

.shikishi_present, .shikishi_present img {
	width:100px !important;
	height:109px !important;
}
#flashContent{
	margin:5px !important;
	width:50% !important;
}
.illust {width:170px !important;margin:3px 0 !important;}

}

@media screen and (max-width: 375px){

body {
}

#header {
	height:70px !important;
}
#site-title{
	top:5px;
	}
#global-navi a {
	line-height: 2em;
	height:2em ;
	font-size:10px !important;
	}


#menu-global-navi li  {
	height:1em !important;
	line-height:1em;
	width:auto !important;
	font-size:14px !important;
	padding:12px !important;
}
 
#menu-item-70,
#menu-item-403,
#menu-item-1090{
	display:none !important;
}

}
	
