/* ---------------------------------------------------------
service default css
----------------------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	/*
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, Droid Sans, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: Roboto,Helvetica Neue,sans-serif;
	*/
}

html {
	width: 100%;
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	width: inherit;
	height: inherit;
	font-size: 12px;
	font-family: inherit;
	color: #202124;
	background-color: #F0F0F0;
}

form {
	width: inherit;
	height: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-family:inherit;
	font-size: 12px;
	color: #202124;
}

input, textarea, select, option, button {
	font-family: inherit;
	font-size: 12px;
	color: #202124;
	vertical-align: middle;
}
select {
	border: solid 1px #AAA;
	transition: 0.1s;
}
select::-ms-expand { /* IE */
	border: none;
	background-color: inherit;
}
select:disabled::-ms-expand {
	display: none;
}
input[type=text],
input[type=password],
textarea {
	padding: 2px;
	border: solid 1px #AAA;
	transition: 0.1s;
	border-radius: 3px;
	outline: none;
}
select:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #00695C;
}
input[type=radio], input[type=checkbox] {
	vertical-align: top !important;
}

input:disabled, textarea:disabled, select:disabled {
	background-color: #ebebe4;
	border: solid 1px #AAA;
	cursor: auto !important;
}

ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

form {
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #3771C8;
}

a:link {
	color: #3771C8;
}

a:visited {
	color: #3771C8;
}

a:hover {
	text-decoration: underline;
	color: #3771C8;
}
/* Chrome, Safari */
::-webkit-input-placeholder{
    color: #BBB;
}
/* Firefox */
::-moz-placeholder{
    color: #BBB;
}
/* IE */
:-ms-input-placeholder{
    color: #BBB;
}
