@charset "utf-8";
* {
	margin: 0;
	padding: 0;

	-webkit-text-size-adjust: 100%;
			text-size-adjust: 100%;
	/*
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	*/
	/*
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;


	font-family: "FOT-筑紫A丸ゴシック Std M";*/
}

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

html{
	font-size: 62.5%;
}

body {
	line-height: 1.6;
	letter-spacing: 0.1em;
	background-image: url(../_img/common/bg.jpg);
	background-color:#F7E9CE;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

h1,h2,h3,h4,h5,h6
{

}

p
{
	/*
	text-shadow: 0 0 0.1px rgba(0,0,0,0.5);
	transform: rotate(0.05deg);
	*/
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

ul li
{
	/*margin-left:1.5em;*/
	list-style: none;
}
ol li
{
	margin-left:2.5em;
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img, canvas, iframe, video, svg { max-width: 100%; }

img[src$=".svg"]{width: 100%;}

img {vertical-align:bottom;}

a,a:link {
	text-decoration:none;
	cursor:pointer;
}
address {
	font-style: normal;
}
/*
a:hover {
	text-decoration:underline;
}
*/
/*
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
*/

.clearfix:after,
.clearfix:before
{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow:hidden;
}
