
@charset UTF-8;

body{
	color: #000;
	background-image: url(../img/common/bg.jpg);
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font:13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.6em;
}

h2{
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 5px;
	margin: 30px 0;
}

h3{
	font-weight: bold;
	font-size: 1.6em;
	margin: 20px 0;
}

a{
	color: #000;
}

a,
a:link,
a:visited{
	text-decoration: none;
	opacity: 1;
	
	-webkit-transition: 0.15s ease-in-out;
	   -moz-transition: 0.15s ease-in-out;
	     -o-transition: 0.15s ease-in-out;
	        transition: 0.15s ease-in-out;
}

a:hover{
	opacity: 0.7;
}

a.fade:hover{
	opacity: 0.7;
}

a.nofade:hover{
	opacity: 1;
}


a.button{
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px;
	background-color: #73A333;
	border-radius: 3px;
	
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

a.button.disable{
	cursor: default;
	background-color: #ddd;
}

a.button.disable:hover{
	opacity: 1;
}

.green{
	color: #73A333;
}

.pageWidth{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	margin-top: 20px;
}

#header img[src*="/header/2."]{
	float: right;
	margin: 0 0 10px 15px;
}

#header a.title{
	float: left;
	margin: 0 25px 0 0;
}

#header .nav{
	float: right;
}
#header .nav a{
	margin-left: 15px;
}

/* globalNav ******************************************************************************* */

#globalNav{
	display: flex;
	background-image: url(../img/common/global_nav/bg.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 61px;
	margin: 10px 0 5px;
	padding: 7px 0;
}

#globalNav a{
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	/*vertical-align: bottom;*/
	border: 0;
	/*width: 185px;*/
	/*height: 40px;*/
	/*padding-top: 7px;*/
	
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

#globalNav a:hover{
	opacity: 0.7;
}

#globalNav a img:hover{
	opacity: 1;
}

#globalNav .border{
	float: left;
	width: 0;
	height: 47px;
	border-left: 1px solid #fff;
}

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

table.type1{
	font-size: 14px;
	line-height: 1.5em;
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin: 0;
}

table.type1 th{
	color: #fff;
	font-weight: normal;
	background-color: #73A333;
	border-top: 1px solid #fff;
	width: 170px;
}

table.type1 tr:first-child th{
	border-top: 1px solid #000;
}

table.type1 td{
	overflow: visible;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 12px 30px;
}

#footer{
	text-align: right;
	font-size: 12px;
	line-height: 1.4em;
	letter-spacing: 1px;
	padding: 60px 0;
}

.copyright{
	font-size: 10px;
	letter-spacing: 1px;
}

/* IE対策 (枠線が出るのを防ぐ) */
a img,
img[usemap]{
	border-style: none;
}







