@charset "utf-8";
/**=========================================
 * NAME:base.css;
 * OUTLINE:スタイルの初期化を記述します;
 *
 * 1.style_reset
 *
 =========================================*/

/**=========================================
 * 1.style_reset
 =========================================*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	vertical-align:baseline;
	background:transparent;
}

/* ./add_start */
html {
  -webkit-font-smoothing: antialiased;
}

body {
	min-width:1224px;
	line-height:1.3;
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  /*font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  color: #09152f;
}

h1, h2, h3, h4, h5, h6, p, span, a{
	letter-spacing:1px;
}

li{
	list-style-type:none;
}
/* ./add_end */

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

section{
	overflow:hidden;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	color:#3f3f3f;
	text-decoration:none;
	vertical-align:baseline;
	background:transparent;
}

a:hover{
	text-decoration:underline;
	color:#a79177;
}

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;
}

 @media screen and (max-width:640px) {
	 body{
	 	min-width:100%;
	 }
 }



iframe[name="google_conversion_frame"] {
	position: absolute;
	height: 0;
}
