@charset "UTF-8";

/*------------------------------------------------------------------------------
	Hamamatsu-shi ninteinogyosha kyogikai - Reset CSS
	URL: http://www.ninteikyo.com/
	Date: 2015-04-13
	Copyright (C) Hamamatsu-shi ninteinogyosha kyogikai All Rights Reserved.
------------------------------------------------------------------------------*/

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;	
}
iframe.twitter-share-button {
  width: 90px !important;
  margin-bottom: 0;
}
/*	Browser Formatting
----------------------------------------------------*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe{
	margin:0;
	padding:0;
	border:0;
    font-size:100%;
}

input,select,textarea,label{
	margin:0;
	padding:0;
}

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

/*	Redefine
----------------------------------------------------*/

html{
	font-size: 62.5%; /* 10px=1rem */	
}

body{
	color:#333;
	font-size: 1.4rem; /* 14px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.0;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	background:url(../../../shared/img/bg/bg_body_paper.png);
}
		
@media only screen and (orientation : landscape){
body{
	font-size: 2.0rem; /* 20px */
	}
}
		
h1,h2,h3,h4,h5,h6,address{
	font-weight:normal;
	font-style:normal;
	}

ul,ul li{list-style-type:none;}
ol{margin:0;}

table{
	border-collapse:collapse;
	border-spacing:0;
	}
th,td{
	padding:0.3em 0.5em;
	border:1px solid #ccc;
	vertical-align:top;
	}
th,caption{text-align:left;}

select option{padding-right:0.5em;}

img{
	border:0;
	vertical-align:top;
	}
a{word-break:break-all;}
a:link		{color:#262626;}
a:visited	{color:#262626;}
a:hover		{color:#262626;}
a:active	{color:#262626;}
a[name]:hover{color:#262626;}

address,cite,code,dfn,em,var{
	font-style:normal;
	font-weight:normal;
	}
pre,code {font-family:monospace;}


/*--EOF-----------------------------------------------------------------------*/
