/* ===================================================================
リセット及びbody初期設定 
=================================================================== */

/*基本スタイル*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	font-size: 100%;
	/*overflow-y: scroll;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#8D8D8D;
	text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin:0;
	padding:0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a:hover img, input:hover{
	   filter: alpha(opacity=80);
		 -moz-opacity:0.80;
		 opacity:0.80;
	   }
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ruby { 
	ruby-position: alternate; /* 初期値 */
}
rt {
  font-size: 0.5em;
}
.rt-larger {
  font-size: 0.7em; /* フォントサイズを大きく */
}
.rt-left {
  text-align: left;
}
.rt-center {
  text-align: center;
}

/*----------------------------------- 
  img responsible
------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
    width: 100%;
    height: auto;
}


body {
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 100%;
	line-height:180%;
	color:#5D5D5D;
}
textarea {
	font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size: 100%;
	line-height:180%;
	color:#5D5D5D;

}
input, select {
	font-family: YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style:none;
}

/*アイコン*/
.pdf {
background: url(../images/common/icon_pdf.jpg) no-repeat;
    height: 25px;
    width: 20px;
    padding: 5px 15px;
    margin: 5px 0;
    }
a.pdf {
background: url(../images/common/icon_pdf.jpg) no-repeat right center;
    padding: 0 20px 0 0;}
.xls {
background: url(../images/common/icon_excel.jpg) no-repeat;
    height: 25px;
    width: 20px;
    padding: 5px 15px;
    margin: 5px 0;
    }
a.xls {
background: url(../images/common/icon_excel.jpg) no-repeat left 1px;
    padding: 0 0 0 20px;}
.blank {
background: url(../images/common/icon_blank.jpg) no-repeat;
    height: 25px;
    width: 20px;
    padding: 5px 15px;
    margin: 5px 0;
    }
a.blank {
background: url(../images/common/icon_blank.jpg) no-repeat right 1px;
    padding: 0 20px 0 0;}
.circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #e60019;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
	border-radius: 10px;
	margin-right: 5px;
}

/* リンク装飾 罫線 */
.filelink {
	margin: 10px 0;
	border-bottom: dotted 1px #ccc;
	border-top: dotted 1px #ccc;
	padding: 10px;
	font-size: 110%;
}
.filelink a {
	padding: 10px;
	background: url(../images/icon_arrowR.png) no-repeat left center;
}



/*回り込み関連*/

.no_mt{margin-top:0!important;}
.no_mb{margin-bottom:0!important;}

.left{text-align:left!important;}
.right{text-align:right!important;}
.center{text-align:center!important;}

.f_left{float:left;}
.f_right{float:right;}


.mb00 {margin-bottom:0px!important;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb12 {margin-bottom:12px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mt05 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt12 {margin-top:12px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.ml05 {margin-left:5px;}
.ml10 {margin-left:10px!important;}
.ml12 {margin-left:12px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml24 {margin-left:24px!important;}
.ml30 {margin-left:30px!important;}
.ml40 {margin-left:40px!important;}
.ml50 {margin-left:50px!important;}
.ml60 {margin-left:60px!important;}
.mr05 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}
.mr60 {margin-right:60px;}
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pb05 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pl05 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl30 {padding-left:30px;}
.pl40 {padding-left:40px;}
.pr05 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr30 {padding-right:30px;}
.pr40 {padding-right:40px;}



.block{display:block;}
.none{display:none!important;}
.noborder{border:0 none!important;}


/*画像回り込み*/

.ph_left{float:left; margin:0 20px 0 0;}
.ph_right{float:right; margin:0 0 0 20px;}


/*サイズ調節*/
ol li{margin-left:25px;}

/*clearfix*/
.clear {clear:both;}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}


.txt_l, td.txt_l, .txt_l td {
	text-align:left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align:right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align:center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align:top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align:middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align:bottom;
}

.tbl8{width:8%;}
.tbl10{width:10%;}
.tbl12{width:12%;}
.tbl14{width:14%;}
.tbl15{width:15%;}
.tbl20{width:20%;}
.tbl22{width:22%;}
.tbl24{width:24%;}
.tbl25{width:25%;}
.tbl30{width:30%;}
.tbl33{width:33%;}
.tbl35{width:35%;}
.tbl40{width:40%;}
.tbl45{width:45%;}
.tbl50{width:50%;}
.tbl60{width:60%;}
.tbl70{width:70%;}
.tbl80{width:80%;}
.tbl90{width:90%;}


/*----------------------------------- 
  テキスト調整・装飾
------------------------------------*/
.rightText {text-align: right!important;}
.leftText {text-align: left!important;}
.centerText {text-align: center!important;}
.small {font-size: 85%!important;}
.borderTopBox {border-top: 1px solid #888; margin: 0 auto; padding: 20px 0 0 0;}

.textdecoration_linethrough { text-decoration: line-through; }

/*----------------------------------- 
  テキストcolor
------------------------------------*/

/*汎用*/
.red, span.red, em {color:#FF0000;}



/*フェードイン*/
a:hover img {
opacity: .7;
-webkit-opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);	/* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


/*----------------------------------- 
  YouTube 埋め込み
------------------------------------*/
.movie {
	width: 800px;
	margin: 0 auto 80px auto;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	 width: 100%;
	 margin: 0 auto;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

@media all and (max-width: 968px) {
.movie {
	width: 96%;
	margin: 0 auto 80px auto;
}
}


/*----------------------------------- 
  google map 埋め込み
------------------------------------*/
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%; 
  /*padding-top: 56.25%;*/ /* 比率を16:9に固定 */
  /*padding-top: 75%;*/ /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.displayNone { display: none;}

