@charset "utf-8";

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-style:normal;
    font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
	margin: 0 auto;
}

blockquote, q {
	quotes: none;
}

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

input, textarea,{
	margin: 0;
	padding: 0;
}

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

img.noborder { border: none !important; padding: 0 !important; background: #fff !important;}

img.border { border: #d8d8d8 1px solid !important; padding: 2px !important; background: #fff !important;}

.youtube { border: #d8d8d8 1px solid !important; background: #fff !important; padding: 8px 5px 0 5px !important;}

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

p .caption {
	font-size: 12px;
	color: #666;
	float: right;
}

a         {cursor: pointer; color:#0061d8;}
a:hover   {color:#00c6ff;}
a:visited {color:#66769f;}

.normallink a { text-decoration: none;}

a:focus   {outline: none; border:none;}

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

.clearfix {
	min-height: 1px;
}

.nonborder {
  border:none;
  outline:none;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.hidden {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

::-moz-selection { background: #fdff69; color: #000; text-shadow: none; }
::selection { background: #fdff69; color: #000; text-shadow: none; }
		
body {
    padding:0;
    margin: 0;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	background: url(../images/bg.png) repeat #f2f2f2;
    overflow-x: hidden;
}



/* header */
header {
	width: 100%;
	min-height: 71px;
	background-color: #fff;
	z-index: 200;
	position: fixed;
	_position: absolute; /* IE6 */
	top: 0;
	float: left;
}

#grid-header {
	min-width: 730px;
	max-width: 2000px;
}

header h1#logo {
	margin-top: 7px;
	/margin-bottom: 10px;
	padding: 0;
	float: left;
}

header #search {
	width: 21px;
	height: 21px;
	display: block;
	padding: 0;
}

header .line {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	left: 0;
}

/* navi */

ul#navi {
	float: right;
}

ul#navi-1 {
	float: right;
	margin-right: 20px;
	_margin-right: 10px;
	_border-top: #cccccc 1px solid;
	_border-left: #cccccc 1px solid;
	/width: 715px;
}

ul#navi-2 {
	clear:right;
	float: right;
	margin-right: 20px;
	_margin-right: 10px;
	_border-left: #cccccc 1px solid;
	/width: 715px;
}

ul#navi-1 li {
	float: left;
	width: 120px;
	height: 37px;
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
}

ul#navi-2 li {
	float: left;
	width: 120px;
	height: 37px;
	margin-top: -1px;
	margin-left: -1px;
	overflow: hidden;
}


@media screen and (min-width: 1750px) {
	header h1#logo {
	margin-right: 750px;
	}
}


@media screen and (max-width: 989px) {
	header {
	position: absolute;
	}
	
	/* メニュー5個のとき
	header h1#logo {
	margin-bottom: 10px;
	}
	*/
}



/* news */
ul#grid-news {
	min-width: 730px;
	max-width: 2000px;
    list-style-type: none;
	margin: 92px 0 0 0;
	padding: 0;
	display: block;
}

@media screen and (max-width: 989px) {
	/* メニュー5個のとき
	ul#grid-news {
	margin: 167px 0 0 0;
	}
	*/
}

ul#grid-news li {
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-news .update {
	color: #999999;
	font-size: 10px;
	vertical-align: text-top;
	margin-right: 10px;
}

ul#grid-news h2 {
	margin-bottom:0;
}

ul#grid-news h2 a:hover {
	color: #0061d8 !important;
}

ul#grid-news h2 .title {
	font-size: 14px;
	line-height: 20px;
	vertical-align: text-top;
	color: #000;
}

ul#grid-news img.topnews {
	width: 111px;
	height: 111px;
	float: left;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
}

ul#grid-news img.newsphoto {
	width: 111px;
	height: 111px;
	float: right;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
	margin: -10px -10px 0 10px;
}

ul#grid-news div.summary-content {
	padding: 10px 10px 10px 130px;
	min-height: 93px;
}

*+html ul#grid-news div.summary-content {
	padding: 10px 10px 10px 20px;
	min-height: 93px;
}

ul#grid-news div.summary-content a {
	text-decoration: none;
	color: #333;
	}

ul#grid-news div.summary {
	text-align: left;
	overflow-x: hidden;
}

* html ul#grid-news div.summary {
	text-align: left;
	overflow-x: hidden;
	margin-bottom: 20px;
}



/* grid link */
ul li.link-s {
	height: 18px;
	line-height: 18px;
	white-space: nowrap;
	margin: 0 5px 5px 0 !important;
	float: left;
	background: #fff url(../images/link-s.png) -1px -1px no-repeat;
	border: 1px solid #d8d8d8;
}

.link-s a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	display: block !important;
	padding: 0 5px 0 25px;
}


/* BLDING */
ul#bld {
	width: 730px;
	height: 100px;
	display: block;
	margin: 0 auto;
	
}

ul#bld li {
	float: left;
	width: 228px;
	height: 100px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
}

@media screen and (max-width: 989px) {
	ul#bld {
	width: 745px;
	}
}




/* grid contents */
ul#grid-content {
    list-style-type: none;
	margin: 20px 0 60px 0;
	padding: 0;
	min-width: 730px;
	max-width: 2000px;
}

ul#grid-content li {
	width: 228px;
	height: 228px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-content li.free {
	width: 228px;
	height: auto;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-content li.blog {
	width: 230px;
	height: 480px !important;
	border: none;
	background-color: #eeece7;
    margin: 0 20px 20px 0;
}

ul#grid-content .grid-a {
	width: 226px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-b {
	width: 226px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-c {
	width: 476px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-d {
	width: 476px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-f {
	width: 226px;
	margin: 1px;
	text-align: left;
	overflow: visible;
}

ul#grid-content .grid-g {
	width: 726px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-h {
	width: 726px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .grid-twitter {
	width: 230px;
	height: 480px !important;
	margin: 0;
	text-align: left;
	overflow: hidden;
}

ul#grid-content .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}	

ul#grid-content h2 {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-content h2.noimg {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 20px 0;
}

ul#grid-content p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-content a {
	font-size: 12px;
	text-decoration: none;
}

ul#grid-content .news a {
	font-size: 12px;
	text-decoration: underline;
}

.blog  a {
	color: white;
	text-decoration: none !important;
	background: url(../images/blog-point.png) 0 6px no-repeat ;
	padding: 0 0 0 11px;
	
}

.blog  a:hover {
	text-decoration: underline !important;
}


/* grid ad */

section#ad {
	width: 100%;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.1);
}

ul#grid-ad {
    list-style-type: none;
	margin: 20px 0 60px 0;
	padding: 0;
	min-width: 730px;
	max-width: 2000px;
}

ul#grid-ad li {
	width: 228px;
	height: 113px;
	padding: 1px 0;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-ad .ad {
	width: 226px;
	height: 113px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}



/* pagetitle-index */
#pageindex {
	min-width: 730px;
	max-width: 2000px;
    list-style-type: none;
	margin: 92px 0 0 0;
	padding: 0;
	display: block;
}

@media screen and (max-width: 989px) {
	/* メニュー5個のとき
	#pageindex {
	margin: 167px 0 0 0;
	}
	*/
}

#pageindex .midashi {
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
	text-align: center;
}

#pageindex h2 {
	background-color: #2c4197;
	margin: 1px;
	padding: 7px 10px 4px;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 32px;
	color: #ffffff;
}



/* contact-index */
#contactindex {
	min-width: 730px;
	max-width: 2000px;
    list-style-type: none;
	margin: 92px 0 0 0;
	padding: 0;
	display: block;
}

@media screen and (max-width: 989px) {
	#contactindex {
	height: 350px;
	margin: 167px 0 0 0;
	}
}



/* search */
#search input {
	font-size: 24px;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #d8d8d8;
	color: #666666;
	vertical-align: middle;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search #search_button {
	background: url(../images/search-btn.png) no-repeat;
	border: 0px;
	width: 51px;
	height: 51px;
	padding: 0;
	margin: 0 0 0 -6px;
	cursor: pointer;
} 

#search {
	height: 350px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
	text-align: center;
}

#search  h2 {
	width: 448px;
	height: 29px;
	color: #333333;
	margin: 90px auto 50px; 
	background: url(../../contact/images/title.png) no-repeat;
}

#search input[type="text"]:focus {
     border: 1px solid #d8d8d8;
     outline: 0;  /* safari */
	 -webkit-appearance:none;
}


#search-result {
	background-color: #ffffff;
    margin: 0 20px 20px 0;
	text-align: center;
}

#search-result input {
	font-size: 24px;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	margin: 0 -20px 0 0;
	border: 1px solid #d8d8d8;
	color: #666666;
	vertical-align: middle;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#search-result #search_button {
	background: url(../images/search-btn.png) no-repeat;
	border: 0px;
	width: 51px;
	height: 51px;
	padding: 0;
	margin: 0 -20px 0 -6px;
	cursor: pointer;
} 

#search-result input[type="text"]:focus {
     border: 1px solid #d8d8d8;
     outline: 0;  /* safari */
	 -webkit-appearance:none;
}

#search-result p.hit {
	font-size: 12px;
	padding: 0;
	margin: 10px -20px 20px 0px;
	text-align: center;
	overflow: hidden;
}

#search-result p.attention {
	color: #ff3a61;
	font-size: 12px;
	padding: 0;
	margin: 20px -20px 20px 0px;
	text-align: center;
	overflow: hidden; 
}

#search-result p.num {
	font-size: 14px;
	line-height: 35px;
	margin: 20px -20px 20px 0px;
	text-align: center;
	border: 1px solid #d8d8d8;
	background: #faf9f5;
}

#search-result div.contents {
	text-align: left;
	margin: 0 -20px 0 0px;
	overflow: hidden;
}



/* pagetitle-normal */
#pagetitle {
	width: 980px;
	margin: 92px auto 0;
	padding: 0;
	display: block;
}

#pageback {
	width: 980px;
	margin: -21px auto 20px !important;
	padding: 0;
}

#pageback a {
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #333333;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}

#pageback a:hover {
	background-color: #555555;
}

#pagetitle .midashi {
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 0 20px 0;
	text-align: center;
}

#pagetitle h2 {
	background-color: #2c4197;
	margin: 1px;
	padding: 7px 10px 4px;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 32px;
	color: #ffffff;
}


/* page banner */
ul#grid-banner {
    list-style-type: none;
	margin: 20px 0 60px 0;
	padding: 0;
	width: 230px;
	clear: left;
}

ul#grid-banner li {
	width: 228px;
	height: 228px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-banner div.grid-a {
	width: 226px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-banner .grid-b {
	width: 226px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-banner .grid-c {
	width: 476px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-banner .grid-d {
	width: 476px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-banner .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}	

ul#grid-banner h2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-banner h2.noimg {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 20px 0;
}

ul#grid-banner p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-banner a {
	text-decoration: none;
}

/* page normal banner */
ul#n-banner {
    list-style-type: none;
	margin: 0;
	padding: 0;
	width: 230px;
	clear: left;
}

ul#n-banner li {
	width: 228px;
	height: 228px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#n-banner div.grid-a {
	width: 226px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#n-banner .grid-b {
	width: 226px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#n-banner .grid-c {
	width: 476px;
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#n-banner .grid-d {
	width: 476px;
	height: 476px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#n-banner .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}	

ul#n-banner h2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 10px 0;
}

ul#n-banner h2.noimg {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 20px 0;
}

ul#n-banner p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 15px;
	margin: 10px 0;
}

ul#n-banner a {
	text-decoration: none;
}


@media screen and (max-width: 989px) {
	ul#grid-banner {
		display: none;
	}
	ul#n-banner {
		display:;
	}
}


/* page */
#contentwrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: left;
}

#localnavi {
	width: 230px;
	float: right;
	padding: 0;
	display: block;
}

#localnavi ul {
	float: left;
	_border-top: #d8d8d8 1px solid;

}

#localnavi ul#menu {
	margin-bottom: 20px;
	margin-top: 1px;
}

#localnavi ul#menu li a {
	width: 198px;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding: 10px 10px 8px 20px;
	_padding: 10px 10px 8px 20px;
	background: #ffffff url(../images/localnavi-arrow.png) 7px 14px no-repeat;
	border: #d8d8d8 1px solid;
	margin-top: -1px;
}

#localnavi ul#menu li {
	_margin-bottom: -24px; /* IE6  */
}

#localnavi ul#menu li a:hover {
	background: #faf9f5 url(../images/localnavi-arrow-over.png) 7px 14px no-repeat;
}

#localnavi ul#menu li.on a {
	color: #ffffff;
	background: #333333 url(../images/localnavi-arrow-on.png) 7px 14px no-repeat;
}

#localnavi ul#menu li.on a:hover {
	color: #ffffff;
	background: #333333 url(../images/localnavi-arrow-on.png) 7px 14px no-repeat;
}

#localnavi ul#event {
	width: 228px;
	margin: 0;
	padding: 0 0 8px 0;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
}

#localnavi ul#event li.title {
	width: 208px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 10px 8px 10px;
	background: #e6211a;
	border: #d8d8d8 1px solid;
	margin: -1px 0 5px -1px;
}

#localnavi ul#event li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding: 5px 10px 0 20px;
	/padding: 3px 10px 0 20px;
	_margin-bottom: -23px;
	background: #ffffff url(../images/localnavi-arrow.png) 7px 10px no-repeat;
}

#localnavi ul#event li a:hover {
	color: #ff544c;
	background: url(../images/event-arrow-on.png) 7px 10px no-repeat;
}

#maincontent {
	width: 730px;
	min-height: 730px;
	float: left;
	padding: 0;
	display: block;
}

#maincontent article.box {
	width: 688px;
	_width: 687px;
	text-align: left;
	padding: 25px 20px 10px;
	_padding: 25px 0 20px 10px;
	margin: 0 0 20px 0;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
	overflow: auto;
	/overflow:;
}

#maincontent article.boxfull {
	width: 728px;
	_width: 727px;
	text-align: center;
	padding: 4px 0;
	_padding: 4px 0;
	margin: 0 0 20px 0;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
	overflow: auto;
	/overflow:;
}

#maxcontent {
	width: 980px;
	_width: 979px;
	min-height: 600px;
	margin: 0 auto;
	padding: 0;
	display: block;
	font-size: 14px;
}

#maxcontent article.maxbox {
	text-align: left;
	padding: 25px 20px 10px 20px;
	margin: 0 auto 20px;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
	overflow: auto;
}

#maxcontent article.maxbox-news {
	text-align: left;
	padding: 25px 20px 0 20px;
	margin: 0 auto 20px;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
	overflow: auto;
}

#maxcontent article.maxbox-search {
	text-align: left;
	padding: 25px 20px 20px 20px;
	margin: 0 auto 20px;
	display: block;
	background: #ffffff;
	border: #d8d8d8 1px solid;
}

@media screen and (max-width: 989px) {
	#maincontent article.box {
		/margin-top: 20px;
	}
	#maxcontent {
		width: 730px;
		/overflow: hidden;
	}
	#maxcontent article.maxbox {
		width: 688px;
	}	
	#maxcontent article.maxbox-news {
		width: 688px;
	}
	#maxcontent article.maxbox h3 {
		width: 696px !important;
		*width: 698px !important;
	}
	#maxcontent article.maxbox-news h3 {
		width: 696px !important;
		*width: 698px !important;
	}
	#maxcontent article.maxbox-search {
		/width: 730px !important;
	}
}

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

}




#maincontent article.box h3 {
	width: 696px;
	/width: 698px;
	_width: 697px;
	text-align: center;
	padding: 15px 15px 13px;
	/padding: 17px 15px 11px;
	_padding: 18px 15px 10px;
	margin: -25px 0 30px -20px;
	/margin: -26px 0 30px -21px;
	_margin: -26px 0 30px -21px;
	display: block;
	font-size: 20px;
	color: #000000;
	background: #faf9f5;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
	/border: #d8d8d8 1px solid;
	/outline: none;
}

#maincontent article.boxfull h3 {
	width: 696px;
	/width: 698px;
	_width: 697px;
	text-align: center;
	padding: 15px 15px 13px;
	/padding: 17px 15px 11px;
	_padding: 18px 15px 10px;
	margin: -4px 0 30px 0px;
	/margin: -5px 0 30px -1px;
	_margin: -5px 0 30px -1px;
	display: block;
	font-size: 20px;
	color: #000000;
	background: #faf9f5;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
	/border: #d8d8d8 1px solid;
	/outline: none;
}

#maxcontent article.maxbox h3 {
	width: 946px;
	/width: 948px;
	_width: 947px;
	text-align: center;
	padding: 15px 15px 13px;
	/padding: 17px 15px 11px;
	_padding: 18px 15px 10px;
	margin: -25px 0 30px -20px;
	/margin: -26px 0 30px -21px;
	_margin: -26px 0 30px -21px;
	display: block;
	font-size: 20px;
	color: #000000;
	background: #faf9f5;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
	/border: #d8d8d8 1px solid;
	/outline: none;
}

#maxcontent article.maxbox-news h3 {
	width: 946px;
	/width: 948px;
	_width: 947px;
	text-align: center;
	padding: 15px 15px 13px;
	/padding: 17px 15px 11px;
	_padding: 18px 15px 10px;
	margin: -25px 0 0 -20px;
	/margin: -26px 0 0 -21px;
	_margin: -26px 0 0 -21px;
	display: block;
	font-size: 20px;
	color: #000000;
	background: #faf9f5;
	border: #ffffff 1px solid;
	outline: #d8d8d8 1px solid;
	/border: #d8d8d8 1px solid;
	/outline: none;
}

#maxcontent article.maxbox-news a {
	text-decoration: none;
}

#maincontent article.box p {
	margin-bottom: 15px;
}

#maincontent article.boxfull p {
	padding: 0 20px 0;
	margin-bottom: 15px;
}


#maincontent article.box p.clear {
	clear: both;
	height: 20px;
}

#maincontent article.box img {
	border: #d8d8d8 1px solid;
	padding: 2px;
	background: #ffffff;
	vertical-align: bottom;
}

#maincontent article.boxfull img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.photo {
	border: #d8d8d8 1px solid;
	padding: 2px !important;
	background: #ffffff;
	vertical-align: bottom;
}

p.midashi {
	font-size: 18px;
	color: #333333;
	_margin-top: 60px;
}

p.midashi-L {
	font-size: 32px;
	line-height: 40px;
	color: #333333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 60px !important;
	_margin-top: 60px;
	font-weight: bold;
}

#maxcontent article.maxbox p {
	margin-bottom: 15px;
}


#maxcontent article.maxbox img {
	border: #d8d8d8 1px solid;
	padding: 2px;
	background: #ffffff;
	vertical-align: bottom;
	margin-left: 20px;
}

#maxcontent article .update {
	font-size: 12px;
	color: #666;
	margin-right: 20px;
	vertical-align: text-top;
}

#maincontent article .update {
	font-size: 12px;
	color: #666;
	margin-right: 20px;
	vertical-align: text-top;
}



@media screen and (max-width: 989px) {
#pagetitle {
	width: 730px;
	/* メニュー5個のとき
	margin: 167px auto 0 !important;
	*/
}

#pageback {
	/width: 728px !important;
}

#pageback a {
	width: 728px;
}

#contentwrap {
	width: 730px !important;
}

#localnavi {
	width: 730px !important;
}

#localnavi ul {
	_border-top: #d8d8d8 1px solid;
}
	
#localnavi ul#menu {
	float: right !important;
	width: 323px !important;
	margin-left: 20px;
	_margin-left: 0;
}

#localnavi ul#menu li a {
	width: 323px !important;
	float: right !important;
}

#localnavi ul#event {
	float: left !important;
	width: 353px !important;
	margin: 0 0 20px 0 !important;
}

#localnavi ul#event li.title {
	width: 333px !important;
}


}


/* smartphone */
.smp-banner {
	display: none;
}

@media screen and (max-width: 989px) {
.smp-banner {
	display: block;
	width: 351px;
	height: 80px;
	float: left;
	border: #d8d8d8 1px solid;
	padding: 1px;
	background: #ffffff;
	margin: 0 0 20px 0;
}
}

/* page link */
ul li.link {
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	margin: 0 10px 10px 0 !important;
	background: #fff url(../images/link.png) -1px -1px no-repeat;
	border: 1px solid #d8d8d8;
}

.link a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: block !important;
	padding: 2px 8px 0 35px;
}

.link a:hover {
	background: #faf9f5 url(../images/link.png) -1px -1px no-repeat;
}



/* footer */
footer {
	width: 100%;
	padding: 20px 0;
	color: #999999;
	background: #333333;
}



/* footer sitemap */
footer #sitemap {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	margin: 20px 0;
	/margin: 40px 0 20px;
	white-space: nowrap;
	min-width: 730px;
	max-width: 2000px;
}

footer #sitemap ul {
	min-width: 50px;
	padding: 0 0 0 20px;
	margin: 0 10px 30px 10px;
	height: auto;
	background: url(../images/sitemapline.gif) repeat-y left;
}

footer #sitemap ul ul {
	text-align: left;
}

ul#sitemap ul ul li {
	float: left;
}

footer #sitemap a {
	color: #999999;
	text-decoration: none;
}

footer #sitemap a:hover {
	color: #ffffff;
}

footer #sitemap h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

footer #sitemap p.sitemapline {
	width: 2px;
	height: 100%;
	background: url(../images/sitemapline.gif) repeat-y left;
}

@media screen and (max-width: 989px) {
footer #sitemap {
	width: 730px !important;
}
}



/* footer grid */
ul#grid-footer {
    list-style-type: none;
	padding: 0;
	display: block;
	min-width: 730px;
	max-width: 2000px;
}

ul#grid-footer li {
	width: 228px;
	border: 1px solid #d8d8d8;
	background-color: #ffffff;
    margin: 0 20px 20px 0;
}

ul#grid-footer .grid-address {
	height: 226px;
	margin: 1px;
	text-align: left;
	overflow: hidden;
}

ul#grid-footer .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}	

ul#grid-footer h2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-footer h2.noimg {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 0 15px;
	margin: 20px 0;
}

ul#grid-footer h2.address {
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding: 0 15px;
	margin: 10px 0 0 0;
}

ul#grid-footer p.address {
	width: 226px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	line-height: 16px;
}

ul#grid-footer p.tel {
}

ul#grid-footer p.tel a {
	cursor: none;
}

ul#grid-footer p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0 15px;
	margin: 10px 0;
}

ul#grid-footer a {
	text-decoration: none;
}



/* footer menu */
#footermenu {
	margin-top: 28px;
	/margin-top: 20px;
	min-width: 730px;
	max-width: 2000px;
}

footer .copyright {
	font-size: 14px;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 40px;
}

footer .company a {
	margin-right: 90px;
	margin-top: -2px;
	width: 89px;
	height: 26px;
	background: url(../images/gakkyusha_off.png) no-repeat;
	display: block;
}

footer .company a:hover {
	background: url(../images/gakkyusha_on.png) no-repeat;
}

#footermenu ul {
    list-style-type: none;
	padding: 0;
	display: block;
}

#footermenu ul li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	text-decoration: none;
}

#footermenu ul a {
	text-decoration: none;
	color: #999999;
}

#footermenu ul a:hover {
	text-decoration: none;
	color: #ffffff;
}

.footerline {
	width: 100%;
	height: 2px;
	position: relative;
	bottom: 60px;
	/bottom: 50px;
	left: 0;
}



/* pagetop */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	*float: right;
	*margin-bottom: 0px;
}

#page-top a {
	width: 70px;
	height: 70px;
	display: block;
	background: url(../images/toppage_off.png) no-repeat;
}

#page-top a:hover {
	background: url(../images/toppage_on.png) no-repeat;
}


/*アンカー調整*/

.hideAnchor {
	display: block;
    height: 0px;
    /height: 1px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -117px;
    padding-bottom: 117px;
}
	
@media screen and (max-width: 989px) {
.hideAnchor {
    margin-top: -46px;
    padding-bottom: 46px;
}
}




/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/

/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/

/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/

/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/

/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/

/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/

/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
