@charset "UTF-8";


/* ページ全体の調整
------------------------------------------------------------------------- */

/* basic
------------------------------------------------------------------------- */

/* clearfix */

.cf {zoom:1;}

.cf:after {
	content: ""; 
	display: block; 
	clear: both;
}


/* link default */
a:link		{ color:#000; text-decoration:none; }
a:visited	{ color:#000; text-decoration:none; }
a:hover		{ color:#666; text-decoration:none; }
a:active	{ color:#666; text-decoration:none; }

/* link gm */
a.a1:link	{ color:#FFF; text-decoration:none; }
a.a1:visited	{ color:#FFF; text-decoration:none; }
a.a1:hover	{ color:#FFF; text-decoration:none; }
a.a1:active	{ color:#FFF; text-decoration:none; }



/* common
------------------------------------------------------------------------- */

/* HTML5 display definitions */

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

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}



/* The root element */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}



/* Sections */

body {
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
}

/* HTML5 display definitions */

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

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}



/* The root element */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}



/* Sections */

body {
	font-family: sans-serif;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}



/* Grouping content */

p, blockquote, dl, dd, figure {
	margin: 0;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
		 box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}



/* Text-level semantics */

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

strong, b {
	font-weight: bold;
}

small {
	font-size: 0.83em;
}

q {
	quotes: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

/* =========================================== =========================================== */
code, samp, kbd {
	font-family: monospace, sans-serif;
}

mark {
	color: black;
	background-color: yellow;
}

sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

br {
	letter-spacing: 0;
}



/* Embedded content */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}



/* Tabular data */

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

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}



/* Forms */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

select {
	background-color: inherit;
	line-height: normal;
}

textarea {
	vertical-align: top;
	overflow: auto;
	*font-family: sans-serif;
}

img {
	vertical-align:top;
}

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

#nisoc-content-area {
	padding-bottom: 0px !important;
	display:block;
}

#nisoc-header-area:after, #nisoc-header-area>.pseudo-after {
	height:auto !important;
}

body {
	background:#FFFFFF;
	color: #333;
}

.nisoc-frame-content{
	width: 100% !important;
}

#nisoc-header-area:after {
	background: none;
}


a {
	color: #333;
}

a:hover,
a:visited {
	color: #333;
}

ul,li {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/*#nisoc-header-area {
	width: 100%;
	margin:0 auto 0 auto;
	position: fixed;
	z-index: 20000;
	height: 100px;
	min-width: 1000px;
}*/

#nisoc-header-area .nisoc-frame-content>header{
	left: 138px;
	z-index: 20010;
}

#nisoc-header-area #headerMenu{
	width: 100%;
	margin:0 auto 0 auto;
	position: fixed;
	z-index: 20000;
	height: 100px;
	min-width: 1000px;
}

#nisoc-header-area #headerMenu ul{
	display: block;
	position: absolute;
	right: 96px;
	top: 16px;
}

#nisoc-header-area #headerMenu ul li{
	display: inline-block;
	position: relative;
	min-height: 0px;
	z-index: 1;
}

#nisoc-header-area #headerMenu ul li > a{
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../IMG/bg_menu.png) no-repeat;
}

#nisoc-header-area #headerMenu ul li .balloon{
	position: absolute;
	top: 32px;
	left: -30px;
	display: none;
	z-index: 1;
}

#nisoc-header-area #headerMenu ul li .balloon .inner {
	position: relative;
	background: #fff;
	border: 5px solid #fff;
	border-radius: 5px;
	display: block;
}

#nisoc-header-area #headerMenu ul li .balloon .inner2{
	background: url(../IMG/bg_balloon.png) no-repeat 32px 0;
	padding-top: 15px;
	display: block;
}

#nisoc-header-area #headerMenu ul li .balloon .inner a.ie{
	display: none;
}

#nisoc-header-area #headerMenu ul li.tw,
#nisoc-header-area #headerMenu ul li.fb{
	margin-right: 6px;
}

#nisoc-header-area #headerMenu ul li.tw > a{
	background-position: 0 -32px;
	width: 32px;
	height: 32px;
}

#nisoc-header-area #headerMenu ul li.fb a{
	background-position: -39px -32px;
	width: 32px;
	height: 32px;
}

#nisoc-header-area #headerMenu ul li.tr{
	margin-right: 18px;
}

#nisoc-header-area #headerMenu ul li.tr a{
	background-position: -76px -32px;
	width: 32px;
	height: 32px;
}

#nisoc-header-area #headerMenu ul li.map{
	margin-right: 15px;
}

#nisoc-header-area #headerMenu ul li.map a{
	background-position: -126px -32px;
	width: 50px;
	height: 32px;
}


#nisoc-header-area #headerMenu ul li.mobi a{
	background-position: -191px -32px;
	width: 45px;
	height: 32px;
}

/* コンテンツ
------------------------------------------------------------------------- */

/* ==========================================================================
   grid
   ========================================================================== */
.grid, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 0.653594771242%;
  width: auto;
}

.grid, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  margin: 0 0.653594771242%;
}

.grid_1 {
  width: 7.271241%;
}

.grid_2 {
  width: 15.35948%;
}

.grid_3 {
  width: 23.692810457516%;
}

.grid_4 {
  width: 32.026143%;
}

.grid_5 {
  width: 40.359477%;
}

.grid_6 {
  width: 48.692810457516%;
}

.grid_7 {
  width: 57.02614379%;
}

.grid_8 {
  width: 65.359477%;
}

.grid_9 {
  width: 73.69281%;
}

.grid_10 {
  width: 82.02614379%;
}

.grid_11 {
  width: 90.359477%;
}

.grid_12 {
  float: none;
  width: 98.69281%;
}

/* =========================================================
.wrap
========================================================= */

html,body {
	position:relative;
	width:100%;
	height:100%;
}

.wrap .cover {
	position:relative;
	z-index:700;
	background:url(../IMG/bg.png) repeat;
	width:100%;
	height:100%;
	position:fixed;
}
.wrap .cover .text {
	width:1087px;
	margin:0 auto 0 auto;
	padding:270px 0 0 0;
}


/* =========================================================
.header
========================================================= */

header {
	position:fixed;
	width: 100%;
	background:url(../IMG/headBg.png) repeat-x;
	z-index:100;
}

.headerInner {
	min-width: 1000px;
	max-width: 1280px;
	margin:0 auto 0 auto;
}

.headerInner2 {
	margin: 0 2.1875%;
	width: 95.625%;
}

#mainContents{
}




/* =========================================================
mainContents
========================================================= */
.main {
	position: relative;
	width: 100%;
	padding:89px 0 0 0;
}

.mainInner {
	min-width: 1000px;
	max-width: 1280px;
	margin:0 auto 0 auto;
}

#mainContents {
	margin: 0 2.1875%;
	width: 95.625%;
}

#mainContents img {
	width: 100%;
	vertical-align: bottom;
}

#mainContents header {
}

#mainContents .mv {
}

#mainContents .col01 {
}

#mainContents .col01 .left {
}

#mainContents .col01 .right {
}

#mainContents .col02 {
}

.col03 {
	position: relative;
	width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f9f9f9;
  margin-bottom: 36px;
}

.col03 img {
	width: 100%;
	vertical-align: bottom;
}

.col03Inner1 {
	min-width: 1000px;
	max-width: 1280px;
	margin:0 auto 0 auto;
}
.col03Inner2 {
	margin: 0 2.1875%;
	width: 95.625%;
}

.col03Inner2 p {
}



fotter {
	position: relative;
	width: 100%;
  z-index: 1;
  clear: both;
  margin-top: 0;
  border-top: 1px solid #e2e2e2;
}

fotter.container {
  zoom: 1;
  position: relative;
  margin: 0 2.1875%;
  width: 95.625%;
}

.footerBlocks {
	position: relative;
	width: 100%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #f9f9f9;
}

.footerBlocksInner1 {
	min-width: 1000px;
	max-width: 1280px;
	margin:0 auto 0 auto;
}

.footerBlocksInner2 {
	margin: 0 2.1875%;
	width: 95.625%;
}

.footerBlocks .restrict {
}

.footerBlocks .restrict .container {
}

/* ==========================================================
.related
========================================================== */

.notes a {
	color:#4c4c4c;
	text-decoration: none;
	font-size: 12px;
}

.notes a:hover {
	color:#c71444;
}

.related {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 20px;
  border-top: 1px solid #e2e2e2;
  background: #ffffff;
  font-size: 11px;
}

.restrict {
	min-width: 1000px;
	zoom: 1;
	margin: 0 auto;
	max-width: 1280px;
}

.related .related-links {
  zoom: 1;
  float: right;
}

.related .related-links:before, .related .related-links:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.related .related-links:after {
  clear: both;
}

.related .related-links ul {
  zoom: 1;
  float: right;
}
.related .related-links a:hover {
  color: #c71444;
}

.related .related-links ul:before, .related .related-links ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.related .related-links ul:after {
  clear: both;
}

.related .related-links li {
  float: left;
}

.related .related-links li:before,
.related .related-links li .before {
  display: inline-block;
  padding: 0 4px;
  color: #333333;
  content: " | ";
  font-size: 12px;
  line-height: 16px;
}

.related .related-links li:first-child:before {
  content: "";
}

.related .related-links li.first .before {
  display: none;
}

.related .related-links a {
  padding: 0 10px 0 10px;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 16px;
}

.related .related-links a:hover {
  color: #c71444;
}

.related .related-links a:hover:after,
.related .related-links a:hover .after {
  color: #c71444;
}

.related .container {
  zoom: 1;
  position: relative;
  margin: 0 2.1875%;
  width: 95.625%;
}

.related .notes {
  float: left;
}
.related .related-links {
  zoom: 1;
  float: right;
}


.related .related-links a:after {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 0 0;
  width: 9px;
  color: #ffffff;
  vertical-align: baseline;
  font-size: 12.5px;
  line-height: 10px;
}


/* シェアバーボタン
------------------------------------------------------------------------- */
.shareBlock {
	margin-bottom: 30px;
}

.shareBlock .inner {
	width:506px;
	margin:0 auto 0 auto;
	padding:0 0 24px 0;

}

.shareBlock .share_fb {
	float: left;
}

.shareBlock .share_tw {
	float: right;
}
