/*
Theme Name: twentyfifteen-child
Template: twentyfifteen
Author: Motoi Takeda
*/

@import url('../twentyfifteen/style.css');

body,
button,
input,
select,
textarea {
        color: #333;
        font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
	border-radius: 5px;
}

span.mark {
	color: #ffffff;
	background-color: #0080ff;
        font-size: 1.8rem;
	/*font-weight: bold;*/
	border-radius: 3px;
}

button.application {
        background-color: #0080ff;
	color: white;
	font-size: 1.5em;
	border-radius: 15px;
	margin-bottom: 1em;
	margin-top: 0.4em;
	border-bottom: solid 5px #36528c;
	border-right: solid 5px #36528c;
}
button.application:hover {
	background-color: #00c0ff;
	color: white;
	font-size: 1.5em;
	border-radius: 15px;
	margin-bottom: 1em;
	margin-left: 0.1em;
	margin-top: 0.5em;
}

button.result {
        background-color: #ff0080;
	color: white;
	font-size: 1.5em;
	border-radius: 15px;
	margin-bottom: 1em;
	margin-top: 0.4em;
	border-bottom: solid 5px #8c3652;
	border-right: solid 5px #8c3652;
}
button.result:hover {
	background-color: #ff00c0;
	color: white;
	font-size: 1.5em;
	border-radius: 15px;
	margin-bottom: 1em;
	margin-left: 0.1em;
	margin-top: 0.5em;
}
