@charset "UTF-8";
/*
Theme Name: Union Theme
Author: unionnet
Author URI: http://unionnet.jp
Version: 1.4
*/
/* Reset Style */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  line-height: 1;
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  background: #fff;
  color: #000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

/* 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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  color: #3A71CF;
}
a:visited {
  color: #3A71CF;
}
a:hover {
  text-decoration: none;
  color: #3A71CF;
}
a:active {
  color: #3A71CF;
}

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 {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	display:block;
}

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

input, select {
  vertical-align: middle;
}

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%;
}

#page {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}

#contents {
	line-height:1.7;
}

#contents a:hover img{
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	opacity: 0.75;
}

img {
	line-height:1;
	font-size:0;
	vertical-align:top;
	/height:auto;
	transition: all 0.3s ease-in-out 0s;
	max-width:100%;
	height:auto!important;
}

small {
	font-size:1.2rem;
}

table {
}

th, td {
}

section {
}

.inner {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.inner:after, .clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

.imgArea {
  overflow: hidden;
}

.inline_block, .wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi .alignleft, .wp-pagenavi .center, .wp-pagenavi .alignright {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.ovfl {
  overflow: hidden;
}

.fr,
.imgR,
.alignright {
  float: right;
}

.fl,
.imgL,
.alignleft {
  float: left;
}

.imgC,
.tC,
.btn,
.aligncenter {
  text-align: center;
}

.imgC,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.nwrap {
	white-space: nowrap;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input, textarea {
  padding: 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #A7A6AA;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #52a8ec;
  border: 1px solid #52a8ec;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: baseline;
  border-style: none;
}

label {
  margin-right: 15px;
}

