@charset "utf-8";
/* CSS Document */
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;
	border-style:none;
	outline:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
}
html {  
	overflow-y:scroll;
	font-size: 62.5%;
} 
body {
	font-weight:normal;
	line-height:2.2em;
	background:#FFFFFF;
	-webkit-text-size-adjust : 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Open Sans', sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
main {
	display:block;
}
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;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ffffff;
	color:#000;
	text-decoration:none;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
mark {
	background-color:#ffffff;
	color:#000; 
	font-style: italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	display : table; 
	table-layout : fixed;
}
tr,th,td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none transparent;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
}

@media screen and (max-width: 440px) {}

@media (min-width: 1px) {

caption,th {
	text-align:left; 
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
ul,ol,li {
	list-style:none;
}
br {
	letter-spacing:0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
	
/*link*/
a:link {
	font-size:95%;
	/*color:#CEAA1B !important;*/
	/*color: #000;*/
	text-decoration:none;
}
a.linktext {
	text-decoration:underline;
}
a.linktext:hover {
	text-decoration:none;
}
a.linktext-h {
	text-decoration:none;
}
a.linktext-h:hover {
	text-decoration:underline;
}
a:visited {
	color: #CEAA1B;
	text-decoration:none;
}
/*a:hover {
	color:#ffffff;
	text-decoration:none;
}*/
a:active {
	color:#ffffff;
	text-decoration:none;
}
