@charset "utf-8";

/*
Site Name: 
Description: gloval style
*/

/* universal reset
----------------------------------------- */
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,th{
	text-align: left;
}


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


q:before,q:after{
	content: ”;
}


abbr,acronym{
	border: 0;
}
 
/*div{
	zoom: 1;
}
ul:after,
ol:after,
div:after{
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}*/

/* body and base setting
----------------------------------------- */
body{
	padding: 0px;
	margin: 0px auto;
	color: #333333;
	text-align: center;
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.05em;
	background-image: url(../img/cbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F2F6F6;
	-webkit-text-size-adjust: 100%;
}

/* general style
----------------------------------------- */
p{

}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	vertical-align: bottom;
}
/* link style
----------------------------------------- */
a:link{
	color: #3182B7;
	text-decoration: underline;
}
a:visited{
	color: #006699;
}
a:hover{
	color: #2EB0AF;
	text-decoration: none;
}
a:active{
	color: #006699;
}
a.link01{
	text-align: center;
	display: block;
	padding: 5px;
	border: 2px solid #3182B7;
}
a.link01:hover{
	border: 2px solid #2EB0AF;
	background-color: #EEF7F8;
}

/* layout parts
----------------------------------------- */
.clear {
	clear: both;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
img.left,
img.alignleft,
figure.left{
	float: left;
	clear: both;
	margin-right: 30px;
	padding-bottom: 30px;
}
img.center,
img.aligncenter,
figure.center{
	clear: both;
	padding-bottom: 30px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
img.right,
img.alignright,
figure.right{
	float: right;
	clear: both;
	margin-left: 30px;
	padding-bottom: 30px;
}

.display-pc{
	display: inline;
}
.display-sp{
	display: none;
}
@media screen and (max-width: 640px){
img.left,
img.alignleft,
figure.left,
img.center,
img.aligncenter,
figure.center,
img.right,
img.alignright,
figure.right{
	float: none;
	clear: both;
	margin: 0px auto;
	padding-bottom: 15px;
	text-align: center;
	display: block;
}

.display-pc{
	display: none;
}
.display-smart{
	display: inline;
}
}