@charset "UTF-8";
/* CSS Document */
/*---- 文字 -----*/
body{
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	/* フォント指定 */
	-webkit-text-size-adjust: 100%;	/* 文字サイズ自動調整 */
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;	
}
/*- 文字サイズ --*/
html { 
  font-size: 100%; /* =16px */
}
body {
  font-size: 1rem; /* =16px */
}
p {
  font-size: 1rem; /* =16px */
}
/*- 文字装飾 --*/
p {
  text-align: justify;
	text-justify: inter-ideograph;
	}
a{
  	color:;
	text-decoration: none;
	cursor: pointer;
}
a:focus{
	text-decoration: none;
}
/*//////////// スタイルの初期化 ////////////*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td, li, input	{
	font-size: 15px;
	margin: 0;
	padding: 0;
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, li	{
	font-style: normal;
}
table {
	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
/*---- リスト装飾 -----*/
ul{
	list-style-type: none;
  }
/*---- IE8対応-----*/
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
}

/*---- BootStrapの初期化 -----*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right:0px;
	padding-left:0px;
	position: relative;
	/*float: left;*/
}	
.container-fluid {
	padding-right:0px;
	padding-left:0px;
}
.row {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
	.row {
		margin-left: 0;
	}
}
/*--文字--*/
.mincho{
font-family: "Times New Roman","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ","MS 明朝", "ＭＳ Ｐ明朝", Meiryo, serif;
}
.text_blue{
	color: #0075C2;
}
.ltsp{
	letter-spacing: -0.1rem;
}
/*- レスポンシブ対応-*/
@media screen and (max-width: 767px) {
	.xs_innr{
		padding: 0 15px;
	}
}
@media screen and (min-width: 991px) {
	.br_md { display:none; }
}
@media screen and (max-width: 768px) {
	.br_sm { display:none; }
}
@media screen and (min-width: 479px) {
	.br_sp { display:none; }
}
/*- その他共通クラス-*/
.hdn_txt{
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.wrap{
	margin: 0 auto;
}
.shadow{
	height: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.2+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.shadow_up{
	height: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.2+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 767px) {
	.shadow,
	.shadow_up{
		height: 2px;
	}
}
/*-リンク位置調整-*/
.anchor{
	margin-top: -30px;
	padding-top: 30px;
}

