@charset "utf-8";
/*
Theme Name: ウチカワデザイン
Description: ウチカワデザイン
Author: okamoto
*/

/*	reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}

img {
	border:0;
	vertical-align:bottom;
}


*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

* {
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}


/*	body
-------------------------------------------------------------------*/

body {
	background-color: #fff;
}

.inst_box {
	width: 100%;
	height: auto;
}

#inst_logo {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

#inst_logo img {
	width: 100px;
	height: auto;
}

#inst_title {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

#inst_title a {
	color: #666;
	text-decoration: none;
}