/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 959px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	/*background-image: url(../img/bg_ks.gif);
	background-repeat: repeat-x;*/
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #3e8da8;
	text-decoration: none;
	transition: all 0.5s 0s ease;
}
a:visited {
	color: #3e8da8;
	text-decoration: none;
}
a:hover {
	color: #e86475;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;/* border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999; */
}
#container {
	width: 100%;
	background-color: #FFFFFF;
}
#photo-box {
	width: 100%;
	background-color: #DDDDDD;
}
#header {
	width: 100%;
	height: 120px;
	padding: 30px 0 5px 0;
	background-color: #EEEEEE;
	background-image: url(../img/header_bg.jpg);
}
#header h1 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: 48px;
	font-weight: normal;
	margin: 0 0 0 10px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
#header h2 {
	font-size: 14px;
	color: #333333;
	margin: 0 0 0 0;
	font-weight: normal;
}
#header h3 {
	font-size: 14px;
	margin: 0 10px 0 0;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
#header a:link, #footer a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited, #footer a:visited {
	color: #333333;
	text-decoration: none;
}
#header a:hover, #footer a:hover {
	color: #E86475;
	/* background-color: #E0FFFF; */
	text-decoration: underline;
}
#address {
	/* display: none; */
	width: 300px;
	float: right;
	margin-top: 25px;
}
#title {
	float: left;
	margin: 10px 0 0 50px;
}
#left {
	float: left;
	width: 40%;
	margin: 2% 4% 0 5%;
}
#right {
	float: left;
	width: 40%;
	margin: 2% 4% 0 5%;
}
#postmail, #contact {
	float: left;
	width: 40%;
	margin: 2% 4% 0 5%;
}
#ggmap, #sitemap {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#access {
	float: left;
	width: 90%;
	margin: 2% 5% 5% 5%;
}
#oneline {
	float: left;
	width: 90%;
	margin: 2% 5% 5% 5%;
}
#blog {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#learning, #douga {
	float: left;
	width: 40%;
	margin: 2% 4% 0 5%;
}
#alumni, #uploader {
	float: left;
	width: 40%;
	margin: 2% 4% 0 5%;
}
#one-row {
	float: left;
	width: 90%;
	line-height: 1.4em;
	margin: 0 5% 0 5%;
}
#menu-box {
	display: none;
	width: 100%;
	margin: 0;
	height: 40px;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#submenu-box {
	/* display: none; */
	width: 160px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}
#side {
	float: right;
	width: 25%;
	margin: 2% 5% 2% 5%;
}
#primary {
	float: left;
	width: 65%;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}
#secondary {
}
#message, #welcome, #form {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#line1, #line2, #line3, #line4, #line5 {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#upper {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#lower {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#whatsnew {
	margin: 5px 25px 0 25px;
}
#whatsnew ul {
	padding: 5px 5px 5px 10px;
	border: 1px solid #EEEEEE;
	background: #F7F7F7;
	list-style-type: none;
	margin-top: 0;/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#feedList {
	margin: 0 0 15px 0;
	padding: 0;
}
#info, #update, #links {
	margin-top: 25px;
}
#search {
/* margin-top: 25px; */
}
#counter {
	margin: 25px 0 25px 0;
}
#bunner {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
}
.copyright {
	font-size: 14px;
	text-align: right;
	color: #666666;
	font-weight: normal;
	padding: 5px 10px 0 0;
}
#menu, #submenu {
	margin: 0;
	padding: 0;
	width: 100%;
	clear : both;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	display: block;
	/* width: 100px; */
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-weight: bold;
}
#menu li a:link, #menu li a:visited {
	display: block;
	padding: 0 1.2em;
	color: #333333;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active {
	display: block;
	padding: 0 1.2em;
	color: #87CEEB;
	text-decoration: none;
	background-color: #FFFFFF;
}
#menu .m-current, #menu li a.current {
	padding: 0 1.2em;
	color: #333333;
	background-color: #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
}
#submenu li {
	display: block;
	width: 160px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	text-indent: 2em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#submenu li a:link, #submenu li a:visited {
	display: block;
	color: #3e8da8;
	text-decoration: none;
}
#submenu li a:hover, #submenu li a:active {
	display: block;
	color: #E86475;
	text-decoration: none;/* background-color: #87CEEB; */
}
#submenu .subm-current, #submenu li a.current {
	color: #333333;
	/* background:#EEEEEE url(../img/arrow.gif) no-repeat left center;
	background: url(../img/arrow.gif) no-repeat 10% 40%;
	background: url(../img/arrow017_02.png) no-repeat 8% 40%; */
	background-color: #DDDDDD;
}
#submenu .subm-bottom {
	border-bottom: 0px solid #CCCCCC;
}
#submenu a[target="_blank"] {
	padding: 0;
	background: url(../img/external-link-grey-light04.gif) no-repeat 90% 50%;
}
.imagebox {
	float: left;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0;
}
.imagebox-right {
	float: right;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 0;
}
.linebox {
	float: left;
	font-size: 12px;
	color: #333333;
	margin: 5px;
	border: 1px solid #DDDDDD;
}
.linebox-right {
	float: right;
	font-size: 12px;
	color: #333333;
	margin: 5px;
	border: 1px solid #DDDDDD;
}
/*
#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	padding: 12px 0 10px;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	background: #444;
}
*/
.title {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
}
.title-b {
	color: #4682B4;
	font-weight: bold;
	font-size: 16px;
}
.title a:link, .title a:visited {
	color: #666666;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.title a:hover {
	color: #87CEEB;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
#container .inner, #menu-box .inner {
	width: auto;
	height: auto;
	margin: 10px;
}
#header .inner {
	width: auto;
	height: auto;
	margin: 5px 10px 10px 10px;
}
#photo-box .inner {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
}
#footer .inner {
	width: auto;
	height: auto;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #333333;
	font-weight: normal;
}
#wrapper {
/* min-width: 900px; */
}
.description {
	font-size: 12px;
	line-height: 1.4em;
}
hr {
	border: 1px solid #EEEEEE;
}
.emphasis {
	color: #D76884;
	background-color: #F9F2F4;
	font-weight: bold;
}
.button {
	font-size: 14px;
	color: #333333;
	background-color: #dcdcdc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
}
.emphasis2 {
	color: #B2AF75;
	font-weight: bold;
}
.button2 {
	font-size: 14px;
	color: #ffffff;
	background-color: #3e8da8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-appearance: none;
}
.search-box {
	border: 1px dotted #999999;
	color: #333333;
	width: 155px;
	-webkit-appearance: none;
}
.box {
	font-size: 14px;
	border: 1px dotted #999999;
	color: #333333;
	-webkit-appearance: none;
}
input:focus {
	background: #f0f8ff;
}
textarea:focus {
	background: #f0f8ff;
}
.slicknav_menu {
	display: block;
}
div.pg-top {
	font-size: 11px;
	text-align: right;
}
.link-line {
	line-height: 1.3em;
}
blockquote {
	font-size: 14px;
	background: #F7F7F7;
	border: 1px dotted #CCCCCC;
	margin: 0 25px 0 25px;
	padding: 10px;
}
table {
	background: #F7F7F7;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
table th, table td {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: left;
	padding: 5px;
}
/* table a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
} */
.koumoku {
	background-color: #EBEBEB;
	text-align: center;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
.ggmap iframe, .ggmapr object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Pure CSS Tooltips */
a.info {
	position: relative; /*this is the key*/
	z-index: 24;
}
a.info:hover {
	z-index: 25;
	background-color: #FFFFFF
}
a.info span {
	display: none
}
a.info:hover span { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 20em;
	border: 1px solid #CCCCCC;
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;*/
	background-color: #666666;
	color: #eee;
	text-align: left;
	padding: 5px;
	font-size: 14px;
}
#oneline h2 {
	font-size: 14px;
}
#oneline h2 a:link, h2 a:visited {
	color: #3e8da8;
	text-decoration: none;
}
#oneline h2 a:hover {
	color: #E86475;
	text-decoration: underline;
}
.title-sel {
	color: #FF9900;
}
.highlight {
	background-color: #FFFF00;
}
.caution {
	color: #FF9900;
	font-weight: bold;
}
.mark-red {
	color: #D76884;
	font-weight: bold;
}
#container .inner-narrow, #menu-box .inner-narrow {
	width: auto;
	height: auto;
	margin: 10px;
}
#header .inner-narrow {
	width: auto;
	height: auto;
	margin: 5px 10px 10px 10px;
}
.enkaku {
	background-color: #FFFFFF;
	line-height: 1.2em;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
/* .attach {
	width: 90%;
	margin: 0 0 0 1%;
	padding: 2% 2% 2% 2%;
	border: 1px solid #EEEEEE;
	background: #F7F7F7;
}
*/
.attach a[href$=".pdf"], .attach a[href$=".pdf"] {
	padding: 2px 20px 2px 0;
	background-image: url(../img/clip.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.attach a[href$=".mp3"] {
	padding: 2px 20px 2px 0;
	background-image: url(../img/clip.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* for msearch */
.ribbon {
	color: #FFFFFF;
	background-color: #666666
}
.rbnmargin {
	margin-top: 1ex;
	margin-bottom: 1ex
}
.fontpaint {
	color: #666666
}
.fontsmaller {
	font-size: 11px;
}
.fontbold {
	font-weight: bold
}
.fontem {
	font-weight: bold
}
.fontgreen {
	color: #3e8da8
}
.msmethod {
	text-align: left;
	margin: 1px 3px 1px 3px;
}
table th.msbar, table td.msbar {
	background: #666666;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	text-align: center;
}
table th.mshit, table td.mshit, th.msinput, table td.msinput {
	background: #FFFFFF;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
}
table th.mspage, table td.mspage {
	background: #FFFFFF;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	text-align: center;
}
.newmark {
	margin-left: 5px;
}
table th.research_1, table td.research_1 {
	padding: 2px 5px 2px 5px;
	background: #FFFFFF;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	width: 370px;
}
table th.research_2, table td.research_2 {
	padding: 2px 5px 2px 5px;
	background: #FFFFFF;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	width: 100px;
}
table td.research_3 {
	padding: 2px 5px 2px 5px;
	background: #FFFFFF;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	text-align: center;
}
#one-row-740 {
	float: left;
	width: 90%;
	margin: 2% 5% 0 5%;
}
#message table {
	line-height: 1.3em;
	margin-top: 20px;
}
#message table th, #tayori table td {
	padding: 3px;
}
.attach {
	padding: 20px 0 0 20px;
}
#fitphoto {
	width: 100%;
	height: 100%;
}
#fitphoto img {
	width: 100%;
	height: 100%;
}
.screenshot {
	margin: 5px;
	border: 1px solid #999999;
}
.space {
	height: 60px;
}
.link-box {
	width: 100%;
}
.link-box a[target="_blank"] {
	padding: 0 15px 0 0;
	background: url(../img/external-link-grey-light04.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.row4 {
	width: 130px;
	vertical-align: top;
}
#housin_mokuhyou {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 9px 5px 9px;
	background: #f7f7f7;
	border: 1px solid #cccccc;
}
#housin_gakkou {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 9px;
	background: #ffffff;
	border: 1px dashed #999999;
}
#housin_sugata {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 9px;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#housin_yajirusi {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
#housin_ijimebousi, #housin_jissen, #housin_kotoba {
	width: 100%;
	margin: 0 0 10px 0;
}
#housin_kotoba {
	width: 100%;
	margin: 0 0 40px 0;
}
#housin_point {
	float: left;
	width: 65%;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
}
#housin_kenkyuu, #housin_hyouka, #housin_undou {
	float: right;
	width: 25%;
	margin: 0 0 20px 5px;
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
table th.kenkyuu, table td.kenkyuu {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}
.cubettl {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	color: #333333;
}
/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .cubettl {
	padding-top: 0px;
	padding-bottom: 1px;
}
.title-b2 {
	color: #4682b4;
	font-weight: bold;
	font-size: 14px;
}
#sbox1 {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 9px 5px 9px;
	font-weight: bold;
	color: #ffffff;
	background: #4682b4;
	border: 1px solid #4682b4;
}
#sbox2, #sbox3, #sbox4 {
	float: left;
	width: 30%;
	margin: 0 0 10px 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	background: #add8e6;
	border: 1px solid #add8e6;
}
#sbox5 {
	float: left;
	width: 100%;
	margin: 0 0 10px 5px;
	padding: 5px;
	color: #ffffff;
	background: linear-gradient(-45deg, rgba(176, 224, 230, .8), rgba(54, 101, 140, .8)), url(../img/160712.jpg);
	border: 1px solid #cccccc;
}
#sbox6 {
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
	padding: 9px;
	background: #ffffff;
	border: 1px dashed #cccccc;
}
#rbox1, #rbox2, #rbox3 {
	float: left;
	width: 28%;
	margin: 0 0 10px 5px;
	padding: 5px;
	text-align: center;
	background: #f0f8ff;
	border: 1px solid #b0c4de;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#rbox4, #rbox5, #rbox6 {
	display: inline-block;
	float: left;
	width: 28%;
	height: 90px;
	margin: 0 0 10px 5px;
	padding: 5px;
	text-align: left;
	background: #f0f8ff;
	border: 1px solid #b0c4de;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.surround {
	border: 1px solid #4682b4;
}
#arrow1, #arrow2, #arrow3 {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
.title-r {
	color: #DA4453;
	font-weight: bold;
	font-size: 16px;
}
.search_container {
	box-sizing: border-box;
}
.search_container input[type="text"] {
	border: 1px solid #ddd;
	padding: 3px 5px;
	border-radius: 20px;
	height: 2.0em;
	width: 70%;
	overflow: hidden;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"] {
	cursor: pointer;
	font-size: 1.3em;
	border: none;
	background: none;
	color: #4c4c4c;
	outline : none;
	display: inline-block;
	vertical-align: middle;
}
.qrcode {
	border: 1px solid #DDDDDD;
}
#primary input, #primary textarea, #primary select {
	border: 1px solid #dcdcdc;
}
#bbsmenu {
	padding: 10px 0 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
#breadcrumb {
	padding: 20px 0 0 5px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
code {
	display: inline-block;
	padding: 0.1em 0.25em; /* 文字周りの余白 */
	color: #333; /* 文字色 */
	background-color: #f7f7f7; /* 背景色 */
	border-radius: 3px; /* 角丸 */
	border: solid 1px #d6dde4; /* 枠線 */
	font-family: Consolas, Menlo, Monaco, -apple-system, BlinkMacSystemFont, "Segoe UI", Meiryo, monospace;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	line-height: 1;
	z-index: 99;
}
#page-top a {
	background: #4c4c4c;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 15px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.9;
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
}
