@charset "utf-8";

/*Settings*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust : none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
	vertical-align:bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display : block;
}
p{
	text-align : justify;
	text-justify : inter-ideograph;
}

/*Bace Design*/
* html body
, *:first-child+html body {
	font-family: 'Verdana','メイリオ', Meiryo, sans-serif;
}
body {
	background:#FFF;
	color:#202020;
	font-family:'Verdana','メイリオ','ＭＳ Ｐゴシック','ＭＳ ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo',Osaka,Osaka-等幅,sans-serif;
	font-size: 14px;
	line-height:1.6;
}
strong {
	font-weight:800;
}
small {
	font-size:10px;
}
form label {
	font-weight:800;
}
hr {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0 0 0;
	height: 1px;
	margin: 0 0 20px 0;
}
p {
	line-height:1.6;
}

/* link */
a {
	outline:0;
	-webkit-tap-highlight-color:#202020;
}
a:link {
	color:#202020;
	text-decoration:underline;
}
a:visited {
	color:#202020;
	text-decoration:underline;
}
a:hover {
	color:#38BBCD;
	text-decoration:none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link ,ul li a:link,dl dd a:link,dl dt a:link{
	color:#202020;
	text-decoration:none;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 :visited, h6 a:visited ,ul li a:visited,dl dd a:visited,dl dt a:visited{
	color:#202020;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover ,ul li a:hover,dl dd a:hover,dl dt a:hover{
	color:#202020;
	text-decoration:underline;
}

#news dl dd a{
	color:#202020;
	text-decoration:none;
}
#news dl dd a:hover{
	color:#202020;
	text-decoration: underline;
}


/* class */
.hide-txt {
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
.r{
	float:right;
	margin:0 0 20px 20px;
}
.l{
	float:left;
	margin:0 20px 20px 0;
}
br.clear {
	clear:both;
}
p.center{
	text-align:center;
}
p.left{
	text-align:left;
}
p.right{
	text-align:right;
}


/*clearfix*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*table*/
table.simple {
    width: 100%;
    border: 1px #999 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.simple th {
    padding: 5px 10px;
    border: #999 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: left;
}
table.simple td {
    padding: 5px 10px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}



/*social media bar*/
#socialmedia{
	display: block;
	height:35px;
	margin:0;
	padding:0;
}
#socialmedia ul{
	margin:0 auto;
}
#socialmedia li{
	margin:0 8px 0 0;
	_margin:0 4px 0 0;
	float:left;
}
#socialmedia li.btn-hatena{
	margin-top:7px;
}
#socialmedia li.btn-facebook{
	margin-top:5px;
	width:130px;
}
#socialmedia li.btn-twitter{
	margin-top:7px;
	margin-right:0;
}
#socialmedia li.btn-twitter-follow{
	margin-top:7px;
	margin-right:10px;
}
#socialmedia li.btn-google{
	margin-top:5px;
	margin-right:0;
}