﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
	color:black;
	background:white;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	*font-size:78%;
	line-height:150%;
	color:#5a5a5a;
}
ol,ul{
	list-style:none;
}
img{
	vertical-align:bottom;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
.center{
	text-align:center;
}
.fl{
	float:left;
	margin:0 5px 5px 0;
}
.fr{
	float:right;
	margin:0 0 5px 5px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
.space_none{
	margin:0;
}

a{
	color:#5a5a5a;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;	
}

/*******
nihon_追加分　sp対応する。
*******/

h2{
	margin:50px 0 30px 0;
}
.font-mi {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #666;
}

/*隠すためのクラス*/
.hidden{
	display:none;
}
/*隠すためのクラス*/
.cmn_hidden{
	display:none;
}

/*隠すためのクラス !important版*/
.cmn_hidden_imp{
	display:none!important;
}

.icon_window{
	background:url(/images/icon_blanklink.png) center right no-repeat;
	padding-right: 10px;
	margin-right: 2px;
}

.icon_window2{
	background:url(/images/icon_blanklink2.png) center right no-repeat;
	padding-right: 12px;
	margin-right: 2px;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #ffffff;
}
input.gsc-input {
	background-image:none !important;
}