@charset "UTF-8";
/*----------------------------------------------------
	Reset and Base Setting(unchanged)
----------------------------------------------------*/
* {
	-moz-box-sizing: border-box;/**Firefox**/
	-webkit-box-sizing: border-box;/**Webkit**/
	-o-box-sizing: border-box;/**Opera**/
	-ms-box-sizing: border-box;/**IE8 beta1**/
	box-sizing:border-box;/**IE8**/
	margin: 0;
	padding: 0;
}
/**base**/html,body,div,iframe,object,span,
/**head**/h1,h2,h3,h4,h5,h6,
/**block**/address,blockquote,p,pre,
/**inline**/abbr,acronym,cite,code,dfn,em,kbd,q,samp,var,
/**edit**/a,del,img,ins,sub,sup,
/**list**/dl,dt,dd,ol,ul,li,
/**form**/fieldset,form,label,legend {
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 120%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background-color: #fef7e9;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Arial", "Osaka", "Verdana", sans-serif;
	font-size: 15px;
	line-height: 1;
	overflow-y: scroll;
}
body {
	letter-spacing: 0em;
}
h1,h2,h3,h4,h5,h6,strong,em {
	font-weight: bold;
}
ol,ul {
	list-style: none;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img,iframe {
	border: none;
	text-decoration: none;
}
input,textarea,select,button {
	font-family: inherit;
	font-size: 100%;
}
select {
	margin: inherit;
}
hr {
	border: 0;
	background-color: #000;
	color: #000;
	height: 1px;
	margin: 30px 0;
	padding: 0;
}
a:link,a:visited {
	color: #402D26;
}
a:hover,a:active {
	text-decoration: none;
}
a:hover img,a:active img {
	background: #FFFFFF;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity: 0.7;
	text-decoration: none;
}
/** base **/
#wrapper,#header,#contents,#footer {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contents {
	min-width: 1080px;
	overflow: hidden;
}
.inner {
	padding: 0 40px;
	text-align: left;
}
h1 {
	line-height: 0;
}
#contents h2 {
	background-image: url(../img/common/bg_h2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #3777BA;
	font-size: 140%;
	margin-top: 30px;
	padding-bottom:4px;
	margin-bottom: 10px;
}
#contents p {
	font-size: 90%;
	margin-bottom: 10px;
	line-height:150%;
}
#contents .indentTx li {
	text-indent: -1.6em;
	margin-left: 1.6em;
	line-height:150%;
}
h1 a img:hover{
	opacity: 0.9;
}
.linkHead {
	margin-left: 660px;
	padding-bottom: 20px;
}
.linkHead a {
	display: block;
	line-height: 0;
}
#footer {
	background-color: #222222;
	color: #FFFFFF;
	font-size: 80%;
	padding: 8px 0;
}
/**text**/
.txC {
	text-align: center;
}

#wrapper {
	display: flex;
	flex-wrap: nowrap;
}
#global_nav {
	background-color: #fafbfb;
	width: 240px;
	flex-basis: 240px;
}
#global_nav img {
	border-bottom: 1px solid #cdc6c1;
}
#contents {
	background-image: url(../img/bg_cont.png);
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	max-width: 1080px;
	flex-basis: calc(100% - 240px);
}
#contents img{
	width:100%;
}