@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */


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

body {
	line-height: 1.6;
	background: #fff;
	color: #333;
    letter-spacing: 1px;
}

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

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
}


li,
ul {
	list-style: none !important;
}

blockquote, q {
	quotes: none;
}

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

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 #000;
	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;
}

i{font-style:normal;}
em{
font-style:normal;
font-weight: bold;
}


/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
color:#333;
text-decoration:none;
}

a:link {
color:;
}

a:visited {
}

a:hover {
color:#26517D;
text-decoration:underline;
}

a.bo,
.bo a{
text-decoration:underline;
}

a.bo:hover,
.bo a:hover{
text-decoration:none;
}

a:active {
}

.op a:hover,
a img:hover {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
cursor:pointer;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.font-min{
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.txt_s{font-size:85%;}
.oh{overflow:hidden;}
.ov{overflow:visible !important;}
.pr{position:relative;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.db{display: block;}
.dn{display: none;}
.ti{text-indent: -1.2em;
padding-left: 1.2em;
}

.bb{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.btn .mail a{
text-decoration: underline;
}

.bg_w{
background: #fff;
overflow: hidden;
}

.bg_gray{
background-color: #f7f7f7;
overflow: hidden;
}

.bg_gray02{
background-color: #f9f9f9;
overflow: hidden;
}

.bg_blue01{
background-color: #0871c4;
overflow: hidden;
color:#fff;
}

.bg_blue02{
background-color: #002745;
overflow: hidden;
color:#fff;
}

.bg_aqua{
background: #ecf8ff;
}

.txt_y{
color:#fff026;
}

.txt_b{
color:#0871c4;
}

.txt_red{
color:#e60012;
}

.txt_o{
color:#eb6100;
}

.txt_rose{
color:#d7053e;
}

section{
background: #fff;
overflow: hidden;
overflow: hidden;
}


/*
.bg_baige{
background: #f3f2ee;
}


.bg_gray2{
background: #f8f8f8;
}

.bg_w{
background: #fff;
}*/

