@charset "UTF-8";
/*
=====================================================================
*
*    Reset
*
* =================================================================== 
*/

@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src: local("YuGothic-Medium"),	/* Postscript name */
		 local("Yu Gothic Medium"),	/* for chrome */
		 local("YuGothic-Regular");	/* Mediumがない場合 */
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: bold;
	src: local("YuGothic-Bold"),	/* Postscript name */
		 local("Yu Gothic");		/* for chrome */
}


* {
	word-wrap: break-word; 
}

select {
	word-wrap: normal !important;
}

html, a, form, area, div, table, dl, dt, dd, ul, ol, li, dd, h1, h2, h3, h4, h5, h6, p{
	word-wrap: break-word;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,embed,object {
	margin:0;
	padding:0;
	vertical-align: baseline;
/* 	-webkit-font-smoothing: antialiased; */
	word-wrap: break-word;
}
th,td{
	margin:0;
	padding:0;
	vertical-align: inherit;
/* 	-webkit-font-smoothing: antialiased; */
	word-break: break-all;
}

h1,h2,h3,h4,h5,h6 {
font-style: normal;
font-weight:normal;
font-size: 1.0em;
/* -webkit-font-smoothing: antialiased; */
}
 
table 			{border-spacing:0;}
* html table 	{border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th 		{text-align:left;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
img {vertical-align: bottom;}
q:before,q:after {content:'';}
ul {list-style: none;}

body {
	font-family: 
		/*-apple-system,				 iOS San Francisco */
		/*BlinkMacSystemFont,			 iOS Chrome San Francisco */
		"Hiragino Kaku Gothic ProN",	/* OS X, iOS ヒラギノ */
		MyYuGothicM,					/* Windows 遊ゴシック */
		YuGothic,						/* OC X 遊ゴシック */
		Meiryo,							/* Windows メイリオ */
		sans-serif;
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:1.7em;
	color:#797776;
}

/* for IE */
*{zoom:1;}

/*
=====================================================================
*
*    全ページ共通
*
* =================================================================== 
*/

a			{ color:#247bb0; text-decoration: none; }
a:hover,
a:focus		{ color:#2A8ECC; text-decoration: none;}

/*
=====================================================================
*
*    clearfix
*
* =================================================================== 
*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	
	font-size: 0;
	line-height: 0;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */

			
			
			
