@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	/*background-image:url(images/cover.jpg);
	background-attachment:fixed;*/
	background-color:#fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*---レイアウト---*/


.wrapper{
	width:100%;
	min-width:960px;
}

.article{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.content{
	width:90%;
	font-size:18px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.top-image{
	line-height:0;
}

.black{
	background-color:#000;
}

.gray{
	color: #424242;
	background:#e2e2e2;
}

.gray h3{
	color: #50a71c;
	font-size: 2em;
	text-align: center;
	padding: 20px 0;
}

.white{
	color: #424242;
	background:#f5f5f5;
}

.white h3{
	color: #50a71c;
	font-size: 2em;
	text-align: center;
	padding: 20px 0;
}

.green{
	color: #fff;
	background-color:#bfd729;
}

.green h3{
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding: 20px 0;
}

.green2{
	color: #fff;
	background-color:#e6a494;
}

.green2 h3{
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding: 20px 0;
}


.toudai{
	background-image:url(images/toudai.png);
	background-position:center;
	background-repeat:no-repeat;
}

.toudai2{
	background-image:url(images/toudai2.jpg);
	background-position:center;
	background-size:cover;
}


/*---共通---*/


.small{
	font-size:12px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

strong{
	font-weight:bold;
}

em{
	color:#ffaa6e;
}

a{
color:#94dd69;
}


/*---メニュー部分---*/


table{
	width:60%;
	color:#424242;
	margin:0 auto;
	font-size:18px;
}

th{
	border-bottom:1px solid #f5f5f5;
	text-align:left;
}

.menuname{
	width:50%;
	background-color:#f5f5f5;
	padding:8px;
}

.menuvalue{
	background-color:#fff;
	padding:8px;
	border:1px solid #f5f5f5;
}

.appbox{
	width: 48%;
	float:left;
	padding:0 1%;
	text-align:center;
}

.button{
	width:150px;
	background-color:#ec424f;
	border-radius:10px;
}


.floatbox{
	width: 50%;
	float:left;
}


/*---プロフィール部分---*/

h5{
	color:#7bc37a;
	font-size:20px;
	font-weight:bold;
	padding:20px 0;
}

.profilewrap{
	width: 840px;
	margin: 0 auto;
}

.profilebox{
	color:#424242;
	width:40%;
	margin:20px 5%;
	float:left;
	background-color:#f5f5f5;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	padding:10px;
}

.profileimage{
	height:150px;
	width:35%;
	text-align:center;
}

.profilenaiyou{
	width:90%;
}

.profilesyousai{
	font-size:14px;
	line-height:1.8;
}


/*---フッター---*/


.copyright-wrap{
	width:100%;
	min-width:960px;
	background-color:#fff;
}

.copyright{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}

.copyright p{
	text-align: center;
	font-size:14px;
	color:#7bc37a;
}


/*--ページトップへ戻るボタン--*/


#page_top {
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 999;
}

#page_top a {
	width:100%;
	text-decoration: none;
}

#page_top img:hover {
	opacity:0.7;
}

/*--ここからスマホ用レイアウト---------------------------------*/

@media screen and (max-width:480px) {

.top-wrap{
	min-width:100%;
	height:auto;
}

.logo{
	width:31.25%;
	height:auto;
}

.logo img{
	width:100%;
}

.header-wrap{
	min-width:100%;
}

header{
	width: 100%;
}

header-box img{
	width:100%;
}

.wrapper{
	min-width:100%;
}

.article{
	width:100%;
}

.content{
	font-size:14px;
}

.white h3{
	font-size: 16px;
	width:95%;
	padding:20px 2.5% 20px 2.5%;
}

.gray h3{
	font-size: 16px;
	width:95%;
	padding:20px 2.5% 20px 2.5%;
}

.green h3{
	font-size: 16px;
	width:95%;
	padding:20px 2.5% 20px 2.5%;
}

.green2 h3{
	font-size: 16px;
	width:95%;
	padding:20px 2.5% 20px 2.5%;
}

table{
	width:80%;
	font-size:14px;
}

p{
	font-size:14px;
}

h4{
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding:10px 10px 10px 50px;
}

.profilebox{
	color:#424242;
	width:80%;
	margin:20px 10%;
	float:none;
}

.appbox p img{
	width:100%;
}

.floatbox{
	width:100%;
	float:none;
}

.pconly{
	display: none;
}

.copyright-wrap{
	min-width:100%;
}

.copyright{
	min-width:100%;
	font-size:14px;
}

#page_top img{
	opacity:0.7;
}

#page_top img:hover {
	opacity:0.7;
}


}

/*clearfix-------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


