* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans Japanese', sans-serif;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 13px;
	color:#333;
}

.sawarabi {font-family: 'Sawarabi Mincho', sans-serif;}

/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	background-image: url(../img/common/common_38.png);
	background-repeat: repeat;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
	z-index:999;
}

.menu ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-bottom:50px;
}

.menu ul li{
	font-size: 26px;
	height: 75px;
	width: 100%;
	line-height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.menu ul li img{
	width:60px;
	margin-right:15px;
	position:relative;
	top:-10px;
}

.menu ul li a{
	color:#333;
	height:100%;
	width:100%;
	display:block;
}

.menu ul li:hover { opacity:0.7;}

.open {
	opacity: 1;
	display: none;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.pointer { cursor:pointer;}

/*
common
*/
body{
	padding-top: 0;
}
header{
	position: static !important;
}

#common_contents {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#common_info {
	width: 100%;
}


/* ===========================================
 * login
=========================================== */

#login_header {
	background-image: url(/img/login/login_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 100%;
}

#login_input_id_box {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}

#login_input_id {
	font-size: 22px;
	text-align: center;
	height: 80px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D7D7D7;
	border-radius:5px;
	box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-moz-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-webkit-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
}


#login_input_pas_box {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	height:170px;
}

#login_input_pas_box a{
	color: #666;
	display: block;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
	text-decoration: underline;
}

#login_input_pas_contents {
	float:left;
	width:400px;
}
#login_input_login_bt_box {
	float:right;
	width:86px;
	position: relative;
	right: -3px;
}

#login_input_pass {
	font-size: 22px;
	text-align: center;
	height: 80px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D7D7D7;
	border-radius:5px;
	box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-moz-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-webkit-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
}


#login_input_login_bt {
	background-image: url(/img/login/login_02.png);
	background-repeat: no-repeat;
	height: 86px;
	width: 86px;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#login_input_login_bt:hover {
	opacity:0.7;
}


.login_tab_title {
	background-color: #FEE;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.login_tab_inner_title {
	padding-bottom:5px;
}
.login_tab_inner_box {
	padding-bottom:20px;
	padding-left:43px;
}
