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

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Oswald');

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	word-wrap: break-word;
	overflow-x: hidden;
	position: relative;
	font-size: 0.88em;
	line-height: 1.6em;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	text-justify: inter-ideograph;
	background: url(../img/common/bg.png) repeat-y center top;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}


/* ie7 */
*:first-child+html body {
	font-size: 88%;
}
/* ie6Below */
* html body {
	font-size: 75%;
}
/* ie8 */
html>/**/body {
	font-size /*\**/: 90%\9;
}
/* ie9 */
body:not(:target) {
　font-size: 90%¥9;
}
/* ie10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size: 90%;
}
}
/* ie11 */
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, body {
 font-size: 80%;
}
}

fieldset, img {
	border:0;
}


address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}


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

button {
	cursor:pointer;
}

input[type="search"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*****************************************************************/

table {
	font-size:inherit;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: bold;	
}

a img {
	border: 0px;
}

a {
	outline: none;
}

a:link {
	text-decoration: underline;
	color: #333;
}

a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/*a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*/
.clearfix:after {
  content: ".";  /* Vvf */
  display: block;  /* ubNxvf */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.center {
	text-align: center;
}


.left {
	float: left;
}

.right {
	float: right;
}

.red {
	color: #F83131;
}

.grey {
	color: #ACACAC;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

.green {
	color: #00682F;
}

.error {
	color: #EA2533;
	padding: 5px 0px 0px;
	display: block;
}
.small {
	font-size: 0.8em;
}

.requid {
	color: #EA2533;
}

.arrow {
	color: #416328;
}

.chushaku {
	font-size: 0.8em;
	line-height: 1.2em;
}

.pc_only {
	display: inherit;	
}

.sp_only {
	display: none;	
}


.Oswald {
	font-family: 'Oswald', sans-serif;
}

.mb30 {
	margin-bottom: 30px !important;	
}


.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}

@media screen and (max-width:768px) {
	
body {
	background: #004EA2 url(../img/common/bg_sp.png) repeat-y right 75px;
	font-weight: 300;
}

	
input[type="button"],input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
}
	
a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a:hover {
	text-decoration: none;
	color: #000;
}
	
.pc_only {
	display: none;
	visibility: hidden;
}

.sp_only {
	display: inherit;	
}

.alignleft {
	float: left;
	margin: 0px 20px 10px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 20px;
}

}

