/* CSS Document */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.4; }
body {
	background-color: #FFF;
	color: #333;
	border-top: 0px solid #ef858c;
	font:14px/1.331 arial,helvetica,clean,sans-serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;

}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Links
   ========================================================================== */

a:link,a:visited { color: #e5004f; text-decoration: none; }
a:link,a:visited { color: #FF3366; text-decoration: none; }
a:link,a:visited { color: #e5004f; text-decoration: none; }
a:hover { color: #e5004f;text-decoration: underline; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul{
	margin:0;padding:0;
}
li{
	margin:0;padding:0;
}

ul.deflist{
	padding-left:20px !important;
}
.deflist li{
	list-style:disc !important;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] {  -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
ul li{
	list-style: none;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */




/**********************************
 wrap
**********************************/

#wrap {
	margin: 0px auto 0px auto;
	overflow:hidden;
}

#content_main{
background-color:#F9F8F4;
border-bottom:#CCCCCC 1px dotted;
}


/**********************************
 header2015
**********************************/

#header_sub h1{
	float:left;
	width:350px;
}
#header_sub{
	width:100%;
	height:143px;
	margin:0 auto;
	background-color:#FE8D9D;
	background-color:#FFEFE2;
	/* background-image:url("/_include/img/2020/backimg2023.jpg");
	background-image:url("/_include/img/2024/backimg2024.jpg"); */
	background-image:url("/_include/img/2025/backimg2025b.jpg");
	background-position:center -100px;
	border-bottom:8px solid #b34747;
	background-repeat: no-repeat;
}
#logo30th{
	width:1070px;
	margin:0 auto;
}
#threenavi{
	float:left;
	margin-top:60px;
	margin-left:50px;
}
#logo30th_sp{
	display:none;
}
#threemenu ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	height:40px;
}

#threemenu li {
	list-style-type: none;
	margin-left:16px;
	height:40px;
	float: left;
	display: block;
	cursor: pointer;
}

#header-inner{
	padding-bottom:50PX
}
/**********************************
 header
**********************************/
#header {
	width: 954px;
	height: 85px;
	margin: 0px auto 0px auto;
}

#headersp {
	width: 954px;
	height: 24px;
	margin: 0px auto 0px auto;
}
#headersp {
	width: 954px;
	height: 24px;
	margin: 0px auto 0px auto;
}
#siteid {
	float: left;
	height: 65px;
	padding-top: 16px;
}
#siteidsp {
	float: right;
	height: 25px;
	padding-top: 0px;
}

#header_bnr {
	float: right;
	width: 430px;
	padding-top: 10px;
}

.header_bnr_pr {
	margin-right: 3px;
	font-size:10px;
	float:left;
	display: block;
}

/**********************************
 global navi
**********************************/
#gnavi_bg {
	/*background-image: url("../img/bg_gnavi.gif");
	background-repeat: repeat-x;
	height: 54px;*/
	border-bottom:#E10050 6px solid;
	border-top:#E10050 6px solid;
	background-color:#262626;
}

#gnavi_bgsp {
	/*background-image: url("../img/bg_gnavi.gif");
	background-repeat: repeat-x;
	height: 54px;*/
	border-bottom:#E10050 1px solid;
	border-top:#E10050 0px solid;
	background-color:#B61B43;
	height:6px;
}

#gnavi {
	width: 956px;
	height: 40px;
	margin: 0px auto 0px auto;
	
}

#gnavi ul {
	margin:0px;
	padding:0px 0px 0px 0px;
	height:40px;
}

#gnavi li {
	list-style-type: none;
	height:40px;
	float: left;
	display: block;
	cursor: pointer;
}

#bam_nav{
	display:none;
}

#gnavi_bg_rez{
	display:none;
}
.shadow{
	width:940px;
	margin:0 auto;
	text-align: center;
}

/**********************************
 contents
**********************************/
#cts {
	width: 954px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #F9F8F4;
	/* border-left:1px solid #dddddd;
	border-right:1px solid #dddddd; */
	/*background-image:url("/_include/img/shadow-.png");*/
	background-position:top center;
	background-repeat:no-repeat;
}



/**********************************
 footer
**********************************/

#footer_navi{
	background-color: #B61B43;
	color: #ffffff;
	background-image:url("/_include/img/line_shadow.png");
	background-repeat:repeat-x;
}

#footer_navi_in {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
	font-size:1.1em;
	letter-spacing:3px;
	line-height: 1.5;
}

#footer_navi_in a:link, #footer_navi_in a:visited { color: #ffffff; text-decoration: none; }
#footer_navi_in a:hover { color: #ffffff; text-decoration: underline; }

#footer_navi_inl{
	width: 200px;
	float: left;
}
#footer_navi_inc{
	width: 200px;
	float: left;
	white-space: nowrap;
}
#footer_navi_inc li {
	width:170px;
	background-color:#C62D53;
	padding:3px 0 3px 6px;
	margin-bottom:5px;
}
#footer_navi_inc li a{
	display:block;
	text-decoration: none !important;
}
#footer_navi_inr{
	width: 200px;
	float: right;
}
#footer_navi_inr ul{
	padding:0;
}
#footer_navi_inr li{
	padding:0 0 10px 0;
	height:10px;
	display: table-cell;
	vertical-align: middle;
}

#footer_navi_inr2 li{
	padding:0 0 10px 0;
	height:200px;
	display: table-cell;
	vertical-align:middle;
}
.contact2{
	margin-top:10px;
	padding:5px 5px 3px 45px;
	border:2px solid #000;
	background-color:#fff;
	border-radius:8px;
	color:#000000;
	background-image:url("/_include/img/foot_contact.jpg");
	background-position:top left;
	background-repeat:no-repeat;
}
.contact2 a{
	color:#EC0067 !important;
	font-weight:bold;
}

#footer {
	background-color: #262626;
	color: #ffffff;
	border-top:1px olid #000000;
	font-size:0.9em;
}
#footer_in {
	width: 954px;
	margin: 0px auto 30px auto;
	padding: 20px 0px 30px 0px;
}

#footer_inl {
	width: 55%;
	float: left;
}

#footer_inr {
	width: 40%;
	float: right;
	text-align: right;
}


/*------------------------------
　utility
------------------------------*/

.pl7pt5pb5 { padding-left: 7px; padding-top: 5px; padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.fb { font-weight: bold; }
.padt15 { padding-top: 15px; }

.pressvisible{
	display:none;
}
.wp-block-latest-posts__list li, .widget_recent_entries li{
	margin-bottom:5px;
	list-style-type:disc;
}

/*------------------------------
　clearfix
------------------------------*/

.clear {
	clear: both;
}

/***** clearfix >> ******/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/***** clearfix << ******/


/*
* {border:solid red 1px;}
*/

/**********************************

 responcive selector

**********************************/


@media only screen and (min-width:641px) and (max-width:900px) {

}

@media only screen and (max-width: 640px) {
/**********************************
 header2015
**********************************/
#header_sub{
	background-image:url("/_include/img/2025/backimg2025b.jpg");
	background-position:30% 53%;
	height:170px;
	border-bottom: 8px solid #2dfadd69;
}

#header_sub h1{
	float:none;
	width:100%;
}
#logo30th{
	display:none;
}
#logo30th_sp{
	display:block;
	width:100%;
}
#headersp {
	width: 100%;
}
#headersp img{
	width: 100%;
	max-width:100%;
}
.annilogo{
	position:relative;
	float:left;
	width:38%;
	height:auto;
	margin:0 auto;
	left:0;
	padding-left:0;
	max-width:200px;
}
.annilogo img{
	width:86%;
	max-width:200px;
}
.threemanu{
	padding-top:10px;
	position:relative;
	width:170px;
	float:right;
	height:auto;
	left:0;
	top:0;
	margin-left:0px;
}
.threemanu img{
	margin-bottom:12px;
}
#threenavi{
	float:none;
	margin:0 auto;
	margin-top:10px;
}

#header-inner{
	padding-bottom:0PX
}
/**********************************
 contents
**********************************/

#cts {
	width:100%;
	background-color: #FFFFFF;
	border:none;
	background-image:url("/_include/img/shadow.png");
	background-position:center top;
	background-repeat:no-repeat;
}


/**********************************
 footer
**********************************/
footer{
	overflow:hidden;
}
#footer_navi_in {
	width: 100%;
}
#footer_in {
	width: 100%;
}


#footer_navi_inl{
	width: 120px;height:200px;
	float: left;
}
#footer_navi_inc{
	width: 180px;
}
#footer_navi_inr{
	padding-top:10px;
	width: 100%;
	clear:both;
	
}
#footer_navi_inr ul{
	width:200px;
	margin:0 auto 0 auto;
}

#footer_inl {
	width: 100%;
	text-align: left;
	font-size:0.8em;
}

#footer_inr {
	width: 100%;
	text-align: left;
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:20px;
}
}
@media only screen and (min-width:480px) and (max-width: 640px) {
header{
	background-position:30% 10%;
}
.annilogo{
	position:relative;
	float:left;
	width:200px;
	height:auto;
	margin:0 auto;
	left:0;
	padding-left:0;
}
.annilogo img{
	width:100%;
	max-width:160px;
}
.threemanu{
	padding-top:40px;
	position:relative;
	width:55%;
	float:right;
	height:auto;
	left:0;
	top:0;
	margin-left:0px;
}
}
