@charset "utf-8";
/*
Site Name: 
Description: gloval style
*/

@media all and (max-width: 768px){

/* universal reset
----------------------------------------- */
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: ”;
}
abbr, acronym {
	border: 0;
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	_font-family: verdana, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	color: #333333;
	text-align: center;
	font-size: 85%;
	letter-spacing: 0.05em;
	background-repeat: repeat-x;
	background-position: center -50px;
	background-color: #FCFBE0;
}

body#home{
	background-image: url(../img/bg.gif);
}

body#contents{
	background-image: url(../img/cbg.gif);
}

/* general style
----------------------------------------- */
html{  
	overflow-y: scroll;
	overflow-x: auto;
}
p {
	
}
img {
	vertical-align: bottom;
}
strong{
	color: #CC3333;
	font-weight: bold;
}
span{
	font-weight: bold;
}
.PcNone {
	display: inherit;
}
.SpNone {
	display: none;
}
/* link style
----------------------------------------- */
a:link {
	color: #009999;
	text-decoration: underline;
}
a:visited {
	color: #4DC6C5;
}
a:hover {
	color: #93BD45;
	text-decoration: none;
}
a:active {
	color: #4DC6C5;
}
/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center {
	text-align: center;
	overflow: hidden;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.center {
	clear: both;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.small{
	font-size: 80%;
	line-height: 1.2em;
}



a.left {
	float: left;
	margin-right: 15px;
}
a.right {
	float: right;
	margin-left: 15px;
}

a.link01:link,
a.link01:visited,
a.link01:active {
	text-decoration: none;
	background-image: url(../img/list1.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 23px;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 6px;
}


a.link01:hover{
	background-image: url(../img/list2.png);
}
a.link02{
	text-decoration: none;
	background-image: url(../img/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 23px;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 6px;
}

a.link03{
	text-decoration: none;
	background-image: url(../img/icon-word.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 23px;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 6px;
}




}