/* リセット */
html {
	overflow-y: scroll;
	color: #000;
}
 
body {
	margin: 0;
	padding: 0;
	font: 13px/1 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust:none;
}
 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
 
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;
}


 
select, input, button, textarea {
	font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	*font-size: 100%;
}
 
table {
	border-collapse: collapse;
	border-spacing :0;
	font-size: inherit;
	font: 100%;
}
 
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
 
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
 
abbr, acronym {
	border: 0;
	font-variant: normal;
}
 
ol, ul {list-style: none;}
 
caption, th {text-align: left;}
 
fieldset, img {border: 0;}
 
legend {color: #000;}
 
sup {vertical-align: text-top;}
 
sub {vertical-align: text-bottom;}
 
q:before, q:after {content: '';}

img, div { behavior:url(../../js/iepngfix/iepngfix.htc); }


/* for SmartPhone */
@media print, screen and (max-width:719px) {

.only-pc { display:none; }
.only-sp { }



/*カスタマイズ*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
	font-size: 13px;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	-webkit-text-size-adjust:none;
	background-color:#FFFFFF;
}

html,body { height:100%; }

select,
input,
button,
textarea {
font:100%;
}

table {
font-size:inherit;
font:100%;
}

textarea { 
font-size: 100%; 
}

.body { width:100%; height:100%; }

#contents {
	width:100%; background-color:#FFFFFF; color:#666666;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
}

#contents .main { width:100%; }
#contents .main img { width:100%;}

#contents .header { width:100%; overflow:hidden; position:relative; border-bottom:1px solid #DDDDDD; }
#contents .header .logo { margin:11px 0px 4px 10px; float:left; }
#contents .header .logo img { height:32px; }


#contents .link-block { width:80%; margin:12px 0px 0px 26px; }
#contents .link-block ul { width:100%; padding:0; margin:0; }
#contents .link-block li { padding:0; margin:0; }
#contents .link-block li p {
	position:relative; display:block; 
	padding:0px 0px 0px 2px;
}
#contents .link-block li p a { font-size:14px; color:#CC0000; font-weight:bold; }
#contents .link-block li p a:hover { text-decoration:none; }
#contents .link-block li p::after,
#contents .link-block li p::before {
	display: block;
	content: '';
	position: absolute;
}
#contents .link-block li p::after {
	/*
	top:-.15em;
	left: -1.2em;
	width: 18px;
	height: 18px;
	background-color: #CC0000;
	border-radius: 100%;
	*/
}
#contents .link-block li p::before {
	z-index: 2;
	top: .18em;
	left: -.75em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #CC0000;
}


#contents .title-block { margin:14px 10px 0px 10px; }
#contents .title-block .inner { width:100%; display:table; overflow:hidden; position:relative; margin:0px 10px 0px 0px; }
#contents .title-block .inner .head { 
	display:table-cell; width:6px; height:23px;
	background-color:#1D7400;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contents .title-block .inner h1 { padding:3px 0px 0px 6px; display:table-cell; vertical-align:middle; color:#000000; font-weight:bold; font-size:16px; line-height:120%; }
#contents .title-block .inner h1 br { display:none; }
#contents .title-block .inner h2 { padding:3px 0px 0px 0px; display:table-cell; vertical-align:middle; color:#000000; font-weight:bold; font-size:16px; line-height:120%; }
#contents .title-body { margin:14px 0px 0px 0px; font-size:13px; color:#FFFFFF; font-weight:bold; line-height:140%; background-color:#CC0000; padding:12px 10px 12px 10px; text-align:center; }
#contents .title-body span { color:#FFFFFF; font-size:17px; }
#contents .title-texts { font-size:12px; line-height:120%; margin:10px 10px 0px 10px; padding-left:1em; text-indent:-1em; }
#contents .title-link { margin:15px 10px 0px 22px; line-height:120%; }
#contents .title-link a { display:inline-block; position: relative; font-size:13px; color:#CC0000; font-weight:bold; text-decoration:none; }
#contents .title-link a::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #CC0000;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -4px;
}
#contents .title-link a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	cursor:pointer;
}


#contents .list-A { margin:8px 10px 0px 10px; } 
#contents .list-A li { margin:0px 0px 4px 0px; line-height:130%; font-size:13px; color:#333333; display:block; /*padding-left: 1em; text-indent: -1em;*/ }
#contents .list-A .sub { margin:0px 0px 4px 1em; padding-left: 1em; text-indent: -1em; color:#666666; }
#contents .list-A .title { padding-top:0px; font-weight:bold; color:#000000; }
#contents .list-A .title a { font-size:14px; color:#CC0000; font-weight:bold;  }
#contents .list-A .title a:hover { text-decoration:none; }
#contents .list-A .space { height:2px; font-size:6px; }
#contents .list-A .other { }
#contents .list-A .other span { font-size:11px; }
#contents .list-A .texts { margin:0px 0px 8px 0px; font-size:13px; line-height:120%; color:#000000; }
#contents .list-A .texts-red { margin:10px 0px 0px 0px; font-size:14px; font-weight:bold; color:#CC0000; line-height:120%; }


#contents .photo { margin:20px 0px 0px 0px; width:100%; overflow:hidden; }
#contents .photo ul { width:100%; overflow:hidden; position:relative; }
#contents .photo li { display:block; margin:0px 0px 6px 0px; text-align:center; }
#contents .photo li p {
	color:#666666;
	font-size:12px; line-height:120%; text-align:center;
	padding:2px 10px 8px 10px;
}
#contents .photo li p br { display:none; }
#contents .photo li img { width:80%; }


#button { width:100%; margin:4px 0px 0px 0px; /*background-color:#EEEEEE;*/ }
#button .contents { margin:0px 10px 0px 10px; }

#button .contents .inner { width:100%; padding:6px 0px 6px 0px; }
#button .contents .inner .box { width:100%; vertical-align:middle; text-align:center; }
#button .contents .inner .box a {
	font-size: 15px; display:block; font-weight:bold; line-height:120%; 
	color: #050505; margin:0px 0px 0px 0px;
	padding: 8px 8px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}
#button .contents .inner .box a span { font-size:12px; font-weight:normal; }
#button .contents .inner .box a:hover {
	text-decoration:none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}



#page-top { margin:30px 0px 0px 0px; width:100%; }
#page-top .inner { display:table; width:100%; margin:0px 0px 0px 0px; overflow:hidden; position:relative; bakcground-color:#DDDDDD; }
#page-top .inner .right { display:table-cell; overflow:hidden; position:relative; text-align:right; vertical-align:bottom; }
#page-top .inner .right img { float:right; height:30px; margin:0px 10px 0px 12px; }
#page-top .inner .copyright { display:table-cell; padding:0px 0px 12px 10px; color:#B2B2B2; vertical-align:middle; vertical-align:bottom; font-size:7px; }



}

/* for PC&TABLET */
@media print, screen and (min-width: 720px) {



.only-pc { }
.only-sp { display:none; }

/* カスタマイズ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, verdana, arial, clean, sans-serif;
	font-size: 13px;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 0;
	-webkit-text-size-adjust:none;
	background-color:#EEE;
}

html,body { height:100%; }

select,
input,
button,
textarea {
font:100%;
}

table {
font-size:inherit;
font:100%;
}

textarea { 
font-size: 100%; 
}

.body {
	height:100%;
	background-color:#FFFFFF; color:#666666;
	-webkit-box-shadow: #333 0px 0px 10px;
	-moz-box-shadow: #333 0px 0px 10px;
	box-shadow: #333 0px 0px 10px;
}


#contents { }

#contents .main { }
#contents .main img { }

#contents .header { width:100%; overflow:hidden; position:relative; border-bottom:1px solid #DDDDDD; }
#contents .header .logo { margin:14px 0px 4px 20px; float:left; }
#contents .header .logo img { height:40px; }


#contents .link-block { width:100%; margin:16px 0px 0px 36px; }
#contents .link-block ul { width:100%; display:table; }
#contents .link-block li { width:50%; display:table-cell; margin:0px 0px 0px 0px; }
#contents .link-block li p {
	position: relative;
	padding:0px 0px 0px 4px;
}
#contents .link-block li p a { font-size:16px; color:#CC0000; font-weight:bold; }
#contents .link-block li p a:hover { text-decoration:none; }
#contents .link-block li p::after,
#contents .link-block li p::before {
	display: block;
	content: '';
	position: absolute;
}
#contents .link-block li p::after {
	/*
	top:-.15em;
	left: -1.2em;
	width: 18px;
	height: 18px;
	background-color: #CC0000;
	border-radius: 100%;
	*/
}
#contents .link-block li p::before {
	z-index: 2;
	top: .18em;
	left: -.75em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #CC0000;
}


#contents .title-block { margin:25px 10px 0px 20px; }
#contents .title-block .inner { width:100%; display:table; overflow:hidden; position:relative; margin:0px 10px 0px 0px; }
#contents .title-block .inner .head { 
	display:table-cell; width:7px; height:21px;
	background-color:#1D7400;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#contents .title-block .inner h1 { padding:3px 0px 0px 6px; display:table-cell; vertical-align:middle; color:#000000; font-weight:bold; font-size:160%; line-height:120%; }
#contents .title-block .inner h2 { padding:3px 0px 0px 0px; display:table-cell; vertical-align:middle; color:#000000; font-weight:bold; font-size:18px; line-height:120%; }
#contents .title-body { margin:22px 0px 0px 0px; font-size:18px; line-height:150%; color:#FFFFFF; background-color:#CC0000; padding:12px 20px 12px 20px; text-align:center; }
#contents .title-body span { color:#FFFFFF; font-size:24px; font-weight:bold; }
#contents .title-texts { font-size:14px; line-height:130%; margin:10px 20px 0px 20px; padding-left:1em; text-indent:-1em; }
#contents .title-link { margin:18px 20px 0px 32px; line-height:130%; }
#contents .title-link a { display:inline-block; position: relative; font-size:14px; color:#CC0000; font-weight:bold; text-decoration:none; }
#contents .title-link a::before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #CC0000;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -4px;
}
#contents .title-link a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	cursor:pointer;
}


#contents .list-A { margin:10px 20px 0px 20px; } 
#contents .list-A li { margin:0px 0px 4px 0px; line-height:130%; font-size:14px; color:#333333; display:block; /*padding-left: 1em; text-indent: -1em;*/ }
#contents .list-A .sub { margin:0px 0px 4px 1em; padding-left: 1em; text-indent: -1em; color:#666666; }
#contents .list-A .title { padding-top:0px; font-weight:bold; color:#000000; }
#contents .list-A .title a { font-size:14px; color:#CC0000; font-weight:bold;  }
#contents .list-A .title a:hover { text-decoration:none; }
#contents .list-A .space { height:6px; font-size:8px; }
#contents .list-A .other { }
#contents .list-A .other span { font-size:12px; }
#contents .list-A .texts { margin:0px 0px 8px 0px; font-size:16px; line-height:130%; color:#000000; }
#contents .list-A .texts-red { margin:8px 0px 0px 0px; font-size:16px; font-weight:bold; color:#CC0000; }


#contents .photo { margin:20px 0px 0px 20px; width:680px; overflow:hidden; }
#contents .photo ul { width:720px; overflow:hidden; position:relative; }
#contents .photo li { float:left; display:block; width:330px; height:260px; margin:0px 20px 20px 0px; overflow:hidden; position:relative; }
#contents .photo li p {
	position:absolute; bottom:0; z-index:1000; width:310px;
	background-color:rgba(51,51,51,0.6);
	color:#FFFFFF;
	font-size:12px; line-height:120%; text-align:center;
	padding:10px 10px 10px 10px;
}
#contents .photo li img { width:100%; }


#button { width:100%; margin:12px 0px 0px 0px; padding:0px 0px 4px 0px; /*background-color:#EEEEEE;*/ }
#button .contents {
	width:720px;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	margin:auto;
	overflow:hidden; position:relative;
}

#button .contents .inner { display:table; width:100%; padding:0px 0px 0px 0px; }
#button .contents .inner .box { display:table-cell; vertical-align:middle; text-align:center; width:910px; padding:0px 0px 10px 0px; }
#button .contents .inner .box a {
	font-size:20px; width:640px; display:block; font-weight:bold; line-height:120%;
	color: #050505; margin:0px 0px 0px 20px;
	padding: 10px 18px 7px 18px; text-decoration:none;
	background: -moz-linear-gradient(
		top,
		#f7ff00 0%,
		#ffbf00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f7ff00),
		to(#ffbf00));
	-pie-background: linear-gradient(#f7ff00, #ffbf00);	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 2px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
	box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 1px rgba(46,6,46,0);
}
#button .contents .inner .box a span { font-size:16px; font-weight:bold; }
#button .contents .inner .box a:hover {
	text-decoration:none;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


#page-top { border-bottom:1px solid #EDEDED; margin:40px 20px 0px 20px; width:680px; }
#page-top .inner { display:table; width:100%; margin:0px 0px 0px 0px; overflow:hidden; position:relative; bakcground-color:#DDDDDD; }
#page-top .inner .right { display:table-cell; overflow:hidden; position:relative; text-align:right; vertical-align:bottom; }
#page-top .inner .right img { float:right; }
#page-top .inner .copyright { display:table-cell; color:#B2B2B2; vertical-align:middle; vertical-align:bottom; font-size:80%; padding-bottom:12px; }


}



