@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, sans-serif;*/
	/*font-family:  "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;*/
	/*font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;*/
	font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Verdana, Arial, sans-serif;
	/*font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;（スマートフォン用）*/
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	text-align: center;	
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
li {
	display: list-item;
}
img {
	border: none;
	display: inline;
	vertical-align: bottom;
}
input {
	vertical-align: middle;
}

a{
	color:#333333;
	text-decoration:none;
}
a:link{
	color:#333333;
}
a:visited{
	color:#333333;
}
a:hover{
	color:#FF0000;
}
a:active{
	color:#333333;
}
a:focus{
	outline: none;
}

/*サイトのベースfont-sizeの設定*/
h1 { font-size: 200%;}
h2 { font-size: 180%;}
h3 { font-size: 160%;}
h4 { font-size: 140%;}
h5 { font-size: 120%;}
h6 { font-size: 100%;}
p,ul,dl,th,td { font-size: 100%;}
blockquote { font-size: 120%;}
table { font-size: 100%;}
select, input, textarea { font-size: 100%;}
pre, code, samp, kbd, var {
font-family: Consolas, Monaco, monospace;
font-size:100%;
}
sub, sup { font-size: 50%;}
.suptext {
display: inline;
position: relative;
font-size: 10px;
top: -1ex;
}

/* clearfix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%; 
zoom:1;/*for IE 5.5-7*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* mobile */
body {
	-webkit-text-size-adjust: none;
}