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



/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
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;
}

#main_contents a:hover {
text-decoration: underline;
}

a.nb:hover,
a.nob:hover{
text-decoration:none!important;
}

a:active {
}

a img:hover {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
cursor:pointer;
}

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


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

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

.bg_gray{
background: #f5f7f6;
/*background: #f7f7f7;*/
overflow: hidden;
}

.btn_bookmark{
display: none !important;
}

/*
.txt_w{
color:#fff;
}

.txt_red{
color:#c61722;
}

.bg_baige{
background: #f3f2ee;
}


.bg_gray2{
background: #f8f8f8;
}

.bg_w{
background: #fff;
}*/

