/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template,
[hidden] {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button,
input,
select,
textarea {
	font: inherit;
}
optgroup {
	font-weight: bold;
}
button,
input,
select {
	overflow: visible;
}
button,
input,
select,
textarea {
	margin: 0;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}
[disabled] {
	cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0; /* 3 */
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/*---------------------------------------------------------------------------
* reset
-----------------------------------------------------------------------------*/
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;
	vertical-align: middle;
	font-size: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}

html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	width: 100%;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content: '';
	content: none;
}
input,textarea{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"],
button[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"]{
	/* border-radius: 0; */
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
button[type="submit"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
button[type="submit"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
ol,ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
a{
	color: inherit;
	font-weight: inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline: none;
}
:hover{
	/* -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease; */
}

body{
	height: 100%;
	line-height: 1.4;
	color: #666;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,Arial,"Lucida Grande",sans-serif;
	font-size: 1.4em; /*初期化のためem表記　以降rem表記*/
	/* background: #f0f0f2; */
	speak: none;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* clearfix */
.cf{display: inline-block;}
.cf:after{content: "."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0;}
* html .cf{height: 1%;}
.cf{display: block;}



/*2016.10.26 add start*/
.caption_content {
    position:relative;
    overflow:hidden;
}

.caption_text {
    position:absolute;
    left:0;
    top:100%;
    color:#fff;
    padding:10px;
    width:100%;
    height:30%;
	font-size:1rem;
	line-height:1.5em;
}

.caption_text span.caption_title{
	font-weight:bold;
	font-size:1.5em;
}
.cap_bgcolor_blk{background-color: rgba(0, 0, 0, 0.7);}
.cap_bgcolor_red{background-color: rgba(255, 0, 0, 0.7);}
.cap_bgcolor_blu{background-color: rgba(0, 0, 255, 0.7);}
/*2016.10.26 add end*/
/*2017.1.25 add end*/
#rectlogo{display:none;width:140px;padding:5px;}
#squarelogo{display:block;margin:auto;}
/*2017.1.25 add end*/
