@charset "utf-8";

/*-------------------------------------------------------------------------------
 BASE STYLE
 -------------------------------------------------------------------------------*/

/* font-family */
html,
body,
#page input,
#page select,
#page textarea,
#page table,
#page th,
#page td,
#page li ,
#page a {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
/* font-style */
html,
body {
	line-height: 1.7;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	/*
		-webkit-transition: font-size 1s;
		-moz-transition: font-size 1s;
		-ms-transition: font-size 1s;
		-o-transition: font-size 1s;
		transition: font-size 1s;
	*/
}
/* base font color */
html {
	color: #333;
}
/* form font color */
#page input,
#page select,
#page textarea  {
	color: #333;
}
/* normalize size */
#page input,
#page select,
#page textarea  {
	font-size: 100%;
}
/* normalize size & weight */
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6  {
	font-size: 100%;
	font-weight: normal;
}
/* heading color */
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6,
#page th,
#page dt  {
	/* color: #001B4A; */
}
/* normalize style & weight */
#page strong,
#page em,
#page small  {
	font-style: normal;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------
 ANCHORS STYLE
 -------------------------------------------------------------------------------*/

#page a:link		 { color: #001B4A; text-decoration: underline; }
#page a:visited	 { color: #001B4A; text-decoration: underline; }
#page a:hover		 { color: #001B4A; text-decoration: none; }
#page a:active	 { color: #001B4A; text-decoration: none; }

/*-------------------------------------------------------------------------------
 COLOR STYLE
 -------------------------------------------------------------------------------*/

#page .minus-red	{ color: #DC4A38; }
#page .plus-blue	{ color: #009DDF; }


/*-------------------------------------------------------------------------------
 WEB FONTS
 -------------------------------------------------------------------------------*/

/*
#page @font-face  {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'),
ocal('OpenSans'),
 url(//themes.googleusercontent.com/library/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
#page @font-face	 {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300; src: local('Open Sans Cond Light'),
 local('OpenSans-CondensedLight'),
 url(//themes.googleusercontent.com/library/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xGAzD5WKQVN4wSyA0MYYi4rr7w4p9aSvGirXi6XmeXNA.woff) format('woff');
}
*/


@media print {

	* {
		overflow: visible !important;
	}

	#page #headerArea,
	#page .aside ,
	#page #footerArea  {
		display: none;
	}

	#page .pg-select-btn,
	#page .main-content > .left-content + .right-content {
		float: left;
	}

}