@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
big,
fieldset,
td {
	border: 0;
	/**font-family: inherit;**/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

*,
::after,
::before {
	box-sizing: initial;
}

:focus {
	outline: 0;
}

aside,
section {
	display: block;
}

.logo-border {
	/**border: 1px solid #ccc;**/
}

.index-back {
	text-decoration: underline;
	position: relative;
	top: -19px;
}

.index-back:hover{
	color: #0f82dc;
}

body {
	color: #252525;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 80%;
	line-height: 1.8;
}

#maskWrapper {
	width: 100%;
    height: 100%;
    background: #7d7d7d;
    opacity: 0.3;
    position: fixed;
    top: 0;
	left: 0;
}

.logout-btn {
	
}


/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #777;
}




/* フォーム
------------------------------------------------------------*/
input[type="text"],
input[type="password"],
textarea {
	vertical-align: middle;
	max-width: 90%;
	line-height: 30px;
	height: 30px;
	padding: 1px 5px;
	border: 1px solid #a9a9a9;
	font-size: 100%;
	color: #555;
	background: #fff;
}

textarea {
	height: auto;
	line-height: 1.5;
}


/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner,
.wrapper {
	margin: 0 auto;
	width: 960px;
	border-bottom: 2px solid #000;
}

#header {
	overflow: hidden;
	background: #fff;
}

#content {
	float: left;
	width: 800px;
	padding: 30px 0;
	padding-top: 50px;
}

#sidebar {
	float: right;
	width: 140px;
	padding: 20px 0;
	text-align: center;
}

/* タイポグラフィ
*****************************************************/
h2.title {
	clear: both;
	font-size: 180%;
	background-image: url(../images/titlebg01.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

h2.first {
	margin-top: 0;
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width:959px) {

	#wrapper,
	#header,
	.inner,
	.wrapper {
		width: 100%;
	}

	#content {
		clear: both;
		width: 95%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
	}

	#sidebar {
		clear: both;
		width: 30%;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
	
	.header-logo-img {
		width:300px !important;
		height:auto !important;
	}
}