@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6	{ font-weight: normal; line-height: 140%; }

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}


/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana,"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input, textarea {
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana,"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.eng { font-family: 'Petrona', serif; }
.mc{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	/font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1px;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  color: #FFCC99;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:visited {
  color: #FFCC99;
}
a:hover {
  color: #80664D;
}
a:active {
  color: #FFCC99;
}

img {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
  height: auto;
}
em	{ background: #0470b6; color:#fff; padding: 0 2px; margin-right:2px; border-radius: 5px; }

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/

#header	{ background:#0470B6; text-align: center; padding:15px 5px; }
#logo{ background:#0470b6;text-indent:-9999px; }
#logo a	{ display: block; height:32px; margin-bottom:15px; background:url(http://www.unionnet.jp/common/img/gnav/gnavi-logo.png) center center no-repeat;background:rgba(0,0,0,0) url(http://www.unionnet.jp/common/img/gnav/gnavi-logo.svg) center center no-repeat; }
#header	h2	{ color:#B2D0E4; font-size:150%; }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/

#copyright {
  text-align: center;
  padding: 20px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	line-height:180%;
}
section	{ padding: 0 10px; padding-bottom: 60px; border-bottom: 1px dotted #ddd; margin-bottom: 60px; }
section h1	{ font-size: 200%; margin: 0 -10px 20px; }
section p	{ margin-bottom: 1.2em; }

.txtR	{ text-align: right; }
a.more-btn{font-size:13px;border:solid 1px #bbb;border-radius:20px;padding:5px 60px;text-align:center;background:url(http://www.unionnet.jp/common/img/global/more-arr.gif) right center no-repeat;background-repeat:no-repeat !important;text-decoration:none;color:#545454;position:relative}